    @import url(../bootstrap/css/bootstrap.min.css);
    @import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css);
    @import url(owl-carousel.min.css);
    @import url(swiper-bundle.min.css);
    @import url(fancybox.css);
    @import url(https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css);
    @import url(main-min.css);
    @import url(offcanvas-menu.min.css);
    /* @import url(../Smoothproducts/css/smoothproducts.css); */
    
    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
     :root {
        --color_1: #131428;
        --color_2: #ff6c62;
        --color_3: #ffc13b;
        --color_4: #fea639;
        --color_5: #5d5e66;
        --color_6: #a5a6a7;
    }
    
    * {
        /* font-family: 'Roboto', sans-serif; */
        font-family: 'Poppins', sans-serif;
        box-sizing: border-box
    }
    
    input:focus {
        box-shadow: none !important;
    }
    
    .roboto-f {
        font-family: 'Roboto', sans-serif !important;
    }
    
    .container-120 {
        margin: 0 120px
    }
    
    /* Pagination */

    .paginationstyle .page-link {
    position: relative;
    display: block;
    color: #a8a9aa;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.paginationstyle .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ff6c62;
    border-color: #ff6c62;
}
.paginationstyle li {
    padding: 0 2px 0px 2px;
    
}
.paginationstyle .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: right;
}

