@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');
* {
    scroll-behavior: smooth;
}

body {
    font-family: 'Rubik', sans-serif;
    background-color: #fcfafa;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: .94em;
    padding-left: 0.94em;
}

.container-fluid {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}

header {
    background-color: #ffffff;
    z-index: 99999;
    width: 100%;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

.sticky-menu {
    display: none;
}

.sticky {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 1px 0px 12px #d3d1d1;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.sticky #navbarCollapse {
    position: relative;
    bottom: 0px;
}

header .navbar-brand img {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.sticky .navbar-brand img {
    height: 60px;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
    line-height: 26px;
}

.navbar-light .navbar-nav .nav-link {
    color: #2c313a !important;
    font-weight: 400;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #2c313a;
    font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.nav-item.nav-link img {
    width: 120px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #e81425 !important;
}

#navbarCollapse {
    position: relative;
    bottom: 25px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.banner {
    background: repeating-linear-gradient(90deg, #363233, #000000 1px, #000000 165px);
    position: relative;
    height: 700px;
}

.banner-content {
    color: #ffffff;
}

.banner-content h2 {
    font-size: 44px;
    font-weight: 400;
}

.banner-content h3 {
    font-size: 38px;
    font-weight: 400;
}

.banner-content p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    width: 320px;
}

#demo {
    position: absolute;
    /* margin-left: auto; */
    right: 0;
    top: -50px;
    width: 100%;
}

.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 25%;
    left: -35%;
    margin: 0 auto;
    /* text-align: center; */
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.black-color {
    color: #221e1f;
}

.red-color {
    color: #e00c1e;
}

.footer-banner.row {
    margin: 0px;
}

.banner-contact {}

.banner-contact p {
    color: #ff1428;
    font-weight: 400;
    font-size: 16px;
}

.banner-contact ul {
    padding: 0;
}

.banner-contact li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}

.banner-contact a {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
}

.banner-contact a:hover {
    color: #ff1428;
}

.about {
    background-color: #fcfafa;
    padding: 100px 0 50px;
}

.about p {
    color: #464344;
    font-size: 14px;
    font-weight: 400;
}

.primary-header {
    padding-bottom: 10px;
}

.primary-header h3 {
    color: #e00c1e;
    font-size: 32px;
    font-weight: 400;
}

.primary-header h4 {
    color: #221e1f;
    font-size: 28px;
    font-weight: 400;
}

.btn-contact {
    display: inline-block;
    padding: .375rem .75rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 0;
}

.btn-contact:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #de091b;
    z-index: -2;
}

.btn-contact:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #000000;
    transition: all .3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: -1;
}

.btn-contact:hover {
    color: #fff;
}

.btn-contact:hover:before {
    width: 100%;
}

.service {
    padding: 50px 0;
    position: relative;
}

