:root {
    --first-color: #5335e5;
    --second-color: #8a8a9b;
    --third-color: #ffffff;
    --font-1: "GeneralSans-Medium";
    /* --font-2: "GeneralSans-Medium"; */
    --font-3: "GeneralSans-Bold";
    --font-4: "generalSans-semibold";
}
/*a:hover{*/
/*    color:!important;*/
/*}*/
/*a{*/
/*    font-family:"GeneralSans-Regular";*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*}*/

p {
    font-family: "GeneralSans-Medium";
    color: var(--second-color);
    font-family: var(--font-1);
}
@font-face {
    font-family: "generalSans-semibold";
    src: url("../GeneralSans_Complete/Fonts/WEB/fonts/generalSans-semibold.woff");
}

@font-face {
    font-family: "generalSans-medium";
    src: url("../GeneralSans_Complete/Fonts/WEB/fonts/generalSans-medium.ttf");
}

@font-face {
    font-family: "GeneralSans-Medium";
    src: url("../GeneralSans_Complete/Fonts/WEB/fonts/GeneralSans-Medium.woff");
}
@font-face {
    font-family: "generalSans-semibold";
    src: url("../GeneralSans_Complete/Fonts/WEB/fonts/generalSans-semibold.woff");
}

@font-face {
    font-family: "GeneralSans-Regular";
    src: url("../GeneralSans_Complete/Fonts/WEB/fonts/GeneralSans-Regular.ttf");
}
/* -------    loder    ---- */
/* -------    loder    ---- */

.btn-nav-lg a {
    text-decoration: none;
    color: #ffffff;
}
.btn-nav-md a {
    text-decoration: none;
    color: #ffffff;
}

ul.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
h1 {
    font-family: "generalSans-semibold";
}
p {
    font-family: "GeneralSans-Medium";
}
.inter {
    transition: 1s all ease-in-out;
}
.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: 0.5s ease-in-out;
}
.inter.fixed-inter nav.navbar.navbar-expand-lg ul.navbar-nav.me-auto {
    margin: 0 !important;
    /* margin: 50px 50px !important; */
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
    position: relative;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #5335e5;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    position: absolute;
    top: 10px;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    position: absolute;
    top: 20px;
    transform: rotate(0deg);
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    top: inherit;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    top: inherit;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    top: inherit;
    transform: rotate(-135deg);
}

/* Color of 3 lines */

.navbar-toggler.collapsed .toggler-icon {
    background: linear-gradient(
        263deg,
        rgb(17, 94, 238) 0%,
        rgb(66, 50, 243) 100%
    );
}

/* ennnnnnnnnnnnnnnn*/
.inter .navbar .navbar-collapse .navbar-nav .nav-link {
    position: relative;
    font-family: "GeneralSans-Regular";
}
.inter .navbar .navbar-collapse .navbar-nav .nav-link:hover {
    color: #3a86ff;
}

/* hr line botthom  */
.inter .navbar .navbar-collapse .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 4px;
    background-color: #758bfd;
    transition: 0.4s ease-in-out;
}
.inter .navbar .navbar-collapse .navbar-nav .nav-link:hover::after {
    left: 0;
    width: 100%;
}
.inter .navbar .navbar-collapse .navbar-nav .nav-link:hover::before {
    content: "";
    z-index: 100;
    width: 5px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 5px;
    background-color: red;
    transition: 6s ease-in-out;
    animation: draganimation ease-in-out 4s;
    animation-iteration-count: infinite;
}
@keyframes draganimation {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, 0);
    }
    50% {
        transform: translate(-22px, 0);
    }
}
.fixed-inter .nav-logo {
    max-width: 100%;
}
.fixed-inter .navbar {
    height: 75px;
}
.fixed-inter {
    position: fixed;
    z-index: 100;
    top: 0px;
    height: 90px;
    padding: 10px 0px;
    left: 0;
    width: 100%;
    background-color: #ffff;
    box-shadow: 0 0 5px #b6c3cd;
    animation: falldown 0.5s ease-in-out;
}
.fixed-inter .navbar-brand {
    color: #000;
}
@keyframes falldown {
    0% {
        top: -100px;
        opacity: 0;
        transition: all 1s ease-in-out;
    }
    100% {
        top: 0;
        opacity: 1;
        transition: all 1s ease-in-out;
    }
}
.navbar {
    width: 100%;
    height: 99px;
    display: flex;
    justify-content: space-between;
    background-color: #ffff;
    color: #000;
}
.logo-box {
    width: 18%;
}
.nav-logo {
    max-width: 100%;
    height: auto;
    position: relative;
}
.btn-nav-lg {
    background-color: #5335e5;
    color: #ffffffff;
    font-family: "GeneralSans-Medium";
    font-weight: 400;
    border-radius: 4px;
    text-align: center;
    border: none;
    height: 40px;
    width: 139px;
    display: block;
}
.btn-nav-md {
    background-color: #5335e5;
    color: #ffffffff;
    font-family: "GeneralSans-Medium";
    border-radius: 4px;
    padding: 8px 23px;
    border: none;
    display: none;
    height: 40px;
    width: 139px;
}

.nav-item {
    margin: 0px 12px;
}
a .nav-link {
    font-family: "General Sans", sans-serif;
    font-weight: 500;
    color: #000;
}
.nav-item a {
    color: #000;
    text-decoration: none;
    font-family: "General Sans", sans-serif;
}
/* --------------------------nabr end---------------- */
/* --------------------------nabr end---------------- */

/* --------------------------header start---------------- */
/* --------------------------header strat---------------- */
.softwere .softwere-box .link-box a span {
    margin-left: 0px;
    font-family: "GeneralSans-Regular";
    font-weight: 400;
}

.header .header-bg {
    background-image: url(../images/header-bg.jpg);
    background-position-x: 600px;
    background-position-y: 30px;
    background-repeat: no-repeat;
    background-color: #ffffffff;
    object-fit: cover;
    max-width: 100%;
    height: auto;
    background-size: contain;
}

.header-text {
    position: relative;
    top: 20%;
    border: none;
}
.header-text .header-text-btn {
    font-family: "GeneralSans-Medium";
    color: #ffffffff;
    background-color: #5335e5;
    border: none !important;
    border-radius: 4px;
    letter-spacing: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 4px 20px 4px 20px;
}
.header-text h1 {
    /* font-family: 'General Sans', sans-serif; */
    letter-spacing: -1.5px;
    font-weight: 600;
    color: #202020;
    line-height: 51.3pt;
    font-size: 55px;
    font-family: "GeneralSans-Semibold";
}
.header-text h1 span {
    color: #5335e5;
}
.header-text h2 {
    font-family: "GeneralSans-BoldItalic.otf", sans-serif;
    font-weight: 700;
    color: #5335e5;
    font-size: 36px;
    margin: 20px 0px;
}
.header-text .btn-var {
    margin: 40px 0px;
    display: inline-block;
}
.header-text .btn-var .btn-for {
    background-color: #5335e5;
    border: none !important;
    color: #ffffffff;
    padding: 8px 16px;
    font-family: "generalSans-medium";
    border-radius: 4px;
}
.header-text .link-box {
    display: block;
}
.header-text p {
    font-family: "GeneralSans-Regular";
    font-size: 18px;
    color: #8a8a9b;
    padding-right: 160px;
    margin-top: 38px;
}
.header-text .link-box a {
    text-decoration: none;
    font-size: 15px;
    font-family: "GeneralSans-Regular";
    color: #8a8a9b;
}
.header-text .link-box .fa-check {
    color: #ffffffff;
    padding: 2px;
    font-size: 12px;
    border-radius: 20px;
    background-color: #5335e5;
}
.header-text .link-box .try {
    color: #ffffffff;
    margin-right: 7px;
    margin-left: 15px;
    padding: 2px;
    font-size: 12px;
    border-radius: 20px;
    background-color: #5335e5;
}

