@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700);
body {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    color: #718096;
    font-weight: 500;
    line-height: 1.5;
    font-smoothing: antialiased;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    color: #222;
    font-weight: 700
}

a:hover {
    color: #222
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-weight: 700
}

.white-color .h1,
.white-color .h2,
.white-color .h3,
.white-color .h4,
.white-color .h5,
.white-color .h6,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6 {
    color: #fff
}

.display-1,
.display-2,
.display-3,
.display-4 {
    color: #222;
    font-weight: 700
}

.font-alt {
    font-family: "Urbanist", sans-serif
}

.lead {
    font-weight: 400;
    line-height: 1.5
}

@media (max-width:767px) {
    .lead {
        font-size: 1.08rem
    }
}

.font-small {
    font-size: .75rem;
    line-height: 1rem
}

@media (max-width:1199px) {
    legend {
        font-size: calc(1.275rem + .3vw)
    }
    .h1,
    h1 {
        font-size: calc(1.375rem + 1.5vw)
    }
    .h2,
    h2 {
        font-size: calc(1.325rem + .9vw)
    }
    .h3,
    h3 {
        font-size: calc(1.3rem + .6vw)
    }
    .h4,
    h4 {
        font-size: calc(1.275rem + .3vw)
    }
    .display-1 {
        font-size: calc(1.725rem + 5.7vw)
    }
    .display-2 {
        font-size: calc(1.675rem + 5.1vw)
    }
    .display-3 {
        font-size: calc(1.575rem + 3.9vw)
    }
    .display-4 {
        font-size: calc(1.475rem + 2.7vw)
    }
    .close {
        font-size: calc(1.275rem + .3vw)
    }
}

.font-w-700 {
    font-weight: 700
}

.m-btn-wide {
    min-width: 160px
}

.m-btn.m-btn-theme {
    background: #cf4d27;
    color: #fff
}

.m-btn.m-btn-theme2nd {
    background: #53d267;
    color: #fff
}

.m-btn {
    display: inline-block;
    border: none;
    color: inherit;
    line-height: 1.5;
    border-radius: 0;
    padding: .75rem 1.75rem;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 600;
    -moz-transition: ease-in-out all .55s;
    -o-transition: ease-in-out all .55s;
    -webkit-transition: ease-in-out all .55s;
    transition: ease-in-out all .55s;
    text-align: center;
    border: 1px solid transparent
}

.m-btn.m-btn-shadow {
    box-shadow: 0 21px 35px -5px rgba(0, 0, 0, .3)
}

.m-btn.m-btn-radius {
    border-radius: 5px
}

.m-btn.m-btn-icon.m-btn-round {
    border-radius: 50%
}

.m-btn.m-btn-sm {
    padding: .5rem 1.25rem;
    font-size: .85rem;
    line-height: 1.5
}

.m-btn.m-btn-sm.m-btn-icon {
    width: 2.4375rem;
    height: 2.4375rem;
    line-height: 2.4375rem
}

.m-btn.m-btn-lg {
    padding: 1rem 1.875rem;
    font-size: 1rem;
    line-height: 1.5
}

.m-btn.m-btn-lg.m-btn-icon {
    width: 4rem;
    height: 4rem;
    line-height: 4rem
}

.m-btn.m-btn-xl {
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
    line-height: 1.5
}

.m-btn.m-btn-xl.m-btn-icon {
    width: 4rem;
    height: 4rem;
    line-height: 4rem
}

.m-btn.m-btn-white {
    background: #fff;
    border-color: #fff;
    color: #222
}

.m-btn.m-btn-white:focus,
.m-btn.m-btn-white:hover {
    background: 0 0;
    color: #fff
}

.m-btn.m-btn-t-white {
    background: 0 0;
    border-color: #fff;
    color: #fff
}

.m-btn.m-btn-t-white:focus,
.m-btn.m-btn-t-white:hover {
    background: #fff;
    border-color: #fff;
    color: #222
}

.m-btn.m-btn-light {
    background: 0 0;
    border-color: rgba(247, 249, 252, .25);
    color: #fff
}

.m-btn.m-btn-light:focus,
.m-btn.m-btn-light:hover {
    background: rgba(247, 249, 252, .25);
    color: #fff
}

img {
    max-width: 100%
}

.section {
    padding: 50px 0
}

