html,body
{
    height: 100%;
}
body
{
    margin: 0px;
    background-color: #f3f4f6;
    font-family: 'Montserrat', sans-serif;
}
.height100
{
    height: 100%;
}
.material-symbols-rounded 
{
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
.icon1
{
    color: #1abc9c;
    background-color: #1abc9c21;
}
.icon2
{
    color: #8e44ad;
    background-color: #8e44ad21;
}
.icon3
{
    color: #d35400;
    background-color: #d3540021;
}
.icon4
{
    color: #2c3e50;
    background-color: #2c3e5021;
}
.listStyleNone
{
    list-style-type: none;
}
.primaryBtn
{
    background-color: #197bff;
    color: #ffffff;
    font-size: 16px;
    border: 0px;
    border-radius: 30px;
    padding: 12px 24px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}
.primaryBtn:hover
{
    background-color: transparent;
    color: #197bff !important;
    border: 2px solid #197bff;
    font-size: 16px;
}
.sectionSpacingTop
{
    padding-top: 70px;
}
.sectionSpacingBottom
{
    padding-bottom: 70px;
}
.width100
{
    width: 100%;
}
.height100
{
    height: 100%;
}
.contentVCenter
{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.bannerTitle
{
    font-size: 36px;
    font-weight: 800;
    line-height: 52px;
}
.benefitsTitle
{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 6px;
}
.primaryHeadTitle 
{
    color: #14c691;
    font-weight: 600;
}
.primaryOpacityBg
{
    background-color: #1770e812;
}
.contentVCenter
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bannerPart .carousel-indicators
{
    bottom: -50px;
}
.bannerPart .carousel-indicators [data-bs-target]
{
    width: 8px;
    height: 8px;
    background-color: #197bff;
}
.customPadding
{
    padding-top: 240px;
}
.bannerLogo
{
    width: 130px;
    margin-bottom: 12px;
}
.bannerLogo img
{
    width: 100%;
}
.scrollNavBar 
{
    max-width: 100%;
    padding: 0px !important;
    position: fixed;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    -moz-box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
}
.primaryProductTitle 
{
    font-size: 18px;
    font-weight: 600;
}
.primaryProductDescription 
{
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}
/*Owl Carousel Css Starts Here*/
.owl-dots
{
    display: flex;
    justify-content: center;
    margin-top: 12px;
}
.owl-dot
{
    width:8px;
    height: 8px;
    background-color: #b9b9b9;
    border-radius: 8px;
    float: left;
    margin-right: 8px;
}
.owl-dot.active 
{
    width: 24px;
    height: 8px;
    background-color: #1878fa;
}
.owl-item
{
    padding: 0px 24px;
}
/*Owl Carousel Css Ends Here*/
/*Scroll To Top Button Css Starts Here*/
#scrollToTopBtn 
{
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: 0px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-color: #f4f4f4;
    border-radius: 100px;
    box-shadow: rgb(25 123 255) 0px 1px 10px 0px;
}
#scrollToTopBtn img
{
    height: 100%;
    border-radius: 80px;
    padding: 10px;
}
.bounce2 
{
    animation: bounce2 2s ease infinite
}
@keyframes bounce2 
{
    0%,20%,50%,80%,100% 
    {
        transform: translateY(0)
    }
    40% 
    {
        transform: translateY(-30px)
    }
    60% 
    {
        transform: translateY(-15px)
    }
}
/*Scroll To Top Button Css Ends Here*/
/*Navbar Section Css*/
.customNavBar
{
    padding-top: 24px;
}
.customNavBar .navbar
{
    background-color: #ffffff;
    border-radius: 4px;
    padding: 16px;
}
.customNavBar .nav-link
{
    padding-right: 24px !important;
    text-transform: uppercase;
    font-size: 15px;
}
.customNavBar .nav-item 
{
    position: relative;
}
.customNavBar .nav-link.active::after
{
    content: "";
    width: 24px;
    height: 4px;
    background-color: #197bff;
    position: absolute;
    right: 24px;
    bottom: 4px;
    border-radius: 3px;
}
.navbar-brand img
{
    width: 160px;
}
.customNavBar .nav-link.active
{
    color: #197bff;
    font-weight: 600;
}
.navbar-collapse
{
    flex-grow: 0;
}
/* Features Section Css */
.cardTitle 
{
    font-size: 18px;
    font-weight: 600;
    margin-top: 16px;
}
.cardBack
{
    display: none;
}
.commonCard
{
    padding: 24px;
    margin-bottom: 28px;
    -webkit-box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    -moz-box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    border: 0px;
}
.cardIcon
{
    width: 50px;
    height: 50px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cardIcon span
{
    font-size: 32px;
}
/*Solutions Css Starts Here*/
.solutionTypeTabs .nav-link
{
    font-weight: 500;
    text-transform: uppercase;
    color: #040415;
}
.solutionTypeTabs .nav-link.active
{
    background-color: #197bff;
    border-radius: 30px;
    color: #ffffff;
}
.solutionTypeTabs .nav-tabs
{
    display: flex;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 38px;
    border-bottom: 0px;
    padding: 8px;
    border: 0px;
}
.solutionTypeImage
{
    height: 400px;
    padding: 36px;
}
.solutionTypeImage img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.solutionTypeContent
{

}
.tabContentTitle
{
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 16px;
}
/*Looking for Solution Css Starts Here*/
.lookingSolution
{
    background-color: #197bff12;
    padding: 42px;
    border-radius: 12px;
}
/*Looking for Solution Css Ends Here*/
/*About Us Css Starts Here*/
.listIcon 
{
    float: left;
    background-color: #197bff;
    color: #ffffff;
    padding: 8px;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
}
.aboutBannerPart
{
    padding: 0px 24px;
}
.aboutBannerPart img
{
    border-radius: 32px;
}
/*About Us Css Ends Here*/
/*Want Demo Section Css Starts Here*/
.wantDemo
{
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wantDemoDescription
{
    font-size: 14px;
    line-height: 28px;
}
.wantDemoSubmit
{
    position: relative;
    width: 350px;
    max-width: 350px;
}
.wantDemoSubmit input
{
    border-radius: 48px;
    border: 0px;
    padding: 12px 20px;
}
.wantDemoSubmit .btn 
{
    position: absolute;
    top: 5px;
    right: 6px;
    border-radius: 30px;
}
/*Want Demo Section Css Ends Here*/
/*Footer Css Starts Here*/
.footerBody
{
    background-color: #eaebeb;
}
.footerLinks 
{
    float: left;
    list-style-type: none;
    padding-right: 32px;
}
.footerLinks a
{
    color: #757575;
    font-weight: 400;
}
.footerLinks a:hover
{
    color: #14c691;
    font-weight: 500;
}
.footerTop
{
    border-bottom: 1px solid #cccccc;
    padding: 16px 0px;
}
.footerBottom
{
    padding: 16px 0px;
}
.footerBottom .footerLinks
{
    font-size: 13px;
}
.footerBottom .copyright
{
    font-size: 13px;
    margin-bottom: 0px;
}
/*Footer Css Ends Here*/
.fastpaySlider1 .owl-item
{
    padding-left: 0px;
    padding-right:42px;
}
@media only screen and (max-width: 569px) and (min-width:280px) 
{
    .bannerphoto
    {
        margin-top: 24px;
    }
    .lookingSolution
    {
        padding: 42px 24px;
    }
    .wantDemoSubmit
    {
        width: 100%;
        max-width: 100%;
    }
    .footerLinks
    {
        padding-right: 16px;
        margin-bottom: 24px;
    }
    .footerBottom .copyright
    {
        margin-bottom: 24px;
    }
    .solutionTypeTabs .nav-link
    {
        padding: 8px;
        font-size: 13px;
    }
    .aboutBannerPart
    {
        padding: 24px;
    }
    .responsiveColoumReverse
    {
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 1028px) and (min-width:761px)
{
    #about .benefitsDescription
    {
        display: none;
    }
    #about .listIcon
    {
        margin-bottom: 24px;
        width: 30px;
        height: 30px;
    }
    #about .listIcon span
    {
        font-size: 16px;
    }
}