<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap);
img {
    font-family: Roboto, sans-serif!important
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    width: 100%;
    min-height: 100%
}

body {
    font-family: 'Open Sans', sans-serif!important;
    background-color: #fff;
}

.sticky-top {
    top: 100px;
}

.blog-single-page {
    background-color: #fff!important
}

.blog-display {
    display: none
}


/* .container {
    max-width: 1600px
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #292d34;
    font-family: 'Open Sans', sans-serif!important
}

h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.02em
}

h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 35px
}

img {
    max-width: 100%
}

.color1 {
    color: #ae6ae3!important
}

.color2 {
    color: #5a5dc3!important
}

.background2 {
    background: #5a5dc3!important
}

.color3 {
    color: #e82127!important
}

.background3 {
    background: #e82127!important
}

.color4 {
    color: #f5c143!important;
    text-transform: capitalize;
}

.background4 {
    background: #f5c143!important
}


/* .color5 {
    color: #e82127!important
} */


/* FIXED: Updated color5 with accessible contrast */

.color5 {
    color: #C41E3A!important;
    /* Darker red for better contrast (4.5:1 ratio) */
    text-decoration: none;
    /* Remove default underline if needed */
    transition: color 0.2s ease;
}

.color5:hover,
.color5:focus {
    color: #B71C1C!important;
    /* Even darker on hover/focus */
    text-decoration: underline;
    /* Add underline on hover for clarity */
}


/* Optional: Enhanced accessibility version */

.color5-enhanced {
    color: #C41E3A!important;
    text-decoration: underline;
    font-weight: 500;
    /* Slightly bolder for better visibility */
}

.color5-enhanced:hover,
.color5-enhanced:focus {
    color: #B71C1C!important;
    background-color: rgba(196, 30, 58, 0.1);
    /* Light background on hover */
    outline: 2px solid #C41E3A;
    outline-offset: 2px;
}

.background5 {
    background: #786ce6!important
}

.color6 {
    color: #e9712f!important
}

.background6 {
    background: #e9712f!important
}

.color7 {
    color: #48d1c9!important
}

.background7 {
    background: #48d1c9!important
}

.header-br {
    display: none
}

p {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif!important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.01em;
    color: #292d34
}

.header-tex {
    padding: 20px 20px
}


/**************** Top Menu Bar ****************/

.bsnav-sticky.bsnav-sticky-slide {
    padding: 12px 15px;
    background: #FCFCFC !important;
}

.bsnav-sticky.bsnav-sticky-slide a {
    color: #3d3d3d;
}

.bsnav-sticky-slide .navbar-nav .nav-link {
    color: #2C2B30;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 15px !important;
    margin: 0px 0px 0 6px;
    /* text-transform: uppercase; */
}

.navbar-nav .nav-item.active&gt;.nav-link,
.navbar-nav .nav-item:hover&gt;.nav-link {
    color: #261465;
}

.navbar-nav .nav-item.active&gt;.nav-link {
    font-weight: 600;
}

