/*common css*/
/* START COMMON CSS */
/* START Homepage CSS */
.footer-bg {
    background-image: -moz-linear-gradient(90deg, #000 0, #052a49 100%) !important;
    background-image: -webkit-linear-gradient(90deg, #000 0, #052a49 100%) !important;
    background-image: -ms-linear-gradient(90deg, #000 0, #052a49 100%) !important
}
.dashboard-header {
    font-size: 32px;
}

.azure-logo {
    width: 100px;
}

.aws-logo {
    width: 60px;
}

.custom-media {
    display: flex;
    align-items: flex-start;
}
.footer-top-block{background-image:-webkit-linear-gradient(90deg, #000 0, #052a49 100%) !important;}
.footer-top-block h2, h2.email-header{color:#fff;}
.email-top-section h1{color:#d8ae52;}
.email-top-section:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 80%;
    background: #022736 !important;
    background-size: 200px auto;
    max-width: 100%;
}
@media (max-width: 991px) {
    .custom-media {
        display: block;
    }
}

.custom-media-body {
    flex: 1;
}

.custom-media-img {
    align-self: center;
    margin-right: 1rem;
}

.our-customer-section {
    position: relative !important;
    overflow: hidden;
    background: #fff;
}

.marqueeLeft {
    animation: 40s linear 1s infinite normal none running marqueeLeft_animation;
    display: flex;
    flex-wrap: nowrap;
    margin: 32px auto;
    width: calc(5000px);
}

.marqueeRight {
    animation: 40s linear 0s infinite normal none running marqueeLeft_animation;
    display: flex;
    flex-wrap: nowrap;
    animation-direction: reverse;
    margin: 32px auto;
    width: calc(3136px);
}

.client-img {
    background: center center / contain no-repeat rgb(255, 255, 255);
    border: 24px solid rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgb(0 8 36 / 5%) 0px 8px 16px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-right: 32px;
    width: 192px;
    align-items: center;
    height: 100px;
}

@keyframes marqueeLeft_animation {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-4010px));
    }
}

@media (max-width: 420px) {
    @keyframes marqueeLeft_animation {
        0% {
            transform: translateX(0px);
        }

        100% {
            transform: translateX(calc(-4350px));
        }
    }
}

/* End Homepage CSS */

/* Layout CSS */
#temp-body *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
  --primary-color: #f0483e;
  --secondary-color: #022736;
  --white: #fff;
  --light-blue: #eaf5ff;
}

.text-white {
   color: #fff;
}



/* Button CSS */
.pricing-btn,
.signup-btn {
    display: inline-block;
    padding: .5rem 1.5rem;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 1;
    font-size: .9375rem;
    font-weight: 500;
	min-width: 200px;
}

.pricing-btn:hover,
.signup-btn:hover {
    text-decoration: none;
}

.pricing-btn--green,
.signup-btn--green {
    background: var(--primary-color);
    color: #fff
}

.pricing-btn__text,
.signup-btn__text {
    font-size: 11px;
    font-weight: 400;
    display: block;
}

/* Image CSS */
.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Footer CSS */
@media (max-width: 1024px) {
    .footCont li {
        max-width: 100%;
    }
}

/* START Header CSS */
.nav-dwn a {
    font-size: 16px;
}

.btn-header-primary a {
    margin-left: 10px;
}

.btn-header-primary a,
.btn-header-primary a:hover {
    background: #83b633;
    color: #fff;
}

.btn-header-default a,
.btn-header-default a:hover {
    background: #e4e4e4;
    color: #000;
}

.prdct-drop .nav-drop:before {
    right: 324px !important;
}

.menu_button {
    border: none !important;
    margin: 30px 0
}

.menu_button a {
    display: block;
    font-family: ZohoPuviSemBd, Helvetica, sans-serif;
    padding: 0.5rem 0.8125rem;
    font-size: .9375rem !important;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    width: 40%;
    display: inline-block;
    margin: 0 30px;
}

#MEdropPanel {
    margin: 10px 0
}

.menu_button a:last-child {
    background: #83b633;
    color: #fff !important;
    border: 1px solid #83b633;
}

.menu_button a:first-child {
    background: #e2e6ea;
    color: #000 !important;
    border: 1px solid #dae0e5;
}

#backToTop,
.menu_button {
    display: none;
}

@media screen and (max-width: 1025px) {
    .menu_button {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .nav-dwn1 {
        display: none
    }
}

/* END Header CSS */
/* Header Dropdown CSS */
.dropbtn {
    background-color: #fff;
    color: #333;
    padding: 0;
    font-size: 15px;
    border: none;
    font-family: 'Zoho_Puvi_Regular';
}

@media screen and (max-width: 1025px) {
    .dropbtn {
        padding: 10px;
        width: 100%;
        text-align: left;
        line-height: 24px;
        color: #000;
    }

    .dropdown .dropdown-content {
        top: auto;
        left: auto;
    }

    .features .dropdown {
        padding-bottom: 0;
    }
	.dropdown-content .list-dropdown {
	   padding: 0 15px;
	}

    #MEmobPanel .list-dropdown a {
        display: block;
    }

    #MEmobPanel .dropdown-content {
        width: 100%;
    }

    .dropdown .dropdown-content {
        position: relative;
        background: none;
        box-shadow: none;
    }

    .dropdown .list-dropdown li {
        border-bottom: none !important;
    }

    .uil.uil-arrow-down {
        float: right;
        position: relative;
        top: 10px;
    }
}