.header-text .btn-var .btn-me {
    background-color: #ffffffff;
    color: #5335e5;
    font-family: "generalSans-medium";
    padding: 6px 24px;
    border-color: #5335e5;
    margin-left: 10px;
    border-radius: 4px;
}
.header-box {
    position: relative;
    text-align: -webkit-right;
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.header-img {
    max-width: 90%;
    position: relative;
    top: 20px;
    height: auto;
    object-fit: cover;
}
.group-44 {
    max-width: 100%;
    height: auto;
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* ------------------------end header------------------------- */
.btn-naves {
    background-color: #5335e5;
    color: #ffffffff;
    font-family: "GeneralSans-Medium";
    font-weight: 500;
    border-radius: 4px;
    height: 50px;
    width: 150px;
    /* padding: 9px 23px; */
    border: none;
    display: block;
}
.for-counter {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}
.counter-text p {
    font-family: sans-serif;
    font-weight: 600;
    margin-left: 0px;
}
#counter {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #000000;
}
#counter-1 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #000000;
}
#counter-2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #000000;
}
.business {
    margin: 10% 0%;
}
.business .text {
    transform: translateY(6%);
}
.business .business-box .img-box {
    display: block;
    position: relative;
    height: auto;
    max-width: 100%;
}
.business .business-box .img-box .reactangle {
    max-width: 80%;
    position: relative;
    z-index: 1;
    margin: 0px auto;
    left: 10%;
    height: auto;
}
.business .business-box .img-box .box-inner {
    position: absolute;
    max-width: 100%;
    height: auto;
    bottom: -90px;
    left: 0px;
}
.business .text .about-btn {
    color: #ffffffff;
    background-color: #5335e5;
    border: none !important;
    padding: 4px 25px;
    font-weight: 500;
    display: block;
    font-size: 16px;
    font-family: "GeneralSans-Medium";
    border-radius: 6px;
    margin-bottom: 20px;
}

.business .text .btn-naves a {
    color: #fff !important;
    text-decoration: none;
}

.business .text h2 {
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -0px;
    line-height: 1.5;
    font-family: "GeneralSans-Semibold";
}
.counter {
    font-size: 30px;
    font-weight: 500;
    font-family: "GeneralSans-Medium";
    position: relative;
}

.business .text p {
    font-family: "GeneralSans-Regular";
    color: #8a8a9b;
    line-height: 25px;
    margin-bottom: 20px;
    font-size: 18px;
}

.business .text p span {
    margin-left: 5px;
}

.business .text .icon-cheak {
    color: #5335e5;
}

.smash {
    position: absolute;
    text-align: center;
    justify-content: center;
    color: #000;
    top: -2px;
    font-size: 32px;
    font-weight: 500;
    left: 54px;
}
.flec-count {
    padding-right: 15%;
    margin: 5% 0% 2% 0%;
}
/* -----------------------end bussiness-------------------------------- */

#email {
    margin-bottom: 38px;
}
/* -----------------------end bussiness ------------------------------*/

.softwere {
    margin: 6% 0%;
}
.softwere .softwere-bg {
    background-color: #f8f6ff;
    border-radius: 15px;
    padding: 5% 2%;
}
.softwere .softwere-box h2 {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -0px;
    line-height: 1.5;
    font-family: "generalSans-semibold";
}
.softwere .softwere-box p {
    color: #8a8a9b;
    margin-top: 15px;
    font-size: 18px;
    font-family: "GeneralSans-Regular";
    padding-right: 10%;
}
.softwere .softwere-box .softwere-btn {
    background-color: #5335e5;
    color: #ffffffff;
    padding: 3px 20px;
    border: none !important;
    font-size: 16px;
    font-family: "GeneralSans-Medium";
    font-weight: 500;
    border-radius: 5px;
    margin-bottom: 20px;
}
.softwere .softwere-box .link-box a {
    text-decoration: none;
    color: #8a8a9b;
    /* color: rgb(92, 91, 91); */
}
.softwere .softwere-box .link-box .try-2 {
    color: #ffffffff;
    padding: 2px;
    font-size: 12px;
    border-radius: 20px;
    background-color: #5335e5;
}
.softwere .softwere-box .link-box .try-3 {
    color: #ffffffff;
    padding: 2px;
    font-size: 12px;
    margin-left: 15px;
    border-radius: 20px;
    background-color: #5335e5;
}
.softwere .softwere-box .link-box {
    margin-top: 20px;
}
.softwere-box {
    margin-top: 16px;
}
.softwere .softwere-card {
    background-color: #ffffffff;
    border-radius: 6px;
    padding: 15px 10px;
    border: none !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    margin-bottom: 20px;
}
/*.softwere .softwere-card .icon-box .icon-img {*/
/*    width: 70%;*/
/*    padding: 15px 3px;*/
/*}*/
.softwere .softwere-card .icon-box .icon-img {
    width: 90%;
    height: 50px;
    padding: 0px 6px;
}
.softwere .softwere-card .icon-text p {
    letter-spacing: 0px;
    line-height: 1;
    font-size: 14px;
    font-family: "GeneralSans-Regular";
}
.softwere .softwere-card .icon-box {
    padding-top: 6px;
    width: 20%;
    /* text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center; */
}
.fa-star:nth-child(1) {
    color: #000;
    background: transparent;
}
.fa-star:nth-child(2) {
    color: #000;
    background: transparent;
}
.softwere .softwere-card .icon-text {
    padding-left: 5px;
    width: 80%;
}
.softwere .softwere-card .icon-text h6 {
    font-family: "generalSans-semibold";
    font-weight: 600;
    color: #5335e5;
}

/* ---------------------------------end softwere------------------- */
.branding {
    margin: 0% 0%;
}
.branding .branding-text {
    text-align: center;
    justify-content: center;
    align-items: center;
}
.branding .branding-text .brandig-btn {
    color: #ffffffff;
    background-color: #5335e5;
    border: none !important;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 500;
    font-family: "GeneralSans-Medium";
    padding: 6px 20px;
    text-transform: uppercase;
    /* margin-bottom: 15px; */
    /* height: 28px; */
}

.branding .branding-text p {
    padding: 0% 13%;
    color: rgb(92, 91, 91);
    font-family: "General Sans", sans-serif;
}
.branding .branding-text h2 {
    color: #000;
    font-family: "generalSans-semibold";
    font-weight: 600;
    font-size: 55px;
    letter-spacing: -1.5px;
    margin: 3% 0%;
}
/*star hover effictive in cards*/

.active,
.card-box h4 h6 a:hover {
    color: #fff !important;
    filter: invert(100%);
    background: #acca1a;
    cursor: pointer;
}
#myDIV .card-box.active h4 {
    color: #fff !important;
    filter: invert(1);
}
#myDIV .card-box.active h6 {
    color: white !important;
    filter: invert(1);
}
#myDIV .card-box.active a {
    color: white !important;
    filter: invert(1);
}
/*star hover effictive in cards*/

/* .card-box:hover{
    background: #5335E5;
    color: #ffffffff;
}  */
/* .branding .card-box:hover{
    background: #5335E5;
    color: #ffffffff;
/ */
/* .branding .card-box{ */
/* background: #5335E5;
    color: #ffffffff; */
/* cursor: pointer; */
/* transition: 0.3 ease-in-out; */
/* }   */

/*.active, .card-box :hover img h4 h6 a{*/
/*    color: #FFFFFF;*/
/*    background: #0c63e4;*/
/*cursor: pointer;*/
/*filter: invert(100%);*/
/*background: darkorange;*/
/*color: #000;*/

/*}*/

.card-box a {
    color: #5335e5;
    background: none !important;
    text-decoration: none !important;
}