.navbar-brand img {
    max-width: 150px;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in {
    background: #FCFCFC !important;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05), inset 0 -0.5px 0 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05), inset 0 -0.5px 0 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05), inset 0 -0.5px 0 0 rgba(0, 0, 0, 0.1);
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-nav {
    margin-top: 0;
}

.btn_1 {
    background-color: #4b58df;
    border-radius: 25px;
    padding: 11.5px 33px;
    color: #fff;
    text-transform: uppercase;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in .topnav {
    display: none;
}

.btn_1:hover {
    background: #000000;
    color: #fff;
}

.bsnav .navbar {
    padding: 0;
}


/* .loginlast {
    order: 20;
} */


/* .loginlast a {
    background: #ff8f99;
    border-radius: 6px;
    text-transform: uppercase;
} */


/* .loginlast a:hover {
    background: #f86572;
} */

.bsnav-sticky-slide .navbar-nav .loginlast a.nav-link {
    color: #f2f3f4 !important;
}


/**************** Top Menu Bar end ****************/


/**************** Mob menu sidebar start ****************/

.offcanvas-start {
    top: 0;
    left: 0;
    width: 320px;
    border-right: 1pxsolidrgba(0, 0, 0, .2);
    transform: translateX(-100%);
}


/**************** Mob menu sidebar end ****************/

a {
    text-decoration: none
}

a:hover {
    text-decoration: none;
    transition: .3s ease-in-out
}

ul {
    list-style: none
}

.no-pad {
    padding: 0!important
}

.no-spacing {
    margin: 0!important
}

.no-pad-rt {
    padding-right: 0!important
}

.no-pad-lft {
    padding-left: 0!important
}

.no-floting {
    float: none
}

.hor-center {
    margin: auto
}

.hor-spacer-10 {
    margin-top: 10px
}

.rel {
    position: relative
}

.abs {
    position: absolute
}

.txt-center {
    text-align: center
}

.mTop25 {
    margin-top: 25px
}

.pt-50 {
    padding-top: 50px
}

.pt-100 {
    padding-top: 100px
}

.pt-150 {
    padding-top: 150px
}

h3 {
    font-size: 34px
}

h2 {
    font-style: normal;
    font-size: 40px;
    color: #292d34;
    letter-spacing: -2px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px
}

h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    position: relative
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #f2f3f4;
}

.section {
    padding: 80px 0
}

.section-title {
    margin-bottom: 50px
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-icon-wobble-horizontal .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-wobble-horizontal:active .hvr-icon,
.hvr-icon-wobble-horizontal:focus .hvr-icon,
.hvr-icon-wobble-horizontal:hover .hvr-icon {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.hero-transparentbtn {
    background: 0 0;
    font-family: 'Open Sans', sans-serif!important;
    border: 1px solid #e82127;
    font-size: 16px;
    font-weight: 700;
    color: #e82127;
    border-radius: 10px;
    padding: 12px 25px 12px 25px;
    display: inline-block;
}

.hero-transparentbtn:hover {
    background: #e82127;
    color: #fff;
}

.transparentbtn {
    background: 0 0;
    font-family: 'Open Sans', sans-serif!important;
    border: 1px solid #e82127;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #e82127;
    padding: 12px 25px 12px 25px;
}

.transparentbtn:hover {
    background: #e82127;
    color: #fff;
}

.but-download {
    background: 0 0;
    font-family: 'Open Sans', sans-serif!important;
    border: 1px solid #786ce6 !important;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #786ce6;
    padding: 12px 25px 12px 25px
}

.but-download:hover {
    background-color: #786ce6;
    color: #fff;
}

.learn-More {
    border: none;
    background: 0 0;
    font-family: 'Open Sans', sans-serif!important;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #786ce6
}

.learn-More-btn {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.transparentbtn-btn {
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: inline-block;
}

.arrow-icon {
    padding-left: 10px
}

.transparentbtn1 {
    background: #fff;
    font-family: 'Open Sans', sans-serif!important;
    border: 1px solid rgba(41, 45, 52, .5);
    border-radius: 30px;
    letter-spacing: .06em;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(41, 45, 52, .5);
    padding: 8px 20px 8px 20px
}

.plus {
    padding: 0 100px 0 100px;
    margin: 5px 0;
    color: rgba(41, 45, 52, .5)
}

.btnScheduling {
    margin-top: 20px;
    margin-bottom: 20px
}

.employee-Scheduling {
    font-size: 16px;
    color: #fff;
    background: #786ce6;
    border-radius: 50px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 10px;
    display: block
}

.employee-Scheduling:hover {
    color: #fff
}

.security-Officers {
    font-size: 16px;
    color: #292d34;
    border: 1px solid #292d34;
    border-radius: 50px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 10px;
    display: block
}

.security-Officers:hover {
    color: #292d34
}

.view-all {
    font-size: 18px;
    padding: 15px 60px 15px 60px;
    margin: 0 0 0 6px;
    color: #786ce6;
    border: solid .5px #786ce6;
    border-radius: 50px;
    font-weight: 600
}

.scheduling-System {
    position: absolute;
    font-size: 18px;
    padding: 15px 80px 15px 80px;
    margin: 0 0 0 6px;
    color: #786ce6;
    border: 1px solid #786ce6;
    border-radius: 50px;
    font-weight: 600
}

.brand-icon {
    margin-right: 10px
}

.header-text-display {
    background: #f1f0fd;
    border-radius: 10px
}

.book-demo {
    color: #786ce6!important;
    font-weight: 700!important;
    border: 1px solid #786ce6;
    border-radius: 50px
}

.bsnav-sticky.bsnav-sticky-slide {
    padding: 20px 0;
    background: #FCFCFC !important
}

.bsnav-sticky.bsnav-sticky-slide a {
    color: #3d3d3d
}

.tex-h {
    text-transform: uppercase
}


/* .navbar-scheduling {
    margin-right: 675px
} */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgb(0 0 0 / 10%)
}

.navbar-nav .nav-item.active&gt;.nav-link,
.navbar-nav .nav-item:hover&gt;.nav-link {
    color: #3d3d3d
}

.navbar-nav .nav-item.active&gt;.nav-link {
    font-weight: 600
}


/* .bsnav-sticky.bsnav-sticky-slide.sticked.in {
    background: #fff!important;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05), inset 0 -.5px 0 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05), inset 0 -.5px 0 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05), inset 0 -.5px 0 0 rgba(0, 0, 0, .1)
} */

.bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-nav {
    margin-top: 0
}

.btn_1 {
    background-color: #4b58df;
    border-radius: 25px;
    padding: 11.5px 33px;
    color: #fff;
    text-transform: uppercase
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in .topnav {
    display: none
}

.btn_1:hover {
    background: #000;
    color: #fff
}

.bsnav .navbar {
    padding: 0
}

.loginlast a {
    border-radius: 2px;
    border: solid 1px #e82127;
}

.dropdown-menu.hvr-bubble-top.show a {
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 20px;
    position: relative
}

.dropdown-menu li:last-child a {
    border: none !important;
}

.dropdown-menu.hvr-bubble-top.show a:hover {
    background: #dadada!important
}

.home-btn {
    background: #ff3266!important
}

.bsnav-sticky-slide .navbar-nav .loginlast a.nav-link {
    color: #E82127!important;
    border-radius: 10px;
}

.bsnav-sticky-slide .navbar-nav .loginlast a.nav-link:hover {
    color: #fff!important;
    background: #E82127;
}

.header-subwrapper {
    background: url(../images/atwal-img/novagems-head.svg) no-repeat;
    background-size: 44%;
    background-position: right 121px;
    background-repeat: no-repeat
}

.header-Schedule {
    background: url(../images/atwal-img/Schedule-main.svg) no-repeat;
    background-repeat: no-repeat;
    background-size: 44%;
    background-position: right 70px
}

.checkpoint-tours {
    background: url(../images/atwal-img/home-page-slider/Check-Point-Tour.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 44%;
    background-position: right 70px
}

.schedule-management {
    background: url(../images/atwal-img/home-page-slider/Schedule-Management.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right 70px
}

.task-and-post-order {
    background: url(../images/atwal-img/home-page-slider/Task-and-post-order.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right 70px
}

.GPS-Track-Geofence {
    background: url(../images/atwal-img/home-page-slider/GPS-Track-Geofence.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right 70px
}

.Clock-In-Out {
    background: url(../images/atwal-img/clock-in-out/For-Clockin-Out-3.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right 70px
}

.Timesheet {
    background: url(../images/atwal-img/home-page-slider/Timesheet.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right 70px
}

.chat-communication {
    background: url(../images/atwal-img/home-page-slider/Chat-and-communication.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right 70px
}

.Custom-incident-Reports {
    background: url(../images/atwal-img/Custom-Incident-Report/CustomForms-3.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right 70px
}

.GPS-tracking {
    background: url(../images/atwal-img/home-page-slider/GPS-tracking.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right 70px
}

.mobile-patrol {
    background: url(../images/atwal-img/home-page-slider/Mobile-Patrol.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right 70px
}

.Smart-Response {
    background: url(../images/atwal-img/home-page-slider/Smart-Response.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right 70px
}

.Dashboard-Analytics {
    background: url(../images/atwal-img/home-page-slider/Dashboard-Analytics.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right 70px
}

.contact-us {
    background: url(../images/atwal-img/contact/contact-us.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 44%;
    background-position: right 70px
}

.address-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.address-box ul li a {
    padding: 10px 0;
    display: block;
    color: #010101;
}

.address-box ul li a i {
    margin-right: 10px;
    color: #e82127;
}

.key-schedule {
    margin: 60px 0 60px 0
}

.security-Offers {
    background: url(../images/atwal-img/security-Offers.png) no-repeat;
    background-size: 44%;
    background-position: right;
    background-repeat: no-repeat;
    padding: 0
}

.input-Name {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -.08px;
    text-align: left;
    color: #8b959e;
    margin-bottom: 4px
}

.Rectangle-43 {
    margin: 2px 9.5px 8px 0;
    border-radius: 5px;
    border: solid .5px #d2d2d2;
    background-color: #fff
}

.rectangle-img {
    width: 20px;
    margin-right: 5px
}

.contact-btn:hover {
    opacity: .9
}

.Rectangle-4359 {
    margin: 0;
    padding: 25px 10px 55px 10px;
    border-radius: 15px 15px 0 0;
    background-image: linear-gradient(123deg, #786ce6 5%, #4694eb 100%)
}

.Rectangle-mp {
    border-radius: 0 0 15px 15px;
    border: transparent
}

.Rectangle-4359-c {
    background-image: linear-gradient(240deg, #786ce6 89%, #4694eb)!important
}

.Rectangle-col {
    padding: 7px 0 7px 0;
    color: #fff
}

.open-features {
    margin: 15px 0
}

.hero {
    padding: 50px 0 0 0
}

.hero-sub {
    padding: 150px 0 0 0
}

.headimg {
    display: none
}

.hero-bottom {
    margin-bottom: 40px
}

.demoimg {
    width: 18%
}

.hero-h1 {
    font-style: normal;
    font-size: 37px;
    color: #292d34;
    letter-spacing: -2px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px
}

.bannerleft {
    margin-top: 200px;
    position: relative;
    z-index: 1
}

.fsimg {
    width: 200px
}

.bannerleft h3 {
    font-size: 24px;
    text-transform: none;
    font-weight: 400;
    color: #7c778a
}

.bannerleft p {
    text-transform: none;
    color: #7c778a
}

.bannerleft span {
    color: #ff8f99
}

.influencebannerbtm {
    margin-top: 25px
}

.campaignleft {
    background: url(../images/imgleft.png) no-repeat;
    background-size: contain;
    max-width: 180px;
    height: 180px;
    margin-right: 25px;
    padding-top: 35px
}

.logo-customerR {
    width: 20px
}

.campaignright {
    background: url(../images/imgright.png) no-repeat;
    background-size: contain;
    max-width: 180px;
    height: 180px;
    padding-top: 35px
}

.our-reviews {
    width: 30%
}

.influencebannerbtm p {
    color: #000;
    font-size: 16px
}

.topform {
    position: relative
}

.topform-txt {
    width: 400px
}

.topform-btn {
    position: absolute
}

.followersection {
    margin-top: 80px;
    font-size: 24px;
    color: #7c778a;
    font-weight: 500
}

.access {
    margin-top: 50px
}

.task_alt_black {
    margin-right: 10px
}

#clientscroll h2 {
    font-weight: 600;
    text-align: center;
    padding: 20px
}

.slick-slide {
    margin: 0 20px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-bottom: 30px
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 80px
}

.client-slide {
    width: 100%;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center
}

.client-slide&gt;img {
    max-width: 115px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.gridsection {
    background: url(../images/atwal-img/customer-success.svg) no-repeat;
    background-position: center 0;
    background-size: 100%;
    margin-top: 50px
}

.novagems-customer {
    margin-bottom: 50px;
    margin-top: 80px
}

span.blocktxt {
    display: inline-block;
    background: #cdfce5;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 16px;
    color: #57419d;
    margin-bottom: 20px
}

.topblocktxt {
    margin-bottom: 30px
}

.topblocktxt p {
    padding: 0 6%;
    font-size: 18px;
    line-height: 28px
}

.topblocktxt h2 {
    font-size: 34px;
    line-height: 46px;
    color: #2c2b30;
    text-transform: uppercase;
    font-weight: 600
}

span.blocktxt1 {
    display: inline-block;
    background: #cdfce5;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 16px;
    color: #57419d;
    margin-bottom: 20px
}

.topblocktxt1 h3 {
    color: #2c2b30
}

.topblockimg img {
    margin-left: -140px;
    max-width: 134%
}

.topblockimg1 img {
    max-width: 100%
}

.topblockdesc .w-100 {
    margin-bottom: 20px
}

.rowitems {
    display: flex;
    flex-direction: row;
    margin-top: 50px
}

.rowitems:first-child {
    margin-top: 0
}

.rowitems:nth-child(odd) .imgcontent {
    order: 2
}

.rowitems:nth-child(even) .imgcontent {
    order: 1
}

.rowitems:nth-child(odd) .gridcontent {
    order: 1;
    text-align: left
}

.rowitems:nth-child(even) .gridcontent {
    order: 2
}

.rowitems .gridcontent {
    justify-content: center;
    display: flex;
    flex-direction: column;
    line-height: 1.7em
}

.rowitems .gridcontent h2 {
    color: #000;
    font-size: 35px;
    line-height: 30px
}

.rowitems .gridcontent h3 {
    text-transform: none;
    font-weight: 500;
    font-size: 32px
}

.rowitems .gridcontent h4 {
    color: #57419d;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400
}

.rowitems .gridcontent p {
    line-height: 25px;
    font-size: 16px;
    font-weight: 100
}

.rowitems .gridcontent ol,
.rowitems .gridcontent ul {
    line-height: 2rem;
    font-size: 16px;
    font-weight: 100;
    margin-top: 15px;
    padding-left: 12px
}

.reliable-point {
    margin-bottom: 25px
}

.key-card {
    border-radius: 0;
    padding: 20px 20px 20px 20px
}


/* .key-card:hover {
    background: #fff;
    box-shadow: 0 16px 24px rgb(232 33 39 / 6%), 0 2px 6px rgb(232 33 39 / 4%), 0 0 1px rgb(232 33 39 / 4%);
    border-radius: 2px;
    padding: 20px 20px 20px 20px;
    transition: all .5s
} */

.key-card h5 {
    font-size: 18px;
}

.key-color {
    transition: all .5s;
    font-style: normal;
    font-size: 40px;
    color: #5a5dc3;
    letter-spacing: -2px;
    line-height: 1.04;
    font-weight: 600;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px
}

.why-choose-us {
    background: #fcfcfc;
}

.whychoose {
    padding: 0 0 50px 0
}

.purple {
    background: #fff;
    border-radius: 10px
}

.purple:hover {
    box-shadow: 0 16px 24px rgb(0 0 0 / 6%)
}

.blog-shadow {
    box-shadow: 0 16px 24px rgb(0 0 0 / 6%)
}

.purple-img {
    border-radius: 10px;
}

.grid4 {
    margin-bottom: 2.2em
}

.grid4 img {
    max-width: 70px
}

#businessaccess {
    padding: 50px 0
}

#businessaccess h2 {
    font-size: 40px;
    font-weight: 600;
    color: #261465
}

#businessaccess .blocktxt {
    background: #f7f5ff
}

#businessaccess h3 {
    color: #261465
}

.card-phone {
    background: url('../images/atwal-img/manright.png') #fff no-repeat bottom right;
    background-size: 11%;
    padding: 7% 0;
}

.creativecol-phone {
    position: relative;
    z-index: 2;
}

.creativecol {
    text-align: center;
    cursor: pointer;
    border-left: 0;
    border-top: 0;
    padding: 0 0 25px 0;
    transition: .3s;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 13px 18px rgb(0 0 0 / 5%);
    overflow: hidden;
}

.creativecol img {
    border-radius: 10px;
}

.step-box {
    min-height: 105px;
    padding: 0 20px;
}

.creativecol figure {
    padding: 0;
    margin: 0 0 10px 0 !important;
}

.creativecol:hover {
    box-shadow: 0 16px 24px rgb(0 0 0 / 6%)
}


/* .everyone-p {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #939599;
    letter-spacing: .06em;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
}

.everyone-p span {
    position: relative;
    width: 120px;
    background: #fff;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
    color: #E82127;
    display: block;
}

.everyone-p span:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
} */

.everyone-p {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #939599;
    letter-spacing: .06em;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
}

.everyone-p span {
    position: relative;
    width: 120px;
    background: #fff;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
    color: #C41E3A;
    /* Darker red for better contrast */
    display: block;
}

.everyone-p span:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
}

.creativecol:hover span {
    background: #E82127;
    color: #fff;
}

.creativecol:hover span:after {
    border-left-color: #E82127;
}

.everyone {
    color: #dc688e;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em
}

.security {
    color: #8cca85;
    font-size: 12px
}

.clients {
    border: 1px solid #f7f5ff;
    cursor: pointer;
    border-left: 0;
    border-top: 0;
    padding: 30px 30px 30px 30px;
    transition: .3s;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 54px rgb(0 0 0 / 6%)
}

.clients-blog {
    border: 1px solid #f7f5ff;
    cursor: pointer;
    border-left: 0;
    border-top: 0;
    padding: 10px 10px 10px 10px;
    transition: .3s;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 54px rgb(0 0 0 / 6%)
}

.Cleaning-company {
    padding: 25px 30px 25px 30px;
    margin: 0 0 0 30px
}

.btn-app {
    width: 25%
}

.btn-app-t {
    margin-top: 30px
}

.client-c {
    margin-right: 30px
}

h2.clients-h2:after {
    height: 40px;
    width: 40px;
    background: url(../images/atwal-img/Down-Arrow.svg);
    content: '';
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    right: -41px;
    top: 36px;
    transform: translateY(-50%)
}

h2.clients-h2 {
    display: block;
    width: 40%;
    margin: 20px auto;
    position: relative
}

.clients-h2 {
    font-style: normal;
    font-size: 40px;
    color: #292d34;
    letter-spacing: -2px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px
}

h2.clients-customer:after {
    height: 40px;
    width: 40px;
    background: url(../images/atwal-img/Up-Arrow.svg);
    content: '';
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    right: -41px;
    top: 36px;
    transform: translateY(-50%)
}

.blog-card-boot {
    border: none;
    border-radius: 15px
}

h2.clients-customer {
    display: block;
    width: 40%;
    margin: 20px auto;
    position: relative
}

.clients-customer {
    font-style: normal;
    font-size: 40px;
    color: #292d34;
    letter-spacing: -2px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px
}

.subheading {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(41, 45, 52, .5);
    letter-spacing: .06em
}

.clients-p {
    font-size: 16px
}

#creativeservices1 {
    background: #f1ecff
}

#creativeservices1 h4 {
    font-size: 22px;
    color: #2c2b30;
    margin-top: 5px
}

#creativeservices2 {
    background: #fff
}

.dbba {
    border: 1px solid #ff8f99
}

.dbbain {
    font-size: 13px
}

.dbbain h5 {
    font-weight: 700
}

.getspan {
    color: #ff8f99
}

.getimg {
    position: relative
}

.getimg-txt {
    position: absolute;
    top: 37%;
    left: -14%
}

.getimg-txt p {
    color: #ff8f99
}

#scholor {
    background: #2c2b30
}

#scholor h1,
#scholor h4,
#scholor h6 {
    color: #fff
}

#scholor .darkimg img {
    max-width: 70px
}

#scholor .darkimg p {
    color: #fff
}

.arianatxt {
    padding: 5px
}

.arianatxt h3 {
    color: #fff;
    font-size: 24px;
    line-height: 125%
}

.arianatxt p {
    color: #fff;
    font-size: 16;
    line-height: 45%
}

.foot-btn {
    background: #ff8f99;
    border: none;
    display: block
}

#inspire {
    background: #f1ecff
}

.insptxt img {
    max-width: 255px
}

.arianatxt1 {
    padding: 10px
}

.arianatxt1 h3 {
    color: #000;
    font-size: 16px;
    line-height: 80%
}

.arianatxt1 p {
    color: #000;
    font-size: 10px;
    line-height: 80%
}

#happy p {
    font-size: 12px;
    line-height: 110%
}

#happy .sidepic img {
    width: 100%
}

.bottombg {
    background: url(../images/atwal-img/customer-success.svg) no-repeat;
    background-position: center 0
}

.bottombg-card {
    background: #fff;
    box-shadow: 0 16px 24px rgb(0 0 0 / 6%), 0 2px 6px rgb(0 0 0 / 4%), 0 0 1px rgb(0 0 0 / 4%);
    border-radius: 16px;
    padding: 20px 20px 20px 20px
}

.boottom-display {
    display: flex
}

.bottom-img {
    float: left;
    padding: 0 20px 0 0
}

.boottom-p {
    float: left;
    padding: 7px 100px 0 0
}

.boottom-star {
    margin-top: 10px
}

.bottombg-padding {
    padding: 20px 0 0 0
}

.bottombg-star {
    margin-top: 10px
}

.bottom-capterra {
    margin: 10px 0 0 0
}

.imagetext h1 {
    font-size: 78px;
    font-weight: 600;
    color: #261465
}

.image-p {
    position: absolute;
    top: 86%;
    left: 12%;
    width: 65%;
    color: #fdbf42;
    font-weight: 500
}

.toolsection {
    background: url(../images/atwal-img/productve.svg) no-repeat;
    background-position: center 0
}

.get-Started {
    color: #fff
}

.Start-being {
    color: #fff;
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    letter-spacing: -.3px;
    line-height: 1.51;
    font-weight: 600;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center
}

#faqsection {
    padding: 50px 0
}

.faqaccordion {
    box-shadow: 0 20px 54px rgb(0 0 0 / 6%)
}

.accordion&gt;.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 15px!important;
    border-bottom-left-radius: 15px!important
}

.accordion&gt;.card:last-of-type {
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important
}

.accordion .card-header:after {
    font-family: FontAwesome;
    content: "\f078";
    float: right;
    color: #786ce6;
    width: 24px;
    height: 24px;
    background: #fafbfc;
    border: 0;
    text-align: center;
    font-weight: 100
}

.accordion .card-title:after {
    color: #786ce6!important;
    text-decoration: none
}

.accordion .card-header.collapsed:after {
    content: "\f054";
    color: #000;
    width: 24px;
    height: 24px;
    background: #fff;
    text-align: center
}

.accordion p {
    font-size: 16px;
    color: #7c778a;
    line-height: 1.5;
    font-weight: 100
}

.accordion .card-header.collapsed:before {
    border: 1px solid #000
}

.faqaccordion .card .card-header {
    background: #fafbfc;
    border-bottom: 0
}

.faqaccordion .card .card-header:hover {
    cursor: pointer
}

.faqaccordion .card .card-body {
    border-bottom: 0
}

.faqaccordion .card {
    border: 0
}

.faqaccordion .card-header {
    border-bottom: 0;
    background: #000
}

.faqaccordion .card-header.collapsed {
    border-bottom: 1px solid #f1ecff;
    background: 0 0
}

.faqaccordion .card-body.collapse.show {
    border-bottom: 1px solid #f1ecff
}

.faqaccordion .card-title {
    font-size: 16px;
    color: #2c2b30
}

#subscribesection {
    background: #f1ecff;
    padding: 40px 0
}

#subscribesection .custom-control-inline {
    margin-right: 15px
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #261465;
    border-color: #261465
}

.latest-feature-updates {
    background: #fff;
    padding: 50px 0
}

.footer-2 {
    margin-top: 50px
}

.footer-bt {
    margin-bottom: 10px;
    font-size: 16px;
}

.get-shift-done {
    font-style: normal;
    font-weight: 600;
    font-size: 32px!important;
    line-height: 44px;
    letter-spacing: -.01em;
    background: -webkit-linear-gradient(#f6ba54, #eb3fe1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.choosecontent {
    padding-top: 10px;
    text-align: initial;
    width: 100%;
    padding: .9rem
}

.footer-newsletter {
    background: #fff;
    padding: 15px 15px;
    position: relative;
    border-radius: 15px;
    text-align: left;
    border: 0 solid #fff;
    width: 100%;
    box-shadow: 0 16px 24px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .04), 0 0 1px rgba(0, 0, 0, .04)
}

.features-newsletter {
    width: auto
}

.footer-left {
    margin: auto
}

.footer-newsletter input[type=email] {
    background: #fff;
    font-family: 'Open Sans', sans-serif!important;
    border: 0;
    padding: 4px 0;
    width: calc(100% - 100px);
    outline: 0;
    color: #949699;
    font-size: 14px
}

.footer-newsletter input[type=submit] {
    position: absolute;
    top: 0;
    font-family: 'Open Sans', sans-serif!important;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 20px;
    background: #f3855f;
    color: #fff;
    transition: .3s;
    border-radius: 0 15px 15px 0;
    margin: 0;
    font-weight: 600
}

::placeholder {
    color: #949699
}

.footer-newsletter input[type=submit]:hover {
    opacity: .9
}

.footer {
    padding: 50px 50px 5px 50px;
    background: url('../images/atwal-img/footer-bg.png') no-repeat top center;
    background-size: cover;
}

.social {
    display: inline-block;
    min-width: 218px;
}

.social a {
    font-size: 25px;
    display: inline-block;
    color: #8e9096;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

.social .instagram:hover {
    background: #fff;
    color: #c13584;
    text-decoration: none
}

.social .facebook:hover {
    background: #fff;
    color: #4267b2;
    text-decoration: none
}

.social .twitter:hover {
    background: #fff;
    color: #1da1f2;
    text-decoration: none
}

.social .skype:hover {
    background: #fff;
    color: #00aff0;
    text-decoration: none
}

.social .linkedin:hover {
    background: #fff;
    color: #2867b2;
    text-decoration: none
}

.social .youtube:hover {
    background: #fff;
    color: #e82127;
    text-decoration: none
}

.footer h2 {
    font-size: 22px;
    color: #292d34;
    font-weight: 600;
    margin-bottom: 15px
}

.footer ul {
    margin: 10px 0 0 0;
    padding: 0;
    min-width: 160px;
}

.footer ul li {
    margin-bottom: 12px
}

.footer ul li a {
    color: #292d34;
    font-size: 100;
    font-size: 14px
}

.footer ul li a i {
    margin-right: 5px;
    color: #e82127;
}

.footer p {
    color: #292d34;
    margin-bottom: 10px
}

.footer p a {
    color: #292d34
}

.footbtm figure {
    max-width: 200px;
    text-align: center;
    margin: 35px auto
}

.footbtm p {
    font-size: 14px;
    color: #292d34;
    margin: 8px 0;
    font-weight: 100
}

.footbtm p a {
    color: #fff
}

.footbtm p a:hover {
    text-decoration: underline
}

.footbtm p img {
    width: 18.62px
}

.banner-download {
    width: 65%;
    margin-top: 25px
}

.banner-download form {
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 6px;
    text-align: left;
    border: 1px solid #2c2b30
}

.banner-download form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
    outline: 0
}

.banner-download form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 20px;
    background: #ff8f99;
    color: #fff;
    transition: .3s;
    border-radius: 6px;
    margin: 4px
}