.list-dropdown {
    list-style: none;
	padding: 15px
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    border-radius: 0.25rem;
    z-index: 1;
    width: 220px;
    min-width: 220px;
    top: 35px;
    left: -19px
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    padding-bottom: 10px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    text-align: left;
}
.dropdown-content li:last-child a {
padding-bottom: 0;
}
.dropdown-content a:hover {
    color: #7bbb2a !important;
}

.uil-arrow-down {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transition: transform 200ms linear;
}

.dropopen:hover .uil {
    transform: rotate(180deg);
    font-size: 24px;
    transition: transform 200ms linear;
}

.dropdown {
    padding-bottom: 26px
}

nav ul.productmenu {
    margin-bottom: 0;
}
.dropdown-content:after {
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    content: '';
    display: block;
    z-index: 2;
    transition: all 200ms linear;
}

.dropdown-content:after {
    left: 42px;
}

/* End Dropdown CSS */

/* END COMMON CSS */

/* Start Mobile app CSS */
.apps-download-links {
display: flex;
}

.apps-download-links img {
width: 120px;
}

.apps-download-links a {
margin: 0 10px 5px 0;
display: inline-block;
}


/* Start Video CSS */
.video-block {
	max-width: 600px;
	margin: 0 auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.35%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
        }
/*common css End*/
/*Grid css*/
.cs-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .cs-container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .cs-container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .cs-container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .cs-container {
        max-width: 1140px;
    }
}

.cs-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.cs-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.cs-col,
.no-gutters>[class*=cs-col-] {
    padding-right: 0;
    padding-left: 0;
}

