                #top-bar {
                    background: #0f7aae;
                }
                
                .social-icons li {
                    font-size: 14px;
                    list-style-type: none;
                    float: left;
                    width: 50px;
                    text-align: center;
                    border-left: 1px solid #eee;
                    margin: 0px;
                    padding: 8px;
                }
                
                .top-bar-info li {
                    font-size: 13px;
                    font-weight: 400;
                    color: #fff;
                    border-left: 1px solid #eee;
                    list-style-type: none;
                    float: left;
                    margin: 0px;
                    padding: 10.5px 14px 10.5px 14px;
                }
                
                .social-icons li a {
                    color: white;
                }
                
                .top-bar-info li i {
                    font-size: 15px;
                    color: #fff;
                    padding-right: 8px;
                }
                
                .home_icon .fa {
                    color: #ffd000;
                    font-size: 19px;
                }
                
                .nav-dropdown>li:hover a {
                    background: #0f7aae;
                    color: white;
                    border-left: 3px solid #ffd000;
                }
                
                .nav-dropdown>li:hover {}
                
                .nav-menu>li:hover>a,
                .nav-menu>li.active>a,
                .nav-menu>li.focus>a {
                    color: #ffd000;
                }
                
                .bg_about_img {
                    background-image: url(../images/icon/pexels-joonas-kaariainen-240572-scaled.jpg);
                    background-repeat: no-repeat;
                    background-position: left center;
                }
                
                .uppercase {
                    text-transform: uppercase;
                }
                
                .section-heading small {
                    display: inline-block;
                    font-size: 14px;
                    font-weight: 600;
                    color: #0f7aae;
                    padding-bottom: 5px;
                }
                
                .btn-essentials {
                    padding: 12px 30px;
                    background: #0f7aae;
                }
                
                .pull-right {
                    float: right;
                }
                
                span.secondary-text {
                    text-transform: uppercase;
                    color: #60b567;
                    text-shadow: 2px 2px 3px white, 2px 2px 3px white, 2px 2px 3px white, 2px 2px 3px white;
                }
                
                .section-heading h4 {
                    color: #808082;
                }
                
                .primary-list li i {
                    color: #0f7aae;
                    font-size: 18px;
                    padding-right: 10px;
                    transform: translateY(2px);
                }
                
                .btn-readmore {
                    border: 1px solid #0f78ac;
                    margin-top: 25px;
                    padding: 7px 12px 7px 22px;
                    width: auto;
                    color: #fff;
                    position: relative;
                    border-radius: 50px;
                    /*float: right;*/
                    background: #0f78ac;
                    transition: all 0.3s;
                    margin-left: 70px;
                }
                
                .btn-readmore .fas {
                    padding-left: 8px;
                }
                
                .btn-readmore:hover .fas {
                    padding-left: 14px;
                }
                
                .btn-readmore:hover {
                    color: #0f78ac;
                    background: white;
                }
                
                .blog-grid {
                    position: relative;
                    margin-bottom: 45px;
                    -webkit-transition-duration: .3s;
                    transition-duration: .3s;
                }
                
                .zoom-icon {
                    display: none;
                }
                
                .blog-grid:hover .zoom-icon {
                    position: absolute;
                    display: block;
                    top: 25%;
                    left: 47%;
                    color: white;
                    font-size: 23px;
                    transition: all 0.5;
                    z-index: 11;
                }
                
                .blog-grid:hover .zoom-icon::before {
                    position: absolute;
                    content: '';
                    top: -6px;
                    left: -10px;
                    width: 45px;
                    height: 45px;
                    background-color: #0f78ac;
                    z-index: -1;
                    border-radius: 50%
                }
                
                .customizable-carousel .owl-prev i,
                .customizable-carousel .owl-next i {
                    color: #fff;
                    font-size: 30px;
                    background: linear-gradient(90deg, #1158a2, #e68219);
                    padding: 8px;
                    border-radius: 50px;
                }
                
                .title_heading {
                    text-align: center;
                }
                
                .title_heading h2 {
                    color: white;
                    font-size: 35px;
                }
                
                .title_heading h2 span {
                    color: #0f78ac;
                }
                
                .title_heading span {}
                
                .button-primary {
                    background: -webkit-linear-gradient(bottom left, #006698, #00abff);
                    background: -o-linear-gradient(bottom left, #006698, #00abff);
                    background: linear-gradient(to top right, #006698, #00abff);
                }
                
                .title_heading_clients {}
                
                .title_heading_clients h3 {
                    text-transform: uppercase;
                    color: orange;
                }
                
                .title_heading_clients h3 span {
                    color: #0077b1;
                }
                
                .section-heading-line {
                    content: '';
                    display: block;
                    width: 180px;
                    border-radius: 10px;
                    height: 3px;
                    background: linear-gradient(273deg, #0f56a1, #28b43e);
                    margin: auto;
                    margin-top: 10px;
                    margin-bottom: 18px;
                }
                
                .section-heading-line-2 {
                    content: '';
                    display: block;
                    width: 17px;
                    border-radius: 10px;
                    height: 3px;
                    background: #fff;
                    margin: auto;
                    margin-top: 10px;
                    margin-bottom: 18px;
                    margin-left: 0px;
                }
                
                .sticky-sharebarr {
                    position: fixed;
                    top: 400px !important;
                    right: 0;
                    z-index: 99;
                    background: -webkit-linear-gradient(bottom left, #0f7aae, #d7e9f2);
                    background: -o-linear-gradient(bottom left, #0f7aae, #d7e9f2);
                    background: linear-gradient(to top right, #0f7aae, #d7e9f2);
                    border-radius: 50px;
                }
                
                .sticky-sharebarr .sticky-sharebar__list {}
                
                .sticky-sharebarr .sticky-sharebar__list li {
                    padding: 20px 5px;
                }
                
                .sticky-sharebarr .sticky-sharebar__list li a {}
                
                .sticky-sharebarr .sticky-sharebar__list li a img {
                    width: 45px;
                }
                
                .filter-button {
                    background: #0f56a1;
                    border: 1px solid #0099e2;
                    padding: 8px 24px;
                    border-radius: 50px;
                    color: white;
                }
                
                .filter-button:hover {
                    background: #ffffff00;
                    color: #ffffff;
                    border: 1px solid white;
                }
                
                .btn-viewall {}
                
                .section-block {
                    position: relative;
                    background-color: #fff;
                    padding: 40px 0px 40px 0px;
                    overflow: hidden;
                }
                
                .secondary-text {
                    color: #0089cd;
                }
                
                .contact-icon-box i {
                    float: left;
                    display: inline-block;
                    color: #006fa5;
                    font-size: 50px;
                    margin-right: 20px;
                }
                
                .footer-nav a {
                    color: #999;
                    font-size: 14px;
                }
                
                .social-links-footer {}
                
                .social-links-footer li {
                    position: relative;
                    z-index: 1;
                }
                
                .social-links-footer li::before {
                    position: absolute;
                    content: '';
                    top: -4px;
                    left: -7px;
                    width: 30px;
                    height: 30px;
                    background: #0f56a1;
                    z-index: -1;
                    border-radius: 50px;
                }
                
                .bg-projects {}
                
                .bg-products {
                    background-color: #e2e2e2!important;
                }
                
                .bg_testimonials {
                    position: relative;
                    z-index: 1;
                    background-image: url(https://www.unily.com/media/30978/digital-signage-lead.jpg?width=1500&height=840&mode=crop);
                    background-size: contain;
                    background-attachment: fixed;
                    background-position: center center;
                }
                
                .bg_testimonials::before {
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    content: '';
                    background: -webkit-linear-gradient(bottom left, #2888b7ab, #f1f1f1);
                    background: -o-linear-gradient(bottom left, #2888b7ab, #f1f1f1);
                    background: linear-gradient(to top right, #2888b7ab, #f1f1f1);
                    z-index: -1;
                    position: absolute;
                }
                
                .bg_item {
                    background: white;
                    border-radius: 8px;
                    padding: 6px;
                }
                
                .we_server {
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flex;
                    display: -o-flex;
                    display: flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                    box-sizing: border-box;
                    width: 100%;
                }
                
                .we_server .item_we_serve {
                    box-sizing: border-box;
                    flex: 1;
                    /*background: #e2e2e2;
    margin: 10px;
    padding: 6px 0;*/
                    border-radius: 20px;
                }
                
                .we_server .item_we_serve img {
                    /*background:#f39c22;
    padding: 10px;*/
                    width: 70px;
                    /*border-radius: 105px;*/
                }
                
                .item_we_serve h5 {
                    color: #3499ca;
                    font-size: 14px;
                    text-transform: uppercase;
                    padding: 10px 0;
                }
                
                .bg-clinele {}
                
                .bg-clinele .item_we_serve {}
                
                .bg-clinele .item_we_serve img {
                    border: 1px solid grey;
                    padding: 6px;
                }
                
                .nav-tabs .nav-link {
                    color: #495057;
                    background-color: #808082;
                    border-color: #dee2e6 #dee2e6 #fff;
                    padding: 5px;
                    width: 50px;
                    height: 50px;
                    border-radius: 50px;
                    margin: 0 20px;
                }
                
                .nav-tabs .nav-link.active {
                    color: #495057;
                    background-color: #0f56a1;
                    border-color: #dee2e6 #dee2e6 #fff;
                    border-radius: 50px;
                }
                
                .pd-l-120px {
                    padding-left: 300px;
                }
                
                .sidenav {
                    height: 100%;
                    width: 0;
                    position: fixed;
                    z-index: 999999;
                    top: 0;
                    right: 0;
                    background-color: #fff;
                    overflow-x: hidden;
                    transition: 0.5s;
                    padding-top: 0;
                }
                
                .sidenav a {
                    padding: 8px 8px 8px 32px;
                    text-decoration: none;
                    font-size: 25px;
                    color: #818181;
                    display: block;
                    transition: 0.3s;
                }
                
                .sidenav a:hover {
                    color: #f1f1f1;
                }
                
                .sidenav .closebtn {
                    position: absolute;
                    top: 0;
                    right: 25px;
                    font-size: 36px;
                    margin-left: 50px;
                }
                
                .font-weight-normal {
                    font-weight: normal;
                }
                
                .callback-block {
                    background: #fff;
                    box-shadow: 0 20px 30px rgba(0, 0, 0, .05);
                    border-radius: 5px;
                    padding: 45px 10px;
                }
                
                .india-logo {
                    margin-top: 0;
                    margin-left: 12px;
                    padding-left: 10px;
                    padding-top: 3px;
                    color: white;
                    width: 35px;
                }
                
                .side-nav-bar {
                    margin-top: 15px;
                    background: #f39c20;
                    border-radius: 50px;
                    width: 40px;
                    box-shadow: 1px 1px 15px #0000005c;
                    height: 40px;
                    margin-left: 12px;
                    padding-left: 10px;
                    padding-top: 3px;
                    color: white;
                }
                
                .filter-button:hover {
                    background: #ffffff00;
                    color: #0f56a1;
                    border: 1px solid #0f56a1;
                }
                
                .footer-1 {
                    /* background: #fff; */
                    padding: 20px 0px 0px 0px;
                }
                
                .footer-1 h2 {
                    color: #808082;
                    font-size: 22px;
                    font-weight: 500;
                }
                
                .footer-1-bar p {
                    color: #7f7f81;
                    font-size: 13px;
                    font-weight: 400;
                }
                
                .card {
                    border: none;
                    padding: 5px;
                    box-shadow: 2px 3px 25px #d8d6d6;
                    margin-bottom: 0px;
                }
                
                .bg-about-it {
                    background-image: url(../upload/light-shield-pattern-large.webp);
                    background-size: contain;
                }
                
                .testmonial-box {
                    position: relative;
                    display: block;
                    background: #0073ab;
                    border-radius: 10px;
                    border: 2px solid #000;
                    box-shadow: 0 20px 30px rgba(0, 0, 0, .05);
                    padding: 15px;
                    margin: 35px 8px;
                }
                
                .color-1 {
                    background-color: #ED254E;
                }
                
                .color-2 {
                    background: #011936;
                }
                
                .color-3 {
                    background: #45969b;
                }
                
                .color-4 {
                    background: #0073ab;
                }
                
                .color-5 {
                    background: #0A2472;
                }
                
                .color-6 {
                    background-color: #00ADB5;
                }
                
                .color-7 {
                    background-color: #574f7d;
                }
                
                .color-8 {
                    background-color: #ff6768;
                }
                
                .color-9 {
                    background-color: #30BCED;
                }
                
                .color-10 {
                    background-color: #E00543;
                }
                
                .color-11 {
                    background-color: #216583;
                }
                
                .color-12 {
                    background-color: #0B5F73;
                }
                
                .color-13 {
                    background-color: #1B7FBD;
                }
                
                .color-14 {
                    background-color: #BA7BA1;
                }
                
                .testmonial-box p {
                    color: #000;
                }
                
                .mobile-view {
                    margin-top: 0px !important;
                }
                
                .bread-wrapper {
                    background: url(../img/inner-banner/ceo.jpg);
                    width: 100%;
                    height: 350px !important;
                    background-repeat: no-repeat;
                    /* background-attachment: fixed; */
                    /* background-size: cover; */
                    position: relative;
                    z-index: 1;
                }
                
                .arham-way {
                    margin-bottom: 10px;
                    padding-top: 50px;
                    padding-bottom: 20% !important;
                    background-color: #f4f6f9;
                }
                
                .chairman-description {
                    border-width: 1px 1px 1px 1px;
                    border-color: rgba(0, 0, 0, 0.05);
                    border-style: solid;
                    border-radius: 8px 8px 8px 8px;
                    overflow: hidden;
                    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 5%);
                    padding: 20px;
                }
                
                .people-content p {
                    margin-bottom: 20px;
                    font-size: 16px;
                }
                
                .panel-title>a:before {
                    float: right !important;
                    font-family: FontAwesome;
                    content: "\f067";
                    padding-right: 5px;
                    color: #44a847;
                    font-size: 13px !important;
                    margin-top: 13px;
                }
                
                .panel-title>a.collapsed:before {
                    float: right !important;
                    content: "\f068";
                    color: #44a847;
                    font-size: 13px !important;
                }
                
                .panel-title>a:hover,
                .panel-title>a:active,
                .panel-title>a:focus {
                    text-decoration: none;
                }
                
                .panel-heading {
                    padding: 20px 15px;
                    border-bottom: 1px solid transparent;
                    border-top-right-radius: 3px;
                    border-top-left-radius: 3px;
                }
                
                .jumbotron {
                    padding-top: 30px;
                    padding-bottom: 30px;
                    margin-bottom: 30px;
                    color: inherit;
                    background-color: #00bcd4;
                    text-align: center;
                    color: #aeaeae;
                }
                
                .ceo-disc {
                    margin-top: 10px !important;
                }
                
                .img-hover :hover {
                    background-color: blue !important;
                }
                
                .dropdown:hover .dropdown-menu {
                    display: block;
                }
                
                .section-padding {
                    padding-top: 80px;
                }
                
                .gallery-section {
                    position: relative;
                    z-index: 1;
                }
                
                .title {
                    font-size: 46px;
                    font-weight: 700;
                    font-family: "Playfair Display", serif;
                    color: #f44336;
                }
                
                .filter {
                    text-align: center;
                    max-width: 1050px;
                    margin: auto;
                }
                
                .btn {
                    padding: 10px 20px;
                    margin: 5px 4px 4px 0;
                    display: inline-block;
                    color: #003;
                    background: #eee;
                    border: 1px solid #f44336;
                    transition: all 0.4s;
                    border-radius: 10px;
                    font-size: 16px;
                    font-weight: 500;
                }
                
                .btn:hover,
                .btn-active {
                    background: #f44336;
                    color: #fff;
                    -webkit-transform: translateY(3px);
                    -ms-transform: translateY(3px);
                    transform: translateY(3px);
                }
                
                .gallery {
                    display: flex;
                    justify-content: center;
                    width: fit-content;
                    max-width: 1320px;
                    flex-wrap: wrap;
                    margin: 25px auto;
                    /* gap: 14px; */
                }
                
                .gallery a {
                    display: flex;
                }
                
                .gallery img {
                    width: 200px;
                    height: 220px;
                    object-fit: cover;
                    transition: 0.3s ease-in-out;
                    border-radius: 12px;
                    overflow: hidden;
                    margin: 10px 10px;
                }
                
                .gallery img:hover {
                    transform: scale(1.1);
                }
                
                .sets .hide,
                .sets .pophide {
                    width: 0%;
                    opacity: 0;
                }
                
                .closeBtn {
                    position: absolute;
                    font-size: 22px;
                    font-weight: 500;
                    right: 25px;
                    top: 25px;
                    color: white;
                    transition: 0.5s linear;
                    padding: 8px 40px;
                    border-radius: 25px;
                    background: red;
                    outline-offset: -6px;
                    outline: 2px solid #fff;
                }
                
                .closeBtn:hover {
                    cursor: pointer;
                    background: white;
                    color: black;
                    outline: 2px solid #000;
                }
                
                .openDiv {
                    width: 100%;
                    height: 100vh;
                    background: #000000e7;
                    position: fixed;
                    top: 0;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    left: 0;
                    z-index: 9999;
                }
                
                .imgPreview {
                    width: 70%;
                    object-fit: scale-down;
                    max-height: 40vw;
                    height: auto;
                }
                
                .prevButton,
                .nextButton {
                    transition: 1s linear;
                    padding: 10px 35px;
                    font-size: 18px;
                    border: none;
                    color: white;
                    background: #0005;
                    border-radius: 10px;
                    border: 1px solid white;
                    margin: 10px;
                }
                
                .prevButton:hover,
                .nextButton:hover {
                    background: #fff;
                    color: black;
                }
                /* resposive CSS Code */
                
                @media max-width: 1199px {
                    .section-padding {
                        padding-top: 70px;
                    }
                }
                
                @media (max-width: 991px) {
                    .section-padding {
                        padding-top: 50px;
                    }
                }
                
                @media (max-width: 767px) {
                    .title {
                        font-size: 36px;
                    }
                    .gallery img {
                        margin: 8px 8px;
                        width: 175px;
                    }
                    .closeBtn {
                        padding: 6px 25px;
                    }
                    .prevButton,
                    .nextButton {
                        font-size: 18px;
                        padding: 8px 25px;
                    }
                }
                
                @media (max-width: 540px) {
                    .section-padding {
                        padding-top: 30px;
                    }
                    .gallery img {
                        margin: 8px 6px;
                        width: 155px;
                    }
                    .closeBtn {
                        font-size: 18px;
                        border-radius: 15px;
                    }
                    .prevButton,
                    .nextButton {
                        font-size: 18px;
                        padding: 6px 20px;
                        border-radius: 10px;
                        margin: 5px;
                    }
                    .imgPreview {
                        width: 90%;
                        max-height: 50vh;
                        height: auto;
                    }
                }
                
                .img-width {
                    width: 30px;
                }
                
                .btn {
                    display: inline-block;
                    padding: 6px 12px;
                    margin-bottom: 0;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 1.42857143;
                    text-align: center;
                    white-space: nowrap;
                    vertical-align: middle;
                    cursor: pointer;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    background-image: none;
                    border: 1px solid transparent;
                    border-radius: 4px;
                    color: #808082;
                    background-color: #808082;
                    border-radius: 50px;
                }
                
                .filters ul {
                    display: flex;
                    justify-content: center;
                    list-style: none;
                    border-bottom: 2px solid #D9D9D9;
                    margin: 30px 15px
                }
                
                .filters ul li {
                    display: inlnie-block;
                    text-align: center;
                    margin-right: 12px;
                    padding: 0 5px 8px 5px;
                    font-weight: 700;
                    font-size: 16px;
                    cursor: pointer;
                    position: relative;
                    margin-bottom: -2px;
                    color: #777;
                    transition: 0.3s;
                    text-transform: uppercase;
                }
                
                .filters ul li:hover {
                    color: #EB2D3A;
                }
                
                .filters ul li.is-checked {
                    border-bottom: 2px solid #EB2D3A;
                }
                
                .filters ul li:last-child {
                    margin-right: 0;
                }
                
                .grid .grid-item h1 {
                    background: #EEEEEE;
                    height: 150px;
                    line-height: 150px;
                    color: white;
                    font-size: 3em;
                    text-align: center;
                    margin-bottom: 30px;
                }
                
                button:hover span {
                    display: none
                }
                
                button:hover:before {
                    content: "Arham"
                }
                
                button:last-child:hover:before {
                    display: none;
                }
                
                button:nth-last-child(2):hover:before {
                    display: none !important;
                }
                
                .nav>li {
                    position: relative !important;
                    display: block;
                    margin-top: 18px;
                }
                
                .flex-footer {
                    display: flex !important;
                    align-items: center;
                    justify-content: space-between;
                    gap: 300px;
                    padding: 20px;
                    font-size: 20px !important;
                }
                
                .flex-footer p {
                    font-size: 16px !important;
                    font-weight: 500;
                    color: #000;
                }
                
                .footer-text p {
                    padding: 20px;
                    font-weight: 500;
                    font-size: 16px;
                    color: #000 !important;
                }
                
                .own-franchise {
                    font-size: 40px;
                    color: rgb(0, 102, 179);
                    font-weight: 900;
                }
                
                .more-than {
                    color: #000 !important;
                    font-weight: 600;
                    font-size: 22px;
                }
                
                .button-default {
                    text-align: right !important;
                }