.howitworkssection {
    padding: 50px 0
}

.pinkbar {
    background: #f1ecff
}

.howitworkssection .expandtop {
    float: right;
    font-size: 16px;
    text-transform: none;
    text-align: right;
    margin-top: -40px
}

.tabsection {
    margin-top: 25px
}

.tabsection .tabrow {
    border-top: 1px solid #c0bdca;
    padding: 20px 0
}

.bdrbtm {
    border-bottom: 1px solid #c0bdca
}

.tabsection .tabrow h4 {
    font-size: 24px;
    color: #2c2b30;
    font-weight: 700
}

.tabsection .tabrow h5 {
    font-size: 18px;
    color: #2c2b30;
    font-weight: 700
}

.tabsection .tabrow p {
    font-size: 14px;
    color: #7c778a
}

.tabsection figure {
    max-width: 70px
}

.features-among {
    margin-top: 50px
}

.howitworkssection .panel-group h3 {
    margin-bottom: 20px
}

.howitworkssection .panel-group .panel.panel-default .panel-heading {
    background: 0 0;
    padding: 8px 0
}

.howitworkssection .panel-default&gt;.panel-heading a[aria-expanded=true] {
    background: 0 0
}

.howitworkssection .panel.panel-default {
    border-top: 1px solid #c0bdca
}