.cs-col,
.cs-col-1,
.cs-col-10,
.cs-col-11,
.cs-col-12,
.cs-col-2,
.cs-col-3,
.cs-col-4,
.cs-col-5,
.cs-col-6,
.cs-col-7,
.cs-col-8,
.cs-col-9,
.cs-col-auto,
.cs-col-lg,
.cs-col-lg-1,
.cs-col-lg-10,
.cs-col-lg-11,
.cs-col-lg-12,
.cs-col-lg-2,
.cs-col-lg-3,
.cs-col-lg-4,
.cs-col-lg-5,
.cs-col-lg-6,
.cs-col-lg-7,
.cs-col-lg-8,
.cs-col-lg-9,
.cs-col-lg-auto,
.cs-col-md,
.cs-col-md-1,
.cs-col-md-10,
.cs-col-md-11,
.cs-col-md-12,
.cs-col-md-2,
.cs-col-md-3,
.cs-col-md-4,
.cs-col-md-5,
.cs-col-md-6,
.cs-col-md-7,
.cs-col-md-8,
.cs-col-md-9,
.cs-col-md-auto,
.cs-col-sm,
.cs-col-sm-1,
.cs-col-sm-10,
.cs-col-sm-11,
.cs-col-sm-12,
.cs-col-sm-2,
.cs-col-sm-3,
.cs-col-sm-4,
.cs-col-sm-5,
.cs-col-sm-6,
.cs-col-sm-7,
.cs-col-sm-8,
.cs-col-sm-9,
.cs-col-sm-auto,
.cs-col-xl,
.cs-col-xl-1,
.cs-col-xl-10,
.cs-col-xl-11,
.cs-col-xl-12,
.cs-col-xl-2,
.cs-col-xl-3,
.cs-col-xl-4,
.cs-col-xl-5,
.cs-col-xl-6,
.cs-col-xl-7,
.cs-col-xl-8,
.cs-col-xl-9,
.cs-col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.cs-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.cs-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.cs-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.cs-col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.cs-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.cs-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.cs-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.cs-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.cs-col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.cs-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.cs-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.cs-col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.cs-col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.cs-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.cs-order-first {
    -ms-flex-order: -1;
    order: -1;
}

.cs-order-last {
    -ms-flex-order: 13;
    order: 13;
}

.cs-order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.cs-order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.cs-order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.cs-order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.cs-order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.cs-order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.cs-order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.cs-order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.cs-order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.cs-order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.cs-order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.cs-order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.cs-order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.cs-offset-1 {
    margin-left: 8.333333%;
}

.cs-offset-2 {
    margin-left: 16.666667%;
}

.cs-offset-3 {
    margin-left: 25%;
}

.cs-offset-4 {
    margin-left: 33.333333%;
}

.cs-offset-5 {
    margin-left: 41.666667%;
}

.cs-offset-6 {
    margin-left: 50%;
}

.cs-offset-7 {
    margin-left: 58.333333%;
}

.cs-offset-8 {
    margin-left: 66.666667%;
}

.cs-offset-9 {
    margin-left: 75%;
}

.cs-offset-10 {
    margin-left: 83.333333%;
}

.cs-offset-11 {
    margin-left: 91.666667%;
}

