﻿@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap");

@media only screen and (min-width: 1281px) {
    .slides-container {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 10;
    }

    .slide {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    /*  section {
    height: 100vh;
    transform: translate3d(0px, 0px, 0px);
    transition: all 1000ms ease 0s;
    overflow: hidden;
  }*/

    .softwareFooter {
        height: 100vh;
}
}

::-webkit-scrollbar {
    border-radius: 10px;
    width: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #bcbcbb;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #3a3a3a;
    }

body {
    background-color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    font-family: "Rubik", sans-serif;
    color: #212529;
    overflow-x: hidden !important;
    transition: all 2s linear;
}

.flexCenterCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexColumnCenterCenter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.flexColumnCenterEvenly {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.floating-menu {
    position: fixed;
    bottom: 50%;
    right: 0;
    background-color: white;
    cursor: pointer;
    z-index: 1000;
}
.bottomPhonePanelFixed {
    width: 64px;
    height: 80px;
    position: fixed;
    bottom: 35px;
    right: 4px;
    z-index: 9999;
}
.bottomPhonePanelFixedSingle {
    width: 64px;
    height: 80px;
    position: fixed;
    bottom: 0;
    right: 4px;
    z-index: 9999;
}
.bottomPhonePanelFixedIcon {
    width: 48px;
    height: 48px;
    margin: 5px 0;
    padding: 0.5rem;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

    .bottomPhonePanelFixedIcon i {
        font-size: 24px;
    }
#slide-menu {
    display:flex;
    flex-direction:column;
    justify-content:center;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.3s ease, visibility 0.3s ease, right 0.3s ease;
}
    #slide-menu .menu-li {
        transform: translateX(80%);
        transition: transform 0.3s;
    }
        #slide-menu .menu-li:hover {
            transform: translateX(20%);
        }
        #slide-menu .menu-li.active {
            transform: translateX(20%);
        }

    #slide-menu .menu-item {
        color: #3AA3AA;
        text-decoration: none;
        height: 3vw;
        margin: 5px 10px;
        display: block;
        background-color: #3a82aa3b;
        border-radius: 5px;
        transition: background-color 0.3s, transform 0.3s;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
    }

        #slide-menu .menu-item:hover {
            background-color: #003C57;
            color: white;
        }

        #slide-menu .menu-li.active .menu-item,
        #slide-menu .menu-item.active {
            background-color: #003C57;
            color: white;
        }