.pinkbar .newbtn {
    float: right;
    font-size: 14px;
    padding-top: 15px;
    color: #2c2b30;
    text-transform: none
}

.howitworkssection .expandtop {
    float: right;
    font-size: 16px;
    text-transform: none;
    text-align: right;
    margin-top: -40px
}

.tabsection {
    margin-top: 25px
}

.tabsection .tabrow {
    border-top: 1px solid #c0bdca;
    padding: 20px 0
}

.bdrbtm {
    border-bottom: 1px solid #c0bdca
}

.panel-default&gt;.panel-heading a {
    font-size: 18px;
    color: #2c2b30;
    font-weight: 700;
    cursor: pointer;
    display: block
}

.howitworkssection .tabrow h4 {
    font-size: 24px;
    color: #2c2b30;
    font-weight: 700
}

.howitworkssection .tabrow h5 {
    font-size: 18px;
    color: #2c2b30;
    font-weight: 700
}

.howitworkssection .tabrow p {
    font-size: 14px;
    color: #7c778a
}

.tabrow figure img {
    max-width: 70px
}

.howitworkssection .panel-body {
    padding-bottom: 25px
}

.panel-default&gt;.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear
}

.panel-default&gt;.panel-heading a[aria-expanded=true]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.panel-default&gt;.panel-heading a[aria-expanded=false]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.campaignsection {
    padding: 50px 0
}

.campaignsection figure {
    max-width: 70px
}

.campaignsection .w-100 {
    margin-bottom: 20px
}

.campaignsection h5 {
    font-size: 18px;
    color: #2c2b30;
    font-weight: 700
}

.campaignsection p {
    font-size: 14px;
    color: #7c778a
}

.customerservicesection {
    padding: 50px 0;
    background: #2c2b30;
    padding-bottom: 100px
}

.customerservicesection h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 34px
}

.customerservicesection h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin: 15px 0
}

.customerservicesection p {
    font-size: 14px;
    color: #fff
}

.inspiresection {
    background: #f1ecff;
    padding: 30px 0
}

.inspiresection h4 {
    position: relative;
    color: #57419d;
    font-size: 24px;
    font-weight: 400
}

.inspiresection h4::before {
    content: '';
    width: 30px;
    height: 2px;
    background: #ff8f99;
    display: inline-block;
    margin: 0 15px 5px 0
}

.inspiresection h2 {
    color: #2c2b30;
    font-size: 46px;
    font-weight: 600
}

.happycustomer {
    padding: 50px 0
}

.customerdetail {
    padding-left: 5px
}

.customerdetail h3 {
    font-size: 16px;
    color: #2c2b30;
    margin-bottom: 0
}

.customerdetail p {
    font-size: 12px
}

.happycustomer h4 {
    font-size: 16px;
    font-weight: 600;
    color: #2c2b30;
    padding-left: 8px
}

.happycustomer p {
    font-size: 12px;
    color: #7c778a
}

.arianaimg img {
    max-width: 60%
}

.arianaimg {
    margin-right: -19px
}

#whyinfluence {
    padding: 50px 0;
    background: url(../images/whyinfluencebg.jpg) no-repeat;
    background-size: cover
}

#whyinfluence h3 {
    color: #2c2b30;
    font-size: 34px
}

#whyinfluence p {
    color: #7c778a;
    font-size: 16px;
    line-height: 1.5
}

#whyinfluence .store a img {
    height: 50px
}

#influencertop {
    padding: 50px 0
}

#influencertop h3 {
    color: #2c2b30;
    font-size: 34px
}

#influencertop p {
    font-size: 18px;
    color: #7c778a;
    line-height: 1.5
}