.card-box {
    cursor: pointer;
    margin-top: 20px;
    padding: 50px 20px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    height: 85%;
    text-align: center;
    align-items: center;
}
.card-box h6 {
    font-size: 18px;
    line-height: 1.25;
    margin-top: 20px;
    font-family: "GeneralSans-Regular";
}
.card-box .cardd {
    max-width: 100%;
    height: auto;
    text-align: center;
    align-items: center;
    border: none !important;
}
#myDIV .card-box h4 {
    font-family: "GeneralSans-Semibold";
    font-weight: 600;
}
.card-box .cardd .card-img {
    max-width: 21%;
    margin-bottom: 15px;
    height: auto;
}
.card-box p {
    font-family: sans-serif;
    padding-top: 25px;
    color: rgb(92, 91, 91);
}
.branding-text .brandig-btne {
    color: #ffffffff;
    background-color: #5335e5;
    border: none !important;
    border-radius: 4px;
    letter-spacing: 1;
    font-family: "GeneralSans-Medium";
    font-weight: 500;
    width: 150px;
    text-align: center;
    height: 50px;
    /* padding: 8px 30px; */
    margin-top: 2%;
}
.brandig-btne a {
    text-decoration: none;
    color: white !important;
}
/* -------------------branding end----------------- */
.slick-initialized .slick-slide {
    display: block;
    height: auto !important;
}
.left-0 {
    border-radius: 2px;
    line-height: 1.4;
    text-align: center;
    position: absolute;
    left: 93%;
    width: 50px;
    height: 27px;
    top: -52px;
    background-color: #5335e5;
    color: #ffffff;
    padding: 2px;
}
.right-0 {
    border-radius: 2px;
    line-height: 1.4;
    text-align: center;
    position: absolute;
    left: 88%;
    width: 50px;
    height: 28px;
    background: #e1e1e1;
    top: -52px;
    color: #5335e5;
    padding: 2px;
}
.gellery {
    margin: 5% 0%;
}
.gellery .gellery-btn {
    background-color: #5335e5;
    padding: 2px 20px;
    border: none;
    font-family: "GeneralSans-Medium";
    font-weight: 500;
    letter-spacing: 1;
    font-size: 15px;
    color: #ffffffff;
    border-radius: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.gellery h2 {
    padding-bottom: 10px;
    color: #000;
    font-family: "generalSans-semibold";
    font-weight: 600;
    font-size: 35px;
    letter-spacing: -1px;
}
.gellery .gellery-bg {
    width: 100%;
    height: auto;
    border-radius: 30px;
    background-color: #f8f6ff;
    padding: 4% 1%;
}

.multiple-items {
    margin: 10px !important;
    background-color: #ffffffff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 6px;

    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 6px;
    /* box-shadow: 0 3px 0px rgb(0 0 0 / 1%), 0 0px 0px rgb(0 0 0 / 0%); */
    padding: 25px 20px;
    border-radius: 8px;
    display: block;
    /* position: relative; */
}
.img-box {
    max-width: 100%;
    height: auto;
    display: flex;
}
.geller-card {
    display: flex;
    position: relative;
}
.gellery .multiple-items .geller-card .icon-box {
    position: absolute;
    top: 20px;
    right: 0px;
}
.elipse {
    max-width: 50px;
    object-fit: contain;
    height: auto;
}
.gellery-text {
    padding-left: 15px;
    padding-top: 10px;
}
.gellery-text h6 {
    font-family: "generalSans-semibold";
    font-weight: 600;
}
.gellery-text p {
    /* font-family: 'General Sans', sans-serif; */
    font-family: "GeneralSans-Medium";
    font-weight: 500;
    margin-top: -8px;
}

.checked {
    color: #e4b600;
    font-size: 14px;
}

/* -----------------start foooter------------------- */
/* -----------------start foooter------------------- */
.main-footer {
    margin: 5% 0%;
}
.main-footer .box {
    text-align: center;
    align-items: center;
    padding-bottom: 7%;
}
.main-footer .box .footer-img {
    max-width: 55%;
    height: auto;
    margin-bottom: 25px;
}
.main-footer .box p {
    font-family: "GeneralSans-Regular";
    font-weight: 400;
    /* color: rgb(92, 91, 91); */
    /* font-family: 'General Sans', sans-serif;

    */
}
.main-footer .box .footer-btn {
    /* padding: 6px 20px; */
    text-align: center;
    min-width: 232px;
    min-height: 50px;
    color: #5335e5;
    background-color: #ffffffff;
    border-radius: 5px;
    border-color: #7357d9;
    font-family: "GeneralSans-Medium";
    margin: 10px 0px;
}
.main-footer .links-footer {
    text-align: end;
    padding-top: 20%;
    align-items: end;
}
.detail-extra {
    padding: 1.5rem 0rem;
}
.main-footer .links-footer li a {
    text-decoration: none !important;
    list-style: none !important;
    color: #000000;
}

.main-footer .links-footer h6 {
    font-family: "generalSans-medium";
    /* font-family: 'General Sans', sans-serif; */
    font-weight: 600;
}
.main-footer .links-footer li {
    list-style: none;
    color: #000000;
    font-family: "GeneralSans-Regular";
    /* color: rgb(92, 91, 91); */
    /* font-family: 'General Sans', sans-serif; */

    margin: 6px 0px;
}
.main-footer .contact-box {
    padding-top: 20%;
}
.main-footer .contact-box li a {
    text-decoration: none !important;
    list-style: none !important;
    font-family: "General Sans", sans-serif;

    color: #000;
}
.main-footer .contact-box li {
    margin: 6px 0px;
    color: rgb(92, 91, 91);
    list-style: none;
}
.main-footer .contact-box li h6 {
    font-family: "generalSans-semibold";
    color: #000000;
    /* color: rgb(10, 10, 10); */
    /* font-family: 'General Sans', sans-serif; */
    font-weight: 600;
}
.main-footer .contact-box .social {
    color: #5335e5;
}
.main-footer .contact-box .social a{
    text-decoration: none !important;
    list-style: none !important;
}
.main-footer .contact-box .social .icons {
    margin: 10px 15px 6px 0px;
    font-size: 22px;
}
.main-footer nav {
    margin: 20px 0px;
}
.main-footer nav ul {
    text-align: center;
    align-items: center;
}
.main-footer nav ul li {
    color: rgb(92, 91, 91);
    display: inline-block;
    text-decoration: none;
    margin: 0px 10px;
}
.main-footer .links-footer a {
    text-decoration: none;
}

/* -----------------end foooter------------------- */
/* -----------------end foooter------------------- */
/*--------------------------------------------------------------*/
/* ============================================================= */

/* <!-- Always Contact  Start --> */
.contact-detail {
    background-color: #f8f6ff;
    padding: 20px 0px;
    border-radius: 40px;
}
.center-text {
    background-color: #f6f2fd;
    color: #000;
    width: 100%;
    height: 110px;
    border-bottom: 24px;
    padding-top: 20px;
    text-align: center;
    align-items: center;
    /* font-family: 'General Sans', sans-serif; */
}
.center-text h1 {
    /* font-family: 'General Sans', sans-serif; */
    font-weight: 700;
}
.always-contact .contact-us {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.always-contact .contactus-inner {
    text-align: center;
}
.always-contact .contactus-inner .contactus-btn {
    padding: 2px 18px;
    margin-bottom: 0px;
    font-family: "GeneralSans-Medium";
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-transform: uppercase;
    border: none !important;
    background-color: #5335e5;
}
.always-contact .contactus-outer {
    text-align: center;
    /* font-family: 'General Sans', sans-serif; */
    align-items: center;
}
.always-contact .contactus-outer h2 {
    font-family: "generalSans-semibold";
    font-weight: 600;
    padding-top: 15px;
    text-align: center;
    font-size: 40px;
}
.always-contact .contactus-item {
    text-align: center;
}
.always-contact .contactus-item p {
    font-size: 27px;
    padding-top: 20px;
    color: #333333;
    padding-bottom: 5px;
    font-family: "GeneralSans-Medium";
}

.always-contact input[type="text"],
select,
textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 16px;
    resize: vertical;
}

.always-contact input[type="submit"] {
    background-color: #5335e5;
    color: white;
    padding: 12px 20px;
    border: none;
    font-family: "generalSans-semibold";
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}
.always-contact input[type="submit"]:hover {
    background-color: #5335e5;
}
/* <!-- Always Contact  End --> */

/* =============================index-2======================= */

/* detail contact  start */
.contact-detail {
    margin: 7% 0%;
    padding: 5% 0%;
}
.contact-detail .contact-us {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact-detail .detail-inner {
    text-align: center;
}
.contact-detail .detail-inner .detailus-btn {
    padding: 2px 10px;
    margin-bottom: 0px;
    border-radius: 4px;
    font-size: 18px;
    font-family: "GeneralSans-Medium";
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    border: none !important;
    background-color: #5335e5;
}
.contact-detail .detail-outer {
    text-align: center;
}
.contact-detail .detail-outer h2 {
    font-family: "generalSans-semibold";
    padding-top: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 45px;
}
.contact-detail .detail-outer p {
    padding: 2% 20% 0% 20%;
}
.contact-detail .detail-item {
    text-align: center;
}
.contact-detail .detail-item p {
    color: #8a8a9b;
    font-size: 18px;
    padding-top: 8px;
}

.detail-header {
}
.detail-extra {
    padding: 2.5rem;
}
.contact-detail .detail-card {
    text-align: -webkit-center;
}

.contact-detail .detail-card h4 i {
    width: 50px;
    height: 50px;
    background: #5335e5;
    margin-bottom: 20px;
}
.contact-detail .detail-card .fa-phone {
    display: flex;
    color: #ffffff;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.contact-detail .detail-card .fa-map-marker {
    display: flex;
    color: #ffffff;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.contact-detail .detail-card .fa-envelope {
    display: flex;
    color: #ffffff;
    font-size: 22px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.contact-detail .detail-card h5 {
    font-family: "generalSans-semibold";
    font-size: 22px;
    /* font-family: 'General Sans', sans-serif; */
    color: #000000;
    font-weight: 700;
}
.contact-detail .detail-card h6 {
    padding-top: 5px;
    font-weight: 500;
    font-size: 18px;
    font-family: "GeneralSans-Regular";
    /* font-family: 'General Sans', sans-serif; */
    color: #000;
}

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

/* =============================indx3----4====================== */
/* .job-desc start */
.job-desc {
    padding-bottom: 50px;
}
.job-desc .desc-head h2 {
    font-size: 30px;
    /* font-family: 'General Sans', sans-serif; */
    font-weight: 600;
}
.job-desc .desc-head p {
    font-size: 15.6px;
    color: #8a8a9b;
    padding-top: 25px;
}
.job-desc .desc-inner {
    margin-top: 50px;
    margin-bottom: 30px;
}
.job-desc .desc-inner p span {
    color: #8a8a9b;
    line-height: 1.8rem;
    font-size: 15px;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
}
.job-desc .desc-inner .fa-check-circle {
    color: #ffffff;
    background-color: #5335e5;
    border-radius: 50%;
    margin-right: 10px;
}
/* .job-desc end */

/* <!-- sing-here  Start --> */
.Sing-here .Sing-us {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 20px;
}
.Sing-here .Sing-inner p {
    padding: 2px 0px 2px 0px;
    margin-bottom: 0px;
    font-size: 14px;
}
.Sing-here .Sing-outer {
    text-align: center;
}
.Sing-here .Sing-outer h2 {
    /* font-family: 'General Sans', sans-serif; */
    padding-top: 15px;
    font-weight: 600;
    text-align: center;
    font-size: 39px;
}
.Sing-here .Sing-item {
    text-align: center;
}
.Sing-here .Sing-item p {
    /* font-family: 'General Sans', sans-serif; */
    font-size: 23px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.Sing-here input[type="text"],
select,
textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 16px;
    resize: vertical;
}

.Sing-here input[type="submit"] {
    background-color: #5335e5;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}
section.Sing-here {
    margin-bottom: 7%;
}
.Sing-here input[type="submit"]:hover {
    background-color: #5335e5;
}
/* <!-- sing-here  End --> */

/* Senior-career start */
.senior-career {
    margin-top: 100px;
    margin-bottom: 100px;
}
.career-right a {
    text-decoration: none;
}
.senior-item {
    display: flex;
    margin-top: 37px;
}
.senior-inner {
    margin-top: -30px;
}
.senior-aling {
    /* border: 1px solid; */
}
.senior-aling h3 {
    /* border: 1px solid; */
}
.senior-aling span {
    padding-left: 10px;
}
.multiple-items p {
    font-family: "GeneralSans-Regular";
    color: #172233;
}
.senior-aling p {
    /* font-family: ; */
    font-size: 18px;
}
.senior-right {
    /* border: 1px solid; */
    padding-left: 50px;
    padding-top: 37px;
}
.cc {
    margin-top: 15px;
}
.senior-right p {
}
.fa-check-circle {
    background-color: #5335e5;
    border-radius: 50%;
    color: #fff;
    border: none;
}
.nav-item a p {
    font-size: 14px;
    color: #707070;
}
.senior-btn {
    margin-top: 0px;
}
.senior-btn .btn-primary {
    background-color: #5335e5;
    border: none;
    padding: 10px 20px;
}
.pagination {
    display: inline-block;
    margin-top: 50px;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.pents {
    margin-top: 3%;
}

.pagination a.active {
    background-color: #5335e5;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}
.nav-links {
    color: #000000;
    margin-right: 10px;
    /* font-family: sans-serif; */
    font-size: 17px;
    font-weight: 500;
    margin-top: 6px;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}
.desc-head {
    margin-top: 20px;
}

/* Senior-career end */
/* ========================index-5================== */
.about-us {
    background-image: url("../images/");
}
/* ========================index-5================== */

/* ------scrol top btn start-------- */

/*================================= start=================== */
@media (max-width: 1700px) {
    .card-box h6 {
        font-size: 15px;
    }
    .softwere .softwere-box p {
        font-size: 14px;
        padding-right: 5%;
        line-height: 23px;
    }
    .softwere .softwere-card .icon-text p {
        font-size: 12px;
    }
    .softwere .softwere-card .icon-box .icon-img {
        width: 100%;
        height: 44px;
    }
    .branding .card-box h6 {
        font-size: 14px;
    }
    .header .header-bg {
        background-position-x: 530px;
    }
    .multiple-items p {
        font-size: 14px;
    }
    .header-text .header-text-btn {
        font-size: 15px;
    }
    .header-text {
        top: 12%;
    }
    .header-text h1 {
        font-size: 48px;
        line-height: 48.3pt;
    }
    .header-text p {
        padding-right: 35px;
        margin-top: 30px;
    }
    .header-text .btn-var {
        margin: 30px 0px;
    }
    .business .text h2 {
        font-size: 26px;
    }
    .flec-count {
        margin: 0% 0% 0% 0%;
    }
    .smash {
        top: -3px;
        left: 55px;
    }
    .business .business-box .img-box .box-inner {
        bottom: -110px;
    }
    .softwere .softwere-box h2 {
        font-size: 23px;
    }

    /* .branding .branding-text h2 {
        font-size: 50px;
    } */
}
/*================================= start=================== */
@media (max-width: 1600px) {
    #myDIV .card-box h4 {
        font-size: 17px;
    }
    .btn-nav {
        padding: 8px 15px;
    }
}
/* ==========================11200px======================= */
@media (max-width: 1440px) {
    .card-box {
        cursor: pointer;
        padding: 30px 10px;
    }
    .card-box h6 {
        font-size: 13px;
    }
    .card-box .cardd .card-img {
        min-width: 19%;
    }
    .softwere .softwere-card .icon-box .icon-img {
        width: 100%;
        height: 40px;
    }
    .header-text .link-box a {
        font-size: 12px;
    }
    .contact-detail .detail-card h5 {
        font-size: 18px;
    }
    .contact-detail .detail-outer h2 {
        font-size: 35px;
    }

    .softwere .softwere-card {
        padding: 10px 10px;
    }
    .softwere .softwere-box .link-box a span {
        margin-left: 0px;
        font-weight: 400;
        font-size: 12px;
    }
    .gellery .multiple-items .geller-card .icon-box {
        top: 12px;
    }
    .branding .branding-text .brandig-btn {
        font-size: 14px;
    }
    .smash {
        position: absolute;
        text-align: center;
        justify-content: center;
        color: #000;
        top: -3px;
        font-size: 27px;
        font-weight: 600;
        left: 46px;
    }
    .btn-naves {
        height: 35px;
        width: 115px;
    }
    .branding .branding-text h2 {
        font-size: 33px;
        padding: 0% 8%;
        margin: 2% 0%;
        letter-spacing: -0.5px;
    }
    .flec-count {
        margin: 5% 0% 0% 0%;
    }
    .counter {
        font-size: 25px;
    }
    .header-text h2 {
        font-family: "General Sans", sans-serif;
        font-weight: 700;
        color: #5335e5;
        font-size: 30px;
        margin: 20px 0px;
    }
    .header-text {
        position: relative;
        top: 12%;
    }
    .btn:focus {
        outline: none !important;
        box-shadow: none !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
    .header-text h1 {
        font-size: 39px;
        line-height: 36.3pt;
    }
    .header-text p {
        padding-right: 0px;
        margin-top: 30px;
        letter-spacing: 0.3px;
        font-size: 15px;
    }
    .pents {
        margin-top: 6%;
    }
    .branding .card-box h6 {
        font-size: 13px;
    }
    .header .header-bg {
        background-position-x: 460px;
        background-position-y: 16px;
        background-color: #ffffffff;
        object-fit: cover;
        background-size: contain;
    }

    /* ============seaction-2 ==================*/
    .business {
        margin: 9% 0%;
    }
    .business .text h2 {
        font-size: 20px;
    }
    .business .text p {
        font-size: 11px;
        line-height: 2;
    }
    /* ==================seaction -3============ */
    .softwere {
        margin: 6% 0%;
    }
    .softwere .softwere-box h2 {
        font-size: 20px;
    }
    .softwere .softwere-box p {
        font-size: 12px;
        line-height: 1.5;
        padding-right: 3%;
    }
    .softwere .softwere-card .icon-text p {
        font-size: 10px;
        line-height: 1.4;
    }
    .softwere .softwere-card .icon-text h6 {
        font-size: 12px;
    }
    .branding .card-box {
        padding: 35px 8px;
    }
    .multiple-items p {
        font-size: 12px;
        line-height: 1.5;
    }
    .main-footer nav ul li {
        font-size: 14px;
    }
    .services .services-card {
        width: 100%;
        height: 90%;
        padding: 12% 2% !important;
    }
    .header-text .btn-var {
        margin: 23px 0px 40px 0px;
        display: inline-block;
    }

    /* .business .business-box .img-box .reactangle {
        max-width: 75%;
        position: relative;
        z-index: 1;
        left: 75px;
        height: auto;
    } */
    .btn-nav {
        padding: 8px 18px;
    }
    .header-text .header-text-btn {
        font-size: 14px;
    }
    .gellery h2 {
        font-size: 28px;
    }
    .multiple-items {
        padding: 10px 10px;
    }
    .gellery .gellery-btn {
        letter-spacing: -0.2px;
    }
}
@media (max-width: 1280px) {
    .d-flex {
        right: 15px !important;
    }
    .senior-item {
        display: flex;
        margin-top: 25px;
    }
}
/* ====================================end=========================== */

/* ====================================1200px=========================== */
/* ====================================start=========================== */
@media (max-width: 1200px) {
    .left-0 {
        left: 94%;
    }
    .contact-detail .detail-outer p {
        padding: 2% 12% 0% 12%;
    }
    .contact-detail .detail-outer h2 {
        font-size: 35px;
    }
    .btn-nav {
        padding: 8px 14px;
    }
    .softwere .softwere-card {
        background-color: #ffffffff;
        border-radius: 6px;
        padding: 5px 5px;
        border: none !important;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
            0 6px 6px rgba(0, 0, 0, 0.1);
        display: flex;
        margin-bottom: 20px;
    }
    .inter .navbar .navbar-collapse .navbar-nav .nav-link {
        position: relative;
        font-size: 14px;
    }
    .nav-item {
        margin: 0px 7px;
    }
    .for-counter {
        margin-bottom: 15px;
    }
    .smash {
        /* position: absolute; */
        top: -5px;
        font-size: 22px;
        left: 34px;
    }
    .branding .card-box {
        padding: 12px 4px;
        height: 90%;
    }
    .softwere .softwere-bg {
        background-color: #f8f6ff;
        border-radius: 15px;
        padding: 5% 2%;
        margin-top: 8%;
    }
    .counter {
        font-size: 18px;
    }

    .header-text h2 {
        font-size: 24px;
    }
    .btn:focus {
        outline: none !important;
        box-shadow: none !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
    .softwere .softwere-card .icon-text p {
        font-size: 9px;
    }
    .softwere .softwere-card .icon-text {
        /* padding-left: 10px; */
    }
    .softwere .softwere-box .link-box a {
        text-decoration: none;
        font-size: 12px;
        /* color: rgb(92, 91, 91); */
    }
    .softwere .softwere-card .icon-box .icon-img {
        padding: 0px 3px 0px 0px;
        max-width: 100%;
    }
    .business {
        margin: 10% 0% 13% 0%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .always-contact .contactus-outer h2 {
        font-size: 35px;
    }
    .always-contact .contactus-item p {
        font-size: 23px;
    }
    .career-soul .career-right span {
        padding-right: 14px;
        color: #5335e5;
    }
    .branding .card-box h6 {
        font-size: 12px;
    }
    .header-text h1 {
        font-size: 35px;
    }
    .header-img {
        max-width: 100%;
    }
    .header .header-bg {
        background-position-x: 349px;
        background-position-y: 17px;
    }
    .business .text h2 {
        font-size: 25px;
    }
    .business .text h2 {
        font-size: 18px;
        line-height: 1.5;
    }
    .business .text p {
        font-size: 9px;
        line-height: 2;
    }
    .header-text .link-box a {
        font-size: 12px;
        text-decoration: none;
        color: rgb(92, 91, 91);
    }
    .softwere .softwere-box h2 {
        font-size: 17px;
    }
    .softwere .softwere-box p {
        font-size: 11px;
    }
    .softwere .softwere-card .icon-text h6 {
        font-size: 15px;
    }
    .multiple-items p {
        font-size: 12px;
    }
    .gellery h2 {
        font-size: 30px;
    }
    .header-text p {
        line-height: none;
        font-size: 13px;
    }
    .header-text .btn-var {
        margin: 35px 0px 40px 0px;
        display: inline-block;
    }
    .branding .branding-text .brandig-btn {
        font-size: 12px;
    }
    .branding .branding-text h2 {
        font-size: 29px;
        padding: 0% 12%;
        margin: 2% 0%;
        letter-spacing: -0.5px;
    }
    #myDIV .card-box h4 {
        font-size: 18px;
    }
}
/* =============================end====================== */

@media (max-width: 1024px) {
    #myDIV .card-box h4 {
        font-size: 15px;
    }
    .business .text .about-btn {
        margin-bottom: 12px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
        padding-right: 0px !important;
        padding-left: 0.5rem;
    }
    .right-0 {
        left: 81%;
    }
    .left-0 {
        left: 90%;
    }
    .Sing-here .Sing-outer h2 {
        font-size: 30px;
    }
    .header .header-bg {
        background-position-x: 296px;
        background-position-y: 0px;
    }
    .header-text h1 {
        font-size: 30px;
    }
    .header-text h2 {
        font-size: 23px;
    }
    .header-text p {
        font-size: 12px;
    }
    .header-text {
        position: relative;
        top: 10%;
        border: none;
    }
    .business .text h2 {
        font-size: 17px;
        line-height: 1.5;
    }
    /* .business .business-box .img-box .reactangle {
        max-width: 70%;
        position: relative;
        z-index: 1;
        left: 71px;
    } */
    .business .text p {
        font-size: 9px;
        line-height: 2;
    }
    .softwere .softwere-box h2 {
        font-size: 17px;
    }
    .softwere .softwere-box p {
        font-size: 10px;
    }
    .softwere .softwere-card .icon-text h6 {
        font-size: 13px;
    }
    .branding .card-box h6 {
        font-size: 9px;
    }
    .branding .card-box {
        padding: 16px 12px;
    }
    .multiple-items p {
        font-size: 15px;
    }
    .checked {
        color: orange;
        font-size: 10px;
    }
    .gellery-text h6 {
        font-size: 18px;
    }
    .branding .branding-text h2 {
        font-size: 33px;
        padding: 0px;
    }
    .business {
        margin: 9% 0%;
    }
    .for-counter {
        margin-bottom: 0px;
    }
    .softwere .softwere-card .icon-box .icon-img {
        padding: 0px 3px 0px 0px;
        max-width: 83%;
    }
}
@media (max-width: 991px) {
    .btn-nav-lg {
        display: none;
    }
    .btn-nav-md {
        background-color: #5335e5;
        color: #ffffffff;
        font-family: "generalSans-semibold";
        font-weight: 400;
        border-radius: 4px;
        padding: 8px 23px;
        border: none;
        display: block;
        width: 150px;
    }
    .contact-detail .detail-outer p {
        padding: 2% 3% 0% 2%;
    }
    .inter.fixed-inter nav.navbar.navbar-expand-lg ul.navbar-nav.me-auto {
        padding: 0px !important;
        margin: 0px !important;
    }
    .inter.fixed-inter nav.navbar.navbar-expand-lg ul.navbar-nav.me-auto {
        padding: 0px !important;
        justify-content: flex-start;
        margin: 0px !important;
    }
    .inter .navbar .navbar-collapse .navbar-nav .nav-link {
        position: relative;
        border-bottom: 1px solid;
        margin: 16px 0px;
        color: #ffffff;
        text-transform: uppercase;
    }
    .inter .navbar .navbar-collapse .navbar-nav {
        background-color: #000000;
        height: 100%;
        position: absolute;
        justify-content: flex-start;
        width: 53%;
        padding: 0px;
        left: 0;
        margin: 0px;
        transition: left 300ms ease-in-out;
        border-bottom-right-radius: 0vw;
    }

    .navbar-collapse {
        position: fixed;
        top: 65px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        height: 100%;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        background: rgba(0, 0, 0, 0.6);
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
        /* background-color: #d7cfff; */
        background: rgba(0, 0, 0, 0.6);
        /* border-bottom-right-radius: 50vw; */
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
        background: rgba(0, 0, 0, 0.6);
        /* background-color: #d7cfff; */
        /* border-bottom-right-radius: 50vw; */
    }
    .softwere .softwere-card .icon-box .icon-img {
        padding: 0px 0px 0px 0px;
        max-width: 80%;
        height: 40px;
    }
    .softwere .softwere-card .icon-text p {
        font-size: 11px;
    }
    .branding .card-box h6 {
        font-size: 14px;
        padding: 0px;
    }
    .softwere .softwere-card .icon-text h6 {
        font-size: 15px;
    }
    .branding .card-box .cardd .card-img {
        min-width: 19%;
    }
    .business .text {
        transform: translateY(2%);
    }

    .main-footer .box {
        text-align: center;
        transform: translateY(55%);
        align-items: center;
        padding-bottom: 0%;
    }
    #myDIV .card-box h4 {
        font-size: 22px;
    }
    .pents {
        margin-top: 6%;
    }
    .always-contact input[type="text"],
    select,
    textarea {
        margin-bottom: 26px;
    }
    #counter {
        font-size: 20px;
    }
    #counter-1 {
        font-size: 20px;
    }
    #counter-2 {
        font-size: 20px;
    }
    .for-counter {
        margin-right: 15px;
    }
    .right-0 {
        left: 81%;
    }
    .center-text {
        margin-top: 10px;
    }
    .contact-detail .detail-card h5 {
        font-size: 16px;
        color: #000000;
    }
    .nav-logo {
        max-width: 85%;
    }
    .navbar {
        width: 100%;
        height: auto;
        padding: 0px 10px !important;
    }
    nav.navbar.navbar-expand-lg {
        background: #ffffff;
        padding: 0px;
        height: 65px;
        z-index: 2;
    }
    .navbar-collapse {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    /* .navbar-collapse .btn-nav {
        background-color: #5335E5;
        color: #ffffffff;
        font-family: 'General Sans', sans-serif;
        font-weight: 400;
        border-radius: 4px;
        margin: 20px 0px;
        font-size: 18px;
        margin-bottom: 29px 0px;
        padding: 10px 220px;
        border: none;
    } */
    .navbar-collapse .btn-nav {
        background-color: #5335e5;
        color: #ffffffff;
        font-family: "General Sans", sans-serif;
        font-weight: 400;
        border-radius: 4px;
        margin: 20px 0px;
        top: 460px;
        left: 17%;
        position: absolute;
        font-size: 22px;
        margin-bottom: 29px 0px;
        padding: 0px;
        border: none;
    }
    /*ul.navbar-nav.mx-auto {*/
    /*    background: #d7cfff;*/
    /*    text-align: center;*/
    /*}*/
    .trant {
        font-size: 32px;
    }
    /*button.navbar-toggler {*/
    /*    !*width: 100%;*!*/
    /*    border: 1px solid red;*/
    /*    !*background:#5335E5;*!*/
    /*    !*color: #ffffffff;*!*/
    /*}*/

    .header-text .header-text-btn {
        font-size: 14px;
        margin-bottom: 18px;
        padding: 5px 50px 5px 20px;
    }
    .header .header-bg {
        background-position-x: 238px;
        background-position-y: 12px;
    }

    .header-text h1 {
        font-size: 25px !important;
        letter-spacing: -1.2px;
        line-height: 1.5;
    }
    /* .header-text .link-box a {
        display: block;
    } */
    .header-text .link-box a {
        display: block;
        line-height: 3;
    }
    .header-text .link-box {
        display: block;
    }
    .header-text h2 {
        font-size: 17px;
    }
    .softwere .softwere-box h2 {
        font-size: 23px;
        font-family: "GeneralSans-Semibold";
    }
    .softwere .softwere-box p {
        font-size: 16px;
        padding: 0px;
    }
    .softwere .softwere-box .link-box a span {
        margin-left: 0px;
        /* font-weight: 400; */
        font-size: 16px;
    }
    .softwere .softwere-box .link-box a {
        text-decoration: none;
        margin-top: 15px;
        display: block;
    }
    .softwere .softwere-box .link-box .try-3 {
        margin: 0px;
    }
    .branding .branding-text h2 {
        font-size: 31px;
    }
    .branding .branding-text p {
        font-size: 12px;
        color: rgb(92, 91, 91);
        margin-top: 36px;
    }
    .multiple-items {
        margin-top: 22px;
    }
    .header-text p {
        font-size: 11px;
    }
    .header-text {
        position: relative;
        top: 6%;
        border: none;
    }
    .header-text .link-box a {
        display: block;
    }
    .header-text .link-box .try {
        margin-left: 0px;
    }
    /* .business .business-box .img-box .reactangle {
        max-width: 90%;
        left: 18px;
    } */
    .business .business-box .img-box .box-inner {
        position: absolute;
        bottom: -60px;
    }
    .business .text h2 {
        font-size: 16px;
        line-height: 1.5;
    }
    .header-text .btn-var {
        margin: 15px 0px;
        display: inline-block;
    }
    .main-footer .links-footer {
        padding-top: 20px;
        text-align: start;
    }
    .main-footer .box p {
        font-size: 12px;
        /* color: rgb(92, 91, 91); */
    }
    .main-footer nav ul li {
        font-size: 10px;
    }

    /*    */
    .header-text p {
        font-size: 9px;
    }
    .business {
        margin: 5% 0%;
    }
    .gellery h2 {
        font-size: 25px;
    }
    .logo-box {
        width: 29%;
    }
}
/* =============================end====================== */

/* ==============================786px===================== */
@media (max-width: 768px) {
    .business .business-box .img-box .reactangle {
        max-width: 95%;
        position: relative;
        z-index: 1;
        margin: 0px auto;
        left: 2%;
        height: auto;
    }
    .business .text p {
        font-size: 9px;
        line-height: 2;
        margin-bottom: 3px;
    }
    .inter .navbar .navbar-collapse .navbar-nav .nav-link {
        position: relative;
        border-bottom: 1px solid;
        margin: 16px 0px;
        color: #ffffff;
        text-transform: uppercase;
    }
    .inter .navbar .navbar-collapse .navbar-nav {
        background-color: #000000;
        height: 100%;
        position: absolute;
        width: 53%;
        padding: 0px;
        left: 0;
        margin: 0px;
        transition: left 300ms ease-in-out;
        border-bottom-right-radius: 0vw;
    }

    .navbar-collapse {
        position: fixed;
        top: 65px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        height: 100%;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        background: rgba(0, 0, 0, 0.6);
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
        /* background-color: #d7cfff; */
        background: rgba(0, 0, 0, 0.6);
        /* border-bottom-right-radius: 50vw; */
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
        background: rgba(0, 0, 0, 0.6);
        /* background-color: #d7cfff; */
        /* border-bottom-right-radius: 50vw; */
    }

    /*@keyframes run {*/
    /*    0% {*/
    /*        left: 0;*/
    /*    }*/
    /*    50% {*/
    /*        right: 0;*/
    /*    }*/
    /*    100% {*/
    /*        left: 0;*/
    /*        !*webkit-transform: scaleX(-1);*!*/
    /*    }*/
    /*}*/
    .nav-link {
        color: #ffffff;
    }
    /* .navbar-collapse{
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    transform: translate(100vw, 0);
    /* ie workaround */
    /* -ms-transform: translatex(-100vw);
    box-sizing: border-box;
    pointer-events: none;
    padding-top: 125px;
    transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
    border-bottom-left-radius: 100vw; */
    /* } */
    /* .navbar-collapse{
        position: fixed;
        z-index: 1;
        border: 4px solid white;
        outline: none;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-left: width__sidebar + 3.8em;
        margin-top: 1em;
        background-color: red;
        transform: rotate(45deg);
        cursor: pointer;
        transition: .5s;
    }
     */
    /* .navbar-nav{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;

  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

    /* transform-origin: 0% 0%;
  transform: translate(-100%, 0);

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); */

    /* } */
    /* .navbar-collapse{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-1x);
    width: 50%;
    height: auto;
    transition: width .4s;
    opacity: 0.9;
    padding: 20px;
    transition: transform 0.5s ease-in-out;
    } */
    /* .side-collapse {
        width: 0;
    }
    .side-collapse {
        top: 50px;
        bottom: 0;
        left: 0;
        width: 200px;
        position: fixed;
        overflow: hidden;
        background-color: #3a86ff;
        transition: width .4s;
    } */
    /*.navbar-collapse{*/
    /*    content: '';*/
    /*    position: fixed;*/
    /*    left: 0;*/
    /*    width: 80%;*/
    /*    height: auto;*/
    /*    top: 65px;*/
    /*    color: #ffffff;*/
    /*    z-index: 100;*/
    /*    !*overflow: hidden;*!*/
    /*    background: rgba(0,0,0,0.6);*/
    /*    transition: 0.6s ease-in-out;*/
    /*    pointer-events: none;*/
    /*    animation: run 6s ease-in-out;*/
    /*}*/
    /*@keyframes  run{*/

    /*    from {left: 0px;}*/
    /*    to {left: 200px;}*/
    /*}*/
    /*.navbar-collapse{*/
    /*     content: '';*/
    /*     position: absolute;*/
    /*     top: 0;*/
    /*     left: 0;*/
    /*     width: 100%;*/
    /*     animation: run ease-in-out;*/
    /*    z-index: 222;*/
    /*     height: 100%;*/
    /*     background: rgba(0,0,0,0.6);*/
    /*     transition: opacity .3s cubic-bezier(.17,.67,.83,.67);*/
    /*     opacity: 0;*/
    /* }*/
    .always-contact input[type="text"],
    select,
    textarea {
        margin-bottom: 26px;
    }
    #counter {
        font-size: 20px;
    }
    #counter-1 {
        font-size: 20px;
    }
    #counter-2 {
        font-size: 20px;
    }
    .for-counter {
        margin-right: 15px;
    }
    .right-0 {
        left: 81%;
    }
    .gellery-text h6 {
        font-size: 15px;
    }
    .center-text {
        margin-top: 10px;
    }
    .business {
        margin: 7% 0%;
    }
    .contact-detail .detail-card h5 {
        font-size: 16px;
        color: #000000;
    }
    .nav-logo {
        max-width: 100%;
    }
    .navbar {
        width: 100%;
        height: auto;
        padding: 0px 10px !important;
    }
    nav.navbar.navbar-expand-lg {
        /* background: #4be357; */
        background: #ffffff;
        padding: 0px;
        z-index: 2;
    }
    .navbar-collapse {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .navbar-collapse .btn-nav {
        background-color: #5335e5;
        color: #ffffffff;
        font-family: "General Sans", sans-serif;
        font-weight: 400;
        border-radius: 4px;
        margin: 20px 0px;
        top: 450px;
        left: 16%;
        position: absolute;
        font-size: 22px;
        margin-bottom: 29px 0px;
        padding: 9px 1%;
        border: none;
    }
    /*ul.navbar-nav.mx-auto {*/
    /*    background: #d7cfff;*/
    /*    text-align: center;*/
    /*}*/
    .trant {
        font-size: 32px;
    }
    /*button.navbar-toggler {*/
    /*    background:#5335E5;*/
    /*    color: #ffffffff;*/
    /*}*/

    .header-text .header-text-btn {
        font-size: 13px;
        padding: 5px 6px;
        margin-bottom: 18px;
    }
    .header .header-bg {
        background-position-x: 238px;
        background-position-y: 12px;
    }

    .header-text h1 {
        font-size: 25px !important;
    }
    .header-text .link-box a {
        display: block;
    }
    .header-text .link-box {
        display: none;
    }
    .header-text h2 {
        font-size: 17px;
    }
    .softwere .softwere-box h2 {
        font-size: 18px;
        font-family: "GeneralSans-Medium";
    }
    .softwere .softwere-box p {
        font-size: 16px;
    }
    .softwere .softwere-box .link-box a {
        text-decoration: none;
        display: block;
    }
    .softwere .softwere-card .icon-box .icon-img {
        padding: 6px 3px 0px 0px;
        max-width: 75%;
    }
    .multiple-items p {
        font-size: 14px;
    }

    .softwere .softwere-box .link-box .try-3 {
        margin: 0px;
    }
    .branding .branding-text h2 {
        font-size: 31px;
    }
    .branding .branding-text p {
        font-size: 13px;
        color: rgb(92, 91, 91);
    }
    .multiple-items {
        margin-top: 22px;
    }
    .header-text p {
        font-size: 9px;
    }
    .header-text {
        position: relative;
        top: 6%;
        border: none;
    }
    .header-text .link-box a {
        display: block;
    }
    .header-text .link-box .try {
        margin-left: 0px;
    }
    /* .business .business-box .img-box .reactangle {
        max-width: 90%;
        left: 18px;
    } */
    .business .business-box .img-box .box-inner {
        position: absolute;
        bottom: -60px;
    }
    .business .text h2 {
        font-size: 16px;
        line-height: 1.5;
    }
    .header-text .btn-var {
        margin: 15px 0px;
        display: inline-block;
    }
    .main-footer .links-footer {
        padding-top: 20px;
        text-align: start;
    }
    .main-footer .box p {
        font-size: 12px;
        /* color: rgb(92, 91, 91);
         */
    }
    .main-footer nav ul li {
        font-size: 10px;
    }
    .inter.fixed-inter nav.navbar.navbar-expand-lg ul.navbar-nav.me-auto {
        margin: 0px !important;
        text-align: start;
        justify-content: start;
    }
}
/* ========================================end=============================== */

@media (max-width: 575px) {
    .fixed-inter {
        position: fixed;
        z-index: 100;
        top: 0px;
        height: 65px;
        padding: 1px 0px;
        left: 0;
        width: 100%;
        background-color: #ffff;
        box-shadow: 0 0 5px #b6c3cd;
        animation: falldown 0.5s ease-in-out;
    }
    .main-footer .box {
        text-align: center;
        transform: translateY(2%);
        align-items: center;
        padding-bottom: 0%;
    }
    .flec-count {
        margin: 5% 0% 0% 0%;
        padding: 0px;
    }
    .main-footer .box .footer-img {
        max-width: 60%;
        height: auto;
        margin-bottom: 25px;
    }
    .logo-box {
        width: 41%;
    }
    .nav-logo {
        max-width: 100%;
    }
    .contact-detail {
        border-radius: 18px;
    }
    .contact-detail .detail-outer h2 {
        font-size: 30px;
    }
    .contact-detail .detail-outer p {
        padding: 3% 0% 0% 0%;
    }

    .softwere .softwere-box h2 {
        font-size: 15px;
    }
    .navbar-collapse .btn-nav {
        background-color: #5335e5;
        color: #ffffffff;
        font-family: "General Sans", sans-serif;
        font-weight: 400;
        border-radius: 4px;
        margin: 20px 0px;
        top: 461px;
        left: 9%;
        position: absolute;
        font-size: 22px;
        margin-bottom: 29px 0px;
        padding: 4px 3%;
        border: none;
    }
    .inter .navbar .navbar-collapse .navbar-nav .nav-link {
        position: relative;
        border-bottom: 1px solid;
        margin: 16px 0px;
        color: #ffffff;
        text-transform: uppercase;
    }
    .inter .navbar .navbar-collapse .navbar-nav {
        background-color: #000000;
        height: 100%;
        position: absolute;
        width: 60%;
        justify-content: flex-start;
        padding: 0px;
        left: 0;
        margin: 0px;
        transition: left 300ms ease-in-out;
        border-bottom-right-radius: 0vw;
    }

    .navbar-collapse {
        position: fixed;
        top: 65px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        height: 100%;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        background: rgba(0, 0, 0, 0.6);
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
        /* background-color: #d7cfff; */
        background: rgba(0, 0, 0, 0.6);
        /* border-bottom-right-radius: 50vw; */
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
        background: rgba(0, 0, 0, 0.6);
        /* background-color: #d7cfff; */
        /* border-bottom-right-radius: 50vw; */
    }
    .softwere .softwere-box p {
        font-size: 13px;
    }
    .branding .card-box h6 {
        font-size: 12px;
        padding: 0px 20px;
    }
    .gellery h2 {
        font-size: 30px;
    }
    .header-text .header-text-btn {
        font-size: 12px;
    }
    .gellery .gellery-bg {
        padding: 6% 1%;
        border-radius: 15px;
    }
    .branding .branding-text .brandig-btn {
        font-size: 14px;
    }
    .softwere .softwere-card .icon-box .icon-img {
        padding: 0px 3px 0px 0px;
        max-width: 75%;
    }
    .header-text .btn-var .btn-for {
        font-size: 12px;
    }
    .header-text .btn-var .btn-me {
        font-size: 12px;
    }
    .header .header-bg {
        background-position-x: 0px;
        background-position-y: 29px;
    }
    .inter.fixed-inter nav.navbar.navbar-expand-lg ul.navbar-nav.me-auto {
        margin: 0px !important;
        text-align: start;
        justify-content: start;
    }
    .right-0 {
        left: 75%;
    }
    .branding .branding-text h2 {
        font-size: 28px;
    }
}

/* ========================================end=============================== */

@media (max-width: 425px) {
    .business .text p {
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 1.8;
    }
    .contact-detail .detail-outer h2 {
        font-size: 30px;
    }
    .contact-detail .detail-outer p {
        padding: 3% 0% 0% 0%;
    }
    .inter.fixed-inter nav.navbar.navbar-expand-lg ul.navbar-nav.me-auto {
        margin: 0px !important;
        text-align: start;
        justify-content: start;
    }
    .business-text {
        margin-top: 80px;
    }
    .right-0 {
        left: 74%;
    }
    .left-0 {
        left: 90%;
    }
    .always-contact .contactus-outer h2 {
        font-size: 28px;
    }
    .always-contact .contactus-item p {
        font-size: 15px;
        padding-top: 20px;
        font-weight: 500;
    }
    .center-text {
        margin-top: 10px;
        width: 100%;
        height: 85px;
    }
    .business-box {
        margin-top: 20px;
    }
    .header .header-bg {
        background-position-x: 0px;
        background-position-y: 84px;
    }
    .header-text h1 {
        font-size: 26px !important;
    }
    .header-text p {
        font-size: 11px;
    }
    .header-text h2 {
        font-size: 18px;
    }
    .header-img {
        max-width: 100%;
        margin-top: 20px;
    }
    /* .business .business-box .img-box .reactangle {
        max-width: 95%;
        left: 9px;
    } */
    .business .text .about-btn {
        color: #ffffffff;
        background-color: #5335e5;
        margin-top: 28%;
    }
    .business .text h2 {
        font-size: 15px;
        line-height: 1.5;
    }
    .business .text p {
        font-size: 12px;
        line-height: 2;
    }
    .main-footer .box p {
        font-size: 15px;
        /* color: rgb(92, 91, 91); */
    }
    .softwere .softwere-box h2 {
        font-size: 13px;
    }
    .softwere .softwere-card {
        background-color: #ffffffff;
        margin-top: 25px;
    }
    .main-footer .contact-box {
        padding-top: 20px;
        text-align: center;
        margin-bottom: 25px;
    }
    .main-footer .links-footer {
        padding-top: 35px;
        text-align: center;
    }
    /* .navbar-collapse .btn-nav {
        padding: 2px 100px;
    } */
    .nav-logo {
        max-width: 100%;
    }
    .navbar {
        width: 100%;
        height: auto;
        padding: 11px 10px !important;
    }

    .branding .branding-text h2 {
        font-size: 24px;
        font-weight: 700;
        margin: 19px 0px;
    }
}
/* ========================================end=============================== */

/* ========================================---start---=============================== */

@media (max-width: 375px) {
    .always-contact .contactus-item p {
        font-size: 15px;
    }
    .contact-detail .detail-outer h2 {
        font-size: 25px;
    }
    .contact-detail .detail-outer p {
        padding: 3% 0% 0% 0%;
    }
    .flec-count {
        padding: 0px;
    }
    .branding .branding-text .brandig-btn {
        font-size: 10px;
        padding: 5px 6px;

        margin-bottom: 10px;
    }
    .header-text h1 {
        font-size: 25px !important;
    }
    .header-text p {
        font-size: 7px;
    }
    .business .text h2 {
        font-size: 18px;
        line-height: 1.5;
    }
    .business .text p {
        font-size: 10px;
        line-height: 2;
    }
    .for-counter {
        margin-right: 0px;
    }
    .right-0 {
        left: 70%;
        top: -42px;
    }
    .left-0 {
        top: -42px;
        left: 88%;
    }
    .Sing-here .Sing-item p {
        font-size: 16px;
    }
    .navbar {
        width: 100%;
        height: auto;
        padding: 12px 10px !important;
    }
    .business .text h2 {
        font-size: 13px;
    }
    .softwere .softwere-box h2 {
        font-size: 11px;
        font-weight: 700;
    }
    .softwere .softwere-card .icon-text p {
        font-size: 11px;
    }
    .branding .branding-text h2 {
        font-size: 18px;
    }
    .branding .branding-text p {
        font-size: 12px;
        padding: 0px;
        margin: 12px 0px;
    }
    .branding .branding-text .brandig-btne {
        margin: 10% 0%;
    }
    .gellery h2 {
        font-size: 23px;
    }
    .nav-logo {
        max-width: 100%;
    }
    .branding .card-box h6 {
        font-size: 12px;
        padding: 0px 0px;
    }
    .header-text h1 {
        font-size: 25px !important;
    }
    .header-text h2 {
        font-size: 17px;
    }
    .header-text p {
        font-size: 13px;
    }
}
@media (max-width: 320px) {
    .contact-detail .detail-outer h2 {
        font-size: 22px;
    }
    .contact-detail .detail-outer p {
        padding: 2% 0% 0% 0%;
    }
    .navbar {
        width: 100%;
        height: auto;
        padding: 12px 10px !important;
    }
    .Sing-here .Sing-item p {
        font-size: 14px;
    }
    .center-text h1 {
        font-size: 20px;
    }
    .Sing-here .Sing-outer h2 {
        font-size: 21px;
    }
    .header-text h1 {
        font-size: 23px !important;
    }
    .header-text h2 {
        font-size: 15px;
    }
    .header-text p {
        font-size: 12px;
    }
    .business .text h2 {
        font-size: 16px;
    }
    .softwere .softwere-box h2 {
        font-size: 15px;
    }
    .softwere .softwere-card .icon-text p {
        font-size: 9px;
    }
    .multiple-items p {
        font-size: 9px;
    }
    /* .navbar-collapse .btn-nav {
        padding: 2px 82px;
    } */
    .header-text .header-text-btn {
        font-size: 11px;
    }
}

/*service detail page css*/
.flex-detail {
    display: flex;
    margin-top: 44px;
}
.flex-detail .detail-text {
    width: 65%;
}
.flex-detail .services-img {
    width: 35%;
}
.path-20 {
    max-width: 100%;
}