.paginationstyle .page-item:last-child .page-link {
    border: 1px solid #dee2e6;
}
    /* Pagination */

    .container-285 {
        margin: 0 285px
    }
    
    .gap-10 {
        gap: 10px;
    }
    
    .tc-btn {
        border-radius: 10px
    }
    
    header {
        position: fixed;
        top: 15px;
        left: 0;
        width: 100%;
        z-index: 999;
        transition: .3s;
        padding: 0px 0 15px;
        border-bottom: 1px solid #ffffff26;
    }
    
    header.sticky {
        background: #fff;
        transition: .3s;
        box-shadow: 0 0 10px #0003;
        top: 0;
        animation: navSticky .8s ease;
        padding: 8px 0;
    }
    
    header nav ul li:not(:last-child) {
        margin-right: 40px;
    }
    
    header nav ul li a {
        padding: 10px 00px;
        color: #fff;
        display: block;
        font-size: 18px;
    }
    
    header.sticky nav ul li a {
        color: var(--color_1);
    }
    
    @keyframes navSticky {
        0% {
            transform: translateY(-100%);
        }
        100% {
            transform: translateY(0%);
        }
    }
    
    header .logo img,
    footer .flogo img {
        filter: brightness(80) grayscale(16) sepia(2);
    }
    
    header.sticky .logo img {
        filter: brightness(1);
    }
    
    .banner-area .banner-content {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }
    
    .banner-area .banner-content h1 {
        margin: 0 0 20px;
        font-size: 95px;
        font-weight: 800;
        /* font-size: 72px; */
        background: radial-gradient(778px circle at 48.7% 72.1%, transparent 31%, #FFF 27%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 2px white;
        line-height: 1.1;
        color: #fff;
        /* text-transform: capitalize; */
    }
    
    .banner-area .banner-content-2 h1 {
        font-size: 70px !important;
        line-height: 1 !important;
        margin: 0 0 10px !important;
        background: radial-gradient(970px circle at 48.7% 69.1%, transparent 31%, #FFF 27%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 2px white;
    }
    
    .banner-area .banner.inner-banner .banner-content h1 {
        /* font-size: 72px; */
        font-size: 100px;
        background: linear-gradient(40deg, #fff0 55%, #fff0 45%, #ff000000 50%, #fff 33%, #FFF 60%), linear-gradient(40deg, #fff 46%, #fff0 40%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 2px white;
        line-height: 1.3;
        color: #fff;
        margin: 0;
    }
    
    .banner-area .banner-content p {
        font-size: 20px;
        color: #fff;
        margin-bottom: 30px;
    }
    
    .banner-area .banner-content-2 p {
        font-size: 20px !important;
        color: #fff !important;
        margin-bottom: 20px !important;
    }
    
    .banner-area #particles-js {
        position: absolute;
        bottom: 0;
        height: 80%;
        width: 100%;
    }
    
    .banner-area .banner-content-2 {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }
    /* .banner-area .banner-content a.main-btn {
    background: linear-gradient(180deg, var(--color_3), var(--color_4));
    color: var(--color_1);
    font-size: 20px;
    font-weight: 500;
    padding: 16px 0;
    box-shadow: inset 5px 5px 15px #ffffffa3;
} */
    
    .main-btn {
        background: linear-gradient(180deg, var(--color_3), var(--color_4));
        color: var(--color_1);
        font-size: 20px;
        font-weight: 500;
        width: 180px;
        padding: 16px 0;
        box-shadow: inset 5px 5px 15px #ffffffa6;
        display: inline-block;
        text-align: center;
        transition: .5s background ease;
        font-family: 'Roboto', sans-serif !important;
        border: 1px solid #ffffff9e;
    }
    
    .main-btn:hover {
        color: var(--color_1);
    }
    
    a.btn-bg-2 {
        background: linear-gradient(180deg, #ff6c62, #ff473a);
        color: #fff;
    }
    
    a.btn-bg-2:hover {
        color: #fff;
    }
    
    .brand-area {
        background: var(--color_1);
        padding: 60px 0;
    }
    
    .featured-slides img {
        width: 100% !important;
        margin: 0 auto;
        display: inline-block !important;
    }
    
    .brand-area img,
    .testimonial img {
        width: auto !important;
        margin: 0 auto;
        display: inline-block !important;
    }
    
    .brand-area .owl-carousel .owl-stage {
        display: flex;
        align-items: center;
        /* justify-content: center; */
    }
    
    .brand-area .slide {
        text-align: center;
        height: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .brand-area .owl-item:not(:last-child) .slide {
        border-right: 1px solid #444555;
    }
    
    .first-sec {
        background: url(../img/home/first-bg.jpg) no-repeat;
        background-size: cover;
        padding: 30px 0 0 0;
    }
    
    .breaker-first {
        background: url(../img/home/f-breaker-bg.jpg) no-repeat;
        background-size: cover;
    }
    
    .featured-slides .img-box {
        height: 290px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ebebeb;
        transition: .1s;
        margin: 0 0 25px;
        padding: 0 35px;
    }
    
    .featured-slides.cisco .img-box,
    .featured-slides.hpe .img-box {
        min-height: 0;
        height: 380px;
        max-height: 385px;
    }
    
    .featured-slides .stars i {
        font-size: 13px;
        color: #ffc107;
    }
    
    .featured-slides .slide {
        transition: .2s ease;
        padding: 40px 0;
    }
    
    .featured-slides .slide:hover {
        transform: scale(1.2);
    }
    
    .featured-slides .slide:hover .img-box {
        box-sizing: border-box;
        border-width: 3px;
        border-style: solid;
        border-image: linear-gradient(to right bottom, #ff7854, #b870e3);
        border-image-slice: 2;
        /* transform: translateY(-6px); */
    }
    
    .third-sec {
        background: url(../img/home/third-bg.jpg) no-repeat;
        background-size: cover;
    }
    
    .third-sec .work-flow {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .third-sec .work-flow .cc {
        width: 268px;
        height: 250px;
        text-align: center;
        padding: 30px 60px 30px 40px;
    }
    
    .third-sec .work-flow .cc.c1 {
        background: url(../img/home/th-1.png) no-repeat;
        background-size: cover;
        margin: 0 -45px 0 0;
        z-index: 5;
    }
    
    .third-sec .work-flow .cc.c2 {
        background: url(../img/home/th-2.png) no-repeat;
        background-size: cover;
        margin: 0 -34px 0 0;
        z-index: 4;
    }
    
    .third-sec .work-flow .cc.c3 {
        background: url(../img/home/th-3.png) no-repeat;
        background-size: cover;
        margin: 0 -41px 0 0;
        z-index: 3;
    }
    
    .third-sec .work-flow .cc.c4 {
        background: url(../img/home/th-4.png) no-repeat;
        background-size: cover;
        margin: 0 -43px 0 0;
        z-index: 2;
    }
    
    .third-sec .work-flow .cc.c5 {
        background: url(../img/home/th-5.png) no-repeat;
        background-size: cover;
        width: 251px;
        height: 250px;
        padding: 30px 50px 30px 50px;
    }
    
    .fourth-sec {
        background: url(../img/home/fourth-bg.jpg) no-repeat;
        background-size: cover;
    }
    
    .fourth-sec .portfolio-div {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        grid-template-rows: repeat(9, 5vw);
        grid-gap: 15px;
    }
    
    .fourth-sec .portfolio-div img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .fourth-sec .portfolio-div .gallery__item {
        position: relative;
    }
    
    .fourth-sec .portfolio-div .gallery__item--1 {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    
    .fourth-sec .portfolio-div .gallery__item--2 {
        grid-column-start: 8;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 4;
    }
    
    .fourth-sec .portfolio-div .gallery__item--3 {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 8;
        grid-row-end: 5;
    }
    
    .fourth-sec .portfolio-div .gallery__item--4 {
        grid-column-start: 4;
        grid-column-end: 8;
        grid-row-start: 7;
        grid-row-end: 4;
    }
    
    .fourth-sec .portfolio-div .gallery__item--5 {
        grid-column-start: 8;
        grid-column-end: 11;
        grid-row-start: 7;
        grid-row-end: 3;
    }
    
    .fourth-sec .portfolio-div .gallery__item--6 {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 10;
        grid-row-end: 8;
    }
    
    .fourth-sec .portfolio-div .gallery__item--7 {
        grid-column-start: 4;
        grid-column-end: 7;
        grid-row-start: 7;
        grid-row-end: 9;
    }
    
    .fourth-sec .portfolio-div .gallery__item--8 {
        grid-column-start: 7;
        grid-column-end: 11;
        grid-row-start: 7;
        grid-row-end: 9;
    }
    
    .fifth-sec {
        background: url(../img/home/fifth-bg.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .fifth-sec .container-285 {
        margin-right: 0;
        padding-right: 15px;
    }
    
    .fifth-sec .testimonial .slide {
        background: #fff;
        padding: 40px;
        box-shadow: 0 0 20px #0003;
    }
    
    .fifth-sec .testimonial .owl-item {
        padding: 20px;
    }
    
    .fifth-sec .testimonial .slide .stars {
        font-size: 14px;
        color: #ffc107;
    }
    
    .fifth-sec .testimonial .slide:before {
        content: '';
        position: absolute;
        top: 40px;
        right: 40px;
        background: url(../img/home/qoute.png) no-repeat;
        background-size: contain;
        width: 39px;
        height: 30px;
    }
    
    .sixth-sec {
        background: url(../img/home/sixth-bg.jpg) no-repeat;
        background-size: cover;
    }
    
    .sixth-sec .pkg {
        background: #131428;
    }
    
    .sixth-sec .pkg-mdl {
        background: linear-gradient(-120deg, #bb75dd, #ff874a, #ff725d);
        /* animation: bg-movement 15s infinite linear; */
    }
    
    .sixth-sec .pkg {
        padding: 40px;
    }
    
    .sixth-sec .pkg .top {
        margin-bottom: 30px;
    }
    
    .sixth-sec .pkg .top h6 {
        color: #fff;
        margin: 0 0;
        font-size: 18px;
        font-weight: 500;
    }
    
    .sixth-sec .pkg .top h5 {
        font-size: 34px;
        font-weight: 700;
        color: #fff;
        margin: 0;
    }
    
    .sixth-sec .pkg-mdl .top h6 {
        font-size: 20px;
    }
    
    .sixth-sec .pkg-mdl .top h5 {
        font-size: 36px;
    }
    
    .sixth-sec .pkg .middle ul li {
        font-size: 15px;
        color: #fff;
        /* line-height: 2.5; */
        margin: 0 0 25px;
    }
    
    .sixth-sec .pkg-mdl .middle ul li {
        font-size: 16px;
        margin: 0 0 30px;
    }
    
    .sixth-sec .pkg .middle ul li i {
        font-size: 12px;
        margin-right: 25px;
    }
    
    .sixth-sec .pkg .middle ul {
        overflow: auto;
        height: 165px;
    }
    
    .sixth-sec .pkg-mdl .middle ul {
        overflow: auto;
        height: 200px;
    }
    /*  */
    
    .sixth-sec .pkg .middle ul::-webkit-scrollbar {
        width: 4px;
    }
    
    .sixth-sec .pkg .middle ul::-webkit-scrollbar-track {
        background: #2b2c3e;
    }
    
    .sixth-sec .pkg .middle ul::-webkit-scrollbar-thumb {
        background: #ff6c62;
    }
    
    .sixth-sec .pkg .middle ul::-webkit-scrollbar-thumb:hover {
        background: #ff6c62;
    }
    
    .sixth-sec .pkg-mdl .middle ul::-webkit-scrollbar {
        width: 4px;
    }
    
    .sixth-sec .pkg-mdl .middle ul::-webkit-scrollbar-track {
        background: #fc9f74;
    }
    
    .sixth-sec .pkg-mdl .middle ul::-webkit-scrollbar-thumb {
        background: #fff;
    }
    
    .sixth-sec .pkg-mdl .middle ul::-webkit-scrollbar-thumb:hover {
        background: #ffffff;
    }
    
    .sixth-sec .pkg .bottom {
        margin-top: 30px;
    }
    
    .sixth-sec .pkg .bottom a {
        padding: 12px 0px;
        width: 100%;
    }
    
    .sixth-sec .pkg-mdl .bottom a {
        width: 100%;
        display: block;
        color: var(--color_1);
        background: #fff;
        padding: 12px 0px;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
    }
    /* @keyframes bg-movement {
    0% {
        background: linear-gradient(0deg, #bb75dd, #ff874a, #ff725d);
    }
    25% {
        background: linear-gradient(45deg, #ff874a, #bb75dd, #ff725d);
    }
    50% {
        background: linear-gradient(180deg, #ff725d, #bb75dd, #ff874a);
    }
    75% {
        background: linear-gradient(225deg, #ff874a, #ff725d, #bb75dd);
    }
    75% {
        background: linear-gradient(270deg, #bb75dd, #ff874a, #ff725d);
    }
} */
    
    .eight-sec {
        background: url(../img/home/eight-bg.jpg) no-repeat;
        background-size: cover;
    }
    
    .eight-sec .blog-content h4 {
        max-height: 52px;
        min-height: 52px;
        height: auto;
        word-break: break-word;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .blogs .blog-img .date {
        font-size: 20px;
        position: absolute;
        top: 35px;
        left: 30px;
        background: linear-gradient(180deg, var(--color_3), var(--color_4));
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 9px 14px;
        font-weight: 500;
        line-height: 1;
    }
    
    .blogs .blog-img .date span {
        font-size: 30px;
        line-height: 1;
        font-weight: 700;
    }
    
    .eight-sec .blog-content.blog-lg h4 {
        max-height: 50px;
        height: auto;
        min-height: auto;
        word-break: break-word;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .eight-sec .blog-content.blog-lg p {
        max-height: 50px;
        height: auto;
        min-height: auto;
        word-break: break-word;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .eight-sec .blog-content a.main-btn {
        box-sizing: content-box;
        border-width: 1px;
        border-style: solid;
        border-image: linear-gradient(to bottom, #ff725d, #ba71dc);
        border-image-slice: 2;
        background: none;
        padding: 10px 0;
        width: 160px;
        font-weight: 400;
        font-size: 18px;
    }
    
    footer {
        background: var(--color_1);
        transition: .5s;
    }
    
    footer .ff-content form {
        display: flex;
        box-sizing: content-box;
        border-width: 1px;
        border-style: solid;
        border-image: linear-gradient(to bottom, #ff725d, #ba71dc);
        border-image-slice: 2;
        background: none;
    }
    
    footer .ff-content a {
        transition: .5s;
    }
    
    footer .ff-content a:hover {
        color: var(--color_2) !important;
    }
    
    footer .ff-content .form-control {
        padding: 0.775rem 0.75rem;
        border-radius: 0;
        background: none;
        border: none;
        color: #fff;
    }
    
    footer .ff-content button {
        background: none;
        padding: 10px 20px;
        border: none;
    }
    
    footer .copyright {
        border-top: 1px solid #2b2c3d;
    }
    
    .contact-first {
        background: url(../img/contact/bg.jpg) no-repeat;
        background-size: cover;
    }
    
    .contact-first .form-area {
        box-shadow: 0 0 10px #0000000d;
    }
    
    .contact-first button[type="submit"] {
        border: none;
        padding: 13px 0px;
        width: 200px;
    }
    
    .contact-first .form-control {
        border: 0px;
        border-bottom: 1px solid #e5e5e5;
        font-size: 16px;
        font-weight: 500;
        padding: 15px;
    }
    
    .contact-first .c-social i {
        color: var(--color_1);
        border: 1px solid var(--color_2);
        width: 36px;
        height: 36px;
        text-align: center;
        line-height: 36px;
    }
    
    .services-first {
        transition: .5s;
    }
    
    .services-first .content {
        transition: height .5s;
        padding: 0 50px;
    }
    
    .services-first .content .cc {
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 70%;
        padding: 20px 20px;
        box-shadow: 0 0 10px #0003;
        overflow: hidden;
        height: 90px;
        transition: height .5s;
    }
    
    .services-first .content:hover .cc {
        height: 266px;
    }
    
    .services-first .content .cc a {
        box-sizing: content-box;
        border-width: 1px;
        border-style: solid;
        border-image: linear-gradient(to bottom, #ff725d, #ba71dc);
        border-image-slice: 2;
        background: none;
        font-size: 16px;
        width: 140px;
        transition: .5s;
        padding: 11px 0;
        margin: 15px 0 0;
    }
    
    .featured-slides .data h6,
    .in-stock {
        font-size: 16px;
        font-weight: 600;
        color: var(--color_2);
        margin: 10px 0 0;
    }
    
    .products-section .card-body input {
        margin-right: 15px;
    }
    
    .products-section .card-body label {
        margin-bottom: 10px;
    }
    
    .products-section .card-header {
        background: #eeeeee;
        border: none;
    }
    
    .products-section .card {
        border: none;
        box-shadow: 0 0 10px #0000001f;
    }
    
    .products-section .card.tags span {
        display: inline-block;
        border: 1px solid #f1f1f1;
        padding: 7px 14px;
        border-radius: 7px;
        margin: 0 10px 10px 0;
    }
    
    .related-products {
        background: #fafafa;
    }
    
    .product-detail .zoom-box {
        padding: 60px;
        background: #f7f7f7;
        height: 580px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .product-detail .zoom-box img {
        filter: drop-shadow(30px 30px 6px #0001);
        width: auto;
    }
    
    .product-detail .title {
        border-color: #e6e7e8;
    }
    
    .product-detail .stars {
        color: #ffc107;
        font-size: 14px;
    }
    
    .product-detail .cc span {
        box-sizing: content-box;
        border-width: 1px;
        border-style: solid;
        border-image: linear-gradient(to bottom, #ff725d, #ba71dc);
        border-image-slice: 2;
        background: none;
        padding: 11px 18px;
        display: inline-block;
        margin: 15px 15px 0 0;
        color: var(--color_1);
        font-weight: 500;
    }
    
    .product-detail a.main-btn {
        width: 185px;
        font-size: 16px;
        padding: 14px;
        margin: 20px 0 0;
    }
    
    .b-first-sec {
        background: url(../img/branding/first-bg.jpg) no-repeat;
        background-size: cover;
    }
    
    .brand-sec {
        background: url(../img/branding/brand-bg.png) no-repeat;
        background-size: cover;
    }
    
    .branding-portfolio {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(12, 5vw);
        grid-gap: 15px;
    }
    
    .branding-portfolio a img {
        box-shadow: 0 0 10px #0003;
        object-fit: cover;
    }
    
    .branding-portfolio a {
        position: relative;
    }
    
    .branding-portfolio a:after,
    .fourth-sec .portfolio-div .gallery__item:not(:first-child):after {
        content: '\f002';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        opacity: 0;
        visibility: hidden;
        transition: .5s .2s;
    }
    
    .branding-portfolio a:before,
    .fourth-sec .portfolio-div .gallery__item:not(:first-child):before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 0;
        width: 100%;
        background: #00000094;
        transition: .4s;
    }
    
    .branding-portfolio a:hover:before,
    .fourth-sec .portfolio-div .gallery__item:not(:first-child):hover:before {
        height: 100%;
        bottom: unset;
        top: 0;
    }
    
    .branding-portfolio a:hover:after,
    .fourth-sec .portfolio-div .gallery__item:not(:first-child):hover:after {
        opacity: 2;
        visibility: visible;
    }
    
    nav ul li a:hover {
        color: #fff;
    }
    
    .branding-portfolio a:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 4;
    }
    
    .branding-portfolio a:nth-child(2) {
        grid-column-start: 5;
        grid-column-end: 9;
        grid-row-start: 1;
        grid-row-end: 7;
    }
    
    .branding-portfolio a:nth-child(3) {
        grid-column-start: 9;
        grid-column-end: 13;
        grid-row-start: 1;
        grid-row-end: 7;
    }
    
    .branding-portfolio a:nth-child(4) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 4;
        grid-row-end: 10;
    }
    
    .branding-portfolio a:nth-child(5) {
        grid-column-start: 5;
        grid-column-end: 13;
        grid-row-start: 7;
        grid-row-end: 10;
    }
    
    .branding-portfolio a:nth-child(6) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 13;
        grid-row-end: 10;
    }
    
    .branding-portfolio a:nth-child(7) {
        grid-column-start: 5;
        grid-column-end: 9;
        grid-row-start: 13;
        grid-row-end: 10;
    }
    
    .branding-portfolio a:nth-child(8) {
        grid-column-start: 9;
        grid-column-end: 13;
        grid-row-start: 13;
        grid-row-end: 10;
    }
    
    .branding-portfolio a:nth-child(9) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 18;
        grid-row-end: 13;
    }
    
    .branding-portfolio a:nth-child(10) {
        grid-column-start: 5;
        grid-column-end: 9;
        grid-row-start: 18;
        grid-row-end: 13;
    }
    
    .branding-portfolio a:nth-child(11) {
        grid-column-start: 9;
        grid-column-end: 13;
        grid-row-start: 15;
        grid-row-end: 13;
    }
    
    .branding-portfolio a:nth-child(12) {
        grid-column-start: 9;
        grid-column-end: 13;
        grid-row-start: 18;
        grid-row-end: 15;
    }
    
    .port-branding {
        background: url(../img/home/fourth-bg.jpg) no-repeat;
        background-size: cover;
    }
    
    header ul li.dropdown {
        transition: .4s;
    }
    
    header ul li.dropdown .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: block;
        min-width: 100%;
        padding: 40px;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        transition: .2s;
        list-style: none;
        background: #f2fcfe url(../images/dropdown/dropdown-bg.jpg) no-repeat;
        background-size: cover;
        background-position: 55px;
        background-clip: padding-box;
        border: 0px solid rgb(0 0 0 / 0%);
        border-radius: 0;
        left: 50%;
        transform: translateX(-50%) rotateX(90deg);
        top: 48px;
        box-shadow: 0 0 10px #00000012;
        pointer-events: none;
        transform-origin: top;
    }
    
    header ul li.dropdown.services-drop .dropdown-menu {
        background: #131428f5 url(../img/dropdown/serivices-drop-bg.png) no-repeat;
        background-size: cover;
        background-position: center;
        backdrop-filter: blur(5px);
    }
    
    header ul li.dropdown:hover .dropdown-menu {
        transform: translateX(-50%) rotateX(0deg);
        pointer-events: visible;
    }
    
    .drop-link {
        transition: .5s;
        padding: 16px 12px;
        margin-bottom: 10px;
        border-radius: 12px;
    }
    
    .drop-link:hover {
        background: linear-gradient(90deg, #fdac39, #ff6a5c, #b06ff1);
    }
    
    .drop-link:hover img {
        filter: brightness(20);
    }
    
    header ul li .tabs-btn button.active {
        background: #fff !important;
        border-color: #fff !important;
        color: var(--color_1) !important;
        box-shadow: none !important
    }
    
    .product-pegi .page-item:first-child .page-link,
    .page-item:last-child .page-link {
        border: none;
    }
    
    .product-pegi .page-link {
        margin: 0 10px 0;
        padding: 0;
        color: var(--color_6);
        font-size: 16px;
        font-weight: 600;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
    }
    
    .product-pegi .page-link.active {
        background: var(--color_2);
        color: #fff;
    }
    
    .product-pegi .page-item:first-child .page-link img {
        transform: rotateY(180deg);
    }
    /* .filter-categories a::before {
    content: "\f096";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}

.filter-categories a::after {
    content: "\f046";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
} */
    
    .filter-categories .filter i {
        position: absolute;
        top: 2.5px;
    }
    
    .filter-categories .filter i:nth-child(2) {
        font-size: 20px;
        color: var(--color_6);
    }
    
    .filter-categories .filter i:nth-child(2) {
        color: #fff;
        background: var(--color_2);
        font-size: 12px;
        padding: 3px;
        visibility: hidden;
        opacity: 0;
        transition: .5s;
    }
    
    .filter-categories a:hover .filter i:nth-child(2),
    .filter-categories .filter.active i:nth-child(2) {
        visibility: visible;
        opacity: 2;
    }
    
    .filter-categories a p {
        margin-left: 30px;
    }
    /* .sp-wrap {
    display: block !important;
    max-width: 100% !important;
    float: unset !important;
} */
    
    .detail .cc-2 img {
        margin-right: 10px;
    }
    
    .recent {
        padding: 35px;
        border: 1px solid #f2f2f2;
    }
    
    .recent-blog {
        display: flex;
        gap: 15px;
    }
    
    .recent-blog-img {
        width: 70px;
        height: 70px;
        /* margin: 0 10px 0 0; */
    }
    
    .recent-blog-content {
        width: 274px;
    }
    
    .recent-blog-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    
    .recent-blog-content h6 {
        max-height: 50px;
        height: auto;
        min-height: auto;
        word-break: break-word;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #5f6068;
        overflow: hidden;
    }
    /*! *************** Responsive  ***************/
    
    @media (max-width:1700px) {
        .banner-area .banner-content h1 {
            font-size: 85px;
            background: radial-gradient(653px circle at 48.7% 84%, transparent 31%, #FFF 27%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .container-120 {
            margin: 0 70px;
        }
        .products-view .data h4 {
            font-size: 16px;
        }
        .products-view .data h5 {
            font-size: 13px !important;
        }
        .featured-slides .data h6,
        .in-stock {
            font-size: 14px;
            margin: 2px 0 0;
        }
    }
    
    @media (max-width:1600px) {
        .banner-area .banner-content h1 {
            font-size: 80px;
            background: radial-gradient(653px circle at 48.7% 84%, transparent 31%, #FFF 27%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .first-sec .lft h4.fs_80 {
            font-size: 70px;
        }
        .first-sec .lft p.fs_22 {
            font-size: 20px;
        }
        .banner-area .banner.inner-banner .banner-content h1 {
            font-size: 80px;
        }
        .container-285 {
            margin: 0 140px;
        }
    }
    
    @media (max-width:1440px) {
        .banner-area .banner-content h1 {
            background: radial-gradient(595px circle at 48.7% 87.7%, transparent 31%, #FFF 27%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .container-120 {
            margin: 0 70px;
        }
        .fifth-sec .container-285 {
            margin-right: 0;
            padding-right: 12px;
            margin: 0 0 0 60px;
        }
        .container-285 {
            margin: 0 60px;
        }
        .first-sec .lft h4.fs_80 {
            font-size: 60px;
        }
        .first-sec .lft p.fs_22 {
            font-size: 18px;
        }
        .featured-slides .img-box {
            height: 200px;
        }
    }
    
    @media (max-width:1375px) {
        .banner-area .banner-content h1 {
            background: radial-gradient(568px circle at 48.6% 91.3%, transparent 31%, #FFF 27%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .banner-area .banner-content-2 h1 {
            font-size: 60px !important;
        }
        .banner-area .banner-content p {
            font-size: 20px;
        }
        .third-sec .work-flow .cc.c5 {
            width: 223px;
            height: 223px;
        }
        .third-sec .work-flow .cc {
            width: 240px;
            height: 223px;
        }
        .third-sec .work-flow .cc h5 {
            font-size: 50px;
        }
        .third-sec .work-flow .cc h4 {
            font-size: 18px;
        }
        .third-sec .work-flow .cc p {
            font-size: 12px !important;
        }
        .fourth-sec .portfolio-div h4 {
            font-size: 35px;
        }
        .breaker-first h4 {
            font-size: 40px;
        }
        .eight-sec .blog-content.blog-lg h4 {
            font-size: 30px;
        }
        .eight-sec .blog-content h4 {
            margin: 0 0 14px;
            font-size: 18px;
        }
        .services-first .content .cc h5 {
            font-size: 16px;
        }
        .services-first .content .cc h4 {
            font-size: 20px;
        }
        .services-first .content .cc p {
            font-size: 16px;
        }
        .products-view .data h4 {
            font-size: 14px;
        }
        .products-view .data h5 {
            font-size: 12px !important;
        }
        .featured-slides .stars i {
            font-size: 12px;
            color: #ffc107;
        }
        header nav ul li:not(:last-child) {
            margin-right: 30px;
        }
    }
    
    @media (max-width:1336px) {
        .banner-area .banner-content h1 {
            font-size: 70px;
            background: radial-gradient(555px circle at 48.7% 97%, transparent 31%, #FFF 27%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .container-120 {
            margin: 0 50px;
        }
    }
    
    @media (max-width:1280px) {
        .banner-area .banner-content h1 {
            background: radial-gradient(535px circle at 48.7% 98%, transparent 31%, #FFF 27%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .container-120 {
            margin: 0 35px;
        }
        .services-first .content {
            padding: 0 40px;
        }
    }
    
    @media (max-width:1199px) {
        .banner-area .banner-content h1 {
            font-size: 60px;
            background: radial-gradient(480px circle at 48.7% 94%, transparent 31%, #FFF 27%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        header ul li.dropdown:hover .dropdown-menu {
            padding: 45px 0;
        }
        header ul li.dropdown:hover .dropdown-menu .container-120 {
            margin: 0;
        }
        .banner-area .banner-content-2 h1 {
            font-size: 50px !important;
            line-height: 1 !important;
            margin: 0 0 10px !important;
            background: radial-gradient(970px circle at 48.7% 69.1%, transparent 31%, #FFF 27%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke: 2px white;
        }
        .banner-area .banner-content-2 p {
            font-size: 14px !important;
        }
        header nav ul li a {
            font-size: 16px;
        }
        header .logo img {
            width: 80%;
        }
        .first-sec .col-xl-5 img,
        .featured-slides.cisco .img-box img,
        .featured-slides.hpe .img-box img,
        .b-first-sec img {
            width: 100% !important;
        }
        .featured-slides.cisco .img-box,
        .featured-slides.hpe .img-box {
            padding: 30px;
        }
        .banner-area .banner-content p {
            font-size: 16px;
        }
        .heading h4,
        .eight-sec h4,
        .b-first-sec h4 {
            font-size: 30px;
        }
        .heading p,
        .b-first-sec p {
            font-size: 16px;
        }
        .fourth-sec .portfolio-div h4 {
            font-size: 30px;
        }
        .fifth-sec .col-xl-4 .col-xl-4 .cc h6 {
            font-size: 30px;
        }
        .fifth-sec p.fs_18 {
            font-size: 16px;
        }
        .fifth-sec h4.fs_40 {
            font-size: 30px;
        }
        .fifth-sec h5.fs_20 {
            font-size: 18px;
        }
        .fifth-sec .testimonial .slide {
            padding: 30px;
        }
        .fifth-sec .testimonial .slide p {
            font-size: 15px;
        }
        .sixth-sec .pkg {
            padding: 25px;
        }
        .eight-sec .blog-content.blog-lg p {
            font-size: 16px;
        }
        .featured-slides .slide:hover .img-box {
            box-sizing: border-box;
        }
        .eight-sec .blog-content.blog-lg h4 {
            font-size: 25px;
        }
        .eight-sec .blog-content a.main-btn {
            padding: 7px 0;
            width: 140px;
            font-size: 18px;
        }
        .banner-area .banner.inner-banner .banner-content h1 {
            /* font-size: 72px; */
            font-size: 70px;
            margin: 0;
        }
        .drop-link {
            transition: .5s;
            padding: 6px 7px;
            margin-bottom: 0px;
        }
        .dropdown-menu a {
            padding: 5px 0px 5px;
        }
        .main-btn {
            font-size: 17px;
            width: 150px;
            padding: 10px 0;
        }
        .first-sec .lft h4.fs_80 {
            font-size: 40px;
        }
        .first-sec .lft p.fs_22 {
            font-size: 18px;
        }
        .first-sec .content h4.fs_40,
        .fourth-sec .lft h4.fs_40 {
            font-size: 30px;
        }
        .first-sec .content p.fs_18 {
            font-size: 16px;
        }
        .fourth-sec .ryt p {
            font-size: 16px;
        }
        .third-sec .work-flow .cc {
            width: 210px;
            height: 210px;
        }
        .third-sec .work-flow .cc {
            width: 210px;
            height: 210px;
            border-radius: 50%;
        }
        .third-sec .work-flow .cc {
            padding: 30px 35px 30px 30px;
        }
        .third-sec .work-flow .cc.c1 {
            margin: 0 -25px 0 0;
        }
        .third-sec .work-flow .cc.c2 {
            margin: 0px -24px 0 0;
        }
        .third-sec .work-flow .cc.c3 {
            margin: 0 -31px 0 0;
        }
        .third-sec .work-flow .cc.c4 {
            margin: 0 -33px 0 0;
        }
        .sixth-sec .pkg .top h5 {
            font-size: 30px;
        }
        .sixth-sec .pkg .top h6 {
            font-size: 16px;
        }
        .sixth-sec .pkg-mdl .top h6 {
            font-size: 18px;
        }
        .sixth-sec .pkg-mdl .top h5 {
            font-size: 33px;
        }
        .sixth-sec .pkg-mdl .middle ul li {
            font-size: 14px;
            margin: 0 0 20px;
        }
        .fourth-sec .ryt h3 {
            font-size: 30px;
        }
        .fourth-sec .ryt h3 span.fs_100 {
            font-size: 80px;
        }
        .fourth-sec .lft img {
            width: 100%;
        }
        .services-first .content {
            transition: height .5s;
            padding: 0 30px;
        }
        .services-first .content .cc {
            padding: 15px;
            height: 70px;
        }
        .services-first .content .cc h5 {
            font-size: 14px;
        }
        .services-first .content .cc h4 {
            font-size: 18px;
        }
        .services-first .content .cc p {
            font-size: 14px;
        }
        .services-first .content:hover .cc {
            height: 250px;
        }
        .product-detail .zoom-box {
            padding: 45px;
            height: 400px;
            margin: 0 0 40px;
        }
        header nav ul li:not(:last-child) {
            margin-right: 25px;
        }
    }
    
    @media (max-width:1024px) {
        .eight-sec .blog-content.blog-lg p {
            font-size: 14px;
            line-height: 1.2;
            margin: 0 0 10px;
        }
        .eight-sec .blog-content a.main-btn {
            padding: 6px 0;
            width: 120px;
            font-size: 16px;
        }
    }
    
    @media(max-width:912px) {
        .banner-area .banner-content h1 {
            font-size: 55px;
            background: radial-gradient(480px circle at 48.7% 90%, transparent 21%, #FFF 15%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin: 0 0 10px;
        }
        .banner-area .banner-content p {
            font-size: 14px;
            margin-bottom: 20px;
        }
        header nav ul li a {
            font-size: 14px;
            padding: 12px 0px 12px;
        }
        .main-btn {
            font-size: 16px;
            width: 130px;
            padding: 8px 0;
        }
        .third-sec .work-flow .cc {
            padding: 12px;
            width: 175px;
            height: 150px;
        }
        .third-sec .work-flow .cc.c1 {
            margin: 0 -10px 0 0;
        }
        .third-sec .work-flow .cc.c2 {
            margin: 0px -11px 0 0;
        }
        .third-sec .work-flow .cc.c3 {
            margin: 0 -12px 0 0;
        }
        .third-sec .work-flow .cc.c4 {
            margin: 0 -10px 0 0;
        }
        .third-sec .work-flow .cc.c5 {
            width: 175px;
            height: 164px;
        }
        .third-sec .work-flow .cc h4 {
            font-size: 14px;
            margin: 0;
        }
        .third-sec .work-flow .cc h5 {
            font-size: 40px;
        }
        .third-sec .work-flow .cc.c5 {
            width: 175px;
            height: 150px;
            padding: 12px;
        }
        .third-sec .work-flow .cc p {
            font-size: 12px !important;
            line-height: 1.1;
            margin: 4px 0 0 !important;
        }
        .fourth-sec .portfolio-div h5 {
            font-size: 16px;
            margin: 0;
        }
        .fourth-sec .portfolio-div h4 {
            font-size: 20px;
            margin: 0 0 10px;
        }
        .fourth-sec .portfolio-div p {
            font-size: 12px;
            line-height: 1.2;
            margin: 0 0 10px;
        }
        .fifth-sec .container-285 {
            margin-right: 0;
            padding-right: 12px;
            margin: 0 30px;
        }
        .fifth-sec .content {
            margin-bottom: 30px;
        }
        .fifth-sec .col-xl-4 .col-xl-4 .cc h6 {
            font-size: 55px;
            text-align: center;
        }
        .fifth-sec .col-xl-4 .col-xl-4 .cc p {
            font-size: 16px !important;
            text-align: center;
        }
        .fifth-sec .testimonial .slide p {
            font-size: 13px;
        }
        .sixth-sec .pkg {
            padding: 15px;
        }
        .sixth-sec .pkg .top h6 {
            font-size: 13px;
        }
        .sixth-sec .pkg .top h5 {
            font-size: 25px;
        }
        .sixth-sec .pkg-mdl .top h6 {
            font-size: 13px;
        }
        .sixth-sec .pkg-mdl .top h5 {
            font-size: 29px;
        }
        .sixth-sec .pkg .middle ul li i {
            font-size: 10px;
            margin-right: 8px;
        }
        .sixth-sec .pkg-mdl .middle ul li {
            font-size: 12px;
            margin: 0 0 12px;
        }
        .sixth-sec .pkg .middle ul li {
            font-size: 12px;
            color: #fff;
            /* line-height: 2.5; */
            margin: 0 0 16px;
        }
        .sixth-sec .pkg .bottom a {
            padding: 9px 0px;
            font-size: 16px;
        }
        .breaker-first {
            padding: 30px 0 !important;
        }
        .sixth-sec .pkg .middle ul {
            overflow: auto;
            height: 120px;
        }
        .sixth-sec .pkg-mdl .middle ul {
            overflow: auto;
            height: 120px;
        }
        .container-285 {
            margin: 0px 30px;
        }
        .featured-slides .img-box {
            height: 250px;
            padding: 0 30px;
        }
        .products-view .data h4 {
            font-size: 18px;
        }
        .products-view .data h5 {
            font-size: 16px !important;
        }
        .featured-slides .data h6,
        .in-stock {
            font-size: 16px;
            margin: 2px 0 0;
        }
        .banner-area .banner.inner-banner .banner-content h1 {
            font-size: 40px;
            -webkit-text-stroke: 1px white;
            line-height: 1.3;
        }
    }
    
    @media (max-width:765px) {
        header nav ul li a {
            font-size: 11px;
            padding: 12px 0px 12px;
        }
        .banner-area .banner.inner-banner .banner-content h1 {
            font-size: 30px;
            -webkit-text-stroke: 1px white;
        }
        .tech-break {
            padding: 20px 0 !important;
        }
        .b-first-sec .content h6 {
            line-height: 1.3;
            margin-top: 30px;
        }
        .sixth-sec .pkg {
            margin: 0 0 20px;
        }
        .sixth-sec {
            padding: 30px 0 20px !important;
        }
        .mob-revert {
            display: flex;
            flex-direction: column-reverse;
        }
        .mob-revert .mg-b-xs-30 {
            margin-bottom: 30px;
        }
    }
    
    @media (max-width:620px) {
        .banner-area .banner-content-2 h1 {
            font-size: 30px !important;
        }
        .banner-area .banner-content h1 {
            font-size: 30px;
            background: radial-gradient(480px circle at 48.7% 49%, transparent 10%, #FFF 7%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin: 0 0 10px;
            -webkit-text-stroke: 1px white;
        }
        .featured-slides .slide {
            padding: 40px;
        }
        .brand-area {
            background: var(--color_1);
            padding: 16px 0;
        }
        .brand-area img {
            width: 110px !important;
            height: 30px !important;
            object-fit: contain;
        }
        .first-sec {
            padding: 40px 0 0;
        }
        .first-sec.ab {
            padding: 40px 0 !important;
        }
        .first-sec .row {
            flex-direction: column-reverse;
        }
        .third-sec .work-flow {
            text-align: center;
            display: block;
        }
        .third-sec .work-flow .cc {
            padding: 12px;
            width: 164px;
            height: 164px;
            display: inline-block;
            margin: 0 0 20px 0!important;
        }
        .third-sec .work-flow .cc.c5 {
            width: 164px;
            height: 164px;
            padding: 12px;
        }
        .third-sec .work-flow .cc p {
            font-size: 14px !important;
            line-height: 1.2;
            margin: 4px 0 0 !important;
        }
        .third-sec .work-flow .cc h4 {
            font-size: 16px;
            margin: 0;
            font-weight: 900;
        }
        .third-sec {
            background: url(../img/home/third-bg.jpg) no-repeat;
            background-size: cover;
            padding: 40px 0 20px !important;
        }
        .fifth-sec .container-285 {
            margin-right: 0;
            padding-right: 0;
            margin: 0 15px;
        }
        .fifth-sec .col-xl-4 .col-xl-4 .cc h6 {
            font-size: 36px;
            text-align: center;
        }
        .sixth-sec .row .col-xl-4:not(:last-child) .pkg {
            margin-bottom: 30px;
        }
        .eight-sec .blog-content a.main-btn {
            padding: 6px 0;
            font-size: 13px;
            width: 100%;
            font-weight: 500;
        }
        .mobile-header {
            z-index: 999;
            background: #fff;
            box-shadow: 0 0 10px #0003;
        }
        .sixth-sec .pkg .middle ul li {
            font-size: 16px;
            color: #fff;
            /* line-height: 2.5; */
            margin: 0px 0 15px;
        }
        .sixth-sec .pkg-mdl .middle ul {
            overflow: auto;
            height: 180px;
        }
        .sixth-sec .pkg .middle ul {
            overflow: auto;
            height: 180px;
        }
        .sixth-sec .pkg .top h6 {
            font-size: 18px;
        }
        .sixth-sec .pkg .top h5 {
            font-size: 35px;
        }
        .sixth-sec .pkg-mdl .top h5 {
            font-size: 39px;
        }
        .first-sec .col-xl-5 img {
            width: 50% !important;
            float: right;
            padding: 0 35px 0 0;
            margin: -65px 0 0 0;
        }
        .first-sec.ab .lft {
            display: flex;
            justify-content: space-evenly;
            margin-top: 30px;
        }
        .first-sec.ab .lft p {
            margin: 0;
        }
        .banner-area .banner.inner-banner .banner-content h1 {
            /* font-size: 72px; */
            font-size: 30px;
            margin: 0;
            -webkit-text-stroke: 1px white;
        }
        .fourth-sec.ab .lft img {
            display: none;
        }
        .product-detail .zoom-box img {
            width: 100%;
        }
        .product-detail .zoom-box {
            padding: 45px;
            height: 250px;
            margin: 0 0 40px;
        }
        .product-detail .cc span {
            padding: 11px 10px;
            margin: 15px 8px 0 0;
        }
        .featured-slides .img-box {
            padding: 0 60px;
        }
        .fourth-sec .portfolio-div {
            display: grid;
            grid-template-columns: repeat(10, 1fr);
            grid-template-rows: repeat(20, 5vw);
            grid-gap: 12px;
        }
        .fourth-sec .portfolio-div .gallery__item--1 {
            grid-column-start: 1;
            grid-column-end: 11;
            grid-row-start: 1;
            grid-row-end: 5;
        }
        .fourth-sec .portfolio-div .gallery__item--2 {
            grid-column-start: 1;
            grid-column-end: 6;
            grid-row-start: 5;
            grid-row-end: 10;
        }
        .fourth-sec .portfolio-div .gallery__item--3 {
            grid-column-start: 6;
            grid-column-end: 11;
            grid-row-start: 10;
            grid-row-end: 5;
        }
        .fourth-sec .portfolio-div .gallery__item--4 {
            grid-column-start: 1;
            grid-column-end: 7;
            grid-row-start: 10;
            grid-row-end: 14;
        }
        .fourth-sec .portfolio-div .gallery__item--5 {
            grid-column-start: 7;
            grid-column-end: 11;
            grid-row-start: 17;
            grid-row-end: 10;
        }
        .fourth-sec .portfolio-div .gallery__item--6 {
            grid-column-start: 1;
            grid-column-end: 6;
            grid-row-start: 17;
            grid-row-end: 21;
        }
        .fourth-sec .portfolio-div .gallery__item--7 {
            grid-column-start: 6;
            grid-column-end: 11;
            grid-row-start: 17;
            grid-row-end: 21;
        }
        .fourth-sec .portfolio-div .gallery__item--8 {
            grid-column-start: 1;
            grid-column-end: 7;
            grid-row-start: 17;
            grid-row-end: 14;
        }
        .fourth-sec {
            padding: 30px 0 !important;
        }
        .b-first-sec .content h6 {
            line-height: 1.3;
            margin-top: 30px;
        }
        .eight-sec .blog-content h4 {
            margin: 0 0 7px;
            font-size: 14px;
        }
        .branding-portfolio {
            grid-gap: 8px;
        }
        .services-first .content .cc,
        .services-first .content:hover .cc {
            height: auto;
        }
        .branding-portfolio a:after,
        .fourth-sec .portfolio-div .gallery__item:not(:first-child):after {
            font-size: 20px;
        }
        .heading h4,
        .eight-sec h4,
        .b-first-sec h4 {
            font-size: 25px;
        }
        .heading p,
        .b-first-sec p {
            font-size: 14px;
        }
        .fourth-sec .ryt h3 span.fs_100 {
            font-size: 60px;
        }
        .fourth-sec .ryt h3 {
            font-size: 22px;
            margin: 20px 0 0;
            text-align: center;
        }
        .heading p br {
            display: none;
        }
        .fourth-sec .ryt p {
            font-size: 14px;
        }
        .detail .cc-2 h6.align-items-baseline {
            align-items: center !important;
        }
        .detail .cc-2 img {
            margin-right: 10px;
        }
        .contact-first .content h4 {
            font-size: 35px;
        }
        .contact-first .content h4 {
            font-size: 30px;
        }
        .contact-first .form-area {
            padding: 25px;
        }
    }