@media (max-width:991px) {
    .section {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width:767px) {
    .section {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.full-screen {
    min-height: 85vh
}

@media (min-width:992px) {
    .max-width-120 {
        max-width: 120%
    }
}

@media (min-width:992px) {
    .max-width-140 {
        max-width: 140%
    }
}

.theme-bg {
    background: linear-gradient(90deg, #8B5CF6 0%, #673DE6 100%);
}

.theme-color {
    color: #222
}

.theme2nd-bg {
    background-color: #673DE6
}

.dark-color {
    color: #222
}

.gray-bg {
    background-color: #f2f3fa
}

.white-bg-alt {
    background-color: rgba(255, 255, 255, .1)
}

.white-bg {
    background-color: #fff
}

.white-color {
    color: #fff
}

.yellow-color {
    color: #ff7800
}

.green-bg-alt {
    background-color: rgba(17, 226, 121, .1)
}

.green-color {
    color: #11e279
}

.white-color-light {
    color: rgba(255, 255, 255, 255)
}

.theme-g-bg {
    background: linear-gradient(90deg, #8B5CF6 0%, #673DE6 100%)
}

.svg-color circle,
.svg-color path,
.svg-color polygon,
.svg_img circle,
.svg_img path,
.svg_img polygon {
    fill: currentColor
}

.main-page-title {
    padding: 175px 0 80px
}

@media (max-width:991px) {
    .main-page-title {
        padding-top: 130px
    }
}

.main-page-title.effect-section .shap-top-left {
    width: 80vh;
    height: 80vh
}

.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    background: 0 0;
    border-radius: 0
}

.breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    color: #222
}

.breadcrumb li+li {
    padding-left: 17px;
    margin-left: 17px
}

.breadcrumb li+li:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    opacity: .5;
    left: -2px;
    top: 0;
    bottom: 0;
    margin: auto
}

.breadcrumb li a {
    color: #222
}

.breadcrumb.white li {
    color: #fff
}

.breadcrumb.white li a {
    color: #fff
}

.particles-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .2;
    pointer-events: none
}

.effect-section {
    position: relative;
    overflow: hidden
}

.effect-section .bottom-ani {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.effect-section .svg-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none
}

.effect-section .shap-top-left {
    position: absolute;
    width: 100vh;
    height: 100vh;
    left: -30vh;
    top: -30vh
}

.effect-section .shap-bottom-right {
    position: absolute;
    width: 100vh;
    height: 100vh;
    right: -30vh;
    bottom: -30vh
}

.icon-40 i.number {
    font-style: normal
}

.icon-50 {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 21px
}

.icon-50 i {
    line-height: 50px
}

.icon-80 {
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 36px
}

.icon-80 i {
    line-height: 80px
}

.icon-80 i.number {
    font-style: normal
}

@media screen and (max-width:990px) {
    .x-hidden {
        display: none
    }
}

.opacity-2 {
    opacity: .2
}

.transition {
    -moz-transition: ease-in-out all .35s;
    -o-transition: ease-in-out all .35s;
    -webkit-transition: ease-in-out all .35s;
    transition: ease-in-out all .35s
}

[class*=hover-] {
    -moz-transition: ease-in-out all .35s;
    -o-transition: ease-in-out all .35s;
    -webkit-transition: ease-in-out all .35s;
    transition: ease-in-out all .35s
}

.hover-top {
    position: relative;
    top: 0
}

.hover-top:hover {
    top: -10px
}

.hover-top-in .hover-top--in {
    position: relative;
    top: 0
}

.hover-top-in:hover .hover-top--in {
    top: -10px
}

.box-shadow {
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, .08)
}

.border-all-1 {
    border: 1px solid
}

.border-all-2 {
    border: 2px solid
}

.border-color-white {
    border-color: #fff
}

.border-color-white-alt {
    border-color: rgba(255, 255, 255, .65)
}

.card {
    border: 1px solid #eff2f7
}

.border-radius-0 {
    border-radius: 0
}

.border-radius-5 {
    border-radius: 50px
}

.border-radius-15 {
    border-radius: 15px
}

.border-radius-50 {
    border-radius: 50%
}

.form-control {
    height: calc(1.5em + 1.375rem + 2px);
    padding: .6875rem .75rem;
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid #e2e8f0
}

.form-control:focus {
    box-shadow: none
}

.kongclt {
    margin-top: 47px
}