@media (min-width:576px) {
    .cs-col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .cs-col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .cs-col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .cs-col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .cs-col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .cs-col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .cs-col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .cs-col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cs-col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .cs-col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .cs-col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .cs-col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .cs-col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .cs-col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cs-order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .cs-order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .cs-order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .cs-order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .cs-order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .cs-order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .cs-order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .cs-order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .cs-order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .cs-order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .cs-order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .cs-order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .cs-order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .cs-order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .cs-order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .cs-offset-sm-0 {
        margin-left: 0;
    }

    .cs-offset-sm-1 {
        margin-left: 8.333333%;
    }

    .cs-offset-sm-2 {
        margin-left: 16.666667%;
    }

    .cs-offset-sm-3 {
        margin-left: 25%;
    }

    .cs-offset-sm-4 {
        margin-left: 33.333333%;
    }

    .cs-offset-sm-5 {
        margin-left: 41.666667%;
    }

    .cs-offset-sm-6 {
        margin-left: 50%;
    }

    .cs-offset-sm-7 {
        margin-left: 58.333333%;
    }

    .cs-offset-sm-8 {
        margin-left: 66.666667%;
    }

    .cs-offset-sm-9 {
        margin-left: 75%;
    }

    .cs-offset-sm-10 {
        margin-left: 83.333333%;
    }

    .cs-offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width:768px) {
    .cs-col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .cs-col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .cs-col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .cs-col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .cs-col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .cs-col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .cs-col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .cs-col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cs-col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .cs-col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .cs-col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .cs-col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .cs-col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .cs-col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cs-order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .cs-order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .cs-order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .cs-order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .cs-order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .cs-order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .cs-order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .cs-order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .cs-order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .cs-order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .cs-order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .cs-order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .cs-order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .cs-order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .cs-order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .cs-offset-md-0 {
        margin-left: 0;
    }

    .cs-offset-md-1 {
        margin-left: 8.333333%;
    }

    .cs-offset-md-2 {
        margin-left: 16.666667%;
    }

    .cs-offset-md-3 {
        margin-left: 25%;
    }

    .cs-offset-md-4 {
        margin-left: 33.333333%;
    }

    .cs-offset-md-5 {
        margin-left: 41.666667%;
    }

    .cs-offset-md-6 {
        margin-left: 50%;
    }

    .cs-offset-md-7 {
        margin-left: 58.333333%;
    }

    .cs-offset-md-8 {
        margin-left: 66.666667%;
    }

    .cs-offset-md-9 {
        margin-left: 75%;
    }

    .cs-offset-md-10 {
        margin-left: 83.333333%;
    }

    .cs-offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width:992px) {
    .cs-col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .cs-col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .cs-col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .cs-col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .cs-col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .cs-col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .cs-col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .cs-col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cs-col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .cs-col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .cs-col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .cs-col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .cs-col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .cs-col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cs-order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .cs-order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .cs-order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .cs-order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .cs-order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .cs-order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .cs-order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .cs-order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .cs-order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .cs-order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .cs-order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .cs-order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .cs-order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .cs-order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .cs-order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .cs-offset-lg-0 {
        margin-left: 0;
    }

    .cs-offset-lg-1 {
        margin-left: 8.333333%;
    }

    .cs-offset-lg-2 {
        margin-left: 16.666667%;
    }

    .cs-offset-lg-3 {
        margin-left: 25%;
    }

    .cs-offset-lg-4 {
        margin-left: 33.333333%;
    }

    .cs-offset-lg-5 {
        margin-left: 41.666667%;
    }

    .cs-offset-lg-6 {
        margin-left: 50%;
    }

    .cs-offset-lg-7 {
        margin-left: 58.333333%;
    }

    .cs-offset-lg-8 {
        margin-left: 66.666667%;
    }

    .cs-offset-lg-9 {
        margin-left: 75%;
    }

    .cs-offset-lg-10 {
        margin-left: 83.333333%;
    }

    .cs-offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width:1200px) {
    .cs-col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .cs-col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .cs-col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .cs-col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .cs-col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .cs-col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .cs-col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .cs-col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cs-col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .cs-col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .cs-col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .cs-col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .cs-col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .cs-col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cs-order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .cs-order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .cs-order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .cs-order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .cs-order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .cs-order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .cs-order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .cs-order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .cs-order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .cs-order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .cs-order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .cs-order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .cs-order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .cs-order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .cs-order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .cs-offset-xl-0 {
        margin-left: 0;
    }

    .cs-offset-xl-1 {
        margin-left: 8.333333%;
    }

    .cs-offset-xl-2 {
        margin-left: 16.666667%;
    }

    .cs-offset-xl-3 {
        margin-left: 25%;
    }

    .cs-offset-xl-4 {
        margin-left: 33.333333%;
    }

    .cs-offset-xl-5 {
        margin-left: 41.666667%;
    }

    .cs-offset-xl-6 {
        margin-left: 50%;
    }

    .cs-offset-xl-7 {
        margin-left: 58.333333%;
    }

    .cs-offset-xl-8 {
        margin-left: 66.666667%;
    }

    .cs-offset-xl-9 {
        margin-left: 75%;
    }

    .cs-offset-xl-10 {
        margin-left: 83.333333%;
    }

    .cs-offset-xl-11 {
        margin-left: 91.666667%;
    }
}

/*grid css End*/

/* START Tabs CSS */
.indx-sec2-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.indx-collapse li {
    position: relative;
    padding: 0 15px;
    border-top: 1px solid #ddd;
}

