﻿body {
    font-family: "Source Sans Pro", sans-serif;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0;
    font-weight: 300;
    color: #101010;
    font-size: 16px;
    line-height: 27px;
}
* {
    box-sizing: border-box;
}
a {
    color: #333;
}
a:hover {
    text-decoration: none;
    color: #333333;
}
.top-header {
    position: fixed;
    height: 30px;
    font-size: 12px;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    background: #4a4d4e;
    padding-top: 2px;
    padding-bottom: 8px;
    color: #fff;
    font-weight: 300;
}
.top-bar-menu {
    float: right;
}
.top-bar-menu ul li {
    display: inline-block;
    padding-left: 21px;
    list-style: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}
.top-bar-menu ul li a {
    color: #fff;
}
.call-top {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    padding-top: 4px;
}
.menu {
    width: 100%;
}
.menu-container {
    margin: 0 auto;
    background: #f8f9f7; /* border-bottom: solid 1px #bfbfbe; box-shadow: 0px 0px 24px 0px rgba(0,0,0,.15); transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;*/
    z-index: 100;
    position: fixed;
    letter-spacing: 0;
    right: 0;
    left: 0;
    top: 30px;
}
.menu a.logo {
    display: inline-block;
    width: 20%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.85em;
}
.menu img {
    max-width: 100%;
    max-width: 240px;
}
.menu-mobile {
    display: none;
    padding: 20px;
}
.menu-mobile:after {
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}
.menu-dropdown-icon:before {
    content: "+";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}
.menu > ul {
    margin: 0 auto;
    width: 55%;
    list-style: none; /* padding: 0; position: relative; IF .menu position=relative -> ul=container width, ELSE ul=100% width */
    box-sizing: border-box;
    clear: right;
    float: left;
}
.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}
.menu > ul:after {
    clear: both;
}
.menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
}
.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 1.5em;
    display: block;
    font-weight: 700;
    color: #292b30;
    font-family: Lato, sans-serif;
    font-size: 15px;
    padding: 23px 21px;
    color: #42526e;
    border: none;
    transition: all 0.3s ease-in;
    color: #42526e;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}
.menu > ul > li a::after {
    font-size: 11px;
    text-align: right;
    padding-left: 2px;
    color: #dd2424;
}
.menu > ul > li:hover {
}
.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    box-shadow: rgba(53, 53, 53, 0.1) 0px 50px 100px, rgba(60, 60, 60, 0.15) 0px 15px 35px, rgba(0, 0, 0, 0.1) 0px 5px 15px; /* border-top:solid 2px #dd2424;*/
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}
.menu > ul > li > ul:after {
    clear: both;
}
.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}
.menu > ul > li > ul > li a {
    color: #292b30;
    padding: 0.81em 0;
    width: 90%;
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}
.menu > ul > li > ul > li a:hover {
    color: #dd2424;
}
.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 0px 0 0;
    list-style: none;
    box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}
