@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: Poppins-light;
    src: url(../fonts/Poppins/Poppins-Light.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-ExtraLight;
    src: url(../fonts/Poppins/Poppins-ExtraLight.ttf);
}

@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
    font-family: Poppins-Thin;
    src: url(../fonts/Poppins/Poppins-Thin.ttf);
}

@font-face {
    font-family: Segoe;
    src: url(../fonts/segoe/Segoe\ UI.ttf);
}


/*-------------------------
   Header Styles
-------------------------*/
body{
    font-family: Poppins;
    line-height: 1.5;
}
.axil-header {
    position: relative;
    z-index: 99999;
}

.axil-header .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.axil-header .header-navbar .header-logo a {
    display: block;
}

.axil-header .header-navbar .header-logo .dark-version-logo {
    display: none;
}

.axil-header .header-navbar .header-logo .sticky-logo {
    display: none;
}

@media only screen and (max-width: 991px) {
    .axil-header .header-navbar .header-logo img {
        width: 200px;
    }
}

.axil-header .header-navbar .header-main-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 15px 0 15px;
}

@media only screen and (max-width: 1199px) {
    .axil-header .header-navbar .header-main-nav {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991px) {
    .axil-header .header-navbar .header-main-nav {
        margin: 0;
    }
}

.axil-header.header-style-1 .axil-mainmenu.axil-sticky .header-navbar .header-logo .light-version-logo {
    display: none;
}

.axil-header.header-style-1 .axil-mainmenu.axil-sticky .header-navbar .header-logo .sticky-logo {
    display: block;
}

.axil-header.header-style-2 .axil-mainmenu {
    padding: 50px 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .axil-header.header-style-2 .axil-mainmenu {
        padding: 35px 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .axil-header.header-style-2 .axil-mainmenu {
        padding: 35px 15px;
    }
}

@media only screen and (max-width: 575px) {
    .axil-header.header-style-2 .axil-mainmenu {
        padding: 30px 0;
    }
    .header-navbar .header-logo {
        padding: 0 !important;
    }
}

.axil-header.header-style-2 .axil-mainmenu.axil-sticky {
    padding: 15px 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .axil-header.header-style-2 .axil-mainmenu.axil-sticky {
        padding: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .axil-header.header-style-2 .axil-mainmenu.axil-sticky {
        padding: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .axil-header.header-style-2 .axil-mainmenu.axil-sticky {
        padding: 15px 0;
    }
}

.axil-header.header-style-2 .axil-mainmenu .mainmenu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.axil-header.header-style-3 .axil-mainmenu.axil-sticky .header-navbar .header-logo .light-version-logo {
    display: none;
}

.axil-header.header-style-3 .axil-mainmenu.axil-sticky .header-navbar .header-logo .sticky-logo {
    display: block;
}

.axil-header.header-style-3 .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-light);
}

@media only screen and (max-width: 1299px) {
    .axil-header.header-style-4 .header-main-nav {
        margin: 0 15px;
    }
}

@media only screen and (max-width: 991px) {
    .axil-header.header-style-4 .header-main-nav {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .axil-header.header-style-4 .mainmenu-nav {
        background-color: var(--color-dark);
    }
}

.axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu {
    background-color: var(--color-dark);
}

.axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a {
    color: var(--color-light);
}

.axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a:hover {
    color: var(--color-primary);
}

.axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a.active {
    color: var(--color-primary);
}

.axil-header.header-style-4 .mobile-nav-header {
    border-color: var(--color-gray-4);
}

.axil-header.header-style-4 .mobile-nav-header .mobile-nav-logo .light-mode {
    display: none;
}

.axil-header.header-style-4 .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: block;
}

.axil-header.header-style-4 .mobile-nav-header .mobile-menu-close {
    background-color: var(--color-white);
    color: var(--color-black);
    border: none;
}

.axil-header.header-style-4 .axil-mainmenu.axil-sticky {
    background-color: var(--color-dark);
}

@media only screen and (max-width: 1199px) {
    .axil-header.header-style-4 .mainmenu li {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 991px) {
    .axil-header.header-style-4 .mainmenu li {
        border-color: var(--color-gray-4);
    }
}

.axil-header.header-style-4 .mainmenu li a {
    color: var(--color-light);
}

.axil-header.header-style-4 .mainmenu li a::before {
    background-color: var(--color-white);
}

.axil-header.header-style-4 .mainmenu li a::after {
    color: var(--color-gray-4);
}

.axil-header.header-style-4 .header-action .header-btn .axil-btn {
    display: block;
}

.axil-mainmenu {
    padding: 15px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .axil-mainmenu {
        /* padding: 35px 0; */
    }
}

@media only screen and (max-width: 1199px) {
    .axil-mainmenu {
        /* padding: 30px 0; */
    }
}


/* .axil-mainmenu.axil-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: white;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    -webkit-animation: headerSlideDown .8s ease forwards;
    animation: headerSlideDown .8s ease forwards;
} */

.axil-mainmenu.axil-sticky .header-action .sidemenu-btn .btn-wrap {
    background-color: #ECF2F6;
}

.axil-mainmenu.axil-sticky .header-action .sidemenu-btn .btn-wrap span {
    background-color: #000;
}

.axil-mainmenu.axil-sticky .header-action .social-icon-list li a {
    color: var(--color-dark);
}

.axil-mainmenu.axil-sticky .header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.mainmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mainmenu>li {
    margin: 0 9px;
}

@media only screen and (max-width: 1199px) {
    .mainmenu>li {
        margin: 0 10px;
    }
}

.mainmenu>li>a {
    color: #000;
    font-weight: 500;
    font-size: 16px !important;
    font-family: 'Poppins-Regular';
    line-height: 60px;
    height: 60px;
    display: block;
    position: relative;
    /* -webkit-transition:all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; */
    text-decoration: none;
}

.mainmenu>li>a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: #2D2A6E;
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.mainmenu>li>a:last-child:before {
    display: none;
}

.tooltiptext {
    width: 100px;
    background-color: #2D2A6E;
    color: #fff;
    text-align: center;
    border-radius: 17px;
    padding: 3px 10px;
    position: absolute;
    z-index: 1;
    bottom: 72%;
    right: -25px;
    margin-left: -60px;
    opacity: 2;
    transition: opacity 0.3s;
    font-size: 11px;
    font-weight: 100;
    margin: auto;
    text-align: center;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #2D2A6E transparent transparent transparent;
}


/* Show the tooltip when hovering over the "Career" list item */


/* .header .mainmenu-nav .mainmenu li:nth-child(6):hover .tooltiptext {
    opacity: 1;
} */


/* Adjust the position of the tooltip for responsiveness */


/* @media (max-width: 768px) {
    .header .mainmenu-nav .mainmenu li:nth-child(6) {
        position: relative; 
    }

    .header .mainmenu-nav .mainmenu li:nth-child(6) .tooltiptext {
        position: absolute;
        top: -50px; 
        left: 50%;
        margin-left: -50px;
    }
} */

.mainmenu>li>a:hover {
    color: #2D2A6E;
}

.mainmenu>li>a:hover::before {
    opacity: 1;
    width: 100%;
}

.mainmenu>li>a.active {
    color: black;
}

.mainmenu>li>a.active::before {
    width: 100%;
    opacity: 1;
}

.mainmenu>.menu-item-has-children {
    position: relative;
}

.mainmenu>.menu-item-has-children>a {
    position: relative;
    margin-right: 20px;
}

.mainmenu>.menu-item-has-children>a::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 400;
    color: var(--color-text-dark);
    font-size: 18px;
    position: absolute;
    top: 0;
    right: -20px;
}

.mainmenu>.menu-item-has-children .axil-submenu {
    position: absolute;
    top: 90%;
    left: 20px;
    right: 20px;
    background-image: linear-gradient(#2D2A6E, #171537);
    color: #fff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
    max-height: calc(100vh - 160px);
    overflow: hidden auto;
}

.mainmenu>.menu-item-has-children .axil-submenu li {
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: vall 0.3s ease-in-out;
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.mainmenu>.menu-item-has-children .axil-submenu li a {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 4px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-family: 'Poppins';
}

.mainmenu>.menu-item-has-children .axil-submenu li a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: #2D2A6E;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mainmenu>.menu-item-has-children .axil-submenu li a:hover {
    color: #2D2A6E;
}

.mainmenu>.menu-item-has-children .axil-submenu li a:hover::after {
    width: 100%;
}

.mainmenu>.menu-item-has-children .axil-submenu li a.active {
    color: #2D2A6E;
}

.mainmenu>.menu-item-has-children .axil-submenu li a.active::after {
    width: 100%;
}

.mainmenu>.menu-item-has-children:hover .axil-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
    right: 0;
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.mainmenu>.menu-item-has-children :hover .axil-submenu li:nth-child(1n) {
    -webkit-transition-delay: .1s !important;
    transition-delay: .1s !important;
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(2n) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(3n) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(4n) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(5n) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(6n) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(7n) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(8n) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(9n) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(10n) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(11n) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(12n) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.header-action>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-action>ul>li {
    margin-right: 30px;
}

.header-action>ul>li:last-child {
    margin-right: 0;
}

.header-action .sidemenu-btn {
    margin-right: 0;
}

.header-action .sidemenu-btn .btn-wrap {
    height: 53px;
    width: 53px;
    background-color: #ECF2F6;
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
    .header-action .sidemenu-btn .btn-wrap {
        height: 50px;
        width: 50px;
    }
    .tooltiptext {
        display: none;
    }
}

.header-action .sidemenu-btn .btn-wrap span {
    height: 2px;
    width: 20px;
    background-color: #000;
    margin-bottom: 4px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-action .sidemenu-btn .btn-wrap span:last-child {
    margin-bottom: 0;
    width: 10px;
    margin-right: -10px;
}

.header-action .sidemenu-btn .btn-wrap:focus {
    box-shadow: none;
}

.header-action .sidemenu-btn .btn-wrap:hover span:last-child {
    width: 20px;
    margin-right: 0;
}

.header-action .sidemenu-btn .btn-wrap:hover span:first-child {
    width: 10px;
    margin-right: -10px;
}

.header-action .sidemenu-btn .btn-wrap.btn-dark {
    background-color: var(--color-body);
}

.header-action .sidemenu-btn .btn-wrap.btn-dark span {
    background-color: var(--color-white);
}


/* .axil-mainmenu.axil-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: white;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    -webkit-animation: headerSlideDown .8s ease forwards;
    animation: headerSlideDown .8s ease forwards;
} */

.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: white;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .05);
    -webkit-animation: headerSlideDown .8s ease forwards;
    animation: headerSlideDown .8s ease forwards;
}

@media only screen and (max-width: 575px) {
    .header-action .header-social-link {
        display: none;
    }
}

.header-action .social-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.header-action .social-icon-list li {
    margin: 15px;
}

.header-action .social-icon-list li a {
    font-size: 20px;
    color: var(--color-body);
}

@media only screen and (max-width: 991px) {
    .header-action .social-icon-list li a {
        color: var(--color-dark);
    }
}

.header-action .social-icon-list li a:hover {
    color: var(--color-primary);
}

.header-action .header-btn {
    margin-right: 0;
}

@media only screen and (max-width: 1399px) {
    .header-action .header-btn .axil-btn {
        padding: 15px 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-action .header-btn .axil-btn {
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 991px) {
    .header-action .header-btn {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .header-action .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .header-action .mobile-menu-btn {
        display: none;
    }
}

.header-action .mobile-menu-btn .btn-wrap {
    height: 50px;
    width: 50px;
}

.header-action .my_switcher {
    margin-left: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 52px;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .header-action .my_switcher {
        margin-left: 15px;
    }
}

.header-action .my_switcher ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-offcanvasmenu {
    width: 60vw;
    min-width: 300px;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.offcanvas-body .contact-inner .social-share li a:hover {
    background-color: #27272E;
}

.offcanvas-body .main-navigation li a:hover {
    color: #241cb1 !important;
}

@media only screen and (max-width: 1199px) {
    .header-offcanvasmenu {
        width: 70vw;
    }
}

.header-offcanvasmenu .offcanvas-header {
    padding: 50px 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-offcanvasmenu .offcanvas-header {
        padding: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-offcanvasmenu .offcanvas-header {
        padding: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .header-offcanvasmenu .offcanvas-header {
        padding: 30px 30px 0;
    }
    .service-main-section {
        padding-bottom: 20px;
    }
}

.header-offcanvasmenu .offcanvas-header .btn-close {
    margin: 0;
    font-size: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
    .header-offcanvasmenu .offcanvas-header .btn-close {
        font-size: 14px;
    }
}

.header-offcanvasmenu .offcanvas-header .btn-close:hover {
    color: var(--color-primary);
    opacity: 1;
}

.header-offcanvasmenu .offcanvas-header .btn-close:focus {
    border: none;
    box-shadow: none;
}

.header-offcanvasmenu .offcanvas-body {
    padding: 50px 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-offcanvasmenu .offcanvas-body {
        padding: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-offcanvasmenu .offcanvas-body {
        padding: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .header-offcanvasmenu .offcanvas-body {
        padding: 30px;
    }
}

.header-offcanvasmenu .offcanvas-body .side-nav-search-form {
    position: relative;
    margin-bottom: 70px;
}

@media only screen and (max-width: 991px) {
    .header-offcanvasmenu .offcanvas-body .side-nav-search-form {
        margin-bottom: 40px;
    }
}

.header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field {
    font-size: 40px;
    height: auto;
    border: none;
    border-bottom: 2px solid var(--color-gray-3);
    border-radius: 0;
    padding: 5px 0;
}

@media only screen and (max-width: 991px) {
    .header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field {
        font-size: 20px;
    }
}

.header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field:focus {
    box-shadow: none;
}

.header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    padding: 0;
}

.header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn i {
    font-weight: 400;
    font-size: 24px;
    color: var(--color-gray-4);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
    .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn i {
        font-size: 18px;
    }
}

.header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn:hover i {
    color: var(--color-primary);
}

.header-offcanvasmenu .offcanvas-body .main-navigation {
    margin: -30px 0;
    margin-top: -45px;
}

@media only screen and (max-width: 991px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation {
        margin: -20px 0;
        margin-bottom: 40px;
    }
}

.header-offcanvasmenu .offcanvas-body .main-navigation li {
    margin: 30px 0;
}

@media only screen and (max-width: 767px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation li {
        margin: 20px 0;
    }
}

.header-offcanvasmenu .offcanvas-body .main-navigation li a {
    color: var(--color-dark);
    font-size: 36px;
    font-weight: 500;
}

@media only screen and (max-width: 1199px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        font-size: 20px;
    }
}

.header-offcanvasmenu .offcanvas-body .main-navigation li a:hover {
    color: var(--color-primary);
}

.header-offcanvasmenu .offcanvas-body .main-navigation li a.active {
    color: var(--color-primary);
}

.header-offcanvasmenu .offcanvas-body .contact-inner .title {
    font-size: 18px;
    line-height: 1;
    color: var(--color-dark);
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
    .header-offcanvasmenu .offcanvas-body .contact-inner .title {
        font-size: 16px;
    }
}

.header-offcanvasmenu .offcanvas-body .contact-inner .address {
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .header-offcanvasmenu .offcanvas-body .contact-inner .address {
        margin-bottom: 25px;
    }
}

.header-offcanvasmenu .offcanvas-body .contact-inner .address a {
    color: var(--color-body);
    display: block;
    margin-bottom: 10px;
}

.header-offcanvasmenu .offcanvas-body .contact-inner .address a i {
    margin-right: 20px;
}

.header-offcanvasmenu .offcanvas-body .contact-inner .address p {
    margin-bottom: 0;
}

.header-offcanvasmenu .offcanvas-body .contact-inner .social-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px -6px;
}

.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li {
    margin: 15px 6px;
}

.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a {
    color: var(--color-white);
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 53px;
    display: block;
    border-radius: 100%;
    background-color: var(--color-primary);
    text-align: center;
}

.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a:hover {
    background-color: var(--color-dark);
}

.mobile-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-fog);
}

@media only screen and (min-width: 992px) {
    .mobile-nav-header {
        display: none;
    }
}

.mobile-nav-header .mobile-nav-logo {
    width: 150px;
    line-height: 1;
}

.mobile-nav-header .mobile-nav-logo .dark-mode {
    display: none;
}

.mobile-nav-header .mobile-menu-close {
    background-color: transparent;
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-gray-4);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 1;
}

.mobile-nav-header .mobile-menu-close:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

@media only screen and (max-width: 991px) {
    .axil-mainmenu.axil-sticky {
        -webkit-animation: none;
        animation: none;
    }
    .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: #fff;
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        z-index: 1050;
    }
    .mainmenu-nav.show {
        left: 0;
    }
    .mainmenu-nav .mainmenu {
        display: block;
        height: 100%;
        overflow: auto;
    }
    .mainmenu-nav .mainmenu>li {
        border-bottom: 1px solid #DBDEFF;
    }
    .mainmenu-nav .mainmenu>.proposal {
        border-bottom: none;
        margin-top: 15px !important;
    }
    .mainmenu-nav .mainmenu>li>a {
        height: 50px;
        line-height: 50px;
    }
    .mainmenu-nav .mainmenu>li>a::before {
        display: none;
    }
    .mainmenu .menu-item-has-children .axil-submenu {
        display: none;
        position: initial;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
        -webkit-transition: initial;
        transition: initial;
    }
    .mainmenu .menu-item-has-children .axil-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .axil-header .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a {
        padding: 7px 10px;
    }
    .menu-item-has-children .axil-submenu li a::after {
        display: none;
    }
    .mainmenu .menu-item-has-children.menu-item-open .axil-submenu {
        display: block;
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }
    30% {
        margin-top: -10px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }
    30% {
        margin-top: -10px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.bg-dark-blue {
    background-image: linear-gradient(#2D2A6E, #171537);
    /* background-color: #2D2A6E; */
    /* padding-bottom: 142px; */
}

.case-study-div {
    display: flex;
    justify-content: space-between;
    /* gap: 46px; */
}

.case-study-bg {
    background-color: white;
    padding: 95px 18px 95px 50px;
    border-radius: 100px;
    margin-top: -95px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.grey-shadow {
    /* margin-bottom: 40px; */
}

.service_bg {
    background-color: white;
    width: 100%;
    padding: 56px 0px 107px 0px;
}


/* .case-image-wraper {
    flex: 1;
  } */

.case-image-wraper img {
    width: auto;
    height: auto;
    display: block;
}

.heading-1 {
    font-family: 'Poppins-regular';
    font-size: 36px;
    color: #2D2D2D;
    text-align: left;
    line-height: 42px;
    margin: 0;
    padding-bottom: 60px;
}

.heading-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    /* Adjust the margin as needed */
    margin-right: 21px;
}

.swiper-button-container {
    display: flex;
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transform: rotate(-180deg);
    background-color: #F4FDFF;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    transition: 1s ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #46438d;
    transition: .3s ease-in-out;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    color: #282663 !important;
    font-weight: 500;
    display: none;
}

.effect.effect-one:hover img {
    opacity: .7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0) scale(1.1, 1.1)
}

.effect.effect-one:hover .tab-text::after,
.effect.effect-one:hover .tab-text::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.effect.effect-two .tab-text {
    top: auto;
    bottom: 0;
    padding: 1em;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.effect.effect-two .col3 {
    height: 5.5rem !important
}

.effect.effect-two h2 {
    float: left;
    font-size: 1.1rem;
    font-weight: 600;
    word-break: break-all;
    width: 50%;
    text-align: left;
    display: inline-block
}

.effect-two .col3-head {
    width: 100% !important;
    padding-bottom: 10px
}

.effect-two .icon-links a {
    font-size: 1.2rem !important
}

.effect.effect-two p.icon-links a {
    float: right;
    color: #f1f8ff;
    font-size: 1.4em;
    line-height: 20px
}

.effect.effect-two:hover p.icon-links a:focus,
.effect.effect-two:hover p.icon-links a:hover {
    color: #252d31
}

.effect.effect-two p.description {
    position: absolute;
    font-size: 16px;
    bottom: 61px;
    color: #1C1C1C;
    text-transform: none;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    line-height: 18px;
    padding: 25px 50px;
    background-color: white;
    right: 0px;
    left: 0px;
    font-family: 'Poppins';
    border-radius: 50px;
    display: flex;
    font-weight: 500;
    justify-content: space-around;
    margin: auto;
    width: 343px;
}

.description span {
    text-decoration: underline;
}

.description span a {
    color: #1C1C1C;
}

.effect.effect-two p.col6 {
    left: 80px !important;
    right: 80px !important;
    bottom: 8rem
}

.effect.effect-two h2,
.effect.effect-two p.icon-links a {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0)
}

.effect.effect-two:hover p.description {
    opacity: 1
}

.effect.effect-two:hover .tab-text,
.effect.effect-two:hover h2,
.effect.effect-two:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-right: 10px
}

.effect.effect-two:hover h2 {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.effect.effect-two:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.effect.effect-two:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.effect.effect-two:hover p.icon-links a:first-child {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.website-name {
    color: #000;
    font-size: 18px;
    display: flex;
    justify-content: center;
    font-family: 'Poppins-Regular';
}


/******************************************************************************/

.trendy {
    /* font-size: 40px; */
    line-height: 100px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    color: #2D2A6E;
    background: linear-gradient(79deg, #201e51 10%, #acd0ff54 20%, #222051 30%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #2D2A6E;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 3s linear infinite;
    display: inline-block;
}

.trendy:first-child {
    color: #1f1c4b;
    padding: 40px 5px 25px 5px;
    border-radius: 4px;
    font-weight: 500;
    line-height: 19px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    margin-top: 95px;
    font-family: Poppins-Bold;
    /* background: transparent; */
}

.trendy:last-child {
    line-height: 24px;
    font-weight: 600;
    color: #2D2A6E;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.year-div {
    width: 35%;
}

.about-div {
    width: 60%;
}

.img-wid {
    width: 392px;
    height: auto;
    padding-top: 90px;
    margin-right: 50px;
}

.milest-single {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 20px;
    height: 326px;
    line-height: 65px;
}

.milest-single--img {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
}

.milest-single--top {
    display: flex;
    flex-direction: column;
    margin-right: 50px;
}

.year {
    font-size: 125px;
    font-family: 'Poppins';
    font-weight: bolder;
    -webkit-text-stroke: 3px #3E74BB;
    color: transparent;
}

.des-year {
    font-size: 19px;
    font-family: Poppins-ExtraLight;
    color: white;
    letter-spacing: 1px;
    font-weight: 300 !important;
    line-height: 17px;
}

.yearplus {
    font-size: 78px;
    left: 0;
    margin-left: -24px;
}

@media only screen and (max-width:1366px) {
    .des-year {
        font-size: 18px;
    }
    .tooltiptext {
        right: -30px;
    }
}


.heading-2 {
    font-size: 80px;
    color: white;
    line-height: 72px;
    font-family: Poppins-SemiBold;
    padding-bottom: 28px;
    /* letter-spacing: -5px; */
}

.why-des {
    font-size: 16px;
    color: white;
    line-height: 28px;
    font-family: Poppins-light;
    padding-bottom: 67px;
}

.why-button {
    border: 1px solid #14498F;
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 58px;
    background-color: #2D2A6E;
    border-radius: 50px;
}

.why-choose {
    padding-top: 125px;
    display: flex;
    width: 100%;
    padding-bottom: 93px;
}

.border-line {
    /* padding-top: 143px; */
    /* padding-bottom: 63px; */
}

.bold-title {
    font-size: 36px;
    font-family: Poppins-SemiBold;
    color: white;
}

.rating {
    font-size: 25px;
    font-family: Poppins-SemiBold;
    color: white;
}

.sub-title {
    font-size: 16px;
    font-family: Poppins-light;
    color: white;
}

.common-des {
    display: flex;
    flex-direction: column;
    /* margin: auto; */
}

.choose-elements {
    display: flex;
    justify-content: space-around;
    width: 100%;
    position: relative;
    flex-direction: row;
    padding: 53px 0px 40px 0px;
}

.pad-bottom {
    padding-bottom: 60px;
}

.pads-bottom {
    padding-bottom: 20px;
}


/* .des1 {
    width: 25%;
}

.des2 {
    width: 25%;
}

.des3 {
    width: 25%;
}

.des4 {
    width: 25%;
} */

.rating-star {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shape {
    position: absolute;
    right: 100px;
    top: 160%;
}


/**************************************************************************/

.client-heading {
    font-size: 60px;
    color: white;
    font-family: 'Poppins-bold';
    line-height: 52px;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 48px;
    padding-top: 20px;
    /* letter-spacing: -1px; */
}

.icon-padding {
    padding-bottom: 40px;
}

.client-logo-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-head-right {
    width: 35%;
}


/* .logo-head-left {
    width: 74%;
} */

.logo-head-right h2 {
    font-size: 20px;
    color: white;
    font-weight: 400;
    font-family: Poppins-Regular;
    line-height: 29px;
    text-align: right;
}

.ratio {
    position: relative;
    width: 100%;
    /* display: flex; */
    justify-content: center;
    padding: 50px 0px;
    text-align: center;
}

.w-20 {
    width: 20%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin-bottom: -1px;
    margin-right: -1px;
    border: none;
    height: 9.25rem;
    margin-bottom: 35px;
    /* border: 1px solid #404040;
    border-top: 0;
    border-left: 0;
    border-bottom: 0; */
}

.client-row {
    border: none;
    padding-top: 52px;
    display: flex;
    align-items: baseline;
}

.client-btn {
    border: 1px solid #14498F;
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 58px;
    background-color: #2D2A6E;
    border-radius: 50px;
}

.center-btn {
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

.client-area {
    padding: 43px 0px 52px 0px;
}


/******************************************************************************************/


/* .content {
    position: relative;
  } */


/* .screen {
      display: block;
      
      overflow: hidden;
      position: relative;
    
      border-radius: 1px;
      margin: 0 auto;
  } */


/* .screen img {
      bottom: -1210px;
      width: 100%;
      height: auto;
      position: absolute;
      z-index: 0;
    margin:0;
    padding:0;
      -webkit-transition: top 11s;
      -moz-transition: top 11s;
      -ms-transition: top 11s;
      -o-transition: top 11s;
      transition: bottom 11s;
  }
  .screen:hover img {
    bottom: 0;
    -webkit-transition: all 11s;
    -moz-transition: all 11s;
    -ms-transition: all 11s;
    -o-transition: all 11s;
    transition: all 11s;
  } */

.image-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.image-wrapper img {
    width: 100%;
}

.work-content {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.col5_col4lg_col3sm {
    grid-auto-flow: row;
    gap: 100px 40px;
    grid-template-columns: repeat(4, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 820px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.col5_col4lg_col3sm2 {
    grid-auto-flow: row;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 767px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 650px) {
        grid-template-columns: repeat(1, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.paddingtb {
    padding-top: 32px;
    padding-bottom: 12px;
}

.ptop-0 {
    padding-top: 0px !important;
}

.our-works-head {
    font-size: 60px;
    color: #2D2A6E;
    font-family: Poppins-Bold;
    line-height: 52px;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 56px;
    padding-top: 20px;
    text-align: left;
    /* letter-spacing: -1px; */
}

.our-service-head {
    font-size: 64px;
    color: #2D2A6E;
    font-weight: bold;
    font-family: 'Poppins';
    line-height: 52px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 56px;
    padding-top: 50px;
    text-align: left;
}

.our-works {
    padding: 74px 0px 112px 0px;
}

.image-wrapper h2 {
    font-size: 16px;
    font-family: 'Poppins-medium';
    color: #2D2D2D;
    padding: 0;
    margin: 0;
}

.info-arrow {
    height: 16px !important;
    margin-top: auto;
    margin-bottom: 11px;
}

.content-place {
    font-size: 15px;
    font-family: Poppins-Regular;
    color: #5A5A5A;
    padding: 0;
    margin: 0;
    line-height: 24px;
}


/* .work-wrap-gap {
    display: flex;
    flex-direction: column;
    gap: 58px;
} */

.work-btn {
    border: 1px solid #14498F;
    color: black;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 58px;
    background-color: #fff;
    border-radius: 50px;
}

.none-text:hover {
    text-decoration: none !important;
}


/******************************************************************/

.review-column {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.review-content p {
    font-size: 20px;
    font-family: Poppins-light;
    color: white;
    padding: 48px 0px 72px 0px;
    margin: 0;
    line-height: 30px;
}

.review-name-content {
    display: flex;
    gap: 26px;
    align-items: center;
}

.review-name-content span {
    font-size: 40px;
    color: #fff;
    font-family: Poppins-light;
    background-color: #474563;
    height: 82px;
    width: 82px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out, backface-visibility 0.3s;
}

.review-name-content:hover span {
    transform: rotateY(180deg);
}

.review-name-content p {
    margin: 0;
}

.name {
    font-size: 18px;
    color: #fff;
    font-family: 'Poppins';
    padding: 0;
}

.position {
    font-size: 14px;
    color: #fff;
    font-family: Poppins-light;
}

.customer-review {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 86px;
}

.review {
    padding: 109px 0px 184px 0px;
}

.first-title {
    color: white;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins';
    margin: 0;
    padding-bottom: 30px;
}

.second-title {
    color: white;
    font-size: 46px;
    font-weight: bolder;
    font-family: 'Poppins';
    line-height: 50px;
    width: 94%;
    margin: 0;
    padding-bottom: 69px;
}


/****************************************************************************************/

.blog-image-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.blog-image-wrapper img {
    width: 100%;
}

.blog-content {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.blog-head {
    font-size: 60px;
    color: #2D2A6E;
    font-family: 'Poppins-bold';
    line-height: 52px;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 56px;
    padding-top: 20px;
    text-align: left;
    /* letter-spacing: -1px; */
}

.blog {
    padding: 74px 0px 112px 0px;
}

.blog-image-wrapper h2 {
    font-size: 12px;
    font-family: 'Poppins';
    color: #7A7A7A;
    margin: 0;
    font-weight: 400;
    padding: 26px 0px 20px 0px;
}

.blog-image-wrapper p {
    font-size: 20px;
    font-family: 'Poppins';
    color: black;
    padding: 0;
    margin: 0;
    line-height: 32px;
    font-weight: 400;
}

.blog-btn {
    border: 1px solid #14498F;
    color: black;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 58px;
    background-color: #fff;
    border-radius: 50px;
}


/******************************************************************************************************/

.get-start {
    display: flex;
    justify-content: space-between;
}

.get-start-first-div h3 {
    font-size: 52px;
    color: white;
    font-family: 'Poppins-regular';
    margin: 0;
}

.get-start-first-div p {
    font-size: 20px;
    color: white;
    font-family: Poppins-light;
    margin: 0;
    line-height: 30px;
}

.get-start-first-div {
    width: 35%;
}

.get-start-second-div {
    width: 35%;
}


/* .get-start-second-div p{
  color: white;
    font-size: 14px;
    font-family: 'Poppins';
    border: 1px solid white;
    border-radius: 70px;
    padding: 31px 0px 31px 45px;
} */

.mail-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 14px;
    font-family: 'Poppins';
    border: 1px solid white;
    border-radius: 70px;
    padding: 31px 0px 31px 45px;
    height: 83px;
    width: auto;
    cursor: pointer;
}

.left-content {
    flex: 1;
    /* Takes up half the available space */
    text-align: left;
}

.mail-section input {
    background: transparent;
    border: none;
    color: white;
    outline: none;
    margin-bottom: 0px;
    padding: 0px;
}


/* Style the placeholder text */

.mail-section input[type="email"]::placeholder {
    color: white;
}


/* Style the input when it's focused */

.mail-section input[type="email"]:focus {
    border: none;
    /* Remove the border */
}

.left-content p {
    font-size: 14px;
    font-family: 'Poppins';
    color: white;
    font-weight: 400;
    margin: 0;
}

.right-content {
    /* Takes up half the available space */
    text-align: right;
}

img {
    max-width: 100%;
    height: auto;
}

.right-content img {
    margin-right: 13px;
}

.footer-area {
    padding: 50px 0px;
}

.ul-li-width {
    width: 60%;
}

.ul-li-width-secnd {
    width: 40%;
}

.div-width1 {
    width: 30%;
}

.div-width2 {
    width: 40%;
}

.div-width3 {
    width: 30%;
}

.fooetr-links {
    display: flex;
}

.fooetr-links-secnd-wrap {
    display: flex;
    justify-content: space-between;
}

.div-first-50 {
    width: 50%;
}


/* .ul-li-width-secnd{
  background-color: rgba(51, 51, 51, 0.7);
  background-image: url(../images/footer-bg.png);
} */

.fooetr-links h4 {
    font-size: 16px;
    color: white;
    font-weight: 500;
    font-family: 'Poppins';
    padding-bottom: 34px;
}

.fooetr-links ul li {
    font-size: 14px;
    color: white;
    list-style-type: none;
    padding: 0;
    font-family: Poppins-light;
    padding-bottom: 25px;
}

.fooetr-links ul li a {
    text-decoration: none;
    color: white;
    transition: color .5s ease-in-out;
}

.fooetr-links ul li a:hover {
    transition: color .5s ease-in-out;
    color: #b6b6b6;
}

.fooetr-links ul {
    padding-left: 0px;
}

.fooetr-links-secnd-wrap h4 {
    font-size: 16px;
    color: white;
    font-weight: 500;
    font-family: 'Poppins';
    padding-bottom: 34px;
}

.fooetr-links-secnd-wrap ul li {
    font-size: 14px;
    color: white;
    list-style-type: none;
    padding: 0;
    font-family: Poppins-light;
    padding-bottom: 25px;
}

.contact-list {
    display: flex;
    /* justify-content: space-between; */
    font-size: 14px;
    font-family: Poppins-light;
    color: white;
    padding-bottom: 20px;
}

.contact-title {
    width: 40%;
}

.contact-des {
    width: 40%;
}

.ul-li-width-secnd h4 {
    font-size: 16px;
    color: white;
    font-weight: 500;
    font-family: 'Poppins';
    padding-bottom: 34px;
}

.copyright p {
    font-size: 16px;
    color: white;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 400;
}

.copyright {
    display: flex;
}

.copy-width {
    width: 40%;
    display: flex;
    align-items: center;
}

.social-width {
    width: 60%;
}

.social-width ul {
    display: flex;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social-width ul li {
    list-style: none;
}

.social-width ul li a {
    width: 50px;
    height: 50px;
    background-color: transparent;
    text-align: center;
    line-height: 3px;
    font-size: 16px;
    margin: 0 10px;
    display: flex;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    z-index: 1;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.social-width ul li a .icon {
    position: relative;
    color: #fff;
    transition: .5s;
    z-index: 3;
}

.social-width ul li a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
}

.social-width ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #053eff;
    transition: .5s;
    z-index: 2;
}

.social-width ul li a:hover:before {
    top: 0;
}

.social-width ul li:nth-child(1) a:before {
    background: #3b5999;
}

.social-width ul li:nth-child(2) a:before {
    background: #55acee;
}

.social-width ul li:nth-child(3) a:before {
    background: #0077b5;
}

.social-width ul li:nth-child(4) a:before {
    background: #053eff;
}

.social-width ul li:nth-child(5) a:before {
    background: #fbad50;
}

.social-width ul li:nth-child(6) a:before {
    background: #ea4c89;
}

.footer-li-list {
    padding-top: 76px;
}

.footer-bg {
    background-color: #1C1943;
}

.footer-li-list {
    justify-content: space-between;
}


/* vysakh css */

button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

button.learn-more {
    width: 12rem;
    height: auto;
    font-size: 14px;
}

button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #14498F;
    border-radius: 1.625rem;
}

button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.75rem;
    width: 1.125rem;
    height: 0.124rem;
    background: none;
}

button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.28rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.60rem 0;
    margin: 0 0 0 1.85rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

button:hover .button-text {
    color: #fff;
}

button.learn-more .button-text1 {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.80rem 0;
    margin: 0 0 0 2.9rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    text-transform: capitalize;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

button:hover .button-text2 {
    color: #fff !important;
}

button.learn-more .button-text2 {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.60rem 0;
    margin: 0 0 0 2.9rem;
    color: #14498F;
    font-weight: 400;
    line-height: 2.0;
    text-align: center;
    text-transform: capitalize;
}

.mail-section:hover button .circle {
    width: 100%;
}

.mail-section:hover button .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

.mail-section:hover button .button-text2 {
    color: #fff;
}

.mail-size {
    width: 60px;
    height: 60px;
}

.button1 {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0;
    overflow: hidden;
    outline: none;
    background-color: transparent;
    border: 0;
}

.button1:before,
.button1:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    inset: 7px;
}

.button1:before {
    border: 2px solid #ffffff;
    transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 80ms, transform .5s cubic-bezier(.455, .03, .515, .955) 80ms;
}

.button1:after {
    border: 2px solid #14498F;
    transform: scale(1.3);
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform .5s cubic-bezier(.25, .46, .45, .94);
    opacity: 0;
}

.mail-section:hover .button1:before,
.mail-section:focus .button1:before {
    opacity: 0;
    transform: scale(0.7);
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform .5s cubic-bezier(.25, .46, .45, .94);
}

.mail-section:hover .button1:after,
.mail-section:focus.button1:after {
    opacity: 1;
    transform: scale(1);
    transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 80ms, transform .5s cubic-bezier(.455, .03, .515, .955) 80ms;
}

.button-box {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}

.button-elem {
    display: block;
    width: 35px;
    height: 35px;
    margin: 17px 18px 0 18px;
    transform: rotate(180deg);
    fill: #6b6b6b;
}

.mail-pic {
    max-width: 100%;
}

.button-elem2 {
    display: block;
    width: 35px;
    height: 35px;
    margin: 17px 18px 0 3px;
    transform: rotate(180deg);
    fill: #6b6b6b;
}

.mail-section:hover .button1 .button-box,
.mail-section :focus .button1 .button-box {
    transition: .4s;
    transform: translateX(-56px);
}

.service-main {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    gap: 10px;
}

.service-box {
    width: 100%;
    background-color: #F9F9F9;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    z-index: 1;
}

.ser-img {
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-head {
    width: 100%;
    /* display: flex; */
    flex-direction: row;
    /* position: relative; */
    /* justify-content: space-between; */
}

.ser-hd-con {
    width: 80%;
    position: relative;
    font-size: 22px;
    font-family: Poppins-Medium;
    font-weight: 500;
    color: black;
    text-transform: capitalize;
}

.ser-icon {
    display: flex;
    width: 35px;
    height: 35px;
    color: #fff;
    background-color: transparent;
    border: 0.0625rem solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: .875rem;
    line-height: 2.1;
    transition: all .4s;
    display: flex;
    position: relative;
    overflow: hidden;
    transform: translate(0);
    margin-top: auto;
    margin-bottom: auto;
    right: 32px;
    position: absolute;
    bottom: 30px;
}

.ser-icon:hover::after {
    transform: scale(1);
}

.ser-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    border-radius: 50%;
    transition: all .4s;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: scale(0);
    z-index: -1;
}

.img-width {
    width: 100%;
}

.slider-category {
    @media (max-width: 1920px) {
        overflow-x: scroll;
    }
}

.category-wrap {
    flex-wrap: wrap;
    @media (max-width: 1920px) {
        flex-wrap: unset;
    }
}

@media only screen and (max-width:767px) {
    .review-content p {
        font-size: 17px;
    }
}

@media only screen and (max-width:1200px) {
    .info-arrow {
        height: 16px !important;
        margin-top: auto;
        margin-bottom: 11px;
    }
    .ser-hd-con {
        font-size: 14px;
    }
    .img-wid {
        width: 320px;
    }
    .year {
        font-size: 100px;
    }
    .des-year {
        font-size: 14px;
        line-height: 25px;
    }
    .heading-2 {
        font-size: 75px;
    }
    .why-des {
        font-size: 15px;
    }
    .mainmenu>li>a {
        font-size: 13px;
    }
}

.glow-on-hover {
    width: 252px;
    height: 53px;
    outline: none;
    color: #000;
    background: #464646;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 50px;
    border: 2px solid #34317E;
    line-height: 25px;
    font-size: 16px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #2D2A6E, #605bbb, #f0f0f0, #2D2A6E, #2D2A6E, #9c98e4, #484674, #ffffff, #2D2A6E);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 50px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    left: 0;
    top: 0;
    border-radius: 50px;
}

.mainmenu> :last-child>a::before {
    height: 0px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

@media only screen and (max-width:1024px) {
    .ser-hd-con {
        font-size: 12px;
    }
    .review-content p {
        font-size: 16px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        height: 45px;
        width: 45px;
    }
    .mainmenu>li>a {
        font-size: 13px;
    }
    
    .glow-on-hover {
        width: 150px !important;
        font-size: 13px;
    }
    .proposal {
        padding: 0px 5px !important;
    }
    
}

@media only screen and (max-width:991px) {
    .ser-hd-con {
        font-size: 16px;
    }
    .heading-1 {
        font-size: 27px;
    }
    .website-name {
        font-size: 15px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        height: 40px;
        width: 40px;
    }
    .img-wid {
        width: 280px;
    }
    .year {
        font-size: 80px;
    }
    .heading-2 {
        font-size: 60px;
    }
    .why-des {
        font-size: 14px;
    }
    .glow-on-hover {
        width: 100%;
    }
    .proposal {
        padding: 0px 0px;
    }
    .sub-title {
        font-size: 12px !important;
    }
}

@media only screen and (max-width:575px) {}


/* container-responsive */

@media only screen and (max-width:1920px) {
    .container {
        max-width: 1780px !important;
    }
    .d-blo {
        display: none;
    }
}

@media (min-width:1600px) and (max-width:1920px) {
    .ball-1 {
        width: 112px !important;
    }
    .ball-2 {
        width: 98px !important;
    }
    .ball-3 {
        width: 113px !important;
    }
    .ball-4 {
        width: 98px !important;
    }
    .ball-5 {
        width: 114px !important;
        right: 25% !important;
    }
    .ball-6 {
        width: 129px !important;
        right: 5% !important;
    }
}

@media only screen and (max-width:1900px) {
    .container {
        max-width: 100% !important;
        padding: 0px 35px !important;
    }
    .proposal {
        padding: 0px 25px;
        margin: 0px !important;
    }
    .heading-2 {
        font-size: 70px;
        line-height: 61px;
    }
    .why-des {
        font-size: 14px;
        line-height: 28px;
    }
}

@media only screen and (max-width:1200px) {
    .container {
        max-width: 100% !important;
    }
    .glow-on-hover {
        width: 200px;
        font-size: 13px;
    }
    .axil-header .header-navbar .header-main-nav {
        margin: 0 0px;
    }
   
    .ball-1 {
        left: 2.8%;
    }
    .ball-3 {
        left: 34.8%;
    }
    .ball-5 {
        right: 24.5% !important;
    }
    .ball-6 {
        right: 4.9% !important;
    }
}

@media only screen and (max-width:1150px) {
    .tooltiptext {
        right: -25px;
    }
}


@media only screen and (max-width:991px) {
    .container {
        max-width: 880px !important;
    }
    .proposal {
        padding: 0px 25px;
        margin: 0px;
    }
}

@media only screen and (max-width:767px) {
    .container {
        max-width: 680px !important;
    }
}


/* container-responsive */

@media only screen and (min-width:1400px) {
  
    .proposal {
        padding: 0px 70px;
        margin: 0px;
    }
    .mainmenu>li {
        margin: 0 15px;
    }
}

@media only screen and (max-width:768px) {
    .heading-1 {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 30px;
    }
    .case-study-bg {
        padding: 80px 61px 80px 61px;
    }
    .website-name {
        font-size: 14px;
    }
    .year-div {
        width: 100%;
    }
    .why-choose {
        flex-direction: column;
    }
    .about-div {
        width: 100%;
    }
    .heading-2 {
        line-height: 54px;
    }
    .border-line {
        padding-top: 50px;
    }
    .why-choose {
        padding-top: 50px;
    }
    .common-des {
        width: 50%;
        padding-bottom: 35px;
    }
    .choose-elements {
        flex-wrap: wrap;
        padding: 63px 0px 63px 0px;
    }
    .w-20 {
        width: 33%;
    }
    .logo-head-right {
        width: 48%;
    }
    .logo-head-right h2 {
        font-size: 15px;
        line-height: 16px;
    }
    .content-place {
        font-size: 12px;
        line-height: 20px;
    }
    .second-title {
        font-size: 24px;
        line-height: 34px;
    }
    .review-content p {
        font-size: 13px;
        line-height: 22px;
    }
    .review-name-content span {
        font-size: 27px;
        height: 50px;
        width: 50px;
    }
    .name {
        font-size: 12px;
    }
    .position {
        font-size: 12px;
    }
    .blog-image-wrapper p {
        font-size: 16px;
        line-height: 23px;
    }
    .blog {
        padding: 50px 0px 50px 0px;
    }
    .get-start-first-div h3 {
        font-size: 26px;
    }
    .get-start-first-div p {
        line-height: 18px !important;
        font-size: 13px !important;
    }
    .get-start-first-div h3 {
        font-size: 25px !important;
    }
    .get-start-second-div {
        width: 100% !important;
    }
    .mail-section {
        padding: 15px 0px 15px 15px !important;
        height: 70px;
    }
    .get-start {
        /* padding-bottom: 35px; */
    }
    .fooetr-links {
        justify-content: space-between;
    }
    .footer-li-list {
        flex-wrap: wrap;
    }
    .ul-li-width {
        width: 100%;
    }
    .ul-li-width-secnd {
        width: 100%;
    }
    .copyright {
        display: flex;
        flex-direction: column-reverse;
        gap: -18px;
    }
    .copy-width {
        width: 100%;
        justify-content: center;
    }
    .social-width {
        width: 100%;
    }
    .social-width ul {
        justify-content: center;
        margin-top: 40px;
    }
}



.offcanvas-body .search-field {
    font-size: 25px;
    height: auto;
    border: none;
    border-bottom: 2px solid #d8d9e0;
    border-radius: 0;
    padding: 5px 0;
    width: 100%;
    font-family: 'Poppins';
    font-weight: 100;
    outline: none;
}

.offcanvas-body input[type="text"]:focus {
    outline: none;
}

.offcanvas-body .side-nav-search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    padding: 0;
}

.offcanvas-body .main-navigation li {
    margin: 30px 0;
}

.offcanvas-body .main-navigation li a {
    color: black;
    font-size: 25px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Poppins';
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem
}

.offcanvas-header .btn-close {
    padding: .5rem .5rem;
    margin-top: -.5rem;
    margin-right: -.5rem;
    margin-bottom: -.5rem
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    flex-grow: 1;
    padding: 50px 100px;
    overflow-y: auto;
    font-family: 'Poppins';
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 60vw;
    border-left: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(100%);
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(100%)
}

.offcanvas.show {
    transform: none
}

.offcanvas-header .btn-close {
    margin: 0;
    font-size: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.offcanvas-header .btn-close[type="button"]:focus {
    outline: none;
}

.axil-mainmenu.axil-sticky .header-action .sidemenu-btn .btn-wrap[type="button"]:focus {
    outline: none;
}

.offcanvas-body .contact-inner .address a {
    color: #525260;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

.offcanvas-body .contact-inner .social-share li {
    margin: 15px 6px;
}

.offcanvas-body .contact-inner .social-share li a {
    color: white;
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 53px;
    display: block;
    border-radius: 100%;
    background-color: #2D2A6E;
    text-align: center;
}

.offcanvas-body .contact-inner .social-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    margin: -15px -6px;
}

.offcanvas-body .contact-inner .title {
    font-size: 18px;
    line-height: 1;
    color: #27272e;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
}

.offcanvas-body .contact-inner .address {
    margin-bottom: 30px;
}

.offcanvas-body .side-nav-search-form {
    position: relative;
    margin-bottom: 70px;
}


/* @media only screen and (min-width:1201px)  and (max-width:1365px){
    .tooltiptext {
        right: 43%!important;
    }
} */

.offcanvas-end {
    right: 0;
    /* Position the offcanvas menu at the right side */
    transform: translateX(100%);
    /* Move the offcanvas menu out of the viewport initially */
}

.plus {
    width: auto !important;
}

.ratio img {
    object-fit: cover;
    transition: all .5s;
    transition: transform 0.3s ease-out;
}

.ratio:hover img {
    transform: translateY(-100%);
}

.overlay {
    color: #cfcfcf;
    display: none;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    width: 100%;
    margin: auto;
    text-align: center;
    font-family: 'Poppins';
}

.logo-wrap:hover .overlay {
    transform: translateY(-20%);
    display: block;
    transition: all .5s;
}

@media only screen and (min-width:1400px) {
    .overlay {
        color: #cfcfcf;
        display: none;
        overflow: hidden;
        text-align: center;
        font-size: 18px;
        line-height: 29px;
        width: 97%;
    }
    .mainmenu>li>a {
        font-size: 19px;
    }
    .tooltiptext {
        font-size: 11px;
    }
    .logo-head-right {
        width: 23%;
        line-height: 27px;
    }
    /* .footer-li-list{
       gap: 247px;
        } */
    .div-width1 {
        width: 30%;
        margin-right: 230px;
    }
    .div-width2 {
        width: 40%;
        margin-right: 230px;
    }
    .ul-li-width-secnd {
        width: 40%;
        padding-left: 200px;
    }
}

.additional-info {
    max-height: auto;
    overflow: hidden;
    display: none;
}

.service-box {
    overflow: hidden;
    position: relative;
}

.service-head.hide,
.additional-info.hide {
    transform: translateY(-100%);
}

.service-head,
.additional-info {
    transition: transform 0.5s ease;
    /* Add a transition for smooth animation */
}

.show-content {
    transform: translateY(0);
    /* Show the paragraph when the "show-content" class is added */
}

.screen {
    display: block;
    overflow: hidden;
    position: relative;
    border: 2px solid #b3b3b3;
    border-radius: 1px;
    margin: 0 auto;
}

.screen img {
    bottom: -1210px;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: top 11s;
    -moz-transition: top 11s;
    -ms-transition: top 11s;
    -o-transition: top 11s;
    transition: bottom 11s;
}

.screen:hover img {
    bottom: 0;
    -webkit-transition: all 11s;
    -moz-transition: all 11s;
    -ms-transition: all 11s;
    -o-transition: all 11s;
    transition: all 11s;
}


/*******************our service**********************************/

.card__container {
    opacity: 1;
    transform-origin: 50% 0;
    color: var(--black);
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100%;
    border-bottom-right-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
    padding: 2.5rem;
    transition: transform 0.8s, opacity 0.4s;
    overflow: hidden;
    transform: rotate(0) perspective(800px);
}

.columns.is--card-heading {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    margin-bottom: 2.5rem;
}

.columns {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
}

.columns__col {
    flex: 1;
}

.columns__col.is-2-old.mod--expertise {
    justify-content: flex-end;
    display: flex;
}

.columns__col {
    flex: 1;
}

.swiper-nav {
    grid-column-gap: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.swiper,
.swiper-wrapper {
    user-select: none;
}

.expertise__card {
    height: 320px;
    cursor: pointer;
    background-color: #F9F9F9;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
    display: flex;
    position: relative;
    transform: translate(0);
    border-radius: 30px;
}

.expertise__img-wrap {
    justify-content: center;
    align-items: flex-start;
    /* padding-top: 3.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem; */
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.expertise__img {
    width: 16.875rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.expertise__title-wrap {
    z-index: 1;
    width: 100%;
    letter-spacing: -1px;
    background-color: #F9F9F9;
    padding-right: 2.4rem;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
}

.expertise__text-anim {
    z-index: 1;
    width: 100%;
    max-height: 0%;
    background-color: #f5f5f7;
    flex: 1;
    transition: all .4s;
    position: relative;
    overflow: hidden;
    transform: translate(0);
}

.expertise__text-wrap {
    color: rgba(2, 2, 30, .7);
    padding-top: 1.5rem;
}

.w-richtext:before,
.w-richtext:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

.w-richtext> :not(div):first-child,
.w-richtext>div:first-child> :first-child {
    margin-top: 0 !important;
}

.w-richtext> :last-child,
.w-richtext>div:last-child> :last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
    margin-bottom: 0 !important;
}

.w-richtext:after {
    clear: both;
}

.w-richtext:before,
.w-richtext:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

.expertise__text-wrap {
    color: rgba(2, 2, 30, .7);
    padding-top: 1.5rem;
}

.expertise__text-anim {
    z-index: 1;
    width: 100%;
    max-height: 0%;
    background-color: #F9F9F9;
    flex: 1;
    transition: all .4s;
    position: relative;
    overflow: hidden;
    transform: translate(0);
}

.expertise__icon-wrap {
    z-index: 2;
    width: 2rem;
    height: 2rem;
    border: 0.0625rem solid rgba(2, 2, 30, .3);
    border-radius: 50%;
    flex: none;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 2.5rem;
    left: auto;
    right: 2.5rem;
    overflow: hidden;
    transform: translate(0);
}

.icon-regular.is-plus {
    display: block;
}

.icon-regular {
    z-index: 2;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 0;
    position: relative;
}

.w-embed:before,
.w-embed:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

.icon-regular.is-plus {
    display: block;
}

.icon-regular {
    z-index: 2;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 0;
    position: relative;
}

svg:not(:root) {
    overflow: hidden;
}

.w-embed:after {
    clear: both;
}

.w-embed:before,
.w-embed:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

.icon-regular.is-plus.done,
.icon-regular.is-minus {
    display: none;
}

.icon-regular {
    z-index: 2;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 0;
    position: relative;
}

.expertise__icon-wrap:hover :active {
    color: white;
}

.expertise__icon-wrap:hover {
    color: white;
}

.ser-img {
    width: auto !important;
    height: auto !important;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.expertise__text-wrap {
    color: black;
    padding-top: 1.5rem;
    font-family: 'Poppins';
    font-weight: 100;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}

.custom-scrollbar {
    display: none !important;
}


/* ********************************home_banner_section******************************** */

.banner-padding {
    padding: 156px 0px 70px 0px;
    position: relative;
}

.banner-padding-client {
    padding: 70px 0px 40px 0px;
    position: relative;
}

.main-div {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.first-head {
    position: relative;
    display: flex;
    font-family: Poppins;
    font-size: 26px;
    font-weight: 500;
    color: #2D2A6E;
    justify-content: center;
    margin-bottom: 0px !important;
}

.second-head {
    position: relative;
    display: flex;
    font-family: Poppins-Bold;
    font-size: 100px;
    font-weight: 700;
    color: #2D2A6E;
    justify-content: center;
    letter-spacing: -4px;
}

.third-head {
    position: relative;
    display: flex;
    font-family: Poppins-Regular;
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    justify-content: center;
    margin-bottom: 40px;
}

.btn-touch {
    display: flex;
    width: fit-content;
    border: 2px solid #2D2A6E;
    padding: 15px 56px 15px 56px;
    border-radius: 50px;
    justify-content: center;
    margin: auto;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 35px;
}

.center-btn {
    margin: auto;
    text-align: center;
    padding-top: 60px;
    display: flex;
    justify-content: center;
}

.scroll-section {
    position: relative;
    display: flex;
    flex-direction: column;
}

.anim-size {
    width: auto;
    animation: animationEffect 40s linear 0s infinite alternate;
    overflow: hidden;
    height: 350px !important;
    margin-top: 50px;
    opacity: 30%;
}

@keyframes animationEffect {
    0% {
        transform: translateX(-175vw);
    }
    100% {
        transform: translateX(10vw);
    }
}

.anim-size2 {
    width: auto !important;
    animation: animationEffect2 18s linear 0s infinite alternate;
    overflow: hidden;
    height: 150px !important;
}

@keyframes animationEffect2 {
    0% {
        transform: translateX(65vw);
    }
    100% {
        transform: translateX(-33vw);
    }
}


/* ********************balls*********************** */

.box {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #bde3fd;
    position: absolute;
    top: 70%;
    left: 0;
    animation: moveLeftToRight 60s linear infinite;
}

.box2 {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccdfec;
    position: absolute;
    top: 50%;
    left: 90%;
    animation: moveLeftToRight2 60s linear infinite;
}

@keyframes moveLeftToRight {
    0% {
        left: 0;
    }
    10% {
        top: 5%;
    }
    30% {
        top: 70%;
    }
    50% {
        left: 90%;
    }
    70% {
        top: 25%;
    }
    100% {
        right: -0;
    }
}

@keyframes moveLeftToRight2 {
    0% {
        right: 0;
    }
    10% {
        top: 5%;
    }
    30% {
        top: 60%;
    }
    50% {
        right: 90%;
    }
    70% {
        top: 10%;
    }
    100% {
        left: 0;
    }
}


/* balls with texts */

.ball-1 {
    position: absolute;
    width: 102px;
    height: 25px;
    border-radius: 50px;
    background-color: #FFDC60;
    top: 58%;
    left: 3%;
}

.ball-1::before {
    content: '';
    position: relative;
    display: block;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    margin-left: -52%;
    margin-top: -52%;
    border-radius: 45px;
    /* background-color: #ffd438; */
    /* animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; */
}

.ball-1::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFDC60;
    border-radius: 15px;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }
    80%,
    100% {
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.5);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(0.5);
    }
}

.text-1 {
    position: absolute;
    color: #000000;
    top: 58.5%;
    left: 3.5%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.ball-2 {
    position: absolute;
    width: 87px;
    height: 25px;
    border-radius: 50px;
    background-color: #D9EDFF;
    top: 39%;
    left: 17%;
}

.ball-2::before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    /* background-color: #D9EDFF;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; */
}

.ball-2::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #D9EDFF;
    border-radius: 15px;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

.text-2 {
    position: absolute;
    color: #2D2A6E;
    top: 39.5%;
    left: 17.5%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.ball-3 {
    position: absolute;
    width: 102px;
    height: 25px;
    border-radius: 50px;
    background-color: #FFDC60;
    top: 30%;
    left: 35%;
}

.ball-3::before {
    content: '';
    position: relative;
    display: block;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    margin-left: -52%;
    margin-top: -52%;
    border-radius: 45px;
    /* background-color: #ffd438;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; */
}

.ball-3::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFDC60;
    border-radius: 15px;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

.text-3 {
    position: absolute;
    color: #000000;
    top: 30.5%;
    left: 35.5%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.ball-4 {
    position: absolute;
    width: 87px;
    height: 25px;
    border-radius: 50px;
    background-color: #D9EDFF;
    top: 58%;
    left: 50%;
}

.ball-4::before {
    content: '';
    position: relative;
    display: block;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    margin-left: -52%;
    margin-top: -52%;
    border-radius: 45px;
    /* background-color: #D9EDFF;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; */
}

.ball-4::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #D9EDFF;
    border-radius: 15px;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

.text-4 {
    position: absolute;
    color: #2D2A6E;
    top: 58.5%;
    left: 50.5%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.ball-5 {
    position: absolute;
    width: 102px;
    height: 25px;
    border-radius: 50px;
    background-color: #FFDC60;
    top: 38%;
    right: 30%;
}

.ball-5::before {
    content: '';
    position: relative;
    display: block;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    margin-left: -52%;
    margin-top: -52%;
    border-radius: 45px;
    /* background-color: #ffd438;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; */
}

.ball-5::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFDC60;
    border-radius: 15px;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

.text-5 {
    position: absolute;
    color: #000000;
    top: 38.5%;
    right: 25.5%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.ball-6 {
    position: absolute;
    width: 115px;
    height: 25px;
    border-radius: 50px;
    background-color: #D9EDFF;
    top: 53%;
    right: 10.5%;
}

.ball-6::before {
    content: '';
    position: relative;
    display: block;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    margin-left: -52%;
    margin-top: -52%;
    border-radius: 45px;
    /* background-color: #D9EDFF;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; */
}

.ball-6::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #D9EDFF;
    border-radius: 15px;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

.text-6 {
    position: absolute;
    color: #2D2A6E;
    top: 53.5%;
    right: 5.5%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.big-ball {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #FFDC60;
    right: 14%;
    top: -26%;
}

.big-ball_2 {
    position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 50px;
    background-color: #D9EDFF;
    right: 4%;
    top: -16%;
}

.small-ball {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    background-color: #D9EDFF;
    left: 9%;
    top: -28%;
}

.small-ball2 {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    background-color: #D9EDFF;
    right: 38%;
    top: -2%;
}

.btn-head {
    width: 252px;
    height: 53px;
    background: white;
    color: #000;
    border-radius: 50px;
    border: 1px solid #34317E;
    outline: none;
    cursor: pointer;
    position: relative;
    box-shadow: rgba(202, 202, 202, 0.2) 0px 7px 29px 0px;
    overflow: hidden;
    font-weight: 500;
}


/* .btn-head span {
    font-size: 14px;
    letter-spacing: 1px;
    transition: top 0.5s;
} */

.btn-text-one {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.btn-text-two {
    position: absolute;
    width: 100%;
    top: 150%;
    left: 0;
    transform: translateY(-50%);
}

.btn-head:hover .btn-text-one {
    top: -100%;
}

.btn-head:hover .btn-text-two {
    top: 50%;
}


/* home_banner-button*********** */

.yellow-balls {
    width: 22px;
    height: 22px;
    border-radius: 50px;
    background-color: #FFDC60;
    position: absolute;
    right: 173px;
    bottom: 786px;
}

.lines-height {
    height: 5px;
}

.blog-wrapper-imgs {
    overflow: hidden;
    border-radius: 10px;
}

.blg-img {
    /* transition: transform .3s ease-in-out; */
    border-radius: 10px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.blg-img:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    border-radius: 10px;
}


/* .get_touch_btn {
    width: fit-content;
    height: auto;
    margin: auto;
    padding: 13px 50px 13px 50px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    color: #2D2A6E;
    border: 2px solid #34317E;
    border-radius: 50px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.get_touch_btn a{
    color: #2D2A6E;
    text-decoration: none!important;
    

} */

.whtsapp-icon {
    position: fixed;
    right: 18px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    z-index: 9999999;
}

.p-l-r {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.shapegroup {
    position: absolute;
    z-index: 1;
}

.shape-group-21 .shape.shape-1 {
    top: -529px;
    left: -182px;
}

.shape-group-21 .shape {
    position: absolute;
    z-index: -1;
}

.bg-rew {
    background-color: #1C1943;
}

.expertise__icon-wrap:hover :active {
    color: white;
}

.expertise__icon-wrap.active,
.expertise__icon-wrap.done {
    color: white;
    border: none;
}

@media only screen and (max-width:1500px) {
    .ser-hd-con {
        font-size: 17px;
    }
    .expertise__icon-wrap {
        bottom: 2.1rem;
    }
    .d-blo {
        display: none;
    }
    .get-start-first-div h3 {
        font-size: 50px;
    }
    .case-study-bg {
        padding: 95px 50px 95px 50px;
    }
}

@media only screen and (max-width:1900px) {
    .ball-5 {
        width: 107px;
        right: 25%;
    }
    .ball-6 {
        width: 124px;
        top: 53%;
        right: 5%;
    }
}

@media only screen and (max-width:1366px) {
    .second-head {
        font-size: 75px;
    }
    .first-head {
        font-size: 22px;
    }
    .third-head {
        font-size: 22px;
    }
    .banner-padding {
        padding: 110px 0px 30px 0px;
    }
    .ball-5 {
        right: 25.5%;
    }
    .ball-6 {
        right: 5.5%;
    }
    .text-1 {
        font-size: 13px;
    }
    .text-2 {
        font-size: 13px;
    }
    .text-3 {
        font-size: 13px;
    }
    .text-4 {
        font-size: 13px;
    }
    .text-5 {
        font-size: 13px;
        right: 26%;
    }
    .text-6 {
        font-size: 13px;
        right: 6.1%;
    }
    .anim-size {
        height: 300px !important;
        margin-top: 35px;
    }
    @keyframes animationEffect {
        0% {
            transform: translateX(15vw);
        }
        100% {
            transform: translateX(-241vw);
        }
    }
    .shadow-high {
        height: 115px;
    }
    .heading-1 {
        font-size: 32px;
    }
    .case-study-bg {
        padding: 85px 50px 85px 50px;
    }
    .year-div {
        width: 40%;
    }
    .img-wid {
        width: 374px;
    }
    .about-div {
        width: 55%;
    }
    .ser-hd-con {
        font-size: 18px;
        margin: 0;
    }
    .expertise__icon-wrap {
        bottom: 1.9rem;
        right: 1.5rem;
    }
    .d-blo {
        display: none;
    }
    .shape-group-21 .shape.shape-1 {
        top: -607px;
        left: -225px;
    }
    .ball-6 {
        top: 53%;
    }
}

@media only screen and (max-width:1200px) {
    .ser-hd-con {
        font-size: 15px;
    }
    .expertise__icon-wrap {
        width: 1.7rem;
        height: 1.7rem;
    }
    .img-wid {
        width: 291px;
        padding-top: 50px;
    }
    .heading-2 {
        font-size: 65px;
        line-height: 61px;
        padding-bottom: 10px;
    }
    .why-des {
        font-size: 13px;
        line-height: 25px;
        padding-bottom: 40px;
    }
    .trendy:first-child {
        margin-top: 25px;
    }
    .why-choose {
        padding-bottom: 70px;
    }
    .center-btn {
        padding-top: 15px;
    }
    .review {
        padding: 45px 0px 184px 0px;
    }
    .second-title {
        font-size: 35px;
    }
    .review-content p {
        font-size: 15px;
    }
    .blog-image-wrapper p {
        font-size: 17px;
    }
    .bold-title {
        font-size: 20px;
    }
    .position {
        font-size: 12px;
    }
    .review-name-content span {
        height: 50px;
        width: 50px;
    }
    .review-name-content span {
        font-size: 30px;
    }
    .d-blo {
        display: none;
    }
    .mainmenu>li>a {
        font-size: 12px !important;
    }
    .anim-size2 {
        height: 110px !important;
    }
    .ball-1 {
        top: 66%;
    }
    .text-1 {
        top: 66.5%;
    }
    .text-6 {
        right: 5.5%;
    }
    .text-5 {
        right: 25%;
    }
}

@media only screen and (max-width:1024px) {
    .position {
        font-size: 11px;
    }
    .review {
        padding: 45px 0px 60px 0px;
    }
    .d-blo {
        display: none;
    }
    .mainmenu>li>a {
        font-size: 11px !important;
    }
    .ball-1 {
        top: 66%;
    }
    .text-1 {
        top: 66.5%;
    }
    .text-6 {
        right: 5%;
    }
    .small-ball2 {
        right: 32%;
        top: 2%;
    }
    .mainmenu>li>a {
        font-size: 12px !important;
    }
    .service-text-two {
        font-size: 18px !important;
    }
    .ball-1 {
        left: 2.7%;
    }
    .ball-3 {
        left: 34.7%;
    }
    .ball-6 {
        right: 4.2% !important;
    }
}

@media only screen and (max-width:991px) {
    .why-choose {
        display: flex;
        flex-direction: column;
        padding-top: 60px;
        gap: 40px;
    }
    .year-div {
        width: 100%;
    }
    .about-div {
        width: 100%;
    }
    .yellow-balls {
        width: 18px;
        height: 18px;
        right: 53px;
        bottom: 589px;
    }
    .d-no {
        display: none;
    }
    .d-blo {
        display: block;
    }
    .heading-2 {
        letter-spacing: 0px;
    }
    .res-center {
        text-align: center;
    }
    .des-year {
        font-size: 13px;
        line-height: 19px;
    }
    .yearplus {
        font-size: 65px;
        left: 0;
        margin-left: -17px;
    }
    .choose-elements {
        justify-content: space-between;
    }
    .bold-title {
        font-size: 18px;
    }
    .sub-title {
        font-size: 11px !important;
    }
    .logo-head-right h2 {
        font-size: 14px;
    }
    .client-heading {
        font-size: 55px;
    }
    .blog-head {
        font-size: 55px;
    }
    .our-works-head {
        font-size: 55px;
    }
    .second-head {
        font-size: 50px;
    }
    .first-head {
        font-size: 18px;
    }
    .third-head {
        font-size: 18px;
    }
    .col5_col4lg_col3sm {
        gap: 40px 40px;
    }
    .paddingtb {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .second-title {
        font-size: 30px;
    }
    .first-title {
        padding-bottom: 15px;
    }
    .second-title {
        padding-bottom: 45px;
    }
    .customer-review {
        padding-top: 50px;
    }
    .content-place {
        font-size: 12px;
        line-height: 19px;
    }
    .image-wrapper h2 {
        font-size: 16px;
    }
    .img-wid {
        margin-right: 0px;
    }
    .milest-single--top {
        margin-right: 0px;
    }
    .mainmenu>li>a {
        font-size: 13px !important;
    }
    .service-text-two {
        font-size: 16px !important;
    }
    .ball-4 {
        left: 49.8%;
    }
}

@media only screen and (max-width:991px) {
    .get-start {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /* padding-bottom: 49px; */
        gap: 15px;
    }
    .banner-padding {
        padding: 110px 0px 0px 0px;
    }
    .fooetr-links ul li {
        font-size: 12px;
    }
    .contact-list {
        font-size: 12px;
    }
}

@media only screen and (max-width:820px) {
    .text-6 {
        right: 3%;
    }
    .text-5 {
        right: 23%;
    }
    .service-text-two {
        font-size: 12px !important;
    }
}

@media only screen and (max-width:850px) {
    .text-5 {
        right: 26%;
    }
    .text-6 {
        right: 6%;
    }
}

@media only screen and (max-width:767px) {
    .second-head {
        font-size: 45px;
    }
    .first-head {
        font-size: 15px;
    }
    .third-head {
        font-size: 13px;
    }
    .heading-1 {
        font-size: 17px;
        letter-spacing: -1px;
        line-height: 28px;
    }
    .why-choose {
        padding-bottom: 10px;
    }
    .choose-elements {
        padding: 63px 0px 10px 0px;
    }
    .content-place {
        font-size: 12px;
    }
    .mail-section {
        font-size: 10px;
    }
    .ser-hd-con {
        font-size: 15px;
    }
    .paddingtb {
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .review-name-content {
        display: flex;
        flex-direction: column;
    }
    .review-name-content {
        display: flex;
        gap: 12px;
        align-items: baseline;
    }
    .anim-size {
        height: 280px !important;
        margin-top: 35px;
    }
    .text-1 {
        font-size: 11px;
        top: 67.5%;
    }
    .text-2 {
        font-size: 11px;
        top: 40.5%;
    }
    .text-3 {
        font-size: 11px;
        top: 31.5%;
    }
    .text-4 {
        font-size: 11px;
        top: 59.5%;
    }
    .text-5 {
        font-size: 11px;
        top: 39.5%;
    }
    .text-6 {
        font-size: 11px;
        top: 54.5%;
    }
    .shape-group-21 .shape.shape-1 {
        top: -572px;
        left: -330px;
    }
    .yellow-balls {
        bottom: 740px;
    }
    .ball-1 {
        width: 87px;
    }
    .ball-2 {
        width: 72px;
    }
    .ball-3 {
        width: 86px;
    }
    .ball-4 {
        width: 73px;
    }
    .ball-5 {
        width: 91px;
        right: 22% !important;
    }
    .ball-6 {
        width: 100px;
        right: 2.1% !important;
    }
    .text-5 {
        right: 23%;
    }
    .text-6 {
        right: 3%;
    }
}

.spaces {
    margin-top: auto !important;
}

@media only screen and (max-width:645px) {
    .extra-spc {
        margin-top: 0 !important;
    }
}

@media only screen and (min-width:575px) {
    .head-non {
        display: flex;
    }
    .head-blo {
        display: none;
    }
}

@media only screen and (max-width:575px) {
    .second-head {
        font-size: 28px;
    }
    .third-head {
        font-size: 10px;
    }
    .first-head {
        font-size: 15px;
    }
    .banner-padding {
        padding: 50px 0px 0px 0px;
    }
    .big-ball_2 {
        width: 30px;
        height: 30px;
        top: -16%;
    }
    .small-ball {
        position: absolute;
        width: 14px;
        height: 14px;
        border-radius: 50px;
        background-color: #D9EDFF;
        left: 9%;
        top: 0%;
    }
    .first-head {
        justify-content: left;
        padding-bottom: 10px;
    }
    .second-head {
        font-size: 52px;
        justify-content: left;
        line-height: 52px;
        padding-bottom: 10px;
        width: 75%;
        letter-spacing: -3px;
    }
    .banner-text-div {
        padding-left: 25px;
    }
    .third-head {
        font-size: 19px;
        justify-content: left;
    }
    .head-non {
        display: none;
    }
    .head-blo {
        display: block;
    }
    .anim-size {
        height: 175px !important;
        margin-top: 20px;
    }
    .text-1 {
        font-size: 10px;
        top: 80%;
        left: 7.5%;
    }
    .ball-1 {
        top: 79%;
        left: 6%;
        width: 83px;
        height: 20px;
    }
    .text-2 {
        font-size: 10px;
        top: 39.5%;
        left: 18.5%;
    }
    .ball-2 {
        width: 73px;
        height: 20px;
    }
    .text-3 {
        font-size: 10px;
        top: 61.5%;
    }
    .ball-3 {
        width: 82px;
        height: 20px;
        left: 34%;
        top: 60%;
    }
    .text-4 {
        font-size: 10px;
        top: 83.5%;
    }
    .ball-4 {
        width: 72px;
        height: 20px;
        top: 82%;
        left: 49%;
    }
    .text-5 {
        font-size: 10px;
        top: 39.5%;
        right: 21%;
    }
    .ball-5 {
        width: 81px;
        height: 20px;
        top: 38%;
        right: 19% !important;
    }
    .text-5 {
        font-size: 10px;
        top: 39.5%;
        right: 20%;
    }
    .text-6 {
        right: 4%;
        font-size: 10px;
        top: 70.5%;
    }
    .ball-6 {
        width: 91px;
        height: 20px;
        top: 70%;
        right: 2.6% !important;
    }
    .small-ball2 {
        display: none;
    }
    .big-ball_2 {
        width: 30px;
        height: 30px;
        right: 0%;
    }
    .big-ball {
        width: 15px;
        height: 15px;
        right: 2%;
        top: -99%;
    }
    .social-width ul {
        justify-content: center;
        margin-top: 0px;
    }
}

@media only screen and (max-width:435px) {
    .first-head {
        justify-content: left;
        padding-bottom: 10px;
    }
    .second-head {
        font-size: 43px;
        justify-content: left;
        line-height: 43px;
        padding-bottom: 10px;
    }
    .banner-text-div {
        padding-left: 25px;
    }
    .third-head {
        font-size: 17px;
        justify-content: left;
    }
    .head-non {
        display: none;
    }
    .head-blo {
        display: block;
    }
}

@media only screen and (max-width:480px) {
    .text-1 {
        font-size: 10px;
        top: 81%;
        left: 7.5%;
    }
    .ball-1 {
        top: 80%;
        left: 6%;
        width: 80px;
        height: 20px;
    }
    .text-2 {
        font-size: 10px;
        top: 40.5%;
        left: 18.5%;
    }
    .ball-2 {
        width: 73px;
        height: 20px;
    }
    .text-3 {
        font-size: 10px;
        top: 68.5%;
    }
    .ball-3 {
        width: 82px;
        height: 20px;
        left: 34%;
        top: 67%;
    }
    .text-4 {
        font-size: 10px;
        top: 45.5%;
    }
    .ball-4 {
        width: 72px;
        height: 20px;
        top: 44%;
        left: 49%;
    }
    /* .text-5 {
        font-size: 10px;
        top: 62.5%;
        right: 21%;
    } */
    .ball-5 {
        width: 80px;
        height: 20px;
        top: 61%;
        right: 16% !important;
    }
    .text-5 {
        font-size: 10px;
        top: 62.5%;
        right: 17%;
    }
    .text-6 {
        right: 2%;
        font-size: 10px;
        top: 82.5%;
    }
    .ball-6 {
        width: 93px;
        height: 20px;
        top: 81%;
        right: 0.6% !important;
    }
    .small-ball2 {
        display: none;
    }
    .big-ball_2 {
        width: 30px;
        height: 30px;
        right: 0%;
    }
    .big-ball {
        width: 15px;
        height: 15px;
        right: 2%;
        top: -99%;
    }
}

.banner-text-div {
    width: 100%;
}

.service-main-bg {
    background-color: #171537;
}

.service-main-section {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
}

.service-text-one {
    width: 80%;
    margin: auto;
    position: relative;
    display: flex;
    font-family: Poppins-Bold;
    font-size: 75px;
    color: #2D2A6E;
    text-align: center;
    line-height: 90px;
    text-transform: capitalize;
}

.client-text-one {
    width: 80%;
    margin: auto;
    position: relative;
    display: flex;
    font-family: Poppins-Bold;
    font-size: 95px;
    font-weight: 700;
    color: #2D2A6E;
    letter-spacing: -4px;
    text-align: center;
    justify-content: center;
}

.service-text-two {
    font-size: 30px;
    font-family: Poppins-Regular;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 100px;
}

.service-text-two-clent {
    font-size: 30px;
    font-family: Poppins-Regular;
    text-align: center;
    margin-top: 30px;
}

.service-first-sec {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.service-second-sec {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.service-third-sec {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.service-four-sec {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.service-fifth-sec {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.service-six-sec {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.service-head-area {
    width: 100%;
    position: relative;
    display: flex;
    font-family: Poppins-light;
    font-size: 60px;
    line-height: 63px;
    color: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 90px;
    letter-spacing: -4px;
}

.service-head-area2 {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: right;
    font-family: Poppins-light;
    font-size: 60px;
    line-height: 63px;
    color: #FFFFFF;
    padding-top: 90px;
    padding-bottom: 90px;
    letter-spacing: -4px;
}

.service-image-area {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.service-image-area2 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ser-contents {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: white;
}

.ser-contents2 {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: white;
    text-align: right;
}

.service-img-block {
    width: 23%;
    position: relative;
    display: flex;
    margin-bottom: auto;
}

.service-img-block2 {
    width: 23%;
    position: relative;
    display: flex;
    justify-content: end;
    margin-bottom: auto;
}

.ser-icon-img {
    width: 360px;
    height: auto;
}

.service-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
    color: white;
    line-height: 33px;
}

.service-links2 {
    justify-content: right;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
    color: white;
    line-height: 33px;
}

.text-block {
    width: 70%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.links-content {
    width: 65%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.logo-number {
    width: 25%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.logo-number2 {
    width: 25%;
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.number_anim {
    display: flex;
    position: relative;
    font-size: 330px;
    -webkit-text-stroke: 3px #134A94;
    color: #171537;
    font-family: Poppins;
    line-height: 270px;
}

.ball-section {
    position: relative;
}

.service-big-ball {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #FFDC60;
    right: 7%;
    top: 44%;
}

.service-big-balls {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #FFDC60;
    right: 7%;
    top: 23%;
}

.service-big-ball_2 {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    background-color: #D9EDFF;
    right: 4%;
    top: 98%;
}

.service-big-ball_3 {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    background-color: #D9EDFF;
    right: 4%;
    top: 30%;
}

.service-small-ball {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    background-color: #D9EDFF;
    left: 5%;
    top: 43%;
}

.ser-link-pro {
    color: white !important;
    text-decoration: none !important;
    margin-right: 5px;
}

.ser-link-pro {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.ser-link-pro:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffffff !important;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.ser-link-pro:hover:after {
    transform: scaleX(1);
    text-decoration: none !important;
    color: white;
    transform-origin: bottom left;
}

.btn-service2 {
    display: flex;
    flex-direction: row;
    justify-content: right;
}

@media only screen and (max-width:1800px) {
    .service-text-one {
        width: 85%;
        font-size: 68px;
        line-height: 90px;
    }
    .service-text-two {
        font-size: 25px;
        margin-top: 10px;
    }
    .service-head-area {
        font-size: 50px;
        line-height: 53px;
        letter-spacing: -2px;
    }
    .service-head-area2 {
        font-size: 50px;
        line-height: 53px;
        letter-spacing: -2px;
    }
    .service-img-block {
        width: 25%;
    }
    .text-block {
        width: 72%;
    }
    .number_anim {
        font-size: 175px;
        line-height: 138px;
    }
    .links-content {
        width: 70%;
        gap: 25px;
    }
    .logo-number {
        width: 25%;
    }
    .service-links {
        font-size: 15px;
        line-height: 30px;
    }
    .service-links2 {
        font-size: 15px;
        line-height: 30px;
    }
    .ser-icon-img {
        width: 280px;
        height: auto;
    }
    .mainmenu>li>a {
        font-size: 13px !important;
    }
}

@media only screen and (max-width:1366px) {
    .service-text-one {
        width: 80%;
        font-size: 68px;
        line-height: 90px;
    }
    .service-text-two {
        font-size: 25px;
        margin-top: 10px;
    }
    .service-head-area {
        font-size: 50px;
        line-height: 53px;
        letter-spacing: -2px;
    }
    .service-head-area2 {
        font-size: 50px;
        line-height: 53px;
        letter-spacing: -2px;
    }
    .service-img-block {
        width: 25%;
    }
    .text-block {
        width: 72%;
    }
    .number_anim {
        font-size: 175px;
        line-height: 138px;
    }
    .links-content {
        width: 70%;
        gap: 25px;
    }
    .logo-number {
        width: 25%;
    }
    .service-links {
        font-size: 15px;
        line-height: 30px;
    }
    .service-links2 {
        font-size: 15px;
        line-height: 30px;
    }
    .ser-icon-img {
        width: 280px;
        height: auto;
    }
}

@media only screen and (max-width:1200px) {
    .logo-number {
        display: none;
    }
    .logo-number2 {
        display: none;
    }
    .service-img-block {
        width: 25%;
    }
    .links-content {
        width: 100%;
        gap: 25px;
    }
    .ser-icon-img {
        width: 220px;
        height: auto;
    }
    .text-block {
        width: 75%;
    }
    .service-head-area {
        font-size: 40px;
        padding-bottom: 60px
    }
    .service-head-area2 {
        font-size: 40px;
    }
    .service-head-area2 {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:1200px) {
    .text-block {
        width: 70%;
    }
    .links-content {
        gap: 15px;
    }
    .ser-icon-img {
        width: 240px;
        height: auto;
    }
    .service-text-one {
        font-size: 58px;
        line-height: 70px;
    }
}

@media only screen and (max-width:1024px) {
    .ser-icon-img {
        width: 180px;
        height: auto;
    }
    .service-links {
        font-size: 14px;
        line-height: 26px;
    }
    .service-links2 {
        font-size: 14px;
        line-height: 26px;
    }
    .text-block {
        width: 72%;
    }
    .service-head-area2 {
        padding-top: 50px;
    }
    .service-head-area {
        padding-top: 50px;
    }
    .mainmenu>li>a {
        font-size: 12px !important;
    }
}

@media only screen and (max-width:991px) {
    .service-text-one {
        font-size: 46px;
        line-height: 60px;
    }
    .ser-contents {
        font-size: 13px;
    }
    .service-text-two {
        font-size: 20px;
    }
    .service-head-area {
        font-size: 33px;
        line-height: 39px;
        padding-bottom: 40px;
    }
    .service-head-area2 {
        font-size: 33px;
        line-height: 39px;
        padding-bottom: 40px;
    }
    .service-main-section {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:850px) {
    .ser-icon-img {
        width: 165px;
    }
}

@media only screen and (max-width:850px) {
    .service-image-area {
        flex-direction: column;
    }
    .service-image-area2 {
        flex-direction: column-reverse;
    }
    .text-block {
        width: 100%;
    }
    .links-content {
        gap: 25px;
    }
    .text-block {
        margin-top: 40px;
    }
    .service-img-block2 {
        width: 100%;
    }
}

@media only screen and (max-width:790px) {
    .service-text-one {
        font-size: 33px;
        line-height: 42px;
    }
    .service-text-two {
        font-size: 15px;
    }
}

button.learn-more .button-text3 {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.60rem 0;
    margin: 0 0 0 2.9rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 2.0;
    text-align: center;
    text-transform: capitalize;
}

@media only screen and (max-width:575px) {
    .service-text-one {
        width: 100%;
        font-size: 30px;
        line-height: 33px;
        letter-spacing: -1px;
        text-align: left;
    }
    .service-text-two {
        font-size: 13px;
        text-align: left;
    }
    .service-big-ball_2 {
        width: 35px;
        height: 35px;
        right: 2%;
        top: 95%;
    }
    .service-big-ball {
        width: 15px;
        height: 15px;
        right: 3%;
        top: 44%;
    }
    .service-big-ball {
        width: 15px;
        height: 15px;
        right: 3%;
        top: 23%;
    }
    .service-small-ball {
        width: 15px;
        height: 15px;
        left: 2%;
        top: 74%;
    }
    .box {
        width: 15px;
        height: 15px;
    }
    .box2 {
        width: 15px;
        height: 15px;
    }
    .service-head-area {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: -1px;
    }
    .service-head-area2 {
        font-size: 30px;
        line-height: 35px;
        justify-content: left;
    }
    .service-links {
        font-size: 15px;
    }
    .service-img-block2 {
        justify-content: start;
    }
    .ser-icon-img {
        width: 77px;
    }
    .ser-contents2 {
        text-align: left;
    }
    .service-links2 {
        justify-content: left;
    }
    .service-links2 {
        font-size: 15px;
    }
    .btn-service2 {
        justify-content: left;
    }
    .ser-contents {
        font-size: 14px;
    }
    .ser-contents2 {
        font-size: 14px;
    }
    .icon.arrow {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        left: 0.15rem;
        width: 1.125rem;
        height: 0.124rem;
        background: none;
    }
    button.learn-more .circle {
        width: 2.3rem;
        height: 2.3rem;
    }
    button.learn-more .circle .icon.arrow {
        left: 0.35rem;
    }
    button.learn-more .button-text3 {
        top: -5px;
        left: -46px;
    }
    button.learn-more {
        font-size: 12px;
    }
    .ser-link-pro {}
}

@media only screen and (max-width:400px) {
    .service-links {
        font-size: 17px;
        line-height: 30px;
    }
    .service-links2 {
        font-size: 17px;
        line-height: 30px;
    }
}

@media only screen and (max-width:423px) {
    .icon_small-img {
        margin-right: 10px;
    }
    .slash {
        display: none;
    }
}

@media only screen and (min-width:423px) {
    .icon_small-img {
        margin-right: 10px;
        display: none;
    }
}

.shades {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    color: #171537;
    background: linear-gradient(108deg, #171537 10%, #3e689e5e 20%, #171537 30%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #171537;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2.5s linear infinite;
    display: inline-block;
}

.shades:first-child {
    color: #171537;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.shades:last-child {
    color: #171537;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}


/* .banner-shade {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    color: #2D2A6E;
    background: linear-gradient(236deg, #2D2A6E 10%, #263a5673 20%, #2D2A6E 30%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #2D2A6E;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 7s linear infinite;
    display: flex;
}
.banner-shade:first-child{
    color: #171537;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}
.banner-shade:last-child {
    color: #171537;
   transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
} */

.banner-shade {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    color: #2D2A6E;
    background: linear-gradient(to right, #2D2A6E 5%, #2D2593 10%, #2D2A6E 15%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #2D2A6E;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 12s linear infinite;
    display: flex;
}

.banner-shade:first-child {
    color: #2D2A6E;
    padding: 0 5px;
    border-radius: 4px;
    font-weight: 600;
    line-height: 100px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.banner-shade:last-child {
    line-height: 24px;
    font-weight: 600;
    color: #2D2A6E;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

@media only screen and (min-width:1400px) and (max-width:1618px) {
    .proposal {
        padding: 0px 32px !important;
    }
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #2d2a6e;
    background: #2d2a6e;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 999999;
    opacity: 0.5;
}
#return-to-top:hover{opacity: 1;}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 19px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.menu-item-has-children:hover .axil-submenu {
    display: block;
}

@media only screen and (max-width: 991px) {
    .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a {
        padding: 7px 10px;
    }
    .axil-submenu {
        max-height: 0;
        overflow: hidden;
        display: none;
    }
    .menu-item-has-children:hover .axil-submenu {
        display: block;
        max-height: 250px;
    }
}


/* *********************************works css********************************* */

.small-head-clr {
    color: white !important;
}

.small-content-clr {
    color: white !important;
}

.our-works-work {
    padding: 74px 0px 70px 0px;
}

.line-bottom {
    margin-bottom: 30px;
}

.lines-heights {
    height: 8px;
}

.discuss-area {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 70px;
}

.discuss-content {
    width: 35%;
    position: relative;
    display: flex;
    flex-direction: row;
}

.discuss-form {
    width: 60%;
    position: relative;
    display: flex;
    flex-direction: row;
    margin: auto 0;
    gap: 20px;
    justify-content: right;
}

.discuss-quote {
    font-family: Poppins;
    font-weight: 400;
    font-size: 38px;
    color: white;
    margin: auto 0;
    line-height: 38px;
    letter-spacing: -1px;
}

.dis-img {
    margin: auto 0;
    padding-right: 35px;
}

.forms-area {
    border: 1px solid white;
    padding: 20px 30px;
    border-radius: 50px;
    background-color: #171537;
    color: white;
    width: 260px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
}

.forms-area::placeholder {
    color: white
}

.message-btn {
    color: white;
    background-color: #2D2A6E;
    border-radius: 50px;
    width: fit-content;
    padding: 20px 30px;
    margin: auto;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.message-btn:hover {
    color: #2D2A6E;
    background-color: white;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.btns-box {
    border: 1px solid #D8D8D8;
    padding: 8px 20px;
    border-radius: 8px;
    width: fit-content;
    font-size: 12px;
    font-family: Roboto;
    margin-top: auto;
    padding-top: 8px;
    color: black;
}

.content-place {
    padding-bottom: 20px !important;
}

.landing-text-one {
    width: 80%;
    margin: auto;
    position: relative;
    font-family: Poppins-Bold;
    font-size: 50px;
    color: #2D2A6E;
    text-align: center;
}

.landing-text-two {
    font-size: 20px;
    font-family: Poppins-Regular;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.banner-padding-work {
    padding: 80px 0px 30px 0px;
    position: relative;
}

.service-big-ball-work {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #D9EDFF;
    right: 4%;
    top: 74%;
}

.box-work {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #bde3fd;
    position: absolute;
    top: 70%;
    left: 0;
    animation: moveLeftToRight 60s linear infinite;
}

.box2-work {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccdfec;
    position: absolute;
    top: 50%;
    left: 90%;
    animation: moveLeftToRight2 60s linear infinite;
}

.service-big-ball-yellow {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: #FFDC60;
    right: 7%;
    top: 4%;
}

@media only screen and (max-width:1366px) {
    .forms-area {
        border: 1px solid white;
        padding: 10px 15px;
        border-radius: 50px;
        background-color: #171537;
        color: white;
        width: 200px;
        font-family: Roboto;
        font-size: 13px;
        font-weight: 400;
    }
    .discuss-quote {
        font-family: Poppins;
        font-weight: 400;
        font-size: 26px;
        color: white;
        margin: auto 0;
        line-height: 38px;
        letter-spacing: -1px;
    }
    .discuss-content {
        width: 30%;
    }
    .discuss-form {
        width: 67%;
    }
    .message-btn {
        padding: 12px 33px;
        margin: auto;
        font-size: 12px;
    }
}

@media only screen and (max-width:1200px) {
    .discuss-quote {
        font-family: Poppins;
        font-weight: 400;
        font-size: 22px;
        color: white;
        margin: auto 0;
        line-height: 26px;
        letter-spacing: -1px;
    }
    .img-msg {
        width: 55px;
        height: auto;
    }
    .forms-area {
        width: 165px;
        font-size: 12px;
    }
}

@media only screen and (max-width:1024px) {
    .discuss-quote {
        font-size: 19px;
    }
    .forms-area {
        width: 140px;
        font-size: 12px;
    }
    .message-btn {
        padding: 10px 20px;
        margin: auto;
        font-size: 12px;
    }
}

@media only screen and (max-width:991px) {
    .discuss-area {
        flex-direction: column;
        gap: 30px;
    }
    .discuss-content {
        width: 100%;
    }
    .discuss-form {
        width: 100%;
    }
    .forms-area {
        width: 195px;
        font-size: 12px;
    }
    .landing-text-two {
        font-size: 15px;
    }
    .banner-padding-work {
        padding: 35px 0px 0px 0px;
        position: relative;
    }
}

@media only screen and (max-width:820px) {
    .forms-area {
        width: 160px;
        font-size: 12px;
    }
}

@media only screen and (max-width:767px) {
    .forms-area {
        width: 135px;
        font-size: 12px;
    }
    .landing-text-one {
        font-size: 44px;
    }
}

@media only screen and (max-width:670px) {
    .discuss-form {
        flex-direction: column;
    }
    .forms-area {
        width: 100%;
        font-size: 12px;
    }
    .discuss-quote {
        font-size: 20px;
    }
}

@media only screen and (max-width:575px) {
    .dis-img {
        padding-right: 20px;
    }
    .landing-text-one {
        width: 100%;
        font-size: 28px;
        text-align: left;
    }
    .landing-text-two {
        font-size: 14px;
        text-align: left;
    }
    .shadow-high {
        height: 40px;
    }
    .box-work {
        width: 10px;
        height: 10px;
    }
    .box2-work {
        width: 10px;
        height: 10px;
    }
    .banner-padding-work {
        padding: 20px 0px 0px 0px;
        position: relative;
    }
    .service-big-ball-yellow {
        position: absolute;
        width: 15px;
        height: 15px;
        border-radius: 50px;
        background-color: #FFDC60;
        right: 7%;
        top: -45%;
    }
    .service-big-ball-work {
        top: 80%;
    }
    .our-works-work {
        padding: 40px 0px 40px 0px;
    }
    .message-btn {
        margin: 0 !important;
    }
    button.learn-more .button-text2 {
        line-height: 1.0;
    }
    button.learn-more .button-text1 {
        line-height: 1;
    }
}

.work-wrap-gap:hover a {
    text-decoration: none;
}


/**************************************works-detailpage*************************************/

.banner-text-div a {
    text-decoration: none !important;
}

.banner-text-one {
    margin: auto;
    position: relative;
    font-family: Poppins-Bold;
    font-size: 50px;
    color: #2D2A6E;
    text-align: center;
    text-transform: capitalize;
}

.banner-text-two {
    font-size: 20px;
    font-family: Poppins-Regular;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 26px;
    color: black;
}

.banner-button {
    color: #2D2A6E;
    font-size: 12px;
    margin: auto;
    text-align: center;
    border: 1px solid #2D2A6E;
    padding: 11px 45px;
}

.banner-button:hover {
    text-decoration: none;
}

.detail-section-padding {
    padding: 77px 0px 0px 0px;
}

.main-head {
    font-size: 42px;
    font-family: Poppins-Medium;
    margin: 0;
    width: 100%;
    letter-spacing: -2px;
    line-height: 50px;
    color: #1E1E1E;
    padding-bottom: 41px;
}

.main-para {
    font-size: 14px;
    font-family: Poppins-Regular;
    margin-top: 12px;
    margin-bottom: 26px;
    color: #1E1E1E;
    line-height: 26px;
    padding-bottom: 46px;
}

.listing-head {
    font-size: 20px;
    font-family: Poppins-Medium;
    color: #1E1E1E;
    padding-bottom: 28px;
    margin: 0;
}

.service-provide-list {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0px;
    margin: 0;
}

.service-provide-list li {
    display: flex;
    justify-content: center;
    padding: 11px 27px;
    border: 1px solid #2D2A6E;
    border-radius: 30px;
    font-family: Poppins-Medium;
    font-size: 14px;
    color: #1E1E1E;
}

.service-provide-list li:hover {
    background-color: #2D2A6E;
    color: white;
}

.ribbon-horizontal {
    position: absolute;
    right: 0;
    /* bottom: 5rem; */
    border: 19px solid #2D2A6E;
    border-right: 0;
    border-left: 19px solid transparent;
    height: 15px;
    line-height: 0;
    width: 152px;
    color: white;
    z-index: 1;
    font-size: 12px;
    font-family: Poppins-Medium;
    letter-spacing: 0px;
}

.ribbon-horizontal span {
    position: relative;
    padding: 0 4px 0 28px;
    text-align: center;
}

.service-row {
    display: flex;
}

.image-section {
    display: flex;
    gap: 26px;
    padding: 80px 0px 0px 0px;
    justify-content: space-between;
}

.slider-head {
    font-size: 62px;
    font-family: Poppins-Medium;
    color: #1E1E1E;
    padding-bottom: 26px;
    letter-spacing: -4px !important;
    width: 69%;
    line-height: 76px;
    padding: 125px 0px 28px 0px;
    margin: 0;
}

.main-para {
    font-size: 14px;
    font-family: Poppins-Regular;
    margin-top: 12px;
    margin-bottom: 26px;
    color: #1E1E1E;
    line-height: 26px;
    margin: 0;
}

.main-para-second {
    font-size: 14px;
    font-family: Poppins-Regular;
    padding: 0px 0px 100px 0px;
    color: #1E1E1E;
    line-height: 26px;
    margin: 0;
}

.scroller {
    max-width: 100%;
}

.scroller__inner {
    padding-block: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.scroller[data-animated="true"] {
    overflow: hidden;
}

.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
    --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

@media only screen and (max-width:1366px) {
    .main-head {
        font-size: 32px;
        line-height: 36px;
    }
    .scroller__inner img {
        width: 700px;
        height: 700px;
    }
}

@media only screen and (min-width:1400px) {
    .slider-head {
        width: 60%;
        line-height: 65px;
    }
}

@media only screen and (max-width:1200px) {
    .slider-head {
        width: 72%;
        font-size: 50px;
        line-height: 50px;
    }
}

@media only screen and (max-width:991px) {
    .slider-head {
        width: 78%;
        font-size: 50px;
        line-height: 50px;
    }
    .service-row {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
}

@media only screen and (max-width:767px) {
    .slider-head {
        width: 78%;
        font-size: 40px;
        line-height: 45px;
    }
    .service-provide-list li {
        font-size: 13px;
    }
    .service-row {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    .col5_col4lg_col3sm {
        gap: 20px 40px;
    }
}

@media only screen and (max-width:575px) {
    .service-provide-list {
        flex-wrap: wrap;
    }
    .service-row {
        display: flex;
        flex-direction: column;
    }
    .banner-text-one {
        font-size: 25px;
        text-align: left;
    }
    .banner-text-two {
        font-size: 13px;
        text-align: left;
    }
    .banner-button {
        font-size: 12px !important;
        margin: 0px;
        padding: 11px 30px;
    }
    .main-head {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0px;
    }
    .detail-section-padding {
        padding: 40px 0px 0px 0px;
    }
    .image-section {
        flex-direction: column;
    }
    .slider-head {
        padding: 40px 0px 28px 0px;
    }
    .slider-head {
        width: 100%;
        font-size: 31px;
        line-height: 39px;
        letter-spacing: -2px !important;
    }
    .main-para-second {
        padding: 15px 0px 100px 0px;
    }
    .service-big-ball-yellow-new {
        top: -19%;
    }
    .service-big-ball-work-new {
        position: absolute;
        width: 20px;
        height: 20px;
    }
    .ptop-0 {
        padding-top: 15px !important;
    }
    button.learn-more .button-text {
        margin: 0 0 0 2.85rem;
        text-align: left;
        text-transform: capitalize;
        display: flex;
        justify-content: left;
        align-items: left;
    }
    button.learn-more .button-text1 {
        text-align: left;
        text-transform: capitalize;
    }
    button.learn-more .button-text2 {
        text-align: left;
        text-transform: capitalize;
    }
    .center-btn {
        margin: auto;
        text-align: left;
        padding-top: 60px;
        display: flex;
        justify-content: left;
    }
}

.button-wrk {
    margin: auto;
    position: relative;
    overflow: hidden;
    height: 3rem;
    color: #2D2A6E;
    padding: 0 2rem;
    border-radius: 1.5rem;
    background-size: 400%;
    border: 2px solid #2D2A6E;
    transition: background-color .1s ease-in-out;
}

.button-wrk:hover {
    color: white;
    background-color: #2D2A6E;
    transition: background-color .1s ease-in-out;
}

.br-img-common {
    border-radius: 10px;
}

.env-clr {
    color: #2D2A6E;
    margin-right: 5px;
}

.env-clr2 {
    color: #2D2A6E;
    margin-right: 10px;
}

.mails-col {
    color: white;
}

.mails-col:hover {
    color: white;
    text-decoration: none;
}

.case-border {
    border-radius: 12px;
}


/******************************************webdesign and development**********************************************/

.web-dev-first {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.web-dev-textarea {
    display: flex;
    flex-direction: column;
    width: 65%;
    gap: 30px;
}

.web-dev-imgarea {
    display: flex;
    width: 30%;
    margin: 0 0 auto;
}

.web-dev-cont {
    font-size: 36px;
    font-weight: 500;
    font-family: Poppins;
    color: #1E1E1E;
    letter-spacing: -1px;
    line-height: 43px;
}

.web-dev-contsmall {
    font-size: 16px;
    font-family: Poppins-Regular;
    color: #1E1E1E;
}

.web-dev-butn {
    width: fit-content;
    padding: 10px 40px;
    position: relative;
    border: 2px solid #2D2A6E;
    border-radius: 1.5rem;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    font-family: Poppins;
    color: #201D4D;
    margin-top: 20px;
    text-transform: uppercase;
}

.web-dev-butn:hover {
    color: white;
    background-color: #2D2A6E;
    transition: background-color .1s ease-in-out;
    cursor: pointer;
}

.work-content-service {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}

.col5_col4lg_col3sm-service {
    grid-auto-flow: row;
    gap: 40px 40px;
    grid-template-columns: repeat(3, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 820px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.ser-sec-box {
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    position: relative;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 40px 40px 60px 40px;
    gap: 50px;
}

.ser-sec-box:hover {
    .box-head-content {
        color: #2D2A6E;
    }
}

.box-head-content {
    font-size: 26px;
    font-family: Poppins-SemiBold;
    line-height: 32px;
    letter-spacing: -1px;
    color: #000000;
    text-transform: capitalize;
}

.ui-box {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    justify-content: space-between;
}

.ui-content {
    font-family: Poppins-Regular;
    font-size: 16px;
    font-weight: 400;
    color: #0D0D0D;
}

.sys-img {
    width: 30%;
}

.ui-content {
    width: 65%;
}

.bg-dark-service {
    background-color: #171537;
    margin-top: 70px;
}

.client-area-service {
    padding: 60px 0px 52px 0px;
}

.industry-area {
    position: relative;
    display: flex;
    flex-direction: column;
}

.industry-head-area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.client-headings {
    width: 45%;
    font-size: 64px;
    color: white;
    /* font-weight: bolder; */
    font-family: 'Poppins-bold';
    line-height: 52px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin: auto 0;
}

.client-headings-tech {
    width: 45%;
    font-size: 64px;
    color: #2D2A6E;
    /* font-weight: bolder; */
    font-family: 'Poppins-bold';
    line-height: 52px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin: auto 0;
}

.logo-head-rights {
    width: 45%;
    font-size: 20px;
    color: white;
    font-weight: 400;
    font-family: Poppins-Regular;
    line-height: 29px;
    text-align: right;
    margin: auto 0;
}

.small-five-boxes {
    display: flex;
    margin-top: 60px;
}

.work-content-boxes {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin-top: 60px;
}

.work-content-technology {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.col5_col4lg_col3sm-boxes {
    grid-auto-flow: row;
    gap: 40px 40px;
    grid-template-columns: repeat(5, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    @media (max-width: 820px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    @media (max-width: 480px) {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}

.col5_col4lg_col3sm-boxes-clients {
    grid-auto-flow: row;
    gap: 40px 40px;
    grid-template-columns: repeat(5, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    @media (max-width: 820px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    @media (max-width: 480px) {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}

.col5_col4lg_col3sm-techs {
    grid-auto-flow: row;
    gap: 40px 40px;
    grid-template-columns: repeat(5, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width:1800px) {
        grid-template-columns: repeat(4, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width:1366px) {
        grid-template-columns: repeat(4, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(4, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    @media (max-width: 820px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    @media (max-width: 480px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

.small-five {
    border: 1px solid #2D2A6E;
    font-family: Poppins-Regular;
    font-size: 18px;
    font-weight: 400;
    padding: 50px 50px;
    width: auto;
    text-align: center;
    color: white;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    overflow: hidden;
}

.clients-logo-sec {
    border: 1px solid #ffffff;
    padding: 40px;
    width: auto;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    overflow: hidden;
}

.small-five:hover {
    border: 1px solid #7B78AC;
}

@media (max-width: 1600px) {
    .small-five {
        padding: 40px 24px;
    }
}

@media (max-width: 1366px) {
    .small-five {
        font-size: 15px;
        font-weight: 400;
        padding: 40px 17px;
    }
    .ui-content {
        font-size: 13px;
    }
    .ser-sec-box {
        gap: 30px;
    }
    .web-dev-cont {
        font-size: 36px;
        line-height: 40px;
    }
    .service-web-one {
        font-size: 55px !important;
    }
}

@media (max-width: 1250px) {
    .our-works-head {
        font-size: 55px;
    }
    .client-headings {
        font-size: 55px;
    }
    .client-headings-tech {
        font-size: 55px;
    }
    .ui-content {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .si2 {
        display: none;
    }
}

@media (max-width: 1200px) {
    .ui-box {
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .ui-content {
        width: 100%;
    }
    .sys-img {
        display: none;
    }
    .ser-sec-box {
        gap: 14px;
    }
    .box-head-content {
        font-size: 18px;
        line-height: 23px;
        color: #000000 !important;
    }
    .si2 {
        display: block;
    }
    .web-dev-cont {
        font-size: 27px;
        line-height: 34px;
    }
    .web-dev-textarea {
        gap: 18px;
    }
    .web-dev-contsmall {
        font-size: 14px;
    }
    .shadow-high {
        height: 75px;
    }
    .package-btns {
        margin-bottom: 70px !important;
    }
}

@media (max-width: 1024px) {
    .ser-sec-box {
        padding: 30px;
    }
    .web-dev-first {
        flex-direction: column-reverse;
    }
    .web-dev-imgarea {
        display: flex;
        width: 100%;
    }
    .web-dev-textarea {
        width: 100%;
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .logo-head-rights {
        font-size: 14px;
    }
    .web-dev-cont {
        font-size: 21px;
        line-height: 31px;
    }
    .service-web-one {
        font-size: 35px !important;
    }
    #mobilemenu-popup .web-ser-mob {
        color: black !important;
    }
}

@media (max-width: 767px) {
    .small-five {
        font-size: 12px;
    }
    .client-headings {
        font-size: 40px;
        line-height: 40px;
    }
    .client-headings-tech {
        font-size: 40px;
        line-height: 40px;
    }
    .logo-head-rights {
        font-size: 13px;
        line-height: 20px;
    }
}

@media (max-width: 680px) {
    .small-five {
        padding: 28px 17px;
        font-size: 11px;
    }
}

@media (max-width: 575px) {
    .small-five {
        font-size: 11px !important;
        font-weight: 400;
        padding: 17px 11px;
        justify-content: left !important;
    }
    .industry-head-area {
        flex-direction: column;
        gap: 20px;
    }
    .client-headings {
        width: 100%;
    }
    .client-headings-tech {
        width: 100%;
    }
    .logo-head-rights {
        width: 100%;
        text-align: left;
        display: none;
    }
    .lhr2 {
        display: block;
    }
    .web-dev-cont {
        font-size: 29px !important;
        line-height: 33px !important;
    }
    .web-dev-contsmall {
        font-size: 14px !important;
    }
    .service-web-one {
        font-size: 30px !important;
        justify-content: left !important;
        width: 97% !important;
    }
    .btn-cont {
        justify-content: left !important;
    }
    .package-btns {
        margin-bottom: 70px !important;
    }
    .shadow-high {
        height: 40px;
    }
    .ui-content {
        font-size: 14px;
    }
}

@media (min-width: 575px) {
    .lhr2 {
        display: none;
    }
}

@media (max-width: 480px) {
    .small-five {
        font-size: 15px !important;
    }
}

.small-five:hover::before {
    animation: shine 2.5s ease-out infinite;
    cursor: pointer;
    border: 1px solid #7B78AC;
}

.small-five::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    /* background-image: linear-gradient( 105deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, .7), rgba(255, 255, 255, 0) 80%); */
    background-image: linear-gradient(93deg, rgb(255 255 255 / 0%) 5%, rgb(255 255 255 / 30%), rgb(255 255 255 / 0%) 100%);
    top: 0;
    left: -100px;
    opacity: 0.1;
    cursor: pointer;
    border: 1px solid #7B78AC;
}

@keyframes shine {
    0% {
        left: -100px;
    }
    60% {
        left: 100%;
    }
    to {
        left: 100%;
    }
}

.service-bg-five {
    /* background-image: linear-gradient(#2D2A6E, #171537); */
    background-color: #171537;
    z-index: 1;
    position: relative;
    /* background-color: #171537; */
}

.service-web-one {
    width: 100%;
    font-size: 60px;
    font-family: Poppins;
    color: white;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.btn-cont {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.package-btns {
    font-size: 14px;
    font-family: Poppins;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    border: 2px solid #6965A5;
    width: fit-content;
    border-radius: 50px;
    padding: 10px 25px;
    margin-bottom: 75px;
    cursor: pointer;
}

.package-btns:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
    text-decoration: none;
}

.web-service-menu {
    color: white !important;
}

.line-banner {
    position: absolute;
    margin: auto;
    height: -webkit-fill-available;
}


/* .outer-glow {
    animation: outerGlows 2s infinite;
}

@keyframes outerGlows {
    0% {
        text-shadow: 0 0 2px rgb(255, 255, 255);
    }
    50% {
        text-shadow: 0 0 5px rgb(255, 255, 255);
    }
    100% {
        text-shadow: 0 0 2px rgb(255, 255, 255);
    }
} */

@media (max-width:1024px) {
    .effect.effect-two p.description-new {
        right: 15px;
        left: 15px;
        padding: 18px 18px;
        bottom: 6em;
    }
}

@media (max-width: 768px) {
    .effect.effect-two p.description-new {
        font-size: 12px;
        flex-direction: column;
        padding: 15px 15px !important;
        bottom: 6em;
    }
}

@media (max-width:575px) {
    .effect.effect-two p.description-new {
        width: auto;
    }
    .small-five-boxes {
        margin-top: 0px;
    }
}

.effect.effect-two p.description-new {
    width: fit-content;
    position: absolute;
    bottom: 4em;
    text-transform: none;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    line-height: 18px;
    padding: 18px 36px;
    background-color: white;
    right: 30px;
    left: 30px;
    font-size: 14px;
    font-family: Roboto;
    margin-top: auto;
    /* padding-top: 8px; */
    color: black;
}

.mob-radius {
    border-radius: 15px;
}

.process-box {
    display: flex;
    flex-direction: column;
    position: relative;
    border-bottom: 1px solid #000000;
}

.process-box:hover {
    border-bottom: 1px solid #2D2A6E;
    .number-process {
        color: #2D2A6E;
    }
    .round-head {
        color: #2D2A6E;
    }
    .round-num {
        border: 1px solid #2D2A6E;
    }
}

.process-head-area {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
}

.round-num {
    display: flex;
    font-family: Poppins-SemiBold;
    width: 65px;
    height: 65px;
    border-radius: 50px;
    justify-content: center;
    text-align: center;
    margin: auto 0;
    border: 1px solid #DCDCDC;
    transition: all 0.4s ease;
}

.number-process {
    font-size: 28px;
    color: #D9D9D9;
    margin: auto;
    transition: all 0.4s ease;
}

.round-head {
    font-family: Poppins-SemiBold;
    font-size: 26px;
    color: #000000;
    margin-left: 20px;
    letter-spacing: -1px;
    line-height: 32px;
}

.process-contents {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #0D0D0D;
    padding-bottom: 35px;
}

.col5_col4lg_col3sm-process {
    grid-auto-flow: row;
    gap: 100px 160px;
    grid-template-columns: repeat(3, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1366px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 80px 80px;
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 60px 60px;
    }
    @media (max-width: 820px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 30px;
    }
}

.faq-areas {
    position: relative;
    display: flex;
    flex-direction: column;
}

@media (max-width:1366px) {
    .round-head {
        font-size: 24px;
    }
    .process-contents {
        font-size: 15px;
    }
    .process-head-area {
        padding-bottom: 40px;
    }
    .process-contents {
        padding-bottom: 40px;
    }
}

@media (max-width:1100px) {
    .round-head {
        font-size: 22px;
    }
    .process-contents {
        font-size: 14px;
    }
    .round-head {
        line-height: 26px;
        margin: auto 0;
        padding-left: 15px;
    }
}

@media (max-width:991px) {
    .round-head {
        font-size: 17px;
    }
    .round-num {
        width: 55px;
        height: 55px;
    }
    .number-process {
        font-size: 25px;
    }
    .round-head {
        line-height: 20px;
    }
    .process-contents {
        padding-bottom: 30px;
    }
}

@media (max-width:820px) {
    .process-head-area {
        padding-bottom: 25px;
    }
}

@media (max-width:575px) {
    .process-head-area {
        flex-direction: column;
    }
    .round-head {
        padding-left: 0px;
    }
    .process-head-area {
        gap: 20px;
    }
    .round-head {
        font-size: 18px;
    }
}


/********************************* faq-area *********************************/

.faq-pads {
    padding-top: 40px;
    padding-bottom: 50px;
}

.faq-head {
    font-size: 64px;
    color: white;
    font-weight: bolder;
    font-family: Poppins-Bold;
    line-height: 52px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 39px;
    padding-top: 20px;
    text-align: left;
    letter-spacing: -2px;
    text-decoration: none;
}

.togglefaqs:hover {
    text-decoration: none;
    color: white;
}


/* FAQ COLLAPSE/EXPAND STYLES */

* {
    box-sizing: border-box;
}

.faqanswers {
    display: none;
    width: 100%;
    padding: 23px 0px 0 00px;
}

.faqanswers p {
    font-size: 16px;
    line-height: 25px;
    width: 90%;
    padding: 0;
    margin: 0;
}

a.active {
    font-weight: bold;
}

.togglefaqs {
    text-decoration: none;
    color: white;
    font-size: 22px;
    padding: 35px 31px;
    line-height: 20px;
    display: block;
    border: 1px solid #3C3978;
    width: 100%;
    margin-bottom: -1px;
    border-radius: 20px;
    font-family: Poppins-Regular;
    margin-bottom: 23px;
    cursor: pointer;
}

.togglefaqs.active {
    background-color: #1C1A40;
}

.icon-pluss {
    color: #6A6792;
    margin-right: 20px;
    font-size: 20px;
    float: right;
}

.icon-minuss {
    color: #6A6792;
    margin-right: 20px;
    font-size: 20px;
    float: right;
}

p {
    margin: 0;
    padding-bottom: 20px;
}

.faq-padding {
    padding: 80px 0px 155px 0px
}

@media (max-width:1366px) {
    .togglefaqs {
        font-size: 16px;
    }
    .faqanswers p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width:1200px) {
    .togglefaqs {
        font-size: 14px;
    }
    .faqanswers p {
        font-size: 12px;
        line-height: 24px;
    }
}

@media (max-width:991px) {
    .togglefaqs {
        font-size: 14px;
    }
    .faqanswers p {
        font-size: 12px;
        line-height: 23px;
    }
    .icon-pluss {
        margin-right: 8px;
        font-size: 14px;
        line-height: 22px !important;
    }
    .icon-minuss {
        margin-right: 8px;
        font-size: 14px;
        line-height: 22px !important;
    }
    .scroller__inner img {
        width: 300px;
        height: 300px;
    }
}

@media (max-width:575px) {
    .togglefaqs {
        font-size: 14px;
        padding: 20px 15px;
        line-height: 22px;
    }
    .faqanswers p {
        font-size: 13px;
        line-height: 22px;
        width: 100%;
    }
    .icon-pluss {
        margin-right: 8px;
        font-size: 12px;
        line-height: 22px !important;
    }
    .icon-minuss {
        margin-right: 8px;
        font-size: 12px;
        line-height: 22px !important;
    }
    .faq-padding {
        padding: 50px 0px 50px 0px;
    }
    .faq-head {
        font-size: 55px;
    }
    .bg-dark-service {
        margin-top: 15px;
    }
    .client-area-service {
        padding: 10px 0px 10px 0px;
    }
    .box-width {
        margin-bottom: 30px !important;
    }
    .titile-new {
        font-size: 18px !important;
    }
    .header-text {
        font-size: 40px !important;
    }
}


/******************************* contact-us area ********************************/

.contact-area {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.form-area {
    position: relative;
    width: 45%;
    display: flex;
    flex-direction: column;
}

.contact-detail-area {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 45%;
}

.con-get {
    font-family: Poppins-Bold;
    font-size: 66px;
    color: #2D2A6E;
}

.con-contry {
    font-family: Poppins-SemiBold;
    font-size: 26px;
    color: #2D2A6E;
}


/******************************* contact-us area ********************************/

.contact-area {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    /* gap: 100px; */
    justify-content: space-between;
    margin-bottom: 40px;
}

.form-area {
    position: relative;
    width: 45%;
    display: flex;
    flex-direction: column;
}

.contact-detail-area {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 45%;
}

.con-get {
    font-family: Poppins-Bold;
    font-size: 66px;
    color: #2D2A6E;
    padding-bottom: 40px;
}

.con-contry {
    font-family: Poppins-SemiBold;
    font-size: 26px;
    color: #2D2A6E;
    padding-bottom: 26px;
}

.office-address {
    font-family: Poppins-light;
    font-size: 16px;
    color: #000;
    width: 58%;
    line-height: 30px;
}

.address-in-contact {
    display: flex;
    gap: 32px;
}

.address p {
    /* margin: 5px; */
    padding: 0px;
}

.padding-contact {
    padding-bottom: 43px;
}

.gap-btwn {
    padding-bottom: 22px;
}

.address-1 {
    padding-bottom: 98px;
}

@media (min-width: 992px) {
    .contactUsHero_form_container__ABoFU {
        padding-right: 8.944444rem;
    }
}

.contactUsHero_form_container__ABoFU {
    width: 100%;
    max-width: 46.3333333333rem;
    margin-left: auto;
}

.contactUsHero_form_container__ABoFU .contactUsHero_form_wrapper__vdxYo {
    width: 100%;
    margin-bottom: 44px;
}

.form-label {
    font-size: 26px;
    line-height: 1;
    color: #707070;
    margin-bottom: 14px;
    font-family: Segoe;
    font-weight: 400;
}


/*input.form-control {*/


/*    text-transform: capitalize;*/


/*}*/

.form-control {
    box-shadow: 0 0 0 0 transparent;
    transition: all .2s ease;
}

.form-control {
    border-top: 1px solid #707070 !important;
    border-left: 1px solid #707070 !important;
    border-right: 1px solid #707070 !important;
    border-bottom: 2px solid #2D2A6E !important;
    width: 100%;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, background-color .3s ease-in-out;
    text-decoration: none;
    resize: vertical;
    min-height: 3.3333333333rem;
    border-radius: 10px !important;
    height: 67px;
}


/*input.form-control {*/


/*    text-transform: capitalize;*/


/*}*/


/* .togglefaq.active{
    background-color:#d5d5d5!important;
} */

.form-text-hight {
    height: 239px;
}

.submit-btn {
    background-color: #2D2A6E;
    width: 100%;
    padding: 18px 0px;
    justify-content: center;
    border-radius: 10px;
    font-size: 24px;
    font-family: Segoe;
    font-weight: 400;
    color: white;
    border: 1px solid #2D2A6E;
}

.submit-btn:hover {
    background-color: white;
    color: #2D2A6E;
    border: 1px solid #2D2A6E;
}

.tab-content {
    padding-top: 52px;
}

.nav-link {
    font-size: 26px;
    font-family: 'poppins-regular';
    color: #2D2A6E !important;
    border: none !important;
    border-radius: 0px !important;
}

.contactUsHero_contact_tab__SZ2Ji {
    gap: 100px;
    padding-bottom: 14px;
    margin-top: 34px;
}

#contact-form-tab-get-qoute {
    padding: 0px !important;
}


/* #contact-form-tab-partnership{
    padding: 0px!important;
 
} */


/* Custom styles for the select box */

.custom-select-arrow::after {
    content: url('../images/contact/arrow_down_icon.svg');
    /* Replace with the path to your custom arrow icon */
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    margin-right: 25px;
}

.contactUsHero_contact_tab__SZ2Ji {
    border-bottom: 2px solid transparent;
    /* Initial transparent border-bottom */
}

.contactUsHero_contact_tab__SZ2Ji .nav-link {
    position: relative;
}

.contactUsHero_contact_tab__SZ2Ji .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    height: 2px;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.contactUsHero_contact_tab__SZ2Ji .nav-link:hover::after,
.contactUsHero_contact_tab__SZ2Ji .nav-link.active::after {
    background-color: #2D2A6E;
}

.contactUsHero_contact_tab__SZ2Ji .nav-link:hover {
    border-bottom-color: #2D2A6E;
}

.p-l-0 {
    padding-left: 0px !important;
}

.form-control {
    padding: 15px 20px !important;
    ;
    background: linear-gradient(#2D2A6E, #2D2A6E) bottom -16px left 0 //* Position */
    100% 2px
    /* Width height */
    content-box padding-box
    /* background-origin background-clip*/
    no-repeat !important;
    ;
}

.form-control-new {
    padding: 15px 20px !important;
    ;
    background: linear-gradient(#2D2A6E, #2D2A6E) bottom -15px left 0 //* Position */
    100% 2px
    /* Width height */
    content-box padding-box
    /* background-origin background-clip*/
    no-repeat !important;
    ;
}

select.form-control:not([size]):not([multiple]) {
    height: 67px !important;
}

.banner-padding-contact {
    padding: 43px 0px 70px 0px;
    position: relative;
}

@media (max-width:1366px) {
    .con-get {
        font-family: Poppins-Bold;
        font-size: 39px !important;
    }
    .form-label {
        font-size: 16px;
    }
    .office-address {
        width: 78%;
    }
    .contactUsHero_contact_tab__SZ2Ji {
        gap: 72px;
    }
    .contactUsHero_form_container__ABoFU {
        padding-right: 0;
    }
    .contactUsHero_contact_tab__SZ2Ji {
        margin-top: 0px;
    }
    .contact-area {
        justify-content: space-between;
    }
    .contactUsHero_form_container__ABoFU {
        width: 94%;
    }
    .banner-padding-contact {
        padding: 0px 0px 70px 0px
    }
}

@media (max-width: 991px) {
    .con-get {
        font-family: Poppins-Bold;
        font-size: 30px;
    }
    .contactUsHero_contact_tab__SZ2Ji {
        margin-top: 0px;
    }
    .contact-area {
        flex-direction: column;
    }
    .contact-detail-area {
        width: 100%;
    }
    .form-area {
        width: 100%;
    }
    .contactUsHero_form_container__ABoFU {
        width: 100%;
        max-width: 100%;
    }
    .contact-area {
        gap: 30px;
    }
    .address-1 {
        padding-bottom: 45px;
    }
}

.nav-item button:focus {
    outline: none !important;
    outline: none !important;
}

.contact-detail-area a {
    color: #5A5A5A;
    text-decoration: none !important;
}

.contact-detail-area a:hover {
    color: #5A5A5A;
}

@media (min-width:1400px) {
    .banner-padding-contact {
        padding: 19px 0px 0px 0px;
    }
    .form-label {
        font-size: 20px;
    }
    .contactUsHero_form_container__ABoFU {
        margin-left: 38px;
    }
    .contactUsHero_form_container__ABoFU {
        padding-right: 2.944444rem;
    }
}

.service-small-ball-contact {
    display: none;
}

@media (max-width:575px) {
    .con-get {
        font-size: 24px !important;
    }
    .banner-padding-contact {
        padding: 18px 0px 70px 0px;
    }
    .con-contry {
        font-size: 18px;
        padding-top: 30px;
    }
    .office-address {
        font-size: 15px;
        width: 100%;
        line-height: 25px;
    }
    .address-in-contact {
        gap: 15px;
    }
    .padding-contact {
        padding-bottom: 20px;
    }
    .contactUsHero_contact_tab__SZ2Ji {
        gap: 15px
    }
    .address-1 {
        border-bottom: 1px solid #1C1943;
        padding-bottom: 30px;
    }
}

@media (min-width:992px) {
    .desk-hide {
        display: none;
    }
}

@media (max-width:991px) {
    .mb-hide {
        display: none !important;
    }
}

.faq-bg {
    background-color: #fbfbfb;
}

.faq-head {
    font-size: 64px;
    color: black;
    font-weight: bolder;
    font-family: Poppins-Bold;
    line-height: 52px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 39px;
    padding-top: 20px;
    text-align: left;
    letter-spacing: -2px;
    text-decoration: none;
}

.togglefaq:hover {
    text-decoration: none;
    color: black;
}

* {
    box-sizing: border-box;
}

.faqanswer {
    display: none;
    width: 100%;
    padding: 23px 0px 0 00px;
}

.faqanswer p {
    font-size: 16px;
    line-height: 25px;
    width: 90%;
    padding: 0;
    margin: 0;
}

a.active {
    font-weight: bold;
}

.togglefaq {
    text-decoration: none;
    color: black;
    font-size: 22px;
    padding: 35px 31px;
    line-height: 20px;
    display: block;
    border: 1px solid #d0d0d0;
    width: 100%;
    margin-bottom: -1px;
    border-radius: 20px;
    font-family: Poppins-Regular;
    margin-bottom: 23px;
}

.icon-plus {
    color: #6e6c6b;
    margin-right: 20px;
    font-size: 20px;
    float: right;
}

.icon-minus {
    color: #6e6c6b;
    margin-right: 20px;
    font-size: 20px;
    float: right;
}

p {
    margin: 0;
    padding-bottom: 20px;
}

.faq-padding {
    padding: 80px 0px 155px 0px
}

@media (max-width:1366px) {
    .togglefaq {
        font-size: 16px;
    }
    .faqanswer p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width:991px) {
    .togglefaq {
        font-size: 18px;
    }
    .faqanswer p {
        font-size: 14px;
        line-height: 23px;
    }
    .icon-plus {
        margin-right: 8px;
        font-size: 14px;
        line-height: 22px !important;
    }
    .icon-minus {
        margin-right: 8px;
        font-size: 14px;
        line-height: 22px !important;
    }
}

@media (max-width:575px) {
    .togglefaq {
        font-size: 13px;
        padding: 20px 15px;
    }
    .faqanswer p {
        font-size: 13px;
        line-height: 20px;
        width: 100%;
    }
    .icon-plus {
        margin-right: 8px;
        font-size: 12px;
        line-height: 22px !important;
    }
    .icon-minus {
        margin-right: 8px;
        font-size: 12px;
        line-height: 22px !important;
    }
    .faq-padding {
        padding: 50px 0px 50px 0px;
    }
    .faq-head {
        font-size: 55px;
    }
}

.technology-round {
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    border: 1px solid #c5c2ee;
    border-radius: 50%;
    margin: auto;
}

.technology-round:hover {
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    border: 1px solid #2D2A6E;
    border-radius: 50%;
    margin: auto;
}

@media only screen and (max-width:1400px) {
    .technology-round {
        width: 280px;
        height: 280px;
    }
}

@media only screen and (max-width:1366px) {
    .technology-round {
        width: 250px;
        height: 250px;
    }
}

@media only screen and (max-width:1200px) {
    .technology-round {
        width: 225px;
        height: 225px;
    }
}

@media only screen and (max-width:1200px) {
    .technology-round {
        width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width:991px) {
    .technology-round {
        width: 225px;
        height: 225px;
    }
}

@media only screen and (max-width:800px) {
    .technology-round {
        width: 180px;
        height: 180px;
    }
}

@media only screen and (max-width:650px) {
    .technology-round {
        width: 150px;
        height: 150px;
    }
}

@media only screen and (max-width:575px) {
    .technology-round {
        width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width:480px) {
    .technology-round {
        width: 140px;
        height: 140px;
    }
}

.logo-tech {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.tech-content {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 15px;
}

.tech-section {
    margin: auto;
}

.tech-margin {
    margin-bottom: 70px;
}

.casestudy-banner-head {
    text-align: center;
    text-transform: capitalize;
    /* margin-bottom: 140px; */
    width: 80% !important;
}

.case-left-head {
    display: flex;
    flex-direction: column;
    width: 23%;
    text-transform: uppercase;
    line-height: 37px;
    font-family: 'Poppins-Bold' !important;
}

.case-right-content {
    /* display: flex; */
    width: 47%;
}

.radius-img {
    border-radius: 10px;
}

.case-wrap {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.client-btn-case {
    justify-content: start !important;
    text-transform: capitalize;
}

.project-brief-group {
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    background-color: #f7f7f7;
    border-radius: 12px;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 24px;
    display: flex;
}

.project-brief-header {
    width: 100%;
    color: black;
    letter-spacing: -.01em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    font-family: Poppins;
}

.project-brief-collection-list {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-direction: column;
    display: flex;
}

.project-brief-link,
.project-brief-text {
    letter-spacing: -.02em;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
}

.case-left-result {
    display: flex;
    flex-direction: column;
    width: 50%;
    font-family: Poppins-Regular;
}

.case-right-service {
    width: 40%
}

.service-provide-list-case {
    display: flex;
}

.project-brief-group-bg {
    background-color: white !important;
}

.case-second-head {
    width: 100%;
    font-size: 40px;
    font-family: Poppins;
    color: white;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 140px;
    margin-top: 50px;
}

.left-head {
    font-size: 36px;
    font-weight: 500;
    font-family: Poppins-SemiBold;
    text-transform: uppercase;
    color: #1E1E1E;
    letter-spacing: -1px;
}

.case-padding {
    padding: 74px 0px 74px 0px;
}

.image-section-new {
    display: flex;
    gap: 26px;
    padding: 0;
    justify-content: space-between;
}

.case-left-result .left-head {
    padding-bottom: 46px;
    line-height: 37px;
}

.project-brief-collection-item {
    font-size: 17px;
    font-family: 'Poppins';
    color: black;
    text-transform: capitalize;
}

.technologies {
    padding-top: 25px;
}

.points {
    list-style-type: none;
    /* Remove default list style */
    padding-left: 0;
    padding-top: 25px;
}

.points li {
    display: flex;
    align-items: flex-start;
    padding-bottom: 15px;
    background-image: url('../images/case-study/hailstone/chevron.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 24px;
    padding-left: 24px;
}

.points li::before {
    content: '';
    display: inline-block;
    /* width: 16px; */
    height: 16px;
    margin-right: 8px;
}

.case-left-head-jos {
    width: 39% !important;
}

.related-head {
    font-family: Poppins-SemiBold;
    font-size: 30px;
    padding-bottom: 25px;
}

@media (max-width:991px) {
    .left-head {
        font-size: 23px;
        line-height: 21px;
        padding-bottom: 25px;
    }
    .case-left-result .left-head {
        padding-bottom: 46px;
        line-height: 23px;
    }
    .project-brief-collection-item {
        font-size: 14px;
    }
    .case-left-head {
        width: 100%;
    }
    .related-head {
        font-family: Poppins-SemiBold;
        font-size: 17px;
    }
    /* .service-provide-list-case{
            flex-direction: column;
        } */
    .case-wrap {
        flex-direction: column;
    }
    .case-right-content {
        width: 100%;
    }
    .case-left-result {
        width: 100%;
    }
    .case-right-service {
        /* width: 100%; */
        display: flex;
        justify-content: space-between;
        /* padding-top: 25px; */
        align-items: start;
        /* margin-top: 25px; */
    }
    .case-right-service {
        width: auto;
    }
    .case-left-result {
        padding-bottom: 25px;
    }
    .technologies {
        padding-top: 0px;
    }
    .case-left-head-jos {
        width: 100%;
    }
    /* .left-head br {
        display: none;
    } */
    .case-left-head-jos {
        width: 100%;
    }
}

@media (max-width:767px) {
    .case-right-service {
        flex-direction: column;
    }
}

@media (max-width:575px) {
    .casestudy-banner-head {
        font-size: 26px !important;
        text-align: left !important;
        line-height: 30px !important;
        width: 100% !important;
    }
    .case-second-head {
        font-size: 16px;
        justify-content: left;
        margin-bottom: 70px;
        margin-top: 30px;
    }
    .case-wrap {
        flex-direction: column;
    }
    .case-left-head {
        width: 40%;
    }
    .case-right-content {
        width: 100%;
    }
    .case-padding {
        padding: 30px 0px 30px 0px;
    }
    .image-section-new {
        flex-direction: column;
    }
    .left-head {
        padding-bottom: 15px;
    }
    .case-left-result .left-head {
        padding-bottom: 15px;
    }
    .case-left-result {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-bottom: 25px;
    }
    .case-right-service {
        width: 100%;
    }
    .case-left-head-jos {
        width: 100% !important;
    }
    .related-head {
        font-family: Poppins-SemiBold;
        font-size: 20px;
        padding-bottom: 7px;
    }
}

@media (max-width:480px) {
    .case-left-head {
        width: 57%;
    }
}

@media (min-width:1400px) {
    .casestudy-banner-head {
        width: 77%;
    }
}

.link-line:hover {
    text-decoration: none;
}


/******************************services-detail-page***************************************/

@media (max-width:480px) {
    .logo-tech img {
        width: 50%;
    }
}


/* <!---------------------------services-detail-----------------------------------------> */

.scroller-padding {
    padding-top: 100px;
}

.bg-light-service {
    background: #f5f5f5;
}

.strategy-head {
    font-size: 64px;
    color: black;
    font-weight: bolder;
    font-family: Poppins-Bold;
    line-height: 54px;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 24px;
    padding-top: 20px;
    text-align: left;
    letter-spacing: -2px;
    display: flex;
}

.strategy-section {
    width: 100%;
}

.strategy-content {
    width: 50%;
}

.strategy-section {
    display: flex;
}

.text {
    color: #000;
    font-size: 24px;
    border: 1px solid white;
    padding: 25px;
}

.text h3 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 400;
    font-family: Poppins-Regular;
    width: 100%;
}

.text p {
    font-size: 17px;
}


/* .button {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    background-color: #3498db;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    transition: background-color 0.3s ease;
} */

.image-div {
    position: relative;
    margin: auto;
    text-align: center;
    overflow: hidden;
}

.image-btn {
    padding: 10px 40px;
    position: relative;
    border: 2px solid #2D2A6E;
    border-radius: 1.5rem;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    font-family: Poppins;
    color: #000;
    margin-top: 20px;
    text-transform: uppercase;
}

.image-btn:hover {
    color: white;
    background-color: #2D2A6E;
    transition: background-color .1s ease-in-out;
    text-decoration: none;
}

.case-img-div {
    width: 60%;
}

.des-div {
    width: 35%;
    margin-top: auto;
    margin-bottom: auto;
}

.featured-projectss {
    display: flex;
    justify-content: space-between;
}

@media (min-width:1500px) {
    .text h3 {
        width: 94%;
    }
}

@media (max-width:1450px) {
    .text h3 {
        font-size: 37px;
    }
    .strategy-left-head {
        width: 45%;
    }
}

@media (max-width:1200px) {
    .text h3 {
        font-size: 30px;
    }
}

@media (max-width:992px) {
    .featured-projectss {
        flex-direction: column;
    }
    .case-img-div {
        width: 100%;
    }
    .des-div {
        width: 100%;
    }
}

@media (max-width:575px) {
    .text h3 {
        font-size: 18px;
    }
    .text p {
        font-size: 13px;
    }
}

.strategy-right-image {
    width: 45%;
}

.strategy-wrap {
    display: flex;
    justify-content: space-between;
}

.strategy-head {
    font-size: 50px;
    font-weight: 500;
    font-family: 'Poppins-Regular';
    /* text-transform: uppercase; */
    color: #1E1E1E;
    letter-spacing: -1px;
    line-height: 58px;
    margin: 0;
}

.strategy-para {
    font-size: 19px;
    width: 100%;
    margin: 0;
    padding-bottom: 54px;
    display: flex;
    font-family: Poppins-Regular;
}

.btn-strategy {
    padding: 10px 40px;
    position: relative;
    border: 2px solid #2D2A6E;
    border-radius: 1.5rem;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    font-family: Poppins;
    color: #201D4D;
    text-transform: uppercase;
}

.btn-strategy:hover {
    color: white;
    background-color: #2D2A6E;
    transition: background-color .1s ease-in-out;
    text-decoration: none;
}

.strategy-divs {
    display: flex;
}

.web-dev-butn:hover {
    text-decoration: none;
}


/* .right-service-img {
    border-radius: 10px;
} */

.web-dev-textarea a:hover {
    text-decoration: none;
}

.btn-cont a:hover {
    text-decoration: none;
}

.strategy-left-head {
    width: 45%;
}

@media (max-width:992px) {
    .strategy-wrap {
        flex-direction: column-reverse;
    }
    .strategy-left-head {
        width: 100%;
    }
    .strategy-right-image {
        width: 100%;
        display: flex;
    }
}

@media (max-width:1024px) {
    .strategy-head {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width:575px) {
    .btn-strategy {
        padding: 10px 10px;
    }
}

@media (min-width:1500px) {
    .strategy-right-image {
        height: 500px;
        margin-top: -15px;
    }
}

.graphic-mt {
    margin-top: 0px !important;
}


/***************************************about-us*****************************************/


/* Add your existing styles here */


/* Styles for the video banner */

.video-banner {
    position: relative;
    width: 100%;
    height: 993px;
    overflow: hidden;
}

.video-banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust the overlay color and opacity */
}

.banner-text {
    position: absolute;
    bottom: 180px;
    /* left: 80px; */
}

.banner-text h2 {
    font-size: 100px;
    text-align: left;
    width: 44%;
    font-family: Poppins-Thin;
    line-height: 100px;
    margin: 0;
}

.banner-text h1 {
    font-size: 30px;
    text-align: left;
    font-family: Poppins-regular;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 30px;
}

.about-first-content {
    display: flex;
    justify-content: space-between;
}

.about-left-head {
    width: 60%;
}

.about-right-slider {
    width: 40%;
}

.about-left-head h2 {
    font-size: 100px;
    font-family: Poppins-light;
    line-height: 113px;
    margin: 0;
    width: 82%;
    letter-spacing: -3px;
    padding-bottom: 70px;
    color: #111111;
}

.about-left-head p {
    font-size: 16px;
    text-align: left;
    font-family: Poppins-Regular;
    color: black;
    margin: 0;
    width: 39%;
}

.about-wraper-section {
    padding: 90px 0px 100px 0px;
}

.twenty {
    font-size: 200px;
    font-family: Poppins-Regular;
    color: black;
    margin: 0;
}

.twenty span {
    font-size: 400px;
    font-family: Poppins-Regular;
    color: #1f188a;
    margin: 0;
}

.our-story {
    display: flex;
    justify-content: space-between;
}

.story-left-title-sec {
    width: 25%;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 9999;
}

.our-story-bg {
    background-image: url('../images/about/bg-gray.png');
    position: relative;
    background-repeat: round;
}

.our-story-bg {
    padding: 100px 0px;
}

.story-right-content-sec {
    width: 65%;
    z-index: 9999;
}

.story-left-title h3 {
    font-size: 100px;
    font-family: Poppins-Thin;
    color: black;
}

.story-right-content {
    font-size: 16px;
    color: black;
    font-family: Poppins-Regular;
    padding-bottom: 59px;
}

.explore {
    width: fit-content;
    padding: 13px 46px;
    position: relative;
    border: 2px solid #2D2A6E;
    border-radius: 1.5rem;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    font-family: Poppins-bold;
    color: #000;
    text-transform: uppercase;
}

.explore:hover {
    color: white;
    background-color: #2D2A6E;
    transition: background-color .1s ease-in-out;
    border: 2px solid #2D2A6E;
}

.explore-partnership:hover {
    color: white;
    background-color: #2D2A6E;
    transition: background-color .1s ease-in-out;
}

.explore a {
    color: #000;
}

.explore a:hover {
    text-decoration: none;
    color: #fff;
}

.about-right-slider {
    height: 500px;
    /* Set your desired height here */
    overflow: hidden;
    /* Optional: Add overflow property to handle content overflow */
}

.white-bg {
    background: white;
    width: 875px;
    height: 538px;
    padding: 47px 50px;
    margin-top: -387px;
    z-index: 9999;
    position: relative;
    border-radius: 10px;
    top: 100%;
    /* Initial position to be off-screen */
    transition: top 0.3s ease-out;
    background-color: white;
}

.talent {
    font-family: Poppins-light;
    font-size: 60px;
    color: black;
    padding-bottom: 32px;
}

.talent-content {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: black;
    padding-bottom: 65px;
}


/* .year-experience{
    font-size:250px;
    color: black;
    font-family: Poppins-Regular;

}
.year-plus{
    font-size: 250px;
    color: #1F188A;
    font-family:Poppins-Thin;

}
.sub-span{
    font-size:40px;
    color: black;
    font-family: Poppins-Regular;
} */

.year-experience {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    line-height: 200px;
    font-family: Poppins-regular;
}

.milest-single--top-new {
    display: flex;
    flex-direction: column;
    padding-top: 25px;
}

.year-new {
    font-size: 250px;
    font-family: Poppins-Regular;
    color: black;
    letter-spacing: -15px;
}

.des-year-new {
    font-size: 40px;
    font-family: Poppins-Regular;
    color: black;
    margin-top: -78px;
    margin-left: 14px;
}

.yearplus-new {
    font-size: 250px;
    left: 0;
    color: #1F188A;
    ;
    /* Set the color of the plus sign to black */
    font-family: Poppins-Thin;
    margin-left: -43px;
}

.content {
    padding: 0px 15px;
    text-align: center;
}

.partnership-text {
    font-size: 260px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    font-family: Poppins-light;
    color: black;
    white-space: nowrap;
}

.partnership-text span {
    display: inline-block;
    /* transform: translateX(-100%); 
    animation: slideFromLeft 10s ease-in-out forwards;  */
}

.partnership-text img {
    width: 305px;
    height: auto;
    margin: 0 10px;
    vertical-align: middle;
}

.partnership-text .right-text {
    display: inline-block;
    /* transform: translateX(100%); 
    animation: slideFromRight 10s ease-in-out forwards;  */
}

.partnership-text.animate img {
    opacity: 1;
}

@keyframes slideFromLeft {
    to {
        transform: translateX(0);
    }
}

@keyframes slideFromRight {
    to {
        transform: translateX(0);
    }
}

.about-talent-bg {
    position: relative;
}

.de {
    color: #2C2765;
}

.dev {
    color: #2B6E8B;
}

.marketing-span {
    color: #AF2727;
}

* {
    margin: 0;
    box-sizing: border-box;
}

.text-wrapper {
    display: flex;
    justify-content: start;
    overflow: hidden;
}

.loop-text {
    font-size: 200px;
    font-family: Poppins-light;
    white-space: nowrap;
    padding: 20px;
    letter-spacing: 1px;
    animation: move-rtl 35000ms linear infinite;
}

@keyframes move-rtl {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.design-content-para {
    text-align: center;
    color: black;
    font-family: poppins-regular;
    width: 40%;
    text-align: center;
    margin: auto;
    font-size: 16px;
    line-height: 26px;
    padding-top: 40px;
}

.partnership-content-para {
    text-align: center;
    color: black;
    font-family: poppins-regular;
    width: 60%;
    text-align: center;
    margin: auto;
    font-size: 16px;
    line-height: 26px;
    padding-top: 40px;
}

.explore-partnership {
    width: fit-content;
    padding: 13px 46px;
    position: relative;
    border: 2px solid #2D2A6E;
    border-radius: 1.5rem;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    font-family: Poppins-bold;
    color: #171537 !important;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
    margin-top: 52px;
}

.partnership-section {
    padding: 150px 0px 155px 0px;
}


/* .explore-partnership a{
    color:#171537!important;
}  */

.explore-partnership:hover {
    color: #fff !important;
    text-decoration: none !important;
    border: 2px solid #2D2A6E;
}

.marq-sec {
    padding: 0px 0px 136px 0px;
}

#rssBlock {
    left: 0px;
    height: 80px;
    background: #FFFFFF;
    width: 1070px;
    overflow: hidden;
}


/*remove p*/

.cnnContents {
    width: 100%;
    padding-top: 20px;
    margin: 0 auto;
    font-size: 30px;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: 'Museo';
    font-weight: 300;
}

.marqueeStyle {
    display: inline-block;
    /* Apply animation to this element */
    -webkit-animation: scrolling-left1 20s linear infinite;
    animation: scrolling-left1 20s linear infinite;
}

.marqueeStyle2 {
    display: inline-block;
    /* Apply animation to this element */
    -webkit-animation: scrolling-left2 20s linear infinite;
    animation: scrolling-left2 20s linear infinite;
    animation-delay: 10s;
}


/* scrolling-left is continuous/repeatly text */

@keyframes scrolling-left1 {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scrolling-left2 {
    0% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }
    100% {
        transform: translateX(-200%);
        -webkit-transform: translateX(-200%);
    }
}

@-webkit-keyframes scrolling-left1 {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes scrolling-left2 {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-200%);
    }
}

@media (max-width:1500px) {
    .banner-text h2 {
        font-size: 88px;
    }
    .banner-text {
        position: absolute;
        bottom: 80px;
    }
    .story-left-title h3 {
        font-size: 74px;
    }
    .year-new {
        font-size: 180px;
    }
    .yearplus-new {
        font-size: 180px;
        margin-left: -18px
    }
    .about-left-head h2 {
        font-size: 80px;
        font-family: Poppins-light;
        line-height: 99px;
    }
    .about-wraper-section {
        padding: 90px 0px 50px 0px;
    }
    .partnership-text {
        font-size: 184px;
    }
}

@media (max-width:1366px) {
    .partnership-text {
        font-size: 135px;
    }
    .story-left-title h3 {
        font-size: 62px;
    }
    .loop-text {
        font-size: 100px;
    }
    .marq-sec {
        padding: 0px 0px 136px 0px;
    }
    .partnership-text img {
        width: 200px
    }
}

@media (max-width:1200px) {
    .banner-text h2 {
        font-size: 70px;
        line-height: 71px;
    }
    .about-left-head h2 {
        font-size: 68px;
        line-height: 75px;
    }
    .about-left-head p {
        width: 54%;
    }
    .story-left-title h3 {
        font-size: 61px;
    }
}

@media (max-width:1024px) {
    .about-left-head h2 {
        font-size: 58px;
        line-height: 71px;
    }
    .about-left-head p {
        width: 63%;
    }
    .story-left-title h3 {
        font-size: 90px;
    }
    .story-right-content {
        font-size: 13px;
    }
    .white-bg {
        margin-top: -200px
    }
    .yearplus-new {
        font-size: 150px;
    }
    .year-new {
        font-size: 150px;
    }
    .des-year-new {
        font-size: 30px;
    }
    .partnership-text {
        font-size: 100px;
    }
    .story-left-title-sec {
        width: 50%;
    }
    .story-right-content-sec {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .about-left-head h2 {
        font-size: 55px;
        line-height: 66px;
    }
    .about-left-head p {
        width: 67%;
    }
}

@media (max-width:991px) {
    .video-banner {
        height: 500px !important;
    }
    .banner-text h2 {
        font-size: 47px;
        line-height: 56px;
    }
    .banner-text {
        bottom: 30px;
    }
    .about-first-content {
        flex-direction: column;
    }
    .about-left-head h2 {
        padding-bottom: 30px;
        font-size: 48px;
    }
    .about-left-head {
        width: 100%;
    }
    .our-story {
        flex-direction: column;
    }
    .story-left-title-sec {
        width: 100%;
    }
    .story-left-title h3 {
        text-align: center;
    }
    .story-right-content-sec {
        width: 100%;
    }
    .white-bg {
        width: auto;
    }
    .about-right-slider {
        width: 100%;
    }
    .partnership-content-para {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
    .partnership-text {
        font-size: 80px;
    }
    .design-content-para {
        width: 100%;
    }
    .partnership-text img {
        width: 200px;
    }
    .about-right-slider {
        height: auto;
    }
}

@media (max-width:767px) {
    .about-left-head p {
        width: 100%;
    }
    .white-bg {
        width: auto;
    }
    .talent {
        font-size: 30px;
    }
    .talent-content {
        font-size: 11px;
    }
}

@media (max-width:575px) {
    /* .banner-text{
    display: none;
}  */
    .about-wraper-section {
        padding: 30px 0px 0px 0px;
    }
    .story-left-title h3 {
        text-align: left;
    }
    .explore {
        margin: 0;
    }
    .story-left-title h3 {
        font-size: 60px;
        padding-bottom: 30px;
    }
    .white-bg {
        margin-top: 0;
        padding: 30px 0px;
    }
    .talent-content {
        padding-bottom: 30px;
    }
    .explore {
        width: fit-content;
        padding: 9px 25px;
    }
    .about-right-slider {
        height: 400px !important;
    }
    .white-bg {
        height: auto;
    }
    .partnership-content-para {
        text-align: left;
    }
    .explore-partnership {
        margin-left: 25px;
    }
    .design-content-para {
        text-align: left;
    }
    .partnership-text img {
        width: 80px;
    }
    .our-story-bg {
        padding: 35px 0px;
    }
    .story-right-content {
        padding-bottom: 30px;
        font-size: 14px;
    }
    .talent-content {
        font-size: 14px;
    }
}

@media (max-width:480px) {
    .about-left-head h2 {
        padding-bottom: 30px;
        font-size: 35px;
        line-height: 42px;
    }
    .year-new {
        font-size: 85px;
        line-height: 42px;
        letter-spacing: 0px;
    }
    .yearplus-new {
        font-size: 85px;
    }
    .des-year-new {
        font-size: 16px;
    }
    .about-first-content {
        gap: 50px;
    }
    .about-right-slider {
        height: 190px !important;
    }
    .partnership-text {
        font-size: 40px;
    }
    .partnership-text img {
        width: 80px;
    }
    .partnership-section {
        padding: 50px 0px 50px 0px;
    }
    .loop-text {
        font-size: 100px;
    }
    .design-content-para {
        padding-right: 15px;
        padding-left: 15px;
    }
    .marq-sec {
        padding: 0px 0px 50px 0px;
    }
    .about-left-head h2 {
        width: 100%;
    }
    .banner-text h2 {
        font-size: 53px;
        line-height: 58px;
        width: 100%;
    }
    .banner-text h1 {
        font-size: 16px;
    }
    .des-year-new {
        margin-left: 6px;
    }
}

@media (max-width:360px) {
    .about-left-head h2 {
        padding-bottom: 30px;
        font-size: 39px;
        line-height: 48px;
    }
}

@media (max-width:280px) {
    .partnership-text {
        font-size: 18px;
    }
    .story-left-title h3 {
        font-size: 40px;
    }
    .year-new {
        font-size: 63px;
    }
    .our-story-bg {
        padding: 50px 0px;
    }
    .yearplus-new {
        font-size: 63px;
    }
    .about-left-head h2 {
        padding-bottom: 30px;
        font-size: 29px;
        line-height: 35px;
    }
}


/***************************************pakage anfd pricing*****************************************/

.pkg-flex {
    display: flex;
    justify-content: space-between;
}

.pkg-div-width {
    width: 33.33%;
    background-color: #fff;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.price-head {
    padding: 40px 0px 0px 0px;
    border-bottom: 1px solid #2D2A6E;
    text-align: center;
    position: relative;
}

.price-head h2 {
    font-family: Poppins-Medium;
    margin-bottom: 30px;
    color: #2D2A6E;
}

.price {
    font-family: Poppins-Bold;
    font-size: 30px;
    /* border: 1px solid #2D2A6F; */
    background-color: #f4f8ff;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 67px;
    margin: auto;
    color: #2D2A6E;
}

.price-ul {
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    padding: 50px 0px;
}

.price-ul ul {
    list-style: inside;
    list-style-image: url(../images/checker.svg);
}

.price-ul ul li {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 40px;
    font-family: Poppins-Regular;
}

.premium-pkg {
    border: 3px solid #FFAB03;
}

.premium-pkg .price-head {
    border-bottom: 1px solid #FFAB03;
}

.pricing-badge {
    position: absolute;
    top: 0;
    z-index: 0;
    right: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    height: 100px;
}

.pricing-badge .badge {
    float: right;
    transform: rotate(31deg);
    right: -26px;
    top: 14px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 14px;
    margin: 0;
    padding: 15px 10px;
    font-weight: 500;
    color: #ffffff;
    background: #FFAB03;
    height: 40px;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.trendy-new:last-child {
    /* line-height: 24px; */
    font-weight: bolder;
    color: #cdccd3;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.trendy-new:first-child {
    color: #bebddd;
    padding: 0 5px;
    border-radius: 4px;
    /* padding-bottom: 31px; */
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.trendy-new {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    color: #2D2A6E;
    background: linear-gradient(to right, #6764af 10%, #ffffff 20%, #fff 30%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 1.5s linear infinite;
    display: inline-block;
}

.pkg_padding {
    padding: 100px 0px !important;
}

.bg-white {
    background: white;
}

.discuss-quote-new {
    color: #171537;
}

.message-btn-new:hover {
    border: 1px solid #171537;
}

.discus-bg {
    margin: 50px 0px;
}


/* .discus-bg{
    background-image: url('../images/discus-bg-img.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
} */

.forms-area-new::placeholder {
    color: #171537;
}

.forms-area-new {
    background-color: white;
    border: 1px solid #171537;
    color: #171537;
}

.blob.purple {
    background: #2D2A6E;
    box-shadow: 0 0 0 0 #E8F0FC;
    animation: pulse-purple 2s infinite;
}

.blob {
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin-top: 30px;
    height: 50px;
    width: 50px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
}

.plus-icon-new {
    border-radius: 50%;
    border: 1px solid #000;
    height: 39px;
    width: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin: auto;
    text-align: center;
}

.plus-icon-new {
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.btn-choose {
    display: flex;
    justify-content: center;
    margin-top: auto;
}

.choose-plan:hover {
    background-color: #2D2A6F;
    color: white;
}

.btn-choose a:hover {
    text-decoration: none;
}

.bg-clr {
    background-color: #2D2A6F;
    color: white;
}

.choose-plan {
    border: 1px solid #2D2A6F;
    font-size: 18px;
    color: #2D2A6F;
    background: #fff;
    padding: 15px 55px;
    border-radius: 50px;
    font-weight: bold;
    font-family: Poppins-Medium;
    text-transform: capitalize;
}

@media (max-width:1024px) {
    .price {
        font-size: 20px;
    }
    .price-head h2 {
        font-size: 25px;
    }
    .price-ul ul li {
        font-size: 14px;
    }
    .pkg_padding {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .pricing-badge .badge {
        top: 4px;
    }
    .pricing-badge .badge {
        font-size: 13px;
        right: -54px;
    }
}

@media (max-width:992px) {
    .pkg-flex {
        flex-direction: column;
        gap: 30px;
    }
    .pkg-div-width {
        width: 50%;
        margin: auto;
    }
}

@media (max-width:575px) {
    .pkg_padding {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .pkg-div-width {
        width: 100%;
    }
    .mb-pkg-padding {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .discus-bg {
        margin: 50px 0px;
    }
    .card-body {
        padding: 0px !important;
    }
    .trendy:first-child {
        margin-top: -43px !important;
    }
    .pricing-badge .badge {
        top: 8px;
    }
    .pricing-badge .badge {
        font-size: 12px;
    }
    .pricing-badge .badge {
        right: -46px;
        top: 0px;
        padding: 18px 10px;
    }
    .price-ul ul li {
        font-size: 12px;
    }
    .price-ul ul {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pkg_padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.col5_col4lg_col3sm-boxes-clients {
    grid-auto-flow: row;
    gap: 40px 40px;
    grid-template-columns: repeat(5, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1500px) {
        grid-template-columns: repeat(4, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    @media (max-width: 840px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    @media (max-width: 480px) {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}

.img-client-area {
    margin: auto;
    display: flex;
}

.client-borders {
    border: 1px solid #353180;
    height: 300px;
    display: flex;
    border-radius: 10px;
}

.client-borders:hover {
    border: 1px solid #7B78AC;
    height: 300px;
    display: flex;
}

.service-text-two-clent {
    font-size: 30px;
    font-family: Poppins-Regular;
    text-align: center;
    margin-top: 30px;
}

.client-text-one {
    font-size: 95px;
}

@media (max-width:1366px) {
    .service-text-two-clent {
        font-size: 27px;
    }
    .client-text-one {
        font-size: 80px;
    }
}

@media (max-width:1200px) {
    .service-text-two-clent {
        font-size: 27px;
    }
    .client-text-one {
        font-size: 70px;
    }
}

@media (max-width:991px) {
    .service-text-two-clent {
        font-size: 25px;
    }
    .client-text-one {
        font-size: 65px;
    }
}

@media (max-width:575px) {
    .service-text-two-clent {
        font-size: 20px;
        text-align: left;
    }
    .client-text-one {
        width: 100%;
        justify-content: left;
    }
}

@media (max-width:480px) {
    .service-text-two-clent {
        font-size: 14px;
        text-align: left;
        margin-top: 12px;
    }
    .client-text-one {
        width: 100%;
        justify-content: left;
    }
}


/*********************************** privacy-policy************************* */

.listing-head-privacy {
    font-size: 20px;
    font-family: Poppins-Medium;
    margin: 0;
}

.main-para-privacy {
    font-size: 14px;
    font-family: Poppins-Regular;
    margin-top: 12px;
    margin-bottom: 26px;
    line-height: 26px;
    padding-bottom: 46px;
}

.main-para-privacy-gdpr {
    font-size: 14px;
    font-family: Poppins-Regular;
    margin-top: 12px;
    margin-bottom: 5px;
}

.main-para-privacy-payment {
    font-size: 14px;
    font-family: Poppins-Regular;
    margin-top: 12px;
    margin-bottom: 26px;
}

.privacy-lists {
    margin-bottom: 40px;
    margin-top: 20px;
}

.privacy-list {
    font-size: 14px;
    font-family: Poppins-Regular;
    margin-bottom: 5px;
}


/********************** request a proposal ***********************/

.form-area-proposal {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.proposal-center {
    margin: auto;
}

.request-qt {
    background-color: rgb(255, 255, 255);
    padding: 30px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 50px;
}

.reqst-img-area {
    background-image: url(../images/request.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.quote-clr {
    color: white;
    font-size: 20px;
    font-family: Poppins;
    margin-top: 30px;
}

.landing-text-quote {
    font-size: 35px;
    font-family: Poppins-Regular;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #2D2A6E;
    font-weight: 600;
}

.quote-pr {
    padding-right: 0px;
}

@media (max-width:767px) {
    .landing-text-quote {
        font-size: 32px;
    }
}

@media (max-width:575px) {
    .landing-text-quote {
        font-size: 20px;
        text-align: left;
    }
}


/***************************************career*****************************************/

.job {
    font-size: 100px;
    font-family: Poppins-light;
    margin: 0;
    text-align: left;
    letter-spacing: -3px;
    padding-bottom: 70px;
    color: #111111;
    padding-bottom: 100px;
    display: none;
}

.sub-job {
    font-size: 16px;
    font-family: Poppins-Regular;
    color: black;
    margin-top: -78px;
    margin-left: 14px;
    text-align: left;
    display: none;
}

.togglefaqs-new {
    color: #000 !important;
}

.togglefaqs-new.active {
    background-color: #ffff;
}

.banner-text .banner-video-head-new {
    width: 67%;
}

.about-left-head .career-head {
    width: 99%;
    font-size: 93px;
}

.togglefaqs-new:hover {
    text-decoration: none;
    color: #000;
}

.icon-pluss-new {
    color: black;
}

.contactUsHero_form_wrapper__vdxYo_new {
    display: flex;
}

.contact-area-new {
    display: flex;
    justify-content: space-between;
}

.form-area-new {
    width: 60%;
}

.contact-detail-area-new {
    width: 40%;
    background-image: url('../images/career-right.webp');
    background-size: cover;
    background-position: bottom;
}

.p-15-lr {
    padding-right: 15px;
    padding-left: 15px;
}

.responsibilities {
    margin: 0;
    padding-bottom: 25px;
    padding-left: 20px;
}

.responsibilities li {
    font-size: 14px !important;
    line-height: 25px;
    padding: 0;
    margin: 0;
}

.contactUsHero_form_container__ABoFU-new {
    width: 100%;
    /* margin: auto; */
    padding: 50px;
    /* border-radius: 15px; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 75px;
    margin: 0;
    max-width: 100%;
}

.apply-btn {
    color: black;
    border: 1px solid black;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
}

.apply-btn:hover {
    background-color: #2D2A6E;
    color: white;
    border: 1px solid #2D2A6E;
    ;
}

.form-head {
    font-size: 42px;
    font-family: Poppins-Regular;
    margin: 0;
    text-align: left;
    /* letter-spacing: -3px; */
    padding-bottom: 70px;
    color: #111111;
    line-height: 56px;
}

.btn-apply:hover {
    text-decoration: none;
}

.res {
    padding-top: 15px;
    font-size: 20px;
}

#careerform {
    padding-bottom: 50px;
}

.faqanswers-new p {
    width: 98%;
    padding-bottom: 15px;
}

.about-right-slider-new {
    height: auto;
}

.resume-attach {
    display: flex;
    flex-direction: column;
}

@media (max-width:1450px) {
    .about-left-head .career-head {
        width: 99%;
        font-size: 76px;
    }
}

@media (max-width:1366px) {
    .about-left-head .career-head {
        width: 99%;
        font-size: 65px;
        line-height: 77px;
    }
}

@media (max-width:1024px) {
    .about-left-head .career-head {
        width: 99%;
        font-size: 56px;
    }
    .form-head {
        font-size: 22px;
    }
    .contactUsHero_form_container__ABoFU-new {
        padding: 25px;
    }
}

@media (max-width:991px) {
    .form-area-new {
        width: 100%;
    }
    .form-head {
        font-size: 27px;
    }
}

@media (max-width:767px) {
    .job {
        font-size: 80px;
    }
    .sub-job {
        font-size: 13px;
    }
    .client-area-service-new {
        padding: 20px 0px 52px 0px
    }
    .form-head {
        font-size: 19px;
    }
}

@media (max-width:575px) {
    .contactUsHero_form_wrapper__vdxYo_new {
        flex-direction: column;
        gap: 44px;
    }
    .about-left-head .career-head {
        width: 99%;
        font-size: 33px;
    }
    .job {
        font-size: 40px;
    }
    .sub-job {
        font-size: 13px;
    }
    .contactUsHero_form_container__ABoFU-new {
        padding: 0px;
    }
    .about-first-content-new {
        gap: 15px;
    }
    .job-opening {
        margin-top: 50px;
    }
    .responsibilities li {
        font-size: 13px !important;
    }
    .mb-space {
        padding: 0px 0px !important;
    }
    .res {
        padding-top: 15px;
        font-size: 16px;
    }
    .form-head {
        line-height: 30px;
    }
    .client-text-one {
        font-size: 30px;
        letter-spacing: -2px;
    }
}

@media (max-width:480px) {
    .about-left-head .career-head {
        letter-spacing: 0px;
        font-size: 29px;
        line-height: 35px;
    }
    .togglefaqs-new {
        font-size: 14px;
    }
    .tab-content-new {
        padding-top: 50px;
    }
    .res {
        padding-top: 15px;
        font-size: 16px;
    }
    .form-head {
        line-height: 30px;
    }
}

@media (max-width:480px) {
    .explore-partnership {
        font-size: 13px;
        white-space: nowrap;
    }
    .explore {
        font-size: 13px;
        white-space: nowrap;
    }
}

.expertise__card:hover .sevice_new {
    background-color: #02021e;
    color: #fff;
}


/**********************our-story ***********************/

.our-story-bg-image {
    background-image: url("../images/about/ourstory/our-story-bg.webp");
    background-size: cover;
    height: 993px;
    background-repeat: no-repeat;
    position: relative;
    &:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom right, #000, #000);
        opacity: .6;
    }
}

.header-text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-family: Poppins-Thin;
    text-transform: capitalize;
}

.header-text {
    font-size: 245px;
    margin: 0;
}

.story-span {
    font-family: Poppins-Regular;
}

.ourstory-wraper-section {
    padding: 133px 0px 0px 0px;
}

.ourstory-content p {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 40px;
    font-family: Poppins-Regular;
    color: black;
}

.canada {
    font-family: Poppins-Medium;
}

.container-extra-space-new {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.about-left-head .story-head {
    width: 93%;
    font-size: 100px;
}

.about-story-right-slider {
    width: 30%;
}

.story-head {
    font-size: 100px;
    font-family: Poppins-light;
    line-height: 113px;
    margin: 0;
    letter-spacing: -3px;
    padding-bottom: 70px;
    color: #111111;
    width: 98%;
}

.about-story-left-head {
    width: 70%;
}

.secnd-section {
    padding: 150px 0px 192px 0px;
}

.pargraph-section {
    font-size: 22px;
    color: black;
    font-family: Poppins-Regular;
}

.who_we_serve {
    padding-top: 227px;
}

.who_we_serve h3 {
    font-size: 180px;
    color: black;
    font-family: Poppins-light;
    text-align: center;
    margin: 0;
    padding-bottom: 70px;
}

.who_we_serve p {
    text-align: center;
    font-size: 16px;
    color: black;
    width: 62%;
    margin: auto;
    display: flex;
    padding-bottom: 199px;
    font-family: Poppins-Regular;
}

.item__box {
    position: relative;
    height: 100%;
}

@media (min-width: 992px) {
    .listing_card.listingCard_new {
        border-bottom: none;
    }
}

@media (min-width: 992px) {
    .isting_card {
        --padding: 1.3888888889rem 1.6666666667rem;
    }
}

.isting_card {
    --padding: 1.5555555556rem 1.3333333333rem 1.6666666667rem;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media (min-width: 768px) {
    .isting_card.listingCard_image {
        --aspect-ratio: calc(278/884 * 100%);
    }
}

.listing_card .listingCard_image {
    --aspect-ratio: 30%;
    width: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
}

.ratio-new:before {
    display: block;
    padding-top: var(--aspect-ratio);
    content: "";
}

.isting_card .listingCard_image img {
    object-fit: cover;
    transform: scale(1);
    transition: transform 1s cubic-bezier(.19, 1, .22, 1);
    will-change: transform;
}

.ratio-new>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
}

@media (min-width: 992px) {
    .isting_card.listingCard_new.listingCard_context {
        margin-top: 0;
    }
}

.isting_card.listingCard_new .listingCard_context {
    margin-top: 0;
    padding: var(--padding);
    background-color: var(--light);
}

@media (max-height: 810px) {
    .isting_card .listingCard_context {
        margin-top: 1.6666666667rem;
    }
}

@media (min-width: 992px) {
    .isting_card .listingCard_context {
        margin-top: 2.7777777778rem;
    }
}

.listing_card .listingCard_context {
    width: 100%;
    flex: 1 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 18px;
}

.box-content {
    grid-auto-flow: row;
    gap: 70px 47px;
    margin-bottom: 135px;
    display: flex;
    justify-content: space-between;
}

.box-width {
    width: 100%;
    flex: 1;
    margin-bottom: 20px;
}

.listingCard_title {
    font-size: 50px;
    color: black;
    font-family: Poppins-light;
    margin: 0;
    padding-top: 35px;
}

.listingCard_description {
    font-size: 16px;
    color: black;
    font-family: Poppins-Regular;
    margin: 0;
    padding-top: 35px;
    padding-bottom: 55px;
}

.description-point {
    font-family: Poppins-SemiBold;
}

.stretched-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (max-width:1450px) {
    .who_we_serve h3 {
        font-size: 100px;
    }
    .story-head {
        font-size: 81px;
    }
    .ourstory-content p {
        font-size: 16px;
        line-height: 32px;
    }
    .pargraph-section {
        font-size: 16px;
    }
}

@media (max-width:1366px) {
    .ourstory-content p {
        font-size: 15px;
        line-height: 32px;
    }
    .story-head {
        font-size: 77px;
        line-height: 88px;
    }
    .pargraph-section {
        font-size: 15px;
    }
    .who_we_serve h3 {
        font-size: 100px;
    }
    .who_we_serve p {
        font-size: 15px;
        width: 90%;
    }
    .ratio-new>* {
        height: auto;
        width: auto;
    }
    .ratio-new {
        padding: 0;
    }
    .listingCard_title {
        font-size: 32px;
        padding-top: 30px;
    }
    .listingCard_description {
        font-size: 13px;
    }
    .who_we_serve p {
        padding-bottom: 80px;
    }
    .secnd-section {
        padding: 100px 0px 80px 0px;
    }
    .header-text {
        font-size: 135px;
    }
    .ourstory-wraper-section {
        padding: 80px 0px 0px 0px;
    }
    .our-story-bg-image {
        height: 500px !important;
    }
}

@media (max-width:1200px) {
    .story-head {
        width: 100%;
    }
    .about-story-left-head {
        width: 45%;
    }
    .about-story-right-slider {
        width: 45%;
    }
    .story-head {
        font-size: 49px;
        line-height: 68px;
    }
}

@media (max-width:992px) {
    .about-first-content-new {
        flex-direction: column;
    }
    .right-img-story {
        width: 100%;
    }
    .right-img-story img {
        width: 100%;
    }
    .listingCard_title {
        font-size: 26px;
    }
    .about-story-left-head {
        width: 100%;
    }
    .story-head {
        font-size: 77px;
        line-height: 90px;
    }
    .who_we_serve {
        padding-top: 50px;
    }
}

@media (max-width:991px) {
    .box-content {
        flex-direction: column;
    }
    .box-width {
        width: 100%;
    }
    .stretched-img img {
        width: 100%;
    }
    .ratio-new img {
        width: 100%;
    }
}

@media (max-width:768px) {
    .about-story-left-head {
        width: 100%;
    }
    .who_we_serve h3 {
        font-size: 78px;
    }
}

@media (max-width:767px) {
    .who_we_serve h3 {
        font-size: 62px;
    }
}

@media (max-width:575px) {
    .header-text {
        font-size: 80px;
    }
    .our-story-bg-image {
        background-position: bottom;
    }
    .ourstory-wraper-section {
        padding: 35px 0px 0px 0px;
    }
    .about-story-left-head {
        width: 100%;
    }
    .story-head {
        font-size: 38px;
        line-height: 51px;
        padding-bottom: 30px;
        letter-spacing: -2px;
    }
    .secnd-section {
        padding: 50px 0px 40px 0px;
    }
    .who_we_serve h3 {
        font-size: 43px;
        padding-bottom: 30px;
        text-align: left;
    }
    .who_we_serve p {
        text-align: left;
        width: 100%;
    }
    .box-content {
        margin-bottom: 50px;
        gap: 0px 36px;
    }
    .our-story-bg-image {
        height: 400px !important;
    }
}

@media (max-width:480px) {
    .our-story-bg-image {
        height: 400px !important;
    }
    .who_we_serve h3 {
        font-size: 38px;
    }
}

@media (max-width:280px) {
    .header-text {
        font-size: 53px !important;
    }
}


/****************************** talentOutsourcing -area ***************************/

.Outsourcing {
    line-height: 230px;
}

.talent-content p {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 40px;
    font-family: Poppins-Regular;
    color: black;
    width: 88%;
}

.what-We-provide h2 {
    font-size: 100px;
    color: black;
    font-family: Poppins-light;
    text-align: center;
    margin: 0;
    padding-bottom: 70px;
}

.talent-right {
    width: 30%;
    position: relative;
    /* display: flex; */
    /* width: 746px; */
}

.col5_col4lg_col3smmm {
    grid-auto-flow: row;
    gap: 94px 40px;
    grid-template-columns: repeat(3, 1fr);
}

.listingCard_title {
    font-size: 37px;
}

.listing_card .listingCard_context-new {
    margin-top: 0px !important;
}

.listingCard_description-new {
    padding-top: 42px;
}

@media (max-width:1500px) {
    .Outsourcing {
        line-height: 178px;
    }
    .Outsourcing {
        font-size: 100px;
        line-height: 88px;
    }
    .story-head-new {
        font-size: 63px;
        line-height: 83px;
    }
    .talent-content p {
        font-size: 17px;
        line-height: 35px;
    }
    .secnd-section-new {
        padding: 150px 0px 92px 0px;
    }
    .listingCard_title {
        font-size: 23px;
    }
    .col5_col4lg_col3smmm {
        grid-auto-flow: row;
        gap: 30px 40px;
    }
}

@media (max-width: 1200px) {
    .header-text {
        font-size: 80px;
    }
    .Outsourcing {
        line-height: 76px;
    }
    .talent-right {
        width: 45% !important;
    }
    .story-head-new {
        font-size: 49px;
        line-height: 68px;
    }
    .talent-left-head {
        width: 50% !important;
    }
    .talent-content p {
        width: 100%;
    }
    .listingCard_context-new.listingCard_title {
        font-size: 20px !important;
    }
}

@media (max-width: 1024px) {
    .header-text {
        font-size: 80px;
    }
    .Outsourcing {
        line-height: 76px;
    }
    .talent-right {
        width: 45% !important;
    }
    .story-head-new {
        font-size: 46px;
        line-height: 68px;
        padding-bottom: 30px;
    }
    .talent-left-head {
        width: 50% !important;
    }
    .talent-content p {
        width: 100%;
        font-size: 15px;
    }
    .listingCard_context-new.listingCard_title {
        font-size: 20px !important;
    }
    .col5_col4lg_col3smmm {
        gap: 40px 40px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:992px) {
    .talent-left-head {
        width: 100% !important;
    }
    .talent-right {
        width: 100% !important;
    }
    .secnd-section-new {
        padding: 50px 0px 92px 0px;
    }
    .what-We-provide h2 {
        font-size: 60px;
    }
}

@media (max-width:768px) {
    .col5_col4lg_col3smmm {
        gap: 20px 40px;
        grid-template-columns: repeat(1, 1fr);
    }
    .listingCard_description-new {
        padding-bottom: 0px;
    }
}

@media (max-width: 575px) {
    .Outsourcing {
        line-height: 44px;
        font-size: 40px;
    }
    .story-head-new {
        font-size: 35px;
        line-height: 59px;
        letter-spacing: -2px;
    }
    .what-We-provide h2 {
        font-size: 37px;
    }
}

@media (max-width:480px) {
    .what-We-provide h2 {
        font-size: 34px;
    }
    .listingCard_title {
        font-size: 22px;
    }
    .listingCard_description-new {
        padding-top: 20px;
    }
    .story-head-new {
        font-size: 34px;
    }
    .opportunity-head {
        font-size: 35px;
    }
}

.head-why-trust {
    width: 30%;
}

.img-right-trust {
    width: 60%;
}

.last-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.head-why-trust h3 {
    font-size: 80px;
    color: #111111;
    font-family: Poppins-light;
    text-align: left;
    margin: 0;
    line-height: 120px;
}

.imgs-row {
    position: relative;
    display: inline-block;
    width: 33.333333%;
}

.img-right-trust {
    display: flex;
    gap: 28px;
}

.imgs-row img {
    border-radius: 10px;
}

.blue-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #010107;
    /* Adjust the alpha (last value) for transparency */
    pointer-events: none;
    /* Ensures that the overlay doesn't interfere with mouse events on the image */
    opacity: 0.5;
    border-radius: 10px;
}

.img-title {
    font-size: 24px;
    color: white;
    text-align: center;
    background: rgb(56 54 78 / 50%);
    padding: 24px 26px 24px 36px;
    font-family: Poppins-light;
    position: absolute;
    bottom: 0;
    z-index: 99999;
    right: 0;
    left: 0;
    border-radius: 10px;
}


/* .bg-first{
            background-color: #1C1943;
        } */

.last-section {
    padding: 162px 0px 136px 0px;
}

.imgs-row:hover .img-title {
    background-color: #1C1943;
}

.imgs-row p {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 28px 35px 0px 30px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 999999;
    color: white;
    font-size: 16px;
    width: 100%;
    font-family: Poppins-Regular;
}

.imgs-row:hover p {
    opacity: 1;
    /* Show on hover */
}

.imgs-row:hover .img-title {
    opacity: 1;
    /* Show on hover */
}

@media (max-width:1500px) {
    .head-why-trust h3 {
        font-size: 50px;
        line-height: 78px;
    }
    .img-title {
        font-size: 12px;
        padding: 10px 26px 10px 36px
    }
    .imgs-row p {
        font-size: 10px;
    }
}
@media (max-width:1300px) {
    .popup-custom-box .pop-lf-row {
      
        column-gap: 30px;
    }
    .pop-lf-row .first-box-lf {
        
        padding-right: 30px;
    }
    .popup-custom-box .popup-img-area {
       
        padding: 40px 40px;
    }
}
@media (max-width:1200px) {
    .head-why-trust h3 {
        font-size: 50px;
        line-height: 78px;
    }
    .img-title {
        font-size: 11px;
    }
    .imgs-row p {
        font-size: 10px;
    }
    .popup-custom-box .pop-lf-row {
      
        column-gap: 20px;
    }
    .pop-lf-row .first-box-lf {
        
        padding-right: 20px;
    }
}

@media (max-width: 1025px) {
    .head-why-trust h3 {
        font-size: 33px;
        line-height: 49px;
    }
    .img-title {
        padding: 10px;
    }
    .imgs-row p {
        font-size: 10px;
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .last-section {
        flex-direction: column;
    }
    .head-why-trust {
        width: 100%;
    }
    .head-why-trust h3 {
        font-size: 55px;
        line-height: 65px;
        padding-bottom: 50px;
    }
    .img-right-trust {
        width: 100% !important;
    }
    .img-title {
        font-size: 20px;
        padding: 25px;
        text-align: left;
    }
    .imgs-row {
        width: 100% !important;
    }
    .imgs-row img {
        width: 100% !important;
    }
    .imgs-row p {
        font-size: 20px;
        padding: 28px 26px 10px 36px
    }
    .popup-custom-box .pop-lf-row {
      
      flex-wrap: wrap;
    }
    .popup-custom-box .popup-img-area {
        padding: 40px 40px 40px 40px;
    }
    .popup-custom-overlay .popup-custom-box {
        /* width: 94%; */
        flex-direction: column;
        height: 85vh;
        overflow: auto;
        gap:0px;
        position: inherit;
    }
    .popup-custom-overlay .popup-custom-close {
        position: absolute;
        top: 10px;
        right: 15px;
        color: #fff;
    }
    .popup-custom-overlay .popup-forms-area, .popup-custom-overlay .popup-img-area {
        width: 100%;
    }
    .popup-custom-overlay .pop-ls-bg-hd {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .head-why-trust h3 {
        font-size: 31px;
        line-height: 43px;
    }
    .img-title {
        padding: 13px;
    }
    .last-section {
        padding: 50px 0px 50px 0px;
    }
}
.popup-sec{ max-height: 85vh; overflow: auto; max-width: 85vw;position: relative;}
@media (min-width: 1600px) {
    .popup-sec{ max-width: 100%;width: 70%;}
}


/****************************** partnership-area ***************************/

.partnership-bg-image {
    background-image: url("../images/about/partnership/partnership.webp");
    background-size: cover;
    height: 993px;
    background-repeat: no-repeat;
    position: relative;
    &:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom right, #000, #000);
        opacity: .6;
    }
}

.partnership-div-bg {
    background-image: url(../images/about/partnership/box-box.png);
    width: 100%;
    display: flex;
    position: relative;
    height: 650px;
}

.banner-image-head {
    position: relative;
    display: flex;
    justify-content: center;
    margin: auto;
    color: white;
    display: flex;
}

.partner-main-head {
    font-family: Poppins-Thin;
    font-size: 245px;
}

.future-partnersip {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.future-content-section {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 50%;
}

.future-image {
    position: relative;
    display: flex;
    width: 50%;
    justify-content: right;
}

.future-head {
    font-family: Poppins-light;
    font-size: 100px;
    letter-spacing: -4px;
    line-height: 125px;
    color: #111111;
}

.partner-image {}

.container-extra-space {
    padding-left: 70px !important;
    padding-right: 70px !important;
    display: flex;
}

.future-contents {
    width: 50%;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 400px;
    color: #0D0D0D;
    padding-top: 40px;
}

.partnership-welcome-bg {
    background-image: url(../images/about/partnership/grid.png);
    width: 100%;
    display: flex;
    position: relative;
    height: auto;
}

.welcome-bg-clr {
    background-color: #F1F1F1;
}

.how-it-wrk {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.how-it-wrk-head-area {
    display: flex;
    position: relative;
    width: 100%;
}

.how-it-wrk-heads {
    font-family: Poppins-light;
    font-size: 100px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}

.work-content-how-it-work {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 120px;
}

.col5_col4lg_col3sm-how {
    grid-auto-flow: row;
    gap: 90px 40px;
    grid-template-columns: repeat(3, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 820px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
    }
    .word-head-area {
        font-size: 26px;
    }
}

.how-it-wrk-box {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 75px 20px 20px 50px;
    background-color: #171537;
    border-radius: 10px;
}

.img-content-area {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.how-it-box-content {
    color: white;
    font-size: 16px;
    width: 70%;
    font-family: Poppins-Regular;
    line-height: 26px;
}

.word-head-area {
    color: white;
    font-size: 35px;
    padding-top: 40px;
    font-family: Poppins-light;
    line-height: 45px;
}

.imag-head-area {
    display: flex;
    justify-content: right;
}

.opportunity-bg {
    background-color: rgb(224, 224, 224);
}

.opportunity-area {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}

.opportunity-head {
    font-size: 100px;
    color: black;
    width: 50%;
    display: flex;
    padding-bottom: 60px;
    line-height: 125px;
    letter-spacing: -4px;
    margin-top: 100px;
    font-family: Poppins-light;
}

.oppor-revenue {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    margin-bottom: 80px;
}

.revenue-img {
    width: 35%;
    position: relative;
    display: flex;
}

.revenue-content-sec {
    width: 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.revenue-small-content {
    display: flex;
    width: 50%;
    position: relative;
    margin-bottom: 20px;
}

.revenue-head {
    font-size: 80px;
    color: #171537;
    font-family: Poppins-Medium;
}

.revenue-small-content {
    font-size: 16px;
    color: #1C1943;
    font-family: Poppins-Regular;
}

.oppor-opportunity {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    margin-bottom: 80px;
}

.opportunity-content-sec {
    width: 55%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}

.oppertunity-img {
    width: 40%;
    position: relative;
    display: flex;
    justify-content: right;
}

.opportunity-head-two {
    font-size: 100px;
    color: black;
    width: 40%;
    display: flex;
    padding-bottom: 60px;
    line-height: 125px;
    letter-spacing: -4px;
    margin-top: 100px;
    font-family: Poppins-light;
}

.ser-link-pro-part {
    position: relative;
    text-decoration: none;
}

.ser-link-pro-part:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #171537 !important;
    transform-origin: bottom right;
    transition: transform 1s ease-out;
}

.ser-link-pro-part:hover:after {
    transform: scaleX(1);
    text-decoration: none !important;
    color: #171537;
    transform-origin: bottom left;
}

.welcome-organis {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15 0px;
    padding: 173px 0px 170px 0px;
}

.welcom-org-content {
    position: relative;
    width: 45%;
    display: flex;
}

.welcom-org-img {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.wl-org-one {
    display: flex;
    flex-direction: column;
    position: relative;
}

.wl-org-two {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 30px;
    margin-top: 200px;
}

.welcm-text {
    font-size: 100px;
    font-family: Poppins-light;
    line-height: 120px;
    letter-spacing: -3px;
}

.org-imgs {
    margin-bottom: 20px;
    position: relative;
}

.org-imgs:hover img {
    object-fit: cover;
    transition: transform .24s ease-in-out;
    transform: scale(1.02);
    z-index: 2;
    will-change: transform;
}

.org-imgs:hover {
    border-radius: 10px !important;
    overflow: hidden;
}

.org-imgs:hover.blue-overlay {
    transition: transform .24s ease-in-out !important;
    /* transform: scale(1.02) !important; */
    will-change: transform !important;
}

.org-imgs p {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 28px 35px 0px 30px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 999999;
    color: white;
    font-size: 16px;
    width: 100%;
    font-family: Poppins-Regular;
}

.org-imgs:hover .img-title {
    background-color: #1C1943;
}

.org-imgs:hover p {
    opacity: 1;
}

.fa.fa-twitter {
    font-family: sans-serif;
}

.fa.fa-twitter::before {
    content: "𝕏";
    font-size: 1.2em;
}

@media (max-width: 1450px) {
    .partner-main-head {
        font-size: 100px;
    }
    .opportunity-head {
        font-size: 70px;
        line-height: 88px;
    }
    .revenue-head {
        font-size: 56px;
    }
    .future-head {
        font-family: Poppins-light;
        font-size: 90px;
    }
    .welcm-text {
        font-size: 78px;
    }
    .welcm-text {
        font-size: 90px;
        font-family: Poppins-light;
        line-height: 100px;
        letter-spacing: -3px;
    }
}

@media (max-width: 1366px) {
    .future-head {
        font-size: 80px;
        line-height: 65px;
    }
    .opportunity-head-two {
        font-size: 90px;
    }
    .partnership-bg-image {
        height: 500px;
    }
    .welcm-text {
        font-size: 75px;
        font-family: Poppins-light;
        line-height: 90px;
        letter-spacing: -3px;
    }
}

@media (max-width: 1200px) {
    .opportunity-head {
        font-size: 72px;
        line-height: 88px;
    }
    .future-head {
        font-size: 67px;
    }
    .welcm-text {
        font-size: 45px;
        line-height: 77px;
    }
    .future-head {
        font-size: 54px;
    }
    .welcm-text {
        font-size: 90px;
        font-family: Poppins-light;
        line-height: 100px;
        letter-spacing: -3px;
    }
    .welcm-text {
        font-size: 69px;
        font-family: Poppins-light;
        line-height: 79px;
        letter-spacing: -3px;
    }
}

@media (max-width: 1024px) {
    .opportunity-head {
        font-size: 60px;
        line-height: 88px;
    }
    .revenue-head {
        font-size: 40px;
    }
    .revenue-small-content {
        font-size: 13px;
        width: 60%;
    }
    .how-it-box-content {
        width: 100%;
    }
    .word-head-area {
        font-size: 19px;
    }
    .opportunity-head-two {
        line-height: 82px;
        font-size: 72px;
    }
    .partnership-content {
        font-size: 13px !important;
    }
    .how-it-wrk-heads {
        font-family: Poppins-light;
        font-size: 70px;
    }
    .welcm-text {
        font-size: 55px;
        font-family: Poppins-light;
        line-height: 70px;
        letter-spacing: -3px;
    }
}

@media (max-width: 991px) {
    .opportunity-head {
        font-size: 52px;
        line-height: 62px;
    }
    .revenue-head {
        font-size: 30px;
        width: 100%;
    }
    .revenue-small-content {
        width: 100%;
    }
    .opportunity-head-two {
        line-height: 65px;
        font-size: 56px;
    }
    .col5_col4lg_col3sm-how {
        grid-template-columns: repeat(2, 1fr);
    }
    .titile-new {
        font-size: 13px;
        padding: 10px;
    }
    .partnership-content {
        font-size: 11px !important;
    }
    .future-head {
        font-size: 54px;
    }
    .future-contents {
        width: 100%;
    }
    .welcome-organis {
        flex-direction: column;
    }
    .welcom-org-content {
        flex-direction: column;
    }
    .welcom-org-content {
        width: 100%;
    }
    .welcom-org-img {
        width: 100%;
    }
    .future-partnersip {
        flex-direction: column;
    }
    .future-content-section {
        width: 100%;
    }
    .future-content-section {
        width: 100%;
    }
    .welcm-text {
        padding-bottom: 50px;
    }
    .how-it-wrk-heads {
        font-size: 48px;
    }
    .welcome-organis {
        padding: 100px 0px 100px 0px;
    }
    .last-section {
        flex-direction: column;
    }
    .mainmenu>li>a {
        font-size: 14px !important;
    }
}

@media (max-width:768px) {
    .revenue-head {
        font-size: 20px;
    }
    .revenue-small-content {
        font-size: 12px;
    }
    .org-imgs img {
        width: 100%;
    }
    .future-contents {
        padding-bottom: 40px;
    }
    .story-head-new {
        line-height: 50px;
    }
    .img-right-trust {
        display: block;
    }
    .imgs-row {
        margin-bottom: 30px;
    }
    .last-section {
        padding: 65px 0px 65px 0px;
    }
}

@media (max-width:575px) {
    .oppor-revenue {
        flex-direction: column;
    }
    .oppor-opportunity {
        flex-direction: column-reverse;
    }
    .revenue-img {
        width: 100%;
    }
    .revenue-content-sec {
        width: 100%;
    }
    .oppertunity-img {
        width: 100%;
    }
    .opportunity-content-sec {
        width: 100%;
    }
    .opportunity-head {
        font-size: 43px;
        line-height: 53px;
        letter-spacing: -1px;
        width: 100%;
    }
    .revenue-content-sec {
        padding-top: 30px;
    }
    .opportunity-content-sec {
        padding-top: 30px;
    }
    .opportunity-area {
        margin-bottom: 0px;
    }
    .opportunity-head {
        margin-top: 50px;
    }
    .col5_col4lg_col3sm-how {
        grid-template-columns: repeat(1, 1fr);
    }
    .welcome-organis {
        padding: 50px 0px 50px 0px;
        margin-bottom: 0px;
    }
    .partner-main-head {
        font-size: 55px;
    }
    .future-partnersip {
        padding-top: 40px;
    }
    .welcm-text {
        font-size: 41px;
        font-family: Poppins-light;
        line-height: 53px;
        letter-spacing: -1px;
        padding-bottom: 0px;
    }
    .how-it-wrk-heads {
        font-size: 48px;
        line-height: 60px;
    }
    .revenue-small-content {
        font-size: 13px;
    }
    .story-head-new {
        line-height: 45px;
    }
}

@media (max-width:480px) {
    .partnership-bg-image {
        height: 400px;
    }
    .future-partnersip {
        padding: 0;
    }
    .future-head {
        font-size: 80px;
        line-height: 57px;
    }
    .future-head {
        font-size: 49px;
    }
    .future-partnersip {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .opportunity-head-two {
        width: 100%;
    }
}

.abt-img-new {
    /* transition: transform .3s ease-in-out; */
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.abt-img-new:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.center-content {
    text-align: right;
}

.how-it-wrk-box {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.how-it-wrk-box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transform: scale(1.03);
}

.word-head-area,
.imag-head-area {
    transition: all 0.3s ease;
}

.how-it-wrk-box:hover .word-head-area {
    color: #14498F;
}

.how-it-wrk-box:hover .imag-head-area {
    transform: translateY(-20%);
}

@media (max-width: 991px) {
    .how-it-wrk-box {
        padding: 75px 20px 20px 20px;
    }
    .word-head-area {
        line-height: 24px;
    }
    .org-imgs img {
        width: 100%;
    }
}

@media (max-width:575px) {
    .oppor-revenue {
        margin-bottom: 40px;
    }
    .oppor-opportunity {
        margin-bottom: 30px !important;
    }
    .center-content {
        text-align: left;
    }
    .partnership-div-bg {
        background-image: none;
        height: auto;
    }
    .future-partnersip {
        flex-direction: column-reverse;
        gap: 50px;
    }
}

.col5_col4lg_col3sm-partner {
    grid-auto-flow: row;
    gap: 40px 40px;
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    @media (max-width: 820px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    @media (max-width: 480px) {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}

.work-content-partner {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin-top: 60px;
}

.mb-zero {
    margin-bottom: 0px !important;
}


/***********************************newstyle updates********************************************/

@media (min-width:600px) {
    #viewAllBtn {
        display: none;
    }
}

@media (max-width:575px) {
    .mb-box-hide {
        display: none;
        text-align: left;
    }
    .work-content-boxes {
        margin-bottom: 30px !important;
    }
    .industry-area {
        margin-bottom: 30px;
    }
}

#viewAllBtn {
    font-size: 14px;
    flex-direction: row;
    padding: 15px 0px;
    justify-content: space-around;
    margin: 0px 37px;
    width: auto;
    border: 1px solid white;
    font-size: 13px;
}

#viewAllBtn:focus {
    outline: none;
}

@media (min-width:992px) {
    .desk--hide-li {
        display: none !important;
    }
}

@media (max-width:575px) {
    .technology-round:hover {
        width: 200px;
        height: 200px;
        display: flex;
        flex-direction: column;
        border: 1px solid #2D2A6E;
        border-radius: 50%;
        margin: auto;
    }
    .text {
        padding: 25px 0px 25px 0px
    }
}

@media (max-width:480px) {
    .technology-round:hover {
        width: 140px;
        height: 140px;
        display: flex;
        flex-direction: column;
        border: 1px solid #2D2A6E;
        border-radius: 50%;
        margin: auto;
    }
}

@media only screen and (max-width: 1366px) {
    .technology-round:hover {
        width: 250px;
        height: 250px;
    }
}

@media only screen and (max-width: 1200px) {
    .technology-round:hover {
        width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width: 800px) {
    .technology-round:hover {
        width: 180px;
        height: 180px;
    }
}


/*************************************************new*****************************************/

.sticky+.banner-padding {
    padding-top: 200px;
}

#myHeader.sticky .web-service-menu {
    /* Style when header is sticky */
    color: #000 !important;
}

#myHeader.sticky .light-logo {
    display: none;
}

.dark-logo {
    display: none;
}

#myHeader.sticky .dark-logo {
    display: block;
}

.partnership-bg-image {
    background-image: url("../images/about/partnership/partnership.webp");
    background-size: cover;
    height: 993px;
    background-repeat: no-repeat;
    position: relative;
    &:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom right, #000, #000);
        opacity: .6;
    }
}

@media (max-width: 480px) {
    .partnership-bg-image {
        height: 400px !important;
    }
}

@media (max-width: 575px) {
    .partnership-bg-image {
        background-position: bottom;
    }
}

@media (min-width:575px) {
    .req-container {
        padding: 0px 30px !important;
    }
}

@media (max-width:575px) {
    .req-container {
        padding: 0px 15px !important;
    }
    .request-qt {
        padding: 15px;
    }
    .form-control {
        height: auto;
    }
    select.form-control:not([size]):not([multiple]) {
        height: auto !important;
    }
    .form-head {
        padding-bottom: 30px !important;
    }
    .resp-mb {
        margin-bottom: 40px;
    }
}

@media (max-width:991px) {
    .form-control {
        height: auto;
    }
    select.form-control:not([size]):not([multiple]) {
        height: auto !important;
    }
}

.full-length-section {
    padding: 0px 80px;
}

@media (max-width:1600px) {
    .full-length-section {
        padding: 0px 40px;
    }
}

@media (max-width:991px) {
    .full-length-section {
        padding: 0px 90px;
    }
}

@media (max-width:900px) {
    .full-length-section {
        padding: 0px 40px;
    }
}

@media (max-width:767px) {
    .full-length-section {
        padding: 0px 80px;
    }
}

@media (max-width:700px) {
    .full-length-section {
        padding: 0px 40px;
    }
}

@media (max-width:575px) {
    .full-length-section {
        padding: 0px 20px;
    }
    .contactUsHero_form_container__ABoFU-new {
        box-shadow: none;
    }
    .top-botton-line {
        box-shadow: 0px -5px 5px -5px rgba(0, 0, 0, 0.2);
    }
    #careerform {
        padding-bottom: 0px;
    }
    .quote-clr {
        margin-bottom: 15px;
    }
}

.digi-case-para {
    font-family: Poppins-Regular;
    padding-top: 20px;
    padding-bottom: 25px;
}

.image {
    border-radius: 15px;
}

@media (max-width:992px) {
    .tab-sec-dig {
        flex-direction: column-reverse !important;
    }
    .tab-sec-tex {
        padding: 25px 25px 25px 0px;
    }
}

.country-space {
    margin-bottom: 10px !important;
}

.bb-line {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 30px;
}

.find-top {
    margin-top: 90px;
}

.strip-bg {
    width: 100%;
    position: relative;
    display: flex;
    padding-left: 100px;
    padding-right: 100px;
}

.bg-image-grade {
    width: 100%;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/service-inner/bg.png);
    height: 262px;
    position: relative;
    display: flex;
    padding-left: 50px;
    padding-right: 100px;
}

.text-area-bg {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.double-text {
    width: 30%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: auto 0;
}

.get-cus {
    width: 100%;
    position: relative;
    display: flex;
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins;
    color: #1A184A;
    line-height: 25px;
    letter-spacing: -1px;
}

.for-your {
    width: 100%;
    position: relative;
    display: flex;
    font-size: 30px;
    font-weight: 300;
    font-family: Poppins;
    color: #000000;
    letter-spacing: -1px;
}

.dis-butn {
    width: fit-content;
    padding: 10px 25px;
    border-radius: 50px;
    background-color: #FFFFFF;
    color: #000000;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    margin: auto 0;
    transition: all ease-in-out .5s;
    cursor: pointer;
    text-decoration: none !important;
}

.dis-butn:hover {
    width: fit-content;
    padding: 10px 25px;
    border-radius: 50px;
    background-color: #2D2A6E;
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    margin: auto 0;
}

@media (max-width:1750px) {
    .double-text {
        width: 60%;
    }
}

@media (max-width:991px) {
    .double-text {
        width: 70%;
    }
    .get-cus {
        font-size: 24px;
    }
    .for-your {
        font-size: 24px;
    }
    .bg-image-grade {
        background-position: center;
    }
}

@media (max-width:750px) {
    .text-area-bg {
        flex-direction: column;
        justify-content: center;
    }
    .double-text {
        margin: unset;
    }
    .dis-butn {
        margin: unset;
    }
    .text-area-bg {
        gap: 20px;
    }
    .double-text {
        width: 100%;
    }
    .bg-image-grade {
        padding-left: 20px;
    }
}

@media (max-width:575px) {
    .get-cus {
        font-size: 20px;
    }
    .for-your {
        font-size: 20px;
        line-height: 25px;
    }
    .dis-butn {
        font-size: 14px;
    }
}

@media (max-width:380px) {
    .get-cus {
        font-size: 18px;
    }
    .for-your {
        font-size: 18px;
        line-height: 23px;
    }
    .dis-butn {
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .strip-bg {
        padding-left: 30px;
        padding-right: 30px;
    }
    .for-your {
        letter-spacing: 0px;
        font-size: 13px;
    }
}

.slash {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.new-ico {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.new-ico::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #007BFF;
    border-radius: 50%;
}

.new-ico-one {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.new-ico-one::after {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #007BFF;
    border-radius: 50%;
}

.pad-lefts {
    padding-left: 25px;
}

@media (max-width:575px) {
    .new-ico-one {
        padding-left: 20px;
    }
    .new-ico-one::after {
        left: 0px;
    }
}

@media (max-width:422px) {
    .new-ico::after {
        display: none;
    }
    .new-ico-one::after {
        display: none;
    }
    .new-ico-one {
        padding-left: 0px !important;
    }
    .pad-lefts {
        padding-left: 0px;
    }
}


/* new-css------------------------------------------------------ */

.first-head {
    position: relative;
    display: flex;
    font-family: Poppins-Regular;
    font-size: 26px;
    font-weight: 500;
    color: #2D2A6E;
    justify-content: center;
    margin-bottom: 0px !important;
    opacity: 1;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.first-head.drop-out {
    opacity: 0;
    transform: translateY(20px);
}

.first-head.drop-in {
    opacity: 1;
    transform: translateY(0);
}


/* second-section animation---------------------------------------- */

.third-head {
    position: relative;
    display: flex;
    font-family: Poppins-Regular;
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    justify-content: center;
    margin-bottom: 40px;
    opacity: 1;
    transition: opacity 0.8s ease-in-out;
}


/* fab-speed-dial------------------------------------------ */

.fab-container {
    position: fixed;
    bottom: 85px;
    left: 20px;
    z-index: 999999;
    opacity: 0.3;
}
.fab-container:hover{opacity: 1;}

.fab-main {
    background-color: #2d2a6e;
    background-size: 600% 600%;
    animation: gradientAnimation 4s ease infinite;
    color: #181414;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background 0.5s ease;
}

.fab-main:hover {
    transform: scale(1.1);
    background-color: #000000;
}

.plus-wid {
    transition: transform 0.3s ease-in-out;
}

.fab-main:hover .plus-wid {
    transform: rotate(180deg);
}


/* Inner icon styles */

.fab-main i {
    transition: transform 0.4s ease;
}

.fab-main:hover i {
    transform: rotate(180deg);
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.fab-options {
    position: absolute;
    bottom: 66px;
    /* 56px button + 10px gap */
    right: 2px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: all 0.3s ease;
   
}

.fab-options.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.fab-option {
    /* background-color: #2D2593; */
    background-image: linear-gradient(#2D2A6E, #171537);
    color: white;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.fab-option:hover {
    background:#2D2A6E;
    
}


.plus-wid {
    width: 15px;
}

.img-wid-ico {
    width: 30px;
}


/* fixed-btn-new--------------------------------------------------------------- */

.fixed-btn-right {
    border-radius: 10px 10px 0px 0px;
    background: #2D2A6E;
    transform: rotate(-90deg);
    transform-origin: top;
    position: fixed;
    top: 45.485%;
    right: -57px !important;
    z-index: 10;
    cursor: pointer;
    transition: all 0.4s ease;
}
.fixed-btn-right.bannerbtn{ background: rgb(255 255 255 / 10%);}
.fixed-btn-right:hover {
    background: #1f1d4e;
}
.fixed-inner-text {
    font-size: 16px;
    font-style: normal;
    font-family: Poppins-light;
    padding: 10px 15px;
    text-transform: capitalize;
    color: #ffffff;
    transition: all 0.4s ease;
}



/* new-popup-section ----------------------------------------------*/

.popup-custom-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.popup-custom-box {
    background: #fff;
    /* width: 70%; */
    border-radius: 10px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    animation: popupFadeIn 0.3s ease-in-out;
    display: flex;
    flex-direction: row;
    background-image: linear-gradient(#2D2A6E, #171537);
    gap: 30px;
}

.popup-custom-close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 26px;
    color: #000000;
    cursor: pointer;
    z-index: 5;
}

.popup-custom-title {
    font-size: 24px;
    font-weight: bold;
}

.popup-custom-text {
    font-size: 16px;
    color: #555;
}


/* Optional animation */

@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.popup-img-area {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 50px 60px;
}

.popup-forms-area {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px 40px;
    background-color: #ffffff;
    border-radius: 0px 10px 10px 0px;
}

.pop-ls-sm-hd {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 15px;
}

.pop-ls-bg-hd {
    font-size: 55px;
    line-height: 60px;
    font-weight: 600;
}

.text-glow-blue {
    background: linear-gradient(131.8deg, #ffffff 0, #ffffff 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    color: transparent;
    /* text-shadow: 0 0 10px rgba(4, 228, 255, .5); */
}

.pop-lf-row {
    display: flex;
    flex-direction: row;
    gap: 50px;
    padding-top: 50px;
}

.first-box-lf {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
   
   
}
.first-box-lf:not(:last-child) {
    border-right: 1px solid #a5a5a5;
    padding-right: 20px;
}
.form-container {
    background: #fff;
    padding: 30px;
    max-width: 500px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

form input,
form textarea {
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #2D2A6E;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    font-size: 15px;
    resize: none;
    font-family: Poppins-Regular;
}

form button {
    width: 100%;
    background: #007bff;
    color: #fff;
    padding: 15px;
    border: none;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

form button:hover {
    background: #0056b3;
}

.lf-pad-top {
    padding-top: 60px;
}

.form-heads {
    font-size: 30px;
    font-weight: 600;
    color: #2D2A6E;
    padding-bottom: 20px;
}

.consult-btn {
    width: fit-content;
    padding: 10px 20px;
    transition: all ease-in-out .5s;
    cursor: pointer;
    background-color: #2D2A6E;
    border-radius: 10px;
    font-size: 18px;
    font-family: Segoe;
    font-weight: 400;
    color: white;
    border: 1px solid #2D2A6E;

}
.popup-forms-area form input, .popup-forms-area form textarea{
margin-bottom: 20px;
}

.consult-btn:hover {
    width: fit-content;
    padding: 10px 20px;
    background-color: #ffffff;
    color:#2D2A6E;
    border: 1px solid #2D2A6E;
}



.trust-img {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.trust-img.work-content-sec {
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}
.trust-img.col5_col4lg_col3sm {
    grid-auto-flow: row;
    gap: 30px 30px;
    grid-template-columns: repeat(4, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(4, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px 30px;
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 15px;
    }
}
.trust-size {
    margin: auto 0;
}

.flx-dis {
    display: flex;
    flex-direction: row;
}


/* logo-slider--------------------------------------- */

@keyframes slides {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
    background-color: #2D2A6E;
    margin-bottom: 40px;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
}

.logos:before {
    left: 0;
}

.logos:after {
    right: 0;
}

.logo_items {
    display: inline-block;
    animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
    animation-play-state: paused;
}

.logo_items img {
    height: 100px;
    padding-left: 30px;
}


/* service-new-section-------------------------------------------------- */

.dis-flex-service {
    display: flex;
    flex-direction: column;
}

.our-service-sec {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.col5_our-service-sec {
    grid-auto-flow: row;
    gap: 70px 40px;
    grid-template-columns: repeat(3, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 820px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
    }
}
a.service-lke {text-decoration: none !important;}
.service-lke {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 50px;
    gap: 40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    /* Needed for the ::before animation 
    z-index: 1;
    transition: color 1s ease-in-out;
    cursor: pointer;
    font-family: Poppins-Regular;
    transition: box-shadow 0.2s ease-out;*/
}


/* Create gradient layer */

/* .service-lke::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(to top, #171537, #2D2A6E); 
    
    z-index: -1;
    transition: height 0.5s ease-in-out;
    border-radius: 20px;
    transition: box-shadow 0.2s ease-out;
} */
.service-lke .main-ser-content{
    min-height: 90px;
}

/* On hover, animate the gradient background */

.service-lke:hover {
    box-shadow: 0 8px 9px rgba(0, 0, 0, 0.4);

}


/* Optional: change text color when hovered if needed */

.service-lke:hover .main-ser-hd,
.service-lke:hover .main-ser-content,
.service-lke:hover .lern-text {
    color: #2d2a6e;
}

.learn-arws {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.lern-text {
    transition: all ease-in-out .5s;
    font-size: 15px;
    color: #000;
}

.main-ser-hd {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    transition: all ease-in-out .5s;
    font-family: Poppins-SemiBold;
}

.main-ser-content {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
    transition: all ease-in-out .5s;
}

.col-pad {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}



.home-service-section .ser-icon-img,
.home-service-section .learn-img {
    transition: filter 0.4s ease-in-out;
    filter: brightness(0) saturate(100%) invert(0%);
}

/* .home-service-section .service-lke:hover .ser-icon-img,
.home-service-section .service-lke:hover .learn-img {
    filter: brightness(0) saturate(100%) invert(100%);
} */
.home-service-section .service-lke:hover .ser-icon-img,
.home-service-section .service-lke:hover .learn-img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(28%) saturate(4783%) hue-rotate(216deg) brightness(91%) contrast(94%);
}
.home-service-section .learn-img {
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
    filter: brightness(0) saturate(100%) invert(0%);
}

.home-service-section .service-lke:hover .learn-img {
    transform: translateX(40px);
    /* filter: brightness(0) saturate(100%) invert(100%); */
    filter: brightness(0) saturate(100%) invert(14%) sepia(28%) saturate(4783%) hue-rotate(216deg) brightness(91%) contrast(94%);
}
.image-wrapper h2.work-title{
    font-size: 16px;
    
}

.image-wrapper h2.work-title span {
    font-size: 15px;
    font-weight: 500;
    font-family: Poppins-light;
    color: black;
    padding: 5px 0 0;
    margin: 0;
    display: block;
}
.contact-title.connect-left{
    width: 25%;
    position: relative;
    font-weight: 600;
    font-size: 15px;
}
/* .contact-title.connect-left:after{
 content: ":";
 position: absolute;
 top: 0px;
 right: 0px;
 width: 2px;
 height: 2px;
} */
.contact-des.connect-right{
    width: 65%;
    
}
.location-col, .mail-col{
    margin-bottom: 15px;
}
.mail-col a, .te-col a, .location-col a{
    color: #fff;
}
.connect-right i{
    margin-right: 10px;
}
.mail-col a:hover, .te-col a:hover, .location-col a:hover {
    transition: color .5s ease-in-out;
    color: #b6b6b6;
    text-decoration: none;
}
.contact-list:not(:last-child) {
   
    padding-bottom: 25px;
    border-bottom: 1px solid #ffffff30;
}
.contact-list:not(:first-child) {
   
    padding-top: 25px;
}
.service-lke-head{
    display: flex;
    align-items: center;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 20px;
}
.service-lke-head .main-ser-hd{
    min-width: 200px;
}
.service-lke-head span{
    display: block;
}
.home-service-section .service-lke-head.graphic-deign-box  .ser-icon-img{
    width: 58px;
}
.home-service-section .ser-icon-img {
    width: 65px;
}
@media (max-width: 1500px) {
    .popup-custom-box {
        /* width: 85%; */
    }
}
@media (max-width: 1400px) {
    /* .sub-menu-col.custom-lg-4 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%;
    }
    .sub-menu-col.custom-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
      } */
      .menu-item-has-children .service-submenu .sub-menu-col:first-child::after {
        right: 18px;
    }
  }
  @media (max-width: 1280px) {
    .menu-item-has-children .service-submenu .sub-menu-col:not(:last-child)::after {
    
    right: 10px;
    }
    .menu-item-has-children .service-submenu .sub-menu-col:first-child::after {
        right: 5px;
    }
  }
  @media (max-width: 1200px) {
    .menu-item-has-children .service-submenu .sub-menu-col:not(:last-child)::after {
       
        right: 5px;
    }
      .menu-item-has-children .service-submenu .sub-menu-col:first-child::after {
          right: 7px;
      }
      .service-lke-head span{
        display: inline-block;
    }
    }
  @media (max-width: 1199px) {
     .sub-menu-col.custom-lg-4 {
      flex: 0 0 30.3333%;
      max-width: 30.3333%;
    }
    .sub-menu-col.custom-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
      } 
      .menu-item-has-children .service-submenu .sub-menu-col:not(:last-child)::after {
       
        right: 7px;
    }
    .menu-item-has-children .service-submenu .sub-menu-col:first-child::after {
        right: 20px;
    }
  }
  @media (max-width: 1025px) {
    .menu-item-has-children .service-submenu .sub-menu-col:first-child::after {
        right: 5px;
    }
}
@media (max-width: 992px) {
    .service-submenu .sub-menu-col:not(:last-child)::after{
        display: none;
    }
    .sub-menu-col{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .menu-item-has-children .col-menu {
        
        flex-direction: column !important;
        padding-bottom: 20px;
    }
    .menu-item-has-children .submenu-title {
       
        padding: 10px 0px 20px;
        font-size: 14px;
    }
    .trust-size {
        width: 100px;
    }
    .popup-forms-area {
        border-radius: 0px 0px 10px 10px;
    }
}
@media (max-width: 991px) {
    .popup-img-area{display: none;}
    .popup-custom-overlay .popup-custom-close{color: #000;}
    .popup-custom-overlay .popup-custom-box{height: auto;}
}
@media (max-width: 575px) {
    .popup-custom-overlay .pop-ls-bg-hd {
        font-size: 36px;
        line-height: 40px;
    }
    .popup-custom-overlay .popup-forms-area, .popup-custom-overlay .popup-img-area {
        padding: 40px 30px;
    }
    .pop-lf-row {
        padding-top: 30px;
        gap: 20px;
    }
    .popup-custom-box .lf-pad-top {
        padding-top: 30px;
    }
    .popup-forms-area .form-heads{font-size: 24px;padding-bottom: 12px;font-weight: normal;}
    .popup-forms-area form input, .popup-forms-area form textarea{ margin-bottom: 20px; font-size: 14px;}
}
@media (max-width: 420px) {
    .trust-size {
        width: auto;
    }
    .fixed-inner-text {
        padding: 10px 12px;
    }
}


/***Scrollbar***/
::-webkit-scrollbar { -webkit-appearance: none; }
::-webkit-scrollbar:vertical { width: 5px; }
::-webkit-scrollbar:horizontal { height: 5px; }
::-webkit-scrollbar-thumb { background-color: #2D2A6E; border-radius: 5px; }
::-webkit-scrollbar-track { background-color: transparent; }
.serv-menu-box::-webkit-scrollbar-thumb{background-color: #fff}
.long-faq::-webkit-scrollbar-thumb, .web-serv-faq::-webkit-scrollbar-thumb {background-color: #fff}
.long-faq::-webkit-scrollbar:vertical, .web-serv-faq::-webkit-scrollbar:vertical { width: 3px; }

/*service-new start*/
.land-common-pad {padding:60px 0;}
.blue-gradient-text {background:linear-gradient(to right, #373392, #7B76FF); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; color:transparent;}
.web-about-wrap {width:100%; position:relative; display:grid; grid-template-columns:1.1fr 1fr; gap:30px;}
.web-lft-sec {}
.web-rght-sec {align-self:center; justify-self:end;}
.web-abt-cont {}
.web-abt-head {display:block; margin-bottom:30px; padding:0; font-size:30px; line-height:1.3em; font-family:'Poppins-SemiBold';text-transform: capitalize;}
.web-abt-head > b {display:block; font-weight:normal;}
.web-abt-head em {display:inline-block; font-style:normal;}
.web-tick-points {display:flex; margin-bottom:30px; padding:0; flex-direction:column; gap:20px; list-style:none;}
.web-tick-points > li {font-size:15px;  padding-left:30px; position:relative;font-family:'Poppins-light';}
.web-tick-points > li > b{display: inline-block;margin: 0; padding: 0;font-weight: normal;font-size:16px;font-family:'Poppins-regular';}
.web-tick-points>li::before {content:""; position:absolute; background:url(../images/service-inner/web-tick.svg) center no-repeat; background-size:contain; width:16px; height:16px; left:0; top:4px;}
.web-abt-cont>p {font-family:'Poppins-Regular'; font-size:15px; line-height:1.5em; padding:0; margin-bottom:25px;}
.web-highlight-text {display:block; margin:0; padding:0; font-size:15px; line-height:1.5em; font-family:'Poppins-Medium'; color:#000; text-transform:uppercase;}
.web-abt-img {}
.web-abt-img>img {}
.consultation-strip {background:url(../images/service-inner/blu-bg-strip.jpg) center no-repeat; background-size:cover;}
.process-strip {background:url(../images/service-inner/process-bg.jpg) center no-repeat; background-size:cover;}
.web-strip-cont {display:flex; flex-direction:column; gap:30px; justify-content:center; align-items:center; color:#fff; text-align:center; padding:40px 0;}
.process-strip .web-strip-cont {text-align:left; align-items:start; width:70%; gap:15px; padding:35px 0;}
.strip-head {display:block; margin:0; padding:0; font-family:'Poppins-SemiBold'; font-size:26px; line-height:1.5em;}
.consultation-strip .strip-head {font-size:26px;}
.strip-head > b {display: block;font-weight: normal;font-family: 'Poppins-Regular';font-size: 18px;line-height: 1.3em;margin-top: 5px;}
.strip-bg-btn {display:inline-block; color:#fff; text-decoration:none !important; font-size:14px; font-family:'Poppins-Medium'; border:2px solid #3E3A60; border-radius:50px; padding:12px 35px; transition:all 0.3s ease;}
.strip-bg-btn:hover {border:2px solid #fff; color:#fff;}
.strip-bg-btn.stwht-btn {background-color:#fff; color:#14498F;}
.strip-bg-btn.stwht-btn:hover {color:#fff; background-color:transparent;}
.web-strip-cont >p {display:block; margin:0; padding:0; font-family:'Poppins-Regular'; font-size:14px; line-height:1.5em;}

.abt-anim-img{justify-self: center;}
.anim-img-sec{position: relative;}
.anim-img-sec > img{position: absolute; z-index: 1;}
.anim-img-sec > img:nth-child(1){bottom: 25%;left: 15%; width: 125px;}
.anim-img-sec > img:nth-child(2) {bottom: 0;left: 50%;transform: translateX(-50%); width: 300px;}

.service-2d-3d{justify-self: center;}
.serv-3d-img-grp{position: relative; width: 350px;}
.serv-3d-img-grp > img{position: absolute;z-index: -1;width: 50px;height: 50px;}
.serv-3d-img-grp > img:nth-child(1){position: relative;width: auto;height: auto;}
.serv-3d-img-grp > img:nth-child(2){top: 0;right: 0%;}
.serv-3d-img-grp > img:nth-child(3) {top:18%; right:-12%;}
.serv-3d-img-grp > img:nth-child(4) {top:40%; right:-20%;}
.serv-3d-img-grp > img:nth-child(5) {top:60%; right:-12%;}
.serv-3d-img-grp > img:nth-child(6) {bottom:-2%; right:11%;}
.serv-3d-img-grp > img:nth-child(7) {bottom:-2%; left:30%;}
.serv-3d-img-grp > img:nth-child(8) {bottom:31%; left:0%;}
.serv-3d-img-grp > img:nth-child(9) {top:20%; left:0%;}
.serv-3d-img-grp > img:nth-child(10) {bottom:3%; right:-12%;}
.serv-3d-img-grp > img:nth-child(11) {left:-2%; bottom:6%;}
.serv-3d-img-grp > img:nth-child(12) {left:30%; top:-1%;}

.service-softdev{justify-self: center;}
.abtimg-softw{position: relative;width: 350px;}
.abtimg-softw > img{position: absolute;z-index: -1;width: 50px;height: 50px;}
.abtimg-softw > img:nth-child(1){position: relative;width: auto;height: auto;}
.abtimg-softw > img:nth-child(2){top: 0;right: 20%;}
.abtimg-softw > img:nth-child(3) {top:18%;right: -10%;}
.abtimg-softw > img:nth-child(4) {top: 48%;right: -10%;}
.abtimg-softw > img:nth-child(5) {bottom: 2%;right: 2%;}
.abtimg-softw > img:nth-child(6) {bottom: -3%;left: 30%;}
.abtimg-softw > img:nth-child(7) {bottom: 15%;left: 0;}
.abtimg-softw > img:nth-child(8) {top: 30%;left: -8%;}
.abtimg-softw > img:nth-child(9) {top: 2%;left: 15%;}
.abtimg-softw > img:nth-child(10) {bottom:3%; right:-12%;}
.abtimg-softw > img:nth-child(11) {left:-2%; bottom:6%;}
.abtimg-softw > img:nth-child(12) {left:30%; top:-1%;}

.service-mobapp-dev{justify-self: center;}
.abtimg-mobapp-dev{position: relative;width: 350px;}
.abtimg-mobapp-dev > img{position: absolute;z-index: -1;width: 50px;height: 50px;}
.abtimg-mobapp-dev > img:nth-child(1){position: relative;width: auto;height: auto;}
.abtimg-mobapp-dev > img:nth-child(2){top: 0;right: 30%;}
.abtimg-mobapp-dev > img:nth-child(3) {top: 5%;right: -3%;}
.abtimg-mobapp-dev > img:nth-child(4) {top: 48%;right: -10%;}
.abtimg-mobapp-dev > img:nth-child(5) {bottom: 2%;right: 2%;}
.abtimg-mobapp-dev > img:nth-child(6) {bottom: -3%;left: 45%;}
.abtimg-mobapp-dev > img:nth-child(7) {bottom: 3%;left: 5%;}
.abtimg-mobapp-dev > img:nth-child(8) {top: 50%;left: -8%;}
.abtimg-mobapp-dev > img:nth-child(9) {top: 2%;left: 20%;}
.abtimg-mobapp-dev > img:nth-child(10) {top: 25%;right: 0;}
.abtimg-mobapp-dev > img:nth-child(11) {left: 5%;top: 20%;}

.robo-anim-img{position: relative;padding-left: 150px;}
.robo-chat{position: absolute;width: 300px;height: 300px;top: -125px;left: 0;}


.col5_col4lg_col3sm-service-web {
    grid-auto-flow: row;
    gap: 100px 200px;
    grid-template-columns: repeat(3, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1366px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 80px 80px;
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 60px 60px;
    }
    @media (max-width: 820px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 30px;
    }
}

.web-serv-head {width:100%; margin-bottom:50px;}
.web-comn-head {display:block; margin-bottom:25px; padding:0; text-transform:capitalize; font-family:Poppins-SemiBold; font-size:55px; line-height:1em; color:#2D2A6E;}
.wht-cmn-hd{color: #fff;}
.web-comn-head > b {display:block; font-weight:normal; margin:0; padding:0;}
.head-sub-cont {display:block; margin:0; padding:0; font-size:18px; line-height:1.5em; font-family:'Poppins-Regular';}
.web-serv-cont {display:grid;}
.web-serv-box {position:relative; padding-top:68px;}
.serv-icon-img{ position: absolute;top: 5px;left: 0;transition: all 0.2s ease; }
.web-serv-box:hover .serv-icon-img {top: 0;}
.serv-box-head {font-family:'Poppins-SemiBold'; font-size:26px; margin-bottom:15px;}
.web-serv-box:hover .serv-box-head{color: #2D2A6E;}
.web-serv-box>p {font-family:'Poppins-Regular'; font-size:16px; line-height:1.5em; margin:0; padding:20px 0 0; border-top:1px solid #000;}

.dark-bg-service {background-color:#171537;}
.specialist-strip {background:#171537;}
.specialist-strip-cont {display:flex; flex-direction:row; gap:35px; justify-content:center; align-items:center; color:#fff; text-align:left; padding:45px 0;}
.specialist-strip-cont > div {border-right:3px solid #fff; padding-right:30px;}
.specialist-strip-cont > div > b {display:block; font-weight:normal; font-family:'Poppins-Medium'; font-size:20px; margin-top:5px;}

.testimonial-card {display:flex; flex-direction:column; padding-right:30px; border-right:1px solid #E8E8E8; height: auto; /* min-height:400px; */}
.author-img {/*width:117px; height:117px;*/ width: 80px; height: 80px;;display:block; margin:0; padding:0;opacity: 0.1;}
.testimonial-text {position:relative; font-family:Poppins-Regular; font-size:17px; line-height:1.5em; padding-top:32px; margin:0; padding-bottom:25px; padding-left:20px;}
.testimonial-text::before {content:""; position:absolute; background:url(../images/service-inner/test-quote.svg) center no-repeat; background-size:contain; width:20px; height:18px; left:0; top:15px;}
.testm-author-info {position:relative; padding-left:20px; margin-top:auto;}
.testm-author-info > b {display:block; font-weight:normal; font-family:'Poppins-SemiBold'; font-size:20px; margin-bottom:8px;}
.testm-author-info > em {display:none; font-style:normal; font-family:Poppins-Regular; color:#707070;}
.auth-comp-logo {display:none;position:absolute; width:100px; height:auto; right: 10px; top:50%; transform:translateY(-50%);}
.testmonial-slider {overflow:hidden; position:relative; padding-bottom:100px;z-index: 0;}
.custom-nav {background-color:#F2F2F2; color:#000; padding:12px 35px; border-radius:5px; cursor:pointer; position:absolute; bottom:0; z-index:10; user-select:none; transform:none; font-family:Poppins-Regular; font-size:18px;}
.custom-nav > b {font-weight:normal; display:none;}
.custom-nav:hover > b {display:none;}
.swiper-btn-prev.custom-nav {right:150px;}
.swiper-btn-next.custom-nav {right:0;}
.custom-nav.swiper-button-disabled {opacity:0.3; cursor:default;}
.testmonial-slider .swiper-pagination {display:block !important;}
.testmonial-slider .swiper-horizontal > .swiper-pagination-progressbar, .testmonial-slider .swiper-pagination-progressbar.swiper-pagination-horizontal {top:inherit; bottom:55px;}
.testmonial-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background:#2D2A6E;}
.testmonial-slider .swiper-pagination-progressbar {background:#efefef;}

.serv-form-wrap {display:grid; grid-template-columns:1.5fr 1fr; gap:50px;}
.serv-form-lft {background:#F3F3F5; padding:60px 60px; border-radius:8px;}
.serv-point-head {font-family:'Poppins-SemiBold'; font-size:26px; line-height:1.3em; margin-bottom:30px;}
.serv-point-sec {display:flex; flex-direction:column; gap:38px;}
.serv-tick-points {display:flex; flex-direction:row; gap:30px;}
.serv-tick-points > b {width:50%; font-weight:normal; font-family:'Poppins-SemiBold'; font-size:16px; line-height:1.5em; padding-left:40px; position:relative;}
.serv-tick-points > b > em {display:inline-block; font-style:normal; color:#2D2A6E;}
.serv-tick-points > b::before {content:""; position:absolute; background:url(../images/service-inner/serv-bg-tick.svg) center no-repeat; background-size:contain; width:30px; height:30px; left:0; top:0;}
.serv-form-rgt {align-content:end;}
.serv-form-area {}
.serv-form-head {text-align:center; margin-bottom:50px;}
.serv-form-head > h4 {font-family:'Poppins-SemiBold'; font-size:24px; line-height:1.3em; margin-bottom:10px;}
.serv-form-head > b {font-weight:normal; display:block; font-family:Poppins-Regular; margin:0; padding:0; font-size: 16px;}
.serv-form {display:flex; flex-direction:column; gap:30px; padding:0;}
.serv-input-group {position:relative; border-bottom:1px solid #ccc;}
.serv-input-group i {position:absolute; top:50%; left:5px; transform:translateY(-50%); width:24px; height:24px; background-position:center; background-size:contain;}
.serv-input-group i.form-fuser {background-image:url(../images/service-inner/fuser.svg);}
.serv-input-group i.form-fenvelope {background-image:url(../images/service-inner/fenvelope.svg);}
.serv-input-group i.form-fphone {background-image:url(../images/service-inner/fphone.svg);}
.serv-input-group input, .serv-input-group textarea {width:100%; padding:10px 10px 10px 45px; border:none; outline:none; font-size:14px; background:transparent; margin:0;}
.serv-input-group textarea {resize:none; padding-left:0;}
.serv-form-btn {display:inline-block; color:#fff; text-decoration:none !important; font-size:14px; font-family:'Poppins-Medium'; border:2px solid #100B36; border-radius:50px; padding:12px 35px; transition:all 0.3s ease; background:#100B36;}
.serv-form-btn:hover {background:#fff; color:#100B36;}    

.blu-gradient-bg {background:#2D2A6E; background:linear-gradient(180deg, rgba(45, 42, 110, 1) 0%, rgba(23, 21, 55, 1) 100%);}
.web-benefits-wrap {color:#fff; display:grid; grid-template-columns:1fr 1fr; gap:65px;align-items: start;}
.benefit-tab-section {position: sticky;top: 150px; height: fit-content;}
.serv-lft-tab {display:flex; flex-direction:column; gap:35px;}
.tab-box {cursor:pointer; opacity:0.2; padding-right:0px; transition:all 0.4s ease;}
.tab-box.box-active {opacity:1;}
.serv-tab-head {font-family:'Poppins-SemiBold'; font-size:30px; line-height:1.3em; margin-bottom:20px;}
.tab-box > p {display:block; margin-bottom: 20px; padding:0; font-family:'Poppins-Regular'; font-size:16px; line-height:1.5em;}
.tab-box > p:last-child{margin-bottom: 0;}
.tab-seperator {display:block; margin:0; padding:0; border-bottom:2px solid #fff;}
/* .benefit-view-section::-webkit-scrollbar {display:none;}
.benefit-view-section {-ms-overflow-style:none; scrollbar-width:none;} */
/* .benefit-view-section {overflow: hidden;} */
.view-grad-box {display:none; flex-direction:column; gap:30px; }
.view-grad-box.view-active {display:flex;}
.tab-view-box {background:rgb(255 255 255 / 5%); border-radius:8px; padding:20px;}
.serv-view-head {font-family:'Poppins-SemiBold'; font-size:24px; line-height:1.3em; margin-bottom:20px;}
.tab-view-box > p {display:block; margin-bottom:20px; padding:0; font-family:'Poppins-Regular'; font-size:15px; line-height:1.5em;}
.tab-view-box > p:last-child {margin-bottom:0;}
.md-view-benefit{display: none; color: #fff;}
#servToggleBtn{width: fit-content; margin: 0 auto; display: none;}
#servToggleBtn:focus {outline: none;box-shadow: none;}

.serv-hero-wrap .bgline-banner {display:none;}
.serv-hero-wrap {position: relative;overflow:hidden;}
.serv-hero-sec {display:flex; justify-content:left; align-items:center; padding: 50px 0; }
.serv-hero-head {color:#fff; display:flex; flex-direction:column;position: relative; z-index: 1;}
.serv-hero-head > b {font-weight:normal; text-transform:capitalize; display:block; margin:0; padding:0; font-family:'Poppins-Light'; font-size:20px; background-image:linear-gradient(45deg, #8F82FF 9%, #FFFFFF 45%, #4135AB 86%); background-clip:text; -webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.serv-hero-head > h2 {font-family:Poppins-Bold; font-size:50px; line-height:1.3em; margin:0; padding:15px 0;text-transform: capitalize;}
.serv-hero-head > h2 > b {display:block; font-weight:normal;}
.serv-title-head {font-family:Poppins-Regular; font-size:22px; display:block; margin-bottom:60px; padding:0;text-transform: capitalize;}
.serv-title-head >b {display:block; font-weight:normal;}
.hero-gradnt-btn {position:relative; display:inline-block; border-radius:50px; padding:3px; background:linear-gradient(90deg, #373392, #7B76FF, #373392); background-size:300% 300%; width:fit-content; animation:servgradientBorder 5s ease infinite;}
.hero-center-cont{justify-content:center;}
.hero-center-cont .serv-hero-head{align-items:center;text-align: center;}

@keyframes servgradientBorder {
0% {background-position:0% 50%;}
50% {background-position:100% 50%;}
100% {background-position:0% 50%;}
}
.serv-hero-btn {display:inline-block;color:#fff;text-decoration:none !important;font-size:16px;font-family:'Poppins-Light';border-radius:50px;padding: 15px 70px 15px 50px;transition:all 0.3s ease;background:#2D275D;position:relative;z-index:1;}
.serv-hero-btn:hover {color:#fff;}
.serv-hero-btn::before {position:absolute; content:""; top:22px; right:45px; width:0.625rem; height:0.625rem; border-top:0.125rem solid #fff; border-right:0.125rem solid #fff; transform:rotate(45deg); transition:all 0.3s ease;}
.serv-hero-btn:hover::before {right: 40px;}

.srv-back-video{position: absolute; right: 0; bottom: 0; z-index: -1; object-fit: cover;width: 100%; height: 100%;}
.hero-gradient-bg{position: relative;background: #0D092F;background: linear-gradient(270deg,rgba(13, 9, 47, 0.2) 0%, rgba(13, 9, 47, 1) 91%);}
.vid-grad-bg{position: relative;background: rgb(13 9 47 / 95%);}
.vid-grad-bg::before{content: "";position: absolute; left: 0;right: 0;top: 0;bottom: -1px;background: url(../images/service-inner/globe.svg)center no-repeat;background-size: contain;}

.graphics-hero-wrap{position: relative; background: url(../images/service-inner/graph-serv-hero.webp) center no-repeat; background-size: cover;}
.graphics-hero-wrap::before{display: none;content: "";position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgb(13 9 47 / 30%);z-index: 1;}
.float-particle {background-repeat:no-repeat; background-size:contain; position:absolute; width: 100px; height: 100px;}
.float-particle.fp1 {background-image:url("../images/service-inner/float-part-a.png"); left:5%; top:15%;}
.float-particle.fp2 {background-image:url("../images/service-inner/float-part-b.png"); left:16%; bottom:30%;}
.float-particle.fp3 {background-image:url("../images/service-inner/float-part-c.png"); left:5%; bottom:5%;}
.float-particle.fp4 {background-image:url("../images/service-inner/float-part-d.png"); right:5%; top:15%;}
.float-particle.fp5 {background-image:url("../images/service-inner/float-part-e.png"); top:50%; right:5%;}
.float-particle.fp6 {background-image:url("../images/service-inner/float-part-f.png"); bottom:4%; right:20%;}

.hero-visual-wrap{position: relative;}
.hero-visual-wrap::before{content: "";position: absolute;background: url(../images/service-inner/visual-hero.webp) center no-repeat;background-size: cover;left: 0; right: 0;top: 0;bottom: 0;z-index: 0;}
.hero-visual-wrap::after{content: "";position: absolute;background: #000;left: 0; right: 0;top: 0;bottom: 0;z-index: -2;}
.hero-visual-wrap .srv-back-video{object-fit: contain;}

/*Home-new */


/*header*/
@media (min-width:992px){
.bg-wht-headr{background: #fff;}
.home-head-sec .comp-logo-blue{display: none;}
.comp-logo-light{display: none;}
.home-head-sec .comp-logo-light{display: block;}
.home-head-sec .header.sticky .comp-logo-light, .home-head-sec .header.bg-wht-headr .comp-logo-light{display: none;}
.home-head-sec .header.sticky .comp-logo-blue, .home-head-sec .header.bg-wht-headr .comp-logo-blue{display: block;}
.home-head-sec .mainmenu>li>a{color: #fff;font-family: Poppins-light;} 
.home-head-sec .header.sticky .mainmenu>li>a, .home-head-sec .header.bg-wht-headr .mainmenu>li>a{color: #000;font-family: Poppins-Regular;} 
.home-head-sec div.dropdown>div.caption{ background: transparent;color: #fff;}
.home-head-sec div.dropdown:after{color: #fff;}
.home-head-sec .header.sticky div.dropdown>div.caption, .home-head-sec .header.bg-wht-headr div.dropdown>div.caption{color: #000;border: none;}
.home-head-sec .header.sticky div.dropdown:after, .home-head-sec .header.bg-wht-headr div.dropdown:after{color: var(--color-text-dark);}
.home-head-sec .btn-head{border:none;}
.home-head-sec .header.sticky .btn-head, .home-head-sec .header.bg-wht-headr .btn-head{ border: 1px solid #34317E;}
.home-head-sec .tooltiptext{ background-color: transparent;color: #fff;border: 1px solid #fff;}
.home-head-sec .tooltiptext::after{border-color: #fff transparent transparent transparent;}
.home-head-sec .header.sticky .tooltiptext, .home-head-sec .header.bg-wht-headr .tooltiptext{background-color: #2D2A6E; border: 1px solid #2D2A6E;}
.home-head-sec .header.sticky .tooltiptext::after, .home-head-sec .header.bg-wht-headr .tooltiptext::after{border-color: #2D2A6E transparent transparent transparent;}
}
@media (max-width:991px){
.home-head-sec .comp-logo-blue{display: none;}
.comp-logo-light{display: none;}
.home-head-sec .comp-logo-light{display: block;}
.home-head-sec .header.sticky .comp-logo-light, .home-head-sec .header.bg-wht-headr .comp-logo-light{display: none;}
.home-head-sec .header.sticky .comp-logo-blue, .home-head-sec .header.bg-wht-headr .comp-logo-blue{display: block;}
.home-head-sec div.dropdown>div.caption{ background: transparent;color: #fff;}
.home-head-sec div.dropdown:after{color: #fff;}
.home-head-sec .header.sticky div.dropdown>div.caption, .home-head-sec .header.bg-wht-headr div.dropdown>div.caption{color: #000;border: none;}
.home-head-sec .header.sticky div.dropdown:after, .home-head-sec .header.bg-wht-headr div.dropdown:after{color: var(--color-text-dark);}
}
/*header*/


/*home*/
.home-hero-content{height: 100vh; margin-top: -83px;}
.hero-banner-vid{object-fit: cover;width: 100%; height: 100%;}

.home-herowrap {position: relative;}
.home-hero-sec {display:flex; justify-content:center; align-items:center; padding: 50px 0; height: 100vh;}
.home-hero-head {color:#fff; display:flex; flex-direction:column;position: relative; z-index: 1;align-items: center;text-align: center;}
.home-hero-head > b {font-weight:normal; text-transform:capitalize; display:block; margin:0; padding:0; font-family:'Poppins-Light'; font-size:20px; background-image:linear-gradient(45deg, #8F82FF 9%, #FFFFFF 45%, #4135AB 86%); background-clip:text; -webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.home-hero-head> h2 {font-family:Poppins-Bold; font-size:50px; line-height:1.5em; margin:0; padding:15px 0;}
.home-hero-head > h2 > b {display:block; font-weight:normal;}
.home-title-head {font-family:Poppins-Regular; font-size:22px; display:block; margin-bottom:60px; padding:0;}
.home-title-head >b {display:block; font-weight:normal;}
.home-hero-sec .serv-hero-btn{font-family: Poppins-light;}

.hom-back-video{position: absolute; right: 0; bottom: 0; z-index: -1; object-fit: cover;width: 100%; height: 100%;}
.homvid-grad-bg{position: relative;background: rgb(13 9 47 / 95%);}
.homvid-grad-bg::before{content: "";position: absolute; left: 0;right: 0;top: 0;bottom: 0px;background: url(../images/service-inner/globe.svg)center no-repeat;background-size: cover;}

.home-anim-text{  opacity: 1;transition: opacity 0.5s ease, transform 0.5s ease;}
.home-anim-text.drop-out {opacity: 0;transform: translateY(20px);}
.home-anim-text.drop-in {opacity: 1;transform: translateY(0);}

.home-hero-slider .swiper-pagination {display:block !important;}
.home-hero-slider{position: relative;}
.home-hero-slider .swiper-pagination-bullets {bottom: 3%;width: fit-content;right: 10%;left: auto;}
.home-hero-slider .swiper-pagination-bullet { width: 12px; height: 12px; background: transparent; border: 1px solid #fff; opacity: 1; }
.home-hero-slider .swiper-pagination-bullet-active { width: 40px; transition: width .5s; border-radius: 5px; background: #fff; border: 1px solid transparent; }

.mouse-scroll-icon {position:absolute; margin:auto; left:50%; bottom:3%; transform:translateX(-50%); z-index:10;}
.mouse-scroll-icon em {height:30px; width:20px; border-radius:10px; transform:none; -ms-transform:none; transform:none; border:1px solid #ffffff; position:relative; display:flex; justify-content:center;}
.mouse-scroll-icon em::before {position:absolute; content:''; height:4px; width:2px; display:block; margin:5px auto; background:#ffffff; animation:animated-mouse 1.2s ease infinite;}

@keyframes animated-mouse {
0% {opacity:1; -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}
100% {opacity:0; -webkit-transform:translateY(8px); -ms-transform:translateY(8px); transform:translateY(8px);}
}

/*case study slider*/
.case-study-wrap{background-color: #fff;padding: 80px 0;}
/* .case-study-inner{padding-top: 95px;} */
.effect.effect-two:hover p.work-link-box {opacity:1}
.work-link-box {position:absolute; font-size:15px; bottom:50px; color:#1C1C1C; text-transform:none; opacity:0; -webkit-backface-visibility:hidden; -webkit-transition:opacity .35s; transition:opacity .35s; line-height:18px; padding:15px 20px; background-color:rgb(255 255 255 / 70%); right:0px; left:0px; font-family:Poppins-Regular; border-radius:12px; display:flex; gap:12px; margin:auto; width:fit-content;}
.work-link-box:hover {background-color:#fff;}
.work-link-box span {text-decoration:none;}
.work-link-box span a {color:#1C1C1C; text-decoration:none;}
.ar-link-icon {transition:all 0.3s ease;}
.work-link-box span:hover .ar-link-icon {transform:rotate(45deg);}


.our-works-thumbvid{height: auto;width: 100%;}
.img-hzoom{transform: scale(0.99);transition: all 0.3s ease;}
.img-hzoom:hover{transform: scale(1);}
.homepgwrap .case-study{margin-top: 135px;}

.work-img-vid {width:100%; height:auto; object-fit:cover; border-radius:10px;}
.work-reel-vid{position: relative;}
/*.work-reel-vid::before{content: "";position: absolute;width: 35px;height: 35px;top: 10px;right: 10px;background: url(../images/vid-play.svg)no-repeat center;background-size: contain;background-color: rgb(45 42 110 / 30%);border-radius: 50%;transition: all 0.4s ease;}
.work-reel-vid.hide-icon::before {content: none;} */
.work-show-link {text-decoration:none;}
.work-thumb-box {}
.thumb-img {display:block; margin:0; padding:0; overflow:hidden; border-radius:10px; position:relative;}
.thumb-img > img {}
.work-category {position:absolute; font-size:15px; line-height:1.5em; font-weight:normal; color:#1C1C1C; opacity:0; visibility:hidden; padding:10px 25px; background-color:rgb(255 255 255 / 70%); right:0px; left:0px; bottom:-10px; font-family:Poppins-Regular; border-radius:8px; margin:auto; width:fit-content; transition:all 0.5s ease; z-index:10;}
.work-show-link:hover .work-category {opacity:1; visibility:visible; bottom:4%; top:auto;}
.work-category:hover {background-color:#fff;}
.work-details {display:flex; flex-direction:column; gap:15px; margin-top:25px;}
.work-name {font-family:'Poppins-medium'; font-size:16px; line-height:1.5em; font-weight:normal; color:#000; display:block; padding:0; margin:0;}
.work-details > p {font-size:15px; font-family:Poppins-Regular; color:#5A5A5A; display:block; padding:0; margin:0; line-height:1.5em;}

.long-faq, .web-serv-faq{ max-height: 500px;overflow-y: auto;padding-right: 4px;}

/*media screens start*/
@media (min-width:1300px){
    
    .serv-hero-sec{height: 75vh; padding: 0;}
    .web-about-wrap { grid-template-columns: 1fr 1fr;}
    .web-serv-head{width: 70%;}
    .serv-form {padding:0 50px;}
    .serv-3d-img-grp{width: 400px;}
    .abtimg-softw{width: 400px;}
    .abtimg-mobapp-dev{width: 400px;}
    .anim-img-sec > img:nth-child(1){ width: 165px;}
    .anim-img-sec > img:nth-child(2) {width: 400px;}
    .robo-chat{width: 350px;height: 350px;}


}
@media (min-width:1500px){

    .serv-hero-sec{height: 100vh; margin-top: -83px;}
    .serv-3d-img-grp{width: 450px;}
    .serv-3d-img-grp > img{width: 65px;height: 65px;}
    .abtimg-softw{width: 450px;}    
    .abtimg-softw > img{width: 65px;height: 65px;}
    .abtimg-mobapp-dev{width: 450px;}
    .abtimg-mobapp-dev > img{width: 65px;height: 65px;}
    .anim-img-sec{width: 600px;}
    .robo-chat{width: 400px;height: 400px;}


}
@media (min-width:1600px){

    .serv-form-wrap{grid-template-columns: 1.1fr 1fr;}
    .serv-form {gap:40px; padding:0 100px;}
    .serv-hero-head > b{font-size:22px;}
    .home-hero-head > b{font-size:22px;}
    .serv-hero-head > h2{font-size:65px;}
    .home-hero-head > h2{font-size:70px;}
    .serv-title-head{font-size:24px;}
    .home-title-head{font-size:24px;}
    .float-particle { width: 120px; height: 120px;}   
    .gl-robo{ max-width: 550px;} 

    .footer-area { padding: 70px 0px;}

}
@media (min-width:1700px){
    /* .our-works-thumbvid{height: 100%;width: auto;} */
}
@media (min-width:1900px){

    .comp-logo-blue,.comp-logo-light{width:250px}

    .land-common-pad {padding: 100px 0;}
    .web-about-wrap{gap: 50px;}
    .web-abt-head{font-size: 36px;margin-bottom: 40px;}
    .web-tick-points{margin-bottom: 40px;}
    .web-tick-points > li{font-size: 17px;padding-left: 35px;}
    .web-tick-points > li > b{font-size: 18px;}
    .web-tick-points>li::before {width: 19px; height: 19px;top: 4px;}
    .web-abt-cont>p {font-size: 18px;margin-bottom: 30px;}
    .web-highlight-text {font-size: 18px;}
    .web-strip-cont{gap: 35px;}
    .strip-head{font-size: 36px;}
    .process-strip .web-strip-cont{width: 60%;padding: 40px 0;}
    .web-strip-cont >p{font-size: 18px;}
    .specialist-strip-cont > div > b{font-size: 26px;}
    /* .testimonial-card {min-height: 380px;}   */
    .serv-form-lft {padding:60px 80px;}
    .serv-point-head {font-size:36px; margin-bottom:50px;}
    .serv-tick-points { gap:40px;}
    .serv-tick-points > b {font-size:18px; padding-left:50px;}
    .serv-tick-points > b::before {width:36px; height:36px;}
    .serv-form-head > h4{ font-size: 26px;} 
    .web-benefits-wrap{ grid-template-columns:1.1fr 1fr; gap:80px;}   
    .serv-tab-head {font-size:36px; margin-bottom:30px;}
    .serv-lft-tab{gap:50px;}
    .tab-box > p{font-size:18px;}
    .serv-view-head {font-size:26px;margin-bottom:30px;}
    .tab-box {padding-right:80px;}
    .tab-view-box > p{font-size:16px;}

    .float-particle.fp1 {width:158px; height:158px;}
    .float-particle.fp2 {width:179px; height:173px;}
    .float-particle.fp3 {width:176px; height:176px;}
    .float-particle.fp4 {width:172px; height:172px;}
    .float-particle.fp5 {width:186px; height:186px;}
    .float-particle.fp6 {width:175px; height:175px;}

    .serv-3d-img-grp{width: auto;}
    .serv-3d-img-grp > img{width: auto;height: auto;}
    .serv-3d-img-grp > img:nth-child(2) {top:-5%; right:0%;}
    .serv-3d-img-grp > img:nth-child(3) {top:16%; right:-28%;}
    .serv-3d-img-grp > img:nth-child(4) {top:40%; right:-30%;}
    .serv-3d-img-grp > img:nth-child(5) {top:60%; right:-18%;}
    .serv-3d-img-grp > img:nth-child(6) {bottom:-5%; right:11%;}
    .serv-3d-img-grp > img:nth-child(7) {bottom:-5%; left:30%;}
    .serv-3d-img-grp > img:nth-child(8) {bottom:31%; left:-5%;}
    .serv-3d-img-grp > img:nth-child(9) {top:20%; left:0%;}
    .serv-3d-img-grp > img:nth-child(10) {bottom:-6%; right:-30%;}
    .serv-3d-img-grp > img:nth-child(11) {left:-15%; bottom:-4%;}
    .serv-3d-img-grp > img:nth-child(12) {left:22%; top:-8%;}
    .abtimg-softw{width: auto;}    
    .abtimg-softw > img{width: auto;height: auto;}
    .anim-img-sec{width: auto;}
    .anim-img-sec > img:nth-child(1){ width: auto;}
    .anim-img-sec > img:nth-child(2) {width: auto;} 
    .abtimg-mobapp-dev{width: auto;}
    .abtimg-mobapp-dev > img{width: auto;height: auto;}

    .homvid-grad-bg::before{background-size: contain;}
    .gl-robo{ max-width: 600px;} 
    .robo-chat{top: -175px; left: -75px; width: 500px; height: 500px;}
    

}


@media (max-width:992px){

    .serv-hero-sec{margin-top: 0;height: auto;padding: 30px 0 0;}
    .serv-hero-head{ padding-bottom: 40px;}
    .serv-hero-head > b{ font-size: 16px;}
    .home-hero-head > b{ font-size: 16px;}
    .serv-hero-head > h2{ font-size: 40px;}
    .home-hero-head > h2{ font-size: 40px;}
    .serv-title-head{font-size: 18px;margin-bottom: 40px;}
    .home-title-head{font-size: 18px;margin-bottom: 40px;}
    .serv-hero-btn{padding: 10px 55px 10px 30px; font-size: 15px;}
    .serv-hero-btn::before{  top: 17px;right: 30px;}
    .serv-hero-btn:hover::before {right: 25px;}
    .web-about-wrap {grid-template-columns: 1fr;}
    .web-lft-sec{order: 2;}
    .web-rght-sec{order: 1;justify-self: center;}
    .web-abt-img {width: 450px;}
    .web-strip-cont{gap: 25px;padding: 30px 0;}
    .consultation-strip .strip-head {font-size: 24px;}
    .process-strip .web-strip-cont{width: 100%;}
    .specialist-strip-cont{flex-direction: column;text-align: center;padding: 30px 0;gap: 25px;}
    .specialist-strip-cont > div{padding-right: 0;border: none;}
    .web-comn-head{font-size: 45px;margin-bottom: 20px;}
    .serv-box-head{font-size: 20px;}
    /* .author-img {width: 90px;height: 90px;} */
    .author-img {width: 60px;height: 60px;}
    .auth-comp-logo{ width: 80px;}
    .serv-form-wrap{grid-template-columns: 1fr;}
    .serv-form {padding:0 100px;}
    .web-benefits-wrap{display: none;}
    .md-view-benefit{display: flex;flex-direction: column;gap: 30px;}
    .tab-box {opacity: 1;}
    .view-grad-box {display:flex;padding-bottom: 0;}
    .serv-hdn-mob {display: none;}
    .serv-morebtn {display: block;}
    #servToggleBtn{display: block;}
    .float-particle { width: 80px; height: 80px;}
    .graphics-hero-wrap::before{display: block;}

    .home-hero-content{height: 70vh;}
    .home-hero-sec{ height: 70vh;}

    .robo-anim-img{ padding-top: 100px;}
    .gl-robo{ max-width:400px;} 
    .robo-chat{width: 325px;height: 325px;top: 0; left: 0;}


}
@media (max-width:767px){

    .vid-grad-bg::before{background-size: cover;}
    .serv-hero-head > h2 {font-size: 35px;}
    .home-hero-head > h2 {font-size: 35px;}
    .consultation-strip .strip-head {font-size: 18px;}
    .strip-head > b{font-size: 16px;}
    .web-comn-head {font-size: 35px;margin-bottom: 15px;}
    .web-serv-head{margin-bottom: 30px;}
    .head-sub-cont{font-size: 16px;}
    .testimonial-card{min-height: auto;padding-right: 0;border-right: none;}
    .testmonial-slider .swiper-pagination{display: none !important;}
    .serv-form {padding:0 50px;}
    .serv-form-lft{padding: 40px;}
    .serv-point-head{font-size: 22px;}
    .serv-point-sec{gap: 28px;}
    .serv-tick-points > b{font-size: 14px;padding-left: 35px;}
    .serv-tick-points > b::before{width: 25px;height: 25px;}
    .case-study-wrap{padding: 60px 0;}
    .gl-robo{ max-width:350px;} 

    .fixed-btn-right{opacity: 0.4;}
    .fixed-btn-right:hover{opacity: 1;}
}
@media (max-width:575px){

    .srv-back-video{width: 100%;height: 100%;}
    .serv-hero-sec{height: 530px;align-items: start; padding: 75px 0 0;}  
    .hero-gradient-bg{ background: rgba(13, 9, 47, 0.85);}  
    .serv-hero-head > b{ font-size: 14px;}
    .home-hero-head > b{ font-size: 14px;}
    .serv-hero-head > h2 {font-size: 25px;}
    .home-hero-head > h2 {font-size: 25px;}
    .serv-title-head{font-size: 15px;}
    .home-title-head{font-size: 15px;}
    .serv-title-head >b{display: inline-block;}
    .serv-hero-btn{font-size: 14px;}    
    .land-common-pad{padding: 40px 0;}
    .web-abt-img {width: 300px;}
    .web-abt-head{margin-bottom: 20px; font-size: 22px;}
    .web-abt-head > b{display: inline-block;}
    .web-tick-points{margin-bottom: 20px;}
    .web-abt-cont>p{font-size: 14px;margin-bottom: 15px;}
    .consultation-strip .strip-head {font-size: 16px;}
    .strip-head > b{font-size: 14px;}
    .strip-head{font-size: 18px;}
    .web-comn-head {font-size: 30px;}
    .head-sub-cont {font-size: 14px;}
    .web-serv-box>p{ font-size: 14px;padding: 10px 0 0;}
    .testmonial-slider{padding-bottom: 65px;}    
    .custom-nav{bottom: 0; padding: 8px 25px;}
    .swiper-btn-next.custom-nav {right: 90px;}
    .swiper-btn-prev.custom-nav {left: 90px;right: auto;}
    .testm-author-info > b{font-size: 18px;margin-bottom: 0;}
    .custom-nav:hover > b{display: none;}
    .testimonial-text{font-size: 15px;}
    .serv-form {padding:0 10px;}
    .serv-form-head{ margin-bottom: 30px;}
    .serv-form-head > h4{font-size: 20px;}
    .serv-form-head > b{font-size: 14px;}
    .serv-form-lft{padding: 30px;}
    .serv-point-head {font-size: 20px;}
    .serv-point-sec{gap: 20px;}
    .serv-tick-points{gap: 20px; flex-direction: column;}
    .serv-tick-points > b{width: 100%;padding-left: 30px;}
    .serv-tick-points > b::before{width: 20px;height: 20px;top: 1;}
    .serv-tab-head{font-size: 22px;}
    .tab-box > p{ font-size: 14px;}
    .serv-view-head{font-size: 18px;margin-bottom: 15px;}
    .tab-view-box > p{margin-bottom: 15px;font-size: 14px;}
    .specialist-strip-cont > div > b{ font-family: 'Poppins-Regular';font-size: 14px;}

    .graphics-hero-wrap .serv-hero-sec{align-items: center; padding: 0;}
    .float-particle.fp3 {bottom: 15%;}
    .float-particle { width: 50px; height: 50px;} 
    .serv-3d-img-grp{ width: 200px;}
    .serv-3d-img-grp > img{ width: 30px;height: 30px;}
    .abtimg-softw{width: 250px;}
    .abtimg-softw > img{width: 35px;height: 35px;}
    .abtimg-mobapp-dev{width: 250px;}
    .abtimg-mobapp-dev > img{width: 35px;height: 35px;}
    
    .case-study-wrap{padding: 40px 0;}
    .case-image-wraper{max-width: 350px; margin: 0 auto;}
    .work-link-box{ font-size: 14px;padding: 10px 15px;bottom: 20px;}
    .image-wrapper{max-width: 350px; margin: 0 auto;}
    .work-show-link{max-width: 350px;}

    .robo-anim-img{ padding-left: 100px; padding-top: 90px;}
    .gl-robo { max-width: 240px; }
    .robo-chat{width: 200px;height: 200px;}

}

/*media screens end*/

/*service-new end*/