.service-box {
    position: relative;
    background-color: #fff;
    padding: 20px 20px;
    box-shadow: 0px 0px 10px #eaeaea;
    min-height: 175px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.service-box:hover {
    box-shadow: 0px 0px 20px #ded6d6;
}

.text-bold {
    font-weight: 500;
}

.service-box img {
    padding-bottom: 10px;
}

.service-offer {
    background-color: #221e1f;
    padding: 10px 40px;
    position: absolute;
    right: 0;
    bottom: 50px;
}

.service-box p {
    margin-bottom: 0;
}

.service-offer h3 {
    color: #fff;
    display: inline-block;
    border-bottom: solid 1px #3e3a3b;
}

.service-offer li {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 5px;
}

.features {
    position: relative;
}

.feature-slider {
    background: repeating-linear-gradient(90deg, #c70818, #de091b 1px, #de091b 165px);
    padding: 50px 0px 50px 50px;
    margin-right: 50px;
}

.carousel-control-next-icon {
    background-image: url("../img/feature-right-arrow-w.png");
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.carousel-control-next-icon:hover {
    background-image: url("../img/feature-right-arrow.png");
}

.carousel-control-prev-icon {
    background-image: url("../img/feature-left-arrow-w.png");
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.carousel-control-prev-icon:hover {
    background-image: url("../img/feature-left-arrow.png");
}

.secondary-title {
    padding-bottom: 20px;
}

.secondary-title h3 {
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
}

.secondary-title p {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 5px;
}

.multi-item p {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
}

.multi-slider {
    margin: 0;
}

.multi-item {
    width: 20%;
    float: left;
    padding-bottom: 50px;
}

.multi-item img {
    margin-bottom: 20px;
    height: 55px;
}

.carousel-control-next {
    right: 0 !important;
}

.carousel-control-prev {
    left: 90%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 17px;
    height: 30px;
}

.software-integration {
    position: initial;
    right: 0px;
    top: 510px;
}

.software-integration-content {
    background-color: #fff;
    padding: 40px;
}

.software-arrow {
    background-image: url("../img/right-arrow.png");
    background-repeat: no-repeat;
    background-position: right;
    height: 14px;
}

.software-arrow:hover {
    background-image: url("../img/right-arrow-w.png");
}

.software-integration-content li {
    color: #464344;
    line-height: 40px;
    font-size: 15px;
    font-weight: 400;
}

.integration {
    position: absolute;
    background: #000000;
    width: 70%;
    left: 40px;
    margin: 0 auto;
    /* text-align: center; */
    padding: 20px;
    bottom: -51px;
    vertical-align: center;
}

.integration h3 {
    color: #ffffff;
    font-size: 26px;
    padding-bottom: 10px;
    border-bottom: solid 1px #3e3a3b;
}

.integration p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.media-body.integrat-list-content {
    flex: 1;
}

.Software-Integration-list .media {
    align-items: baseline;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: start;
    align-items: baseline;
    justify-content: flex-end;
}

.company-logos {
    width: 70%;
    float: right;
    padding: 0px 20px;
}

.company-logo1 {
    background-image: url("../img/microsoft-gray.png");
    height: 42px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.company-logo1:hover {
    background-image: url("../img/microsoft.png");
    -ms-transform: scale(1.1);
    /* IE 9 */
    transform: scale(1.1);
    /* Standard syntax */
}

.company-logo2 {
    background-image: url("../img/mailchimp-gray.png");
    height: 42px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.company-logo2:hover {
    background-image: url("../img/mailchimp.png");
    -ms-transform: scale(1.1);
    /* IE 9 */
    transform: scale(1.1);
    /* Standard syntax */
}

.company-logo3 {
    background-image: url("../img/constant-contact-gray.png");
    height: 42px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.company-logo3:hover {
    background-image: url("../img/constant-contact.png");
    -ms-transform: scale(1.1);
    /* IE 9 */
    transform: scale(1.1);
    /* Standard syntax */
}

.company-logo4 {
    background-image: url("../img/bim-gray.png");
    height: 42px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.company-logo4:hover {
    background-image: url("../img/bim.png");
    -ms-transform: scale(1.1);
    /* IE 9 */
    transform: scale(1.1);
    /* Standard syntax */
}
.company-logo5 {
    background-image: url("../img/micrsoft-nav-gray.png");
    height: 42px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.company-logo5:hover {
    background-image: url("../img/micrsoft-nav.png");
    -ms-transform: scale(1.1);
    /* IE 9 */
    transform: scale(1.1);
    /* Standard syntax */
}
.company-logo6 {
    background-image: url("../img/microsoft-bi-gray.png");
    height: 42px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.company-logo6:hover {
    background-image: url("../img/microsoft-bi.png");
    -ms-transform: scale(1.1);
    /* IE 9 */
    transform: scale(1.1);
    /* Standard syntax */
}
.company-logo7 {
    background-image: url("../img/hubspot-gray.png");
    height: 42px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.company-logo7:hover {
    background-image: url("../img/hubspot.png");
    -ms-transform: scale(1.1);
    /* IE 9 */
    transform: scale(1.1);
    /* Standard syntax */
}
.company-logo8 {
    background-image: url("../img/quickbook-gray.png");
    height: 42px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.company-logo8:hover {
    background-image: url("../img/quickbook.png");
    -ms-transform: scale(1.1);
    /* IE 9 */
    transform: scale(1.1);
    /* Standard syntax */
}
.company-logo9 {
    background-image: url("../img/sage-gray.png");
    height: 42px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.company-logo9:hover {
    background-image: url("../img/sage.png");
    -ms-transform: scale(1.1);
    /* IE 9 */
    transform: scale(1.1);
    /* Standard syntax */
}

.company-row {
    align-items: center;
    padding-top: 10px;
}

.software-integration .container-fluid {
    padding-right: 15px;
}

.flow-chart {
    padding: 50px 0px;
	background: #f7f9f9;
}
.chart-img{
	width:100%;
}

.suitable {
    position: relative;
}

.cms {
    background-color: #ffffff;
    padding: 100px 0px;
    width: 80%;
    box-shadow: 1px 1px 8px #eeeeee;
	margin-top: 150px;
}

.cms-content {
    width: 55%;
}

.requirements {
    padding: 20px 50px 0;
    margin: 0px auto;
    text-align: center;
    align-items: center;
}

.requirement-list {
    text-align: center;
    border: solid 1px #eae4e4;
    padding: 20px 10px;
    margin-bottom: 20px;
    min-height: 165px;
    background-size: 100% 200%;
    box-shadow: 0px 0px 30px rgb(234 228 228 / 0.15);
    background-image: linear-gradient(to bottom, #ffffff 50%, #de091b 50%);
    -webkit-transition: background-position .5s;
    -moz-transition: background-position .5s;
    transition: background-position .5s;
}

.requirement-list:hover {
    background-position: 0 -100%;
}

a:hover {
    text-decoration: none;
}

.requirement-list p {
    padding-top: 20px;
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.requirement-list:hover p {
    color: #ffffff;
}

.requirement-list:hover .single-company {
    background-image: url(../img/single-company-w.png);
}

.single-company {
    background-image: url(../img/single-company.png);
    height: 56px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.single-family {
    background-image: url(../img/single-family.png);
    height: 56px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.requirement-list:hover .single-family {
    background-image: url(../img/single-family-w.png);
}

.multi-family {
    background-image: url(../img/multi-family.png);
    height: 56px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.requirement-list:hover .multi-family {
    background-image: url(../img/multi-family-w.png);
}

.multi-builder {
    background-image: url(../img/multi-unit.png);
    height: 56px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.requirement-list:hover .multi-builder {
    background-image: url(../img/multi-unit-w.png);
}

.multi-company {
    background-image: url(../img/multi-company.png);
    height: 56px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.requirement-list:hover .multi-company {
    background-image: url(../img/multi-company-w.png);
}

.download {
    background-image: url(../img/download.png);
    height: 56px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.requirement-list:hover .download {
    background-image: url(../img/download-w.png);
}

.cms p {
    color: #676565;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.csm-table {
    background-color: #ffffff;
    position: absolute;
    top: 80px;
    right: 0;
    padding: 20px;
    box-shadow: 1px 1px 12px #eeeeee;
}

.csm-table img {
    max-width: 620px;
}

.take-tour {
    background-color: #000000;
    height: 90px;
    width: 90px;
    padding-top: 20px;
    text-align: center;
    border-radius: 50%;
    margin: 0px auto;
    position: absolute;
    /* top: 10px; */
    bottom: -50px;
    left: 0;
    right: 0;
    /* Firefox */
    -moz-transition: all 0.6s ease;
    /* WebKit */
    -webkit-transition: all 0.6s ease;
    /* Opera */
    -o-transition: all 0.6s ease;
    /* Standard */
    transition: all 0.6s ease;
}

.take-tour:hover {
    background-color: #de091b;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
}

.take-tour a {
    color: #fff;
}

.take-tour a:hover {
    text-decoration: none;
}

.superintendents {
    background: repeating-linear-gradient(90deg, #c70818, #de091b 1px, #de091b 165px);
    padding: 50px 0px;
    margin: 0px 0 0 50px;
}

.superintendents-list p {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
}

.superintendents-list {
    padding-top: 10px;
}

.superintendents-list img {
    margin-bottom: 20px;
    height: 45px;
}
.flow-logo img {
    height: 70px;
}
footer {
    background: repeating-linear-gradient(90deg, #363233, #000000 1px, #000000 165px);
    padding: 150px 0 50px;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: start;
    align-items: center;
    justify-content: flex-start;
}

.footer-menu {
    column-count: 2;
}

footer p {
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

footer a {
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

footer a:hover {
    color: #de091b;
    text-decoration: none;
}

.footer-address li {
    text-align: left;
}

.footer-map {
    position: relative;
}

.feedback {
    background-color: #ffffff;
    padding: 30px;
    position: absolute;
    top: 50px;
    width: 80%;
}

.footer-map {
    background-image: url("../img/footer-map.png");
    position: relative;
    min-height: 500px;
}

.footer-map::before {
    background-color: rgb(252 250 250 / .7);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.feedback-row {
    align-items: flex-end;
}

.feedback p {
    color: #676565;
    font-size: 15px;
    font-weight: 400;
    width: 60%;
    padding-top: 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1em;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #d8d1d2;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::placeholder {
    color: #464344;
    font-size: 15px;
    font-weight: 400;
}


/*validation css*/

.form-group {
    position: relative;
}

form.cmxform label.error,
label.error {
    font-size: 12px;
    color: red;
    width: 100%;
    position: absolute;
}

div.error {
    display: none;
}

input {
    border: 1px solid black;
}

input.checkbox {
    border: none
}

input:focus {
    border: 1px dotted black;
}

input-group.error {
    border: 1px dotted red;
}

form.cmxform .gray * {
    color: gray;
}


/*validation css*/

.carousel-control-prev,
.carousel-control-next {
    align-items: flex-end;
    ;
    /* Aligns it at the bottom */
    opacity: 1;
    width: 5%;
}

.service-offer img {
    padding-right: 5px;
}

.Software-Integration-list img {
    padding-right: 5px;
}

.footer-address img {
    padding-right: 5px;
    height: 20px;
}

.footer-address-list {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.footer-address-img {
    float: left;
}

.footer-address-content {
    float: left;
}

.animate__animated.animate__bounce {
    --animate-duration: 2s;
}

.indi-h1 {
    color: #000;
    font-size: 32px;
    font-weight: 500;
}

.indi-h1 img {
    margin-bottom: 5px;
}

.custom-carousel-control {
    background-color: #f7f9fa;
    padding: 32px 20px;
    align-items: center;
    justify-content: center;
}

#demo .carousel-indicators {
    display: none !important;
}

span.total-count {
    color: #c8c0c1;
}

a.carousel-control-custom-prev-next img {
    padding-left: 20px;
    vertical-align: text-bottom;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

a.carousel-control-custom-prev-next img:hover {
    padding-left: 25px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.banner-contact {
    padding: 20px 20px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-item {
    border-bottom: solid 1px #ccc;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: .125rem 0 0;
    border-top: solid 3px #dd1223;
    font-size: 1rem;
    color: #2c313a !important;
    font-weight: 400;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #da1122;
    text-decoration: none;
    background-color: #f8f9fa;
}

.number-count img {
    height: 640px;
    width: 100%;
    object-fit: cover;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
}

footer li {
    padding-bottom: 10px;
}

.media-body {
    /* -webkit-box-flex: 1; */
    -ms-flex: unset;
    flex: unset;
}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

header .navbar-brand img {
    height: 60px;
}

#demo {
    top: 0;
}

#navbarCollapse {
    bottom: 0;
}

.banner {
    height: 743px;
}

.banner-content p {
    width: 676px;
}

.banner-content {
    width: max-content;
    padding: 1.2em 1.5em;
    background: #3333332b;
    border-radius: .2em;
}

#demo {
    width: 100%;
}

.carousel-caption {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: max-content;
}

.banner-content h2 {
    font-size: 48px;
}

.banner-content p {
    font-size: 19px;
}
button.owl-prev {
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 1em;
}
button.owl-next {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 1em;
}
.owl-prev span, .owl-next  span{
    font-size: 2em;
    color: #e21324;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    padding: 0 40px;
}
.owl-prev span:focus, .owl-next  span:focus{
    border:none;
	outline:none;
}
.item {
    width: auto !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}
button.owl-prev:focus{
	border:none !important;
	outline:none;
}
button.owl-next:focus{
	border:none !important;
	outline:none;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    padding: 0 40px;
}

@media screen and (min-width: 1800px) {
    /* .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 20px;
} */
    .nav-item.nav-link img {
        width: 100%;
    }
    #demo {
        width: 100%;
    }
    /* .banner {
    height: 32em;
} */
    /* .banner-contact p {
    font-size: 20px;
}
.banner-contact a {
    font-size: 22px;
} */
    /* .number-count img {
    height: 29em;
} */
    /* .banner-content h2 {
    font-size: 56px;
    }
    .banner-content h3 {
    font-size: 48px;
} */
    .banner-content p {
        /* font-size: 20px; */
        width: 400px;
    }
    /* .indi-h1 {
    font-size: 38px;
    }
    .about p {
    font-size: 18px;
}
.service-offer li {
    font-size: 18px;
    padding-bottom: 10px;
}
.primary-header h3 {
    font-size: 38px;
}
.primary-header h4 {
    font-size: 32px;
}
.secondary-title p {
    font-size: 18px;
    margin-bottom: 10px;
}
.secondary-title h3 {
    font-size: 38px;
    } */
    .software-integration {
        /* top: 620px; */
        width: 70%;
    }
    .software-integration-content li {
        font-size: 18px;
        line-height: 48px;
    }
    /* .multi-item p {
    font-size: 18px;
}
.integration p {
    font-size: 17px;
} */
    .flow-chart {
        margin-top: 490px;
    }
    .take-tour {
        font-size: 18px;
        height: 100px;
        width: 100px;
        padding-top: 25px;
    }
    .superintendents-list p {
        font-size: 18px;
    }
    .cms p {
        font-size: 18px;
    }
    .csm-table img {
        max-width: 100%;
    }
    .feedback {
        /* top: 100px; */
    }
    .form-control {
        font-size: 1em;
    }
    .feedback p {
        font-size: 18px;
    }
    form.cmxform label.error,
    label.error {
        font-size: 14px;
    }
    footer p {
        font-size: 18px;
    }
    footer a {
        font-family: 'Rubik', sans-serif;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
    }
	
}

@media screen and (max-width: 1366px) {
    #demo {
        width: 100%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 15px;
    }
    .service-offer {
        padding: 10px 20px;
    }
    .footer-map {
        background-image: url("../img/footer-map.png");
        position: relative;
        min-height: 400px;
    }
    .footer-map::before {
        background-color: rgb(252 250 250 / .7);
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
    }
    .csm-table img {
        max-width: 620px;
    }
	footer a {
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}
	
}
@media screen and (max-width: 1200px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .banner {
        height: auto;
        /* max-height: 630px; */
        min-height: 708px;
    }
    .carousel-caption {
        position: absolute;
        right: 5%;
        bottom: 25%;
        left: 10%;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    #demo {
        position: absolute;
        right: 0;
        top: 0px;
        width: 100%;
    }
    .number-count img {
        max-width: 100%;
        height: 605px;
    }
    #navbarCollapse {
        bottom: 0px;
    }
    .indi-h1 img {
        width: 50px;
        vertical-align: middle;
    }
    .indi-h1 {
        font-size: 22px;
    }
    .service-offer {
        padding: 10px 10px;
    }
    .service-box {
        min-height: 200px;
    }
    .cms-content {
        width: 60%;
    }
    .csm-table img {
        max-width: 400px;
    }
    .feature-slider {
        margin-right: 0;
    }
    .software-integration {
        position: unset;
        right: 0px;
        top: 590px;
        margin-top: 30px;
    }
    .requirements {
        padding: 20px 0px;
    }
    .integration {
        width: 90%;
        left: 8px;
    }
    .footer-map {
        position: relative;
        min-height: 500px;
    }
    .nav-item.nav-link img {
        width: 100px;
    }
    .navbar-brand img {
        width: 60px;
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .software-integration-content {
        padding: 30px;
    }
    .service-offer li {
        font-size: 12px;
    }
    footer {
        padding: 120px 0 50px;
    }
    .footer-address img {
        padding-right: 5px;
        height: 20px;
        padding-left: 40px;
    }
    .banner-content {
        width: 100%;
    }
footer a {
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}
}

@media screen and (max-width: 1020px) {
    .service-offer {
        position: unset;
        margin: 15px;
        display: inline-block;
    }
    .feedback p {
        width: 80%;
    }
    .banner-content h2 {
        font-size: 24px;
    }
    .banner-content h3 {
        font-size: 20px;
    }
    .banner-content p {
        font-size: 14px;
        margin-bottom: 10px;
    }
	footer{
		padding:120px 0;
	}
}

@media screen and (max-width: 900px) {
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(215 17 33)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    button:focus {
        outline: none !important;
    }
    .navbar-light .navbar-toggler-icon:focus {
        outline: none !important;
    }
    .navbar-light .navbar-toggler {
        border: none;
    }
    .sticky {
        display: none !important;
    }
    .csm-table img {
        max-width: 220px;
    }
    .integration h3 {
        font-size: 20px;
    }
    #demo {
        position: absolute;
        right: 0;
        top: -8px;
        width: 100%;
    }
    .carousel-caption {
        position: absolute;
        right: 5%;
        bottom: 25%;
        left: 30px;
    }
    .banner {
        height: auto;
        min-height: 598px;
    }
    .number-count img {
        max-width: 100%;
        height: 500px;
    }
    .about {
        padding: 50px 0 0;
    }
    .superintendents {
        padding: 50px 0;
    }
    .feature-slider {
        padding: 50px 0px 50px 50px;
    }
    .cms {
        padding: 50px 0;
    }
	footer{
		padding:50px 0;
	}
    .footer-map::before {
        background-color: transparent;
    }
    img.footer-logo {
        /* width: 50px; */
        padding-right: 10px;
    }
    .footer-address img {
        padding-right: 5px;
        height: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        height: 560px;
    }
    #demo {
        position: absolute;
        /* margin-left: auto; */
        right: 0;
        top: 0px;
        width: 100%;
    }
    .carousel-caption {
        bottom: 35%;
    }
    .number-count img {
        max-width: 100%;
    }
    .navbar-nav {
        margin-top: 20px;
    }
    .carousel-control-prev {
        left: 75%;
    }
    .csm-table img {
        max-width: 300px;
    }
    .service-box {
        margin-bottom: 20px;
    }
    .service-offer {
        position: initial;
        margin: 0px;
        width: 100%;
        padding: 15px 10px;
    }
    .superintendents {
        margin: 0;
    }
    .feedback {
        position: unset;
        width: 100%;
        padding: 30px 0;
    }
    .footer-list {
        padding-bottom: 20px;
    }
    footer a {
        font-size: 12px;
    }
    .footer-logo img {
        width: 60px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .banner-content {
        width: min-content;
        min-width: 270px;
    }
    ul.navbar-nav.ml-auto {
        margin-top: 35px;
        background-color: #fff;
        z-index: 99999;
    }
    .banner {
        min-height: 470px;
        height: auto;
    }
    #demo {
        width: 100%;
        top: 0px;
    }
    .banner-content {
        top: 10%;
    }
    .carousel-caption {
        bottom: 0px;
        /* background-color: rgb(23 22 22 / 0.2); */
        padding: 15px;
        left: 5%;
        right: 5%;
    }
    .custom-carousel-control {
        padding: 0;
    }
    .banner-content h2 {
        font-size: 20px;
    }
    .banner-content h3 {
        font-size: 18px;
    }
    .banner-content p {
        width: auto;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .number-count img {
        width: 100%;
        /* max-width: 100%; */
        height: 350px;
        object-fit: cover;
    }
    .about {
        padding: 80px 0 0;
    }
    .cms {
        padding: 50px 0px;
    }
    .feature-slider {
        padding: 50px 0px 50px 15px;
    }
    .multi-item {
        width: 50%;
        float: left;
        padding-bottom: 10px;
    }
    .software-integration {
        position: unset;
        margin: 0;
    }
    .software-integration-content {
        margin-top: 30px;
    }
    .service-box {
        min-height: auto;
    }
    .integration {
        position: absolute;
        left: 0;
        margin: 20px 0px;
        width: 100%;
    }
    
    .form-group .btn-contact {
        float: right;
    }
    .carousel-control-next {
        right: 5% !important;
    }
	.flow-logo img {
    height: 60px;
}
    .csm-table {
        position: initial;
        margin-top: 20px;
    }
    .cms {
        width: 100%;
    }
    .cms-content {
        width: 100%;
    }
    .company-logos {
        width: 100%;
        padding: 20px 20px;
    }
    .superintendents {
        padding: 50px 0;
    }
    .requirements {
        padding: 20px 0px 0;
    }
    .requirement-list {
        min-height: auto;
    }
    .requirement-list p {
        padding-top: 0px;
        height: auto;
    }
    .service {
        padding: 20px 0 0;
    }
    .service-box {
        margin-bottom: 20px;
    }
    .csm-table img {
        max-width: 100%;
    }
    .take-tour {
        height: 70px;
        width: 70px;
        bottom: 20px;
        padding-top: 12px;
    }
    .take-tour a {
        font-size: 14px;
    }
    footer {
        padding: 50px 0 50px;
    }
    .footer-address li {
        text-align: left;
    }
    .media {
        justify-content: flex-start !Important;
    }
    .Software-Integration-list .media {
        align-items: baseline;
    }
    .footer-address img {
        padding-right: 5px;
        height: 20px;
        padding-left: 0px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        bottom: -27px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    
}

@media (min-width: 1630px) {
    body {
        font-size: larger;
    }
    .nav-link {
        font-size: 1em !important;
        /* padding: 2em 1em !important; */
    }
    .csm-table img {
        width: 38.75em;
    }
    /* For large screen */
    .form-control {
        padding: .375em .75em;
    }
    .footer-logo {
        width: 6.35em;
    }
    .primary-header h3,
    .secondary-title h3 {
        font-size: 2em;
    }
    .primary-header h4 {
        font-size: 1.75em;
    }
    .about p,
    .secondary-title p,
    .multi-item p,
    .feedback p,
    .superintendents-list p,
    .integration p {
        font-size: 0.94em;
    }
    .cms p {
        font-size: 0.88em;
    }
    .btn-contact {
        font-size: 0.88em;
        padding: .45em .87em;
    }
    .service-offer h3 {
        font-size: 1.75em;
    }
    .service-offer li {
        font-size: 0.87em;
        padding-bottom: .3em;
    }
    .software-integration-content li {
        padding-bottom: 0;
        font-size: 0.94em;
    }
    .service-box {
        padding: 1.21em;
        box-shadow: 0 0 0.7em #eaeaea;
        min-height: 11em;
    }
    .service-offer img {
        width: .95em;
        padding-right: 0.3125em;
    }
    .service-offer {
        padding: .7em 2.5em;
        bottom: 3.125em;
    }
    .multi-item img {
        height: 3.45em;
    }
    .multi-item {
        padding-bottom: 3.14em;
    }
    .feature-slider {
        padding: 1.95em 0 3.14em 3.14em;
        margin-right: 3.14em;
        align-self: flex-start !important;
    }
    .Software-Integration-list img {
        width: .85em;
        padding-right: 0.3125em;
    }
    .company-logo1,
    .company-logo2,
    .company-logo3,
    .company-logo4,
	.company-logo5,
	.company-logo6,
	.company-logo7,
	.company-logo8,
	.company-logo9
	{
        height: 2.6em;
    }
    li {
        line-height: 1.85em;
    }
    .software-integration-content li {
        line-height: 2.9em;
    }
    .requirement-list {
        padding: 1.28em 0.8em;
        margin-bottom: 1.28em;
        min-height: 10.4em;
    }
    .multi-family,
    .single-family,
    .multi-builder,
    .single-company,
    .multi-company,
    .download {
        height: 3.5em;
    }
    h4 {
        font-size: 1.5em;
    }
    .feedback {
        position: relative;
        padding: 1.9em;
        top: 3.1em;
    }
    footer a,
    footer p {
        font-size: 0.87em;
    }
    .footer-address img {
        height: 1.45em;
        padding-right: .4em;
    }
    #key-features {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
    }
    .software-integration {
        position: relative;
        top: unset;
        bottom: 2em;
        width: 80%;
    }
    .flow-chart {
		padding: 3.25em 0;
        margin: 0;
    }
	.flow-logo img {
    height: 5em;
}
    .footer li {
        padding-bottom: .65em;
    }
    footer {
        padding: 9.4em 0 3.1em;
    }
    .container-fluid {
        padding: 0 3.1em;
    }
    .form-control {
        line-height: 1.5em;
    }
    .form-control::placeholder {
        font-size: 1em !important;
    }
    .superintendents-list img {
        height: 2.8em;
        margin-bottom: 1.25em;
    }
    .form-group,
    p {
        margin-bottom: 1em;
    }
    .integration h3 {
        font-size: 1.15em;
        padding-bottom: .4em;
    }
    .banner-content h2 {
        font-size: 3em;
    }
    .banner-content h3 {
        font-size: 2.37em;
    }
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.2em;
        margin-bottom: .3em;
    }
    .banner-content p {
        font-size: 1.22em;
        margin-top: 1.18em;
        /* width: 18em; */
        width: 40em;
    }
    .banner-contact p {
        font-size: 1em;
    }
    .banner-contact a {
        font-size: 1.13em;
    }
    .banner-contact {
        padding: 1.3em 1.3em;
    }
    .custom-carousel-control {
        padding: 2em 1.3em;
    }
    .about {
        padding: 6.25em 0 3.12em;
    }
    .primary-header {
        padding-bottom: .7em;
    }
    .service {
        padding: 3.12em 0;
    }
    .secondary-title {
        padding-bottom: 1.2em;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 1.1em;
        height: 1.9em;
    }
    .integration {
        padding: 1.3em;
        bottom: -3.215em;
        left: 2.5em;
    }
    .software-integration-content {
        padding: 2.5em;
    }
    .cms {
		margin-top: 0;
        padding: 6.25em 0;
        box-shadow: 1px 1px 0.6em #eeeeee;
    }
    .requirements {
        padding: 1.2em 3.12em 0;
    }
    .requirement-list p {
        padding-top: 1.2em;
        height: 4.2em;
    }
    .single-family {
        background-size: 2.75em;
    }
    .multi-family {
        background-size: 3.15em;
    }
    .multi-builder {
        background-size: 2.55em;
    }
    .single-company {
        background-size: 2.90em;
    }
    .multi-company {
        background-size: 3.3em;
    }
    .download {
        background-size: 2.1em;
    }
    .csm-table {
        padding: 1.2em;
        box-shadow: 1px 1px 0.8em #eeeeee;
        top: 5em;
    }
    .take-tour {
        height: 5.625em;
        width: 5.625em;
        padding-top: 1.2em;
        font-size: 1em;
        bottom: -3.1em;
    }
    .superintendents {
        padding: 3.25em 0;
        margin: 0 0 0 3.15em;
    }
    .partNew {
        width: 4em;
        padding-bottom: .625em;
    }
    .oneNew {
        width: 3.15em;
    }
    .integNew {
        width: 3.1em;
    }
    .software-arrow {
        height: 0.86em;
        background-size: 1.3em;
    }
    .indi-h1 {
        font-size: 2em;
    }
    .number-count img {
        height: 40em;
    }
    .banner {
        height: 46.75em;
    }
    /* #demo {
        top: -3.125em;
    } */
    .navbar-brand {
        padding-top: 0.27em;
        padding-bottom: .27em;
        margin-right: 1em;
        font-size: 1.25em;
    }
    /* .navbar-brand img {
        width: 5.53em;
    } */
    .sticky .navbar-brand img {
        width: unset;
        height: 3.1em;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1em;
        padding-left: 1em;
        padding: .5em 1em;
    }
    #navbarCollapse {
        bottom: 0;
    }
    .difApp.mb-3 {
        margin-bottom: 1em!important;
    }
    /* .captDiv iframe{
        width: 18.95em !important;
        height: 4.87em !important;
    } */
    .numIcon {
        width: .9em;
    }
    .mailIcon {
        width: 1em;
    }
    .carousel-control-custom-prev-next img {
        width: 4em;
    }
    .indi-h1 img {
        width: 3.4em;
    }
    .g-recaptcha {
        transform: scale(1.17);
        -webkit-transform: scale(1.17);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        position: relative;
    }
    form.cmxform label.error,
    label.error {
        font-size: .75em;
        margin-bottom: .5em;
        line-height: 1.5em;
    }
    header .navbar-brand img {
        height: 3em;
    }
    .service-box img {
        padding-bottom: 0.65em;
    }
	.nav-button.owl-prev img {
    width: 1.1em;
}
button.owl-prev {
    position: absolute;
    top: 1em;
}
}

@media (min-width: 2100px) {
    body {
        font-size: x-large;
    }
}

@media (min-width: 2570px) {
    body {
        font-size: xx-large !important;
    }
    .g-recaptcha {
        transform: scale(1.77);
        -webkit-transform: scale(1.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        top: -100px;
    }
    .integration h3 {
        font-size: 1.55em;
        padding-bottom: .4em;
    }
}

@media (min-width: 3840px) {
    body {
        font-size: 271% !important;
    }
    .g-recaptcha {
        transform: scale(2.3);
        -webkit-transform: scale(2.3);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        top: -130px;
    }
}

.difApp {
    font-size: 1.06em;
    font-weight: 500;
}