            @import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");

            html,
            body {
                min-height: 100%;
                overflow-x: hidden !important;
            }

            html {
                scroll-behavior: smooth;
            }

            body {
                font-family: "gilroyrgular", sans-serif;
                padding: 0px;
                margin: 0px;
                color: #212721;
                overflow-x: hidden !important;
                line-height: 30px;
                font-size: 20px;
            }




            ul {
                padding: 0px;
                margin: 0px;
            }

            ul li {
                display: block;
            }

            p {
                line-height: 30px;
                font-size: 18px;
                margin-bottom: 0;
            }

            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                padding: 0px;
                margin: 0px;
            }

            .bg-gray {
                background: #f0f7ff;
            }

            .pb-120 {
                padding-bottom: 120px;
            }

            .offwhite {
                background: #fafafc;
            }

            * {
                transition: all 0.5s ease;
            }

            a {
                text-decoration: none;
                transition: all 0.5s ease;
            }

            a:hover {
                text-decoration: none;
            }

            a:focus {
                text-decoration: none;
                border: 0px;
                outline: 0px;
            }

            :focus {
                text-decoration: none;
                border: 0px;
                outline: 0px;
            }

            .tbl {
                display: table !important;
                width: 100%;
                height: 100%;
            }

            .tbl .tbl-cell {
                display: table-cell;
                vertical-align: middle;
            }

            section {
                width: 100%;
                clear: both;
            }

            .white-btn {
                text-align: center;
                background: rgba(255, 255, 255, 0.9);
                border-radius: 0px;
                color: #212721;
                padding: 11px 25px;
                text-transform: uppercase;
                font-size: 14px;
                white-space: nowrap;
                display: inline-block;
                border: none;
                font-family: "gilroyextrabold", sans-serif;
                letter-spacing: 1.2px;
                position: relative;
            }

            .white-btn:hover {
                color: #212721;
                background: white;
            }

            .gray-btn {
                text-align: center;
                background: #f0f7ff;
                border-radius: 0px;
                color: #212721;
                padding: 6px 25px;
                text-transform: uppercase;
                font-size: 14px;
                display: inline-block;
                white-space: nowrap;
                border: none;
                font-family: "gilroylight", sans-serif;
                letter-spacing: 1.2px;
                position: relative;
            }

            .gray-btn:hover {
                color: #f0f7ff;
                background: #212721;
            }

            .blc-btn {
                background: #212721;
                border-radius: 0px;
                color: #fff;
                padding: 5px 25px;
                text-transform: uppercase;
                font-size: 14px;
                display: inline-block;
                border: none;
                font-family: "gilroylight", sans-serif;
                letter-spacing: 1.2px;
                position: relative;
                white-space: nowrap;
                border: 1px solid #212721;
                text-align: center;
            }

            .blc-btn:hover {
                color: #212721 !important;
                background: white !important;
            }

            @media (max-width:1024px) {
                .blc-btn {
                    background: #212721;
                    border-radius: 0px;
                    color: #fff;
                    padding: 5px 25px;
                    text-transform: uppercase;
                    font-size: 14px;
                    display: inline-block;
                    border: none;
                    font-family: "gilroylight", sans-serif;
                    letter-spacing: 1.2px;
                    position: relative;
                    white-space: nowrap;
                    border: 1px solid #212721;
                    text-align: center;
                }

                .blc-btn:hover {
                    color: #212721;
                    background: white;
                }
            }

            .white-outline-btn {
                white-space: nowrap;
                background: none;
                text-align: center;
                border-radius: 50px;
                color: #fff;
                padding: 7px 25px;
                text-transform: uppercase;
                font-size: 16px;
                display: inline-block;
                font-weight: 500;
                border: 2px solid #fff;
                position: relative;
            }

            .white-outline-btn:hover {
                background: #fff;
                color: #2d2342;
            }

            .img-570 {
                max-width: 570px;
                width: 100%;
                margin: 0 auto;
            }

            .img-570 img {
                width: 100%;
            }

            .pt-60 {
                padding-top: 60px;
            }

            header .fixed-header {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                background-color: #fff;
                box-shadow: 0px 0px 10px 1px #00000012;
            }

            header {
                background-color: transparent;
                background-image: linear-gradient(to bottom, #dddddd, rgba(242, 242, 242, 0));
                display: block;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                z-index: 99;
                padding: 10px 35px 30px 35px;
            }

            header .navbar {
                padding: 0;
            }

            header .navbar .h-flex {
                display: flex;
                justify-content: space-between;
                align-items: center;
                width: 100%;
            }

            header .navbar .h-flex .navbar-collapse .navbar-nav .nav-item {
                position: relative;
            }

            header .fixed-header .white-btn {
                color: #fff !important;
                background: #000 !important;
            }

            header .navbar .h-flex .navbar-collapse .navbar-nav .nav-item .nav-link {
                text-transform: uppercase;
                color: #fff;
                font-size: 14px;
                padding: 6px 20px;
                font-family: "gilroyextrabold", sans-serif;
                letter-spacing: 1.2px;
            }

            header .navbar .h-flex .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
                width: auto;
            }


            header .navbar .h-flex .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
                padding: 1px 1rem !important;
            }

            header .navbar .h-flex .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
                background: #000 !important;
            }

            header .navbar .h-flex .navbar-collapse .navbar-nav .nav-item .dropdown-menu:before {
                width: 0;
                height: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 8px solid #fff;
                position: absolute;
                left: 35px;
                top: -6px;
                content: "";
            }

            .banner-section {
                position: relative;
            }

            .banner-section::before {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                height: 300px;
                content: "";
                background-image: -moz-linear-gradient(90deg, rgba(33, 39, 33, 0) 0%, rgba(33, 39, 33, 0.6) 100%);
                background-image: -webkit-linear-gradient(90deg, rgba(33, 39, 33, 0) 0%, rgba(33, 39, 33, 0.6) 100%);
                background-image: -ms-linear-gradient(90deg, rgba(33, 39, 33, 0) 0%, rgba(33, 39, 33, 0.6) 100%);
                opacity: 0.7;
                z-index: 1;
            }

            /* .banner-section::before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 300px;
      content: "";
      background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
      background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
      background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
      opacity: 0.7;
      z-index: 1; } */

            .banner-section .one-item {
                position: relative;
            }

            .banner-section .one-item .item .banner-box {
                position: relative;
            }

            .banner-section .one-item .item .banner-box>img {
                width: 100%;
                height: 580px;
            }

            .banner-home .one-item .item .banner-box>img {
                width: 100%;
                height: 650px;
            }

            .banner-section .one-item .item .banner-box .banner-contant {
                position: absolute;
                left: 0;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                z-index: 1;
            }

            .banner-section .one-item .item .banner-box .banner-contant .bc-box {
                background: rgba(255, 255, 255, 0.7);
                padding: 50px;
                position: relative;
            }

            .banner-section .one-item .item .banner-box .banner-contant .bc-box p {
                font-size: 40px;
                line-height: 58px;
                margin: 0 0 10px 0;
            }

            .banner-section .one-item .item .banner-box .banner-contant .bc-box .blc-btn {
                bottom: -25px;
                position: absolute;
                font-family: "gilroyextrabold", sans-serif;
                padding: 11px 25px;
            }

            .mobile-banner {
                position: relative;
            }

            .mobile-banner .mb-img {
                position: absolute;
                top: -62px;
                right: 100px;
                z-index: 1;
            }

            .mobile-banner .mb-img img {
                width: 100%;
                max-width: 746px;
            }

            .mobile-banner .one-item .banner-box {
                position: relative;
            }

            .mobile-banner .one-item .banner-box::after {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: -5px;
                content: "";
                background: url("../images/mobile-app-development-banner-bottom-bg.webp") no-repeat center bottom;
                background-size: 100%;
            }

            .career-banner {
                position: relative;
            }

            .career-banner .mb-img {
                position: absolute;
                top: 0px;
                right: 0px;
                z-index: 1;
            }

            .career-banner .mb-img img {
                width: 100%;
                max-width: 870px;
            }

            .career-banner .one-item .banner-box {
                position: relative;
            }

            .career-banner .one-item .banner-box::after {
                content: "";
            }

            .career-banner .inner-banner-txt h1 {
                margin-bottom: 20px;
            }

            .career-banner .inner-banner-txt p {
                font-size: 20px;
                line-height: 48px;
            }

            .contact-banner .inner-banner-txt h1 {
                margin: 25px 0;
            }

            .contact-banner .cm-absolute {
                position: absolute;
                top: 310px;
                right: 15px;
                z-index: 1;
                width: calc(50% - 15px);
            }

            .contact-banner .contact-map {
                max-width: 570px;
                width: 100%;
                position: relative;
            }

            .contact-banner .contact-map .cm-box {
                width: 100%;
                display: flex;
                box-shadow: 0px 12px 30px 0px rgba(33, 39, 33, 0.1);
                height: 550px;
            }

            .contact-banner .contact-map .cm-box iframe {
                width: 100%;
                display: flex;
            }

            .contact-banner .one-item .banner-box>img {
                width: auto !important;
                height: 700px !important;
            }

            .about-banner .one-item .item .banner-box>img {
                width: 100%;
                height: 600px;
            }

            .inner-banner-txt {
                position: relative;
            }

            .inner-banner-txt h1 {
                margin-bottom: 20px;
                font-size: 50px;
                line-height: 50px;
                font-family: "gilroyextrabold", sans-serif;
                text-transform: capitalize;
            }

            .inner-banner-txt h1 strong {
                display: block;
                text-transform: uppercase;
                /* margin-bottom: 15px; */
                font-family: "gilroylight", sans-serif;
                font-size: 25px;
                line-height: 46px;
                font-weight: 300;
            }

            .inner-banner-txt p {
                margin-bottom: 20px;
            }

            .inner-banner-txt .blc-btn {
                font-family: "gilroyextrabold", sans-serif;
                padding: 10px 25px;
                text-transform: uppercase;
                font-size: 18px;
            }

            .inner-banner-txt .banner-static {
                display: flex;
                flex-wrap: wrap;
                position: absolute;
                bottom: -120px;
            }

            .inner-banner-txt .banner-static li {
                width: 150px;
                margin-right: 30px;
            }

            .inner-banner-txt .banner-static li strong {
                display: block;
                font-family: "gilroyextrabold", sans-serif;
                font-size: 30px;
                line-height: 1;
                margin-bottom: 5px;
            }

            .inner-banner-txt .banner-static li p {
                font-size: 16px;
            }

            .blc-link {
                color: #212721;
            }

            .ptb-100 {
                padding-top: 90px;
                padding-bottom: 90px;
            }

            .ptb-150 {
                padding-top: 150px;
                padding-bottom: 150px;
            }

            .pb-150 {
                padding-bottom: 150px;
            }

            .pt-150 {
                padding-top: 150px;
            }

            .heading02 {
                line-height: 35px;
                font-family: "gilroyextrabold", sans-serif;
                font-size: 35px;
                margin-bottom: 25px;
            }

            .heading02 span {
                display: block;
                font-size: 28px;
                font-family: "gilroylight", sans-serif;
                line-height: 1;
                margin-bottom: 8px;
            }

            .heading02-small {
                line-height: 45px;
                font-family: "gilroyextrabold", sans-serif;
                font-size: 38px;
                margin-bottom: 31px;
            }

            .heading01 {
                line-height: 50px;
                font-family: "gilroyextrabold", sans-serif;
                font-size: 45px;
                margin-bottom: 25px;
            }

            .heading01 span {
                display: block;
                font-size: 28px;
                font-family: "gilroylight", sans-serif;
                line-height: 1;
                margin-bottom: 8px;
            }

            .heading01-small {
                line-height: 45px;
                font-family: "gilroyextrabold", sans-serif;
                font-size: 38px;
                margin-bottom: 31px;
            }





            .heading {
                line-height: 81px;
                font-family: "gilroyextrabold", sans-serif;
                font-size: 57px;
                margin-bottom: 31px;
            }

            .heading span {
                display: block;
                font-size: 38px;
                font-family: "gilroylight", sans-serif;
                line-height: 1;
                margin-bottom: 11px;
            }

            .heading-small {
                line-height: 45px;
                font-family: "gilroyextrabold", sans-serif;
                font-size: 38px;
                margin-bottom: 31px;
            }


            .pine-video .modal-dialog {
                max-width: 80% !important;
                width: 80% !important;
            }

            .video-close {
                font-size: 20px;
                position: absolute;
                right: 0px;
                top: 0px;
                color: #fff;
                background: none !important;
                border: 0 !important;
                font-weight: 300;
                z-index: 9999;
            }

            .abt-video-img {
                position: relative;
                display: inline-block;
            }

            .video-main {
                position: absolute;
                display: inline-block;
                bottom: 40px;
                z-index: 5;
                right: -40px;
            }

            .video:hover {
                background: #003466 !important;
                color: #fff !important;
            }

            .video {
                height: 90px;
                width: 90px;
                line-height: 90px;
                text-align: center;
                border-radius: 100%;
                background: transparent;
                font-size: 30px;
                color: #fff;
                display: inline-block;
                background: #a9caed;
                z-index: 999;
                padding-left: 5px;
            }

            @keyframes waves {
                0% {
                    -webkit-transform: scale(0.2, 0.2);
                    transform: scale(0.2, 0.2);
                    opacity: 0;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                }

                50% {
                    opacity: 0.9;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
                }

                100% {
                    -webkit-transform: scale(0.9, 0.9);
                    transform: scale(0.9, 0.9);
                    opacity: 0;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                }
            }

            .fa-play:before {
                content: "\f04b";
            }

            .waves {
                position: absolute;
                width: 190px;
                height: 190px;
                border: 2px solid rgba(0, 0, 0, 0.3);
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                border-radius: 100%;
                right: -50px;
                bottom: -50px;
                z-index: -1;
                -webkit-animation: waves 3s ease-in-out infinite;
                animation: waves 3s ease-in-out infinite;
            }

            .wave-1 {
                -webkit-animation-delay: 0s;
                animation-delay: 0s;
            }

            .wave-2 {
                -webkit-animation-delay: .5s;
                animation-delay: .5s;
            }

            .wave-3 {
                -webkit-animation-delay: 1s;
                animation-delay: 1s;
            }

            .wave-4 {
                -webkit-animation-delay: 1.5s;
                animation-delay: 1.5s;
            }

            .wave-5 {
                -webkit-animation-delay: 2s;
                animation-delay: 2s;
            }


            .abt-right ul {
                margin: 0;
                padding: 0;
            }

            .abt-right ul li {
                float: left;
                width: 49%;
                text-align: left;
            }

            .abt-right ul li img {
                float: left;
            }

            .abt-right ul li span {
                padding: 7px 9px;
                font-size: 17px;
                font-weight: bold;
                text-align: left;
                float: left;
                line-height: 20px;
            }

            .abt-right ul li span small {
                display: block;
                font-size: 15px;
                font-weight: 400;
            }



            .about-tbs .tabs {
                margin-top: 70px;
                width: 100%;
            }

            .about-tbs .tabs .filters {
                align-items: center;
                margin-bottom: 20px;
            }

            .about-tbs .tabs .item {
                font-size: 30px;
                font-weight: 600;
            }

            .about-tbs .tabs .item:not(:last-child) {
                margin-right: 35px;
            }

            .about-tbs .tabs .tab {
                padding-top: 40px;
                font-size: 18px;
                line-height: 30px;
            }

            .about-tbs .tabs .tab span {
                font-size: 25px;
                font-weight: 300;
                display: block;
            }

            .about-tbs .tabs .tab strong {
                font-size: 32px;
                font-weight: 600;
                display: block;
                margin-bottom: 15px;
            }





            .about-tbs .tabs .tab {
                display: none;
            }

            .tabs .tab.active {
                display: block;
            }

            .tabs .item {
                cursor: pointer;
                border-bottom: 3px solid #fff;
                display: inline-block;
            }

            .tabs .item.active {
                pointer-events: none;
                border-bottom: 3px solid #000;
            }

            .about-tbs img {
                max-width: 100%;
            }

            .abt-txt {
                display: flex;
                margin-top: 63px;
                margin-bottom: 68px;
            }

            .abt-txt .at-icon {
                min-width: 70px;
                width: 70px;
                height: 70px;
                background: #a9caed;
                justify-content: center;
                align-items: center;
                display: flex;
                border-radius: 38px 0 38px 0;
                margin-right: 30px;
            }

            .abt-txt .at-icon:hover {
                border-radius: 0 38px 0 38px;
            }

            .why-trust {
                position: relative;
                padding: 80px 40px 50px 70px;
                margin: 0 auto;
                background: #fafafc;

            }

            .why-trust::before {
                content: "";
                left: 0;
                top: 0;
                position: absolute;
                border-right: 100px solid transparent;
                border-top: 100px solid #fff;
            }

            .why-trust ul {
                padding: 20px 0;
            }

            .why-trust ul li {
                position: relative;
                font-size: 24px;
                display: inline-block;
                width: 49%;
                padding: 0 0 0 35px;
                margin-bottom: 20px;
            }

            .why-trust ul li:before {
                position: absolute;
                left: 0;
                top: 4px;
                width: 20px;
                height: 20px;
                background: url("../images/check.webp") no-repeat center center;
                content: '';
            }

            .manpower-sec h4 {
                font-size: 20px;
            }

            .innovate-section p {
                padding-bottom: 20px;
            }

            .innovate-card {
                padding-top: 50px;
            }



            .get-start-section {
                width: 100%;
            }

            .get-start {
                position: relative;
                padding: 80px 40px 80px 70px;
                margin: 0 auto;
                background: #f0f7ff;

            }

            .get-start::before {
                content: "";
                left: 0;
                top: 0;
                position: absolute;
                border-right: 100px solid transparent;
                border-top: 100px solid #fff;
            }

            .get-start strong {
                font-size: 26px;
                font-weight: 900;
                margin-bottom: 10px;
                display: block;
            }

            .get-start span {
                font-size: 24px;
                font-weight: 300;
                display: block;
                margin-bottom: 15px;
            }

            .get-start a {
                display: inline-block;
                font-size: 20px;
                font-weight: 300;
                border: #000 1px solid;
                background: #000000;
                color: #fff;
                padding: 6px 30px;
                font-family: var(--bs-font-sans-serif) !important;
            }

            .get-start a:hover {
                color: #212721 !important;
                background: white !important;
            }



            /*Carousel Gallery*/
            .carousel-gallery {
                margin: 30px 0 50px 0;
                padding: 0;
            }

            .carousel-gallery .swiper-slide a {
                display: block;
                width: 100%;
                height: 300px;
                border-radius: 4px;
                overflow: hidden;
                position: relative;
                -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
                box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
            }

            .carousel-gallery .swiper-slide a:hover .image .overlay {
                opacity: 1;
            }

            .carousel-gallery .swiper-slide a .image {
                width: 100%;
                height: 100%;
                background-size: cover;
                background-position: center center;
            }

            .carousel-gallery .swiper-slide a .image .overlay {
                width: 100%;
                height: 100%;
                background-color: rgba(20, 20, 20, 0.8);
                text-align: center;
                opacity: 0;
                -webkit-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

            .carousel-gallery .swiper-slide a .image .overlay em {
                color: #fff;
                font-size: 26px;
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                display: inline-block;
            }

            .carousel-gallery .swiper-pagination {
                position: relative;
                bottom: auto;
                text-align: center;
                margin-top: 25px;
                display: none;
            }

            .carousel-gallery .swiper-pagination .swiper-pagination-bullet {
                -webkit-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

            .carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
                opacity: 0.7;
            }

            .carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background-color: #d63031;
                transform: scale(1.1, 1.1);
            }




            .client-part ul {
                padding-top: 50px;
                display: block;
            }

            .client-part ul li {
                float: left;
                width: 25%;
                min-height: 135px;
                display: grid;
                align-items: center;
                text-align: center;
                vertical-align: middle;
                border: #f4f4f4 1px solid;
                margin: -1px -1px 0 0;
            }

            .client-part ul li img {
                margin: 0 auto;
                filter: grayscale(100%);
                max-width: 85%;
            }

            .client-part ul li:hover img {
                filter: grayscale(0);
            }


            .expertise-part ul {
                padding-top: 50px;
                display: block;
            }

            .expertise-part ul li {
                float: left;
                width: 20%;
                min-height: 100px;
                display: grid;
                align-items: center;
                text-align: center;
                vertical-align: middle;
                border: #f4f4f4 1px solid;
                margin: -1px -1px 0 0;
            }

            .expertise-part ul li img {
                margin: 0 auto;
                filter: grayscale(100%);
                max-width: 85%;
            }

            .expertise-part ul li:hover img {
                filter: grayscale(0);
            }








            .static-card-one {
                font-family: "gilroyextrabold", sans-serif;
                line-height: 1;
                font-size: 50px;
            }

            .static-card-one .sco-txt {
                display: flex;
                margin-top: 18px;
            }

            .static-card-one .sco-txt span {
                display: inline-block;
                font-family: "gilroylight", sans-serif;
                letter-spacing: 1.2px;
                font-size: 22px;
                position: relative;
            }

            .static-card-one .sco-txt span::before {
                content: "";
                background: #f7f6f4;
                position: absolute;
                left: 30px;
                right: -30px;
                top: 6px;
                bottom: -10px;
                z-index: -1;
            }

            .txt-link {
                font-family: "gilroyextrabold", sans-serif;
                font-size: 13px;
                color: #212721;
                text-decoration: underline;
                text-transform: uppercase;
                line-height: 1;
                position: relative;
            }

            .txt-link:hover {
                color: #212721;
            }

            .btn-right-top {
                position: absolute;
                right: 0;
                top: 0;
                z-index: 9;
                transform: rotate(-90deg);
                transform-origin: right top;
            }

            .relative {
                position: relative;
            }

            .relative .box-right-200-bg1 {
                position: absolute;
                background: #f0f7ff;
                width: 200px;
                height: 200px;
                top: 0;
                right: 200px;
                z-index: -1;
            }

            .relative .box-right-200-bg2 {
                position: absolute;
                background: #fafafc;
                width: 200px;
                height: 200px;
                top: 200px;
                right: 0;
                z-index: -1;
            }


            .relative .box-right-200-bg01 {
                position: absolute;
                background: #fafafc;
                width: 200px;
                height: 200px;
                top: 0;
                right: 200px;
                z-index: -1;
            }

            .relative .box-right-200-bg02 {
                position: absolute;
                background: #f0f7ff;
                width: 200px;
                height: 200px;
                top: 200px;
                right: 0;
                z-index: -1;
            }

            .relative .box-right-300-bg1 {
                position: absolute;
                background: #f0f7ff;
                width: 300px;
                height: 300px;
                top: 0;
                right: 300px;
                z-index: -1;
            }

            .relative .box-right-300-bg2 {
                position: absolute;
                background: #fafafc;
                width: 300px;
                height: 300px;
                top: 300px;
                right: 0;
                z-index: -1;
            }

            .relative .box-right-50-top-300-bg3 {
                position: absolute;
                background: #fafafc;
                width: 300px;
                height: 300px;
                top: 0;
                right: 50px;
                z-index: -1;
            }

            .relative .box-right-top-200-bg4 {
                position: absolute;
                background: rgba(255, 255, 255, 0.5);
                width: 200px;
                top: 0;
                right: 0px;
                bottom: 0;
            }

            .relative .box-left-50-top-300-bg5 {
                position: absolute;
                background: #fafafc;
                width: 300px;
                height: 300px;
                top: 0;
                left: 50px;
                z-index: -1;
            }

            .relative .box-left-110-bg6 {
                position: absolute;
                background: #fafafc;
                width: 165px;
                height: 165px;
                top: 110px;
                left: -165px;
            }

            .relative .box-right-bottom-200-bg7 {
                position: absolute;
                background: #f0f7ff;
                width: 200px;
                height: 200px;
                bottom: -200px;
                right: 70px;
                z-index: -1;
            }

            .relative .box-left-1170-bg8 {
                position: absolute;
                background: #fff;
                width: 1170px;
                height: 300px;
                top: 0px;
                left: 0px;
            }

            .relative .box-right-300-bg9 {
                position: absolute;
                background: rgba(255, 255, 255, 0.5);
                width: 300px;
                height: 300px;
                top: 0;
                right: 300px;
                z-index: -1;
            }

            .relative .plant {
                position: absolute;
                right: 100px;
                display: none;
                top: 150px;
            }

            .relative .plant img {
                border-radius: 50%;
                border: #f2f2f2 10px dashed;
            }

            .mlr-50 {
                margin-left: 50px;
                margin-right: 50px;
            }

            .tab-section {
                position: relative;
                padding: 80px 0 120px 0;
                width: calc(100% - 100px);
                margin: 0 auto;
            }

            .tab-section::before {
                content: "";
                left: 0;
                top: 0;
                position: absolute;
                border-right: 100px solid transparent;
                border-top: 100px solid #fff;
            }

            .tab-section::after {
                content: "";
                right: 0;
                bottom: 0;
                position: absolute;
                border-left: 100px solid transparent;
                border-bottom: 100px solid #fff;
            }

            .tab-section nav {
                position: sticky;
                top: 2rem;
                align-self: start;
            }

            .tab-section .section-nav {
                font-family: "gilroyextrabold", sans-serif;
            }

            .tab-section .section-nav a {
                text-decoration: none;
                display: inline-block;
                color: #212721;
                transition: all 50ms ease-in-out;
                /* opacity: 0.7; */
                font-size: 16px;
                border-bottom: 3px solid transparent;
                line-height: 1;
                padding-bottom: 10px;
                margin-bottom: 13px;
            }

            .tab-section .section-nav a:hover {
                opacity: 1;
                color: #000;
            }

            /* .tab-section .section-nav a:focus {
        opacity: 1;
        color: #000 !important; border-bottom: 3px solid #212721;} */

            .tab-section .section-nav li .active {
                color: #000;
                opacity: 1;
                border-bottom: 3px solid #212721;
            }

            .tab-section .ts-body {
                background: #fff;
                padding: 50px;
            }

            .tab-section .ts-body label.tsb-heading {
                cursor: pointer;
            }

            .tab-section .ts-body .tsb-heading:hover {
                color: #003466;
            }

            .tab-section .ts-body .tsb-heading {
                margin-bottom: 30px;
                font-size: 24px;
                text-align: center;
                font-family: "gilroyextrabold", sans-serif;
                line-height: 1;
                padding-top: 30px;
                display: block;
                position: relative;
            }

            .tab-section .ts-body .tsb-heading>.fa {
                position: absolute;
                right: 0;
                top: 15px;
                font-size: 40px;
                line-height: 1;
                display: flex;
                height: 100%;
                align-items: center;
            }

            .tab-section .ts-body .ts-section {
                transition: all 0.2s;
            }

            .tab-section .ts-body .tsb-apply-bar {
                display: flex;
                justify-content: space-between;
                align-items: center;
                border-bottom: 1px solid #f0f7ff;
                padding-bottom: 20px;
                padding-top: 20px;
                margin-bottom: 30px;
                font-size: 14px;
                font-family: "gilroyextrabold", sans-serif;
                text-transform: uppercase;
            }

            .tab-section .ts-body .tsb-apply-bar ul {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
            }

            .tab-section .ts-body .tsb-apply-bar ul li {
                display: block;
            }

            .tab-section .ts-body .tsb-apply-bar ul li::after {
                content: "|";
                padding: 0 9px 0 10px;
            }

            .tab-section .ts-body .tsb-apply-bar ul li:last-child::after {
                display: none;
            }

            .tab-section .ts-body>section {
                min-height: 100%;
                margin-bottom: 20px;
                padding-bottom: 50px;
                border-bottom: 1px solid #f0f7ff;
            }

            .tab-section .ts-body>section:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: 0;
            }

            .tab-section .ts-body>section .ts-s-img {
                position: relative;
                max-width: 360px;
                margin: 0 auto;
            }

            .tab-section .ts-body>section .ts-s-img img {
                width: 100%;
            }

            .tab-section .ts-body>section .ts-s-img .tss-icon {
                right: -15px;
                width: 100px;
                top: 22px;
                position: absolute;
                display: none;
            }

            .tab-section .ts-body>section .ts-s-txt {
                position: relative;
            }

            .tab-section .ts-body>section .ts-s-txt h2 {
                font-family: "gilroyextrabold", sans-serif;
                font-size: 24px;
                margin-bottom: -4px;
            }

            .tab-section .ts-body>section .ts-s-txt p {
                font-size: 15px;
                line-height: 22px;
                margin-bottom: 30px;
                text-align: justify;
            }

            .tab-section .ts-body>section .ts-s-txt ul {
                padding-top: 22px;
                padding-bottom: 30px;
            }

            .tab-section .ts-body>section .ts-s-txt ul li {
                margin-bottom: 20px;
                /* line-height: 1; */
                line-height: 1.5;
                /* text-transform: uppercase; */
                font-family: "gilroyregular", sans-serif;
                font-size: 14px;
                display: inline-block;
                width: 50%;
                margin-right: -4px;
                padding-left: 30px;
                position: relative;
                vertical-align: top;
                padding-right: 30px;
            }

            .tab-section .ts-body>section .ts-s-txt ul li::before {
                content: "";
                background: url("../images/listing-arrow.webp");
                width: 15px;
                height: 10px;
                content: "";
                position: absolute;
                left: 0;
                top: 2px;
            }

            .tab-section .ts-body>section .ts-s-txt ul li p {
                margin-top: 5px;
                text-transform: capitalize;
                font-family: "gilroyregular", sans-serif;
                margin-bottom: 0;
            }

            .tab-section .ts-body>section .ts-s-txt ul li a {
                color: #212721;
                font-weight: 600;
            }

            .tab-section .ts-body>section .ts-s-full-list ul li {
                width: 100%;
                margin-bottom: 11px;
            }

            .tab-section .ts-body>section .ts-s-full-list ul li::before {
                top: 6px;
            }

            .tab-section .ts-body>section .ts-s-full-list ul li p {
                margin-top: 0;
            }

            .mb-70 {
                margin-bottom: 70px;
            }

            .mb-60 {
                margin-bottom: 60px;
            }

            .mb-40 {
                margin-bottom: 40px;
            }

            .mb-15 {
                margin-bottom: 15px;
            }

            .bm-182 {
                margin-bottom: 182px;
            }

            .process-box {
                max-width: 240px;
                width: 100%;
                position: relative;
            }

            .process-box>img {
                width: 100%;
            }

            .process-box .pb-no-blc {
                position: absolute;
                left: -20px;
                top: -28px;
                color: #033468;
                font-family: "gilroyextrabold", sans-serif;
                font-size: 130px;
                line-height: 1;
                z-index: -1;
            }

            .process-box .pb-no-white {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                color: #fff;
                font-family: "gilroyextrabold", sans-serif;
                font-size: 130px;
                line-height: 1;
                overflow: hidden;
            }

            .process-box .pb-no-white span {
                position: relative;
                left: -20px;
                top: -28px;
            }

            .process-box .pb-title {
                position: absolute;
                right: 20px;
                bottom: 35px;
                left: 30px;
                font-family: "gilroyextrabold", sans-serif;
                line-height: 27px;
                font-size: 22px;
                text-align: right;
                letter-spacing: 1.4px;
            }

            .process-box .pb-title>span {
                position: relative;
                display: inline-block;
            }

            .process-box .pb-title>span>span {
                position: relative;
                display: inline-block;
                word-break: break-word;
            }

            .process-box .pb-title>span::before {
                content: "";
                position: absolute;
                background: #fff;
                height: 25px;
                left: -10px;
                right: -20px;
                bottom: -9px;
            }

            .after-none::after {
                display: none;
            }

            .ptb-60 {
                padding-top: 60px;
                padding-bottom: 60px;
            }

            .cta-box {
                display: flex;
                justify-content: space-between;
                position: relative;
                align-items: flex-start;
            }

            .cta-box .blc-btn {
                min-width: 185px;
                margin-left: 50px;
            }

            .cta-box h1 {
                margin-bottom: 15px;
            }

            .industry-box-section {
                margin-top: -353px;
            }

            .industry-box-section .idc-list {
                display: flex;
                justify-content: flex-end;
                align-items: center;
            }

            .industry-box-section .idc-list li {
                width: 190px;
                height: 190px;
                font-size: 20px;
                line-height: 24px;
                display: table;
                overflow: hidden;
            }

            .industry-box-section .idc-list li a {
                display: table-cell;
                color: #212721;
                font-size: 20px;
                line-height: 24px;
                vertical-align: middle;
                text-align: center;
                padding: 0 15px;
            }

            .industry-box-section .idc-list li a:hover {
                transform: scale(1.2);
            }

            .industry-box-section .idc-list li .full-btn {
                background: #033468;
                color: #f0f7ff;
                font-family: "gilroyextrabold", sans-serif;
                text-transform: uppercase;
                font-size: 44px;
                line-height: 53px;
                text-decoration: underline;
                position: relative;
                transform: rotate(-90deg);
            }

            .industry-box-section .idc-list li .full-btn:hover {
                transform: scale(1);
            }

            .industry-box-section .idc-list li img {
                width: 100%;
                transition: all 0.5s;
            }

            .industry-box-section .idc-list li:hover img {
                transform: scale(1.2);
            }

            .bg1 {
                background: #ffe2df;
            }

            .bg2 {
                background: #ffe9ed;
            }

            .bg3 {
                background: #e4f1ec;
            }

            .bg4 {
                background: #dff7ff;
            }

            .bg5 {
                background: #e1ffed;
            }

            .bg6 {
                background: #fff4e9;
            }

            .bg7 {
                background: #ffeffb;
            }

            .bg8 {
                background: #e4f7ff;
            }

            .portfolio-section-center-img {
                display: flex;
                justify-content: space-between;
                align-items: center;
                height: 470px;
                position: relative;
                margin-top: 40px;
            }

            .portfolio-section-center-img::before {
                content: "";
                left: 0;
                top: 0;
                position: absolute;
                border-right: 70px solid transparent;
                border-top: 70px solid #fff;
            }

            .portfolio-section-center-img::after {
                content: "";
                right: 0;
                bottom: 0;
                position: absolute;
                border-left: 70px solid transparent;
                border-bottom: 70px solid #fff;
            }

            .portfolio-section-center-img .psc-img {
                position: absolute;
                left: 50%;
                top: 0;
                transform: translateX(-50%);
                z-index: 1;
            }

            .portfolio-section-center-img .psc-left {
                width: 50%;
                display: flex;
                align-items: center;
                height: 100%;
            }

            .portfolio-section-center-img .psc-left .psc-370 {
                max-width: 370px;
                width: 100%;
                margin-left: 50px;
            }

            .portfolio-section-center-img .psc-left h2 {
                line-height: 48px;
                font-size: 40px;
                font-family: "gilroyextrabold", sans-serif;
                margin-bottom: 22px;
            }

            .portfolio-section-center-img .psc-left p {
                font-size: 20px;
                line-height: 30px;
            }

            .portfolio-section-center-img .psc-right {
                width: 50%;
                display: flex;
                align-items: center;
                height: 100%;
                justify-content: flex-end;
            }

            .portfolio-section-center-img .psc-right .psc-430 {
                max-width: 430px;
                width: 100%;
                margin-right: 20px;
            }

            .portfolio-section-center-img .psc-right .psc-430 ul {
                display: block;
                position: relative;
            }

            .portfolio-section-center-img .psc-right .psc-430 ul::before {
                content: "";
                left: 0;
                right: 0;
                top: 50%;
                background: rgba(255, 255, 255, 0.2);
                height: 1px;
                position: absolute;
            }

            .portfolio-section-center-img .psc-right .psc-430 ul::after {
                content: "";
                top: 0;
                bottom: 0;
                left: 50%;
                background: rgba(255, 255, 255, 0.2);
                width: 1px;
                position: absolute;
            }

            .portfolio-section-center-img .psc-right .psc-430 ul li {
                width: 50%;
                margin-right: -3px;
                display: inline-block;
                text-align: center;
                line-height: 1.5;
                font-size: 18px;
                font-weight: 600;
                padding: 30px 15px;
            }

            .portfolio-section-center-img .psc-right .psc-430 ul li img {
                display: block;
                margin: 0 auto 20px;
            }

            .portfolio-section-right-img {
                display: flex;
                justify-content: space-between;
                align-items: center;
                height: 470px;
                position: relative;
                margin-top: 40px;
            }

            .portfolio-section-right-img::before {
                content: "";
                left: 0;
                top: 0;
                position: absolute;
                border-right: 70px solid transparent;
                border-top: 70px solid #fff;
            }

            .portfolio-section-right-img::after {
                content: "";
                right: 0;
                bottom: 0;
                position: absolute;
                border-left: 70px solid transparent;
                border-bottom: 70px solid #fff;
            }

            .portfolio-section-right-img .psc-img {
                position: absolute;
                right: 0px;
                bottom: -60px;
                z-index: 1;
            }

            .portfolio-section-right-img .psc-left {
                width: 50%;
                display: flex;
                align-items: center;
                height: 100%;
            }

            .portfolio-section-right-img .psc-left .psc-370 {
                max-width: 370px;
                width: 100%;
                margin-left: 50px;
            }

            .portfolio-section-right-img .psc-left .psc-420-left {
                max-width: 420px;
                width: 100%;
                margin-left: 50px;
            }

            .portfolio-section-right-img .psc-left h2 {
                line-height: 48px;
                font-size: 40px;
                font-family: "gilroyextrabold", sans-serif;
                margin-bottom: 22px;
            }

            .portfolio-section-right-img .psc-left p {
                font-size: 20px;
                line-height: 30px;
            }

            .portfolio-section-right-img .psc-right {
                width: 50%;
                display: flex;
                align-items: center;
                height: 100%;
                justify-content: flex-end;
            }

            .portfolio-section-right-img .psc-right .psc-430 {
                max-width: 430px;
                width: 100%;
                margin-right: 20px;
            }

            .portfolio-section-right-img .psc-right .psc-430 ul {
                display: block;
                position: relative;
            }

            .portfolio-section-right-img .psc-right .psc-430 ul::before {
                content: "";
                left: 0;
                right: 0;
                top: 50%;
                background: rgba(255, 255, 255, 0.2);
                height: 1px;
                position: absolute;
            }

            .portfolio-section-right-img .psc-right .psc-430 ul::after {
                content: "";
                top: 0;
                bottom: 0;
                left: 50%;
                background: rgba(255, 255, 255, 0.2);
                width: 1px;
                position: absolute;
            }

            .portfolio-section-right-img .psc-right .psc-430 ul li {
                width: 50%;
                margin-right: -3px;
                display: inline-block;
                text-align: center;
                line-height: 1;
                font-size: 18px;
                font-weight: 600;
                padding: 30px 15px;
            }

            .portfolio-section-right-img .psc-right .psc-430 ul li img {
                display: block;
                margin: 0 auto 20px;
            }

            .yellow-bg {
                background: #fab227;
            }

            .watch-bg {
                background: url("../images/watch-bg.jpg") no-repeat center center;
                background-size: cover;
            }

            .ecommerce-bg {
                background: url("../images/ecommerce-bg.jpg") no-repeat center center;
                background-size: cover;
            }

            .red-bg {
                background: #ff4747;
            }

            .white-txt {
                color: #fff;
            }

            .one-item-portfolio .item {
                padding-bottom: 60px;
            }

            .one-item-portfolio .slick-prev {
                background: #f5f4f1;
                width: 80px;
                height: 80px;
                opacity: 1;
                z-index: 1;
                top: 0;
                right: 80px;
                left: auto;
                text-align: center;
            }

            .one-item-portfolio .slick-prev::before {
                content: "";
                background: url("../images/arrow-left.webp");
                width: 16px;
                height: 28px;
                z-index: 1;
                opacity: 1;
                display: inline-block;
            }

            .one-item-portfolio .slick-next {
                background: #f0f7ff;
                width: 80px;
                height: 80px;
                opacity: 1;
                z-index: 1;
                top: 0;
                right: 0px;
                text-align: center;
            }

            .one-item-portfolio .slick-next::before {
                content: "";
                background: url("../images/arrow-right.webp");
                width: 16px;
                height: 28px;
                z-index: 1;
                opacity: 1;
                display: inline-block;
            }

            .blog-section .bs-block {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }

            .blog-section .bs-block .bsb-box {
                position: relative;
                border-bottom: 1px solid #fff;
                border-right: 1px solid #fff;
                overflow: hidden;
                transition: all 0.5s;
                cursor: pointer;
            }

            .blog-section .bs-block .bsb-box:last-child {
                border-bottom: 0;
            }

            .blog-section .bs-block .bsb-box::before {
                content: "";
                position: absolute;
                background-image: -moz-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
                background-image: -webkit-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
                background-image: -ms-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                z-index: 1;
            }

            .blog-section .bs-block .bsb-box .bsb-txt {
                position: absolute;
                color: #fff;
                left: 40px;
                right: 40px;
                bottom: 40px;
                z-index: 2;
            }

            .blog-section .bs-block .bsb-box .bsb-txt p {
                font-family: "gilroybold", sans-serif;
                font-size: 24px;
                line-height: 30px;
            }

            .blog-section .bs-block .bsb-box .bsb-txt .post-date {
                margin-top: 20px;
                font-family: "gilroylight", sans-serif;
                text-transform: uppercase;
            }

            .blog-section .bs-block .bsb-box .bsb-txt a {
                color: #fff;
            }

            .blog-section .bs-block .bsb-box .bsb-txt a:hover {
                text-decoration: none;
                color: #ffe2df;
            }

            .blog-section .bs-block .bsb-box>img {
                width: 100%;
                transition: all 0.5s;
            }

            .blog-section .bs-block .bsb-box:hover>img {
                transform: scale(1.1);
            }

            /* .blog-section .item .bs-block .bsb-box:nth-child(1) img {
                height: 350px;
            }
            
            .blog-section .item .bs-block .bsb-box:nth-child(2) img {
                height: 220px;
            }
            
            .blog-section .slick-track .slick-slide:nth-child(2) .bs-block .bsb-box img {
                height: 285px !important;
            } */

            .blog-section .slick-track .slick-slide:nth-child(1) .bs-block .bsb-box:nth-child(1) img {
                height: 200px !important;
            }

            .blog-section .slick-track .slick-slide:nth-child(1) .bs-block .bsb-box:nth-child(2) img {
                height: 350px !important;
            }

            .blog-section .slick-track .slick-slide:nth-child(2) .bs-block .bsb-box:nth-child(1) img {
                height: 275px !important;
            }

            .blog-section .slick-track .slick-slide:nth-child(2) .bs-block .bsb-box:nth-child(2) img {
                height: 275px !important;
            }

            .blog-section .slick-track .slick-slide:nth-child(3) .bs-block .bsb-box:nth-child(1) img {
                height: 350px !important;
            }

            .blog-section .slick-track .slick-slide:nth-child(3) .bs-block .bsb-box:nth-child(2) img {
                height: 200px !important;
            }

            h3 {
                /* font-size: 20px; */
                line-height: 1;
                font-family: "gilroyextrabold", sans-serif;
                margin-bottom: 14px;
            }

            .social-btn-grp {
                display: flex;
                justify-content: flex-end;
                align-items: center;
                margin-bottom: 80px;
            }

            .social-btn-grp li {
                display: block;
            }

            .social-btn-grp li a {
                display: flex;
                justify-content: center;
                align-items: center;
                color: #fff;
                font-size: 26px;
                width: 60px;
                height: 60px;
            }

            .mr-20 {
                margin-right: 20px;
            }

            .facebook {
                background: #38529c;
            }

            .facebook:hover {
                background: #f0f7ff;
                color: #38529c;
            }

            .twitter {
                background: #28aae4;
            }

            .twitter:hover {
                background: #f0f7ff;
                color: #28aae4;
            }

            .linker {
                background: #127ab9;
            }

            .linker:hover {
                background: #f0f7ff;
                color: #127ab9;
            }

            .youtube {
                background: #c3271a;
            }

            .youtube:hover {
                background: #f0f7ff;
                color: #c3271a;
            }

            .pinterest {
                background: #cc2129;
            }

            .pinterest:hover {
                background: #f0f7ff;
                color: #cc2129;
            }

            .instagram {
                background: #DD2A7B;
            }

            .instagram:hover {
                background: #f0f7ff;
                color: #cc2129;
            }

            .contact-form {
                background: #f0f7ff;
                padding: 60px 30px 40px 30px;
            }

            .contact-form .cf-row {
                margin-bottom: 12px;
            }

            .contact-form .cf-row label {
                font-size: 18px;
                line-height: 1;
                margin-bottom: 10px;
            }

            .contact-form .cf-row input {
                width: 100%;
                border: 0;
                background: #fff;
                padding: 6px 15px;
                font-size: 16px;
            }

            .contact-form .cf-row select {
                width: 100%;
                border: 0;
                background: #fff;
                padding: 9px 15px;
                height: 42px;
                font-size: 16px;
            }

            .contact-form .cf-row textarea {
                width: 100%;
                border: 0;
                background: #fff;
                padding: 6px 15px;
                resize: none;
                font-size: 16px;
            }

            .contact-form .cf-file input {
                display: none;
            }

            .contact-form .cf-file label {
                width: 100%;
                border: 0;
                background: #212721;
                color: #fff;
                text-align: center;
                font-size: 18px;
                padding: 12px 15px;
            }

            .ptb-50 {
                padding-top: 50px;
                padding-bottom: 50px;
            }

            footer {
                background: #212721;
                padding: 70px 0 80px;
                color: #f0f7ff;
                margin: 0 !important;
                /* margin: -131px 0 0 0!important; */
            }

            /* ============ Footer ============== */

            .footer-inside {
                background: #212721;
                padding: 50px 0 80px !important;
                color: #f0f7ff;
                /* margin:-90px 0 0 0!important; */
                margin: 0px 0 0 0 !important;
            }

            /* ======================================== */

            footer .f-head {
                font-family: "gilroyextrabold", sans-serif;
                font-size: 20px;
                text-transform: uppercase;
                margin-bottom: 0;
                height: auto;
                display: flex;
                line-height: 1;
                padding: 12px 0;
                justify-content: space-between;
            }

            footer ul li {
                margin-bottom: 2px;
            }

            footer ul li:last-child {
                margin-bottom: 0;
            }

            footer ul li a {
                color: #f0f7ff;
                font-size: 16px;
            }

            footer ul li a:hover {
                color: #fff;
                padding-left: 5px;
            }

            .copyright ul li {
                display: inline-block;
            }

            .copyright ul li:last-child::after {
                display: none;
            }

            .copyright ul li::after {
                content: "|";
                padding: 0 5px 0 10px;
            }

            .copyright ul li a {
                display: inline-block;
                font-family: "gilroybold", sans-serif;
                color: #212721;
            }

            .show-f-menu~.f-menu {
                display: block;
                margin-bottom: 15px;
            }

            .show-f-menu .f-menu {
                display: block;
                /* margin-bottom: 15px;  */
            }

            .fs-18 {
                font-size: 18px;
                margin-bottom: 12px;
            }

            .project-static {
                margin-top: 140px;
            }

            .project-static .ps-box {
                display: flex;
                align-items: center;
                margin-bottom: 50px;
            }

            .project-static .ps-box .ps-icon {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 70px;
                height: 70px;
                background: #fff;
                border: 2px solid #f0f7ff;
                border-radius: 100px;
                margin-right: 20px;
            }

            .project-static .ps-box .ps-txt {
                line-height: 1;
            }

            .project-static .ps-box .ps-txt strong {
                font-size: 30px;
                font-family: "gilroyextrabold", sans-serif;
                display: block;
                margin-bottom: 6px;
            }

            .project-static .ps-box .ps-txt p {
                font-size: 16px;
            }

            strong {
                font-family: "gilroyextrabold", sans-serif;
            }

            .mb-100 {
                margin-bottom: 100px;
            }

            .industry-timeline {
                position: relative;
            }

            .industry-timeline::before {
                position: absolute;
                content: "";
                width: 2px;
                left: 50%;
                top: 0;
                bottom: -10px;
                border-radius: 5px 5px 0 0;
                transform: translateX(-50%);
                background: #212721;
            }

            .industry-timeline .it-row {
                padding-bottom: 50px;
                position: relative;
            }

            .industry-timeline .it-row::before {
                position: absolute;
                content: "";
                width: 24px;
                height: 24px;
                left: 50%;
                top: 0;
                border-radius: 50px;
                transform: translateX(-50%);
                background: #fff;
                border: 3px solid #212721;
            }

            .industry-timeline .it-row .it-img {
                max-width: 460px;
                width: 100%;
                margin: 0 auto;
            }

            .industry-timeline .it-row .it-img img {
                width: 100%;
                border-radius: 0 70px 0 70px;
            }

            .industry-timeline .it-row:nth-child(2n) .it-txt {
                padding-left: 0px;
                padding-right: 50px;
            }

            .it-txt {
                /* padding-left: 50px; */
                position: relative;
            }

            .it-txt .it-img {
                width: 80px;
                height: 80px;
                background: #d3e3f9;
                margin-bottom: 25px;
                display: table;
                text-align: center;
                border-radius: 30px 0 30px 30px;
                line-height: 80px;
            }

            .it-txt .it-img span {
                display: table-cell;
                vertical-align: middle;
            }

            .it-txt .it-img span img {
                vertical-align: middle;
            }

            .it-txt h4 {
                line-height: 30px;
                font-size: 24px;
                font-family: "gilroyextrabold", sans-serif;
                margin-bottom: 16px;
            }

            .it-txt p {
                font-size: 18px;
                line-height: 30px;
                margin-bottom: 30px;
            }

            .it-txt ul li {
                margin-bottom: 20px;
                line-height: 1.2;
                text-transform: uppercase;
                font-family: "gilroyextrabold", sans-serif;
                font-size: 14px;
                display: inline-block;
                width: 50%;
                margin-right: -4px;
                padding-left: 30px;
                position: relative;
                vertical-align: top;
                padding-right: 30px;
                text-align: left;
            }

            .it-txt ul li::before {
                content: "";
                background: url("../images/listing-arrow.webp");
                width: 15px;
                height: 10px;
                content: "";
                position: absolute;
                left: 0;
                top: 2px;
            }

            .it-txt ul li p {
                margin-top: 5px;
                text-transform: capitalize;
                font-family: "gilroylight", sans-serif;
                margin-bottom: 0;
            }

            .prop-sec .it-txt {
                padding-left: 0;
            }

            .page-link-address {
                padding: 20px;
            }

            .page-link-address h1 {
                padding: 20px;
                margin-bottom: 20px;
                font-size: 20px;
                color: #fff;
                background: #212721;
                border-radius: 5px;
            }

            .page-link-address ul {
                padding-left: 30px;
            }

            .page-link-address ul li {
                list-style-type: circle;
                display: list-item;
                margin-bottom: 10px;
                font-size: 18px;
                color: #3b3b3d;
            }

            .page-link-address ul li a {
                color: #3b3b3d;
                text-decoration: underline;
            }

            .white-bg {
                background: #fff;
            }

            .p-30 {
                padding: 30px;
            }

            .faq-box .fb-row {
                border-bottom: 1px solid #f0f7ff;
                padding-bottom: 20px;
            }

            .faq-box .fb-row:last-child {
                border-bottom: 0;
                padding-bottom: 0;
            }

            .faq-box .fb-row:first-child .fb-btn-bar {
                padding-top: 0;
            }

            .faq-box .fb-row .fb-btn-bar {
                color: #212721;
                font-size: 20px;
                padding: 18px 0 0;
            }

            .faq-box .fb-row .fb-btn-bar i {
                font-size: 30px;
                min-width: 30px;
                text-align: right;
            }

            .faq-box .fb-row .fb-btn-bar a {
                color: #212721;
                display: block;
                display: flex;
                justify-content: space-between;
                align-items: center;
                font-weight: bold;
            }

            .fs-14 {
                font-size: 14px;
                line-height: 22px;
                margin-bottom: 10px;
            }

            .fs-14:last-child {
                margin-bottom: 0;
            }

            .fs-16 {
                font-size: 16px;
                line-height: 24px;
                margin-bottom: 10px;
            }

            .fs-16:last-child {
                margin-bottom: 0;
            }

            .choose-box {
                position: relative;
            }

            .choose-box li {
                position: relative;
                width: 50%;
                display: inline-block;
                border-bottom: 1px solid #fff;
                border-right: 1px solid #fff;
                color: #fff;
                font-family: "gilroyextrabold", sans-serif;
                line-height: 24px;
                margin-left: -2px;
                margin-right: -3px;
            }

            .choose-box li::before {
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                content: "";
                background-image: -moz-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
                background-image: -webkit-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
                background-image: -ms-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
                position: absolute;
            }

            .choose-box li:nth-child(2n) {
                border-right: 0;
            }

            .choose-box li img {
                width: 100%;
            }

            .choose-box li .cb-txt {
                width: 100%;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                padding: 15px 40px;
            }

            .tech-icon {
                display: flex;
                align-items: flex-start;
                justify-content: center;
                flex-wrap: wrap;
            }

            .tech-icon .ti-box {
                width: 90px;
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 90px;
                margin: 0px 20px 30px;
                flex-wrap: wrap;
            }

            .tech-icon .ti-box img {
                max-width: 90px;
                max-height: 90px;
                box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
                margin-bottom: 20px;
            }

            .tech-icon .ti-box strong {
                line-height: 1;
                display: block;
                font-family: "gilroyextrabold", sans-serif;
                font-size: 14px;
                font-weight: 400;
            }

            .ul-list li {
                margin-bottom: 20px;
                line-height: 1;
                text-transform: uppercase;
                font-family: "gilroyextrabold", sans-serif;
                font-size: 14px;
                display: inline-block;
                width: 50%;
                margin-right: -4px;
                padding-left: 30px;
                position: relative;
                vertical-align: top;
                padding-right: 30px;
            }

            .ul-list li::before {
                content: "";
                background: url("../images/listing-arrow.webp");
                width: 15px;
                height: 10px;
                content: "";
                position: absolute;
                left: 0;
                top: 2px;
            }

            .ul-list li p {
                margin-top: 5px;
                text-transform: capitalize;
                font-family: "gilroylight", sans-serif;
                margin-bottom: 0;
            }

            .ul-list li a {
                color: #212721;
            }

            .ul-list li a:hover {
                padding-left: 3px;
            }

            .pt-100 {
                padding-top: 100px;
            }

            .four-box {
                display: flex;
                align-items: flex-start;
                justify-content: center;
                flex-wrap: wrap;
            }

            .four-box li {
                position: relative;
                width: 25%;
                display: inline-block;
                border-bottom: 1px solid #fff;
                border-right: 1px solid #fff;
                color: #fff;
                font-family: "gilroyextrabold", sans-serif;
                line-height: 30px;
                font-size: 24px;
            }

            .four-box li::before {
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                content: "";
                background-image: -moz-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
                background-image: -webkit-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
                background-image: -ms-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
                position: absolute;
            }

            .four-box li img {
                width: 100%;
            }

            .four-box li .cb-txt {
                width: 100%;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                padding: 15px 40px;
                text-align: center;
            }

            .blc-bg {
                background: #212721;
            }

            .footer-inner {
                padding: 70px 0 80px;
                margin-top: 0;
            }

            .blog-listing-section {
                position: relative;
                /* border-bottom: 1px solid #a9caed; */
                padding-bottom: 10px;
            }

            .blog-listing-section .blog-social-btn-grp {
                position: absolute;
                left: 0;
                top: 0;
            }

            .blog-listing-section .blog-social-btn-grp ul li {
                display: block;
            }

            .blog-listing-section .blog-social-btn-grp ul li a {
                display: flex;
                justify-content: center;
                align-items: center;
                color: #fff;
                font-size: 26px;
                width: 60px;
                height: 60px;
            }

            .blog-listing-section .blog-social-btn-grp ul li a:hover {
                color: #212721;
            }

            .blog-listing-section .blog-box {
                margin-bottom: 60px;
            }

            .blog-listing-section .blog-box .blog-title {
                display: block;
                margin-bottom: 30px;
                font-size: 30px;
            }

            .blog-listing-section .blog-box .blog-title .bt-date {
                /* background: #212721; */
                /*     
    min-width: 65px;
    height: 65px; */
                /* display: flex; */
                color: black !important;
                /* justify-content: center;
    align-items: center; */
                /* position: absolute;
    top: 60px; */
                margin-bottom: 10px;
            }

            .blog-listing-section .blog-box .blog-title .bt-date>div {
                font-size: 18px;
                text-align: center;
                display: flex;
                text-transform: uppercase;
                line-height: 22px;
            }

            .blog-listing-section .blog-box .blog-title .bt-date>div span {
                margin-left: 10px;
                display: block;
                font-size: 24px;
                font-family: "gilroyextrabold", sans-serif;
            }

            .blog-listing-section .blog-box .bb-img {
                width: 100%;
                margin-bottom: 24px;
                overflow: hidden;
                box-shadow: 0px 12px 30px 0px rgba(33, 39, 33, 0.1);
                position: relative;
            }

            .blog-listing-section .blog-box .bb-img a:hover img {
                transform: scale(1.05);
            }

            .blog-listing-section .blog-box .bb-img img {
                width: 100%;
                display: flex;
                transition: all 0.5s;
                height: 320px;
            }

            .auto-height {
                height: auto !important;
            }

            .blog-listing-section .blog-box .bb-img-middle {
                width: 100%;
                margin-bottom: 24px;
                position: relative;
                margin-top: 32px;
                box-shadow: 0px 12px 30px 0px rgba(33, 39, 33, 0.1);
                padding-top: 40px;
            }

            .blog-listing-section .blog-box .bb-img-middle::before {
                /* content: "";
    background: #f0f7ff;
    width: 1170px;
    position: absolute;
    left: calc(50% - -10px);
    top: 0px;
    transform: translateX(-50%);
    height: 50%; */
            }

            .blog-listing-section .blog-box .bb-img-middle img {
                width: 100%;
                display: flex;
                position: relative;
            }

            .blog-listing-section .blog-box .bb-txt {
                line-height: 25px;
                font-size: 18px;
            }

            .blog-listing-section .blog-box .bb-txt .blog-heading {
                font-family: "gilroyextrabold", sans-serif;
                font-size: 24px;
                margin: 20px 0 12px;
            }

            .blog-listing-section .blog-box .bb-txt .blog-subheading {
                font-size: 22px;
                margin-bottom: 8px;
            }

            .blog-listing-section .blog-box .bb-txt .blog-subheading span {
                font-family: "gilroyextrabold", sans-serif;
            }

            .blog-listing-section .blog-box .bb-txt h1 {
                font-family: "gilroyextrabold", sans-serif;
                font-size: 22px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                margin-bottom: 10px;
            }

            .blog-listing-section .blog-box .bb-txt h1 a {
                color: #212721;
            }

            .blog-listing-section .blog-box .bb-txt h1 a:hover {
                opacity: 0.8;
            }

            .blog-listing-section .blog-box .bb-txt p {
                line-height: 25px;
                font-size: 18px;
                margin-bottom: 12px;
            }

            .blog-listing-section .blog-box .bb-txt ul li {
                padding-left: 30px;
                position: relative;
                line-height: 1;
                margin-bottom: 15px;
            }

            .blog-listing-section .blog-box .bb-txt ul li::before {
                content: "";
                width: 10px;
                height: 10px;
                border-radius: 50px;
                background: #212721;
                position: absolute;
                left: 10px;
                top: 4px;
            }

            .blog-listing-section h1 {
                font-size: 40px;
            }

            .blog-listing-section h2 {
                font-size: 32px;
            }

            .blog-listing-section h3 {
                font-size: 26px;
            }

            .blog-listing-section h4 {
                font-size: 22px;
            }

            .blog-listing-section h5 {
                font-size: 20px;
            }

            .blog-listing-section h6 {
                font-size: 18px;
            }

            .blog-listing-section h2,
            .blog-listing-section h3,
            .blog-listing-section h4,
            .blog-listing-section h5,
            .blog-listing-section h6 {
                padding-bottom: 10px;
                font-weight: normal;
            }

            .blog-listing-section p {
                padding-bottom: 15px;
            }

            .blog-listing-section a {
                text-decoration: none;
                color: #1463ad;
            }

            .blog-listing-section a:hover {
                text-decoration: underline;
            }

            .offwhite.tab-section .col-md-6 {
                margin-bottom: 15px;
            }

            .author-intro {
                font-family: "gilroyextrabold", sans-serif;
                font-size: 18px;
                text-align: center;
                line-height: 1;
                margin-bottom: 35px;
                margin-top: -70px;
                position: relative;
            }

            .author-intro .ai-img {
                width: 80px;
                height: 80px;
                margin: 0 auto 20px;
                display: flex;
                justify-content: center;
                align-items: center;
                background: #fff;
                border-radius: 50px;
                border: 1px solid #f0f7ff;
            }

            .author-intro .ai-img img {
                background: #fff;
                border-radius: 50px;
                max-width: 60px;
                max-height: 60px;
            }

            .ml-20 {
                margin-left: 20px;
            }

            .mr-20 {
                margin-right: 20px;
            }

            .mlr-10 {
                margin-left: 10px;
                margin-right: 10px;
            }

            .ff-gb {
                font-family: "gilroyextrabold", sans-serif;
            }

            /* .pgination {
  padding: 60px 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .pgination ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    .pgination ul li {
      display: block;
      margin: 0 5px; }
      .pgination ul li a {
        display: block;
        font-family: "gilroyextrabold", sans-serif;
        font-size: 20px;
        padding: 6px 15px; }
    .pgination ul .active a {
      color: #f0f7ff;
      background: #212721; } */

            .pgination {
                padding: 60px 0 80px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .pgination li {
                text-align: center;
                background: #f0f7ff;
                border-radius: 0px;
                color: #212721;
                margin: 2px 4px;
                /* padding: 6px 25px; */
                text-transform: uppercase;
                font-size: 14px;
                display: inline-block;
                white-space: nowrap;
                border: none;
                font-family: "gilroylight", sans-serif;
                letter-spacing: 1.2px;
                position: relative;
            }

            .pgination a {
                padding: 8px 20px;
                color: #212721;
            }

            .pgination span {
                padding: 8px 20px;
            }

            .pgination .active {
                color: #f0f7ff;
                background: #212721;
            }

            .pgination li:hover {
                color: #fff;
                background: #212721;
            }

            .pgination li:hover a {
                color: #fff;
            }

            .pgination .one1 {
                float: left !important;
            }

            .pgination .two2 {
                float: right !important;
            }

            .bg-gray-before::before {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                height: 300px;
                background: #f0f7ff;
                z-index: -1;
            }

            .mb-80 {
                margin-bottom: 80px;
            }

            .mb-30 {
                margin-bottom: 30px;
            }

            .pl-0 {
                padding-left: 0;
            }

            .mb-65 {
                margin-bottom: 65px;
            }

            .pb-70 {
                padding-bottom: 70px;
            }

            .career-form-popup .modal-dialog {
                max-width: 670px;
            }

            .career-form-popup .modal-dialog .modal-content .modal-header {
                border-bottom: 0;
                background: #212721;
                color: #fff;
            }

            .career-form-popup .modal-dialog .modal-content .modal-header .modal-title {
                font-family: "gilroyextrabold", sans-serif;
            }

            .career-form-popup .modal-dialog .modal-content .modal-header .btn-close {
                color: #fff;
                background: none;
                opacity: 1;
                padding: 0;
                margin: 0;
                line-height: 1;
                font-size: 30px;
            }

            .career-form-popup .modal-dialog .modal-content .modal-body {
                padding: 0;
                border-radius: 0 0 .3rem .3rem;
            }

            .career-form-popup .modal-dialog .modal-content .modal-body .contact-form {
                padding: 30px;
            }

            .pr-100 {
                padding-right: 100px;
            }

            .full-img {
                width: 100%;
            }

            .full-img img {
                width: 100%;
            }

            .pr-20 {
                padding-right: 20px;
            }

            .pl-20 {
                padding-left: 20px;
            }

            .mt-min-240 {
                margin-top: -240px;
            }

            .mb-min-120 {
                margin-bottom: -120px;
            }

            .mb-120 {
                margin-bottom: 120px;
            }

            .mb-150 {
                margin-bottom: 150px;
            }

            .colleps-list li {
                padding-left: 60px;
                padding-bottom: 30px;
                position: relative;
            }

            .colleps-list li::before {
                content: "";
                position: absolute;
                width: 2px;
                background: #f0f7ff;
                left: 11px;
                top: 0px;
                bottom: 0px;
            }

            .colleps-list li:last-child {
                padding-bottom: 0px;
            }

            .colleps-list li:last-child::before {
                display: none;
            }

            .colleps-list li .cl-title {
                font-family: "gilroyextrabold", sans-serif;
                font-size: 24px;
                line-height: 1;
                margin-bottom: 15px;
                cursor: pointer;
                display: block;
                position: relative;
            }

            .colleps-list li .cl-title::before {
                content: "";
                position: absolute;
                width: 24px;
                height: 24px;
                background: #fff;
                border: 5px solid #f0f7ff;
                border-radius: 50px;
                left: -60px;
                top: 0;
                z-index: 1;
            }

            .colleps-list li .cl-txt {
                opacity: 0;
                visibility: hidden;
                height: 0px;
                padding-bottom: 0px;
                transition: 0.2s;
                position: relative;
            }

            .colleps-list li .cl-txt::before {
                content: "";
                position: absolute;
                width: 2px;
                background: #f0f7ff;
                left: -49px;
                top: -30px;
                bottom: 00px;
            }

            .colleps-list li input[type="checkbox"]:checked~.cl-txt {
                opacity: 1;
                visibility: visible;
                height: auto;
                margin-bottom: 10px;
            }

            .colleps-list li input[type="checkbox"]:checked~.cl-title::before {
                background: #212721;
                border: 5px solid #212721;
            }

            .gallery-slider-section .gallery-slider .slick-prev {
                background: #f5f4f1;
                width: 80px;
                height: 80px;
                opacity: 1;
                z-index: 1;
                top: -80px;
                transform: translate(0);
                right: 95px;
                left: auto;
                text-align: center;
            }

            .gallery-slider-section .gallery-slider .slick-prev::before {
                content: "";
                background: url("../images/arrow-left.webp");
                width: 16px;
                height: 28px;
                z-index: 1;
                opacity: 1;
                display: inline-block;
            }

            .gallery-slider-section .gallery-slider .slick-next {
                background: #f0f7ff;
                width: 80px;
                height: 80px;
                opacity: 1;
                z-index: 1;
                top: -80px;
                right: 15px;
                text-align: center;
                transform: translate(0);
            }

            .gallery-slider-section .gallery-slider .slick-next::before {
                content: "";
                background: url("../images/arrow-right.webp");
                width: 16px;
                height: 28px;
                z-index: 1;
                opacity: 1;
                display: inline-block;
            }

            .gallery-slider-section .gallery-slider .slick-track {
                display: flex;
                align-items: flex-end;
            }

            .gallery-slider-section .gallery-slider .slick-slide {
                display: block;
            }

            .gallery-slider-section .gallery-slider .item {
                padding: 0 25px;
            }

            .gallery-slider-section .gallery-slider .item img {
                width: 100%;
            }

            .infrastructure-card {
                display: flex;
                align-items: center;
            }

            .infrastructure-card li {
                min-width: 50%;
            }

            .infrastructure-card li .ic-box {
                width: 100%;
                border-right: 1px solid #fff;
                border-bottom: 1px solid #fff;
                position: relative;
            }

            .infrastructure-card li .ic-box::before {
                content: "";
                position: absolute;
                background-image: -moz-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
                background-image: -webkit-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
                background-image: -ms-linear-gradient(90deg, #212721 0%, rgba(33, 39, 33, 0.2) 100%);
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }

            .infrastructure-card li .ic-box strong {
                position: absolute;
                left: 30px;
                right: 30px;
                text-align: center;
                font-size: 24px;
                line-height: 30px;
                font-family: "gilroyextrabold", sans-serif;
                color: #fff;
                top: 50%;
                transform: translateY(-50%);
                z-index: 1;
            }

            .infrastructure-card li .ic-box img {
                width: 100%;
            }

            .why-section {
                background: url("../images/why-bg.jpg") no-repeat center center;
                background-size: cover;
                overflow: hidden;
            }

            .why-section .ws-heading {
                width: 570px;
                height: 570px;
                position: absolute;
                left: 50%;
                bottom: -200px;
                background: #fff;
                text-align: center;
                font-size: 38px;
                border: 3px solid #212721;
                border-radius: 500px;
                transform: translateX(-50%);
            }

            .why-section .ws-heading>div {
                position: absolute;
                left: 50%;
                top: 38%;
                transform: translate(-50%, -50%);
                line-height: 60px;
                font-size: 50px;
            }

            .why-one {
                margin-bottom: 0;
                z-index: 1;
                position: relative;
            }

            .why-two {
                margin-top: -47px;
                z-index: 1;
                position: relative;
            }

            .why-three {
                margin-top: 42px;
                padding-bottom: 50px;
                position: relative;
                z-index: 1;
            }

            .why-box-center {
                text-align: center;
            }

            .why-box-center .wb-box strong {
                display: block;
                font-size: 24px;
                line-height: 30px;
                font-family: "gilroyextrabold", sans-serif;
                margin-bottom: 7px;
            }

            .why-box-center .wb-box p {
                margin-bottom: 21px;
            }

            .why-box-center .wb-img {
                width: 114px;
                height: 114px;
                border-radius: 100px;
                background: #fff;
                margin: 0 auto;
                text-align: center;
            }

            .why-box-center .wb-img img {
                padding-top: 17px;
            }

            .why-box-right {
                text-align: right;
                display: flex;
            }

            .why-box-right .wb-box {
                margin-right: 30px;
            }

            .why-box-right .wb-box strong {
                display: block;
                font-size: 24px;
                line-height: 30px;
                font-family: "gilroyextrabold", sans-serif;
                margin-bottom: 7px;
            }

            .why-box-right .wb-img {
                min-width: 114px;
                max-width: 114px;
                height: 114px;
                border-radius: 100px;
                background: #fff;
                text-align: center;
            }

            .why-box-right .wb-img img {
                padding-top: 17px;
            }

            .why-box-left {
                text-align: left;
                display: flex;
                flex-direction: row-reverse;
            }

            .why-box-left .wb-box {
                margin-left: 30px;
            }

            .why-box-left .wb-box strong {
                display: block;
                font-size: 24px;
                line-height: 30px;
                font-family: "gilroyextrabold", sans-serif;
                margin-bottom: 7px;
            }

            .why-box-left .wb-img {
                min-width: 114px;
                max-width: 114px;
                height: 114px;
                border-radius: 100px;
                background: #fff;
                text-align: center;
            }

            .why-box-left .wb-img img {
                padding-top: 17px;
            }

            .red-txt {
                color: #ff3654;
            }

            .red-border {
                border: 10px solid #ff3654;
            }

            .yellow-txt {
                color: #ff9d00;
            }

            .yellow-border {
                border: 10px solid #ff9d00;
            }

            .blue-txt {
                color: #1d39cf;
            }

            .blue-border {
                border: 10px solid #1d39cf;
            }

            .purple-txt {
                color: #7b3dd9;
            }

            .purple-border {
                border: 10px solid #7b3dd9;
            }

            .green-txt {
                color: #00b59a;
            }

            .green-border {
                border: 10px solid #00b59a;
            }

            .li-list ul li::before {
                background: none !important;
            }

            .art-direction {
                font-size: 18px;
                line-height: 30px;
                margin-bottom: 30px;
                text-align: justify;
            }

            .list-style ul {
                font-size: 18px;
                line-height: 32px;
                margin-bottom: 30px;
                text-align: justify;
                margin-left: 30px;
            }

            .list-style li {
                position: relative;
            }

            .list-style li::before {
                content: "";
                /*font-size: 25px;*/
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background: #333;
                position: absolute;
                left: -22px;
                top: 13px;
            }

            .text-look h4 {
                line-height: 30px;
                font-size: 24px;
                font-family: "gilroyextrabold", sans-serif;
                margin-bottom: 16px;
            }

            .full-img {
                text-align: center;
            }

            .full-img img {
                border-radius: 15px;
                margin-bottom: 5px;
                border-bottom: #fff 3px solid;
            }

            .full-img span {
                font-size: 16px;
                text-transform: uppercase;
                color: #212721;
                font-weight: 600;
                line-height: 12px;
            }

            .full-img span small {
                font-size: 13px;
                display: block;
            }

            .team-part {
                padding: 90px 0 80px 0;
            }

            .team-part .heading p {
                font-weight: 400;
                font-family: "gilroylight", sans-serif;
            }

            .team-part .btn-view-all {
                position: absolute;
                right: 0;
                top: -60px;
                z-index: 9;
                transform: rotate(-90deg);
                transform-origin: right top;
            }

            .team-box .col-md-3:nth-child(4) {
                margin-top: -220px;
            }

            .industry-timeline .order-lg-first {
                text-align: right;
            }

            .industry-timeline .it-txt {
                padding-left: 50px;
            }

            .tab-section .ts-body>section .ts-s-txt ul li div a {
                opacity: 0;
                text-decoration: none;
            }

            .tab-section .ts-body>section .ts-s-txt ul li:hover div a {
                opacity: 1;
            }

            .ts-body .d-none {
                display: block !important;
                opacity: 0;
            }

            .siteinfo h3 {
                margin: 15px 0 15px 0;
            }

            .ptb-150 .relative p {
                margin-bottom: 15px !important;
            }

            .copyright {
                padding: 20px 0;
            }

            .copyright img {
                margin-bottom: 10px;
            }

            #scroll {
                position: fixed;
                right: 10px;
                bottom: 10px;
                cursor: pointer;
                width: 50px;
                height: 50px;
                background-color: #003466;
                text-indent: -9999px;
                display: none;
                -webkit-border-radius: 60px;
                -moz-border-radius: 60px;
                border-radius: 60px
            }

            #scroll span {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -8px;
                margin-top: -12px;
                height: 0;
                width: 0;
                border: 8px solid transparent;
                border-bottom-color: #ffffff;
            }

            #scroll:hover {
                background-color: #e74c3c;
                opacity: 1;
                filter: "alpha(opacity=100)";
                -ms-filter: "alpha(opacity=100)";
            }

            @media screen and (min-width: 768px) {
                header .fixed-header .navbar-nav .nav-item .nav-link {
                    color: #212529 !important;
                }
            }

            @media screen and (max-width: 768px) {
                .ptb-150.relative .container .bm-182 {
                    margin-bottom: 50px;
                }

                .relative .box-left-50-top-300-bg5 {
                    background: none;
                }
            }

            .banner-section.office .inner-banner-txt h2{
                    position: absolute;
                    top:-70px;
                    left: 50%;
                    transform: translate(-50%);
                    line-height:80px;
                    font-size: 50px;
                    text-transform: uppercase;
                    -webkit-text-stroke-width: 2px;
                    -webkit-text-stroke-color: #fff;
                    letter-spacing: 3px;
                    text-stroke: 2px #fff;
                    opacity: 1;
                    z-index: 5;
                    font-family: var(--default-font);
                    font-weight: 600;
                    color: transparent;
                    width: 100%;
                    text-align: center;
                       
                  }
            .banner-section.office .inner-banner-txt h1{
                    position: absolute;
                    top:0px;
                    left: 50%;
                    transform: translate(-50%);
                    line-height: 100px;
                    font-size: 90px;
                    text-transform: uppercase;
                    -webkit-text-stroke-width: 2px;
                    -webkit-text-stroke-color: #000;
                    letter-spacing: 3px;
                    text-stroke: 2px #000;
                    opacity: 1;
                    z-index: 5;
                    font-family: var(--default-font);
                    font-weight: 600;
                    color: transparent;
                    width: 100%;
                    text-align: center;
                       
                  }
            
            .banner-section.office .one-item .item .banner-box>img {
                height: 480px;
            }


.offices{
    padding:60px 0;
}
.offices .heading01{
    margin-bottom:40px;
    font-size: 37px;
}
.offices .box{
    position: relative;
    padding: 40px 30px 40px 50px;
    margin-bottom: 30px;
    background: #F8F8F8;
    position: relative;
    border-radius: 0 30px 15px 15px;
}
.offices .box:hover {
background: #f0f7ff;
}

.offices .box::before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    border-right: 50px solid transparent;
    border-top: 50px solid #fff;
}
.offices .box h4{
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
}
.offices .box p{
line-height: 23px;
margin-bottom: 12px;
}
.offices .box p span{
    font-weight:600;
}
.offices .box a{
color: #000;
font-size: 16px;
}
.offices .box a:hover{
margin-left:20px;
}
.offices .box .flags{
    width: 70px;
    height: 70px;
    border-radius: 180px;
    background: #fff;
    border: #D0D5DE 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}