.indx-collapse li.active {
    margin-bottom: -1px;
    z-index: 2;
    box-shadow: 0 4px 12px 0 rgb(104 115 125 / 15%);
    transition: background-color 1000ms 500ms, border-color 1000ms 500ms, box-shadow 1000ms 500ms, padding 500ms;
    border-top: 2px solid #4daf00;
    background-color: #fff;
}

.indx-collapse li a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
}

.indx-collapse li p {
    margin: 0;
    padding-bottom: 15px;
}

.indx-collapse ul li h4 a:after {
    position: absolute;
    content: "+";
    font-size: 28px;
    top: 15px;
    right: 15px;
    color: #83b633;
    font-weight: 100;
}

.indx-collapse ul li.active h4 a:after {
    content: "l";
    font-size: 16px;
    transform: rotate(90deg);
    right: 20px;
    font-weight: 100;
}

/* END Tabs CSS */

/* START Homepage CSS */
.dashboard-header {
    font-size: 32px;
}

.azure-logo {
    width: 100px;
}

.aws-logo {
    width: 60px;
}

.custom-media {
    display: flex;
    align-items: flex-start;
}

@media (max-width: 991px) {
    .custom-media {
        display: block;
    }
}

.custom-media-body {
    flex: 1;
}

.custom-media-img {
    align-self: center;
    margin-right: 1rem;
}

.aws-built-text {
    min-height: 96px;
}

.grey-bg {
    background-color: #f3f4f4;
}

.border-top {
    border-top: 1px solid #dee2e6;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6;
}

@media (min-width: 768px) {

    /* Start CSS Animations */
    .animate-img {
        opacity: 0;
        transform: translateY(50px);
        transition: transform 1s ease, opacity 1s ease;
    }

    .animate-media.active img {
        transform: translateY(0);
        opacity: 1;
    }

    .dashboard-box-inner {
        transition: transform .7s linear;
        transform: translateY(50px);
    }

    .active .dashboard-box-inner {
        transform: translateY(0);
    }

    .active .dashboard-box-inner-1 {
        transition-delay: .2s;
    }

    .active .dashboard-box-inner-2 {
        transition-delay: .4s;
    }

    .active .dashboard-box-inner-3 {
        transition-delay: .6s
    }

    /* End CSS Animations */
}

.indx-sec2-inner-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .indx-sec2-inner-mobile {
        display: block !important;
    }

    .indx-sec2-inner {
        display: none;
    }
}

.banner-subheader {
    font-weight: 500;
}

.view-link {
    display: inherit;
}

.mx-auto {
    margin: auto;
}

video {
    max-width: 100%;
    height: auto;
}

.flex-start {
    align-items: flex-start;
}

.our-customer-section {
    position: relative !important;
    overflow: hidden;
    background: #fff;
}

.marqueeLeft {
    animation: 40s linear 1s infinite normal none running marqueeLeft_animation;
    display: flex;
    flex-wrap: nowrap;
    margin: 32px auto;
    width: calc(5000px);
}

.marqueeRight {
    animation: 40s linear 0s infinite normal none running marqueeLeft_animation;
    display: flex;
    flex-wrap: nowrap;
    animation-direction: reverse;
    margin: 32px auto;
    width: calc(3136px);
}

.client-img {
    background: center center / contain no-repeat rgb(255, 255, 255);
    border: 24px solid rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgb(0 8 36 / 5%) 0px 8px 16px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-right: 32px;
    width: 192px;
    align-items: center;
    height: 100px;
}

@keyframes marqueeLeft_animation {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-3600px));
    }
}
@media (max-width: 420px){
@keyframes marqueeLeft_animation {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-4350px));
    }
}
}
/* End Homepage CSS */

/* Start Pricingpage CSS */

.faq li {
    padding: 1.25em;
    position: relative;
}

.pricing-example-list li {
    padding: 0;
}

.faq ul {
    list-style-type: none;
}

.faq li.question {
    border-bottom: 1px solid #dee2e6;
    cursor: pointer;
}

.faq li.answer {
    display: none;
}