#influencertop figure {
    margin-top: 25px
}

.btnfloat {
    position: absolute;
    bottom: -53px
}

.clrmod {
    color: #7c778a
}

.innerpage {
    padding-top: 30px;
    margin-bottom: 30px
}

.innertopcontainer {
    background: url(../images/atwal-img/blogs/single-blogs.png) no-repeat;
    background-size: 100%;
    padding: 430px 0 260px 0;
    background-position: center bottom
}

.blog-system {
    font-size: 2rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -.2px;
    text-align: left;
    color: #fff
}

.blogs-form {
    position: sticky;
    top: 120px;
    right: 0;
    bottom: 0
}

.fix-checkpoints {
    width: 26%
}

.all-img-left {
    position: absolute;
    right: 0
}

.innercontentarea {
    padding: 0 15px 25px
}

.innercontentarea h2 {
    text-transform: none;
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
    letter-spacing: 0;
    color: #161922;
    margin-bottom: 15px
}

.innercontentarea h3 {
    text-transform: none;
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
    letter-spacing: 0;
    color: #161922;
    margin-bottom: 15px
}

.innercontentarea ul {
    list-style: disc
}

.innercontentarea p {
    color: #292d34;
    margin-bottom: 15px;
    word-wrap: break-word;
    margin-top: 15px
}

.innercontentarea h1 {
    font-size: 30px;
    line-height: 40PX;
    color: #292d34;
    letter-spacing: -.2px;
    font-weight: 600;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
    margin-bottom: 0;
    font-stretch: normal;
    font-style: normal;
    font-family: 'Open Sans', sans-serif!important
}

.aboutpage {
    text-align: center;
    padding-top: 160px
}

.aboutpage h1 {
    font-size: 34px;
    color: #2c2b30;
    font-weight: 600;
    text-transform: uppercase
}

.aboutpage p {
    font-size: 18px;
    color: #2c2b30;
    line-height: 1.5
}

.aboutinfo {
    margin: 0 0 35px;
    text-align: left
}

.aboutinfo figure {
    max-width: 70px
}

.aboutinfo h5 {
    font-size: 18px;
    color: #2c2b30;
    font-weight: 700
}

.aboutinfo p {
    font-size: 14px;
    color: #7c778a
}

.aboutpage h5 {
    font-size: 20px;
    color: #57419d
}

.aboutpage .topfigure img {
    width: 70%
}

.aboutpage figure img {
    width: 70px
}

.purpletxt {
    color: #261465
}

.teambox {
    border-radius: 6px;
    padding: 25px 15px;
    text-align: center
}

.teambox figure img {
    border-radius: 100%;
    width: 120px;
    height: 120px
}

.teambox h3 {
    color: #2c2b30;
    font-size: 22px
}

.teambox p {
    margin-bottom: 8px
}

.teambox a {
    color: #57419d
}

.contactform {
    text-align: left
}

.contactform .btn.btn-dark {
    background: #ff8f99;
    border: 0
}

.contactform .btn.btn-dark:hover {
    background: #f86572
}

.carouselsection {
    margin-bottom: 80px
}

.owl-theme .owl-nav [class*=owl-] {
    border-radius: 0
}

.carouselsection .owl-theme .owl-nav {
    position: absolute;
    margin-top: 0;
    width: 100%;
    bottom: -20px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 0px!important;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.carouselsection p {
    text-align: center
}

.carouselsection .imgsection {
    text-align: center
}

.carouselsection .owl-carousel .owl-item img {
    width: auto;
    display: inline-block
}

.owl-two .owl-nav {
    display: none
}

.owl-two .owl-dots {
    display: none
}

.boxsection .shadowbox {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    border-radius: 5%;
    padding: 10px 26px 20px;
    text-align: center
}

.boxsection .shadowbox figure {
    max-height: 270px;
    height: 250px;
    object-fit: cover
}

.boxsection .shadowbox figure img {
    max-height: 100%
}

.boxsection .shadowbox:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2)
}

.shadowbox h5 {
    font-size: 18px;
    color: #2c2b30;
    font-weight: 700
}

.shadowbox p {
    font-size: 14px;
    color: #7c778a
}

.boxsection.space {
    margin-top: 80px;
    margin-bottom: 80px
}

.boxsection.space .row {
    flex-wrap: wrap
}

.boxsection.space .row&gt;[class*=col-] {
    flex-grow: 1
}

.dropdown-nav {
    border: 1px solid #dadada
}

.hvr-bubble-top {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative
}

.hvr-bubble-top:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(20% - 10px);
    top: 0;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent
}

.hvr-bubble-top:active:before,
.hvr-bubble-top:before,
.hvr-bubble-top:focus:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.business-using {
    width: 48%
}

.star-google {
    margin-left: 25px;
    width: 0;
    height: 100px;
    border: solid .5px #c9c9c9
}

#tabs-business {
    margin-top: 0
}

.nav-tabs .nav-link {
    font-size: 16px;
    color: #e82127;
    border: 1px solid #e82127;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
    text-transform: none!important
}

.nav-tabs .nav-link:hover {
    font-size: 16px;
    color: #e82127;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #e82127;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-size: 16px;
    color: #fff;
    background: #e82127;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
    text-transform: none !important;
    border-color: #e82127;
}

.nav-tabs {
    border-bottom: none;
    margin-left: 10px
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    margin-left: 10px
}

.img-thanks {
    max-width: 250px
}

.thanks h1 {
    color: #0000b1;
    margin-bottom: 60px
}

.whychoose-card {
    border: 1px solid #ced4da;
    border-radius: 10px
}

.card-img {
    border-radius: 10px
}

.content {
    margin-left: 20px;
    display: inline-block
}

.line-work {
    margin: -60px 0 0 79px
}

.security-feat {
    margin: -195px 0 0 0
}

.mang-card {
    margin-bottom: 0;
}

.key-card p {
    min-height: 78px;
}