.menu > ul > li > ul > li > ul:after {
    clear: both;
}
.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 3px 0;
    margin: 0;
    font-size: 0.8em;
}
.menu > ul > li > ul > li > ul > li a {
    border: 0;
    font-size: 14px;
}
.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1.25em 0;
} /* ––––––––––––––––––––––––––––––––––––––––––––––––––Mobile style's–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }
    .menu-container .menu {
        display: inline-block;
    }
    .menu-mobile {
        display: block;
        float: right;
        padding: 20px 20px 0;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
        width: 100%;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
        padding: 0 40px;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}
.elementor-button-wrapper {
    text-align: right;
    padding-right: 0px;
    padding-top: 1.2em;
    width: 25%;
    float: left;
}
.elementor-button-link {
    background: #e42815;
    border: 1px solid #df2516;
    color: #f4f5f7;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 0.875rem;
    height: 32px;
    line-height: 30px;
    padding: 0 16px;
    transition: all 250ms;
    font-weight: 500;
    font-size: 13px;
}
header {
    height: 100px;
    height: 100px;
    position: fixed;
    z-index: 999;
}
.alfanet-title {
    font-size: 2.25rem;
    line-height: 3.55rem;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0;
    font-weight: 600;
    color: #101010;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.full-width {
    width: 100%;
}
.red-bg {
    background: #e1141d;
    background: linear-gradient(90deg, rgb(224, 38, 38) 0%, rgb(221, 29, 37) 51%, rgb(225, 34, 42) 100%);
    padding-top: 64px;
    padding-bottom: 64px;
}
.half-width {
    width: 50%;
    float: left;
}
.red-bg li {
    list-style: none;
}
.white-col {
    padding-left: 36px;
    margin-top: 240px;
}
.interested h5 {
    color: #3c3c3b;
    font-weight: 300;
    font-size: 100%;
    line-height: 1.4;
    font-size: 1.15em;
}
.border-bottom-c2c2c2 {
    border-bottom: solid 1px #e7eae9;
}
.white-col h5 {
    color: #ffffff;
}
.stay-connected {
    margin-top: 36px;
    border-bottom: solid 1px #ffffff;
    padding-bottom: 4px;
}
.white-col p {
    font-size: 14px;
    font-weight: 200;
    margin-top: 30px;
    color: #ffffff;
}
.tally-modules-footer {
    border-top: solid 1px #e7eae9;
}
.tally-modules-footer h2,
.tally-modules-footer a h2 {
    color: #181818;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 3rem;
    display: block;
    line-height: 1.1;
    padding-top: 6.66667rem;
    -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0, 1);
    transition: color 0.3s cubic-bezier(0.4, 0, 0, 1);
    text-decoration: none;
}
.red-bg a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.8288889rem;
    line-height: 1.75em;
    font-family: "Open Sans", Sans-serif;
    font-weight: 300;
}
.margin-top-8 {
    margin-top: 8px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-64 {
    margin-top: 64px;
}
.margin-top-32 {
    margin-top: 32px;
}
.margin-bottom-64 {
    margin-bottom: 64px;
}
.margin-top-100 {
    margin-top: 100px;
}
.margin-top-164 {
    margin-top: 196px;
}
.txt-center {
    text-align: center;
}
.section-bg-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    padding-top: 264px;
    padding-bottom: 84px;
    position: relative;
    background-image: url(../images/training-min.jpg);
}
.tally-server-bg {
    background-image: url(../images/tally-server-9-min.jpg);
}
.tally-customization-bg {
    background-image: url(../images/customization-min.jpg);
}
.tally-training-bg {
    background-image: url(../images/training-min.jpg);
}
.data-sync-bg {
    background-image: url(../images/sync-min.jpg);
}
.tally-support-bg {
    background-image: url(../images/online_support-min.jpg);
}
.multi-location-bg {
    background-image: url(../images/multi-location_business-min.jpg);
}
.integration-bg {
    background-image: url(../images/integration-min.jpg);
}
.tally-payroll-bg {
    background-image: url(../images/payroll-min.jpg);
}
.tally-project-bg {
    background-image: url(../images/project-min.jpg);
}
.tally-school-bg {
    background-image: url(../images/school-min.jpg);
}
.sap-b1-bg {
    background-image: url(../images/sap-b1.jpg);
}
.sap-b1-planning-bg {
    background-image: url(../images/sap-b1-planning.jpg);
}
.sap-b1-production-bg {
    background-image: url(../images/sap-b1-production.jpg);
}
.sap-b1-purchase-bg {
    background-image: url(../images/sap-b1-purchase.jpg);
}
.sap-b1-sales-bg {
    background-image: url(../images/sap-b1-sales.jpg);
}
.sap-b1-crm-bg {
    background-image: url(../images/sap-b1-crm.jpg);
}
.property-management-bg {
    background-image: url(../images/property-management-system.jpg);
}
.hr-management-bg {
    background-image: url(../images/hr-payroll-management.jpg);
}
.facility-management-bg {
    background-image: url(../images/facility-management-system.jpg);
}
.color-overlay {
    -webkit-background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; /* background: #003f86; */
    z-index: -1;
    opacity: 0.65;
    background-color: rgb(0, 63, 134);
    background: -moz-linear-gradient(-45deg, #003f86 0%, #0c315a 36%, #3470b3 65%, #003f86 100%);
    background: -webkit-linear-gradient(-45deg, #003f86 0%, #0c315a 36%, #3470b3 65%, #003f86 100%);
    background: linear-gradient(135deg, #003f86 0%, #0c315a 36%, #3470b3 65%, #003f86 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f86', endColorstr='#003f86',GradientType=1 );
}
.pad-24-top-bot {
    padding: 24px 0px;
}
.image-over {
    position: absolute; /* top: 0; */
    z-index: 9;
}
.banner-content {
    position: relative;
    z-index: 12;
    color: #ffffff;
}
.padding-bottom-64 {
    padding-bottom: 64px;
}
.padding-top-64 {
    padding-top: 64px;
}
.light-grey-bg {
    background-color: #f8f9f7;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #333333;
    background: transparent;
}
.normal-sub li {
    line-height: 8px;
}
.red-text {
    color: #dd2424;
}
.margin-bottom-16 {
    margin-bottom: 16px;
}
.elementor-button-wrapper a:nth-child(1) {
    background: #f6821e;
    border: 1px solid #f6821e;
    margin-right: 4px;
}
.watsap a {
    z-index: 999;
    width: 67px;
    height: 67px;
    overflow: hidden;
    display: block;
    text-indent: -1000px;
    background: url(../images/whatsapp.png) no-repeat;
    position: fixed;
    right: 0;
    top: 50%;
}