.faq li h4:after,
.faq li h3:after {
    position: absolute;
    content: "+";
    font-size: 28px;
    top: 15px;
    right: 15px;
    color: #f0483e;
    font-weight: 100;
}

.faq li.active h4:after,
.faq li.active h3:after {
    content: "l";
    font-size: 16px;
    transform: rotate(90deg);
    right: 20px;
    font-weight: 100;
}

table {
    border-collapse: collapse;
}

.pricing-table {
    width: 80% !important;
    margin: 0 auto;
}

.pricing-table tr {
    border: 1px solid rgba(0, 0, 0, .125);
}

.pricing-table thead th {
    vertical-align: middle;
    text-align: center;
    padding: 1rem;
    border-right: 1px solid rgba(0, 0, 0, .125);
}

.pricing-table td {
    vertical-align: middle;
    text-align: center;
    width: 50%;
    padding: 1rem;
    border-right: 1px solid rgba(0, 0, 0, .125);
}

.main-feature-list>li:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 7px;
    border-left: 2px solid #f0483e;
    border-bottom: 2px solid #f0483e;
    transform: rotate(-50deg);
    top: 10px;
    left: 0;
}

.main-feature-list>li {
    list-style: none;
    display: block;
    position: relative;
    padding-left: 1.5rem;
    font-size: .875rem;
    line-height: 2;
}

/* END Pricingpage CSS */

/* START subpages CSS  */
.banner-block {
    background-color: #f7f7f7;
}

@media (min-width: 768px) {
    .order-row-reverse {
        display: flex;
        flex-direction: row-reverse;
    }

    .flex-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 767px) {

    .mrg-img-bot,
    .mrg-btn-bot {
        margin-bottom: 20px;
    }
}

.upper-case {
    text-transform: uppercase;
}

.grey-badge {
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #f2f2f2;
    border-radius: 20px;
    font-size: 12px;
    padding: 8px 18px;
    margin-bottom: 10px;
}

/* END Subpages CSS  */
/* START Feature CSS  */
.bg-banner-solid--blue {
    background-color: #eaf5ff;
}

.features h3 a {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}

.features h3 a:hover {
    text-decoration: none;
}

.feature-list ul li a {
    color: inherit;
    text-decoration: none;
    padding: 0 10px;
    margin-bottom: 20px;
    border-left: 2px solid #ffffff;
    font-size: 16px;
    display: inline-block;
}

.feature-list {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

.feature-list ul li.active a {
    color: #83b633;
    border-left: 2px solid #83b633;
}

.text-head-mob {
    display: none;
}

#fea-mob-show {
    display: none;
}

@media screen and (min-width: 992px) {
    #commonHeader {
        min-height: 92px
    }
}

@media screen and (max-width: 991px) {
    .text-head-mob {
        display: block;
    }

    #fea-desk-show {
        display: none;
    }

    .feature-list {
        height: initial;
        top: 93px;
        padding-top: 1px;
        background: #fff;
        border-bottom: 1px solid #ddd;
        z-index: 1;
        text-align: center;
    }

    .feature-dropdown {
        position: -webkit-sticky;
        position: sticky;
        top: 93px;
        background: #fff;
        z-index: 1;
    }

    .af-lap,
    #fea-mob-show {
        display: none;
    }

    .feature-list ul li.active {
        background: #83b633;
        color: #fff;
    }

    .feature-list ul li {
        width: 100%;
        border-top: 1px solid #efefef;
        float: left;
        font-size: 15px;
        background: #fff;
    }

    .feature-list ul li.active a {
        color: #fff;
        border-left: 0;
    }

    .feature-list ul li a {
        margin-bottom: 0;
        padding: 7px;
    }

    .cloud-content {
        margin-top: 30px !important;
    }

    .feature-list ul li:last-child {
        box-shadow: 0 2px 2px -1px #ccc;
    }

    .feature-list,
    .features-col {
        width: 100%;
    }

    .feature-content {
        padding-top: 30px;
    }
}

/* END Feature CSS  */