.b-right-bottom {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.b-bottom {
    border-bottom: 1px solid #ddd;
}

.b-right {
    border-right: 1px solid #ddd;
}

.why-mg {
    margin-top: 50px
}

.tracking-btn {
    margin-bottom: 150px
}

.industries-card {
    margin-bottom: 60px
}

.construction-card {
    margin-bottom: 60px
}

.reviews-cust {
    padding: 50px 50px 50px 50px
}

.footer-btn-dp {
    margin-bottom: 50px
}

.footer-btn-b {
    margin: 0 0 0 75px
}

.reliable-p0 {
    padding: 0
}

.input-get-free {
    padding: 0
}

.customReview {
    margin-top: 30px
}

.billing__main__content__step {
    border: 1px solid #d8e0ea;
    border-radius: 3px;
    padding: 40px 16px
}

.billing__main__content__step ul {
    padding: 0;
    margin: 0
}

.billing__main__content__step ul li {
    list-style-type: none;
    color: #a1a7b1;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 64px;
    width: 100%;
    cursor: pointer
}

.billing__main__content__step ul li a {
    display: flex;
    align-items: center
}

.billing__main__content__step ul li a span {
    margin-right: 12px;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.billing__main__content__step ul li a span i {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    background-color: #d8e0ea;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 100%
}

.billing__main__content__step ul li a span:before {
    content: "";
    width: 2px;
    height: 16px;
    background-color: #d8e0ea;
    position: absolute;
    top: -12px;
    left: 19px
}

.billing__main__content__step ul li a span:after {
    content: "";
    width: 2px;
    height: 16px;
    background-color: #d8e0ea;
    position: absolute;
    bottom: -12px;
    left: 19px
}

.billing__main__content__step ul li a p {
    margin-bottom: 0
}

.billing__main__content__step ul li a label {
    max-width: calc(100% - 52px)
}

.billing__main__content__step ul li a .sub {
    display: none
}

.billing__main__content__step ul li a.selected p {
    font-weight: 700
}

.billing__main__content__step ul li a.selected .sub {
    display: block;
    font-weight: 400;
    float: left;
    width: 100%;
    font-style: normal
}

.billing__main__content__step ul li:first-child span:before {
    content: "";
    display: none
}

.billing__main__content__step ul li:last-child span:after {
    content: "";
    display: none
}

.billing__main__content__step ul li.active {
    color: #435064;
    font-weight: 700
}

.billing__main__content__step ul li.active span {
    border: 1px solid #786ce6;
    background-color: #fff
}

.billing__main__content__step ul li.active span i {
    background-color: #786ce6
}

.billing__main__content__step ul li.active span:before {
    background-color: #786ce6;
    bottom: -17px;
    top: -17px;
    left: 18px
}

.billing__main__content__step ul li.active span:after {
    background-color: #786ce6;
    bottom: -17px;
    left: 18px
}

.billing__main__content__step ul li .done-icon {
    display: none
}

.billing__main__content__step ul li.done span {
    border-color: #fff
}

.billing__main__content__step ul li.done span:after {
    bottom: -13px
}

.billing__main__content__step ul li.done span:before {
    top: -13px
}

.billing__main__content__step ul li.done span.default {
    display: none
}

.billing__main__content__step ul li.done span.done-icon {
    display: flex
}

.billing__main__content__step ul li.warning {
    user-select: none
}

.billing__main__content__step ul li.warning span i {
    background-color: #f6eae8;
    color: #ff1000
}

.billing__main__content__step ul li.warning label {
    border-radius: 3px;
    background-color: #f6eae8;
    padding: 8px;
    color: #ff1000;
    font-size: 14px;
    line-height: 20px
}

@media only screen and (max-width:991px) {
    .billing__main__content__step {
        padding: 4px
    }
    .billing__main__content__step ul {
        display: flex;
        justify-content: space-between
    }
    .billing__main__content__step ul li {
        display: flex;
        width: auto;
        flex-grow: 1;
        justify-content: center;
        position: relative
    }
    .billing__main__content__step ul li p {
        display: none
    }
    .billing__main__content__step ul li.warning {
        display: none
    }
    .billing__main__content__step ul li span:before {
        display: none
    }
    .billing__main__content__step ul li span:after {
        display: none
    }
    .billing__main__content__step ul li:before {
        content: "";
        position: absolute;
        width: 50%;
        height: 2px;
        background-color: #d8e0ea;
        right: 0
    }
    .billing__main__content__step ul li:after {
        content: "";
        position: absolute;
        width: 50%;
        height: 2px;
        background-color: #d8e0ea;
        left: -20px
    }
    .billing__main__content__step ul li:first-child:after {
        display: none
    }
    .billing__main__content__step ul li:last-child:before {
        display: none
    }
    .billing__main__content__step ul li.done:before {
        background-color: #786ce6
    }
    .billing__main__content__step ul li.done:after {
        background-color: #786ce6
    }
}

.timeline {
    height: 100vh
}

.timeline_card {
    position: relative;
    width: 320px;
    height: 200px;
    background-color: #fff;
    margin: 30px auto;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0 9px 20px 0 rgba(133, 144, 166, .1)
}

.timeline_label {
    cursor: pointer;
    position: relative;
    width: 28%;
    float: left;
    text-align: right;
    color: #909090;
    font-weight: 100;
    text-transform: uppercase;
    padding-right: 5.33333%;
    letter-spacing: 1px
}

.timeline_label:before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px #dd2476 solid
}

.timeline_info {
    position: absolute;
    right: 0;
    left: 0;
    top: 45px;
    bottom: 0;
    text-align: center;
    font-size: 40px;
    color: #eee;
    opacity: 0;
    font-weight: 100;
    letter-spacing: 1px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.timeline_line {
    position: absolute;
    right: 0;
    left: 0;
    top: 45px;
    border-bottom: 2px #eee solid
}

.timeline_line:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #dd2476;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.timeline_input[type=radio] {
    display: none
}

.timeline_input[type=radio]:checked+.timeline_label {
    color: #525252
}

.timeline_input[type=radio]:checked+.timeline_label:before {
    background-color: #dd2476;
    -moz-animation: part 1.6s infinite ease-in-out;
    -webkit-animation: part 1.6s infinite ease-in-out;
    animation: part 1.6s infinite ease-in-out
}

.timeline_input[type=radio]:checked+.timeline_label+.timeline_info {
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    opacity: 1
}

.timeline_input[type=radio]:checked:nth-of-type(1)+.timeline_label+.timeline_info+.timeline_input+.timeline_label+.timeline_info+.timeline_input+.timeline_label+.timeline_info+.timeline_line:before {
    width: 33%
}

.timeline_input[type=radio]:checked:nth-of-type(2)+.timeline_label+.timeline_info+.timeline_input+.timeline_label+.timeline_info+.timeline_line:before {
    width: 63%
}

.timeline_input[type=radio]:checked:nth-of-type(3)+.timeline_label+.timeline_info+.timeline_line:before {
    width: 100%
}

.services-slider {
    display: flex;
    max-width: 600px
}

.nav-container .slick-current img {
    box-shadow: 0 0 4px 2px rgba(108, 232, 220, .9)
}

.main-container {
    width: 100%
}

.nav-container img {
    max-height: 135px
}

.nav-container .slick-slide {
    max-height: 135px;
    margin-bottom: 18px
}

.services-slider .slick-track {
    margin-left: 50px
}

@media (min-width:1000) {
    .slider-nav {
        display: none
    }
}

.powerup {
    background: url(../images/atwal-img/powerup.png) no-repeat;
    background-position: center 0
}

.powerup2 {
    margin: 151px 0
}

.features-tex {
    margin-top: 80px
}

.bannerbtn a {
    display: inline-block;
    background: #ff3266;
    color: #fff!important;
    font-size: 16px;
    padding: .65em 2em;
    border-radius: 6px;
    font-weight: 400;
    margin: 0
}

.bannerbtn a:hover {
    background: #ff3266
}

.go-back-to-homepage a {
    display: inline-block;
    color: #786ce6!important;
    font-size: 14px;
    padding: .65em 2em;
    border-radius: 15px;
    font-weight: 600;
    margin: 0
}

.go-back-to-homepage a:hover {
    background: #786ce6;
    color: #fff!important
}

.thank-you {
    background: url(../images/atwal-img/thank-you.jpg) no-repeat;
    padding-top: 100px!important;
    padding-bottom: 100px!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    height: 600px
}

.hardcore-wrap {
    width: 100%;
    height: 724px;
    position: relative
}

.hardcore-wrap-img {
    width: 100%;
    height: 724px;
    position: absolute;
    left: 0
}

.example1-restaurants {
    background: url(../images/atwal-img/restaurants/restaurants4.png) no-repeat
}

.example1 {
    background: url(../images/atwal-img/restaurants/Vector-Smart-Object-home.svg) -100px -105px no-repeat, url(../images/atwal-img/restaurants/Vector-Smart-Object-home.png) right center no-repeat;
    padding: 15px;
    background-size: 300px, 230px, auto
}

.restaurants-bg2 {
    background: url(../images/atwal-img/restaurants/restaurants-header.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 100%;
    padding-top: 50px
}

.thank-you-bg2 {
    background-color: #e5e5e5;
    background-size: 100%;
    background-position: center -180%
}

.discount37off-bg2 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center 6%
}

.video-demo-bg2 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center -180%
}

.cleaning-marketing-bg2 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center -40%
}


/* .cus-bg {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center -110px
} */

.cus-bg2 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center -75%
}

.scheduling-bg2 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center -55%
}

.task-mangement-bg2 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center -60%
}

.gps-geofence-bg2 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center -70%
}

.clock-in-out-bg2 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center -75%
}

.time-cost-analysis-bg2 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center -60%
}

.chat-bg2 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center -75%
}

.custom-incident-report-bg2 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center -80%
}

.checkpoint-tours-bg2 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center -50%
}

.GPS-tracking-bg2 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center -75%
}

.mobile-patrol-bg2 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: left -100px
}

.smart-response-bg2 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center -50%
}

.Dashboard-Analytics-bg2 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center -40%
}

.faq-bg2 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center -500%
}

.Cleaning-Company-bg1 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center -100%
}

.Cleaning-Company-bg2 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center -55%
}

.card-clients {
    border: 1px solid #fff!important;
    border-radius: 10px;
    box-shadow: 0 20px 54px rgb(0 0 0 / 6%);
    padding: 10px
}

.contact-us-bg2 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center -50%
}

.privacy-bg2 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center -7%
}

.blogs-bg2 {
    background: url(../images/atwal-img/main-sec-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center 1%
}

.cus-m-y {
    margin: 40px auto
}

.construction-sec {
    position: relative;
    background: url('../images/atwal-img/manright.png') no-repeat right bottom 13%;
    background-size: 11%;
}

.construction-sec:before {
    background: url('../images/atwal-img/bg-tranding.svg') top left no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: -16%;
    width: 100%;
    height: calc(100% + 10%);
    background-size: 42%;
}

.dedicated-features-sec {
    padding: 10px 0 60px 0;
    margin-top: 60px
}

section.customer-logos.slider.slick-initialized.slick-slider {
    margin-top: 30px
}

.homegrid.gridsection .phone-fast p {
    font-size: 14px
}

.homegrid.gridsection .phone-fast div div h5 {
    font-size: 22px
}

.key-img {
    width: 50px
}

#load {
    visibility: hidden
}

.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #786ce6;
    height: 2px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-underline-reveal:active:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#tabs {
    display: flex;
    position: relative;
    margin-top: 50px;
    overflow: hidden
}

#tabs1 {
    display: flex;
    position: relative;
    margin-top: 50px;
    overflow: hidden
}

#tabs2 {
    display: flex;
    position: relative;
    margin-top: 50px;
    overflow: hidden
}

#tabs3 {
    display: flex;
    position: relative;
    margin-top: 50px;
    overflow: hidden
}

#tabs4 {
    display: flex;
    position: relative;
    margin-top: 50px;
    overflow: hidden
}

#tabs5 {
    display: flex;
    position: relative;
    margin-top: 50px;
    overflow: hidden
}

#tabs6 {
    display: flex;
    position: relative;
    margin-top: 50px;
    overflow: hidden
}

#tabses {
    display: flex;
    position: relative;
    margin-top: 50px;
    overflow: hidden
}