@media only screen and (min-width: 769px) and (max-width: 1881px) {
    .konghero-section {
        height: 41rem;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1881px) {
    .full-screen {
        padding-top: 0px !important;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1881px) {
    .kongwidth {
        max-width: 170%;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1500px) {
    .kongwidth {
        max-width: 130%;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1881px) {
    .herokongpad {
        height: 39rem;
    }
}

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

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
}

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

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
}

* {
    box-sizing: border-box;
}

.poppins_font {
    font-family: Montserrat, sans-serif;
}

.margin_bottom_5 {
    margin-bottom: 5px;
}

.color_fff {
    color: #fff;
}

.bg_080245 {
    background: linear-gradient(90deg, #8B5CF6 0%, #673DE6 100%);
}

.font_size_48 {
    font-size: 48px;
}

.font_weight_700 {
    font-weight: 700;
}

.kh-mncntnr {
    color: #fff;
    padding: 60px 10px;
    position: relative;
    z-index: 1;
}

.kh-mnwrapr {
    width: 1150px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.kh-mncol {
    width: 50%;
}

.kh-sbttl {
    font-size: 24px;
}

.kh-apps-wrapr {
    width: 450px;
    height: 387px;
    margin: 0 auto;
    position: relative;
}

.kh-app {
    background: #fff;
    position: absolute;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 3px 3px 10px #397ecb;
    transition: all .3s ease-in-out;
}

.kh-app::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    z-index: 5;
}

.kh-app:hover {
    transform: scale(1.05);
}

.kh-app1 {
    left: 19.5%;
    top: 9.2%;
    width: 13%;
}

.kh-app2 {
    left: 44%;
    top: 9.2%;
    width: 25%;
}

.kh-app3 {
    left: 84%;
    top: 6.9%;
    width: 13%;
}

.kh-app4 {
    left: 3%;
    top: 41%;
    width: 23%;
}

.kh-app5 {
    left: 40%;
    top: 55.7%;
    width: 11%;
}

.kh-app6 {
    left: 76.5%;
    top: 37.2%;
    width: 12%;
}

.kh-app7 {
    left: 32.2%;
    top: 77.5%;
    width: 14.8%;
}

.kh-app8 {
    left: 70%;
    top: 64.2%;
    width: 15.8%;
}

.kh-app div {
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.kh-app-bg {
    background: url(https://robohost.in/assets/img/web-apps.png) no-repeat;
    background-size: 800%;
}

.kh-app1 div {
    background-position: 0 0;
}

.kh-app2 div {
    background-position: 14.29% 0;
}

.kh-app3 div {
    background-position: 28.57% 0;
}

.kh-app4 div {
    background-position: 42.86% 0;
}

.kh-app5 div {
    background-position: 57.14% 0;
}

.kh-app6 div {
    background-position: 71.43% 0;
}

.kh-app7 div {
    background-position: 85.71% 0;
}

.kh-app8 div {
    background-position: 100% 0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

div,
span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 99.6%;
    vertical-align: baseline;
    background: 0 0;
}

* {
    font-family: Montserrat, sans-serif;
}

@media screen and (max-width:1250px) {
    .kh-mncntnr {
        padding: 50px 10px;
    }
}

@media screen and (max-width:1200px) {
    .kh-mnwrapr {
        width: 95%;
    }
    .kh-sbttl {
        font-size: 18px;
    }
    .kh-mncol2 {
        padding: 0 10px;
    }
    .kh-apps-wrapr {
        width: 100%;
        height: 0;
        padding-top: 86%;
    }
}

@media screen and (max-width:1024px) {
    .kh-mnwrapr {
        width: 98%;
    }
}

@media screen and (max-width:950px) {
    @media screen and (max-width: 750px) {
        .kh-mnwrapr {
            width:100%;
        }
        .kh-mncol {
            width: 100%;
            text-align: center;
        }
        .kh-mncol1 {
            margin-bottom: 30px;
        }
        .kh-sbttl {
            font-size: 15px;
        }
        .kh-apps-wrapr {
            width: 100%;
            height: auto;
            padding: 0;
            display: flex;
            flex-flow: row wrap;
            align-items: center;
            justify-content: center;
        }
        .kh-app {
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            bottom: auto;
            margin: 10px 1%;
            width: 18%;
        }
    }
    @media screen and (max-width:500px) {
        .kh-app {
            margin: 5px 1%;
            width: 23%;
        }
    }
}

.hover-fade {
    position: relative;
    top: 0
}

.hover-fade:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 15%) !important;
    border-color: #fff;
    transform: scale(1.02)
}

.hover-fade-in .hover-fade--in {
    position: relative;
    top: 0
}

.hover-fade-in:hover .hover-fade--in {
    top: -10px
}

.btn-default {
    box-shadow: inset 0 0 0 0 #673DE6;
    color: #673DE6;
    padding: 0 .25rem;
    margin: 0 -.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.btn-default:hover {
    color: #fff;
    box-shadow: inset 200px 0 0 0 #673DE6;
    ;
}

.new-stip {
    color: #fff;
    background-color: #fd3434;
    position: absolute;
    font-size: 10px;
    margin: auto 3px;
    padding: 2px;
    border-radius: 2px;
    letter-spacing: 1px;
}