.softwareBanner {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(/media/theme/com/images/banner-background.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 0;
    transition: all 1s cubic-bezier(0, 0, 0.15, 0.98);
} 

.softwareNav {
    position: fixed;
    background-color: transparent;
    width: 100%;
    top: 0;
    z-index: 100;
    transition: transform 1.25s cubic-bezier(0.4, 0.2, 0.2, 1);
}


    .softwareNav.softwareNavFixed {
        position: fixed;
        z-index: 9999;
        width: 100%;
        top: 0;
        background-color: #ffffff;
        box-shadow: 0px 0px 30px #0000004F;
    }

.headerLogoColor, .footerLogoColor {
    width: 100%;
    height: 40px;
}
.footerLogo {
    width: 70%;
    height: 40px;
}

.m-headerLogoColor {
    width: 100%;
    height: auto;
}

.softwareNavbar {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    flex-direction: row;
    list-style-type: none;
}

.softwareMenuDiv {
    position: fixed;
    display: none;
    background: #00253bdb 0% 0% no-repeat padding-box;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    opacity: 0;
    top: 0;
    right: 0;
    width: 120%;
    height: 120%;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    transition: all 1s linear;
    z-index: 99;
    border-bottom-left-radius: 50%;
}

    .softwareMenuDiv > .container {
        margin-right: 8rem;
        margin-bottom: 8rem;
    }
.softwareNavButton:hover .softwareMenuDiv {
    opacity: 1 !important;
}

.softwareMenuList {
    text-align: right;
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 0px;
    color: #65d5dd;
    opacity: 1;
    direction: rtl;
    float: right;
    clear: both;
}

    .softwareMenuList.redMenu {
        color: #ff2244 !important;
    }

        .softwareMenuList.redMenu > .softwareMenuListItem::before {
            box-shadow: -2px -2px 0 0 #ff2244;
        }

.softwareMenuListItem {
    position: relative;
    margin-bottom: 1rem;
    transition: all 0.25s linear;
    margin-right: 0;
}

    .softwareMenuListItem > a {
        text-decoration: none;
        color: #65d5dd;
    }

    .softwareMenuListItem.active {
        margin-right: 40px;
    }

        .softwareMenuListItem.active::before {
            opacity: 1;
            transform: translateX(-2rem);
        }

    .softwareMenuListItem::before {
        position: absolute;
        content: "";
        top: 55%;
        left: 120%;
        height: 3px;
        width: 100%;
        background: transparent;
        z-index: -1;
        box-shadow: -2px -2px 0 0 #65d5dd;
        opacity: 0;
        transition: all 0.25s linear;
    }

.subMenu {
    position: fixed;
    top: 20%;
    left: 20%;
    flex-direction: column;
    align-items: flex-end;
    padding: 1rem;
}

    .subMenu a {
        font-size: 20px;
        color: white;
        text-decoration: none;
        transition: color 0.3s;
    }

        .subMenu a:hover {
            color: #65d5dd;
        }

.subMenuMobile {
    display: none;
    flex-direction: column;
    padding: 5px;
    border-radius: 4px;
    position: fixed;
    top: 15%;
    right: 3%;
    font-size: 16px;
    width: 100%;
}

.closeMenu {
    color: white;
    cursor: pointer;
    position: fixed;
    left: 20%;
    top: 10%;
    font-size: 20px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
}

.subMenuMobile a {
    color: white;
    text-decoration: none;
    padding: 0;
}

    .softwareHeaderDiv {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        bottom: 0;
        left: 0;
        /*z-index:100*/
    }

.softwareBannerImgDiv {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
    transition: all 1.25s;
}

.softwareRobotImgDiv {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height:100%
}

.robotSoftwareAnimation {
    position: absolute;
    width: 27vw;
    top: -30%;
    left: 59%;
}

.robotAdwordsAnimation {
    position: absolute;
    width: 27vw;
    top: -30%;
    right: 59%;
}

.softwareRobotImg {
    position:absolute;
    height: 100%;
}

.softwareRobotWithEyesImg {
    position: absolute;
    bottom: 0;
    width: 40%;
}

.softwareRobotEyesImg {
    position: absolute;
    height: 100%;
    pointer-events: none;
    z-index:-3;
}

.softwareRobotEyeLeft {
    position: absolute;
    width: 40%;
    left: 10%;
}

.softwareRobotEyeRight {
    position: absolute;
    width: 40%;
    right: 10%;
}

.softwareNavToggle {
    border: 1px solid transparent;
    padding: 0.25rem;
    border-radius: 20%;
    background: #00253b70 0% 0% no-repeat padding-box;
    backdrop-filter: blur(25px);
    color: #fff;
    width: 75%;
}

.softwareBannerRow {
    opacity:1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 15rem;
    transition: transform 1.25s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.softwareBannerCol {
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    transition: transform 1.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .softwareBannerCol:hover {
        background-color: #0202024d;
        transform: translateY(-2rem);
    }

.softwareBannerTextLeft {
    text-align: center;
    font-size: 44px;
    line-height: 48px;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    margin-top: 1rem;
    text-transform: uppercase;
}

.softwareBannerLeftButton {
    text-align: center;
    font-size: 15px;
    line-height: 1;
    font-weight: normal;
    font-family: "Rajdhani", sans-serif;
    width: 109px;
    height: 43px;
    border: 2px solid #ffffff;
    opacity: 1;
    border-radius: 0;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 1rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .softwareBannerLeftButton:hover {
        font-size: 18px;
        font-weight: 800;
        border: 2px solid #e8a1f9;
        color: black;
        background-color: #e8a1f9;
    }

.softwareBannerTextRight {
    text-align: center;
    font-size: 44px;
    line-height: 48px;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    margin-top: 1rem;
    text-transform: uppercase;
}

.softwareBannerRightButton {
    text-align: center;
    font-size: 15px;
    line-height: 1;
    font-weight: normal;
    font-family: "Rajdhani", sans-serif;
    width: 109px;
    height: 43px;
    border: 2px solid #ffffff;
    opacity: 1;
    border-radius: 0;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

    .softwareBannerRightButton:hover {
        font-size: 18px;
        font-weight: 800;
        border: 2px solid #65d5dd;
        color: black;
        background-color: #65d5dd;
    }

.softwareBannerCol:hover .softwareBannerTextLeft {
    color: #e8a1f9;
}

.softwareBannerCol:hover .softwareBannerLeftButton {
    font-size: 18px;
    font-weight: 800;
    border: 2px solid #e8a1f9;
    color: black;
    background-color: #e8a1f9;
}

.softwareBannerCol:hover .softwareBannerTextRight {
    color: #65d5dd;
}

.softwareBannerCol:hover .softwareBannerRightButton {
    font-size: 18px;
    font-weight: 800;
    border: 2px solid #65d5dd;
    color: black;
    background-color: #65d5dd;
}

.softwareBannerLeftCol {
    padding: 5rem 0 0 0;
    display: none;
    opacity: 1;
    transition: transform 1.25s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.softwareBannerLeftTitleRow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-top: 5.5vw;
}

.softwareBannerLeftRow {
    width: 60%;
}

.softwareBannerRightCol {
    padding: 5rem 0 0 0;
    display: none;
    opacity: 0;
    transition: transform 1.25s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.softwareBannerRightTitleRow {
    display: flex !important;
    align-items: end;
    flex-direction: column;
    margin-top: 5.5rem;
}

.softwareBannerRightRow {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.softwareBannerLink {
    text-decoration: none;
}

.softwareBannerTitle {
    text-align: center;
    font-size: 46px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Rajdhani", sans-serif;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    margin-top: 1rem;
    text-transform: uppercase;
    transition: transform 1.25s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.softwareBannerLeftText {
    text-align: center;
    font-size: 46px;
    line-height: 46px;
    font-weight: 900;
    font-family: "Rajdhani", sans-serif;
    letter-spacing: 0px;
    background-color: #e8a1f9;
    color: black;
    opacity: 1;
    margin-top: 1rem;
    padding: 0 1rem;
    text-transform: uppercase;
    transition: transform 1.25s cubic-bezier(0.4, 0.2, 0.2, 1);
    width: max-content;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.softwareBannerRightText {
    text-align: center;
    font-size: 46px;
    line-height: 50px;
    font-weight: 900;
    font-family: "Rajdhani", sans-serif;
    letter-spacing: 0px;
    background-color: #65d5dd;
    color: black;
    opacity: 1;
    margin-top: 1rem;
    padding: 0 1rem;
    text-transform: uppercase;
    transition: transform 1.25s cubic-bezier(0.4, 0.2, 0.2, 1);
    width: max-content;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-indicator {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.arrow-down {
    width: 30px;
    fill: white;
    animation: slide 1.5s infinite ease-in-out;
}

@keyframes slide {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(10px) rotate(0);
    }
}

.softwareBannerSubTitle {
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    margin-top: 2rem;
    text-transform: uppercase;
    transition-delay: 1s;
    transition: transform 1.25s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.softwareBannerSubTitle a {
    text-decoration: none;
    color:unset;
}

.softwareBannerLeftSubList {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 0px;
    color: #e8a1f9;
    opacity: 1;
    margin-top: 0.5rem;
    padding-left: 1rem;
    transition: transform 1.25s cubic-bezier(0.4, 0.2, 0.2, 1);
    list-style: disc;
}

.softwareBannerRightSubList {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 0px;
    color: #65d5dd;
    opacity: 1;
    margin-top: 0.5rem;
    padding-left: 1rem;
    transition: transform 1.25s cubic-bezier(0.4, 0.2, 0.2, 1);
    list-style: disc;
}

.softwareBannerSubListItem {
    cursor:pointer;
    padding: 0.3rem 0;
    transition: transform 0.3s, color 0.3s;
}

    .softwareBannerSubListItem:hover {
        transform: translateX(20px);
        color: white;
    }   

.softwareBannerLeftSubList .softwareBannerSubListItem:hover > a {
    color: white;
}

.softwareBannerRightSubList .softwareBannerSubListItem:hover > a {
    color: white;
}

.softwareBannerLeftSubList .softwareBannerSubListItem > a {
    text-decoration: none;
    color: #e8a1f9;
}

.softwareBannerRightSubList .softwareBannerSubListItem > a {
    text-decoration: none;
    color: #65d5dd;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.fadeIn-animation {
    animation-duration: 2s;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
        opacity: 1;
    }
}

.fadeOut-animation {
    animation-duration: 2s;
    animation-name: fadeOut;
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    0% {
        transform: translateX(0%);
        opacity: 1;
    }

    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

.softwareAboutSection {
    background-image: url(/media/theme/com/images/about-background.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 3rem;
    overflow: hidden;
    position: relative;
}

.softwareAboutCol {
    opacity: 1;
    width: 42%;
    margin-right: auto;
    padding-left: 0;
}


.softwareAboutImgCol {
    opacity: 1;
    text-align: end;
    height: 510px;
    margin-right: 3rem;
}

.softwareAboutImg {
    width:75%;
    height:100%;
}

.softwareAboutImageBack {
    opacity: 0;
}

.softwareSectionTitle {
    position: relative;
    text-align: center;
    font-size: 20px;
    line-height: 44px;
    font-weight: bold;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 7.2px;
    color: #e58644;
    opacity: 1;
    text-transform: uppercase;
}

    .softwareSectionTitle:before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        height: 30px;
        width: 100%;
        background: transparent;
        z-index: -1;
        box-shadow: -2px -2px 0 0 black;
    }

    .softwareSectionTitle::after {
        content: "";
        position: absolute;
        top: var(--after-top);
        left: 50%;
        height: 25px;
        width: 1px;
        background: black;
        z-index: -1;
        box-shadow: -1px 0 0 0 black;
    }

.softwareAboutSubTitle {
    text-align: left;
    font-size: 40px;
    line-height: 44px;
    font-weight: bold;
    font-family: "Rajdhani", sans-serif;
    letter-spacing: 0px;
    color: #00253b;
    opacity: 1;
}

.softwareAboutShortDesc {
    text-align: left;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    font-family: "Rajdhani", sans-serif;
    letter-spacing: 0px;
    color: #00253b;
    opacity: 1;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.softwareAboutDesc {
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    line-height: 32px;
    font-weight: normal;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 0px;
    color: #00253b;
    opacity: 1;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    transition: max-height 0.5s ease;
    overflow: hidden;
}

.softwareWhyUsSection {
    overflow:hidden;
    background-color: black;
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    transition: all 2s linear;
    padding-top: 5rem;
}

    .softwareWhyUsSection::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background-color: #ffffff;
        top: 10%;
        left: 0;
        z-index: 1;
    }

    .softwareWhyUsSection::after {
        background-position: bottom;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        position: absolute;
        content: "";
        width: 100%;
        height: 70%;
        background-image: url(/media/theme/com/images/why-us-background.jpg);
        bottom: 0;
        left: 0;
        z-index: -1;
    }

.softwareWhyUsContainer {
    background-image: url(/media/theme/com/images/whyUs.png);
    background-repeat: no-repeat;
    background-color: #00253b;
    opacity: 1;
    padding: 1rem 3rem;
}

.softwareWhyUsTitleDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@keyframes slideLeft {
    from {
        transform: translateX(80%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.from-right-to-left {
    animation: slideLeft 2s ease-out forwards;
}

@keyframes slideRight {
    from {
        transform: translateX(-80%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.from-left-to-right {
    animation: slideRight 2s ease-out forwards;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

.rotate-slow {
    animation: rotate 3s linear forwards;
}

.noPadding{
    padding: 0;
}

.textBold {
    font-weight: bold;
}

.textBlack {
    color: #1d1d1b;
}

.font6 {
    font-size: 6px;
}

.font7 {
    font-size: 7px;
}

.font8 {
    font-size: 8px;
}

.font9 {
    font-size: 9px;
}

.font10 {
    font-size: 10px;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.page-content {
    padding-top: 5rem;
    background-color: #12a19a;
}
.m-navigationRow {
    align-items: center;
    height: 45px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 2px #00000029;
    margin-bottom: 0.5rem;
}
.textBlue {
    color: #28aaa3;
}

.pageContainer {
    padding-bottom: 2rem;
}

.articleDetailPanel {
    border-radius: 30px;
    min-height: 200px;
    background-color: #fff;
    padding: 2.5rem 5rem;
}

.articleImageWrapper {
    width: 100%;
    overflow: hidden;
}

.articleImage {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 1s ease;
}

.articleContentWrapper {
    border: 1px solid #707070;
    margin-top: -1px;
    padding: 15px;
}

.articleHeader {
    line-height: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #003C57;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 42px;
}

.articleText {
    line-height: 18px;
    font-size: 14px;
    color: #00253B;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
}
.articleReadMore {
    padding: 0 10px;
    display: flex;
    border: 1px solid #004868;
    align-items: center;
    height: 35px;
}
.article:hover .articleImage {
    transition: transform 1s ease;
    transform: scale(1.1);
}
.article:hover .articleReadMore {
    background-color: #004868;
}

.article:hover .articleReadMore a{
    color: white;
}
.articleReadMore a {
    font-size: 14px;
    color: #004868;
    text-decoration: none;
    font-weight: normal;
}

.articleDateWrapper {
    display:flex;
    justify-content: space-between;
    align-items:end;
    margin-top: 10px;
    text-align: right;
}

.articleDate .dateText {
    font-size: 12px;
    color: #6E6E6E;
}

@media (max-width: 768px) {
    .articleContentWrapper {
        padding: 10px;
    }

    .articleHeader {
        height: 45px;
    }


    .articleImage {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

    .articleDateWrapper {
        margin: 0 0 5px 0;
        text-align: left; 
    }
}
    /*Desktop Blog Start*/
    .blogPanelWrapper {
        position: relative;
        z-index: 1;
        width: 100%;
        min-height: 300px;
        padding: 20px 0;
    }

    .blogPanelBackground {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 38%;
        width: 256px;
        height: auto;
        object-fit: cover;
    }

    .blogItalicText {
        color: #1d1d1b;
        font: normal normal normal 54px/82px "Trully";
        margin-top: 50px;
        display: block;
    }

    .blogImage {
        width: 100%;
        height: 265px;
        border-radius: 8px;
    }

    .blogTextWrapper {
        width: 100%;
        padding: 12px;
        position: relative;
        font-size: 12px;
        cursor: pointer;
    }

    blogWithDescCard {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .blogWithDescCard:hover .blogTextWrapperShadow {
        width: 100%;
        transition-property: width;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        transition-delay: 0.1s;
    }

    .blogTextWrapperShadow {
        width: 40px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f5f5f5;
        border-radius: 8px;
        z-index: 50;
    }

    .blogText {
        width: 100%;
        position: relative;
        z-index: 100;
    }

    .blogDesc {
        height: 55px;
        overflow: hidden;
        width: 100%;
        margin-top: 0.25rem;
    }

    .blogLink {
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
        text-decoration: none;
        margin-top: 0.5rem;
        font-size: 12px;
        font-weight: bold;
        color: #1d1d1b;
    }

    .blogCategoryHeaderFirst {
        width: 100%;
        padding: 4px 10px;
        background-color: #1d1d1b;
        border-radius: 4px;
        font-size: 12px;
        color: #fff;
    }

    .blogCategoryItemWrapper {
        width: 100%;
        height: 140px;
        margin-top: 24px;
        position: relative;
        background-size: cover;
        background-position: 50% 50%;
        border-radius: 8px;
        cursor: pointer;
    }

    .blogCategoryItemImage {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 79;
        object-fit: cover;
    }

    .blogCategoryNavigationText {
        width: 100%;
        display: none;
        position: absolute;
        left: 0;
        bottom: 10px;
        text-align: center;
        z-index: 79;
    }

    .blogCategoryItemWrapper:hover .blogCategoryNavigationText {
        display: block;
    }

    .blogCategoryItemWrapper:hover .blogCategoryItemText {
        bottom: 30px;
    }

    .blogCategoryItemWrapper:hover {
        background-position: 100% 0% !important;
    }

    .blogCategoryItemImageShadow {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 8px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 79;
    }

    .blogCategoryItemText {
        width: 96%;
        padding: 0 2%;
        position: absolute;
        bottom: 20px;
        left: 0;
        text-align: center;
        color: #fff;
        z-index: 80;
        height: 37px;
        overflow: hidden;
    }

    .blogCategoryOtherBlogs {
        width: 100%;
        height: 140px;
        margin-top: 24px;
        position: relative;
        background-color: #f5f5f5;
        border-radius: 8px;
        font-weight: bold;
        text-align: center;
    }

        .blogCategoryOtherBlogs:hover {
            color: #fff;
        }

    .blogShareImage {
        width: 24px;
    }

    .blogHeaderTextPanel {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 20px;
    }

    .blogMainImageWrapper {
        width: 100%;
        height: 550px;
        overflow: hidden;
        border-radius: 8px;
    }

    .blogMainImage {
        width: 100%;
        border-radius: 8px;
    }

    .blogMainImage {
        width: 100%;
        height: 550px;
        border-radius: 8px;
    }

    .blogOtherBlogsText {
        padding-top: 20px;
        border-top: 1px solid #ebebeb;
    }
    /*Desktop Blog End */

    /*Mobile Blog Start */
    .m-blogMainImageWrapper {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .m-blogMainGradient {
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        background-image: linear-gradient(0deg, rgba(29, 29, 27, 1) 17%, rgba(20, 20, 20, 0) 100%, rgba(249, 249, 249, 1) 100%);
    }

    .m-blogMainImage {
        width: 100%;
    }

    .m-blogHeadlinePanel {
        width: 90%;
        margin: -20% 5% 0 5%;
        font-size: 5vw;
        position: relative;
        z-index: 2;
    }

    .m-blogShareImage {
        width: 32px;
    }

    .m-blogInfoPanel {
        padding-bottom: 3vw;
        border-bottom: 1px solid #555555;
    }

    .m-blogInfoText {
        font-size: 3.2vw;
    }

    .m-blogTextWrapper {
        width: 90%;
        margin: 0 5% 0 5%;
    }

    .m-blogContentImage {
        width: 100%;
        border-radius: 8px;
    }

    .m-blogPanelContent {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .m-blogItemWrapper {
        padding: 10px 0;
    }

    .m-blogItem {
        position: relative;
        background-size: cover;
        background-position: 50% 50%;
        border-radius: 8px;
        text-align: center;
    }

    .m-blogItemImage {
        width: 100%;
        height: 145px;
        border-radius: 8px;
    }

    .m-blogItemImageShadow {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 8px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 79;
    }

    .m-blogDesc {
        height: 36px;
        overflow: hidden;
        font-size: 12px;
        margin-top: 1rem;
        width: 100%;
        font-weight: bold;
        color: #1d1d1d;
    }

    .m-blogItemText {
        width: 96%;
        padding: 0 2%;
        position: absolute;
        bottom: 20px;
        left: 0;
        text-align: center;
        color: #fff;
        z-index: 80;
        text-align: left;
    }

    .m-blogOtherBlogTextLine {
        border-top: 1px solid #777776;
    }

    .m-blogOtherItem {
        background-color: #fff;
        border-radius: 8px;
    }

    .m-blogOtherItemAlternative {
        display: flex;
        justify-content: start;
        align-items: start;
        margin-top: 1rem;
        background-color: #f2f2f2;
        border-radius: 8px;
        font-size: 12px;
        margin-right: 0.25rem;
        margin-left: 0.25rem;
    }

    .m-blogOtherItemImage {
        width: 100%;
        height: 90px;
        object-fit: cover;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .m-blogOtherItemTextPanel {
        max-height: 80px;
        overflow: hidden;
        padding-top: 0.5rem;
        text-align: start;
    }

    .m-blogOtherItemShareIcon {
        width: 20px;
        margin: 0.5rem 1rem 0 0;
    }

    /*Mobile Blog End */
    .softwareWhyUsTitle {
        opacity: 0;
        text-align: left;
        font-size: 5rem;
        margin-top: 4rem;
        line-height: 1;
        font-weight: 800;
        font-family: "Rubik", sans-serif;
        letter-spacing: 2rem;
        text-transform: uppercase;
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #ffffff;
    }

    .softwareWhyUsRow {
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin-top: 3rem;
    }

    .softwareWhyUsSubTitleDiv {
        position: relative;
        width: 50%;
        top: 0;
        right: 0;
        display: flex;
        justify-content: center;
        z-index: 0;
        transition: transform 1.25s cubic-bezier(0.4, 0.2, 0.2, 1);
    }

    .softwareWhyUsItem {
        padding: 1rem;
    }

    .softwareWhyUsSubIconLeft {
        position: absolute;
        bottom: 0%;
        left: 0%;
        font-size: 2rem;
        height: 100%;
        z-index: 1;
        color: #ffffff;
        transition: transform 1.25s cubic-bezier(0.4, 0.2, 0.2, 1);
    }

    .softwareWhyUsSubIconRight {
        position: absolute;
        bottom: 0%;
        right: 70%;
        font-size: 4rem;
        color: #65d5dd;
        transition: transform 1.25s cubic-bezier(0.4, 0.2, 0.2, 1);
        width: max-content !important;
    }

    .softwareWhyUsSubTitle {
        text-align: left;
        font-size: 20px;
        line-height: 32px;
        font-weight: bold;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 7.2px;
        color: #65d5dd;
        opacity: 1;
        text-transform: uppercase;
        margin-left: 5rem;
        width: 50%;
    }

    .softwareWhyUsDesc {
        text-align: left;
        font-size: 14px;
        line-height: 32px;
        font-weight: 300;
        font-style: italic;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

.softwareAdvertSection {
    overflow: hidden;
    background-image: url("/media/theme/com/images/advert-background.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    opacity: 1;
    position: relative;
    z-index: 1;
}

        .softwareAdvertSection > .container {
            padding-top: 2rem;
        }

    .softwareAdvertCarousel .owl-stage {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-direction: row !important;
    }

    .softwareAdvertCarousel .owl-item {
        width: 240px !important;
    }

    .softwareAdvertCard {
        text-align: center;
        transform-style: preserve-3d;
        perspective: 1000px;
        width: 230px;
        height: 230px;
        padding: 0;
        margin-bottom: 10px;
    }

    .softwareAdvertCardWrapper {
        position: relative;
        top: 0;
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
        perspective: 1000px;
        border: 1px solid #fff;
        transition: transform 1.25s cubic-bezier(0.4, 0.2, 0.2, 1);
    }

    .softwareAdvertCardFront,
    .softwareAdvertCardBack {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        top: 0;
        left: 0;
        overflow: hidden;
        z-index: 2;
        backface-visibility: hidden;
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
        perspective: 1000px;
        transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    }

        .softwareAdvertCardBack:hover .softwareAdvertButton {
            background: #ffffff 0% 0% no-repeat padding-box;
            border: 1px solid #ffffff;
            color: #00253b;
        }

    .softwareAdvertCardFront {
        transform: rotateY(0deg) translateZ(60px) scale(1);
    }

    .widthHeight60 {
        width: 60% !important;
        height: 60% !important;
    }

    .softwareAdvertCardBack {
        transform: rotateY(180deg) translateZ(60px) scale(1);
    }

    .softwareAdvertCard:hover .softwareAdvertCardWrapper {
        transform: rotateY(-180deg);
    }


    .softwareAdvertTitle {
        text-align: center;
        font-size: 24px;
        line-height: 37px;
        font-weight: 600;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .softwareAdvertButton {
        width: 75%;
        height: 37px;
        font-size: 14px;
        font-weight: 600;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        border: 1px solid #ffffff;
        opacity: 1;
        line-height: 1;
        border-radius: 0;
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .softwareServicesList {
        border: none;
        display: flex !important;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: row;
    }

    .softwareServicesItem {
        position: relative;
    }

        .softwareServicesItem:not(.lastItem)::after {
            content: "";
            position: absolute;
            clear: both;
            height: 25%;
            width: 2px;
            right: 0%;
            bottom: 10%;
            background-color: #ffffff;
        }

    .softwareServicesList > a {
        display: none;
    }

    .softwareServicesIcon {
        font-size: 1rem;
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .tabIconClassPrev, .tabIconClassNext {
        width: 60px;
        position: absolute;
        height: 60px;
        top: 50%;
        transform: translateY(-50%);
    }

    .tabIconClassPrev {
        left: 0%;
    }

    .tabIconClassNext {
        right: 0%;
    }

.softwareServicesSection {
    overflow: hidden;
    background-image: url(/media/theme/com/images/software-services-background.webp);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-color: #000000b8;
    background-blend-mode: multiply;
    padding-top: 3rem;
}

    .softwareServicesContainer {
        background: #003c57b5 0% 0% no-repeat padding-box;
        padding: 1rem 0 0 0;
    }

        .softwareServicesContainer > .nav {
            position: relative;
            justify-content: center;
            align-items: center;
        }

        .softwareServicesContainer > .tab-content {
            background: #001f31b5 0% 0% no-repeat padding-box;
        }

    .softwareServicesTabLink {
        position: relative;
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        font-weight: normal;
        font-family: "Rubik", sans-serif;
        border: none !important;
        background-color: transparent !important;
        border-radius: 0% !important;
        color: #65d5dd;
        margin: 0 1rem;
        margin-bottom: 1rem !important;
    }

    a.nav-link.softwareServicesTabLink.active {
        background-color: #297687 !important;
        color: #ffffff !important;
    }

    .softwareServicesTabLink:hover {
        border: none !important;
    }

    .softwareServicesAnimation {
        width: 75px;
        height: 75px;
        margin: auto;
    }

    a.nav-link.softwareServicesTabLink.active::after {
        content: "";
        position: absolute;
        top: 55%;
        right: 50%;
        transform: translateX(50%);
        border: 10px solid transparent;
        border-bottom: 15px solid #65d5dd;
    }

    .softwareServicesTabTitle {
        text-align: left;
        font-size: 22px;
        line-height: 30px;
        font-weight: bold;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 7.2px;
        color: #ffffff;
        opacity: 1;
        margin: 1rem 0;
    }

    .softwareServicesTabShortDesc {
        text-align: left;
        font-size: 14px;
        line-height: 25px;
        font-weight: bold;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #65d5dd;
        opacity: 1;
        margin-bottom: 1rem;
    }

    .softwareServicesTabDesc {
        text-align: left;
        font-size: 14px;
        line-height: 30px;
        font-weight: 300;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
        margin-bottom: 1rem;
    }

    .softwareServicesTabButton {
        height: 35px;
        border-radius: 0;
        width: 120px;
        text-align: center;
        font-size: 14px;
        line-height: 40px;
        font-weight: 600;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        color: #12a19a;
        border: 1px solid #12a19a;
        opacity: 1;
        text-decoration: none;
        vertical-align: middle;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .softwareServicesReferansButton {
        height: 35px;
        border-radius: 0;
        width: 120px;
        text-align: center;
        font-size: 14px;
        line-height: 40px;
        font-weight: 600;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        color: white;
        border: 1px solid white;
        opacity: 1;
        text-decoration: none;
        vertical-align: middle;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .softwareServicesTabButton:hover {
        cursor: pointer;
        background: #12a19a;
        color: #ffffff;
        font-weight: 600;
    }

    .softwareTeamCarousel {
        opacity: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

    .softwareTeamTitle {
        text-align: center;
        font-size: 46px;
        line-height: 44px;
        font-weight: 600;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        color: #00253b;
        opacity: 1;
    }

    .softwareTeamItem {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 17vw; /* Ekran geni�li�inin %20'si */
        height: 17vw; /* Ekran geni�li�inin %20'si, daire i�in y�kseklik ayn� olmal� */
        opacity: 1;
        border-radius: 50%;
        background-image: linear-gradient(180deg, #00a199 0%, #00a19900 100%);
        background-origin: border-box;
        background-clip: content-box, border-box;
        transition: all 0.3s linear;
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center;
        margin-top: 1rem;
    }

    .softwareTeamCarousel {
        padding-left: 13%;
    }

    .softwareTeamCarouselBottom {
        padding-right: 13%;
    }

    .softwareTeamItemDiv {
        direction: ltr;
        opacity: 0;
        transition: all 0.2s linear;
    }

    .softwareTeamItemImg {
        max-width: 50%;
        background-color: transparent;
        transition: all 0.3s linear;
        filter: grayscale(100%);
        transform-origin: bottom;
    }

    .softwareTeamItem:hover {
        background-image: linear-gradient(145deg, #00a199 0%, #00a19900 100%);
        border: 2px solid transparent;
        box-shadow: 0px 0px 0px 2px #fff inset;
    }

        .softwareTeamItem:hover > .softwareTeamItemImg {
            transform: translateY(-12px) rotate(-5deg);
            transition: transform 0.3s ease;
            filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
        }

        .softwareTeamItem:hover > .softwareTeamItemDiv {
            transform: translateY(-0.5rem);
            opacity: 1;
        }

    .softwareTeamItemTitle {
        text-align: center;
        font-family: "Rajdhani", sans-serif;
        font-size: 1vw;
        font-weight: bolder;
        letter-spacing: 0px;
        color: #00253b;
        opacity: 1;
        transition: transform 0.2s linear;
    }

    .softwareTeamItemText {
        text-align: center;
        font-family: "Rajdhani", sans-serif;
        font-size: 1vw;
        font-weight: normal;
        letter-spacing: 0px;
        color: #00253b;
        opacity: 1;
        transition: transform 0.2s linear;
    }

    .softwareTeamCarouselBottom {
        opacity: 0;
    }

    .softwareBeforeFooterSection {
        background-color: #fff;
    }
.softwareFooter {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.softwareBeforeFooter {
    margin: 5rem 0 2rem 0;
}
    .softwareContactCarousel {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .softwareContactAddressCard {
        padding: 0.5rem !important;
        border: 2px solid #003c57;
    }

    .softwareContactAddressIconDiv {
        width: 55px;
        height: 55px;
        text-align: center;
        border-radius: 50%;
        background-color: #003c57;
        padding: 0.75rem;
    }

    .softwareContactAddressIcon {
        font-size: 2rem;
        color: #ffffff;
    }

    .softwareContactAddressText {
        flex-direction: column;
        display: flex;
        height: 70px;
        justify-content: center;
        color: #003c57;
        font-size: 15px;
    }

    .softwareContactUsTitle {
        text-align: center;
        font-size: 22px;
        line-height: 30px;
        font-weight: bold;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 7.2px;
        opacity: 1;
    }

    .softwareContactInputDiv {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 75%;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .softwareContactInput {
        height: 50px;
        background: #f3f3f3 0% 0% no-repeat padding-box;
        border-radius: 4px;
        opacity: 1;
    }

    .softwareContactTextArea {
        height: 60px;
        background: #f3f3f3 0% 0% no-repeat padding-box;
        border-radius: 4px;
        opacity: 1;
    }

    .softwareContactButton {
        width: 100%;
        height: 44px;
        border: 1px solid #00253b;
        border-radius: 5px;
        opacity: 1;
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 5px;
        color: #00253b;
        opacity: 1;
        padding: 0.75rem;
    }

        .softwareContactButton:hover {
            background: #00253b 0% 0% no-repeat padding-box;
            border: 2px solid #00253b;
            border-radius: 10px;
            opacity: 1;
            color: #ffffff;
        }

    .softwareReferencesSection {
        overflow: hidden;
        background-image: url(/media/theme/com/images/references-background.webp);
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-color: #2c2c2c;
        background-blend-mode: soft-light;
    }

    .softwareReferencesTitle {
        text-align: center;
        font-size: 48px;
        line-height: 44px;
        font-weight: 600;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
    }

    .softwareReferencesDiv {
        margin: 5rem;
    }

    .softwareReferencesItem {
        width: auto;
        height: 10vw;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

        .softwareReferencesItem img {
            width: 8vw !important;
            height: 3vw;
        }

    .softwareReferencesCarousel {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
.references2Section{
    padding:3rem 0
}
.image-slider-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.image-slider {
    display: flex;
    position: relative;
    transition: transform 0.3s linear;
}

    .image-slider .item {
        height: 120px;
        background: #fff;
        border: 1px solid #f2f2f2;
        border-radius: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 7px 40px;
        margin:0 20px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    }

    .image-slider img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    @keyframes slideInFromLeft {
        0% {
            width: 0;
            opacity: 0;
        }

        100% {
            width: 100%;
            opacity: 1;
        }
    }

    .slide-in {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        opacity: 0;
        animation: slideInFromLeft 3s ease forwards;
    }

    .softwareBlogSection {
        overflow: hidden;
        background-image: url("/media/theme/com/images/blog-background.webp");
        background-position: bottom;
        background-attachment: fixed;
        background-repeat: no-repeat;
        opacity: 1;
        position: relative;
        z-index: 1;
        padding-bottom: 3rem;
    }

    .softwareContactSection {
        overflow: hidden;
        background-image: url("/media/theme/com/images/blog-background2.webp");
        background-position: bottom;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        opacity: 1;
        position: relative;
        z-index: 1;
        padding-bottom: 3rem;
    }

    .softwareDotTitle {
        position: relative;
        text-align: center;
        font-size: 22px;
        line-height: 30px;
        font-weight: bold;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 7.2px;
        opacity: 1;
    }

        .softwareDotTitle::after {
            content: "";
            position: absolute;
            top: 35px;
            left: 50%;
            height: 1.5rem;
            width: 1px;
            background: black;
            z-index: 0;
            box-shadow: -1px 0 0 0 black;
        }

    .softwareDotIcon {
        text-align: center;
        display: flex;
        justify-content: center;
        font-size: x-small;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .softwareDotSubTitle {
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        font-weight: 600;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        color: #00253b;
        opacity: 1;
        margin-bottom: 1rem;
        padding: 0 4rem;
    }

    .softwareDotTitleLight {
        position: relative;
        text-align: center;
        font-size: 22px;
        line-height: 30px;
        font-weight: bold;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 7.2px;
        color: #65d5dd;
        opacity: 1;
    }

        .softwareDotTitleLight::after {
            content: "";
            position: absolute;
            top: 35px;
            left: 50%;
            height: 1.5rem;
            width: 1px;
            background: #ffffff;
            z-index: 0;
            box-shadow: -1px 0 0 0 #ffffff;
        }

    .softwareDotIconLight {
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        font-size: small;
        color: #ffffff;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .softwareDotSubTitleLight {
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        font-weight: 600;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        color: #00253b;
        opacity: 1;
    }

    .bgBlue {
        background-color: rgb(101 213 221) !important;
    }

    .softwareDotTitleBlue {
        position: relative;
        text-align: center;
        font-size: 22px;
        line-height: 30px;
        font-weight: bold;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 7.2px;
        opacity: 1;
    }

        .softwareDotTitleBlue::after {
            content: "";
            position: absolute;
            top: 35px;
            left: 50%;
            height: 1.5rem;
            width: 1px;
            background: #003c57;
            z-index: 0;
            box-shadow: -1px 0 0 0 #003c57;
        }

    .softwareDotIconBlue {
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        font-size: small;
        color: #003c57;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .softwareBlogCarousel {
        opacity: 1;
        display: block !important;
    }

    .softwareBlogItem {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        right: 0;
        z-index: 0;
        transition: all 2s linear;
        height: 400px;
    }

    .softwareBlogImg {
        width: 380px !important;
        height: 450px;
        object-fit: cover;
    }

    .softwareBlogItem:hover .softwareBlogImg {
        border: 2px dashed #00253b;
    }

    .softwareBlogItem:hover .softwareBlogContainer {
        transform: translateY(-13rem);
    }


    .softwareBlogContainer {
        position: absolute;
        width: 100%;
        top: 76%;
        left: 0;
        z-index: 1;
        transition: all 0.5s linear;
        padding: 0 1rem;
    }

        .softwareBlogContainer:after {
            content: "";
            position: absolute;
            top: -60px;
            width: 100%;
            left: 0;
            background: transparent linear-gradient(0deg, #002e49 8%, #00253B00 100%) 0% 0% no-repeat padding-box;
            height: 145px;
            transition: all 0.5s linear;
            z-index: -1;
        }
.softwareBlogItem:hover .softwareBlogContainer:after {
    content: "";
    position: absolute;
    top: -200px;
    width: 100%;
    left: 0;
    transition: all 0.5s linear;
    background: transparent linear-gradient(0deg, #002e49 8%, #00253B00 100%) 0% 0% no-repeat padding-box;
    height: 500px;
    z-index: -1;
}
    .softwareBlogShortDesc {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    transition: all 1s ease;
    height: 72px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}

    .softwareBlogDesc {
        text-align: left;
        font-size: 16px;
        line-height: 28px;
        font-weight: 100;
        font-style: italic;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        transition: all 1s ease;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        height: 140px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        display: -webkit-box;
    }

    .softwareBlogItemButton {
        letter-spacing: 0px;
        color: #ffffff;
        border: 1px solid #ffffff;
        line-height: 1;
        border-radius: 0;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        font-style: italic;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        transition: all 1s ease;
        position: relative;
        width: 50%;
        padding: 7px 10px;
        margin-top:1rem;
    }

        .softwareBlogItemButton:hover {
            background: white;
            color: #12a19a;
            font-weight: 600;
        }

    .softwareBlogButton {
        height: 35px;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        color: #00253b;
        border: 1px solid #00253b;
        opacity: 1;
        display: flex;
        border-radius: 0;
        position: relative;
        z-index: 2;
        align-items: center;
        justify-content: center;
    }

        .softwareBlogButton:hover {
            background: white;
            color: #12a19a;
        }

    .softwareBeforeFooterDiv {
        opacity: 1;
        overflow-y: auto;
        height: 250px;
    }

    .softwareBeforeFooterTitle {
        text-align: left;
        font-size: 22px;
        line-height: 20px;
        font-weight: 600;
        font-family: "Rubik", sans-serif;
        letter-spacing: 0px;
        opacity: 1;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .softwareBeforeFooterText {
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        font-weight: normal;
        font-family: "Rubik", sans-serif;
        letter-spacing: 0px;
        opacity: 1;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .softwareSubscribeSection {
        background: #f1f1f1 0% 0% no-repeat padding-box;
        opacity: 1;
        height: 11%;
        display: flex;
        align-items: center;
    }

    .softwareSubscribeText {
        text-align: left;
        font-size: 18px;
        font-weight: bold;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #003c57;
        opacity: 1;
    }

    .softwareSubscribeTextBox {
        width: 100%;
        height: 55px;
        background: #ffffff 0% 0% no-repeat padding-box;
        border: 2px solid #ffffff;
        opacity: 1;
    }

    .softwareSubscribeButton {
        width: 100%;
        height: 60px;
        background: #00253b 0% 0% no-repeat padding-box;
        border: 2px solid #00253b;
        text-align: center;
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
        padding: 0.75rem;
        text-transform: uppercase;
    }

        .softwareSubscribeButton:hover {
            background: #ffffff 0% 0% no-repeat padding-box;
            border: 2px solid #00253b;
            color: #00253b;
        }

    .softwareFooterDiv {
        width: 100%;
        background-image: url(/media/theme/com/images/footer-background.webp);
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-blend-mode: exclusion;
        height: 52%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .softwareFooterSlogan {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .softwareFooterSocialMedia {
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
        height: 40px;
        background: #ffffff 0% 0% no-repeat padding-box;
        border: 1px solid #707070;
        border-radius: 1.5rem;
        opacity: 1;
        margin: auto;
        padding: 0.25rem 1rem;
    }

    .softwareFooterSocialMediaLink {
        text-decoration: none;
        margin: 0 0.25rem;
    }

    .footerSocialIcons {
        width: 28px;
    }

    .softwareFooterTitle {
        text-align: left;
        font-size: 16px;
        line-height: 36px;
        font-weight: bold;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
        text-transform: uppercase;
        border-bottom: 1px solid #ffffff;
    }

    .softwareFooterList {
        list-style: none;
        padding-left: 0 !important;
        text-align: left;
        font-size: 14px;
        line-height: 32px;
        font-weight: normal;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
    }

    .softwareFooterBottomText {
        text-align: left;
        font-size: 14px;
        font-family: "Rubik", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
    }

    .softwareFooterBottomList {
        display: flex;
        list-style: none;
        text-align: center;
        font-size: 14px;
        font-family: "Rubik", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
    }

    .softwareFooterBottomLine {
        content: "";
        display: inline-block;
        height: 100%;
        width: 2px;
        background-color: #ffffff;
        margin: 0 10px;
    }

    .softwareFooterLink {
        text-decoration: none;
        color: #ffffff;
    }

    /* detail start */

    .softwareBreadcrumbText {
        text-align: left;
        font-size: 14px;
        line-height: 2.5;
        font-weight: 200;
        font-family: "DM Sans", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
    }

    .softwareBrandLogoTitle {
        text-align: left;
        font-size: 58px;
        line-height: 60px;
        font-weight: 600;
        font-family: "DM Sans", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        text-shadow: 16px 16px 20px #0000007a;
        opacity: 1;
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .softwareBrandLogoShortDesc {
        position: relative;
        text-align: left;
        font-size: 22px;
        line-height: 32px;
        font-weight: 400;
        font-family: "DM Sans", sans-serif;
        letter-spacing: 0px;
        color: #f1c855;
        opacity: 1;
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .softwareBrandLogoDesc {
        text-align: left;
        font-size: 16px;
        font-weight: normal;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
        margin-right: 3rem;
    }

    .softwareBrandLogoButton {
        display: inline-block;
        width: 140px;
        height: 40px;
        text-decoration: none;
        border: 1px solid #ffffff;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
        padding: 0.5rem 1rem;
        margin-bottom: 1rem;
    }

        .softwareBrandLogoButton:hover {
            background: #ffffff 0% 0% no-repeat padding-box;
            color: #f11135;
        }



    .softwareBrandCopyrightLeftImage {
        position: absolute;
        top: -6%;
        left: -40%;
        z-index: -1;
        width: 63%;
    }

    .softwareBrandCopyrightRightImage {
        position: absolute;
        bottom: 0%;
        right: -30%;
        z-index: -1;
        width: 63%;
    }

    .softwareBrandCopyrightCol {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        text-align: center;
    }

    .softwareBrandCopyrightImg {
        height: 26vw;
    }

    .h-35vw {
        height: 35vw;
    }

    .h-100vh {
        height: 100vh;
    }

    .softwareBrandLogoContainer {
        padding-top: 8rem;
    }

    .softwareBrandCopyrightTitle {
        text-align: left;
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        color: #00253b;
        opacity: 1;
    }

    .softwareBrandCopyrightText {
        text-align: left;
        font-size: 16px;
        line-height: 30px;
        font-weight: normal;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #00253b;
        opacity: 1;
        margin-right: 6.25rem;
    }

    .softwareBrandCopyrightCarousel {
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .cls-1 {
        fill: white;
    }

    .softwareBrandCopyrightItem {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        opacity: 1;
    }

    .softwareBrandCopyrightItemImg {
        width: 100% !important;
        height: 100%;
        object-fit: cover;
        opacity: 1;
        transition: all 0.2s linear;
    }

    .softwareBrandLogoDrawCol {
        display: flex;
        flex-direction: column;
        align-items: start;
        text-align: center;
        padding: 0 !important;
        justify-content: space-between;
    }

    .softwareBrandLogoDrawTitle {
        text-align: left;
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
    }

    .softwareBrandLogoImg {
        height: 550px;
    }

    .softwareBrandLogoDrawText {
        text-align: left;
        font-size: 14px;
        line-height: 30px;
        font-weight: normal;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        margin-top: 1.75rem;
        margin-bottom: 2rem;
        opacity: 1;
        margin-right: 4rem;
    }

    .softwareBrandLogoDrawImg {
        height: 16vw;
        box-shadow: 20px 23px 36px #00000063;
    }

    .softwareBrandImg {
        height: 100%;
        box-shadow: 20px 23px 36px #00000063;
    }

    .softwareSectionTitleLeft {
        position: relative;
        text-align: center;
        font-size: 20px;
        line-height: 22px;
        font-weight: bold;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 7.2px;
        opacity: 1;
    }

        .softwareSectionTitleLeft:before {
            content: "";
            position: absolute;
            bottom: 115%;
            right: 50%;
            height: 30px;
            width: 100%;
            background: transparent;
            z-index: -1;
            box-shadow: inset -2px 2px 0 0 black;
        }

        .softwareSectionTitleLeft::after {
            content: "";
            position: absolute;
            top: 26px;
            left: 50%;
            height: 1.5rem;
            width: 1px;
            background: black;
            z-index: -1;
            box-shadow: -1px 0 0 0 black;
        }

    .softwareBrandNameTitle {
        text-align: left;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        color: #00253b;
        opacity: 1;
        padding-right: 4rem;
        padding-left: 4rem;
    }

    .softwareBrandNameText {
        text-align: left;
        font-size: 14px;
        line-height: 16px;
        font-weight: normal;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #00253b;
        opacity: 1;
        margin-bottom: 1rem;
        padding-right: 4rem;
        padding-left: 4rem;
    }

    .softwareBrandNameTriangleIcon {
        position: absolute;
        top: 15%;
        left: 0%;
        z-index: -1;
    }

    .softwareBrandNameImg {
        width: 267px;
        height: 265px;
        text-align: center;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .softwareBrandNameItem {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 265px;
        height: 265px;
        padding: 2rem;
        margin-bottom: 1.5rem;
        text-align: center;
        margin-right: auto !important;
        margin-left: auto !important;
    }

        .softwareBrandNameItem::before {
            content: "";
            position: absolute;
            top: 10%;
            right: -25%;
            border: 40px solid transparent;
        }

        .softwareBrandNameItem::after {
            content: "";
            position: absolute;
            bottom: -12%;
            left: 50%;
            width: 15px;
            height: 54px;
        }

        .softwareBrandNameItem.itemPurple {
            background-color: #870f4e;
        }

            .softwareBrandNameItem.itemPurple::before {
                border-left: 40px solid #870f4e;
            }

            .softwareBrandNameItem.itemPurple::after {
                background: #870f4e;
            }

        .softwareBrandNameItem.itemOrange {
            background-color: #ec421d;
        }

            .softwareBrandNameItem.itemOrange::before {
                border-left: 40px solid #ec421d;
            }

            .softwareBrandNameItem.itemOrange::after {
                background: #ec421d;
            }

    .softwareBrandCopyrightSection {
        padding: 5rem 0;
        position: relative;
        overflow: hidden;
    }

    .softwareBrandLogoDrawSection {
        position: relative;
        padding: 4rem 0;
        overflow: hidden;
    }

    .softwareBrandNameSection {
        padding: 4rem 0;
        position: relative;
        overflow: hidden;
    }

    .softwareBrandNameItemOther {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 265px;
        height: 265px;
        padding: 2rem;
        margin-top: 1.5rem;
        text-align: center;
        margin-right: auto !important;
        margin-left: auto !important;
    }

        .softwareBrandNameItemOther::before {
            content: "";
            position: absolute;
            top: 10%;
            right: -25%;
            border: 40px solid transparent;
        }

        .softwareBrandNameItemOther::after {
            content: "";
            position: absolute;
            top: -12%;
            left: 50%;
            width: 15px;
            height: 54px;
        }

        .softwareBrandNameItemOther.itemGreen {
            background-color: #278435;
        }

            .softwareBrandNameItemOther.itemGreen::before {
                border-left: 40px solid #278435;
            }

            .softwareBrandNameItemOther.itemGreen::after {
                background: #278435;
            }

        .softwareBrandNameItemOther.itemBlue {
            background-color: #0064b0;
        }

            .softwareBrandNameItemOther.itemBlue::before {
                border-left: 40px solid #0064b0;
            }

            .softwareBrandNameItemOther.itemBlue::after {
                background: #0064b0;
            }

    .softwareBrandNameItemTitle {
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
        width: 75%;
    }

    .softwareBrandNameItemText {
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        font-weight: normal;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
        margin-top: auto;
    }

    .softwareFeaturesCard {
        position: relative;
        width: 275px;
        height: 250px;
        border-style: solid dotted dotted solid;
        border-width: 5px;
        border-radius: 40px;
        padding: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem;
        margin-top: 2rem;
    }

        .softwareFeaturesCard::before {
            position: absolute;
            content: "\f04b";
            font-size: 2rem;
            font-weight: 900;
            font-family: "Font Awesome 6 Free";
            top: 40%;
            left: -7%;
            width: 35px;
            height: 45px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .softwareFeaturesCard::after {
            position: absolute;
            content: "\f111";
            font-size: 1.5rem;
            font-weight: 900;
            font-family: "Font Awesome 6 Free";
            top: 39%;
            right: -7%;
            width: 35px;
            height: 49px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .softwareFeaturesCardDiv {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #f1f2f2;
        padding: 2.5rem;
        border-radius: 40px;
    }

    .softwareFeaturesCardTitle {
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        color: #f11135;
        opacity: 1;
    }

    .softwareFeaturesCardDesc {
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        font-weight: normal;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #00253b;
        opacity: 1;
    }

    .softwareFeaturesCardTopDiv {
        position: absolute;
        content: "";
        top: -15%;
        left: 50%;
        transform: translateX(-50%);
        width: 75px;
        height: 75px;
        background: transparent;
        border-radius: 50%;
        border-width: 4px;
        border-style: solid;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .softwareFeaturesCardBottomDiv {
        position: absolute;
        content: "";
        bottom: -5px;
        right: -5px;
        width: 200px;
        height: 100px;
        background: transparent;
        border-bottom-right-radius: 40px;
        border-right-width: 5px;
        border-right-style: solid;
        border-bottom-width: 5px;
        border-bottom-style: solid;
    }

    .redCard {
        border-color: #f11135;
    }

        .redCard > .softwareFeaturesCardTopDiv {
            border-color: #f11135;
        }

        .redCard > .softwareFeaturesCardBottomDiv {
            border-right-color: #f11135;
            border-bottom-color: #f11135;
        }

        .redCard > .softwareFeaturesCardTitle {
            color: #f11135;
        }

    .softwareFeaturesCard.redCard::before {
        color: #f11135;
    }

    .softwareFeaturesCard.redCard::after {
        color: #f11135;
    }

    .blueCard {
        border-color: #0064b0;
    }

        .blueCard > .softwareFeaturesCardTopDiv {
            border-color: #0064b0;
        }

        .blueCard > .softwareFeaturesCardBottomDiv {
            border-right-color: #0064b0;
            border-bottom-color: #0064b0;
        }

        .blueCard > .softwareFeaturesCardTitle {
            color: #0064b0;
        }

        .blueCard .softwareFeaturesCardTitle {
            color: #0064b0;
        }

    .softwareFeaturesCard.blueCard::before {
        color: #0064b0;
    }

    .softwareFeaturesCard.blueCard::after {
        color: #0064b0;
    }

    .greenCard {
        border-color: #278435;
    }

        .greenCard > .softwareFeaturesCardTopDiv {
            border-color: #278435;
        }

        .greenCard > .softwareFeaturesCardBottomDiv {
            border-right-color: #278435;
            border-bottom-color: #278435;
        }

        .greenCard > .softwareFeaturesCardTitle {
            color: #278435;
        }

    .softwareFeaturesCard.greenCard::before {
        color: #278435;
    }

    .softwareFeaturesCard.greenCard::after {
        color: #278435;
    }

    .greenCard .softwareFeaturesCardTitle {
        color: #278435;
    }

    .softwareInfoContainer {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .softwareInfoCard {
        position: relative;
        background: #f7f7f7;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        padding: 1.5rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding-left: 5rem;
    }

    .softwareInfoCardImage {
        position: absolute;
        top: 50%;
        left: -3%;
        transform: translateY(-50%);
    }

    .softwareInfoImage {
        width: 75px;
        height: 75px;
    }

    .softwareInfoCardTitle {
        text-align: left;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        color: #870f4e;
        opacity: 1;
        margin-bottom: 0.5rem;
    }

    .softwareInfoCardDesc {
        text-align: left;
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #00253b;
        opacity: 1;
    }

    .softwareGetOfferSection {
        background-image: url(/media/theme/com/images/getoffer-background.jpg);
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        transition: all 2s linear;
        padding: 5rem;
    }

        .softwareGetOfferSection::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            background-color: #ffffff;
            top: 13%;
            left: 0;
        }

    .softwareGetOfferContainer {
        background: #000000b3 0% 0% no-repeat padding-box;
        opacity: 1;
        padding: 6rem 4rem;
    }

    .softwareGetOfferTitle {
        font-size: 5vw;
        line-height: 1;
        font-weight: bold;
        font-family: "Rubik", sans-serif;
        text-align: center;
        letter-spacing: 2rem;
        opacity: 1;
        text-transform: uppercase;
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #ffffff;
    }

    .softwareGetOfferShortDesc {
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
        padding-right: 5rem !important;
        padding-left: 5rem !important;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .softwareGetOfferForm {
        background: #00000061 0% 0% no-repeat padding-box;
        padding: 3rem;
    }

    .softwareGetOfferFormTextArea {
        height: 100px;
        background: transparent;
        border-radius: 0;
        opacity: 1;
    }

    .softwareContactInputDiv .softwareGetOfferFormButton {
        background: #00374f;
        border: unset;
    }

    .softwareGetOfferFormButton {
        width: 100%;
        height: 44px;
        border: 1px solid #ffffff;
        border-radius: 0;
        opacity: 1;
        text-align: center;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 600;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .softwareGetOfferFormButton:hover {
            color: #00374f;
            background-color: #ffffff;
        }

    .softwareFaqTopIcon {
        position: absolute;
        top: -20%;
        left: 0;
        z-index: -1;
    }

    .softwareFaqImageDiv {
        text-align: center !important;
    }

        .softwareFaqImageDiv > img {
            width: 30%;
        }

    .softwareFaqTitle {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 7.2px;
        color: #57a0f0;
        opacity: 1;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .softwareFaqAccordion {
        padding-right: 8rem;
        padding-left: 8rem;
        height: 400px;
    }

    .softwareFaqItem {
        border: none;
        margin-top: 0.5rem;
    }

    .softwareFaqHeader {
        border-top-left-radius: 0.75rem !important;
        border-top-right-radius: 0.75rem !important;
        border-bottom-left-radius: 0.75rem !important;
        border-bottom-right-radius: 0.75rem !important;
    }

    .softwareFaqButton {
        position: relative;
        background: #ebf3fa 0% 0% no-repeat padding-box;
        border-top-left-radius: 0.75rem !important;
        border-top-right-radius: 0.75rem !important;
        border-bottom-left-radius: 0.75rem !important;
        border-bottom-right-radius: 0.75rem !important;
    }

    .softwareFaqContent {
        text-align: left;
        font-size: 12px;
        line-height: 24px;
        font-weight: normal;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #00253b;
        opacity: 1;
        margin-left: 3rem;
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .softwareFaqButton:not(.collapsed)::before {
        content: "-";
        position: absolute;
        left: 1%;
        font-size: 3rem;
    }

    .softwareFaqButton.collapsed::before {
        content: "+";
        position: absolute;
        left: 1%;
        font-size: 3rem;
    }

    .softwareFaqButtonText {
        margin-left: 3rem;
        text-align: left;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        color: #1c3862;
        opacity: 1;
    }

    .tapWrapper {
        height: 400px;
    }

    .accordion-button::after {
        background-image: none !important;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: none !important;
    }

.softwareOfferSection {
    background-image: url(/media/theme/com/images/offer-background.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    transition: all 2s linear;
}

    .softwareOfferContainer {
        background: #000000b3 0% 0% no-repeat padding-box;
        opacity: 1;
        padding: 7rem;
        width: 100%;
    }

    .softwareOfferTitle {
        text-align: left;
        font-size: 4vw;
        line-height: 1;
        font-weight: bold;
        font-family: "Rubik", sans-serif;
        letter-spacing: 1rem;
        opacity: 1;
        text-transform: uppercase;
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #ffffff;
    }

    .softwareOfferShortDesc {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #65d5dd;
        opacity: 1;
    }

    .softwareCourierSection {
        position: relative;
        background: transparent linear-gradient(299deg, #169188 0%, #126e72 11%, #0e485b 26%, #0b2c4a 39%, #091b40 51%, #09163d 60%, #08133b 90%, #08133b 100%) 0% 0% no-repeat padding-box;
        background-position: center;
        background-size: cover;
        padding-top: 4rem;
        display: flex;
        justify-content: center;
        height: 100vh;
        z-index: 1;
        overflow: hidden;
    }

    .softwareCourierDiv {
        top: -15%;
        left: 55%;
        width: 50%;
        height: 100%;
        position: absolute;
        background-image: url("../images/courier-background.png");
        background-position: right;
        background-size: contain;
        background-attachment: fixed;
        background-repeat: no-repeat;
        opacity: 0.5;
        z-index: -1;
    }

    .softwareCourierTitle {
        text-align: left;
        font-size: 3vw;
        font-weight: 550;
        font-family: "DM Sans", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        text-shadow: 16px 16px 20px #0000007a;
        opacity: 1;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .softwareCourierDesc {
        text-align: left;
        font-size: 15px;
        font-weight: normal;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .softwareCourierButton {
        width: 100%;
        height: 44px;
        border: 1px solid #ffffff;
        border-radius: 0;
        opacity: 1;
        text-align: center;
        font-size: 20px;
        line-height: 50px;
        font-weight: 600;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        color: #ffffff;
        opacity: 1;
        padding: 0.5rem 0.75rem;
        line-height: 1.5;
        text-decoration: none;
    }

        .softwareCourierButton:hover {
            background: #ffffff 0% 0% no-repeat padding-box;
            border: 1px solid #ffffff;
            color: #09163d;
        }

    .softwareCourierAppSection {
        overflow: hidden;
        position: relative;
        height: auto;
        padding-top: 4rem;
    }

    .softwareCourierAppCard {
        padding: 1rem 3rem;
    }

    .softwareCourierAppTitle {
        text-align: left;
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        opacity: 1;
        margin-left: 1rem;
    }

    .redTitle {
        color: #f11135;
    }

    .blueTitle {
        color: #0064b0;
    }

    .orangeTitle {
        color: #ec421d;
    }

    .greenTitle {
        color: #278435;
    }

    .darkRedTitle {
        color: #870f4e;
    }

    .darkOrangeTitle {
        color: #d92622;
    }

    .darkGreenTitle {
        color: #199b8b;
    }

    .softwareCourierAppDesc {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #00253b;
        opacity: 1;
    }

    .softwareCourierAppContainer {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding-left: 0;
        padding-right: 0;
        z-index: -1;
    }

    .softwareCourierAppLeftTopIcon {
        position: absolute;
        top: 6%;
        left: 6%;
        z-index: -1;
        width: 9%;
    }

    .softwareCourierAppLeftMediumIcon {
        position: absolute;
        top: 50%;
        left: 9%;
        z-index: -1;
        opacity: 0.3;
    }

    .softwareCourierAppRightMediumIcon {
        position: absolute;
        top: 40%;
        right: 8%;
        z-index: -1;
        opacity: 0.3;
    }

    .softwareCourierAppRightBottomIcon {
        position: absolute;
        bottom: 0;
        right: 2%;
        z-index: -1;
    }

    .softwareCourierAppMediumBottomIcon {
        position: absolute;
        bottom: 5%;
        right: 50%;
        z-index: -1;
    }

    .redIcon {
        filter: brightness(0) saturate(100%) invert(18%) sepia(75%) saturate(6603%) hue-rotate(344deg) brightness(95%) contrast(99%);
    }

    .orangeIcon {
        filter: brightness(0) saturate(100%) invert(75%) sepia(22%) saturate(6329%) hue-rotate(331deg) brightness(97%) contrast(85%);
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
        display: none;
    }

    .softwareDotMobileTitle {
        position: relative;
        text-align: left;
        font-size: 22px;
        line-height: 26px;
        font-family: "Ubuntu", sans-serif;
        font-weight: bold;
        letter-spacing: 7.2px;
        opacity: 1;
        padding: 0.5rem 2rem;
    }

        .softwareDotMobileTitle:before {
            content: "";
            position: absolute;
            bottom: -8%;
            left: 0;
            height: 2px;
            width: 92%;
            background: black;
        }

    .softwareDotMobileTitleLight {
        position: relative;
        text-align: left;
        font-size: 22px;
        line-height: 26px;
        font-family: "Ubuntu", sans-serif;
        font-weight: bold;
        letter-spacing: 7.2px;
        color: #65d5dd;
        opacity: 1;
        padding: 0.5rem 2rem;
    }

        .softwareDotMobileTitleLight:before {
            content: "";
            position: absolute;
            bottom: -8%;
            left: 0;
            height: 2px;
            width: 92%;
            background: #fff;
        }

    .softwareDotMobileTitleBlue {
        color: #65d5dd;
        position: relative;
        text-align: left;
        font-size: 22px;
        line-height: 26px;
        font-family: "Ubuntu", sans-serif;
        font-weight: bold;
        letter-spacing: 7.2px;
        opacity: 1;
        padding: 0.5rem 2rem;
    }

        .softwareDotMobileTitleBlue::before {
            content: "";
            position: absolute;
            bottom: -8%;
            left: 0;
            height: 2px;
            width: 92%;
            background: #65d5dd;
        }

    .softwareDotMobileIcon {
        display: flex;
        justify-content: end;
        font-size: x-small;
        text-align: end;
        margin-right: 0.75rem;
    }

    .darkRedColor {
        color: #870f4e;
    }

    .turquoiseColor {
        color: #65d5dd;
    }

    .darkBlueColor {
        color: #00253b;
    }

    .gradientRedBg {
        background: transparent linear-gradient(299deg, #56000D 0%, #FF2244 100%) 0% 0% no-repeat padding-box;
    }

    .gradientGreenBg {
        background: transparent linear-gradient(119deg, #55925D 0%, #0E4014 100%) 0% 0% no-repeat padding-box;
    }

    .gradientGrayBg {
        background: transparent linear-gradient(299deg, #35363B 0%, #868995 100%) 0% 0% no-repeat padding-box;
    }

    .gradientBlueBg {
        background: transparent linear-gradient(299deg, #003F6E 0%, #2D78B1 100%) 0% 0% no-repeat padding-box;
    }

    .gradientCyanBg {
        background: transparent linear-gradient(119deg, #65D5DD 0%, #006067 100%) 0% 0% no-repeat padding-box;
    }

    .gradientIndigoBg {
        background: transparent linear-gradient(299deg, #1B1A61 0%, #47469D 100%) 0% 0% no-repeat padding-box;
    }

    .gradientPurpleBg {
        background: transparent linear-gradient(119deg, #9D71A5 0%, #5C2B65 100%) 0% 0% no-repeat padding-box;
    }

    .gradientCrimsonBg {
        background: transparent linear-gradient(119deg, #BD1F5B 0%, #5D0023 100%) 0% 0% no-repeat padding-box;
    }

    .gradientTealBg {
        background: transparent linear-gradient(299deg, #169188 0%, #126E72 11%, #0E485B 26%, #0B2C4A 39%, #091B40 51%, #09163D 60%, #08133B 90%, #08133B 100%) 0% 0% no-repeat padding-box;
    }

    .lightColor {
        color: #ffffff !important;
    }

    .softwareDotMobileSubTitle {
        text-align: left;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        color: #00253b;
        opacity: 1;
        padding: 1rem 2rem;
    }

    .softwareAdvertMobileCard {
        border-radius: 14px;
        opacity: 1;
        margin: 0.2rem;
    }

    .softwareServicesMobileItem {
        background: #2b616a 0% 0% no-repeat padding-box;
        border-radius: 8px;
        opacity: 1;
        height: 50%;
        width: 90%;
        margin-bottom: 1rem;
        margin-left: 0.5rem;
    }

    .softwareServicesTabMobileLink {
        position: relative;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
        font-family: "Rubik", sans-serif;
        border: none !important;
        letter-spacing: 0px;
        color: #fff;
    }

        .softwareServicesTabMobileLink:active + .softwareServicesMobileItem {
            background: #489ba3 0% 0% no-repeat padding-box;
        }

    a.nav-link.softwareServicesTabMobileLink.active {
        color: #ffffff !important;
        background-color: #65d5dd94;
    }

    .softwareServicesTabMobileLink:hover {
        border: none !important;
    }

    a.nav-link.softwareServicesTabMobileLink.active::after {
        content: "";
        position: absolute;
        top: 75%;
        right: 45%;
        border: 7px solid transparent;
        border-bottom: 10px solid #65d5dd;
    }

    .nav-tabs {
        border-bottom: none !important;
    }

    .softwareContactAddressMobileTitle {
        text-align: left;
        font-size: 28px;
        line-height: 26px;
        font-weight: bold;
        font-family: "Rajdhani", sans-serif;
        letter-spacing: 0px;
        color: #003c57;
        opacity: 1;
        margin-left: 1rem;
    }

    .softwareContactMobileTextDiv {
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        font-weight: normal;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #00253b;
        opacity: 1;
        padding: 0.5rem 0;
        float: right;
        margin-right: 1.5rem;
    }

    .softwareContactMobileLink {
        background: #65d5dd 0% 0% no-repeat padding-box;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        font-family: "Ubuntu", sans-serif;
        letter-spacing: 0px;
        color: #00253b;
        opacity: 1;
        padding: 0.75rem;
        text-decoration: none;
        width: 170px;
        height: 40px;
        display: inline-block;
        margin-left: 0.5rem;
    }
    /* mobile design start */




    @media (max-width: 1500px) {
        .softwareGetOfferSection::before {
            top: 8%;
        }

        .softwareWhyUsSection::before {
            top: 7%;
        }
    }

    @media (max-width: 1200px) {
        .floating-menu {
            display: none;
        }
        .softwareBrandLogoDrawText {
            margin-right: 4rem;
        }

        .softwareBrandLogoDrawImg {
            height: 160px;
        }

        .softwareBrandCopyrightImg {
            height: 35vw;
        }

        .softwareBrandLogoTitle {
            font-size: 50px;
        }

        .softwareBrandLogoShortDesc {
            font-size: 20px;
        }

        .softwareBrandLogoContainer {
            padding-top: 4rem;
        }

        .softwareBrandLogoShortDesc:before {
            left: -18%;
            top: -35%;
        }

        .softwareBrandLogoShortDesc:after {
            right: 1%;
        }

        .softwareBrandLogoDesc {
            font-size: 14px;
        }

        .softwareBannerLeftTitleRow {
            width: 100%;
            margin-top: 1rem;
        }

        .softwareBannerLeftRow {
            width: 100%;
            margin-bottom: 5rem;
        }

        .softwareBannerRightTitleRow {
            margin-top: 1rem;
        }

        .softwareBannerSubTitle {
            margin-top: 1rem;
        }
    }

    @media (max-width: 992px) {
        .softwareCourierAppSection {
            padding-top: 4rem !important;
        }

        .m-softwareBannerScroll {
            position: absolute;
            top: 0;
            overflow-y: auto;
            height: 88vh;
            width: 100%;
            margin-top: 5rem;
        }

        .m-softwareBannerDiv {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
        }

        .softwareBannerLeftText {
            height: 40px;
            font-size: 30px;
        }

        .softwareBannerRightText {
            height: 40px;
            font-size: 30px;
        }

        .softwareRobotWithEyesImg {
            width: 85%;
        }

        .softwareBannerCol {
            background: #0000007a 0% 0% no-repeat padding-box;
            border-radius: 14px;
            margin: 1rem;
            padding-top: 1rem !important;
            padding-bottom: 1rem !important;
        }

        .softwareBannerRow {
            opacity: 1;
            justify-content: center !important;
            padding-top: 0;
            z-index: 1;
            position: relative;
        }

        .softwareBannerTextLeft > br {
            display: none;
        }

        .softwareBannerTextRight > br {
            display: none;
        }

        .softwareBannerTitle {
            font-size: 24px;
            font-weight: 600;
        }

        .softwareBannerTextLeft {
            font-size: 28px;
            font-weight: 600;
            color: #e8a1f9;
            margin: 0.5rem 0;
            line-height: 36px;
        }

        .softwareBannerTextRight {
            font-size: 28px;
            font-weight: 600;
            color: #65d5dd;
            margin: 0.5rem 0;
            line-height: 36px;
        }

        .softwareBannerLeftButton {
            font-size: 16px;
            font-weight: 600;
            border: 2px solid #e8a1f9;
            color: black;
            background-color: #e8a1f9;
            margin-bottom: 1rem;
            width: 95px;
            height: 30px;
        }

        .softwareBannerRightButton {
            font-size: 16px;
            font-weight: 600;
            border: 2px solid #65d5dd;
            color: black;
            background-color: #65d5dd;
            margin: 1rem 0;
            width: 95px;
            height: 30px;
        }

        .softwareAboutCol {
            opacity: 1;
            width: 100%;
            padding: 1rem 3rem;
        }


        .softwareAboutImageBack {
            opacity: 1;
            position: absolute;
            top: -40%;
            right: 0;
            z-index: -1;
        }

        .softwareWhyUsTitleDiv {
            margin: 1rem;
            justify-content: start;
            text-align: start;
        }

        .softwareWhyUsTitle {
            margin-top: 0rem;
        }

        .softwareTeamItemImg {
            max-width: 55%;
        }

        .softwareRobotImg {
            display: none;
        }

        .softwareTeamCarousel {
            opacity: 1;
        }

        .softwareTeamCarouselBottom {
            opacity: 1;
        }

        .softwareWhyUsTitle {
            opacity: 1;
            letter-spacing: 0;
            font-size: 3rem;
            -webkit-text-stroke-color: #ced1d7;
            font-weight: 700;
        }

        .softwareBlogCarousel {
            opacity: 1;
            display: block !important;
        }

        .softwareAboutSubTitle {
            font-size: 40px;
            line-height: 38px;
        }

        .softwareAboutShortDesc {
            font-size: 18px;
            line-height: 22px;
        }

        .softwareAboutDesc {
            font-size: 16px;
            line-height: 22px;
        }

        .softwareAdvertButton {
            width: 75%;
            height: 35px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 1rem;
        }

        .softwareBeforeFooterDiv {
            padding: 1rem 3rem;
        }

        .softwareSubscribeSection {
            padding: 1rem 3rem;
        }

        .softwareGetOfferSection {
            height: auto;
        }

        .softwareOfferSection {
            height: auto;
        }

        .softwareCourierSection {
            height: auto;
        }

        .softwareCourierAppSection {
            height: auto;
        }


        .softwareCourierAppCol {
            margin-left: 0 !important;
        }

        .softwareBrandLogoDrawCol {
            margin: 3rem;
        }

        .softwareFaqAccordion {
            padding-right: 1rem;
            padding-left: 1rem;
            height: unset;
        }

        .softwareInfoContainer {
            padding-right: 1rem;
            padding-left: 1rem;
        }

        .softwareCourierAppLeftTopIcon {
            opacity: 0;
        }

        .softwareCourierAppLeftMediumIcon {
            opacity: 0;
        }

        .softwareCourierAppRightMediumIcon {
            opacity: 0;
        }

        .softwareCourierAppRightBottomIcon {
            opacity: 0;
        }

        .softwareCourierAppMediumBottomIcon {
            opacity: 0;
        }

        .softwareBrandNameTriangleIcon {
            opacity: 0;
        }

        .softwareSectionTitle {
            font-size: 22px;
            line-height: 26px;
            letter-spacing: 2.2px;
            padding: 0 1rem
        }

            .softwareSectionTitle:before {
                height: 20px;
            }

            .softwareSectionTitle:after {
                height: 20px;
            }


        .softwareDotIcon {
            font-size: xx-small;
        }

        .softwareServicesTabTitle {
            font-size: 22px;
            line-height: 26px;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

        .softwareServicesTabShortDesc {
            font-size: 16px;
            line-height: 26px;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

        .softwareServicesTabDesc {
            font-size: 16px;
            line-height: 26px;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

        .softwareServicesTabButton {
            font-size: 18px;
        }

        .softwareWhyUsSubIconRight {
            right: 78%;
        }

        .softwareAboutImgCol {
            margin-right: 0;
            align-items: center;
        }
    }

    @media (max-width: 768px) {
        .references2Section {
            padding: 3rem 0 0 0;
        }
        .image-slider .item {
            height: 95px;
            padding: 7px 20px;
            margin: 0 5px;
        }
        .softwareBeforeFooter {
            margin:2rem 0;
        }
        .softwareBlogContainer:after {
            content: "";
            position: absolute;
            top: -347px;
            width: 100%;
            left: 0;
            background: transparent linear-gradient(0deg, #002e49 8%, #00253B00 100%) 0% 0% no-repeat padding-box;
            height: 500px;
            transition: all 0.5s linear;
            z-index: -1;
        }
        .tab-content > .active {
            height: 520px !important;
        }

        .softwareBrandCopyrightCarousel {
            margin-top: 0;
            margin-bottom: 0;
        }

        .softwareBrandCopyrightSection {
            padding: 3rem 0;
        }

        .softwareAboutImg {
            width: 100%;
        }

        .softwareWhyUsSubTitle {
            height: 43px;
        }

        .softwareWhyUsSubIconLeft {
            width: 46px !important;
            height: 46px !important;
        }

        .m-fixedIcon {
            position: fixed;
        }

        .softwareBrandNameSection {
            padding: 1rem 0 2rem 0;
        }

        .softwareSectionTitleLeft {
            padding: 1rem;
        }

            .softwareSectionTitleLeft:before {
                display: none;
            }

            .softwareSectionTitleLeft::after {
                display: none;
            }

        .softwareOfferSection {
            background-attachment: unset;
            background-repeat: unset;
        }

        .footerLogo {
            width: 50%;
            height: 40px;
        }

        .softwareDotMobileTitleLight {
            text-align: center;
            padding: 1rem;
        }

            .softwareDotMobileTitleLight:before {
                display: none;
            }

        .softwareDotMobileTitleBlue::before {
            display: none;
        }

        .softwareDotMobileIcon {
            display: none;
        }

        .softwareDotMobileTitle:before {
            display: none;
        }

        .softwareSectionTitle {
            padding: 1rem 1rem;
        }

        .softwareAboutSection {
            padding-top: 1rem;
        }

        .softwareSectionTitle:before {
            display: none;
        }

        .softwareDotIcon {
            display: none;
        }

        .softwareSectionTitle::after {
            display: none;
        }

        .softwareBannerCol:hover {
            background-color: #0202024d;
            transform: translateY(0rem);
        }

        .softwareWhyUsSection::after {
            background-attachment: unset;
            background-repeat: unset;
            background-position: center;
            background-size: cover;
        }

        .softwareContactSection {
            background-image: url(../images/blog-mobile-background.png);
            background-position: bottom;
            background-size: cover;
            background-attachment: unset;
            background-repeat: unset;
        }

        .softwareReferencesSection {
            background-attachment: unset;
            background-repeat: unset;
        }

        .softwareCourierDesc h3 {
            font-size: calc(1.3rem + .1vw);
        }

        .softwareCourierTitle {
            font-size: 8vw;
        }

        .softwareInfoCardTitle {
            font-size: 14px;
        }

        .softwareInfoCardDesc {
            font-size: 12px;
        }

        .softwareFeaturesCard {
            width: 250px;
            height: 290px;
        }

        .softwareFeaturesCardTopDiv {
            top: -12%;
        }

        .softwareBrandNameItem {
            width: 244px;
            height: 265px;
            padding: 1.5rem;
        }

        .softwareFeaturesCardDiv {
            padding: 2rem;
        }

        .softwareBrandNameItemOther {
            width: 244px;
            height: 265px;
            padding: 1.5rem;
        }

        .softwareBrandImg {
            height: 340px;
            padding: 1rem;
        }

        .softwareBrandCopyrightCol {
            margin: 1rem 0;
            padding: 0 1rem;
        }

        .softwareBrandLogoImg {
            height: 180px;
            margin-top: -25px;
        }

        .softwareBrandCopyrightTitle {
            font-size: 20px;
            padding-bottom: 15px;
        }

        .softwareBrandLogoDrawCol {
            align-items: center;
        }

        .softwareDotMobileTitle {
            font-size: 22px;
            text-align: center;
            letter-spacing: 2.2px;
            line-height: 28px;
            padding: 0rem 4rem;
        }

        .softwareDotMobileSubTitle {
            text-align: center;
        }

        .softwareGetOfferShortDesc {
            padding-right: 0rem !important;
            padding-left: 0rem !important;
        }

        .softwareGetOfferTitle {
            font-size: 8vw;
            letter-spacing: 1rem;
        }

        .softwareOfferTitle {
            text-align: center;
            margin: 1rem 0;
        }

        .softwareOfferShortDesc {
            text-align: center;
        }

        .softwareFaqImageDiv > img {
            width: 70%;
        }

        .softwareBrandNameTitle {
            text-align: center;
            font-size: 20px;
            padding-right: 0;
            padding-left: 0;
        }

        .softwareBrandNameText {
            text-align: center;
            opacity: 1;
            margin-bottom: 0;
            padding-right: 0;
            padding-left: 0;
            margin: 1rem;
        }

        .softwareSectionTitleLeft::after {
            top: 47px;
        }

        .softwareBrandLogoDrawSection {
            padding: 2rem 0;
        }

        .softwareBrandLogoDrawCol {
            margin: 0rem;
        }

        .softwareBrandLogoDrawTitle {
            margin: 0 1rem;
            font-size: 20px;
        }

        .softwareBrandLogoDrawText {
            margin: 1rem;
        }

        .softwareBrandCopyrightText {
            margin-right: 0;
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
        }

        .softwareBrandCopyrightImg {
            height: 50vw;
        }

        .softwareBrandLogoTitle {
            font-size: 40px;
            text-align: center;
            line-height: 45px;
            margin-top: 1rem !important;
            margin-bottom: 0rem !important;
        }

        .softwareBrandLogoShortDesc {
            font-size: 20px;
            text-align: center;
            margin-top: 1rem !important;
            margin-bottom: 1rem !important;
        }

        .softwareBrandLogoContainer {
            padding-top: 4rem;
        }

        .softwareBrandLogoDesc {
            font-size: 14px;
            margin-top: 0 !important;
            margin-bottom: 1rem !important;
            margin-right: 0;
            text-align: center;
        }

        .softwareBannerLeftRow div {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .softwareBannerRightRow div {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .softwareBannerLeftRow ul {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .softwareBannerRightRow ul {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .softwareBannerSubTitle {
            transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
        }

        .slide-in {
            overflow-y: scroll;
        }

        .softwareBanner {
            background-position: center;
            background-size: cover;
            background-attachment: unset;
            background-repeat: unset;
            transition: all 0.5s cubic-bezier(0, 0, 0.15, 0.98);
        }

        .softwareReferencesItem img {
            width: 22vw !important;
            height: 8vw;
        }

        .softwareTeamItemTitle {
            font-size: 16px;
        }

        .softwareTeamCarousel {
            padding-left: 2%;
        }

        .softwareTeamCarouselBottom {
            padding-right: 2%;
        }

        .softwareBannerRightTitleRow {
            align-items: center;
        }

        .softwareBlogItem:hover .softwareBlogContainer {
            transform: translateY(0rem);
        }

        .m-marginSoftware {
            margin: 0 2rem;
        }

        .softwareBlogItem {
            display: unset;
        }

        .softwareTeamItemText {
            font-size: 14px;
        }

        .softwareTeamItemImg {
            max-width: 45%;
        }

        .softwareTeamItem {
            transition: unset;
            width: 50vw;
            height: 50vw;
            border: 6px solid transparent;
            box-shadow: 0px 0px 0px 2px #fff inset;
        }

            .softwareTeamItem > .softwareTeamItemImg {
                transform: translateY(-0.5rem);
            }

            .softwareTeamItem > .softwareTeamItemDiv {
                transform: translateY(-0.5rem);
                opacity: 1;
            }

        .softwareDotMobileTitleBlue {
            padding: 1rem 0;
            text-align: center;
        }

        .softwareServicesSection {
            padding: 1rem;
            background-position: center;
            background-size: cover;
            background-attachment: unset;
            background-repeat: unset;
        }

        .softwareAdvertSection > .container {
            padding: 1rem 0;
        }

        .softwareAboutSubTitle {
            font-size: 34px;
        }

        .softwareAboutCol {
            padding: 1.5rem 2rem;
        }

        .softwareAboutImgCol {
            opacity: 1;
            height: 75vw;
            text-align: end;
            padding: 0 1.5rem;
            position: relative;
            display: flex;
            justify-content: center;
        }

        .m-flexColumnCenterCeter {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .m-flexCenterCeter {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .softwareBannerLink {
            width: 50%;
        }

        .softwareRobotWithEyesImg {
            width: 100%;
        }

        .softwareWhyUsDesc {
            font-size: 13px;
        }

        .softwareAboutSubTitle {
            font-size: 38px;
            line-height: 36px;
        }

        .softwareAboutShortDesc {
            font-size: 16px;
            line-height: 20px;
        }

        .softwareAboutDesc {
            font-size: 14px;
            line-height: 20px;
        }

        .softwareWhyUsSection {
            padding: 1.5rem;
        }

        .softwareWhyUsContainer {
            padding: 1rem;
        }

        .softwareWhyUsRow {
            margin-top: 0;
        }

        .softwareWhyUsItem {
            padding: 0.5rem 1rem;
        }

        .softwareWhyUsSubTitle {
            font-size: 18px;
            margin-left: 3rem;
            letter-spacing: 0.1rem;
            line-height: 20px;
        }

        .softwareAdvertTitle {
            text-align: center;
            font-size: 20px;
            line-height: 26px;
            font-weight: 600;
            font-family: "Rajdhani", sans-serif;
            letter-spacing: 0px;
            color: #ffffff;
            opacity: 1;
            text-shadow: 6px 6px 4px #0000007a;
        }


        .softwareTeamItem {
            border: 6px solid transparent;
            box-shadow: 0px 0px 0px 2px #fff inset;
        }

        .softwareTeamItemDiv {
            opacity: 1;
        }

        .softwareBlogImg {
            height: 380px;
            border: 2px dashed #00253b;
        }

        .softwareBlogContainer {
            top: 60%;
        }

        .softwareBlogShortDesc {
            transform: translateY(-8rem);
        }

        .softwareBlogDesc {
            transform: translateY(-8rem);
            opacity: 1;
        }

        .softwareBlogItemButton {
            transform: translateY(-8rem);
            width:75%;
            opacity: 1;
        }

        .softwareContactAddressIconDiv {
            width: 40px;
            height: 40px;
            padding: 0.5rem;
        }

        .softwareContactAddressIcon {
            font-size: 1.5rem;
        }

        .softwareContactAddressText {
            text-align: left;
            font-size: 16px;
            line-height: 20px;
            font-weight: normal;
            font-family: "Ubuntu", sans-serif;
            letter-spacing: 0px;
            opacity: 1;
            margin-left: 0.5rem;
        }

        .softwareContactInputDiv {
            width: 100%;
            padding: 0.5rem 1rem 0rem 1rem;
        }

        .softwareBeforeFooterTitle {
            font-size: 20px;
            line-height: 18px;
            padding-bottom: 0 !important;
        }

        .softwareBeforeFooterText {
            font-size: 12px;
            line-height: 16px;
        }

        .softwareBeforeFooterDiv {
            padding: 1.5rem 1.5rem;
            margin-top: 0;
            height: 250px;
        }

        .softwareSubscribeSection {
            padding: 0.5rem 1.5rem;
        }

        .softwareSubscribeTextBox {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

        .softwareInfoCard {
            padding: 1rem 1rem 1rem 6rem;
        }

        .softwareInfoCardImage {
            left: 3%;
        }

        .softwareGetOfferSection {
            padding: 0rem;
            background-attachment: unset;
            background-repeat: unset;
        }

        .softwareGetOfferContainer {
            padding: 2rem;
            background: #000000c9 0% 0% no-repeat padding-box;
        }

        .softwareOfferContainer {
            padding: 2rem 1rem;
        }

        .softwareSubscribeText {
            font-size: 20px;
            line-height: 24px;
        }

        .softwareSubscribeButton {
            font-size: 18px;
        }

        .softwareGetOfferSection::before {
            top: 11%;
        }

        .softwareServicesTabTitle {
            height: 48px;
            font-size: 20px;
            line-height: 24px;
            margin-top: 0.5rem;
            margin-bottom: 0.5rem;
        }

        .softwareServicesTabShortDesc {
            font-size: 14px;
            line-height: 24px;
            margin-top: 0.5rem;
            margin-bottom: 0.5rem;
        }

        .softwareServicesTabDesc {
            font-size: 14px;
            line-height: 24px;
            margin-top: 0.5rem;
            margin-bottom: 0.5rem;
        }

        .softwareServicesTabButton {
            font-size: 18px;
        }

        .softwareDotTitleLight {
            font-size: 18px;
            line-height: 28px;
        }

        .softwareDotSubTitle {
            font-size: 14px;
            line-height: 28px;
        }
    }

    .courierLogoDiv {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .courierLogo {
        width: 100%;
        height: auto;
    }

    .courierLogoText {
        margin-left: 20px;
        width: 50%;
    }

    .courierNav {
        position: absolute;
        background-color: transparent;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        z-index: 3;
        width: 100%;
        top: 0;
        left: 0;
    }

        .courierNav .navbar-toggler-icon {
            background-image: url(../images/menu-toggle.svg) !important;
        }

        .courierNav button.navbar-toggler {
            border-color: #fff;
        }

        .courierNav.courierNavFixed {
            position: fixed;
            z-index: 999;
            width: 100%;
            top: 0;
            left: 0;
            background-color: #fffdf6;
        }

    .courierNavMenu {
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .courierNavMenuList {
        list-style: none;
        display: flex;
        align-items: start;
        justify-content: center;
        padding: 0;
    }

    .courierNavMenuListItem {
        margin: 0.25rem 1.5rem;
        display: inline-block;
    }

    @media only screen and (max-width: 992px) {
        .twoColumnBackground {
            mix-blend-mode: multiply;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            opacity: 1;
            transition: all 0.3s ease;
            background: #0000004a 0% 0% no-repeat padding-box !important;
            z-index: -1;
        }

        .courierNavMenuListItem > a {
            color: #024bad !important;
        }

        .offcanvas {
            max-width: 75% !important;
        }
    }

    .courierNavMenuListItem > a {
        color: #fff;
        text-decoration: none;
        font-family: "Cabin", sans-serif;
        font-size: 14px;
        font-weight: bold;
    }

        .courierNavMenuListItem > a:hover {
            color: #004aac;
            font-weight: bolder;
        }

    .inputWrapper {
        position: relative;
        margin: 1em 0;
    }

    .softwareContactInputDiv .softwareGetOfferFormInput {
        background: white;
        color: #000000;
    }

    .softwareGetOfferFormInput {
        height: 50px;
        background: transparent;
        border-radius: 0;
        border: 1px solid #ffffff;
        opacity: 1;
        padding: 0.5em;
        font-size: 16px;
        color: white;
        font-weight: 600;
    }

    .floatingLabel {
        position: absolute;
        top: 0.75em;
        left: 0.5em;
        pointer-events: none;
        transition: all 0.3s ease;
        color: #999;
        font-size: 16px;
    }

    .softwareContactInputDiv .softwareGetOfferFormInput:not(:placeholder-shown) + .floatingLabel,
    .softwareGetOfferFormInput:focus + .floatingLabel {
        top: -1.7em;
        left: 0.3em;
        font-size: 16px;
        font-weight: 500;
        color: #000000;
    }

    .softwareGetOfferFormInput:not(:placeholder-shown) + .floatingLabel,
    .softwareGetOfferFormInput:focus + .floatingLabel {
        top: -1.3em;
        left: 0.5em;
        font-size: 14px;
        color: white;
    }

    .softwareGetOfferFormInput:not(:placeholder-shown) {
        top: 0.75em;
        left: 0.5em;
        font-size: 16px;
        color: #000000;
        background-color: white;
    }


    /* mobile design end */
    /*alert start*/
    .alert {
        font-family: "Rubik", sans-serif;
        font-weight: normal;
        font-size: 15px;
        line-height: 15px;
        max-width: 400px;
        display: flex !important;
        align-items: center;
        z-index: 1056 !important;
    }

        .alert .close {
            opacity: 1;
            text-shadow: none;
            font-weight: 400;
            font-size: 20px;
            background: transparent;
            border: none;
            margin-right: 0.5rem;
            margin-left: auto;
        }