.tab-slaider {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    vertical-align: top
}

.tab-slaider li a {
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #292d34;
    padding: 13px 5px;
    z-index: 1;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.tag {
    position: relative;
    width: 100%
}

.title {
    display: inline-block;
    font-weight: 700;
    padding: 0 5px;
    vertical-align: middle;
    color: #292d34;
    font-size: 18px
}

.addon {
    position: relative;
    top: 0;
    margin-left: 34px;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 24px;
    color: #292d34;
    opacity: 0;
    font-family: 'Open Sans'
}

.addon.fadein {
    opacity: 1
}

.active .active-img {
    background: #fff;
    border: 1px solid #E82127;
    box-sizing: border-box;
    border-radius: 20px
}

.active .headimg-color {
    color: #E82127
}

.headimg-color:hover {
    color: #E82127
}

.employee-scheduling-left {
    position: relative;
}

.employee-scheduling-phone .ui-tabs-panel {
    margin-bottom: 80px;
    position: relative;
}

.employee-scheduling-phone figure {
    position: relative;
    margin: 10px 10px 1rem 0;
}

.employee-scheduling-phone figure img {
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.employee-scheduling-phone figure::before {
    content: "";
    height: 50%;
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    transform: translateY(0);
    width: 38%;
    background: #ddd;
    border-top-right-radius: 13px;
}

.employee-scheduling-left .ui-tabs-panel {
    margin-bottom: 80px;
    position: relative;
}

.employee-scheduling-left figure {
    position: relative;
    margin: 10px 0px 1rem 10px;
}

.employee-scheduling-left figure img {
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.employee-scheduling-left figure::before {
    content: "";
    height: 50%;
    display: block;
    position: absolute;
    left: -10px;
    top: -10px;
    transform: translateY(0);
    width: 38%;
    background: #ddd;
    border-top-left-radius: 13px;
    z-index: -1;
}

.tab-card-slider {
    border: 1px solid #f7f5ff;
    cursor: pointer;
    border-left: 0;
    border-top: 0;
    padding: 15px 15px 15px 15px;
    transition: .3s;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 16px 24px rgba(0 0 0 / 6%);
}

.employee-scheduling-left .ui-tabs-panel img {
    border-radius: 10px;
}

.tab-card-size {
    font-size: 14px
}

.tab-card-margin {
    left: 15%;
    right: 15%;
    bottom: -50px;
    -webkit-transform: translateX(-0%);
    -moz-transform: translateX(-0%);
    transform: translateX(-0%);
    position: absolute;
    z-index: 4;
}

.key-tab-card-margin-container {
    margin: -70px 30px 0 30px;
    position: absolute
}

.key-tab-card-margin-scheduling {
    bottom: 120px;
    right: 100px;
    position: absolute
}

.key-tab-card-margin {
    bottom: 50px;
    right: 100px;
    position: absolute
}

.Line-160 {
    height: 0;
    border: solid .5px #acacac
}

.container-left {
    padding-left: 269px
}

.container-right {
    padding-right: 269px
}

.canada {
    margin: 10px 10px 0 0
}

.engagement-tab-p {
    padding: 0 80px 0 80px
}

.tab-card-img {
    position: relative;
    border-radius: 10px;
}

ul.tab-slaider .ui-tabs-active.ui-state-active .tag:after {
    height: 10px;
    width: 10px;
    background: #E82127;
    content: '';
    position: absolute;
    left: 6px;
    top: 9px;
    border-radius: 50%
}

.tab-slaider .ui-tabs-active {
    position: relative;
}

.card-b {
    font-size: 20px
}


/* .modal-dialog {
    max-width: 800px;
    margin: 30px auto
} */

.modal-body {
    position: relative;
    padding: 0
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    opacity: 1
}

.header-subwrapper-top {
    padding-top: 76px;
    height: 80vh;
    overflow: hidden;
}

.scheduling-management-for-everyone {
    margin: -40px 0 0 50px
}

.scheduling-management-for-everyone-features {
    margin-top: -125px
}

@media only screen and (min-width:1920px) {
    .example {
        display: block;
        width: 1920px
    }
}

.text-type-animation {
    font-style: normal;
    font-size: 37px;
    color: #292d34;
    letter-spacing: -2px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif!important
}

.txt-rotate {
    color: #786ce6;
    font-family: 'Open Sans', sans-serif!important
}

.card {
    border: none;
    border-radius: 10px
}

.card-cut {
    padding: 15px 15px 15px 15px
}

.text1 {
    margin-left: 10px
}

.c-details span {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif!important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.01em;
    color: #292d34
}

.icon-ctm {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 39px
}

.free-security-img {
    width: 60%;
}

.filter-button {
    font-size: 16px;
    color: #292d34;
    border: 1px solid #292d34;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    margin-right: 4px;
    outline: none !important;
    box-shadow: none !important;
}

.filter-button.active,
.filter-button:hover {
    color: #fff;
    background: #e82127;
    border-color: #dee2e6 #dee2e6 #fff;
}


/*Code for blog boxes height setup, description line limits etc*/

.grids.purple.blog-shadow .choosecontent&gt;p.mt-2.mb0 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 78px;
}

.grids.purple.blog-shadow .choosecontent&gt;h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 26px;
}

.grids.purple.blog-shadow&gt;a&gt;img {
    min-height: 260px;
    max-height: 260px;
    /* object-fit: cover; */
    object-position: top;
}

.book-a-demo1 {
    border: 1px solid #fff!important;
    border-radius: 25px;
    box-shadow: 0 20px 54px rgb(0 0 0 / 6%);
    padding: 10px;
    background-color: #fff;
}

.book-a-demo1-img {
    border-radius: 25px 0px 0px 25px;
}

.close-blog {
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 999;
    font-size: 2rem;
    font-weight: 700;
    opacity: 1;
    color: #786ce6;
    border: none;
    background: none;
}

.close-blog:focus {
    outline: 0;
}

.business-growth {
    margin-left: -17px;
}

.book-a-demo-h3 {
    font-size: 19px;
    line-height: 34px;
    margin-bottom: 8px;
}

.amazon {
    background: url(../images/atwal-img/amazon.svg) no-repeat;
    background-size: 100%;
}

.container-popup {
    width: 1000px;
}

.refer-point {
    width: 25px;
    height: 25px;
    margin: 5px 0px;
    background: #DFDBF9;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    font-size: 16px;
    padding: 0px 0px 0px 8px;
    font-weight: 500;
}

.point-1-2-3 {
    font-weight: 600;
}


/*Blog Popup CSS by Mohit*/

.blog-pop-cus .close-blog {
    z-index: 999;
    font-weight: 400;
    opacity: 1;
    border: none;
    background: none;
    text-align: right;
    font-size: 40px;
    clear: both;
    position: relative;
    line-height: 40px;
    right: 20px;
    width: 100%;
}

.blog-pop-cus .close-blog:focus {
    outline: 0;
}

.blog-pop-cus h3 {
    margin: 10px 0 20px 0;
}

.pop-content-cus img {
    border-radius: 10px;
}

.blog-pop-cus .modal-content {
    border: 0 !important;
}

.blog-pop-cus a.pop-meeting-btn {
    display: block;
    margin: 10px auto;
    width: max-content;
}

.row.refer-form-fields h4 {
    color: #786ce6;
    font-size: 18px;
    margin: 0 0 5px 0;
}

.displayview {
    display: none;
}

@media only screen and (max-width: 767px) {
    .modal.fade.bd-example-modal-sm.blog-pop-cus.show {
        padding-right: 0 !important;
    }
    .blog-pop-cus h3 {
        font-size: 18px;
        width: 100%;
        margin: 10px auto;
        line-height: 26px;
        padding: 0 10px;
    }
    .b-right-bottom {
        border-right: none;
        border-bottom: none;
    }
    .b-bottom {
        border-bottom: none;
    }
    .b-right {
        border-right: none
    }
    .phoneview {
        display: none;
    }
    .displayview {
        display: block;
    }
}


/*Closed Mohit*/


/*Refer &amp; Earn Popup Code by Mohit*/

.refe-earn-pop h1 {
    font-size: 30px;
    line-height: 45px;
    color: #292d34;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
}

.refe-earn-pop .refer-steps .step-box {
    margin: 0 30px;
}

.refe-earn-pop .refer-steps {
    display: flex;
    margin: 30px 0;
    justify-content: center;
}

.refe-earn-pop .refer-btn {
    margin: 30px auto;
}

.row.refer-form-fields input {
    margin-bottom: 6px;
}

.row.refer-form-fields p span {
    color: #ff3266;
}

.row.refer-form-fields p {
    font-size: 14px;
}

.row.refer-form-fields {
    padding: 0 30px;
}

.refe-earn-pop .refer-btn a.btn.btn-default.filter-button.active {
    color: #fff;
    background: #FF4955;
    border: 0;
    height: 40px;
    line-height: 30px;
}

.refer-btn a.btn.btn-default.filter-button {
    color: #fff;
    background: #FF4955;
    border: 0;
    height: 40px;
    line-height: 30px;
}

.row.refer-form-fields input:focus {
    box-shadow: unset;
}

@media only screen and (max-width: 767px) {
    .modal.fade.refe-earn-pop.show {
        padding-right: 0 !important;
    }
    .refe-earn-pop h1 {
        font-size: 18px;
        line-height: 28px;
        padding: 0 10px;
        letter-spacing: 0;
    }
    .refe-earn-pop .refer-steps {
        margin: 20px 0;
        flex-direction: column;
    }
    .refe-earn-pop .refer-btn.text-center {
        margin: 20px auto;
    }
}


/*Closed Mohit*/


/*Mobile Toggle Button*/

button.navbar-toggler.collapsed:focus {
    outline: 0 !important;
    color: transparent !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}


/*Blog Search Form Style Rohit*/

.blog-search input {
    font-size: 14px;
    color: #292d34;
    border: 1px solid #292d34;
    height: 38px;
    width: 100%;
    border-radius: 4px;
    padding-left: 10px;
}

.noresult {
    padding: 30px;
    text-align: center;
    width: 100%;
}

.footer-banner {
    position: relative;
    text-align: center;
}

.footer-banner-inn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .footer-banner{
    background: url('../images/atwal-img/footer-banner.jpg') no-repeat top center;
    background-size: 100%;
    padding: 5.5% 0;
} */

.footer-banner p {
    font-size: 34px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    font-weight: 100;
}


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


/*========================== OUR PROJECTS ========================*/


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

.our-projects {
    padding-top: 76px;
}

.inner-page-banner {
    padding: 0;
    position: relative;
}

.inner-page-banner img {
    width: 100%;
}

.inner-page-banner::before {
    position: absolute;
    content: "";
    background: rgb(232, 33, 39);
    background: linear-gradient(90deg, rgba(232, 33, 39, 0.8615021008403361) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inner-page-headding {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    align-items: center;
    display: flex;
}

.banner-title {
    font-size: 40px;
    color: #fff !important;
}

.project-row {
    margin-top: 50px;
    position: relative;
}

.project-row-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.project-row-header h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 10px;
    border-left: 5px solid #e82127;
}

.project-row .owl-item {
    display: inline-block;
}

.project-item {
    display: block;
    width: 100%;
    position: relative;
    /* margin-bottom: 60px; */
    border-radius: 10px;
    overflow: hidden;
}

.project-item-img {
    width: 100%;
    overflow: hidden;
}

.project-item-img img {
    display: block;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.project-item-caption {
    position: absolute;
    height: 81px;
    bottom: 0px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 17px;
    z-index: 9;
    right: 0;
    margin: auto;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

.project-item-caption h4 {
    margin: 0;
    font-size: 24px;
    color: #fff;
}

.project-item-caption p {
    margin: 0;
    font-size: 16px;
    color: #ddd !important;
}

.view-project a {
    background: #fff;
    font-size: 16px;
    color: #E82127;
    font-weight: 600;
    width: 132px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    display: flex;
    position: absolute;
    top: -140%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

.project-item:hover a {
    top: 0;
    opacity: 1;
}

.project-item:hover .project-item-img .view-project {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.project-item:hover .project-item-img img {
    transform: scale(1.1);
}

.project-action {
    display: flex;
    align-items: center;
    gap: 10px;
}

.circle-btn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E82127;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.circle-btn.swiper-button-disabled {
    background: #d2d2d2;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.globle-slide-dots .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #848484;
    opacity: 1;
}

.globle-slide-dots {
    text-align: center;
}

.globle-slide-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E82127;
    border-color: #E82127;
}

.main-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    border-left: 5px solid #e82127;
    padding-left: 10px;
}

.project-view-left ul {
    margin: 0;
    padding: 0;
}

.project-view-left ul li {
    display: flex;
    align-items: center;
}

span.projct-icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.project-list {
    border-bottom: 1px solid #D2D2D2;
    display: block;
    width: 100%;
    padding: 7px 0;
}

.project-list h4 {
    margin: 0;
    font-size: 18px;
}

.project-list p {
    margin: 0;
    color: #848484;
    font-size: 14px;
}

.project-summery p {
    margin: 0;
    color: #848484;
    font-size: 14px;
    padding-left: 18px;
    margin-bottom: 30px;
}

.project-view-left p {
    font-size: 14px;
    line-height: 23px;
}

.new-construction-sec:before {
    background: url('../images/atwal-img/construction-crane-right.svg') bottom right no-repeat;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% + 10%);
    background-size: 48%;
}

.experts-view ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.experts-view ul li span {
    font-size: 90px;
    font-weight: 700;
    color: #fff;
    line-height: 90px;
    border-top: 1px solid #fff;
}

.experts-view ul li {
    display: flex;
    align-items: flex-end;
}

.experts-view ul li .expert-caption {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 18px;
    padding-bottom: 6px;
}

.transform-sec {
    position: relative;
}

.transform-sec:before {
    background: url('../images/atwal-img/bg-tranding-right.svg') bottom right no-repeat;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% + 10%);
    background-size: 36%;
    pointer-events: none;
}

.transform-row-gray {
    background-color: #FCFCFC;
}

.transform-row-top {
    background-size: 100%;
}

.transform-img {
    margin-bottom: 15px;
}

.transform-img::before {
    background: #ddd;
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 0;
    width: 43%;
    height: 60%;
    display: inline-block;
    border-top-left-radius: 13px;
}

.transform-img.transform-img-right::before {
    right: -10px;
    left: inherit;
    border-top-left-radius: 0px;
    border-top-right-radius: 13px;
}

.transform-img {
    position: relative;
}

.transform-img img {
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.transform-content p {
    color: #848484;
    font-size: 16px;
    line-height: 32px;
}

.glipble-btn {
    width: auto;
    border: 1px solid #e82127;
    padding: 7px 5%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #e82127;
    margin: 0 5px;
    border-radius: 10px;
    text-align: center;
}

.glipble-btn:hover {
    color: #e82127;
    background-color: #fff;
}

.glipble-btn.outline-btn {
    width: auto;
    border: 1px solid #e82127;
    padding: 7px 5%;
    font-size: 16px;
    font-weight: 600;
    color: #e82127;
    background-color: #fff;
}

.glipble-btn.outline-btn:hover {
    color: #fff;
    background-color: #e82127;
}

.glipble-btn.submit-btn {
    padding: 11px 5%;
}

.custom-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}

.custom-modal .modal-content {
    border-radius: 2px;
    background: url('/images/atwal-img/setup-call-bg.svg') #fff no-repeat center bottom;
    background-size: 100%;
    border-radius: 10px;
    margin-top: 75px;
}

.custom-modal .form-control {
    border-radius: 2px;
}

.thankyou-modal .modal-content {
    border-radius: 2px;
    background: url('/images/atwal-img/thank-you-bg.svg') #fff no-repeat center bottom;
    background-size: 100%;
    border: none;
}

.thankyou-modal .modal-body {
    padding: 20%;
}

.thankyou-modal img {
    width: 100px;
}

.mob-footer-banner {
    background: url("../images/atwal-img/footer-banner.jpg") no-repeat center;
    background-size: cover;
}

.mob-footer-banner-inn {
    padding: 40px 15px;
    text-align: center;
}

.mob-footer-banner-inn p {
    color: #fff;
}

.blank-btn {
    min-width: 32px;
    width: 100px;
    font-size: 15px;
    text-align: center;
    border: 1px solid #e82127;
    padding: 5px 8px;
    border-radius: 0;
    font-weight: 600;
}

.blank-btn:hover {
    background: #e82127;
    color: #fff;
}


/* .free-quote {
    background: #ff1000;
    color: #fff;
    padding: 2px 15px;
    text-align: center;
    width: 100%;
    border: none;
    font-weight: 500;
} */

.offcanvas-body .nav-link {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobmenu .nav-link::after {
    position: absolute;
    top: 27px;
    right: 20px;
}

.mobmenu .dropdown-menu {
    position: inherit !important;
    transform: none !important;
    box-shadow: none;
    width: 100%;
    padding: 0;
}

.mobmenu .dropdown-menu .dropdown-item {
    padding: 10px 30px;
    color: #848484;
}

.mobmenu .nav-link.dropdown-toggle.show {
    color: #e82127 !important;
}

img.moblogo {
    width: 50px;
}

#bannerVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-single-page img {
    border-radius: 10px;
}

.gallery-thumbs .swiper-slide img {
    display: block;
    filter: grayscale(1);
    opacity: 0.3;
}

.gallery-thumbs .swiper-slide-active img {
    border: 2px solid #e82127;
    filter: none;
    opacity: 1;
}

.slide-btn {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 40px;
    background: #e82127;
    height: 40px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    opacity: 1;
    font-size: 26px;
}

.gallery-swiper-button-prev {
    left: 10px;
}

.gallery-swiper-button-next {
    right: 10px;
}

.blog-img {
    background: url('../images/atwal-img/Blogs.png') no-repeat;
    background-size: cover;
}

.headin-blog {
    padding: 175px 0;
}

.map-location-wrapper {
    width: 100%;
    height: auto;
}

.embed-map {
    width: 100%;
    height: 600px;
    border-radius: 4px;
}


/* ----------------------------------------- */</pre></body></html>