/*Top App CSS*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

.topapp-main {
    font-family: roboto, sans-serif;
    overflow-x: hidden;
    font-size: 14px;
    color: #777;
    line-height: 1.7em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}

.bordered-layout .page-wrapper {
    padding: 0 50px
}

a {
    text-decoration: none;
    cursor: pointer
}

.topapp-main button,
a:hover,
.topapp-main a:focus,
.topapp-main a:visited {
    text-decoration: none !important;
    outline: 0 !important
}

.topapp-main h1,
.topapp-main h2,
.topapp-main h3,
.topapp-main h4,
.topapp-main h5,
.topapp-main h6 {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: 0 0;
    line-height: 1.6em;
    font-family: poppins, sans-serif
}

.topapp-main h1 {
    font-size: 60px
}

.topapp-main h2 {
    font-size: 40px
}

.topapp-main h3 {
    font-size: 34px
}

.topapp-main h4 {
    font-size: 22px
}

.topapp-main h5 {
    font-size: 20px
}

.topapp-main h6 {
    font-size: 18px
}

.topapp-main p {
    position: relative;
    line-height: 1.8em
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.topapp-main .medium-container {
    max-width: 850px
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

.topapp-main ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

.topapp-main img {
    display: inline-block;
    max-width: 100%
}

.topapp-theme-btn {
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.topapp-main .centered {
    text-align: center
}

.btn-style-one {
    position: relative;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 5px;
    text-transform: capitalize;
    padding: 15px 26px;
    font-family: poppins, sans-serif;
    background-image: -ms-linear-gradient(left, #0084fd 0, #6cd8ff 100%);
    background-image: -moz-linear-gradient(left, #0084fd 0, #6cd8ff 100%);
    background-image: -o-linear-gradient(left, #0084fd 0, #6cd8ff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0084fd), color-stop(100, #6cd8ff));
    background-image: -webkit-linear-gradient(left, #0084fd 0, #6cd8ff 100%);
    background-image: linear-gradient(to right, #0084fd 0, #6cd8ff 100%)
}

.btn-style-one:hover {
    color: #fff;
    background-image: -ms-linear-gradient(left, #6bd7ff 0, #0084fd 100%);
    background-image: -moz-linear-gradient(left, #6bd7ff 0, #0084fd 100%);
    background-image: -o-linear-gradient(left, #6bd7ff 0, #0084fd 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #6bd7ff), color-stop(100, #0084fd));
    background-image: -webkit-linear-gradient(left, #6bd7ff 0, #0084fd 100%);
    background-image: linear-gradient(to right, #6bd7ff 0, #0084fd 100%)
}

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 31px;
    color: #fff;
    padding: 17px 32px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 7px;
    overflow: hidden;
    z-index: 1;
    background-color: #fe444a;
    text-transform: capitalize;
    font-family: poppins, sans-serif
}

.btn-style-two:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    background: url(../img/topapp/icons/pattern-1.png) right top no-repeat
}

.btn-style-two:after {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    background: url(../img/topapp/icons/pattern-2.png) right top no-repeat
}

.btn-style-two:hover::before {
    left: 0;
    transition-delay: 50ms
}

.btn-style-two:hover::after {
    left: 0;
    transition-delay: 100ms
}

.btn-style-two .txt {
    position: relative;
    z-index: 1
}

.btn-style-two:hover {
    color: #fff
}

.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 31px;
    color: #fff;
    padding: 17px 44px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 7px;
    overflow: hidden;
    z-index: 1;
    background-color: #9225d5;
    text-transform: capitalize;
    font-family: poppins, sans-serif
}

.btn-style-three:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: url(../img/topapp/icons/pattern-3.png) right top no-repeat
}

.btn-style-three:after {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: url(../img/topapp/icons/pattern-4.png) right top no-repeat
}

.btn-style-three:hover::before {
    left: 0;
    transition-delay: 50ms
}

.btn-style-three:hover::after {
    left: 0;
    transition-delay: 100ms
}

.btn-style-three .txt {
    position: relative;
    z-index: 1
}

.btn-style-three:hover {
    color: #fff
}

.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 31px;
    color: #fff;
    padding: 17px 44px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 7px;
    overflow: hidden;
    z-index: 1;
    background-color: #0282f9;
    text-transform: capitalize;
    font-family: poppins, sans-serif
}

.btn-style-four:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: url(../img/topapp/icons/pattern-13.png) right top no-repeat
}

.btn-style-four:after {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: url(../img/topapp/icons/pattern-14.png) right top no-repeat
}

.btn-style-four .txt {
    position: relative;
    z-index: 1
}

.btn-style-four:hover::before {
    left: 0;
    transition-delay: 50ms
}

.btn-style-four:hover::after {
    left: 0;
    transition-delay: 100ms
}

.btn-style-four:hover {
    color: #fff;
    background-color: #369cfb
}

.btn-style-five {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 31px;
    color: #fff;
    padding: 17px 44px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 7px;
    overflow: hidden;
    z-index: 1;
    background-color: #2abc52;
    text-transform: capitalize;
    font-family: poppins, sans-serif
}

.btn-style-five:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: url(../img/topapp/icons/pattern-15.png) right top no-repeat
}

.btn-style-five:after {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: url(../img/topapp/icons/pattern-16.png) right top no-repeat
}

.btn-style-five:hover::before {
    left: 0;
    transition-delay: 50ms
}

.btn-style-five:hover::after {
    left: 0;
    transition-delay: 100ms
}

.btn-style-five .txt {
    position: relative;
    z-index: 1
}

.btn-style-five:hover {
    color: #fff;
    background-color: #1ec84d
}

.social-icon-one {
    position: relative
}

.social-icon-one li {
    position: relative;
    margin-right: 7px;
    color: #222;
    font-size: 18px;
    float: left
}

.social-icon-one li.facebook a:hover {
    background-color: #16599b;
    color: #fff
}

.social-icon-one li.twitter a {
    color: #03a9f4
}

.social-icon-one li.twitter:hover a {
    background-color: #03a9f4;
    color: #fff
}

.social-icon-one li.dribbble a {
    color: #ea4c89
}

.social-icon-one li.dribbble a:hover {
    color: #fff;
    background-color: #ea4c89
}

.social-icon-one li.behance a {
    color: #0067ff
}

.social-icon-one li.behance a:hover {
    color: #fff;
    background-color: #0067ff
}

.social-icon-one li a {
    position: relative;
    font-size: 14px;
    color: #16599b;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    border-radius: 50px;
    display: inline-block;
    background-color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.theme_color {
    color: #ff4e53
}

.topapp-preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/topapp/icons/preloader.svg);
    background-size: 110px
}

.topapp-main img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.topapp-scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #0a0a0a;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.topapp-scroll-to-top:hover {
    color: #fff;
    background: #e9454a
}

.topapp-sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 40px
}

.topapp-sec-title .title {
    position: relative;
    font-size: 18px;
    color: #373a5b;
    font-weight: 500;
    z-index: 1;
    margin-left: 12px;
    margin-bottom: 12px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: capitalize;
    font-family: roboto, sans-serif
}

.topapp-sec-title .title:before {
    position: absolute;
    content: "";
    left: -13px;
    top: -7px;
    width: 35px;
    height: 35px;
    z-index: -1;
    border-radius: 50px;
    display: inline-block;
    background-image: -ms-linear-gradient(left, #0084fd 0, #6cd8ff 100%);
    background-image: -moz-linear-gradient(left, #0084fd 0, #6cd8ff 100%);
    background-image: -o-linear-gradient(left, #0084fd 0, #6cd8ff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0084fd), color-stop(100, #6cd8ff));
    background-image: -webkit-linear-gradient(left, #0084fd 0, #6cd8ff 100%);
    background-image: linear-gradient(to right, #0084fd 0, #6cd8ff 100%)
}

.topapp-sec-title .title span {
    position: relative;
    color: #fff
}

.topapp-sec-title h2 {
    position: relative;
    color: #373a5b;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4em;
    margin-top: 12px;
    z-index: 1
}

.topapp-sec-title h2 span {
    position: relative
}

.topapp-sec-title h2 span:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 3px;
    z-index: -1;
    background-image: -ms-linear-gradient(left, #0084fd 0, #6cd8ff 100%);
    background-image: -moz-linear-gradient(left, #0084fd 0, #6cd8ff 100%);
    background-image: -o-linear-gradient(left, #0084fd 0, #6cd8ff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0084fd), color-stop(100, #6cd8ff));
    background-image: -webkit-linear-gradient(left, #0084fd 0, #6cd8ff 100%);
    background-image: linear-gradient(to right, #0084fd 0, #6cd8ff 100%)
}

.topapp-sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 1.9em;
    color: #373a5b;
    margin-top: 10px
}

.topapp-sec-title.centered {
    text-align: center !important
}

.topapp-sec-title.light .title {
    color: #fff
}

.topapp-sec-title.light h2 {
    color: #fff
}

.topapp-sec-title.style-two .title:before {
    background-image: -ms-linear-gradient(left, #31c551 0, #77e34b 100%);
    background-image: -moz-linear-gradient(left, #31c551 0, #77e34b 100%);
    background-image: -o-linear-gradient(left, #31c551 0, #77e34b 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #31c551), color-stop(100, #77e34b));
    background-image: -webkit-linear-gradient(left, #31c551 0, #77e34b 100%);
    background-image: linear-gradient(to right, #31c551 0, #77e34b 100%)
}

.topapp-sec-title.style-two h2 span:before {
    background-image: -ms-linear-gradient(left, #31c551 0, #77e34b 100%);
    background-image: -moz-linear-gradient(left, #31c551 0, #77e34b 100%);
    background-image: -o-linear-gradient(left, #31c551 0, #77e34b 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #31c551), color-stop(100, #77e34b));
    background-image: -webkit-linear-gradient(left, #31c551 0, #77e34b 100%);
    background-image: linear-gradient(to right, #31c551 0, #77e34b 100%)
}

.topapp-sec-title.style-three .title:before {
    background-image: -ms-linear-gradient(left, #9426d5 0, #e642dc 100%);
    background-image: -moz-linear-gradient(left, #9426d5 0, #e642dc 100%);
    background-image: -o-linear-gradient(left, #9426d5 0, #e642dc 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #9426d5), color-stop(100, #e642dc));
    background-image: -webkit-linear-gradient(left, #9426d5 0, #e642dc 100%);
    background-image: linear-gradient(to right, #9426d5 0, #e642dc 100%)
}

.topapp-sec-title.style-three h2 span:before {
    background-image: -ms-linear-gradient(left, #9426d5 0, #e642dc 100%);
    background-image: -moz-linear-gradient(left, #9426d5 0, #e642dc 100%);
    background-image: -o-linear-gradient(left, #9426d5 0, #e642dc 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #9426d5), color-stop(100, #e642dc));
    background-image: -webkit-linear-gradient(left, #9426d5 0, #e642dc 100%);
    background-image: linear-gradient(to right, #9426d5 0, #e642dc 100%)
}

.topapp-sec-title.style-four .title:before {
    background-image: -ms-linear-gradient(left, #f24548 0, #fb8383 100%);
    background-image: -moz-linear-gradient(left, #f24548 0, #fb8383 100%);
    background-image: -o-linear-gradient(left, #f24548 0, #fb8383 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f24548), color-stop(100, #fb8383));
    background-image: -webkit-linear-gradient(left, #f24548 0, #fb8383 100%);
    background-image: linear-gradient(to right, #f24548 0, #fb8383 100%)
}

.topapp-sec-title.style-four h2 span:before {
    background-image: -ms-linear-gradient(left, #f24548 0, #fb8383 100%);
    background-image: -moz-linear-gradient(left, #f24548 0, #fb8383 100%);
    background-image: -o-linear-gradient(left, #f24548 0, #fb8383 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f24548), color-stop(100, #fb8383));
    background-image: -webkit-linear-gradient(left, #f24548 0, #fb8383 100%);
    background-image: linear-gradient(to right, #f24548 0, #fb8383 100%)
}

.list-style-one {
    position: relative
}

.list-style-one li {
    position: relative;
    color: #373a5b;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;
    padding-left: 25px;
    font-family: poppins, sans-serif
}

.list-style-one li:last-child {
    margin-bottom: 0
}

.topapp-main .list-style-one li:before {
    position: absolute;
    content: "\f00c";
    left: 0;
    top: 0;
    color: #27c352;
    font-family: "font awesome 5 free";
    font-weight: 900
}

.main-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.main-header .main-box {
    position: relative;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: 0 0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .main-box .outer-container {
    position: relative;
    padding: 0 40px
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0;
    z-index: 10;
    padding: 30px 0
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .header-upper {
    position: relative;
    z-index: 1
}

.main-header .header-upper .outer-box {
    position: relative;
    float: right;
    padding-top: 28px;
    padding-left: 100px
}

.topapp-mobile-btn {
    text-align: center;
    margin-top: 20px
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    background: #222;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.sticky-header .logo {
    padding: 8px 0
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.sticky-header .main-menu .navigation>li>a {
    padding: 19px 0 !important;
    color: #fff !important
}

.sticky-header .main-menu .navigation>li>a:after {
    display: none
}

.main-header .nav-outer {
    position: static;
    float: right;
    padding-top: 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-header .header-upper .logo-box {
    position: relative;
    padding: 55px 0 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-header .header-upper .logo-box .logo {
    position: relative
}

.main-header .header-lower {
    position: relative;
    background-color: rgba(0, 0, 0, .55)
}

.main-menu {
    position: static;
    float: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navbar-collapse {
    padding: 0;
    float: left;
    display: block !important
}

.main-menu .navigation {
    position: static;
    margin: 0
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-right: 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation>li:last-child {
    margin-right: 0
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0;
    opacity: 1;
    font-weight: 600;
    padding: 39px 0;
    font-size: 16px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: poppins, sans-serif
}

.main-menu .navigation>li>a:before {
    position: absolute;
    content: "";
    left: 6px;
    bottom: 36px;
    width: 0;
    height: 4px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    background-image: -ms-linear-gradient(left, #ff4449 0, #ff757a 100%);
    background-image: -moz-linear-gradient(left, #ff4449 0, #ff757a 100%);
    background-image: -o-linear-gradient(left, #ff4449 0, #ff757a 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff4449), color-stop(100, #ff757a));
    background-image: -webkit-linear-gradient(left, #ff4449 0, #ff757a 100%);
    background-image: linear-gradient(to right, #ff4449 0, #ff757a 100%)
}

.main-menu .navigation>li:hover>a::before,
.main-menu .navigation>li.current>a::before {
    width: 100%
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.main-menu .navigation>li>ul:before {
    position: absolute;
    content: "";
    left: 0;
    top: -30px;
    width: 100%;
    height: 30px;
    display: block
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f4f2f2
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: 0
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 18px;
    line-height: 24px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: #222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #fff;
    padding-left: 30px;
    background: #ff4e53
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: fontawesome;
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 14px;
    width: 10px;
    height: 20px;
    display: block;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #fff
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f4f2f2
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: 0
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 18px;
    line-height: 24px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: #222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #fff;
    padding-left: 30px;
    background: #ff4e53
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: fontawesome;
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    color: #272727;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
    color: #fff
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    border-top: 0 !important;
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    border: 1px solid #fff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none
}

.main-header.fixed-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #000
}

.main-header.fixed-header .header-upper .logo-box {
    padding: 15px 0
}

.main-header.fixed-header .nav-outer {
    padding-top: 0
}

.main-header.fixed-header .main-menu .navigation>li>a {
    padding: 26px 0
}

.main-header.fixed-header .main-menu .navigation>li>a:before {
    display: none
}

.main-header.fixed-header .header-upper .outer-box {
    padding-top: 15px
}

.banner-section {
    position: relative;
    padding-top: 210px;
    padding-bottom: 80px;
    background-position: left bottom;
    background-repeat: repeat-x
}

.banner-section .patern-layer-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 970px;
    background-position: right bottom;
    background-repeat: no-repeat
}

.banner-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-size: cover;
    background-repeat: no-repeat
}

.banner-section .content-column {
    position: relative
}

.banner-section .content-column .inner-column {
    position: relative;
    padding-top: 100px;
    padding-left: 0;
    padding-bottom: 0
}

.banner-section .content-column h1 {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.2em;
    margin-bottom: 25px
}

.banner-section .content-column .text {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 40px;
    font-weight: 400
}

.banner-section .content-column .address {
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 40px;
    font-weight: 400
}

.banner-section .content-column .video-box {
    position: absolute;
    right: 0;
    bottom: 80px;
    z-index: 1
}

.banner-section .content-column .video-box .video-image {
    position: relative;
    margin: 0
}

.banner-section .content-column .video-box .video-image img {
    position: relative;
    width: 100%;
    z-index: 3;
    border-radius: 50%
}

.banner-section .content-column .video-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 45px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.banner-section .content-column .video-box .overlay-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    border-radius: 50%
}

.banner-section .content-column .video-box .overlay-box span {
    position: absolute;
    width: 117px;
    height: 117px;
    left: 0;
    top: 0;
    z-index: 99;
    color: #fff;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    padding-left: 4px;
    display: inline-block;
    line-height: 120px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: rgba(0, 0, 0, .65)
}

.banner-section .content-column .video-box .ripple,
.banner-section .content-column .video-box .ripple:before,
.banner-section .content-column .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 117px;
    height: 117px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .6);
    -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, .6);
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, .6);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.banner-section .content-column .video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.banner-section .content-column .video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

.banner-section .newsletter-form .wpuf-form {
    position: relative;
    display: block;
    max-width: 515px;
    margin-bottom: 10px;
    padding-right: 185px
}

.banner-section .newsletter-form .wpuf-form input[type=text],
.banner-section .newsletter-form .wpuf-form input[type=email] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 15px 10px 30px;
    height: 65px;
    font-size: 15px;
    color: #848383;
    font-weight: 400;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.banner-section .newsletter-form .wpuf-form input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.banner-section .carousel-column {
    position: relative
}

.banner-section .carousel-column .inner-column {
    position: relative
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    display: none
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px;
    text-align: left
}

.mobile-menu .nav-logo img {
    max-width: 200px
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .9);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s ease 500ms;
    -moz-transition: all .7s ease 500ms;
    -ms-transition: all .7s ease 500ms;
    -o-transition: all .7s ease 500ms;
    transition: all .7s ease 500ms;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .close-btn {
    position: absolute;
    right: 3px;
    top: 3px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.mobile-menu .close-btn:hover {
    opacity: .5
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: 0
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: #f34a4d
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none
}

.sticky-header .navbar-header {
    display: none
}

.featured-section {
    position: relative;
    padding-top: 140px;
    padding-bottom: 30px
}

.featured-section .content-column {
    position: relative;
    margin-bottom: 40px
}

.featured-section .content-column .inner-column {
    position: relative
}

.featured-section .content-column .topapp-sec-title {
    margin-bottom: 25px
}

.featured-section .content-column .text {
    position: relative;
    margin-bottom: 20px
}

.featured-section .content-column .text p {
    position: relative;
    color: #373a5b;
    font-size: 16px;
    line-height: 1.9em;
    margin-bottom: 25px
}

.featured-section .content-column .text p:last-child {
    margin-bottom: 0
}

.featured-section .content-column .list-style-one {
    margin-bottom: 40px
}

.featured-section .blocks-column {
    position: relative;
    margin-bottom: 40px
}

.featured-section .blocks-column .inner-column {
    position: relative;
    padding-left: 40px;
    padding-right: 40px
}

.featured-section .blocks-column .inner-column .side-image {
    position: absolute;
    right: -90px;
    bottom: -24px
}

.featured-section .blocks-column .inner-column .cloud-icon {
    position: absolute;
    right: -40px;
    top: 140px
}

.featured-block {
    position: relative;
    margin-bottom: 40px
}

.featured-block .inner-box {
    position: relative;
    text-align: center;
    padding: 50px 21px 35px;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2)
}

.featured-block .inner-box .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50px;
    background-color: #f54245;
    display: inline-block;
    text-align: center;
    box-shadow: 0 15px 15px rgba(239, 66, 70, .3)
}

.featured-block .inner-box .icon-box:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 50px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    background: url(../img/topapp/icons/pattern-5.png) right top no-repeat
}

.featured-block .inner-box .icon-box:after {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    background: url(../img/topapp/icons/pattern-6.png) right top no-repeat
}

.featured-block .inner-box:hover .icon-box:before {
    left: 0;
    transition-delay: 150ms
}

.featured-block .inner-box:hover .icon-box:after {
    left: 0;
    transition-delay: 300ms
}

.featured-block .inner-box .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50px;
    background-color: #f54245;
    display: inline-block;
    text-align: center;
    box-shadow: 0 15px 15px rgba(239, 66, 70, .3)
}

.featured-block.style-two .inner-box .icon-box {
    background-color: #0084fe;
    box-shadow: 0 15px 15px rgba(0, 132, 154, .3)
}

.featured-block.style-two .inner-box .icon-box:before {
    background: url(../img/topapp/icons/pattern-7.png) right top no-repeat
}

.featured-block.style-two .inner-box .icon-box:after {
    background: url(../img/topapp/icons/pattern-8.png) right top no-repeat
}

.featured-block.style-three .inner-box .icon-box {
    background-color: #2abb52;
    box-shadow: 0 15px 15px rgba(0, 132, 154, .3)
}

.featured-block.style-three .inner-box .icon-box:before {
    background: url(../img/topapp/icons/pattern-9.png) right top no-repeat
}

.featured-block.style-three .inner-box .icon-box:after {
    background: url(../img/topapp/icons/pattern-10.png) right top no-repeat
}

.featured-block.style-four {
    transform: translateX(20px) rotate(3deg)
}

.featured-block.style-four .inner-box .icon-box {
    background-color: #9424d7;
    box-shadow: 0 15px 15px rgba(147, 38, 214, .3)
}

.featured-block.style-four .inner-box .icon-box:before {
    background: url(../img/topapp/icons/pattern-11.png) right top no-repeat
}

.featured-block.style-four .inner-box .icon-box:after {
    background: url(../img/topapp/icons/pattern-12.png) right top no-repeat
}

.featured-block .inner-box .icon-box .icon {
    position: relative;
    color: #fff;
    z-index: 1;
    font-size: 32px
}

.featured-block .inner-box h3 {
    position: relative;
    color: #373a5b;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 20px
}

.featured-block .inner-box .text {
    position: relative;
    color: #373a5b;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 18px
}

.steps-section {
    position: relative;
    padding: 120px 0
}

.steps-section .patern-layer-one {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 34%;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat
}

.steps-section .patern-layer-two {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 331px;
    height: 624px;
    background-position: right top;
    background-repeat: no-repeat
}

.steps-section .patern-layer-three {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 623px;
    height: 824px;
    background-position: right bottom;
    background-repeat: no-repeat
}

.apps-section {
    position: relative;
    padding-top: 120px
}

.app-block {
    position: relative;
    margin-bottom: 20px
}

.app-block .inner-box {
    position: relative
}

.app-block .inner-box .image-column {
    position: relative;
    margin-bottom: 40px
}

.app-block .inner-box .image-column .inner-column {
    position: relative;
    padding-left: 30px
}

.app-block .inner-box .image-column .image {
    position: relative
}

.app-block .inner-box .image-column .image img {
    position: relative;
    width: 100%;
    display: block
}

.app-block .inner-box .image-column .small-image {
    position: absolute;
    right: -20px;
    top: -20px
}

.app-block .inner-box .content-column {
    position: relative
}

.app-block .inner-box .content-column .inner-column {
    position: relative;
    padding-left: 50px
}

.app-block .inner-box .content-column .icon-box {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    background-color: #26c052;
    box-shadow: 0 15px 15px rgba(0, 132, 154, .3)
}

.app-block .inner-box .content-column .icon-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 50px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: url(../img/topapp/icons/pattern-9.png) right top no-repeat
}

.app-block .inner-box .content-column .icon-box:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: url(../img/topapp/icons/pattern-10.png) right top no-repeat
}

.app-block.style-two .inner-box .content-column .icon-box {
    background-color: #8c28cc;
    overflow: hidden;
    box-shadow: 0 15px 15px rgba(147, 38, 214, .3)
}

.app-block.style-two .inner-box .content-column .icon-box:before {
    background: url(../img/topapp/icons/pattern-11.png) right top no-repeat
}

.app-block.style-two .inner-box .content-column .icon-box:after {
    background: url(../img/topapp/icons/pattern-12.png) right top no-repeat
}

.app-block .inner-box .content-column .icon {
    position: relative;
    color: #fff;
    font-size: 36px;
    z-index: 1
}

.app-block .inner-box .content-column h3 {
    position: relative;
    color: #373a5b;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 18px
}

.app-block .inner-box .content-column .text {
    position: relative;
    color: #373a5b;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 400;
    margin-top: 22px;
    margin-bottom: 25px
}

.ct-dot-animated {
    position: absolute;
    width: 100%;
    height: 102%;
    top: 0;
    left: 0
}

.ct-dot-animated.top-slider {
    height: calc(100% + 330px);
    height: -webkit-calc(100% + 330px);
    margin-top: -330px
}

.ct-dot-animated .ct-dot-item {
    background-color: rgba(255, 216, 155, .4);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.ct-dot-animated .ct-dot-item span {
    width: 9px;
    height: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    background-color: #06ffdf;
    background-image: -webkit-gradient(linear, to left top, right top, from(#06ffdf), to(#0042ff));
    background-image: -webkit-linear-gradient(to left, #06ffdf, #0042ff);
    background-image: -moz-linear-gradient(to left, #06ffdf, #0042ff);
    background-image: -ms-linear-gradient(to left, #06ffdf, #0042ff);
    background-image: -o-linear-gradient(to left, #06ffdf, #0042ff);
    background-image: linear-gradient(to left, #06ffdf, #0042ff);
    position: absolute;
    bottom: 14%;
    left: -4px
}

.ct-dot-animated .ct-dot-item:nth-child(1) span {
    -webkit-animation: dotAnimatedBottomToTop1 30s infinite linear;
    -moz-animation: dotAnimatedBottomToTop1 30s infinite linear;
    -o-animation: dotAnimatedBottomToTop1 30s infinite linear;
    animation: dotAnimatedBottomToTop1 30s infinite linear
}

.ct-dot-animated .ct-dot-item:nth-child(2) {
    left: 20%
}

.ct-dot-animated .ct-dot-item:nth-child(2) span {
    background-color: #ffe712;
    background-image: -webkit-gradient(linear, to left top, right top, from(#ffe712), to(#ed585a));
    background-image: -webkit-linear-gradient(to left, #ffe712, #ed585a);
    background-image: -moz-linear-gradient(to left, #ffe712, #ed585a);
    background-image: -ms-linear-gradient(to left, #ffe712, #ed585a);
    background-image: -o-linear-gradient(to left, #ffe712, #ed585a);
    background-image: linear-gradient(to left, #ffe712, #ed585a);
    bottom: 64%;
    -webkit-animation: dotAnimatedBottomToTop2 30s infinite linear;
    -moz-animation: dotAnimatedBottomToTop2 30s infinite linear;
    -o-animation: dotAnimatedBottomToTop2 30s infinite linear;
    animation: dotAnimatedBottomToTop2 30s infinite linear
}

.ct-dot-animated .ct-dot-item:nth-child(3) {
    left: 40%
}

.ct-dot-animated .ct-dot-item:nth-child(3) span {
    background-color: #f798fe;
    background-image: -webkit-gradient(linear, to left top, right top, from(#f798fe), to(#612be1));
    background-image: -webkit-linear-gradient(to left, #f798fe, #612be1);
    background-image: -moz-linear-gradient(to left, #f798fe, #612be1);
    background-image: -ms-linear-gradient(to left, #f798fe, #612be1);
    background-image: -o-linear-gradient(to left, #f798fe, #612be1);
    background-image: linear-gradient(to left, #f798fe, #612be1);
    bottom: 5%;
    -webkit-animation: dotAnimatedBottomToTop3 30s infinite linear;
    -moz-animation: dotAnimatedBottomToTop3 30s infinite linear;
    -o-animation: dotAnimatedBottomToTop3 30s infinite linear;
    animation: dotAnimatedBottomToTop3 30s infinite linear
}

.ct-dot-animated .ct-dot-item:nth-child(4) {
    left: 60%
}

.ct-dot-animated .ct-dot-item:nth-child(4) span {
    background-color: #d8ff09;
    background-image: -webkit-gradient(linear, to left top, right top, from(#d8ff09), to(#4ba116));
    background-image: -webkit-linear-gradient(to left, #d8ff09, #4ba116);
    background-image: -moz-linear-gradient(to left, #d8ff09, #4ba116);
    background-image: -ms-linear-gradient(to left, #d8ff09, #4ba116);
    background-image: -o-linear-gradient(to left, #d8ff09, #4ba116);
    background-image: linear-gradient(to left, #d8ff09, #4ba116);
    bottom: 78%;
    -webkit-animation: dotAnimatedBottomToTop4 35s infinite linear;
    -moz-animation: dotAnimatedBottomToTop4 35s infinite linear;
    -o-animation: dotAnimatedBottomToTop4 35s infinite linear;
    animation: dotAnimatedBottomToTop4 35s infinite linear
}

.ct-dot-animated .ct-dot-item:nth-child(5) {
    left: 80%
}

.ct-dot-animated .ct-dot-item:nth-child(5) span {
    background-color: #ffe712;
    background-image: -webkit-gradient(linear, to left top, right top, from(#ffe712), to(#ed585a));
    background-image: -webkit-linear-gradient(to left, #ffe712, #ed585a);
    background-image: -moz-linear-gradient(to left, #ffe712, #ed585a);
    background-image: -ms-linear-gradient(to left, #ffe712, #ed585a);
    background-image: -o-linear-gradient(to left, #ffe712, #ed585a);
    background-image: linear-gradient(to left, #ffe712, #ed585a);
    bottom: 46%;
    -webkit-animation: dotAnimatedBottomToTop5 30s infinite linear;
    -moz-animation: dotAnimatedBottomToTop5 30s infinite linear;
    -o-animation: dotAnimatedBottomToTop5 30s infinite linear;
    animation: dotAnimatedBottomToTop5 30s infinite linear
}

.ct-dot-animated .ct-dot-item:nth-child(6) {
    left: auto;
    right: 0
}

.ct-dot-animated .ct-dot-item:nth-child(6) span {
    background-color: #6fd0ff;
    background-image: -webkit-gradient(linear, to left top, right top, from(#6fd0ff), to(#059af7));
    background-image: -webkit-linear-gradient(to left, #6fd0ff, #059af7);
    background-image: -moz-linear-gradient(to left, #6fd0ff, #059af7);
    background-image: -ms-linear-gradient(to left, #6fd0ff, #059af7);
    background-image: -o-linear-gradient(to left, #6fd0ff, #059af7);
    background-image: linear-gradient(to left, #6fd0ff, #059af7);
    bottom: 27%;
    -webkit-animation: dotAnimatedBottomToTop6 30s infinite linear;
    -moz-animation: dotAnimatedBottomToTop6 30s infinite linear;
    -o-animation: dotAnimatedBottomToTop6 30s infinite linear;
    animation: dotAnimatedBottomToTop6 30s infinite linear
}

.ct-dot-animated .ct-dot-container {
    max-width: 1004px;
    height: 100%;
    margin: 0 auto;
    position: relative
}

.error404 .site-content {
    padding-top: 195px !important;
    padding-bottom: 0 !important
}

@keyframes dotAnimatedBottomToTop1 {
    0% {
        bottom: 14%
    }

    50% {
        bottom: 100%
    }

    100% {
        bottom: 14%
    }
}

@keyframes dotAnimatedBottomToTop2 {
    0% {
        bottom: 64%
    }

    50% {
        bottom: 0
    }

    100% {
        bottom: 100%
    }
}

@keyframes dotAnimatedBottomToTop3 {
    0% {
        bottom: 5%
    }

    50% {
        bottom: 100%
    }

    100% {
        bottom: 5%
    }
}

@keyframes dotAnimatedBottomToTop4 {
    0% {
        bottom: 78%
    }

    50% {
        bottom: 0
    }

    100% {
        bottom: 78%
    }
}

@keyframes dotAnimatedBottomToTop5 {
    0% {
        bottom: 46%
    }

    50% {
        bottom: 0
    }

    100% {
        bottom: 46%
    }
}

@keyframes dotAnimatedBottomToTop6 {
    0% {
        bottom: 27%
    }

    50% {
        bottom: 100%
    }

    100% {
        bottom: 27%
    }
}

@keyframes dotAnimatedBottomToTop2 {
    0% {
        bottom: 64%
    }

    50% {
        bottom: 0
    }

    100% {
        bottom: 100%
    }
}

@keyframes dotAnimatedBottomToTop3 {
    0% {
        bottom: 5%
    }

    50% {
        bottom: 100%
    }

    100% {
        bottom: 5%
    }
}

@keyframes dotAnimatedBottomToTop4 {
    0% {
        bottom: 78%
    }

    50% {
        bottom: 0
    }

    100% {
        bottom: 78%
    }
}

@keyframes dotAnimatedBottomToTop5 {
    0% {
        bottom: 46%
    }

    50% {
        bottom: 0
    }

    100% {
        bottom: 46%
    }
}

@keyframes dotAnimatedBottomToTop6 {
    0% {
        bottom: 27%
    }

    50% {
        bottom: 100%
    }

    100% {
        bottom: 27%
    }
}

@keyframes dotAnimatedBottomToTop3 {
    0% {
        bottom: 5%
    }

    50% {
        bottom: 100%
    }

    100% {
        bottom: 5%
    }
}

@keyframes dotAnimatedBottomToTop4 {
    0% {
        bottom: 78%
    }

    50% {
        bottom: 0
    }

    100% {
        bottom: 78%
    }
}

@keyframes dotAnimatedBottomToTop4 {
    0% {
        bottom: 78%
    }

    50% {
        bottom: 0
    }

    100% {
        bottom: 78%
    }
}

@keyframes dotAnimatedBottomToTop5 {
    0% {
        bottom: 46%
    }

    50% {
        bottom: 0
    }

    100% {
        bottom: 46%
    }
}

@keyframes dotAnimatedBottomToTop6 {
    0% {
        bottom: 27%
    }

    50% {
        bottom: 100%
    }

    100% {
        bottom: 27%
    }
}

.counter-section {
    position: relative;
    padding: 120px 0 80px
}

.counter-section .patern-layer-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 376px;
    height: 100%;
    background-repeat: no-repeat
}

.counter-section .patern-layer-two {
    position: absolute;
    left: 175px;
    top: 50px;
    width: 266px;
    height: 478px;
    background-repeat: no-repeat
}

.counter-section .patern-layer-three {
    position: absolute;
    right: 0;
    bottom: -80px;
    width: 519px;
    height: 785px;
    background-repeat: no-repeat
}

.counter-section .patern-layer-four {
    position: absolute;
    right: 120px;
    bottom: 130px;
    width: 354px;
    height: 468px;
    background-repeat: no-repeat
}

.counter-section .content-column {
    position: relative;
    z-index: 1;
    margin-bottom: 40px
}

.counter-section .content-column .inner-column {
    position: relative;
    padding-top: 120px
}

.counter-section .content-column .topapp-sec-title {
    margin-bottom: 18px
}

.counter-section .content-column .text {
    position: relative;
    color: #373a5b;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 400;
    margin-top: 22px;
    max-width: 440px;
    margin-bottom: 25px
}

.counter-section .content-column .download {
    position: relative;
    color: #373a5b;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 30px
}

.counter-section .content-column .download:before {
    position: absolute;
    content: "\f113";
    left: 0;
    top: 0;
    color: #2bb852;
    font-family: flaticon
}

.counter-section .content-column .google-btns {
    position: relative
}

.counter-section .content-column .google-btns a {
    position: relative;
    margin-right: 15px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.counter-section .content-column .google-btns a:hover {
    opacity: .7
}

.counter-section .flower-image {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

.counter-section .flower-image .image {
    position: relative;
    width: 331px;
    height: 272px
}

.fact-counter {
    position: relative;
    z-index: 1
}

.fact-counter .column {
    position: relative;
    margin-bottom: 40px
}

.fact-counter .column:nth-child(2) {
    top: 95px
}

.fact-counter .column:nth-child(4) {
    margin-top: 95px
}

.fact-counter .column .inner {
    position: relative;
    padding: 35px 32px 38px;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0 0 55px rgba(0, 0, 0, .1)
}

.fact-counter .column .inner .content {
    position: relative
}

.fact-counter .column .inner .content .icon {
    position: relative;
    width: 48px;
    height: 48px;
    color: #0184fd;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #def
}

.fact-counter .column:nth-child(2) .inner .content .icon {
    color: #31bb56;
    background-color: #d5fcdb
}

.fact-counter .column:nth-child(3) .inner .content .icon {
    color: #f24548;
    background-color: #fbdddd
}

.fact-counter .column:nth-child(4) .inner .content .icon {
    color: #9426d5;
    background-color: #fcd9fa
}

.fact-counter .count-outer .percentage {
    display: inline-block;
    font-weight: 700;
    font-size: 46px;
    line-height: 1em;
    background: -webkit-gradient(linear, left top, right top, from(#0084fd), color-stop(98%, #41b7fe), to(#41b7fe));
    background: linear-gradient(to right, #0084fd 0, #41b7fe 98%, #41b7fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.fact-counter .column .inner .count-outer {
    position: relative;
    font-weight: 700;
    font-size: 46px;
    line-height: 1em;
    display: inline-block;
    margin-top: 30px;
    color: #1e9bfe;
    font-family: poppins, sans-serif
}

.fact-counter .column:nth-child(2) .inner .count-outer {
    color: #53cf4e
}

.fact-counter .column:nth-child(3) .inner .count-outer {
    color: #f66264
}

.fact-counter .column:nth-child(4) .inner .count-outer {
    color: #c838d9
}

.fact-counter .column .inner .counter-title {
    position: relative;
    font-weight: 500;
    margin-top: 18px;
    color: #373a5b;
    font-family: poppins, sans-serif
}

.topapp-screenshot-slider .screenshots-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 100px;
    direction: ltr
}

.topapp-screenshot-slider .swiper-slider-area .container {
    position: relative
}

.topapp-screenshot-slider .swiper-wrapper {
    height: 630px;
    width: 320px
}

.topapp-screenshot-slider .row.appScreenshotCarousel-container.swiper-container-horizontal.swiper-container-3d.swiper-container-coverflow {
    position: relative
}

.topapp-screenshot-slider .swiper-slide.swiper-slide-active {
    border-radius: 50px
}

.topapp-screenshot-slider .screen-mobile-image {
    background-image: url(../img/topapp/resource/mobile-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 638px;
    left: calc(50% + .5px);
    position: absolute;
    top: 24px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 301px;
    z-index: 2;
    border-radius: 40px
}

.topapp-screenshot-slider .swiper-slide.swiper-slide-active {
    background-size: 100% 97%
}

.topapp-screenshot-slider .swiper-wrapper {
    padding: 30px 0 40px
}

.topapp-screenshot-slider .swiper-slide.swiper-slide-next {
    -webkit-box-shadow: 30px 0 20px rgba(0, 0, 0, .18);
    box-shadow: 30px 0 20px rgba(0, 0, 0, .18)
}

.topapp-screenshot-slider .swiper-slide.swiper-slide-prev {
    -webkit-box-shadow: -30px 0 20px rgba(0, 0, 0, .18);
    box-shadow: -30px 0 20px rgba(0, 0, 0, .18)
}

.topapp-screenshot-slider .screenshots-section .banner-navigation {
    position: relative;
    text-align: center;
    margin-top: 20px;
    z-index: 1
}

.topapp-screenshot-slider .screenshots-section .banner-navigation .swiper-button-next,
.topapp-screenshot-slider .screenshots-section .banner-navigation .swiper-button-prev {
    position: relative;
    font-size: 16px;
    color: #373a5b;
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    background-image: none;
    display: inline-block;
    margin: 0 15px;
    background-color: #e7ecf2;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.topapp-screenshot-slider .screenshots-section .banner-navigation .swiper-button-prev:hover,
.topapp-screenshot-slider .screenshots-section .banner-navigation .swiper-button-next:hover {
    color: #fff;
    background-color: #373a5b
}

.topapp-screenshot-slider .row.appScreenshotCarousel-container.swiper-container-horizontal.swiper-container-3d.swiper-container-coverflow {
    height: 658px
}

.topapp-screenshot-slider .swiper-slide {
    background-repeat: no-repeat
}

.integration-section {
    position: relative;
    overflow: hidden;
    padding: 95px 0
}

.integration-section .patern-layer-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 376px;
    height: 100%;
    background-repeat: no-repeat
}

.integration-section .patern-layer-two {
    position: absolute;
    left: 175px;
    top: 50px;
    width: 266px;
    height: 478px;
    background-repeat: no-repeat
}

.integration-section .patern-layer-three {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 502px;
    height: 860px;
    background-repeat: no-repeat
}

.integration-section .patern-layer-four {
    position: absolute;
    right: 98px;
    bottom: 60px;
    width: 421px;
    height: 470px;
    background-repeat: no-repeat
}

.integration-section .outer-container {
    position: static;
    overflow: hidden;
    height: 300px
}

.bubbles-wrapper {
    position: absolute;
    width: 100%;
    min-height: 300px
}

.bubbles-wrapper .bubble {
    position: absolute
}

.bubbles-wrapper .bubble img {
    position: relative;
    border-radius: 50px
}

.bubbles-wrapper .bubble:nth-child(1) {
    -webkit-animation: floating 5.26667s ease-in-out infinite alternate;
    animation: floating 5.26667s ease-in-out infinite alternate;
    bottom: 25%;
    left: 0
}

@media(min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(1) {
        -webkit-animation: bubble-v 15.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 15.8s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(1) {
    top: 0
}

.bubbles-wrapper .bubble:nth-child(2) {
    -webkit-animation: floating 7.23333s ease-in-out infinite alternate;
    animation: floating 7.23333s ease-in-out infinite alternate;
    bottom: 10%;
    left: 15%
}

@media(min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(2) {
        -webkit-animation: bubble-v 21.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 21.7s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(2) {
    top: 10%
}

.bubbles-wrapper .bubble:nth-child(3) {
    -webkit-animation: floating 9.6s ease-in-out infinite alternate;
    animation: floating 9.6s ease-in-out infinite alternate;
    bottom: 50%;
    left: 22%
}

@media(min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(3) {
        -webkit-animation: bubble-v 28.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 28.8s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(3) {
    top: 8%
}

.bubbles-wrapper .bubble:nth-child(4) {
    -webkit-animation: floating 6.6s ease-in-out infinite alternate;
    animation: floating 6.6s ease-in-out infinite alternate;
    top: 25%;
    left: 71%
}

@media(min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(4) {
        -webkit-animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(4) {
    top: 6%
}

.bubbles-wrapper .bubble:nth-child(5) {
    -webkit-animation: floating 6.5s ease-in-out infinite alternate;
    animation: floating 6.5s ease-in-out infinite alternate;
    bottom: 0;
    left: 60%
}

@media(min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(5) {
        -webkit-animation: bubble-v 19.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 19.5s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(5) {
    top: 50%
}

.bubbles-wrapper .bubble:nth-child(6) {
    -webkit-animation: floating 7.56667s ease-in-out infinite alternate;
    animation: floating 7.56667s ease-in-out infinite alternate;
    bottom: 74%;
    left: 5%
}

@media(min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(6) {
        -webkit-animation: bubble-v 22.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 22.7s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(6) {
    top: 70%
}

.bubbles-wrapper .bubble:nth-child(7) {
    -webkit-animation: floating 9.16667s ease-in-out infinite alternate;
    animation: floating 9.16667s ease-in-out infinite alternate;
    bottom: 80%;
    left: 50%
}

@media(min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(7) {
        -webkit-animation: bubble-v 27.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 27.5s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(7) {
    top: 10%
}

.bubbles-wrapper .bubble:nth-child(8) {
    -webkit-animation: floating 7.66667s ease-in-out infinite alternate;
    animation: floating 7.66667s ease-in-out infinite alternate;
    bottom: 15%;
    left: 42%
}

@media(min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(8) {
        -webkit-animation: bubble-v 23s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 23s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(8) {
    top: 5%
}

.bubbles-wrapper .bubble:nth-child(9) {
    -webkit-animation: floating 6.46667s ease-in-out infinite alternate;
    animation: floating 6.46667s ease-in-out infinite alternate;
    bottom: 50%;
    left: 30%
}

@media(min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(9) {
        -webkit-animation: bubble-v 19.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 19.4s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(9) {
    top: 51%
}

.bubbles-wrapper .bubble:nth-child(10) {
    -webkit-animation: floating 6.06667s ease-in-out infinite alternate;
    animation: floating 6.06667s ease-in-out infinite alternate;
    top: 80%;
    left: 20%
}

@media(min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(10) {
        -webkit-animation: bubble-v 18.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 18.2s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(10) {
    top: 45%
}

.bubbles-wrapper .bubble:nth-child(11) {
    -webkit-animation: floating 5.46667s ease-in-out infinite alternate;
    animation: floating 5.46667s ease-in-out infinite alternate;
    bottom: 60%;
    right: 15%
}

@media(min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(11) {
        -webkit-animation: bubble-v 16.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 16.4s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(11) {
    top: 95%
}

.bubbles-wrapper .bubble:nth-child(12) {
    -webkit-animation: floating 5.93333s ease-in-out infinite alternate;
    animation: floating 5.93333s ease-in-out infinite alternate;
    bottom: 0;
    right: 5%
}

@media(min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(12) {
        -webkit-animation: bubble-v 17.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 17.8s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(12) {
    top: 92%
}

.bubbles-wrapper .bubble:nth-child(13) {
    -webkit-animation: floating 6.4s ease-in-out infinite alternate;
    animation: floating 6.4s ease-in-out infinite alternate;
    bottom: 70%;
    left: 50%
}

@media(min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(13) {
        -webkit-animation: bubble-v 19.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 19.2s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(13) {
    top: 78%
}

.bubbles-wrapper .bubble:nth-child(14) {
    -webkit-animation: floating 4.06667s ease-in-out infinite alternate;
    animation: floating 4.06667s ease-in-out infinite alternate;
    bottom: 75%;
    left: 7%
}

@media(min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(14) {
        -webkit-animation: bubble-v 12.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 12.2s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(14) {
    top: 6%
}

.bubbles-wrapper .bubble:nth-child(15) {
    -webkit-animation: floating 6.6s ease-in-out infinite alternate;
    animation: floating 6.6s ease-in-out infinite alternate;
    bottom: 50%;
    left: 90%
}

@media(min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(15) {
        -webkit-animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(15) {
    top: 78%
}

.bubbles-wrapper .bubble:nth-child(16) {
    -webkit-animation: floating 6.86667s ease-in-out infinite alternate;
    animation: floating 6.86667s ease-in-out infinite alternate;
    bottom: 68%;
    left: 64%
}

@media(min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(16) {
        -webkit-animation: bubble-v 20.6s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 20.6s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(16) {
    top: 45%
}

.bubbles-wrapper .bubble .badge {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0
}

.bubbles-wrapper .bubble:hover .badge {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.integration-bubbles .bubbles-wrapper {
    position: relative;
    height: 100%
}

.integration-bubbles .bubble {
    bottom: 30% !important;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(min-width:768px) {
    .integration-bubbles .bubble {
        bottom: 0 !important
    }

    @-webkit-keyframes floating {
        from {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0)
        }

        65% {
            -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px)
        }

        to {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0)
        }
    }

    @keyframes floating {
        from {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0)
        }

        65% {
            -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px)
        }

        to {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0)
        }
    }

    .floating {
        -webkit-animation: floating 4s ease-in-out infinite;
        animation: floating 4s ease-in-out infinite;
        -webkit-filter: none;
        filter: none
    }

    @-webkit-keyframes fade-out {
        0% {
            opacity: 1
        }

        100% {
            opacity: 0
        }
    }

    @keyframes fade-out {
        0% {
            opacity: 1
        }

        100% {
            opacity: 0
        }
    }

    @-webkit-keyframes bubble-v {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        100% {
            -webkit-transform: translateY(-640px);
            transform: translateY(-640px)
        }
    }

    @keyframes bubble-v {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        100% {
            -webkit-transform: translateY(-640px);
            transform: translateY(-640px)
        }
    }

    @-webkit-keyframes bubble-v-left {
        0% {
            margin-bottom: 0;
            opacity: .1
        }

        20% {
            opacity: 1
        }

        100% {
            margin-bottom: 640px;
            opacity: 1;
            left: 0
        }
    }

    @keyframes bubble-v-left {
        0% {
            margin-bottom: 0;
            opacity: .1
        }

        20% {
            opacity: 1
        }

        100% {
            margin-bottom: 640px;
            opacity: 1;
            left: 0
        }
    }

    @-webkit-keyframes bubble-v-right {
        0% {
            margin-bottom: 0;
            opacity: .1
        }

        20% {
            opacity: 1
        }

        100% {
            margin-bottom: 640px;
            opacity: 1;
            left: 100%
        }
    }

    @keyframes bubble-v-right {
        0% {
            margin-bottom: 0;
            opacity: .1
        }

        20% {
            opacity: 1
        }

        100% {
            margin-bottom: 640px;
            opacity: 1;
            left: 100%
        }
    }

    @-webkit-keyframes shake-v {
        0% {
            margin-left: 0
        }

        100% {
            margin-left: 20px
        }
    }

    @keyframes shake-v {
        0% {
            margin-left: 0
        }

        100% {
            margin-left: 20px
        }
    }

    button:focus {
        outline: 0
    }

    .btn {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        text-decoration: none;
        letter-spacing: 1.45px;
        font-weight: 400;
        padding: .5rem 1.25rem;
        font-size: .75rem;
        line-height: 1.5;
        border-radius: .25rem;
        white-space: normal;
        text-align: left
    }

    .badge-contrast {
        color: #212529;
        padding: 4px 8px;
        background-color: #fff
    }
}

a.badge-contrast:focus,
a.badge-contrast:hover {
    color: #212529;
    background-color: #e6e6e6
}

a.badge-contrast.focus,
a.badge-contrast:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.topapp-main .pricing-section {
    position: relative;
    padding: 95px 0 95px
}

.pricing-tabs .tabs-content .tab {
    position: relative;
    display: none;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transform: translateY(60px)
}

.pricing-tabs .tabs-content .patern-layer-three {
    position: absolute;
    left: -170px;
    bottom: -70px;
    width: 460px;
    height: 584px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.pricing-tabs .tabs-content .patern-layer-four {
    position: absolute;
    right: -195px;
    bottom: 60px;
    width: 382px;
    height: 620px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.pricing-tabs .tabs-content .tab .content .guarantee {
    position: relative;
    text-align: center;
    color: #373a5b;
    font-size: 14px;
    font-weight: 500;
    font-family: poppins, sans-serif
}

.pricing-tabs .tabs-content .tab .content .guarantee .circle {
    position: relative;
    width: 18px;
    height: 18px;
    top: 3px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 50px;
    border: 2px solid #2bb852
}

.pricing-tabs .tabs-content .tab .content .guarantee .circle:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 5px;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background-color: #2bb852
}

.pricing-tabs .tabs-content .tab.active-tab {
    display: block;
    transform: translateY(0)
}

.pricing-tabs {
    position: relative
}

.pricing-tabs .title-column {
    position: relative;
    text-align: center;
    margin-bottom: 30px
}

.pricing-tabs .tab-buttons {
    position: relative;
    text-align: center;
    display: inline-block
}

.pricing-tabs .tab-buttons .tab-btn {
    position: relative;
    color: #a1a2ad;
    font-size: 18px;
    font-weight: 700;
    float: left;
    cursor: pointer;
    margin: 0 20px;
    line-height: 47px;
    font-family: roboto, sans-serif;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-tabs .tab-buttons .boll {
    position: relative;
    width: 92px;
    height: 45px;
    padding: 8px;
    border-radius: 50px;
    float: left;
    text-align: left;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .15);
    background-image: -ms-linear-gradient(left, #9426d5 0, #e642dc 100%);
    background-image: -moz-linear-gradient(left, #9426d5 0, #e642dc 100%);
    background-image: -o-linear-gradient(left, #9426d5 0, #e642dc 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #9426d5), color-stop(100, #e642dc));
    background-image: -webkit-linear-gradient(left, #9426d5 0, #e642dc 100%);
    background-image: linear-gradient(to right, #9426d5 0, #e642dc 100%)
}

.pricing-tabs .tab-buttons .boll .round {
    position: relative;
    width: 30px;
    height: 29px;
    border-radius: 50px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-tabs .tab-buttons .boll .round.boll-right {
    transform: translateX(45px)
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn {
    color: #373a5b
}

.price-block {
    position: relative;
    margin-bottom: 30px
}

.price-block .inner-box {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 7px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .2)
}

.price-block .inner-box .patern-layer-one {
    position: absolute;
    right: -100%;
    top: 0;
    width: 363px;
    height: 741px;
    z-index: 1;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.price-block .inner-box:hover .patern-layer-one {
    right: 0;
    transition-delay: 300ms
}

.price-block .inner-box .patern-layer-two {
    position: absolute;
    right: -100%;
    top: 0;
    width: 363px;
    height: 741px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.price-block .inner-box:hover .patern-layer-two {
    right: 0;
    transition-delay: 800ms
}

.price-block .inner-box:before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-color: #9127d3;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.price-block .inner-box:hover::before {
    opacity: 1
}

.price-block .inner-box .upper-box {
    position: relative;
    z-index: 1;
    padding: 40px 0 20px
}

.price-block .inner-box .upper-box .icon-box,
.price-block .inner-box .upper-box .icon-box i {
    position: relative;
    font-size: 54px;
    line-height: 1em;
    background: -webkit-gradient(linear, left top, right top, from(#f24245), color-stop(98%, #fc8b8b), to(#fc8b8b));
    background: linear-gradient(to right, #f24245 0, #fc8b8b 98%, #fc8b8b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease
}

.price-block:nth-child(2) .inner-box .upper-box .icon-box,
.price-block:nth-child(2) .inner-box .upper-box .icon-box i {
    background: -webkit-gradient(linear, left top, right top, from(#31c551), color-stop(98%, #77e34b), to(#77e34b));
    background: linear-gradient(to right, #31c551 0, #77e34b 98%, #77e34b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.price-block:nth-child(3) .inner-box .upper-box .icon-box,
.price-block:nth-child(3) .inner-box .upper-box .icon-box i {
    background: -webkit-gradient(linear, left top, right top, from(#0084fd), color-stop(98%, #67d4ff), to(#67d4ff));
    background: linear-gradient(to right, #0084fd 0, #67d4ff 98%, #67d4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.price-block .inner-box:hover .upper-box .icon-box,
.price-block .inner-box:hover .upper-box .icon-box i {
    color: #fff;
    -webkit-text-fill-color: inherit
}

.price-block .inner-box .upper-box .title {
    position: relative;
    color: #373a5b;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
    text-transform: uppercase;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    font-family: poppins, sans-serif
}

.price-block .inner-box:hover .lower-box .trial,
.price-block .inner-box:hover .middle-box .price-list li,
.price-block .inner-box:hover .middle-box .price-title,
.price-block .inner-box:hover .upper-box h3,
.price-block .inner-box:hover .upper-box .title {
    color: #fff
}

.price-block .inner-box .upper-box h3 {
    position: relative;
    color: #373a5b;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0;
    text-transform: uppercase;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    font-family: poppins, sans-serif
}

.price-block .inner-box .middle-box {
    position: relative;
    z-index: 1;
    padding: 30px 15px 25px;
    border-top: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.price-block .inner-box:hover .middle-box {
    border-color: rgba(255, 255, 255, .1)
}

.price-block .inner-box .middle-box .price-title {
    position: relative;
    color: #373a5b;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 25px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    text-transform: uppercase;
    font-family: poppins, sans-serif
}

.price-block .inner-box .middle-box .price-list {
    position: relative
}

.price-block .inner-box .middle-box .price-list li {
    position: relative;
    color: #373a5b;
    font-size: 15px;
    margin-bottom: 16px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease
}

.price-block .inner-box .middle-box .price-list li i {
    position: relative;
    margin-right: 8px
}

.price-block .inner-box .middle-box .price-list li:last-child {
    margin-bottom: 0
}

.price-block .inner-box .lower-box {
    position: relative;
    z-index: 1;
    padding: 28px 15px 30px
}

.price-block .inner-box .lower-box .plan-btn {
    position: relative;
    padding: 19px 36px;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    font-family: poppins, sans-serif;
    background-image: -ms-linear-gradient(left, #f24548 0, #fb8383 100%);
    background-image: -moz-linear-gradient(left, #f24548 0, #fb8383 100%);
    background-image: -o-linear-gradient(left, #f24548 0, #fb8383 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f24548), color-stop(100, #fb8383));
    background-image: -webkit-linear-gradient(left, #f24548 0, #fb8383 100%);
    background-image: linear-gradient(to right, #f24548 0, #fb8383 100%)
}

.price-block .inner-box .lower-box .plan-btn:hover {
    background-image: -ms-linear-gradient(left, #fb8383 0, #f24548 100%);
    background-image: -moz-linear-gradient(left, #fb8383 0, #f24548 100%);
    background-image: -o-linear-gradient(left, #fb8383 0, #f24548 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fb8383), color-stop(100, #f24548));
    background-image: -webkit-linear-gradient(left, #fb8383 0, #f24548 100%);
    background-image: linear-gradient(to right, #fb8383 0, #f24548 100%)
}

.price-block:nth-child(2) .inner-box .lower-box .plan-btn {
    background-image: -ms-linear-gradient(left, #31c551 0, #77e34b 100%);
    background-image: -moz-linear-gradient(left, #31c551 0, #77e34b 100%);
    background-image: -o-linear-gradient(left, #31c551 0, #77e34b 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #31c551), color-stop(100, #77e34b));
    background-image: -webkit-linear-gradient(left, #31c551 0, #77e34b 100%);
    background-image: linear-gradient(to right, #31c551 0, #77e34b 100%)
}

.price-block:nth-child(2) .inner-box .lower-box .plan-btn:hover {
    background-image: -ms-linear-gradient(left, #77e34b 0, #31c551 100%);
    background-image: -moz-linear-gradient(left, #77e34b 0, #31c551 100%);
    background-image: -o-linear-gradient(left, #77e34b 0, #31c551 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #77e34b), color-stop(100, #31c551));
    background-image: -webkit-linear-gradient(left, #77e34b 0, #31c551 100%);
    background-image: linear-gradient(to right, #77e34b 0, #31c551 100%)
}

.price-block:nth-child(3) .inner-box .lower-box .plan-btn {
    background-image: -ms-linear-gradient(left, #0084fd 0, #64d2ff 100%);
    background-image: -moz-linear-gradient(left, #0084fd 0, #64d2ff 100%);
    background-image: -o-linear-gradient(left, #0084fd 0, #64d2ff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0084fd), color-stop(100, #64d2ff));
    background-image: -webkit-linear-gradient(left, #0084fd 0, #64d2ff 100%);
    background-image: linear-gradient(to right, #0084fd 0, #64d2ff 100%)
}

.price-block:nth-child(3) .inner-box .lower-box .plan-btn:hover {
    background-image: -ms-linear-gradient(left, #64d2ff 0, #0084fd 100%);
    background-image: -moz-linear-gradient(left, #64d2ff 0, #0084fd 100%);
    background-image: -o-linear-gradient(left, #64d2ff 0, #0084fd 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #64d2ff), color-stop(100, #0084fd));
    background-image: -webkit-linear-gradient(left, #64d2ff 0, #0084fd 100%);
    background-image: linear-gradient(to right, #64d2ff 0, #0084fd 100%)
}

.price-block .inner-box .lower-box .trial {
    position: relative;
    display: block;
    color: #373a5b;
    font-size: 15px;
    margin-top: 25px;
    text-decoration: underline;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease
}

.faq-section {
    position: relative;
    padding: 110px 0
}

.faq-section .topapp-sec-title {
    margin-bottom: 70px
}

.faq-section .inner-container {
    position: relative;
    max-width: 960px;
    margin: 0 auto
}

.faq-section .inner-container .question {
    position: relative;
    text-align: center;
    color: #606272;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    font-family: poppins, sans-serif
}

.faq-section .inner-container .question a {
    position: relative;
    color: #606272;
    text-decoration: underline
}

.faq-section .inner-container .question strong {
    color: #373a5b
}

.faq-section .faq-column {
    position: relative;
    margin-bottom: 30px
}

.faq-section .faq-column h3 {
    position: relative;
    color: #373a5b;
    font-size: 20px;
    font-weight: 700;
    padding-left: 25px;
    font-family: poppins, sans-serif
}

.faq-section .faq-column h3:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #3fb844;
    font-weight: 600;
    content: "\f101";
    font-family: "font awesome\ 5 free"
}

.faq-section .faq-column .text {
    position: relative;
    color: #373a5b;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 12px
}

.faq-section .faq-column .text a {
    position: relative;
    color: #373a5b;
    text-decoration: underline
}

.blog-section {
    position: relative;
    padding: 110px 0 80px
}

.blog-section .topapp-sec-title .text {
    position: relative;
    color: #373a5b;
    font-size: 16px;
    line-height: 1.9em;
    margin-top: 60px
}

.news-block {
    position: relative;
    margin-bottom: 30px
}

.news-block .inner-box {
    position: relative
}

.news-block .inner-box .image {
    position: relative
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.news-block .inner-box .lower-content {
    position: relative;
    padding-top: 25px
}

.news-block .inner-box .lower-content .post-meta {
    position: relative
}

.news-block .inner-box .lower-content .post-meta li {
    position: relative;
    color: #777a91;
    font-size: 14px;
    margin-right: 12px;
    display: inline-block;
    font-family: poppins, sans-serif
}

.news-block .inner-box .lower-content .post-meta li .icon {
    position: relative;
    margin-right: 7px;
    color: #777a91
}

.news-block .inner-box .lower-content h3 {
    position: relative;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 700;
    margin-top: 12px;
    font-family: poppins, sans-serif
}

.news-block .inner-box .lower-content h3 a {
    position: relative;
    color: #373a5b;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.news-block .inner-box .lower-content h3 a:hover {
    color: #0385fc
}

.news-block .inner-box .lower-content .text {
    position: relative;
    font-size: 16px;
    color: #373a5b;
    line-height: 1.8em;
    font-weight: 400;
    margin-top: 12px
}

.team-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0 105px
}

.team-section .owl-dots {
    display: none
}

.team-section .owl-nav {
    position: absolute;
    left: -70px;
    top: 50%;
    right: 0;
    margin-top: -50px
}

.team-section .owl-nav .owl-prev {
    font-size: 14px;
    color: #373a5b;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    margin: 0 15px 0 0;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .15)
}

.team-section .owl-nav .owl-next {
    position: absolute;
    right: -70px;
    cursor: pointer;
    font-size: 14px;
    color: #373a5b;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    margin: 0 15px 0 0;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .15)
}

.team-section .owl-nav .owl-prev:hover,
.team-section .owl-nav .owl-next:hover {
    background-color: #373a5b;
    color: #fff
}

.team-section .team-carousel .owl-item.center .team-block .social-boxed .social-inner {
    opacity: 1;
    visibility: visible
}

.team-section .team-carousel .owl-item.center .team-block .image img {
    max-width: 100%;
    margin: 0 auto
}

.team-section .team-carousel .owl-item .team-block {
    transform: scale(.9, .9)
}

.team-section .team-carousel .owl-item.center .team-block {
    transform: scale(1, 1)
}

.team-section .team-carousel .owl-item.center .team-block .team-block .inner-box .lower-content h3 {
    font-size: 24px
}

.team-section .team-carousel .owl-item.center .team-block .team-block .inner-box .lower-content .designation {
    font-size: 16px
}

.team-section .team-carousel .owl-item.center .team-block .inner-box .lower-content {
    padding-top: 30px
}

.team-section .team-carousel .owl-item.center .team-block .inner-box .lower-content .social-boxed {
    transform: scale(.9, .9);
    margin-top: 12px;
    padding-bottom: 8px;
    height: 40px
}

.team-block {
    position: relative
}

.team-block .inner-box {
    position: relative;
    text-align: center
}

.team-block .inner-box .image {
    position: relative;
    z-index: 1
}

.team-block .inner-box .image a {
    position: relative
}

.team-block .inner-box .image img {
    position: relative;
    top: 2px;
    left: 5px
}

.team-block .inner-box .image:before {
    position: absolute;
    content: "";
    left: -8px;
    top: 85px;
    right: 0;
    bottom: 0;
    width: 360px;
    height: 360px;
    margin: 0 auto;
    z-index: -1;
    border-radius: 250px;
    background-image: -ms-linear-gradient(left, #9426d5 0, #e642dc 100%);
    background-image: -moz-linear-gradient(left, #9426d5 0, #e642dc 100%);
    background-image: -o-linear-gradient(left, #9426d5 0, #e642dc 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #9426d5), color-stop(100, #e642dc));
    background-image: -webkit-linear-gradient(left, #9426d5 0, #e642dc 100%);
    background-image: linear-gradient(to right, #9426d5 0, #e642dc 100%)
}

.team-block.style-two .inner-box .image:before {
    background-image: inherit;
    background: url(../img/topapp/background/team-bg-1.png) no-repeat
}

.team-block.style-three .inner-box .image:before {
    background-image: -ms-linear-gradient(left, #0084fd 0, #62d0ff 100%);
    background-image: -moz-linear-gradient(left, #0084fd 0, #62d0ff 100%);
    background-image: -o-linear-gradient(left, #0084fd 0, #62d0ff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0084fd), color-stop(100, #62d0ff));
    background-image: -webkit-linear-gradient(left, #0084fd 0, #62d0ff 100%);
    background-image: linear-gradient(to right, #0084fd 0, #62d0ff 100%)
}

.team-block .inner-box .image:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    right: 78px;
    bottom: 20px;
    z-index: -1;
    width: 295px;
    height: 295px;
    margin: 0 auto;
    border-radius: 250px;
    margin-left: -152px;
    margin-top: -110px;
    background-color: #eff3ff
}

.team-block .inner-box .lower-content {
    position: relative;
    padding-top: 60px
}

.team-block .inner-box .lower-content h3 {
    position: relative;
    color: #373a5b;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em
}

.team-block .inner-box .lower-content .designation {
    position: relative;
    color: #373a5b;
    font-size: 14px;
    margin-top: 6px
}

.team-block .inner-box .lower-content .social-boxed {
    position: relative;
    display: inline-block;
    transform: scale(.9, .9);
    margin-top: 12px;
    padding-bottom: 8px;
    height: 40px
}

.team-block .inner-box .lower-content .social-boxed:hover .social-inner {
    width: 100%
}

.team-block .inner-box .lower-content .social-boxed .social-inner {
    position: relative;
    color: #fff;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    padding: 10px 32px 12px;
    opacity: 1;
    width: 38%;
    max-width: 100%;
    height: 40px;
    visibility: visible;
    overflow: hidden;
    background-image: -ms-linear-gradient(left, #f24548 0, #fb8383 100%);
    background-image: -moz-linear-gradient(left, #f24548 0, #fb8383 100%);
    background-image: -o-linear-gradient(left, #f24548 0, #fb8383 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f24548), color-stop(100, #fb8383));
    background-image: -webkit-linear-gradient(left, #f24548 0, #fb8383 100%);
    background-image: linear-gradient(to right, #f24548 0, #fb8383 100%);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.team-block .inner-box .lower-content .social-boxed .social-inner a {
    position: relative;
    color: #fff;
    margin: 0 8px 3px;
    font-size: 16px;
    float: left
}

.team-block .inner-box .lower-content .social-boxed .social-inner .share-now {
    position: relative;
    margin-right: 8px;
    margin-bottom: 12px;
    margin-top: 3px;
    float: left;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.contact-section {
    position: relative;
    padding: 110px 0 80px
}

.contact-section .info-column {
    position: relative
}

.contact-section .info-column .inner-column {
    position: relative;
    padding: 120px 0 110px
}

.contact-section .info-column .patern-layer-one {
    position: absolute;
    left: 0;
    top: -80px;
    right: -30px;
    bottom: 0;
    z-index: 2;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover
}

.contact-section .info-column .patern-layer-two {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover
}

.contact-section .info-column .patern-layer-three {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover
}

.contact-section .info-column .info-list {
    position: relative;
    z-index: 3;
    margin-left: 120px
}

.contact-section .info-column .info-list li {
    position: relative;
    color: #373a5b;
    font-size: 16px;
    line-height: 1.8em;
    padding-left: 50px;
    margin-bottom: 30px
}

.contact-section .info-column .info-list li strong {
    color: #373a5b;
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px
}

.contact-section .info-column .info-list li .icon {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    font-size: 36px;
    line-height: 1em;
    background: -webkit-gradient(linear, left top, right top, from(#2bb852), color-stop(98%, #6ede4c), to(#6ede4c));
    background: linear-gradient(to right, #2bb852 0, #6ede4c 98%, #6ede4c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.contact-section .info-column .info-list li:nth-child(2) .icon {
    background: -webkit-gradient(linear, left top, right top, from(#9828d5), color-stop(98%, #de3fdb), to(#de3fdb));
    background: linear-gradient(to right, #9828d5 0, #de3fdb 98%, #de3fdb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.contact-section .info-column .info-list li:nth-child(3) .icon {
    background: -webkit-gradient(linear, left top, right top, from(#0084fd), color-stop(98%, #69d6ff), to(#69d6ff));
    background: linear-gradient(to right, #0084fd 0, #69d6ff 98%, #69d6ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.contact-section .info-column .info-list li a {
    position: relative;
    color: #373a5b;
    font-size: 16px
}

.default-form {
    position: relative
}

.default-form .form-group {
    position: relative;
    margin-bottom: 28px
}

.default-form .form-group input[type=text],
.default-form .form-group input[type=password],
.default-form .form-group input[type=tel],
.default-form .form-group input[type=email],
.default-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 20px;
    height: 50px;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
    background-color: #eff3ff;
    border: 1px solid #e3eaff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: roboto, sans-serif
}

.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
    color: #373a5b
}

.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 20px;
    color: #222;
    height: 140px;
    font-size: 14px;
    resize: none;
    font-weight: 400;
    border-radius: 6px;
    background-color: #eff3ff;
    border: 1px solid #e3eaff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: roboto, sans-serif
}

.default-form .topapp-submit-btn {
    cursor: pointer;
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 18px 15px;
    border-radius: 7px;
    font-family: poppins, sans-serif;
    background-image: -ms-linear-gradient(left, #9426d5 0, #e642dc 100%);
    background-image: -moz-linear-gradient(left, #9426d5 0, #e642dc 100%);
    background-image: -o-linear-gradient(left, #9426d5 0, #e642dc 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #9426d5), color-stop(100, #e642dc));
    background-image: -webkit-linear-gradient(left, #9426d5 0, #e642dc 100%);
    background-image: linear-gradient(to right, #9426d5 0, #e642dc 100%)
}

.subscribe-section {
    position: relative;
    overflow: hidden;
    padding: 115px 0 100px
}

.subscribe-section .patern-layer-one {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 180%;
    background-position: left center;
    background-repeat: repeat
}

@-webkit-keyframes banner-animate {
    0% {
        -webkit-transform: translateX(-1e3px);
        transform: translateX(-1e3px)
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(-1e3px);
        transform: translateX(-1e3px)
    }
}

@keyframes banner-animate {
    0% {
        -webkit-transform: translateX(-1e3px);
        transform: translateX(-1e3px)
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(-1e3px);
        transform: translateX(-1e3px)
    }
}

.ampty-animations {
    animation-name: banner-animate;
    animation-duration: 70s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: banner-animate;
    -webkit-animation-duration: 70s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: banner-animate;
    -moz-animation-duration: 70s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: banner-animate;
    -ms-animation-duration: 70s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: banner-animate;
    -o-animation-duration: 70s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.subscribe-section .topapp-sec-title {
    margin-bottom: 80px
}

.subscribe-section .email {
    position: relative;
    color: #373a5b;
    font-size: 14px;
    max-width: 760px;
    margin: 0 auto;
    margin-top: 12px;
    font-family: poppins, sans-serif
}

.subscribe-section .subscribe-form {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08)
}

.subscribe-form .form-group {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    z-index: 1
}

.subscribe-form .form-group input,
.subscribe-form .form-group select,
.subscribe-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    color: #75717b;
    font-weight: 500;
    height: 66px;
    padding: 25px 40px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: poppins, sans-serif;
    box-shadow: 0 20px 40px rgba(42, 38, 45, .06)
}

.subscribe-form .form-group input:focus,
.subscribe-form .form-group select:focus,
.subscribe-form .form-group textarea:focus {
    border: 1px solid #ef454a
}

.subscribe-form .form-group input[type=submit],
.subscribe-form button {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
    cursor: pointer;
    border-radius: 0 8px 8px 0;
    padding: 18px 45px
}

.main-footer {
    position: relative;
    background-color: #eff3ff
}

.main-footer .widgets-section {
    position: relative;
    padding: 70px 0 40px
}

.main-footer .widgets-section .footer-column {
    margin-bottom: 30px
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 20px
}

.main-footer .logo-widget .text {
    position: relative;
    color: #373a5b;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 25px
}

.main-footer .links-widget ul li {
    position: relative;
    margin-bottom: 18px
}

.main-footer .links-widget ul li a {
    position: relative;
    color: #373a5b;
    font-size: 16px;
    padding-left: 18px;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: poppins, sans-serif
}

.main-footer .links-widget ul li a:hover {
    text-decoration: underline;
    color: #0072fd
}

.main-footer .links-widget ul li a:before {
    position: absolute;
    content: "\f11f";
    left: 0;
    top: 2px;
    font-size: 9px;
    line-height: 17px;
    font-family: flaticon
}

.main-footer .email-widget .text {
    position: relative;
    color: #373a5b;
    font-size: 14px;
    margin-bottom: 18px;
    font-family: poppins, sans-serif
}

.main-footer .email-widget .btns {
    position: relative;
    margin-top: 25px;
    margin-bottom: 20px
}

.main-footer .email-widget .btns a {
    position: relative;
    margin-bottom: 15px;
    display: inline-block
}

.newsletter-form-two {
    position: relative
}

.newsletter-form-two .form-group {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    z-index: 1
}

.newsletter-form-two .form-group input,
.newsletter-form-two .form-group select,
.newsletter-form-two .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    color: #75717b;
    font-weight: 400;
    height: 45px;
    padding: 25px 20px;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 20px 40px rgba(42, 38, 45, .06)
}

.newsletter-form-two .form-group input:focus,
.newsletter-form-two .form-group select:focus,
.newsletter-form-two .form-group textarea:focus {
    border: 1px solid #0a8cfd
}

.newsletter-form-two .form-group input[type=submit],
.newsletter-form-two button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 11px 20px;
    line-height: 30px;
    cursor: pointer;
    color: #fff;
    background-image: -ms-linear-gradient(left, #0084fd 0, #6cd8ff 100%);
    background-image: -moz-linear-gradient(left, #0084fd 0, #6cd8ff 100%);
    background-image: -o-linear-gradient(left, #0084fd 0, #6cd8ff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0084fd), color-stop(100, #6cd8ff));
    background-image: -webkit-linear-gradient(left, #0084fd 0, #6cd8ff 100%);
    background-image: linear-gradient(to right, #0084fd 0, #6cd8ff 100%)
}

.newsletter-form-two button:hover {
    background-image: -ms-linear-gradient(left, #6bd7ff 0, #0084fd 100%);
    background-image: -moz-linear-gradient(left, #6bd7ff 0, #0084fd 100%);
    background-image: -o-linear-gradient(left, #6bd7ff 0, #0084fd 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #6bd7ff), color-stop(100, #0084fd));
    background-image: -webkit-linear-gradient(left, #6bd7ff 0, #0084fd 100%);
    background-image: linear-gradient(to right, #6bd7ff 0, #0084fd 100%)
}

.main-footer .topapp-footer-bottom {
    position: relative;
    padding: 18px 0;
    border-top: 1px solid #dee2ef
}

.main-footer .topapp-footer-bottom .copyright {
    position: relative;
    color: #373a5b;
    font-size: 14px;
    font-weight: 500;
    font-family: poppins, sans-serif
}

.main-footer .footer-nav {
    position: relative
}

.main-footer .footer-nav li {
    position: relative;
    margin-left: 20px;
    display: inline-block
}

.main-footer .footer-nav li a {
    position: relative;
    color: #373a5b;
    font-size: 14px;
    font-weight: 500;
    font-family: poppins, sans-serif
}

.page-title {
    position: relative;
    padding: 210px 0 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top
}

.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}

.page-title .content {
    position: relative;
    text-align: center
}

.page-title .content h1 {
    position: relative;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
    text-transform: capitalize
}

.page-title .page-breadcrumb {
    position: relative
}

.page-title .page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 16px
}

.page-title .page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -4px;
    top: 1px;
    color: #fff;
    font-family: fontawesome
}

.page-title .page-breadcrumb li:last-child::after {
    display: none
}

.page-title .page-breadcrumb li:last-child {
    padding-right: 0;
    margin-right: 0
}

.page-title .page-breadcrumb li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.page-title .page-breadcrumb li a:hover {
    color: #fff
}

.sidebar-page-container {
    position: relative;
    padding: 170px 0 50px
}

.sidebar-page-container {
    padding-top: 95px
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px
}

.sidebar-page-container .sidebar-side .padding-left {
    padding-left: 30px;
    position: relative;
    z-index: 7
}

.sticky-top {
    top: 90px;
    z-index: 1
}

.sidebar-widget {
    position: relative;
    margin-bottom: 40px
}

.sidebar-widget:last-child {
    margin-bottom: 0
}

.sidebar-title {
    position: relative;
    margin-bottom: 25px
}

.sidebar-title h4 {
    position: relative;
    color: #373a5b;
    font-family: Poppins;
    font-weight: 600;
    line-height: 1.2em;
    padding-bottom: 15px
}

.sidebar-title h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 40px;
    background-image: -ms-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: -moz-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: -o-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0586fc), color-stop(100, #65b5ff));
    background-image: -webkit-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: linear-gradient(to right, #0586fc 0, #65b5ff 100%)
}

.topapp-sidebar .search-box .form-group {
    position: relative;
    margin: 0
}

.topapp-sidebar .search-box .form-group input[type=text],
.topapp-sidebar .search-box .form-group input[type=search] {
    position: relative;
    line-height: 28px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #ececf0;
    background: 0 0;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    color: gray;
    font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.topapp-sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    font-size: 14px;
    color: #222;
    line-height: 100%;
    background: 0 0;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-left: 1px solid #f2f2f2
}

.blog-cat {
    position: relative
}

.blog-cat li {
    position: relative;
    border-bottom: 1px solid #ececf0
}

.blog-cat li a {
    position: relative;
    color: #223543;
    font-size: 15px;
    font-weight: 500;
    display: block;
    padding: 16px 15px 16px 38px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: poppins, sans-serif
}

.blog-cat li a span {
    position: absolute;
    right: 0;
    top: 15px;
    width: 27px;
    height: 27px;
    font-size: 12px;
    text-align: center;
    line-height: 27px;
    background-color: #eee
}

.blog-cat li a:before {
    position: absolute;
    content: "\f105";
    left: 20px;
    top: 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    display: inline-block;
    color: #369efd;
    font-family: fontawesome
}

.blog-cat li a:hover::before {
    opacity: 1
}

.blog-cat li.active a,
.blog-cat li a:hover {
    color: #369efd
}

.popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666;
    min-height: 100px;
    padding-left: 90px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e2e2e7
}

.popular-posts .post:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    min-height: auto
}

.popular-posts .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 50%
}

.popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.popular-posts .post .text {
    position: relative;
    top: 0;
    font-size: 16px;
    margin: 0 0 3px;
    font-weight: 600;
    color: #373a5b;
    line-height: 1.5em;
    text-transform: capitalize;
    font-family: poppins, sans-serif
}

.popular-posts .post .text a {
    color: #373a5b;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.popular-posts .post a:hover {
    color: #369efd
}

.popular-posts .post-info {
    position: relative;
    font-size: 15px;
    color: #777a91;
    font-weight: 400;
    font-family: poppins, sans-serif
}

.topapp-sidebar .instagram-widget .images-outer {
    position: relative;
    margin: 0 -4px
}

.topapp-sidebar .instagram-widget .image-box {
    position: relative;
    float: left;
    width: 33.3333%;
    padding: 0 6px;
    margin-bottom: 12px
}

.topapp-sidebar .instagram-widget .image-box:nth-child(3),
.topapp-sidebar .instagram-widget .image-box:nth-child(6) {
    margin-right: 0
}

.topapp-sidebar .instagram-widget .image-box .overlay-box {
    position: absolute;
    content: "";
    left: 12px;
    top: 8px;
    bottom: 8px;
    right: 12px;
    display: block;
    z-index: 1;
    opacity: 0;
    text-align: center;
    padding: 8px;
    color: #fff;
    font-size: 24px;
    line-height: 44px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #339cfd
}

.topapp-sidebar .instagram-widget .image-box .overlay-box:before {
    position: absolute;
    top: 50%;
    margin-left: -12px;
    margin-top: -22px;
    display: inline-block
}

.topapp-sidebar .instagram-widget .image-box:hover .overlay-box {
    opacity: 1
}

.topapp-sidebar .instagram-widget .image-box img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.topapp-sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 7px 24px;
    margin: 0 4px 8px 0;
    color: #3a505f;
    text-align: center;
    font-size: 15px;
    border: 1px solid #eeecec;
    background-color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    font-family: poppins, sans-serif
}

.topapp-sidebar .popular-tags a:hover {
    background-color: #369efd;
    border-color: #369efd;
    color: #fff
}

.subscribe-widget .widget-content {
    position: relative;
    padding: 32px 25px 35px;
    background-color: #373a5b
}

.subscribe-widget h5 {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
    padding-left: 30px;
    margin-bottom: 15px
}

.subscribe-widget h5:before {
    position: absolute;
    content: "\f0e0";
    left: 0;
    top: 2px;
    color: #fff;
    line-height: 1em;
    font-weight: 400;
    font-size: 20px;
    font-family: "font awesome\ 5 free"
}

.subscribe-form-three {
    position: relative
}

.subscribe-form-three .form-group {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    z-index: 1
}

.subscribe-form-three .form-group input,
.subscribe-form-three .form-group select,
.subscribe-form-three .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    color: #75717b;
    font-weight: 500;
    height: 66px;
    padding: 25px 40px;
    overflow: hidden;
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #fff;
    border: 1px solid transparent;
    font-family: poppins, sans-serif;
    box-shadow: 0 20px 40px rgba(42, 38, 45, .06)
}

.subscribe-form-three .form-group input:focus,
.subscribe-form-three .form-group select:focus,
.subscribe-form-three .form-group textarea:focus {
    border-color: #0988fc
}

.subscribe-form-three .form-group input[type=submit],
.subscribe-form-three button {
    position: relative;
    width: 100%;
    line-height: 30px;
    cursor: pointer;
    padding: 18px 45px;
    border-radius: 8px;
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background-image: -ms-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: -moz-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: -o-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0586fc), color-stop(100, #65b5ff));
    background-image: -webkit-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: linear-gradient(to right, #0586fc 0, #65b5ff 100%)
}

.news-block-two {
    position: relative;
    margin-bottom: 50px
}

.news-block-two .inner-box {
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0 0 35px rgba(0, 0, 0, .15)
}

.news-block-two .inner-box .image-column {
    position: relative
}

.news-block-two .inner-box .image-column .inner-column {
    position: relative
}

.news-block-two .inner-box .image-column .image {
    position: relative;
    overflow: hidden;
    background-color: #000
}

.news-block-two .inner-box .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease
}

.news-block-two .inner-box:hover .image-column .image img {
    transform: scale(1.04, 1.04);
    opacity: .7
}

.news-block-two .inner-box .content-column {
    position: relative
}

.news-block-two .inner-box .content-column .inner-column {
    position: relative;
    border: 1px solid #efefef;
    border-left: 0;
    border-bottom: 0;
    padding-top: 22px;
    padding-right: 30px
}

.news-block-two .inner-box .content-column h4 {
    position: relative;
    font-weight: 700;
    color: #373a5b;
    line-height: 1.5em
}

.news-block-two .inner-box .content-column h4 a {
    position: relative;
    color: #373a5b;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block-two .inner-box .content-column h4 a:hover {
    color: #044c26
}

.news-block-two .inner-box .content-column .post-meta {
    position: relative;
    margin-top: 10px
}

.news-block-two .inner-box .content-column .post-meta li {
    position: relative;
    color: #777a91;
    font-size: 14px;
    margin-right: 12px;
    display: inline-block;
    font-family: poppins, sans-serif
}

.news-block-two .inner-box .content-column .post-meta li .icon {
    position: relative;
    margin-right: 7px;
    color: #777a91
}

.news-block-two .inner-box .content-column .text {
    position: relative;
    color: #373a5b;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 12px;
    margin-bottom: 8px
}

.news-block-two .inner-box .content-column .read-more {
    position: relative;
    color: #044c26;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7em;
    margin-top: 12px;
    padding-left: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: poppins, sans-serif
}

.news-block-two .inner-box .content-column .read-more .fa {
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block-two .inner-box .content-column .read-more:hover {
    color: #222;
    padding-left: 0;
    padding-right: 10px
}

.news-block-two .inner-box .content-column .read-more:hover .fa {
    left: 100%
}

.styled-pagination {
    position: relative
}

.styled-pagination li {
    position: relative;
    margin: 0 6px 10px;
    float: left
}

.styled-pagination li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    background-color: #ebebeb;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.styled-pagination li.active a,
.styled-pagination li:hover a {
    color: #fff;
    background-color: #0787fc
}

.styled-pagination li.prev a {
    font-size: 10px;
    color: #fff;
    background-color: #0787fc
}

.styled-pagination li.next a {
    font-size: 10px;
    color: #fff;
    background-color: #0787fc
}

.blog-detail {
    position: relative
}

.blog-detail .inner-box {
    position: relative
}

.blog-detail .inner-box .image {
    position: relative
}

.blog-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.blog-detail .inner-box .lower-content {
    position: relative;
    padding: 25px;
    border: 1px solid #e8edf5
}

.blog-detail .inner-box .lower-content .post-meta {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececf0
}

.blog-detail .inner-box .lower-content .post-meta:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 50px;
    height: 3px;
    background-image: -ms-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: -moz-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: -o-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0586fc), color-stop(100, #65b5ff));
    background-image: -webkit-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: linear-gradient(to right, #0586fc 0, #65b5ff 100%)
}

.blog-detail .inner-box .lower-content .post-meta li {
    position: relative;
    color: #9b9b9b;
    font-size: 14px;
    padding-right: 15px;
    margin-right: 12px;
    font-weight: 500;
    display: inline-block;
    font-family: poppins, sans-serif
}

.blog-detail .inner-box .lower-content .post-meta li span {
    position: relative
}

.blog-detail .inner-box .lower-content .post-meta li:before {
    position: absolute;
    right: -2px;
    top: 0;
    content: "/";
    color: #9b9b9b
}

.blog-detail .inner-box .lower-content .post-meta li:last-child {
    margin-right: 0;
    padding-right: 0
}

.blog-detail .inner-box .lower-content .post-meta li:last-child:before {
    display: none
}

.blog-detail .inner-box .lower-content .text {
    position: relative;
    margin-top: 25px
}

.blog-detail .inner-box .lower-content .text p {
    position: relative;
    color: #373a5b;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 22px;
    font-family: poppins, sans-serif
}

.blog-detail .inner-box .lower-content .text p span {
    text-decoration: underline
}

.blog-detail .inner-box .lower-content h4 {
    position: relative;
    font-weight: 700;
    color: #373a5b;
    line-height: 1.5em;
    margin-bottom: 15px
}

.blog-detail .inner-box .lower-content strong {
    position: relative;
    font-weight: 700;
    color: #373a5b;
    font-size: 16px;
    display: block;
    line-height: 1.5em;
    margin-bottom: 15px
}

.blog-detail .inner-box .lower-content .images-column {
    position: relative;
    margin-top: 25px;
    margin-bottom: 0
}

.blog-detail .inner-box .lower-content .images-column .image {
    position: relative;
    margin-bottom: 30px
}

.blog-detail .inner-box .lower-content blockquote {
    background-color: #f1f7fd;
    padding: 30px 35px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-left: 4px solid #2c99fd
}

.blog-detail .inner-box .lower-content blockquote .quote-text {
    position: relative;
    color: #373a5b;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 12px;
    font-family: poppins, sans-serif
}

.blog-detail .inner-box .lower-content blockquote .quote-author {
    position: relative;
    color: #0c89fc;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7em;
    font-family: poppins, sans-serif
}

.blog-detail .post-share-options {
    position: relative;
    padding-top: 55px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 32px
}

.blog-detail .post-share-options .post-share-inner {
    position: relative
}

.blog-detail .post-share-options .post-tags {
    position: relative
}

.blog-detail .post-share-options .post-tags span {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #191514;
    margin-right: 15px;
    font-family: poppins, sans-serif
}

.blog-detail .post-share-options .post-tags a {
    position: relative;
    padding: 8px 20px;
    color: #222;
    margin-right: 4px;
    font-size: 15px;
    margin-bottom: 4px;
    border-radius: 4px;
    display: inline-block;
    background-color: #f4f7fc;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    font-family: poppins, sans-serif
}

.blog-detail .post-share-options .post-tags a:hover {
    color: #fff;
    background-image: -ms-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: -moz-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: -o-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0586fc), color-stop(100, #65b5ff));
    background-image: -webkit-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: linear-gradient(to right, #0586fc 0, #65b5ff 100%)
}

.blog-detail .post-share-options .social-links {
    position: relative;
    margin-top: 5px
}

.blog-detail .post-share-options .social-links li {
    position: relative;
    margin-left: 2px;
    display: inline-block
}

.blog-detail .post-share-options .social-links li.twitter a {
    background-color: #55acee
}

.blog-detail .post-share-options .social-links li.google-plus a {
    background-color: #dd4b39
}

.blog-detail .post-share-options .social-links li.dribble a {
    background-color: #cd339a
}

.blog-detail .post-share-options .social-links li a {
    position: relative;
    width: 32px;
    height: 32px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #3b5998
}

.new-posts {
    position: relative;
    padding: 22px 0;
    border-top: 1px solid #ececf0;
    border-bottom: 1px solid #ececf0
}

.new-posts .prev-post {
    position: relative;
    color: #373a5b;
    font-size: 16px;
    font-weight: 600;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    font-family: poppins, sans-serif
}

.new-posts .next-post {
    position: relative;
    color: #373a5b;
    font-size: 16px;
    font-weight: 600;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    font-family: poppins, sans-serif
}

.new-posts .prev-post:hover,
.new-posts .next-post:hover {
    color: #1c91fd
}

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 45px;
    margin-bottom: 60px
}

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 35px
}

.sidebar-page-container .group-title h4 {
    position: relative;
    color: #373a5b;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: capitalize
}

.sidebar-page-container .group-title h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-image: -ms-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: -moz-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: -o-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0586fc), color-stop(100, #65b5ff));
    background-image: -webkit-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: linear-gradient(to right, #0586fc 0, #65b5ff 100%)
}

.sidebar-page-container .group-title .group-text {
    position: relative;
    font-size: 14px;
    color: #222;
    margin-top: 25px;
    font-weight: 500
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0;
    margin-bottom: 40px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.sidebar-page-container .comments-area .comment-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0
}

.sidebar-page-container .comments-area .comment-box:hover {
    border-color: #222
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0 0 0 125px
}

.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
    padding: 22px 25px 30px;
    background-color: #f4f7fc
}

.sidebar-page-container .comments-area .comment .comment-reply {
    position: absolute;
    right: 25px;
    top: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 5px;
    background-color: #191919;
    font-family: poppins, sans-serif
}

.sidebar-page-container .comments-area .comment .comment-reply:hover {
    background-color: #0586fc;
    background-image: -ms-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: -moz-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: -o-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0586fc), color-stop(100, #65b5ff));
    background-image: -webkit-linear-gradient(left, #0586fc 0, #65b5ff 100%);
    background-image: linear-gradient(to right, #0586fc 0, #65b5ff 100%)
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    display: block
}

.sidebar-page-container .comments-area .comment-info {
    color: #3e5773;
    line-height: 24px;
    font-size: 13px
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 20px;
    font-weight: 600;
    color: #373a5b;
    line-height: 1.3em;
    text-transform: capitalize;
    font-family: poppins, sans-serif
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #383838;
    font-size: 15px;
    margin-top: 16px;
    line-height: 1.8em;
    margin-bottom: 0;
    font-family: poppins, sans-serif
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    position: relative;
    font-size: 14px;
    color: #a4a4a4;
    font-weight: 400;
    margin-top: 3px
}

.sidebar-page-container .comments-area .comment-box .topapp-theme-btn {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 30px;
    font-family: poppins, sans-serif
}

.comment-form {
    position: relative;
    margin-top: 0
}

.comment-form .row {
    margin: 0 -7px
}

.comment-form .form-group {
    position: relative;
    padding: 0 7px;
    margin-bottom: 20px
}

.comment-form .form-group .check-box {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    font-family: poppins, sans-serif
}

.comment-form .form-group .check-box label {
    margin-bottom: 0
}

.comment-form .form-group input[type=text],
.comment-form .form-group input[type=password],
.comment-form .form-group input[type=tel],
.comment-form .form-group input[type=email],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 20px;
    height: 50px;
    color: #767677;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #ececec;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: poppins, sans-serif
}

.comment-form .form-group textarea::-webkit-input-placeholder,
.comment-form .form-group input::-webkit-input-placeholder {
    color: #767677
}

.comment-form .form-group input[type=text]:focus,
.comment-form .form-group input[type=password]:focus,
.comment-form .form-group input[type=tel]:focus,
.comment-form .form-group input[type=email]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #0d8afc
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 20px;
    color: #767677;
    height: 150px;
    font-size: 16px;
    resize: none;
    font-weight: 500;
    border-radius: 3px;
    border: 1px solid #ececec;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.comment-form .topapp-theme-btn {
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    padding: 18px 34px
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error {
    border-color: red !important
}

.default-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: red;
    font-weight: 500
}

.banner-section .carousel-column .inner-column .slider-outer {
    position: relative
}

.banner-section .carousel-column .inner-column .slides-box .bx-controls-direction {
    display: none
}

.banner-section .carousel-column .inner-column .slides-box {
    position: relative;
    width: 321px;
    height: 658px;
    margin: 0 auto;
    padding: 17px 19px;
    background-repeat: no-repeat
}

.banner-section .carousel-column .inner-column .slides-box .mobile-small-image {
    position: absolute;
    right: -250px;
    top: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    transition: all 900ms ease
}

.banner-section .carousel-column .inner-column .slides-box .mobile-small-image.visible {
    opacity: 1;
    right: -150px;
    visibility: visible
}

.banner-section .carousel-column .inner-column .slides-box .heart-image-icon {
    position: absolute;
    right: -150px;
    top: -150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease
}

.banner-section .carousel-column .inner-column .slides-box .heart-image-icon.visible-heart {
    opacity: 1;
    top: 50px;
    visibility: visible
}

.banner-section .carousel-column .inner-column .slides-box .plus-small-image {
    position: absolute;
    right: 180px;
    top: 280px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease
}

.banner-section .carousel-column .inner-column .slides-box .plus-small-image.visible-plus {
    opacity: 1;
    right: -8px;
    visibility: visible
}

.banner-section .bx-wrapper {
    border-color: transparent;
    background: transparent;
    box-shadow: none
}

.banner-section .carousel-column .inner-column .slides-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 17px;
    right: 0;
    height: 22px;
    z-index: 1;
    background: url(../img/topapp/resource/mobile-speaker.png) center center no-repeat
}

.banner-section .carousel-column .inner-column .slides-box .image {
    border-radius: 18px;
    overflow: hidden
}

.banner-section .carousel-column .inner-column .slides-box img {
    position: relative;
    border-radius: 22px;
    width: 100%;
    display: block
}

.banner-section .carousel-column .inner-column .pager-box {
    position: absolute;
    left: 0;
    bottom: -100px
}

.banner-section .carousel-column .inner-column .pager-box .inner-box:before {
    position: absolute;
    content: "";
    left: -65px;
    right: 0;
    bottom: 20px;
    width: 374px;
    height: 377px;
    background: url(../img/topapp/background/pattern-1.png) no-repeat
}

.banner-section .carousel-column .inner-column .pager-box .pager {
    position: relative;
    font-size: 26px;
    background: 0 0;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
    margin-left: -110px;
    display: inline-block;
    transition: all 500ms ease
}

.banner-section .carousel-column .inner-column .pager-box .pager.one {
    position: absolute;
    left: 20px;
    bottom: 200px;
    width: 60px;
    height: 60px;
    display: block;
    line-height: 60px;
    text-align: center;
    margin-top: 80px;
    border-radius: 50px;
    background-color: #f3454a;
    box-shadow: 0 5px 10px rgba(243, 69, 74, .35)
}

.banner-section .carousel-column .inner-column .pager-box .pager.one:hover {
    background-color: #d74246
}

.banner-section .carousel-column .inner-column .pager-box .pager.two {
    position: absolute;
    bottom: 60px;
    left: 105px;
    width: 72px;
    height: 72px;
    display: block;
    font-size: 36px;
    line-height: 72px;
    text-align: center;
    border-radius: 50px;
    margin-top: 120px;
    background-color: #71bbff
}

.banner-section .carousel-column .inner-column .pager-box .pager.two:hover {
    background-color: #65a9e7
}

.banner-section .carousel-column .inner-column .pager-box .pager.three {
    position: absolute;
    bottom: -5px;
    left: 275px;
    width: 86px;
    height: 86px;
    display: block;
    font-size: 48px;
    line-height: 86px;
    text-align: center;
    border-radius: 50px;
    background-color: #b0f48b
}

.banner-section .carousel-column .inner-column .pager-box .pager.three:hover {
    background-color: #97cf78
}

.testimonials-thumbs-carousel {
    position: relative;
    padding: 130px 0 50px
}

.testimonials-thumbs-carousel .carousel-thumbnails .pagers-column .pattern-layer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../img/topapp/background/pattern-9.png) no-repeat
}

.testimonials-thumbs-carousel .carousel-indicators {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0;
    height: 505px;
    background-position: right top
}

.testimonials-thumbs-carousel .carousel-indicators li {
    position: absolute;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #202020;
    border-radius: 50px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.testimonials-thumbs-carousel .carousel-indicators li .image:before {
    position: absolute;
    content: "";
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    border-radius: 50px;
    border: 10px solid rgba(209, 214, 220, .8)
}

.testimonials-thumbs-carousel .carousel-indicators li:nth-child(1) {
    left: 30px;
    top: 40px;
    width: 81px;
    height: 81px;
    border-radius: 50px
}

.testimonials-thumbs-carousel .carousel-indicators li:nth-child(2) {
    left: 5px;
    top: 247px;
    width: 65px;
    height: 63px
}

.testimonials-thumbs-carousel .carousel-indicators li:nth-child(3) {
    left: 160px;
    bottom: 70px;
    width: 47px;
    height: 47px
}

.testimonials-thumbs-carousel .carousel-indicators li:nth-child(4) {
    left: 240px;
    bottom: 190px;
    width: 81px;
    height: 81px
}

.testimonials-thumbs-carousel .carousel-indicators li:nth-child(5) {
    left: 300px;
    top: 100px;
    width: 47px;
    height: 47px
}

.testimonials-thumbs-carousel .carousel-indicators li:nth-child(6) {
    right: 10px;
    top: -15px;
    width: 65px;
    height: 63px
}

.testimonials-thumbs-carousel .carousel-indicators li:nth-child(7) {
    right: 30px;
    top: 165px;
    width: 57px;
    height: 56px
}

.testimonials-thumbs-carousel .carousel-thumbnails .carousel-indicators img {
    width: 100%;
    overflow: hidden;
    display: block;
    border-radius: 50px
}

.testimonials-thumbs-carousel .carousel-thumbnails .carousel-indicators li {
    height: auto;
    border: 0;
    box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, .15)
}

.testimonials-thumbs-carousel .carousel-thumbnails .carousel-indicators li .image {
    position: relative
}

.testimonials-thumbs-carousel .carousel-column {
    margin-left: -50px
}

.testimonials-thumbs-carousel .carousel-column .topapp-sec-title {
    margin-left: 140px
}

.testimonials-thumbs-carousel .carousel-column .topapp-sec-title h2 {
    font-size: 30px
}

.testimonial-block {
    position: relative
}

.testimonial-block .inner-box {
    padding-left: 140px;
    padding-top: 65px
}

.testimonial-block .inner-box .author-image {
    position: absolute;
    left: 10px;
    top: 80px;
    width: 108px;
    height: 108px;
    border-radius: 50px
}

.testimonial-block .inner-box .author-image img {
    border-radius: 50%;
    width: 100%;
    box-shadow: 0 6px 15px rgba(0, 0, 0, .12)
}

.testimonial-block .inner-box .author-image .social-icon {
    position: absolute;
    right: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    color: #4661d1;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.testimonial-block .inner-box .slide-text {
    position: relative;
    font-size: 16px;
    color: #373a5b;
    line-height: 1.9em;
    margin-bottom: 22px;
    word-break: break-all
}

.testimonial-block .inner-box .slide-info {
    position: relative;
    display: inline-block
}

.testimonial-block .inner-box .slide-info:before {
    content: "";
    position: absolute;
    right: -120px;
    top: 0;
    width: 75px;
    height: 40px;
    text-align: right;
    border-left: 1px solid #d2dbe5;
    background: url(../img/topapp/icons/g-icon.png) right center no-repeat
}

.testimonial-block .inner-box .author-title {
    color: #0e0e0e;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: poppins, sans-serif
}

.testimonial-block .inner-box .designation {
    color: #0887fc;
    font-size: 15px;
    line-height: 20px;
    margin-top: 7px
}

.testimonial-block .inner-box .quote-icon {
    position: absolute;
    left: 150px;
    top: 0;
    color: #e7ecf2;
    line-height: 1em;
    font-size: 45px
}

.testimonial-block .inner-box .topapp-sec-title {
    padding-left: 135px;
    margin-bottom: 55px
}

.testimonials-thumbs-carousel .carousel-control-prev {
    position: absolute;
    right: 65px;
    top: auto;
    left: auto;
    bottom: 0;
    font-size: 18px;
    color: #373a5b;
    width: 50px;
    height: 50px;
    opacity: 1;
    line-height: 58px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    margin: 0 15px 0 0;
    background-color: #e7ecf2;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonials-thumbs-carousel .carousel-control-prev:before {
    position: absolute;
    content: "\f104";
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    font-family: "font awesome\ 5 free"
}

.testimonials-thumbs-carousel .carousel-control-next {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    font-size: 18px;
    color: #373a5b;
    width: 50px;
    height: 50px;
    opacity: 1;
    line-height: 58px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    margin: 0 15px 0 0;
    background-color: #e7ecf2;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.testimonials-thumbs-carousel .carousel-control-next:before {
    position: absolute;
    content: "\f105";
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    font-family: "font awesome\ 5 free"
}

.testimonials-thumbs-carousel .carousel-control-prev span,
.testimonials-thumbs-carousel .carousel-control-next span {
    background: 0 0
}

.testimonials-thumbs-carousel .carousel-control-prev:hover,
.testimonials-thumbs-carousel .carousel-control-next:hover {
    color: #fff;
    background-color: #373a5b
}

.steps-section .carousel-column {
    position: relative
}

.steps-section .carousel-column .carousel-inner {
    position: relative;
    width: 321px;
    height: 658px;
    margin: 0 auto;
    padding: 18px 19px 17px;
    margin-left: 200px;
    margin-top: -20px;
    background-repeat: no-repeat
}

.steps-section .carousel-column .carousel-inner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 17px;
    right: 0;
    height: 22px;
    z-index: 1;
    background: url(../img/topapp/resource/mobile-speaker.png) center center no-repeat
}

.steps-section .carousel-column .carousel-inner .slides {
    position: relative;
    overflow: hidden
}

.steps-section .carousel-column .carousel-inner .content img {
    position: relative;
    border-radius: 25px
}

.steps-section .blocks-column {
    position: relative
}

.steps-section .blocks-column .inner-column {
    position: relative;
    padding-left: 30px
}

.steps-section .blocks-column .inner-column .carousel-indicators {
    position: relative;
    margin: 0;
    display: block;
    overflow: hidden
}

.steps-section .blocks-column .inner-column .carousel-indicators li {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-right: 0;
    font-size: 16px;
    color: #373a5b;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    padding-left: 170px;
    line-height: 1.8em;
    margin-bottom: 45px;
    background: 0 0;
    text-indent: inherit;
    transition: all 500ms ease
}

.steps-section .blocks-column .inner-column .carousel-indicators li:before {
    position: absolute;
    content: "";
    left: 85px;
    top: 0;
    width: 1px;
    height: 150%;
    background-color: #dce0fe
}

.steps-section .blocks-column .inner-column .carousel-indicators li:last-child::before {
    display: none
}

.steps-section .blocks-column .inner-column .carousel-indicators li strong {
    color: #373a5b;
    display: block;
    font-size: 20px;
    margin-bottom: 12px
}

.steps-section .blocks-column .inner-column .carousel-indicators li .icon {
    position: absolute;
    left: 45px;
    top: 0;
    font-size: 44px;
    width: 75px;
    height: 70px;
    font-weight: 400;
    border-radius: 8px;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    z-index: 1;
    text-indent: inherit;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    box-shadow: 0 10px 15px rgba(0, 132, 253, .15)
}

.steps-section .blocks-column .inner-column .carousel-indicators li .icon i {
    position: relative;
    z-index: 2;
    font-weight: 500;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    background: -webkit-gradient(linear, left top, right top, from(#0084fd), color-stop(98%, #41b7fe), to(#41b7fe));
    background: linear-gradient(to right, #0084fd 0, #41b7fe 98%, #41b7fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.steps-section .blocks-column .inner-column .carousel-indicators li:nth-child(2) .icon {
    box-shadow: 0 10px 15px rgba(147, 39, 213, .15)
}

.steps-section .blocks-column .inner-column .carousel-indicators li:nth-child(2) .icon i {
    background: -webkit-gradient(linear, left top, right top, from(#9426d5), color-stop(98%, #eb44dc), to(#eb44dc));
    background: linear-gradient(to right, #9426d5 0, #eb44dc 98%, #eb44dc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.steps-section .blocks-column .inner-column .carousel-indicators li:nth-child(3) .icon {
    box-shadow: 0 10px 15px rgba(242, 66, 69, .15)
}

.steps-section .blocks-column .inner-column .carousel-indicators li:nth-child(3) .icon i {
    background: -webkit-gradient(linear, left top, right top, from(#f24245), color-stop(98%, #fc8b8b), to(#fc8b8b));
    background: linear-gradient(to right, #f24245 0, #fc8b8b 98%, #fc8b8b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.steps-section .blocks-column .inner-column .carousel-indicators li .number {
    position: absolute;
    left: 0;
    top: 0;
    color: #daddf1;
    font-size: 72px;
    font-weight: 700;
    border-radius: 8px;
    text-align: center;
    line-height: 1em;
    display: inline-block;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    font-family: poppins, sans-serif
}

.steps-section .blocks-column .inner-column .carousel-indicators li:nth-child(1):hover .icon,
.steps-section .blocks-column .inner-column .carousel-indicators li:nth-child(1).active .icon {
    background-image: -ms-linear-gradient(left, #0084fd 0, #45b9fe 100%);
    background-image: -moz-linear-gradient(left, #0084fd 0, #45b9fe 100%);
    background-image: -o-linear-gradient(left, #0084fd 0, #45b9fe 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0084fd), color-stop(100, #45b9fe));
    background-image: -webkit-linear-gradient(left, #0084fd 0, #45b9fe 100%);
    background-image: linear-gradient(to right, #0084fd 0, #45b9fe 100%)
}

.steps-section .blocks-column .inner-column .carousel-indicators li:nth-child(1):hover .icon i,
.steps-section .blocks-column .inner-column .carousel-indicators li:nth-child(1).active .icon i {
    color: #fff;
    -webkit-text-fill-color: inherit
}

.steps-section .blocks-column .inner-column .carousel-indicators li:nth-child(2):hover .icon,
.steps-section .blocks-column .inner-column .carousel-indicators li:nth-child(2).active .icon {
    background-image: -ms-linear-gradient(left, #9326d5 0, #ec44dd 100%);
    background-image: -moz-linear-gradient(left, #9326d5 0, #ec44dd 100%);
    background-image: -o-linear-gradient(left, #9326d5 0, #ec44dd 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #9326d5), color-stop(100, #ec44dd));
    background-image: -webkit-linear-gradient(left, #9326d5 0, #ec44dd 100%);
    background-image: linear-gradient(to right, #9326d5 0, #ec44dd 100%)
}

.steps-section .blocks-column .inner-column .carousel-indicators li:nth-child(2):hover .icon i,
.steps-section .blocks-column .inner-column .carousel-indicators li:nth-child(2).active .icon i {
    color: #fff;
    -webkit-text-fill-color: inherit
}

.steps-section .blocks-column .inner-column .carousel-indicators li:nth-child(3):hover .icon,
.steps-section .blocks-column .inner-column .carousel-indicators li:nth-child(3).active .icon {
    background-image: -ms-linear-gradient(left, #f24346 0, #fc8b8b 100%);
    background-image: -moz-linear-gradient(left, #f24346 0, #fc8b8b 100%);
    background-image: -o-linear-gradient(left, #f24346 0, #fc8b8b 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f24346), color-stop(100, #fc8b8b));
    background-image: -webkit-linear-gradient(left, #f24346 0, #fc8b8b 100%);
    background-image: linear-gradient(to right, #f24346 0, #fc8b8b 100%)
}

.steps-section .blocks-column .inner-column .carousel-indicators li:nth-child(3):hover .icon i,
.steps-section .blocks-column .inner-column .carousel-indicators li:nth-child(3).active .icon i {
    color: #fff;
    -webkit-text-fill-color: inherit
}

/*Galaxy Css*/
.galaxy {
    font-family: arimo, sans-serif;
    background-color: #fff;
    font-size: 16px;
    font-size: 1rem;
    color: #848484;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

@media(max-width:991px) {
    .galaxy {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media(max-width:767px) {
    .galaxy {
        font-size: 14px;
        font-size: .875rem
    }
}

.galaxy p {
    color: #848484;
    line-height: 1.8em
}

.galaxy h1,
.galaxy h2,
.galaxy h3,
.galaxy h4,
.galaxy h5,
.galaxy h6 {
    font-family: montserrat, sans-serif;
    color: #000
}

.galaxy ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0
}

.galaxy a {
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.galaxy a:hover,
.galaxy a:focus {
    text-decoration: none
}

.galaxy .post-thumbnail img {
    max-width: 100%;
    height: auto
}

.galaxy .page-wrapper {
    position: relative;
    overflow: hidden
}

.galaxy .wow {
    visibility: hidden
}

.galaxy .fi:before {
    margin: 0
}

.section-padding {
    padding: 95px 0 100px
}

@media(max-width:767px) {
    .section-padding {
        padding: 70px 0 80px
    }
}

.galaxy .mfp-wrap {
    background-color: rgba(0, 0, 0, .9);
    z-index: 99999
}

.galaxy .mfp-with-zoom .mfp-container,
.galaxy .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.galaxy .mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.galaxy .mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.galaxy .mfp-with-zoom.mfp-removing .mfp-container,
.galaxy .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.galaxy .fancybox-overlay {
    background: rgba(0, 0, 0, .9);
    z-index: 9999 !important
}

.galaxy .fancybox-wrap {
    z-index: 99999 !important
}

.app-landing-features .feature .icon i {
    font-size: 55px;
    background: -webkit-linear-gradient(#44d8c1, #5581f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-documentation-section .box .icon i {
    font-size: 55px;
    background: -webkit-linear-gradient(#44d8c1, #5581f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.how-app-works .box .icon i {
    font-size: 55px;
    background: -webkit-linear-gradient(#44d8c1, #5581f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.dynamic-counter .start-count .icon i {
    font-size: 42px;
    background: -webkit-linear-gradient(#44d8c1, #5581f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.galaxy svg * {
    fill: none
}

.app-landing-features .feature .icon svg {
    width: 100%;
    height: 60px
}

.how-app-works .box .icon svg {
    width: 100%;
    height: 60px
}

.animated-svg-icon-s1 {
    width: 100%;
    height: 60px;
    stroke: #4273f0;
    stroke: url(#grad);
    stroke-width: 2
}

.animated-svg-icon-s1 {
    width: 100%;
    height: 60px
}

@media(max-width:1199px) {
    .animated-svg-icon-s1 {
        height: 50px
    }
}

@media(max-width:767px) {
    .animated-svg-icon-s1 {
        height: 40px
    }
}

.animated-svg-icon-s2 {
    width: 100%;
    height: 65px;
    stroke: url(#grad);
    stroke-width: 1.4
}

@media(max-width:1199px) {
    .animated-svg-icon-s2 {
        height: 50px
    }
}

@media(max-width:767px) {
    .animated-svg-icon-s2 {
        height: 40px
    }
}

.animated-svg-icon-s3 {
    width: 100%;
    height: 60px;
    stroke: url(#grad);
    stroke-width: 2
}

@media(max-width:1199px) {
    .animated-svg-icon-s3 {
        height: 50px
    }
}

@media(max-width:991px) {
    .animated-svg-icon-s3 {
        height: 40px
    }
}

.animated-svg-icon-s4 {
    width: 100%;
    height: 60px;
    stroke: url(#grad);
    stroke-width: 1.6
}

@media(max-width:1199px) {
    .animated-svg-icon-s4 {
        height: 50px
    }
}

@media(max-width:991px) {
    .animated-svg-icon-s4 {
        height: 40px
    }
}

.animated-svg-icon-s5 {
    width: 100%;
    stroke: url(#grad)
}

.animated-svg-icon-s6 {
    width: 100%;
    height: 58px;
    stroke: #4273f0;
    stroke-width: 2px
}

@media(max-width:767px) {
    .animated-svg-icon-s6 {
        height: 45px
    }
}

#contact-form .error-handling-messages,
#contact-form2 .error-handling-messages {
    margin-top: 15px;
    padding: 0
}

#contact-form label.error,
#contact-form2 label.error {
    color: red;
    font-size: .875rem;
    font-weight: 400;
    margin: 5px 0 0
}

#contact-form #loader,
#contact-form2 #loader {
    display: none
}

#contact-form #success,
#contact-form #error,
#contact-form2 #success,
#contact-form2 #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none
}

@media(max-width:767px) {

    #contact-form #success,
    #contact-form #error,
    #contact-form2 #success,
    #contact-form2 #error {
        font-size: 15px
    }
}

#contact-form #success,
#contact-form2 #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px
}

#contact-form #error,
#contact-form2 #error {
    background-color: #ff1a1a;
    border-left: 5px solid red
}

.galaxy .section-title,
.product-landing-section-title {
    text-align: center;
    margin-bottom: 60px
}

@media(max-width:991px) {

    .galaxy .section-title,
    .product-landing-section-title {
        margin-bottom: 40px
    }
}

.galaxy .section-title h2,
.product-landing-section-title h2 {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 200;
    margin: 0 0 1em;
    padding-bottom: 10px;
    position: relative
}

.galaxy .section-title h2:after,
.product-landing-section-title h2:after {
    content: "";
    background-color: #30d4ba;
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width:991px) {

    .galaxy .section-title h2,
    .product-landing-section-title h2 {
        font-size: 32px;
        font-size: 2rem
    }
}

@media(max-width:767px) {

    .galaxy .section-title h2,
    .product-landing-section-title h2 {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 1.2em;
        padding-bottom: 15px
    }
}

.product-landing-section-title .sub-title {
    font-family: montserrat, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    color: #000;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: .8em;
    display: block
}

@media(max-width:991px) {
    .product-landing-section-title .sub-title {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

.product-landing-section-title h2 {
    line-height: 1.2em
}

.product-landing-section-title h2:after {
    display: none
}

.app-btn-s1 {
    background-color: #30d4ba;
    background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
    background: -moz-linear-gradient(left, #30d4ba, #4273f0);
    background: -o-linear-gradient(left, #30d4ba, #4273f0);
    background: -ms-linear-gradient(left, #30d4ba, #4273f0);
    background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
    background: linear-gradient(left, #30d4ba, #4273f0);
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    padding: 0 35px;
    color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px
}

@media(max-width:1199px) {
    .app-btn-s1 {
        height: 40px;
        line-height: 40px;
        padding: 0 25px
    }
}

.app-btn-s1:hover {
    background: #fff;
    color: #000
}

.agency-btn-s1 {
    background-color: #30d4ba;
    background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
    background: -moz-linear-gradient(left, #30d4ba, #4273f0);
    background: -o-linear-gradient(left, #30d4ba, #4273f0);
    background: -ms-linear-gradient(left, #30d4ba, #4273f0);
    background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
    background: linear-gradient(left, #30d4ba, #4273f0);
    height: 45px;
    line-height: 45px;
    color: #fff;
    padding: 0 65px 0 28px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1
}

@media(max-width:1199px) {
    .agency-btn-s1 {
        height: 40px;
        line-height: 40px;
        padding: 0 50px 0 20px;
        font-size: 15px;
        font-size: .9375rem
    }
}

.agency-btn-s1 span {
    background-color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:1199px) {
    .agency-btn-s1 span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: 5px
    }
}

.agency-btn-s1 span i {
    color: #666
}

.agency-btn-s1:before {
    background-color: #4273f0;
    background: -webkit-linear-gradient(left, #4273f0, #30d4ba);
    background: -moz-linear-gradient(left, #4273f0, #30d4ba);
    background: -o-linear-gradient(left, #4273f0, #30d4ba);
    background: -ms-linear-gradient(left, #4273f0, #30d4ba);
    background: -webkit-gradient(linear, left top, right top, from(#4273f0), to(#30d4ba));
    background: linear-gradient(left, #4273f0, #30d4ba);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    z-index: -1;
    opacity: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.agency-btn-s1:hover:before {
    opacity: 1
}

.agency-btn-s2,
.product-landing-btn {
    background-color: #30d4ba;
    background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
    background: -moz-linear-gradient(left, #30d4ba, #4273f0);
    background: -o-linear-gradient(left, #30d4ba, #4273f0);
    background: -ms-linear-gradient(left, #30d4ba, #4273f0);
    background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
    background: linear-gradient(left, #30d4ba, #4273f0);
    height: 45px;
    line-height: 45px;
    font-weight: 400;
    color: #fff;
    padding: 0 45px;
    display: inline-block;
    border: 0;
    outline: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    z-index: 10
}

@media(max-width:1199px) {

    .agency-btn-s2,
    .product-landing-btn {
        height: 40px;
        line-height: 40px;
        padding: 0 35px
    }
}

@media(max-width:767px) {

    .agency-btn-s2,
    .product-landing-btn {
        height: 36px;
        line-height: 36px;
        padding: 0 25px
    }
}

.agency-btn-s2:before,
.product-landing-btn:before {
    content: "";
    background: -webkit-linear-gradient(left, #4273f0, #30d4ba);
    background: -moz-linear-gradient(left, #4273f0, #30d4ba);
    background: -o-linear-gradient(left, #4273f0, #30d4ba);
    background: -ms-linear-gradient(left, #4273f0, #30d4ba);
    background: -webkit-gradient(linear, left top, right top, from(#4273f0), to(#30d4ba));
    background: linear-gradient(left, #4273f0, #30d4ba);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.agency-btn-s2:hover,
.product-landing-btn:hover {
    color: #fff
}

.agency-btn-s2:hover:before,
.product-landing-btn:hover:before {
    opacity: 1
}

.product-landing-btn-s2 {
    background-color: #30d4ba;
    background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
    background: -moz-linear-gradient(left, #30d4ba, #4273f0);
    background: -o-linear-gradient(left, #30d4ba, #4273f0);
    background: -ms-linear-gradient(left, #30d4ba, #4273f0);
    background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
    background: linear-gradient(left, #30d4ba, #4273f0);
    width: 160px;
    height: 45px;
    line-height: 45px;
    font-weight: 400;
    color: #fff;
    padding: 0;
    display: inline-block;
    border: 0;
    outline: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    z-index: 10
}

@media(max-width:1199px) {
    .product-landing-btn-s2 {
        width: 140px;
        height: 40px;
        line-height: 40px
    }
}

@media(max-width:767px) {
    .product-landing-btn-s2 {
        width: 120px;
        height: 36px;
        line-height: 36px
    }
}

.product-landing-btn-s2:before {
    content: "";
    width: 156px;
    height: 41px;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    position: absolute;
    left: 2px;
    top: 2px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

@media(max-width:1199px) {
    .product-landing-btn-s2:before {
        width: 136px;
        height: 36px
    }
}

@media(max-width:767px) {
    .product-landing-btn-s2:before {
        width: 116px;
        height: 32px
    }
}

.product-landing-btn-s2:hover,
.product-landing-btn-s2:focus {
    color: #000
}

.product-landing-btn-s2:hover:before {
    opacity: 1;
    color: #000
}

.galaxy .form input,
.galaxy .form textarea,
.galaxy .form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #595959
}

.galaxy .form input:focus,
.galaxy .form textarea:focus,
.galaxy .form select:focus {
    border-color: #30d4ba;
    -webkit-box-shadow: 0 0 5px 0 #5addc8;
    -moz-box-shadow: 0 0 5px 0 #5addc8;
    -o-box-shadow: 0 0 5px 0 #5addc8;
    -ms-box-shadow: 0 0 5px 0 #5addc8;
    box-shadow: 0 0 5px 0 #5addc8
}

.galaxy .form ::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959
}

.galaxy .form :-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959
}

.galaxy .form ::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959
}

.galaxy .form :-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959
}

.galaxy .form select {
    font-style: italic;
    background: url(../img/galaxy/select-icon.png) no-repeat right center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer
}

.galaxy .form select::-ms-expand {
    display: none
}

.sticky {
    width: 100%;
    position: fixed;
    left: 0;
    top: -100px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s
}

.sticky-on {
    opacity: 1;
    top: 0
}

.header-style-2 nav.sticky,
.header-style-3 nav.sticky {
    background-color: #30d4ba;
    background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
    background: -moz-linear-gradient(left, #30d4ba, #4273f0);
    background: -o-linear-gradient(left, #30d4ba, #4273f0);
    background: -ms-linear-gradient(left, #30d4ba, #4273f0);
    background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
    background: linear-gradient(left, #30d4ba, #4273f0)
}

.header-style-2 nav.sticky .side-menu-inner,
.header-style-3 nav.sticky .side-menu-inner {
    display: none
}

@media screen and (min-width:992px) {

    .header-style-2 nav.sticky .container,
    .header-style-3 nav.sticky .container {
        padding-bottom: 25px
    }

    .header-style-2 nav.sticky .navbar-nav,
    .header-style-3 nav.sticky .navbar-nav {
        display: none
    }
}

.home-cv .home-cv-sticky {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999
}

.galaxy .social-links {
    overflow: hidden
}

.galaxy .social-links li {
    float: left
}

.galaxy .social-links li a {
    color: #000;
    text-align: center
}

.galaxy .page-title {
    background: url(../img/galaxy/page-title/img-1.jpg) center center/cover no-repeat local;
    text-align: center;
    position: relative
}

.galaxy .page-title>.container {
    position: relative;
    height: 480px;
    z-index: 100
}

@media(max-width:991px) {
    .galaxy .page-title>.container {
        height: 320px
    }
}

.galaxy .page-title .title-box {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.galaxy .page-title .title-box h1 {
    font-size: 3rem;
    color: #fff;
    margin: 0 0 .12em;
    text-transform: capitalize
}

.galaxy .page-title .title-box h1 span {
    color: #fff
}

@media(max-width:991px) {
    .galaxy .page-title .title-box h1 {
        font-size: 2.5rem
    }
}

@media(max-width:767px) {
    .galaxy .page-title .title-box h1 {
        font-size: 1.875rem
    }
}

.galaxy .page-title .title-box ol span {
    color: #fff;
    padding: 6px
}

.galaxy .page-title .title-box ol {
    background: transparent;
    padding: 0;
    margin: 0;
    display: inline-flex;
    color: #fff
}

.galaxy .page-title .title-box ol li {
    color: #30d4ba;
    font-size: 1.125rem;
    text-transform: capitalize
}

@media(max-width:991px) {
    .galaxy .page-title .title-box ol li {
        font-size: 1rem
    }
}

@media(max-width:767px) {
    .galaxy .page-title .title-box ol li {
        font-size: .9375rem
    }
}

.galaxy .page-title .title-box ol a {
    color: #fff
}

.galaxy .page-title .title-box .breadcrumb>li+li:before {
    content: "\f105";
    font-family: "font awesome\ 5 free";
    color: #fff;
    padding: 0 5px;
    font-weight: 600
}

.galaxy .preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000
}

.galaxy .preloader .loader-inner {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.galaxy .preloader .loader-inner span {
    width: 18px;
    height: 18px;
    background-color: #30d4ba;
    position: absolute;
    left: 0;
    top: 0
}

.galaxy .preloader .loader-inner span:nth-child(1) {
    -webkit-animation: fstBox 1.5s infinite;
    animation: fstBox 1.5s infinite
}

.galaxy .preloader .loader-inner span:nth-child(2) {
    background-color: #4273f0;
    left: 24px;
    -webkit-animation: secBox 1.5s infinite;
    animation: secBox 1.5s infinite
}

.galaxy .preloader .loader-inner span:nth-child(3) {
    background-color: #4273f0;
    top: 24px;
    -webkit-animation: trdBox 1.5s infinite;
    animation: trdBox 1.5s infinite
}

.galaxy .preloader .loader-inner span:nth-child(4) {
    left: 24px;
    top: 24px;
    -webkit-animation: frtBox 1.5s infinite;
    animation: frtBox 1.5s infinite
}

@-webkit-keyframes fstBox {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
        border-radius: 0
    }

    60% {
        -webkit-transform: translate(-30px, -20px) rotate(-180deg);
        transform: translate(-30px, -20px) rotate(-180deg);
        border-radius: 50%
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-360deg);
        transform: translate(0, 0) rotate(-360deg);
        border-radius: 0
    }
}

@keyframes fstBox {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
        border-radius: 0
    }

    60% {
        -webkit-transform: translate(-30px, -20px) rotate(-180deg);
        transform: translate(-30px, -20px) rotate(-180deg);
        border-radius: 50%
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-360deg);
        transform: translate(0, 0) rotate(-360deg);
        border-radius: 0
    }
}

@-webkit-keyframes secBox {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
        border-radius: 0
    }

    60% {
        -webkit-transform: translate(30px, -20px) rotate(-180deg);
        transform: translate(30px, -20px) rotate(-180deg);
        border-radius: 50%
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-360deg);
        transform: translate(0, 0) rotate(-360deg);
        border-radius: 0
    }
}

@keyframes secBox {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
        border-radius: 0
    }

    60% {
        -webkit-transform: translate(30px, -20px) rotate(-180deg);
        transform: translate(30px, -20px) rotate(-180deg);
        border-radius: 50%
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-360deg);
        transform: translate(0, 0) rotate(-360deg);
        border-radius: 0
    }
}

@-webkit-keyframes trdBox {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
        border-radius: 0
    }

    60% {
        -webkit-transform: translate(-30px, 20px) rotate(-180deg);
        transform: translate(-30px, 20px) rotate(-180deg);
        border-radius: 50%
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-360deg);
        transform: translate(0, 0) rotate(-360deg);
        border-radius: 0
    }
}

@keyframes trdBox {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
        border-radius: 0
    }

    60% {
        -webkit-transform: translate(-30px, 20px) rotate(-180deg);
        transform: translate(-30px, 20px) rotate(-180deg);
        border-radius: 50%
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-360deg);
        transform: translate(0, 0) rotate(-360deg);
        border-radius: 0
    }
}

@-webkit-keyframes frtBox {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
        border-radius: 0
    }

    60% {
        -webkit-transform: translate(30px, 20px) rotate(-180deg);
        transform: translate(30px, 20px) rotate(-180deg);
        border-radius: 50%
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-360deg);
        transform: translate(0, 0) rotate(-360deg);
        border-radius: 0
    }
}

@keyframes frtBox {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
        border-radius: 0
    }

    60% {
        -webkit-transform: translate(30px, 20px) rotate(-180deg);
        transform: translate(30px, 20px) rotate(-180deg);
        border-radius: 50%
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-360deg);
        transform: translate(0, 0) rotate(-360deg);
        border-radius: 0
    }
}

.app-team-grids .grid {
    text-align: center;
    position: relative;
    overflow: hidden
}

.app-team-grids .grid .details {
    width: 100%;
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    bottom: -70px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.app-team-grids .grid .details:after {
    content: "";
    background: url(../img/galaxy/app-landing/team/shadow.png) center center/cover no-repeat local;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.app-team-grids .grid:hover .details {
    bottom: 0
}

.app-team-grids .grid:hover .details:after {
    opacity: 1
}

.app-team-grids .grid .details h3,
.app-team-grids .grid .details .post,
.app-team-grids .grid .details a {
    color: #fff
}

.app-team-grids .grid .details h3 {
    font-family: arimo, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 .25em
}

@media(max-width:1199px) {
    .app-team-grids .grid .details h3 {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media(max-width:1199px) {
    .app-team-grids .grid .details h3 {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.app-team-grids .grid .details .post {
    font-size: 14px;
    font-size: .875rem;
    display: block
}

@media(max-width:991px) {
    .app-team-grids .grid .details .post {
        font-size: 12px;
        font-size: .75rem
    }
}

.app-team-grids .grid .social-links {
    margin-top: 60px;
    display: inline-block;
    position: relative;
    z-index: 10
}

.app-team-grids .grid .social-links li {
    margin-right: 25px
}

@media(max-width:991px) {
    .app-team-grids .grid .social-links li {
        margin-right: 15px
    }
}

.app-team-grids .grid .social-links li:last-child {
    margin-right: 0
}

.app-pricing-grids {
    margin: 0 -30px
}

@media(max-width:767px) {
    .app-pricing-grids {
        margin: 0 -15px
    }
}

@media(max-width:550px) {
    .app-pricing-grids {
        margin: 0
    }
}

.app-pricing-grids .grid {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 0 15px
}

@media(max-width:991px) {
    .app-pricing-grids .grid {
        width: 50%;
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .app-pricing-grids .grid {
        padding: 0 7.5px;
        margin-bottom: 15px
    }
}

@media(max-width:550px) {
    .app-pricing-grids .grid {
        width: 100%;
        padding: 0
    }
}

.app-pricing-grids .grid-inner {
    background-color: #fff;
    padding: 45px 20px;
    position: relative
}

@media(max-width:767px) {
    .app-pricing-grids .grid-inner {
        padding: 35px 15px
    }
}

.app-pricing-grids .grid-inner:before {
    content: "";
    background-color: #30d4ba;
    background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
    background: -moz-linear-gradient(left, #30d4ba, #4273f0);
    background: -o-linear-gradient(left, #30d4ba, #4273f0);
    background: -ms-linear-gradient(left, #30d4ba, #4273f0);
    background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
    background: linear-gradient(left, #30d4ba, #4273f0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.app-pricing-grids .pricing-header,
.app-pricing-grids .pricing-details {
    position: relative;
    z-index: 10
}

.app-pricing-grids .pricing-header .package {
    font-size: 24px;
    font-size: 1.5rem;
    color: #666;
    display: block
}

@media(max-width:1199px) {
    .app-pricing-grids .pricing-header .package {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.app-pricing-grids .pricing-header .price {
    font-size: 60px;
    font-size: 3.75rem;
    color: #333;
    margin: .5em 0 10px;
    display: inline-block;
    position: relative
}

.app-pricing-grids .pricing-header .price span {
    font-size: 24px;
    font-size: 1.5rem;
    position: absolute;
    left: -25px;
    top: 10px
}

@media(max-width:991px) {
    .app-pricing-grids .pricing-header .price span {
        font-size: 18px;
        font-size: 1.125rem;
        position: absolute;
        left: -15px;
        top: 8px
    }
}

@media(max-width:767px) {
    .app-pricing-grids .pricing-header .price span {
        font-size: 16px;
        font-size: 1rem;
        position: absolute;
        left: -15px;
        top: 5px
    }
}

@media(max-width:1199px) {
    .app-pricing-grids .pricing-header .price {
        font-size: 45px;
        font-size: 2.8125rem
    }
}

@media(max-width:991px) {
    .app-pricing-grids .pricing-header .price {
        font-size: 38px;
        font-size: 2.375rem
    }
}

@media(max-width:767px) {
    .app-pricing-grids .pricing-header .price {
        font-size: 30px;
        font-size: 1.875rem;
        margin-bottom: 0
    }
}

.app-pricing-grids .pricing-header .access {
    display: block
}

.app-pricing-grids .pricing-details {
    margin-top: 40px
}

.app-pricing-grids .pricing-details ul {
    margin-bottom: 30px
}

.app-pricing-grids .pricing-details ul li {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 10px
}

.app-pricing-grids .pricing-details ul li span {
    color: #000;
    font-weight: 700
}

.app-pricing-grids>.grid:nth-child(2) .grid-inner:before,
.app-pricing-grids .grid .grid-inner:hover:before {
    opacity: 1
}

.app-pricing-grids>.grid:nth-child(2) .grid-inner span,
.app-pricing-grids>.grid:nth-child(2) .grid-inner h3,
.app-pricing-grids>.grid:nth-child(2) .grid-inner li,
.app-pricing-grids .grid .grid-inner:hover span,
.app-pricing-grids .grid .grid-inner:hover h3,
.app-pricing-grids .grid .grid-inner:hover li {
    color: #fff
}

.app-pricing-grids>.grid:nth-child(2) .grid-inner .get-started,
.app-pricing-grids .grid .grid-inner:hover .get-started {
    background: #fff;
    color: #000
}

.app-accordion {
    margin-bottom: 0
}

.app-accordion .panel {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.app-accordion .panel-default>.panel-heading {
    background-color: transparent;
    padding: 0
}

.app-accordion .panel-default>.panel-heading a {
    font-family: montserrat, sans-serif;
    background-color: #fff;
    font-size: 22px;
    font-size: 1.375rem;
    color: #000;
    padding: 15px 25px;
    display: block;
    position: relative
}

@media(max-width:1199px) {
    .app-accordion .panel-default>.panel-heading a {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media(max-width:767px) {
    .app-accordion .panel-default>.panel-heading a {
        font-size: 16px;
        font-size: 1rem
    }
}

.app-accordion .panel-default>.panel-heading a:after {
    font-family: "font awesome\ 5 free";
    content: "\f103";
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600;
    color: #4273f0;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:1199px) {
    .app-accordion .panel-default>.panel-heading a:after {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media(max-width:767px) {
    .app-accordion .panel-default>.panel-heading a:after {
        display: none
    }
}

.app-accordion .panel-default>.panel-heading .collapsed {
    background-color: transparent;
    color: #fff
}

.app-accordion .panel-default>.panel-heading .collapsed:after {
    color: #fff
}

.app-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    background-color: #fff;
    border: 0;
    padding: 0 25px 8px
}

.app-accordion .panel-body p {
    font-size: 18px;
    font-size: 1.125rem
}

@media(max-width:1199px) {
    .app-accordion .panel-body p {
        font-size: 16px;
        font-size: 1rem
    }
}

@media(max-width:767px) {
    .app-accordion .panel-body p {
        font-size: 14px;
        font-size: .875rem
    }
}

.progress-bar-bg .elementor-progress-bar {
    background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0))
}

@media(max-width:991px) {
    .progress-bar-s1 {
        margin-top: 50px
    }
}

.progress-bar-s1 .skill {
    margin-bottom: 5px
}

.progress-bar-s1 .skill:last-child {
    margin-bottom: 0
}

.progress-bar-s1 .skill:last-child .progress {
    margin-bottom: 0
}

.progress-bar-s1 h6 {
    font-family: arimo, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    color: #848484;
    margin: 0 0 .6em
}

.progress-bar-s1 .progress {
    background-color: #e6e6e6;
    height: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
    box-shadow: none;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

@media(max-width:991px) {
    .progress-bar-s1 .progress {
        height: 12px
    }
}

.progress-bar-s1 .progress>span {
    font-size: 14px;
    font-size: .875rem;
    color: #848484;
    padding: 2px 6px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: -32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

@media(max-width:991px) {
    .progress-bar-s1 .progress>span {
        padding: 0 6px
    }
}

.progress-bar-s1 .progress-bar {
    background: blue;
    background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
    background: -moz-linear-gradient(left, #30d4ba, #4273f0);
    background: -o-linear-gradient(left, #30d4ba, #4273f0);
    background: -ms-linear-gradient(left, #30d4ba, #4273f0);
    background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
    background: linear-gradient(left, #30d4ba, #4273f0);
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.agency-project-grids .grid .img-holder {
    margin-bottom: 25px
}

.agency-project-grids .img-holder img {
    width: 100%
}

.agency-project-grids .grid h3 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 400;
    color: #333;
    margin: 0 0 .5em
}

@media(max-width:991px) {
    .agency-project-grids .grid h3 {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.agency-project-grids .grid .view {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    color: #4273f0;
    text-decoration: underline
}

.agency-project-grids .grid .view i {
    font-size: 14px;
    font-size: .875rem;
    display: inline-block;
    padding-left: 10px
}

.agency-blog-grids .grid {
    position: relative
}

.agency-blog-grids .grid:after {
    content: "";
    background-color: #e8e6e6;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0
}

.agency-blog-grids .grid:before {
    content: "";
    background-color: #30d4ba;
    background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
    background: -moz-linear-gradient(left, #30d4ba, #4273f0);
    background: -o-linear-gradient(left, #30d4ba, #4273f0);
    background: -ms-linear-gradient(left, #30d4ba, #4273f0);
    background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
    background: linear-gradient(left, #30d4ba, #4273f0);
    width: 0;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

@media(max-width:1199px) {

    .agency-blog-grids .grid:after,
    .agency-blog-grids .grid:before {
        height: 4px
    }
}

.agency-blog-grids .grid:hover:before {
    width: 100%
}

.agency-blog-grids .entry-details {
    padding: 30px 25px
}

@media(max-width:1199px) {
    .agency-blog-grids .entry-details {
        padding: 30px 15px
    }
}

.agency-blog-grids .entry-date {
    font-size: 14px;
    font-size: .875rem
}

.agency-blog-grids .entry-details h3 {
    margin: .37em 0 .6em;
    font-weight: 400
}

.agency-blog-grids .entry-details h3 a {
    font-size: 22px;
    font-size: 1.375rem;
    color: #333
}

@media(max-width:1199px) {
    .agency-blog-grids .entry-details h3 a {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media(max-width:767px) {
    .agency-blog-grids .entry-details h3 a {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.agency-blog-grids .entry-details h3 a:hover {
    color: #30d4ba
}

@media(max-width:1199px) {
    .agency-blog-grids .entry-details p {
        font-size: 15px;
        font-size: .9375rem
    }
}

.agency-blog-grids .entry-footer {
    overflow: hidden;
    margin-top: 20px
}

.agency-blog-grids .entry-footer .more,
.agency-blog-grids .entry-footer .comments {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    color: #333;
    text-transform: capitalize
}

@media(max-width:767px) {

    .agency-blog-grids .entry-footer .more,
    .agency-blog-grids .entry-footer .comments {
        font-size: 12px;
        font-size: .75rem
    }
}

.agency-blog-grids .entry-footer .more {
    float: left
}

.agency-blog-grids .entry-footer .comments {
    float: right
}

.agency-blog-grids .entry-footer .comments a {
    color: #ababab
}

.agency-blog-grids .entry-footer .more:hover,
.agency-blog-grids .entry-footer .comments a:hover {
    color: #30d4ba !important
}

.galaxy .owl-nav {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 11%
}

.galaxy .agency-testimonial-slider .owl-nav {
    width: 22%
}

.galaxy .agency-projects .owl-nav {
    width: 6%
}

.galaxy .owl-nav .owl-prev,
.galaxy .owl-nav .owl-next {
    cursor: pointer;
    position: relative;
    font-size: 16px;
    color: #373a5b;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    font-weight: 700;
    background-image: none;
    display: inline-block;
    margin: 0 4px;
    background-color: #e7ecf2;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.galaxy .owl-nav .owl-prev:hover,
.galaxy .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #30d4ba
}

.dots-style1 .owl-controls .owl-dots .owl-dot span {
    background: #dfdddd;
    width: 11px;
    height: 11px;
    margin: 0 12px 0 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

@media(max-width:767px) {
    .dots-style1 .owl-controls .owl-dots .owl-dot span {
        width: 9px;
        height: 9px;
        margin: 0 9px 0 0
    }
}

.dots-style1 .owl-controls .owl-dots .active span {
    background: #4273f0;
    background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
    background: -moz-linear-gradient(left, #30d4ba, #4273f0);
    background: -o-linear-gradient(left, #30d4ba, #4273f0);
    background: -ms-linear-gradient(left, #30d4ba, #4273f0);
    background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
    background: linear-gradient(left, #30d4ba, #4273f0);
    -webkit-box-shadow: 0 0 0 4px rgba(48, 212, 186, .5);
    -moz-box-shadow: 0 0 0 4px rgba(48, 212, 186, .5);
    -o-box-shadow: 0 0 0 4px rgba(48, 212, 186, .5);
    -ms-box-shadow: 0 0 0 4px rgba(48, 212, 186, .5);
    box-shadow: 0 0 0 4px rgba(48, 212, 186, .5)
}

@media(max-width:767px) {
    .dots-style1 .owl-controls .owl-dots .active span {
        -webkit-box-shadow: 0 0 0 3px rgba(48, 212, 186, .5);
        -moz-box-shadow: 0 0 0 3px rgba(48, 212, 186, .5);
        -o-box-shadow: 0 0 0 3px rgba(48, 212, 186, .5);
        -ms-box-shadow: 0 0 0 3px rgba(48, 212, 186, .5);
        box-shadow: 0 0 0 3px rgba(48, 212, 186, .5)
    }
}

.cv-portfolio-grids {
    margin: 0 -7.5px
}

.cv-portfolio-grids .grid {
    width: 33.33%;
    float: left;
    padding: 0 7.5px 15px;
    overflow: hidden
}

@media(max-width:767px) {
    .cv-portfolio-grids .grid {
        padding: 0 5px 10px
    }
}

@media(max-width:500px) {
    .cv-portfolio-grids .grid {
        width: 50%
    }
}

.cv-portfolio-grids .grid .box-inner {
    position: relative;
    overflow: hidden
}

.cv-portfolio-grids .grid i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 99;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .05s;
    -moz-transition: all .05s;
    -o-transition: all .05s;
    -ms-transition: all .05s;
    transition: all .05s
}

@media(max-width:1199px) {
    .cv-portfolio-grids .grid i {
        width: 55px;
        height: 55px;
        line-height: 55px
    }
}

@media(max-width:991px) {
    .cv-portfolio-grids .grid i {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

@media(max-width:767px) {
    .cv-portfolio-grids .grid i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        border: 1px solid #fff
    }
}

.cv-portfolio-grids .grid i:before {
    font-size: 20px;
    font-size: 1.25rem
}

@media(max-width:991px) {
    .cv-portfolio-grids .grid i:before {
        font-size: 14px;
        font-size: .875rem
    }
}

.cv-portfolio-grids .grid a {
    display: block;
    z-index: 10
}

.cv-portfolio-grids .grid img {
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.cv-portfolio-grids .grid:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -transform: scale(1.1, 1.1)
}

.cv-portfolio-grids .grid .box-inner:after {
    content: "";
    background-color: rgba(48, 212, 186, .7);
    background: -webkit-linear-gradient(left, rgba(48, 212, 186, .8), rgba(66, 115, 240, .8));
    background: -moz-linear-gradient(left, rgba(48, 212, 186, .8), rgba(66, 115, 240, .8));
    background: -o-linear-gradient(left, rgba(48, 212, 186, .8), rgba(66, 115, 240, .8));
    background: -ms-linear-gradient(left, rgba(48, 212, 186, .8), rgba(66, 115, 240, .8));
    background: -webkit-gradient(linear, left top, right top, from(rgba(48, 212, 186, .8)), to(rgba(66, 115, 240, .8)));
    background: linear-gradient(left, rgba(48, 212, 186, .8), rgba(66, 115, 240, .8));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.cv-portfolio-grids .grid:hover .box-inner:after {
    opacity: 1
}

.cv-portfolio-grids .width2 {
    width: 66.66%
}

@media(max-width:500px) {
    .cv-portfolio-grids .width2 {
        width: 50%
    }
}

.cv-portfolio-grids .box-inner:hover i {
    opacity: 1
}

.cv-portfolio-grids .grid:hover .top-border:before,
.cv-portfolio-grids .grid:hover .bottom-border:before {
    width: 100%
}

.cv-portfolio-grids .grid:hover .top-border:after,
.cv-portfolio-grids .grid:hover .bottom-border:after {
    height: 100%
}

.product-grids .grid {
    background-color: #fff;
    text-align: center;
    padding: 60px 25px
}

@media(max-width:767px) {
    .product-grids .grid {
        padding: 35px 15px
    }
}

.product-grids .img-holder {
    margin-bottom: 40px
}

@media(max-width:767px) {
    .product-grids .img-holder {
        margin-bottom: 30px
    }
}

.product-grids .img-holder img {
    display: inline-block
}

@media(max-width:767px) {
    .product-grids .img-holder img {
        max-width: 170px
    }
}

.product-grids .grid h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 .55em
}

@media(max-width:767px) {
    .product-grids .grid h3 {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.product-grids .price {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    display: block;
    color: #30d4ba;
    margin-bottom: 25px;
    padding-top: 7px
}

.product-grids .product-landing-btn-s2 {
    font-size: 14px;
    font-size: .875rem
}

.blog-sidebar .widget {
    margin-bottom: 75px
}

@media(max-width:991px) {
    .blog-sidebar .widget {
        margin-bottom: 60px
    }
}

.blog-sidebar .widget:last-child {
    margin-bottom: 0
}

.blog-sidebar h3 {
    font-size: 20px;
    color: #0d0d0d;
    margin: 0 0 1.25em;
    text-transform: uppercase
}

@media(max-width:767px) {
    .blog-sidebar h3 {
        font-size: 17px
    }
}

.blog-sidebar .category-widget ul li,
.blog-sidebar .archive-widget ul li {
    border-bottom: 1px solid #fff
}

.blog-sidebar .category-widget ul li>a,
.blog-sidebar .archive-widget ul li>a {
    padding: 13px 0
}

.blog-sidebar ul li {
    font-size: 15px;
    font-weight: 700
}

.blog-sidebar ul li>a {
    color: #404040;
    position: relative
}

.blog-sidebar ul li:first-child a {
    padding-top: 0
}

.blog-sidebar ul li:last-child a {
    padding-bottom: 0
}

.blog-sidebar ul li:last-child {
    border: 0
}

.blog-sidebar ul li>a:hover {
    color: #30d4ba
}

.blog-sidebar ul li>a .badge {
    background-color: transparent;
    font-size: 15px;
    color: #404040;
    position: absolute;
    right: 5px
}

.blog-sidebar ul li>a .badge:before,
.blog-sidebar ul li>a .badge:after {
    font-size: 14px;
    position: absolute;
    top: 3px
}

.blog-sidebar ul li>a .badge:before {
    content: "(";
    left: 0
}

.blog-sidebar ul li>a .badge:after {
    content: ")";
    right: 0
}

.blog-sidebar .search-widget input {
    background-color: transparent;
    padding: 8px 12px;
    height: auto
}

.blog-sidebar .search-widget input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #30d4ba
}

@media(max-width:767px) {
    .blog-sidebar .recent-post-widget ul {
        margin-left: -15px
    }
}

.blog-sidebar .recent-post-widget ul li {
    border: 0;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative
}

@media(max-width:767px) {
    .blog-sidebar .recent-post-widget ul li {
        padding: 0 0 40px 100px;
        overflow: visible
    }
}

.blog-sidebar .recent-post-widget ul li:last-child {
    margin-bottom: 0
}

.blog-sidebar .recent-post-widget .post-pic {
    width: 30%;
    float: left
}

@media(max-width:767px) {
    .blog-sidebar .recent-post-widget .post-pic {
        width: 70px;
        float: none;
        position: absolute;
        left: 15px
    }
}

.blog-sidebar .recent-post-widget .details {
    width: 68%;
    float: right
}

@media(max-width:767px) {
    .blog-sidebar .recent-post-widget .details {
        width: 100%;
        float: none
    }
}

.blog-sidebar .recent-post-widget .details>span {
    font-size: 12px;
    color: #666;
    text-transform: uppercase
}

.blog-sidebar .recent-post-widget .details h4 {
    font-size: 16px;
    margin: .5em 0;
    text-transform: capitalize
}

@media(max-width:767px) {
    .blog-sidebar .recent-post-widget .details h4 {
        font-size: 14px;
        padding-top: 10px
    }
}

.blog-sidebar .recent-post-widget .details h4 a {
    color: #000
}

.blog-sidebar .recent-post-widget .details h4 a:hover {
    color: #30d4ba
}

.blog-sidebar .widget_tag_cloud .tagcloud {
    margin-left: -12px
}

.blog-sidebar .widget_tag_cloud .tagcloud .tag-cloud-link {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.blog-sidebar .widget_tag_cloud .tagcloud a {
    font-size: 15px !important;
    font-weight: 700;
    color: gray;
    border: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.blog-sidebar .widget_tag_cloud .tagcloud a:hover {
    color: #30d4ba
}

.blog-sidebar .gallery {
    overflow: hidden;
    margin-right: -8px
}

.blog-sidebar .gallery figure.gallery-item {
    width: 33.33%;
    float: left;
    padding: 0 8px 8px 0;
    margin: 0
}

.blog-sidebar .gallery figure.gallery-item img {
    max-width: 100%
}

@media(max-width:767px) {
    .blog-sidebar .gallery figure.gallery-item img {
        width: 100%
    }
}

.pagination-wrapper {
    text-align: center;
    margin-top: 50px;
    overflow: hidden
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px
}

@media(max-width:767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0
}

.pagination-wrapper .pg-pagination li a,
.pagination-wrapper .pg-pagination li span {
    font-family: montserrat, sans-serif;
    background-color: #000;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-weight: 500
}

@media(max-width:767px) {
    .pagination-wrapper .pg-pagination li a {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}

.pagination-wrapper .pg-pagination .current,
.pagination-wrapper .pg-pagination li a:hover {
    background-color: #30d4ba;
    color: #000
}

.site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.site-header .navigation>.container {
    position: relative
}

.site-header .navbar-header {
    margin-top: 10px
}

@media(max-width:991px) {
    .site-header .navbar-header {
        margin-top: -7px
    }
}

.site-header .navigation-holder {
    display: inline-flex;
    flex-direction: column;
    flex-basis: auto;
    align-items: flex-end
}

.menu-after-slider .navigation-holder {
    display: inline-flex;
    flex-direction: column;
    flex-basis: auto;
    align-items: center
}

.site-header .navbar-nav,
.menu-after-slider .navbar-nav {
    flex-direction: row
}

.site-header #navbar {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.site-header #navbar>ul>li>a {
    font-family: montserrat, sans-serif;
    font-size: 11px;
    font-size: .6875rem;
    color: #848484;
    text-transform: uppercase
}

.site-header #navbar>ul>li>a:hover,
.site-header #navbar>ul>li>a:focus,
.site-header #navbar>ul>.current-menu-item>a {
    text-decoration: none;
    color: #4273f0
}

@media screen and (min-width:992px) {
    .site-header #navbar>ul>li>a {
        padding: 35px 15px
    }
}

@media(max-width:991px) {
    .site-header #navbar>ul>li a {
        display: block;
        font-size: 12px;
        font-size: .75rem
    }
}

@media screen and (min-width:992px) {
    .site-header .navbar-header .open-btn {
        display: none
    }

    .site-header #navbar .close-navbar {
        display: none
    }
}

@media(max-width:991px) {
    .site-header {}

    .site-header .container {
        width: 100%
    }

    .site-header .navbar-header button {
        background-color: #30d4ba;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: 6px;
        z-index: 20
    }

    .site-header .navbar-header button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin-bottom: 5px
    }

    .site-header .navbar-header button span:last-child {
        margin: 0
    }

    .site-header #navbar {
        background: #fff;
        display: block !important;
        width: 280px;
        height: 100% !important;
        margin: 0;
        padding: 0;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        position: fixed;
        right: -300px;
        top: 0;
        z-index: 100
    }

    .site-header #navbar ul a {
        color: #000
    }

    .site-header #navbar ul a:hover,
    .site-header #navbar ul li.current a {
        color: #30d4ba
    }

    .site-header #navbar .navbar-nav {
        overflow: auto
    }

    .site-header .navbar-nav {
        flex-direction: inherit
    }

    .site-header #navbar .close-navbar {
        background-color: #30d4ba;
        width: 35px;
        height: 35px;
        color: #fff;
        border: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        outline: 0;
        position: absolute;
        left: -18px;
        top: 10px;
        z-index: 20
    }

    .site-header #navbar>ul>li {
        border-bottom: 1px solid #ccc
    }

    .site-header #navbar>ul>li>a {
        padding: 10px 15px 10px 35px
    }

    .site-header .slideInn {
        right: 0 !important
    }
}

@media(max-width:767px) {
    .site-header .navbar-header .navbar-brand {
        font-size: 24px
    }

    .site-header #navbar .navbar-nav {
        margin: 0
    }
}

@media(max-width:991px) {
    .site-header .navbar-collapse.collapse {
        display: none
    }

    .site-header .navbar-collapse.collapse.in {
        display: block
    }

    .site-header .navbar-header .collapse,
    .site-header .navbar-toggle {
        display: block
    }

    .site-header .navbar-header {
        float: none
    }

    .site-header .navbar-right {
        float: none
    }

    .site-header .navbar-nav {
        float: none
    }

    .site-header .navbar-nav>li {
        float: none
    }
}

.site-header .navigation>.container {
    position: relative
}

.site-header .lang-social {
    position: absolute;
    right: 15px;
    z-index: 10
}

@media(max-width:991px) {
    .galaxy .site-header .lang-social {
        display: none
    }
}

.galaxy .site-header .lang-social>div {
    float: left
}

.galaxy .site-header .lang {
    padding: 0 25px;
    position: relative;
    height: 90px
}

.galaxy .site-header .lang:before {
    content: "";
    background-color: #e4e4e4;
    width: 1px;
    height: 11px;
    position: absolute;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.galaxy .site-header .lang>a {
    height: 90px;
    line-height: 90px;
    display: block
}

.galaxy .site-header .lang ul {
    background-color: #fff;
    width: 100px;
    position: absolute;
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.galaxy .site-header .lang ul>li {
    border-bottom: 1px solid #e6e6e6
}

.galaxy .site-header .lang ul>li a {
    font-size: 11px;
    font-size: .6875rem;
    color: #666;
    display: block;
    padding: 5px 10px;
    text-transform: uppercase
}

.galaxy .site-header .lang ul>li a:hover {
    color: #4273f0
}

.galaxy .site-header .lang ul>li img {
    display: inline-block;
    max-width: 20px;
    margin-right: 5px
}

.galaxy .site-header .lang ul>li:last-child {
    border: 0;
    margin: 0
}

.galaxy .site-header .lang:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.galaxy .site-header .social-links-wrapper {
    margin-top: 34px
}

.galaxy .site-header .social-links li {
    margin-right: 15px
}

.site-header .social-links li:last-child {
    margin-right: 0
}

.site-header .social-links li a {
    font-size: 11px;
    font-size: .6875rem;
    color: #333
}

.site-header .social-links li a:hover {
    color: #4273f0
}

.header-style-1 .navigation {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    padding: 15px 0
}

.site-header .navbar-nav .dropdown-menu {
    position: absolute;
    padding: 15px;
    box-sizing: border-box;
    top: 55px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2)
}

.site-header .navbar-nav .dropdown-menu li a {
    font-family: montserrat, sans-serif;
    font-size: 12px;
    color: #848484;
    text-transform: uppercase;
    padding: 8px 4px
}

.site-header .navbar-nav .dropdown:hover .dropdown-menu {
    display: block
}

.site-header .navbar-nav .dropdown-menu li a:hover {
    color: #4273f0
}

.site-header .navbar-nav .dropdown-menu li {
    padding: 8px 4px;
    transition: all .5s ease
}

@media(max-width:991px) {
    .header-style-1 .navigation {
        padding: 7px 0 14px
    }
}

@media screen and (min-width:992px) {
    .header-style-1 .navigation #navbar {
        margin-right: 145px
    }
}

@media screen and (max-width:991px) {
    .site-header .navbar-nav .dropdown-menu {
        position: static
    }
}

.header-style-2,
.header-style-3 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999
}

.header-style-2 .navigation,
.header-style-3 .navigation {
    background-color: transparent
}

@media(max-width:991px) {

    .header-style-2 .navigation,
    .header-style-3 .navigation {
        padding: 5px 10px 10px
    }
}

.header-style-2 .navigation>.container,
.header-style-3 .navigation>.container {
    position: relative
}

@media screen and (min-width:992px) {

    .header-style-2 .navigation-holder,
    .header-style-3 .navigation-holder {
        margin-right: 100px
    }
}

.header-style-2 .side-menu,
.header-style-3 .side-menu {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-style-2 .side-menu-open-btn,
.header-style-3 .side-menu-open-btn {
    background-color: transparent;
    padding: 0;
    color: #fff
}

.header-style-2 .side-menu-open-btn:focus,
.header-style-3 .side-menu-open-btn:focus {
    background-color: none;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-style-2 .side-menu-open-btn .fi:before,
.header-style-3 .side-menu-open-btn .fi:before {
    font-size: 22px;
    font-size: 1.375rem
}

@media screen and (min-width:992px) {

    .header-style-2 #navbar>ul>li>a,
    .header-style-3 #navbar>ul>li>a {
        color: #fff
    }
}

.side-menu-inner {
    background-color: #fff;
    width: 400px;
    height: 100%;
    padding: 50px 30px;
    position: fixed;
    right: -400px;
    top: 0;
    z-index: 999;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media(max-width:991px) {
    .side-menu-inner {
        display: none
    }
}

.side-menu-inner .side-menu-close-btn {
    background-color: transparent;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #4273f0;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0;
    border: 2px solid #4273f0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 20px
}

.side-menu-inner .side-menu-close-btn:hover,
.side-menu-inner .side-menu-close-btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.side-menu-inner .logo {
    text-align: center;
    margin-bottom: 40px
}

.side-menu-inner .logo img {
    display: inline-block
}

.side-menu-inner .navigation-holder {
    display: inline-flex
}

.side-menu-inner .navigation-holder .close-navbar {
    display: none
}

.side-menu-inner .navigation-holder ul {
    float: none
}

.side-menu-inner .navigation-holder li {
    float: none;
    display: block;
    margin: 5px 0;
    border-bottom: 1px solid #e6e6e6
}

.side-menu-inner .navigation-holder li a {
    font-size: 12px;
    font-size: .75rem;
    color: #000;
    padding: 8px 150px 8px 5px;
    text-transform: uppercase
}

.side-menu-inner .navigation-holder li a:hover,
.side-menu-inner .navigation-holder li a:focus,
.side-menu-inner .navigation-holder .current-menu-item a {
    background-color: transparent;
    color: #4273f0
}

.toggle-side-menu {
    right: 0
}

@media(max-width:991px) {
    .header-style-3 {
        position: fixed;
        background-color: #30d4ba;
        padding: 5px 0
    }
}

.header-style-3 .navbar-header button {
    background-color: #4273f0
}

@media screen and (min-width:992px) {
    .header-style-3 nav.original .navigation-holder {
        opacity: 0;
        visibility: hidden
    }
}

@media screen and (min-width:992px) {
    .product-landing-pg-header #navbar>ul>li>a {
        position: relative
    }

    .product-landing-pg-header #navbar>ul>li>a:before {
        content: "";
        background-color: #4273f0;
        width: 100%;
        height: 3px;
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        -ms-transition: all .2s;
        transition: all .2s
    }
}

@media screen and (min-width:992px) {
    .product-landing-pg-header #navbar>ul>.current-menu-item>a:before {
        opacity: 1
    }
}

.product-landing-pg-header .lang ul {
    -webkit-box-shadow: 0 0 2px 0 #d9d9d9;
    box-shadow: 0 0 2px 0 #d9d9d9
}

.hero {
    width: 100%;
    position: relative;
    height: 600px;
    overflow: hidden
}

@media(max-width:991px) {
    .hero {
        height: 500px
    }
}

@media(max-width:767px) {
    .hero {
        height: 400px
    }
}

.hero .container {
    height: 100%;
    display: table
}

.hero .container .row {
    display: table-cell;
    vertical-align: middle
}

@media(max-width:767px) {
    .hero .hero-info {
        padding: 0
    }
}

.hero-s1:before {
    content: "";
    background: -webkit-linear-gradient(left, rgba(66, 115, 240, .8), rgba(48, 212, 186, .8));
    background: -moz-linear-gradient(left, rgba(66, 115, 240, .8), rgba(48, 212, 186, .8));
    background: -o-linear-gradient(left, rgba(66, 115, 240, .8), rgba(48, 212, 186, .8));
    background: -ms-linear-gradient(left, rgba(66, 115, 240, .8), rgba(48, 212, 186, .8));
    background: -webkit-gradient(linear, left top, right top, from(rgba(66, 115, 240, .8)), to(rgba(48, 212, 186, .8)));
    background: linear-gradient(left, rgba(66, 115, 240, .8), rgba(48, 212, 186, .8));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.hero-s1:after {
    content: "";
    opacity: 0;
    background: -webkit-linear-gradient(left, rgba(48, 212, 186, .8), rgba(66, 115, 240, .8));
    background: -moz-linear-gradient(left, rgba(48, 212, 186, .8), rgba(66, 115, 240, .8));
    background: -o-linear-gradient(left, rgba(48, 212, 186, .8), rgba(66, 115, 240, .8));
    background: -ms-linear-gradient(left, rgba(48, 212, 186, .8), rgba(66, 115, 240, .8));
    background: -webkit-gradient(linear, left top, right top, from(rgba(48, 212, 186, .8)), to(rgba(66, 115, 240, .8)));
    background: linear-gradient(left, rgba(48, 212, 186, .8), rgba(66, 115, 240, .8));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: overlayAnimation 1s forwards;
    animation: overlayAnimation 5s infinite alternate forwards
}

.hero-s1 .container {
    position: relative
}

.hero-s1 .hero-info {
    position: relative;
    z-index: 10
}

@media(max-width:767px) {
    .hero-s1 .hero-info {
        padding: 0
    }
}

.hero-s1 .hero-info h1,
.hero-s1 .hero-info h4,
.hero-s1 .hero-info a {
    color: #fff
}

.hero-s1 .hero-info h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3em;
    margin: 0
}

@media(max-width:1199px) {
    .hero-s1 .hero-info h4 {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media(max-width:767px) {
    .hero-s1 .hero-info h4 {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

.hero-s1 .hero-info h1 {
    font-size: 60px;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.3em;
    margin: .75em 0 .8em;
    text-transform: capitalize
}

@media(max-width:1199px) {
    .hero-s1 .hero-info h1 {
        font-size: 45px;
        font-size: 2.8125rem
    }
}

@media(max-width:767px) {
    .hero-s1 .hero-info h1 {
        font-size: 32px;
        font-size: 2rem
    }
}

.hero-s1 .hero-info h1 span {
    font-weight: 200;
    text-transform: uppercase
}

.hero-s1 .hero-info .btns a {
    height: 48px;
    line-height: 45px;
    font-size: 14px;
    font-size: .875rem;
    text-align: center;
    padding: 0 22px;
    display: inline-block;
    border: 2px solid #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    text-transform: capitalize
}

.hero-s1 .hero-info .btns a i {
    font-size: 18px;
    font-size: 1.125rem;
    display: inline-block;
    padding-left: 5px
}

@media(max-width:767px) {
    .hero-s1 .hero-info .btns a i {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media(max-width:767px) {
    .hero-s1 .hero-info .btns a {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        font-size: .75rem;
        padding: 0 15px;
        border: 1px solid #fff
    }
}

.hero-s1 .hero-info .btns a:hover {
    background-color: #fff;
    color: #848484
}

.hero-s1 .hero-info .btns a:hover i {
    color: #30d4ba
}

.hero-s1 .hero-info .btns a:first-child {
    margin-right: 15px
}

@media(max-width:767px) {
    .hero-s1 .hero-info .btns a:first-child {
        margin-right: 5px
    }
}

.hero-s1 .hero-phone {
    position: absolute;
    right: 0;
    bottom: -100px;
    z-index: 10;
    -webkit-transition: all 7s;
    -moz-transition: all 7s;
    -o-transition: all 7s;
    -ms-transition: all 7s;
    transition: all 7s
}

@media(max-width:1199px) {
    .hero-s1 .hero-phone {
        width: 350px;
        height: 312px
    }
}

@media(max-width:991px) {
    .hero-s1 .hero-phone {
        display: none
    }
}

.hero-s1 .hero-phone-animation {
    bottom: 0
}

@-webkit-keyframes overlayAnimation {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes overlayAnimation {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.overlayAnimation {
    -webkit-animation: overlayAnimation 1s;
    animation: overlayAnimation 1s
}

.hero-s2 {
    height: 100vh;
    min-height: 850px;
    position: relative
}

@media(max-width:1199px) {
    .hero-s2 {
        min-height: 600px
    }
}

@media(max-width:991px) {
    .hero-s2 {
        min-height: 500px
    }
}

.hero-s2:before {
    content: "";
    background: rgba(0, 0, 0, .1) url(../img/galaxy/agency/hero-pattern.png) repeat local center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.hero-s2 .hero-info h1,
.hero-s2 .hero-info h4,
.hero-s2 .hero-info a {
    color: #fff
}

.hero-s2 .hero-info h4 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1.3em;
    margin: 0
}

@media(max-width:1199px) {
    .hero-s2 .hero-info h4 {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media(max-width:767px) {
    .hero-s2 .hero-info h4 {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

.hero-s2 .hero-info h1 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.3em;
    margin: .2em 0 .8em;
    text-transform: capitalize
}

@media screen and (min-width:1200px) {
    .hero-s2 .hero-info h1 {
        padding-right: 45px
    }
}

@media screen and (min-width:992px) {
    .hero-s2 .hero-info h1 {
        padding-right: 105px
    }
}

@media(max-width:1199px) {
    .hero-s2 .hero-info h1 {
        font-size: 45px;
        font-size: 2.8125rem
    }
}

@media(max-width:767px) {
    .hero-s2 .hero-info h1 {
        font-size: 32px;
        font-size: 2rem
    }
}

.hero-s2 .hero-info h1 span {
    font-weight: 200;
    text-transform: uppercase
}

.hero-s2 .hero-info h1 .agency-typed-element {
    font-weight: 400;
    text-transform: capitalize
}

.home-cv .hero {
    height: 850px
}

@media(max-width:1199px) {
    .home-cv .hero {
        height: 800px
    }
}

@media(max-width:991px) {
    .home-cv .hero {
        height: 700px;
        margin-top: 68px
    }
}

@media(max-width:767px) {
    .home-cv .hero {
        height: 500px
    }
}

@media(max-width:400px) {
    .home-cv .hero {
        height: 450px
    }
}

.home-cv .hero:before {
    content: "";
    background: -webkit-linear-gradient(left, rgba(48, 212, 186, .9), rgba(66, 115, 240, .9));
    background: -moz-linear-gradient(left, rgba(48, 212, 186, .9), rgba(66, 115, 240, .9));
    background: -o-linear-gradient(left, rgba(48, 212, 186, .9), rgba(66, 115, 240, .9));
    background: -ms-linear-gradient(left, rgba(48, 212, 186, .9), rgba(66, 115, 240, .9));
    background: -webkit-gradient(linear, left top, right top, from(rgba(48, 212, 186, .9)), to(rgba(66, 115, 240, .9)));
    background: linear-gradient(left, rgba(48, 212, 186, .9), rgba(66, 115, 240, .9));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.home-cv .hero .container {
    padding: 0 15px;
    text-align: center;
    position: relative;
    z-index: 10
}

.home-cv .hero .personal-pic {
    width: 220px;
    height: 220px;
    margin: 70px auto 0;
    position: relative
}

@media(max-width:1199px) {
    .home-cv .hero .personal-pic {
        width: 180px;
        height: 180px;
        margin: 50px auto 0
    }
}

@media(max-width:991px) {
    .home-cv .hero .personal-pic {
        width: 150px;
        height: 150px;
        margin: 50px auto 0
    }
}

@media(max-width:767px) {
    .home-cv .hero .personal-pic {
        width: 100px;
        height: 100px;
        margin: 50px auto 0
    }
}

@media(max-width:400px) {
    .home-cv .hero .personal-pic {
        width: 80px;
        height: 80px;
        margin: 40px auto 0
    }
}

.home-cv .hero .personal-pic:before {
    background: red;
    background: -webkit-linear-gradient(top, #4273f0, #30d4ba);
    background: -moz-linear-gradient(top, #4273f0, #30d4ba);
    background: -o-linear-gradient(top, #4273f0, #30d4ba);
    background: -ms-linear-gradient(top, #4273f0, #30d4ba);
    background: -webkit-gradient(linear, left top, left bottom, from(#4273f0), to(#30d4ba));
    background: linear-gradient(top, #4273f0, #30d4ba);
    content: "";
    width: 108%;
    height: 108%;
    position: absolute;
    left: -4%;
    top: -4%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.home-cv .hero .personal-pic img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 10
}

.home-cv .hero h2 {
    font-size: 55px;
    font-size: 3.4375rem;
    font-weight: 200;
    color: #fff;
    margin: 1em 0 .48em
}

@media(max-width:1199px) {
    .home-cv .hero h2 {
        font-size: 45px;
        font-size: 2.8125rem
    }
}

@media(max-width:991px) {
    .home-cv .hero h2 {
        font-size: 40px;
        font-size: 2.5rem
    }
}

@media(max-width:767px) {
    .home-cv .hero h2 {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media(max-width:400px) {
    .home-cv .hero h2 {
        font-size: 25px;
        font-size: 1.5625rem
    }
}

.home-cv .hero h1,
.home-cv .hero h1 span {
    font-size: 72px;
    font-size: 4.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0
}

@media(max-width:1199px) {

    .home-cv .hero h1,
    .home-cv .hero h1 span {
        font-size: 60px;
        font-size: 3.75rem
    }
}

@media(max-width:991px) {

    .home-cv .hero h1,
    .home-cv .hero h1 span {
        font-size: 55px;
        font-size: 3.4375rem
    }
}

@media(max-width:767px) {

    .home-cv .hero h1,
    .home-cv .hero h1 span {
        font-size: 40px;
        font-size: 2.5rem
    }
}

@media(max-width:400px) {

    .home-cv .hero h1,
    .home-cv .hero h1 span {
        font-size: 30px;
        font-size: 1.875rem
    }
}

.home-cv .hero .cv-typed-element {
    display: inline-block
}

.home-cv .hero .typed-cursor {
    font-size: 72px;
    font-size: 4.5rem;
    font-weight: 400;
    color: #fff
}

@media(max-width:1199px) {
    .home-cv .hero .typed-cursor {
        font-size: 60px;
        font-size: 3.75rem
    }
}

@media(max-width:991px) {
    .home-cv .hero .typed-cursor {
        font-size: 55px;
        font-size: 3.4375rem
    }
}

@media(max-width:767px) {
    .home-cv .hero .typed-cursor {
        font-size: 40px;
        font-size: 2.5rem
    }
}

.home-cv .hero .social-links {
    display: inline-block;
    margin-top: 50px
}

@media(max-width:1199px) {
    .home-cv .hero .social-links {
        margin-top: 30px
    }
}

@media(max-width:400px) {
    .home-cv .hero .social-links {
        margin-top: 20px
    }
}

.home-cv .hero .social-links li {
    margin-right: 35px
}

@media(max-width:991px) {
    .home-cv .hero .social-links li {
        margin-right: 25px
    }
}

.home-cv .hero .social-links li:last-child {
    margin-right: 0
}

.home-cv .hero .social-links li,
.home-cv .hero .social-links a {
    width: auto
}

.home-cv .hero .social-links li a {
    font-size: 20px;
    padding-right: 2px;
    color: #fff
}

@media(max-width:1199px) {
    .home-cv .hero .social-links li a {
        font-size: 15px
    }
}

.product-landing-hero {
    height: 750px
}

@media(max-width:1199px) {
    .product-landing-hero {
        height: 650px
    }
}

@media(max-width:991px) {
    .product-landing-hero {
        height: 550px
    }
}

@media(max-width:767px) {
    .product-landing-hero {
        height: 450px
    }
}

.product-landing-hero>.container {
    position: relative
}

.product-landing-hero .title {
    font-size: 60px;
    font-size: 3.75rem;
    font-weight: 700;
    color: #333;
    line-height: 1.2em;
    margin: 0 0 .1em;
    text-transform: capitalize
}

@media(max-width:1199px) {
    .product-landing-hero .title {
        font-size: 45px;
        font-size: 2.8125rem
    }
}

@media(max-width:991px) {
    .product-landing-hero .title {
        font-size: 40px;
        font-size: 2.5rem
    }
}

@media(max-width:767px) {
    .product-landing-hero .title {
        font-size: 30px;
        font-size: 1.875rem
    }
}

.product-landing-hero .title span {
    color: #4273f0;
    font-weight: 200;
    text-transform: uppercase
}

.product-landing-hero .title+p {
    font-size: 18px;
    font-size: 1.125rem;
    padding-right: 125px
}

@media(max-width:1199px) {
    .product-landing-hero .title+p {
        padding-right: 30px
    }
}

@media(max-width:991px) {
    .product-landing-hero .title+p {
        font-size: 16px;
        font-size: 1rem;
        padding-right: 0
    }
}

@media(max-width:767px) {
    .product-landing-hero .title+p {
        font-size: 15px;
        font-size: .9375rem
    }
}

.product-landing-hero .product-info {
    padding-top: 20px;
    margin-bottom: 45px
}

@media(max-width:991px) {
    .product-landing-hero .product-info {
        margin-bottom: 25px
    }
}

.product-landing-hero .product-info h5 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #333;
    font-weight: 700;
    margin: 0
}

@media(max-width:991px) {
    .product-landing-hero .product-info h5 {
        font-size: 16px;
        font-size: 1rem
    }
}

.product-landing-hero .product-info h5 span {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    color: #fd1d19;
    display: inline-block;
    margin-left: 20px;
    -webkit-animation: newtextanimation .5s infinite;
    animation: newtextanimation .5s infinite
}

@-webkit-keyframes newtextanimation {
    0% {
        color: fd1d19
    }

    50% {
        color: #00de4e
    }
}

@keyframes newtextanimation {
    0% {
        color: fd1d19
    }

    50% {
        color: #00de4e
    }
}

.product-landing-hero .product-info p {
    font-size: 14px;
    font-size: .875rem
}

.product-landing-hero .product-info .price {
    font-size: 24px;
    font-size: 1.5rem
}

@media(max-width:991px) {
    .product-landing-hero .product-info .price {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.product-landing-hero .agency-btn-s1:hover {
    color: #fff
}

.product-landing-hero .hero-watch {
    position: absolute;
    right: -100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

@media(max-width:767px) {
    .product-landing-hero .hero-watch {
        display: none
    }
}

.product-landing-hero .hero-watch-animation {
    right: 0;
    opacity: 1;
    -webkit-transition: all 3.5s;
    -moz-transition: all 3.5s;
    -o-transition: all 3.5s;
    -ms-transition: all 3.5s;
    transition: all 3.5s
}

.galaxy .site-footer {
    background-color: #30d4ba;
    padding: 45px 0
}

@media(max-width:1199px) {
    .galaxy .site-footer {
        padding: 40px 0
    }
}

@media(max-width:767px) {
    .galaxy .site-footer .footer-logo-wrapper {
        text-align: center;
        margin-bottom: 20px
    }

    .galaxy .site-footer .footer-logo-wrapper img {
        display: inline-block
    }
}

.galaxy .site-footer .copyright-info-wrapper {
    text-align: center
}

.galaxy .site-footer .copyright-info-wrapper p {
    font-size: 12px;
    font-size: .75rem;
    line-height: 38px;
    color: #fff;
    margin: 0
}

.galaxy .site-footer .copyright-info-wrapper p a {
    color: #fff
}

.galaxy .site-footer .social-links-wrapper {
    text-align: right
}

@media(max-width:767px) {
    .galaxy .site-footer .social-links-wrapper {
        text-align: center
    }
}

.galaxy .site-footer .social-links {
    display: inline-block;
    line-height: 38px
}

.galaxy .site-footer .social-links a {
    font-size: 14px;
    font-size: .875rem;
    color: #fff
}

.galaxy .site-footer .social-links li {
    margin-right: 20px
}

@media(max-width:991px) {
    .galaxy .site-footer .social-links li {
        width: 28px
    }
}

.galaxy .site-footer .social-links li:last-child {
    margin-right: 0
}

.galaxy .site-footer .social-links li a:hover {
    color: #4273f0
}

.product-landing-footer {
    background: url(../img/galaxy/product-landing/footer-bg.jpg) center center/cover no-repeat local;
    padding: 100px 0;
    position: relative
}

@media(max-width:991px) {
    .product-landing-footer {
        padding: 80px 0
    }
}

@media(max-width:767px) {
    .product-landing-footer {
        padding: 70px 0
    }
}

.product-landing-footer:before {
    content: "";
    background-color: rgba(0, 0, 0, .9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

@media(max-width:991px) {
    .product-landing-footer>.container>.row>.col {
        min-height: 254px
    }
}

@media(max-width:600px) {
    .product-landing-footer>.container>.row>.col {
        width: 100%;
        min-height: auto;
        margin-bottom: 50px
    }

    .product-landing-footer>.container>.row>.col:last-child {
        margin-bottom: 0
    }
}

.product-landing-footer li,
.product-landing-footer a,
.product-landing-footer p {
    font-size: 14px;
    font-size: .875rem;
    color: #fff
}

.product-landing-footer .widget h3 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 200;
    color: #fff;
    padding-bottom: 8px;
    margin: 0 0 1em;
    position: relative
}

@media(max-width:767px) {
    .product-landing-footer .widget h3 {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.product-landing-footer .widget h3:after {
    content: "";
    background-color: #30d4ba;
    width: 28px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0
}

.product-landing-footer .about-widget .logo {
    margin-bottom: 20px
}

@media(max-width:767px) {
    .product-landing-footer .about-widget .logo {
        margin-bottom: 10px
    }
}

.product-landing-footer .about-widget p,
.product-landing-footer .about-widget a {
    font-size: 14px;
    font-size: .875rem
}

.product-landing-footer .about-widget .social-links a {
    color: #fff
}

.product-landing-footer .about-widget .social-links li {
    margin-right: 10px
}

.product-landing-footer .about-widget .social-links li:last-child {
    margin-right: 10px
}

.product-landing-footer .about-widget p {
    margin-bottom: 15px
}

.product-landing-footer .contact-widget li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px
}

.product-landing-footer .contact-widget li i {
    position: absolute;
    left: 0;
    top: 0
}

.product-landing-footer .contact-widget ul li:last-child {
    margin-bottom: 0
}

.product-landing-footer .site-map-widget ul li {
    margin-bottom: 10px
}

.product-landing-footer .site-map-widget ul li:last-child {
    margin-bottom: 0
}

.product-landing-footer .site-map-widget ul a:hover {
    color: #4273f0
}

@media(max-width:767px) {
    .product-landing-footer .newsletter-widget {
        max-width: 320px
    }
}

.product-landing-footer .newsletter-widget form {
    overflow: hidden;
    margin-bottom: 20px
}

.product-landing-footer .newsletter-widget form .footer-subscribe {
    width: 60%;
    float: left
}

@media(max-width:767px) {
    .product-landing-footer .newsletter-widget form .footer-subscribe {
        width: 65%
    }
}

.product-landing-footer .newsletter-widget form .footer-sub-btn {
    width: 38%;
    float: right
}

@media(max-width:767px) {
    .product-landing-footer .newsletter-widget form .footer-sub-btn {
        width: 32%
    }
}

.product-landing-footer figure.gallery-item {
    display: inline-block;
    margin-right: 10px
}

.product-landing-footer .newsletter-widget form input {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px
}

.product-landing-footer .newsletter-widget form .btn {
    background-color: #30d4ba;
    background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
    background: -moz-linear-gradient(left, #30d4ba, #4273f0);
    background: -o-linear-gradient(left, #30d4ba, #4273f0);
    background: -ms-linear-gradient(left, #30d4ba, #4273f0);
    background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
    background: linear-gradient(left, #30d4ba, #4273f0);
    color: #fff;
    padding: 7px 20px;
    border: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px
}

@media(max-width:767px) {
    .product-landing-footer .newsletter-widget form .btn {
        width: 100%;
        font-size: 12px;
        padding: 10px 15px
    }
}

.product-landing-footer .newsletter-widget form .btn:hover {
    background-color: #24ad97
}

.product-landing-footer .newsletter-widget p {
    font-size: 14px;
    color: #fff
}

.product-landing-footer .newsletter-widget .flickr-photo {
    margin-top: 30px
}

@media(max-width:767px) {
    .product-landing-footer .newsletter-widget .flickr-photo {
        max-width: 290px
    }
}

.product-landing-footer .newsletter-widget .flickr-photo ul {
    overflow: hidden;
    padding-right: 35px
}

@media(max-width:991px) {
    .product-landing-footer .newsletter-widget .flickr-photo ul {
        padding-right: 0;
        margin: 20px 0 0
    }
}

.product-landing-footer .newsletter-widget .flickr-photo ul li {
    width: 15%;
    float: left;
    padding: 0 1%
}

.product-landing-footer .newsletter-widget .flickr-photo ul img {
    max-width: 100%
}

.app-landing-latest-features,
.agency-latest-features,
.product-landing-latest-features {
    background-color: #f0f1ff;
    padding: 40px 0
}

@media(max-width:500px) {

    .app-landing-latest-features,
    .agency-latest-features,
    .product-landing-latest-features {
        padding-bottom: 15px
    }
}

.app-landing-latest-features .grids,
.agency-latest-features .grids,
.product-landing-latest-features .grids {
    overflow: hidden
}

.app-landing-latest-features .grids .grid,
.agency-latest-features .grids .grid,
.product-landing-latest-features .grids .grid {
    width: 25%;
    float: left;
    text-align: center
}

@media(max-width:500px) {

    .app-landing-latest-features .grids .grid,
    .agency-latest-features .grids .grid,
    .product-landing-latest-features .grids .grid {
        width: 50%;
        height: 50px;
        line-height: 50px;
        margin-bottom: 25px
    }
}

.app-landing-latest-features .grid img,
.agency-latest-features .grid img,
.product-landing-latest-features .grid img {
    display: inline-block;
    max-width: 100%
}

@media(max-width:991px) {

    .app-landing-latest-features .grid img,
    .agency-latest-features .grid img,
    .product-landing-latest-features .grid img {
        max-width: 80%
    }
}

@media(max-width:991px) {
    .app-landing-features {
        padding-bottom: 75px
    }
}

@media(max-width:767px) {
    .app-landing-features {
        padding-bottom: 60px
    }
}

.app-landing-features .content {
    position: relative
}

.app-landing-features .feature-middle-image {
    margin-top: 60px
}

.app-landing-features .feature {
    margin-bottom: 40px;
    padding: 0 0 25px 100px;
    border-bottom: 1px solid #e0e0e0;
    position: relative
}

@media(max-width:1199px) {
    .app-landing-features .feature {
        padding: 0 0 25px 85px
    }
}

@media(max-width:991px) {
    .app-landing-features .feature {
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .app-landing-features .feature {
        padding: 0 0 20px 65px;
        margin-bottom: 20px
    }
}

.app-landing-features .feature .icon {
    width: 60px;
    position: absolute;
    left: 0;
    top: 0
}

@media(max-width:1199px) {
    .app-landing-features .feature .icon {
        width: 50px
    }
}

@media(max-width:767px) {
    .app-landing-features .feature .icon {
        width: 40px
    }
}

@media screen and (min-width:992px) {

    .app-landing-features .left-col .feature:last-child,
    .app-landing-features .right-col .feature:last-child {
        margin-bottom: 0;
        border: 0;
        padding-bottom: 0
    }
}

@media(max-width:991px) {
    .app-landing-features .right-col .feature:last-child {
        margin-bottom: 0;
        border-bottom: 0
    }
}

.app-landing-features .feature .details h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 .7em
}

@media(max-width:991px) {
    .app-landing-features .feature .details h3 {
        font-size: 16px;
        font-size: 1rem
    }
}

.app-landing-features .feature .details p {
    margin: 0
}

@media(max-width:1199px) {
    .app-landing-features .feature .details p {
        font-size: 14px;
        font-size: .875rem
    }
}

.app-landing-cta,
.product-landing-cta {
    text-align: center;
    padding: 125px 0
}

@media(max-width:1199px) {

    .app-landing-cta,
    .product-landing-cta {
        padding: 100px 0
    }
}

@media(max-width:991px) {

    .app-landing-cta,
    .product-landing-cta {
        padding: 70px 0
    }
}

@media(max-width:767px) {

    .app-landing-cta,
    .product-landing-cta {
        background-image: none !important;
        background: #30d4ba !important;
        padding: 50px 0
    }
}

.app-landing-cta h2,
.product-landing-cta h2 {
    font-size: 54px;
    font-size: 3.375rem;
    color: #fff;
    line-height: 1.3em;
    margin: .92em 0 0
}

@media(max-width:1199px) {

    .app-landing-cta h2,
    .product-landing-cta h2 {
        font-size: 45px;
        font-size: 2.8125rem
    }
}

@media(max-width:991px) {

    .app-landing-cta h2,
    .product-landing-cta h2 {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media(max-width:767px) {

    .app-landing-cta h2,
    .product-landing-cta h2 {
        font-size: 25px;
        font-size: 1.5625rem
    }
}

.app-landing-cta h2 span,
.product-landing-cta h2 span {
    font-weight: 200
}

.app-landing-cta .video-play,
.product-landing-cta .video-play {
    background-color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    font-size: 1.5625rem;
    color: #4273f0;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

@media(max-width:991px) {

    .app-landing-cta .video-play,
    .product-landing-cta .video-play {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        font-size: 1.25rem
    }
}

.app-landing-funfact,
.agency-funfact,
.cv-funfact {
    text-align: center
}

@media(max-width:767px) {

    .app-landing-funfact,
    .agency-funfact,
    .cv-funfact {
        padding: 60px 0 35px
    }
}

.app-landing-funfact h3,
.agency-funfact h3,
.cv-funfact h3,
.app-landing-funfact p,
.agency-funfact p,
.cv-funfact p {
    font-size: 48px;
    font-size: 3rem;
    font-weight: 200;
    color: #333;
    margin: 0
}

@media(max-width:991px) {

    .app-landing-funfact h3,
    .agency-funfact h3,
    .cv-funfact h3 {
        font-size: 38px;
        font-size: 2.375rem
    }
}

@media(max-width:767px) {

    .app-landing-funfact h3,
    .agency-funfact h3,
    .cv-funfact h3 {
        font-size: 28px;
        font-size: 1.75rem
    }
}

.app-landing-funfact p,
.agency-funfact p,
.cv-funfact p {
    font-family: montserrat, sans-serif;
    font-size: 24px;
    font-size: 1.5rem
}

@media(max-width:991px) {

    .app-landing-funfact p,
    .agency-funfact p,
    .cv-funfact p {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media(max-width:767px) {

    .app-landing-funfact p,
    .agency-funfact p,
    .cv-funfact p {
        font-size: 14px;
        font-size: .875rem
    }
}

.app-landing-funfact .content,
.agency-funfact .content,
.cv-funfact .content {
    margin-bottom: 100px
}

@media(max-width:991px) {

    .app-landing-funfact .content,
    .agency-funfact .content,
    .cv-funfact .content {
        margin-bottom: 60px
    }
}

@media(max-width:767px) {

    .app-landing-funfact .content,
    .agency-funfact .content,
    .cv-funfact .content {
        margin-bottom: 0
    }

    .app-landing-funfact .content>.col,
    .agency-funfact .content>.col,
    .cv-funfact .content>.col {
        margin-bottom: 25px
    }
}

.app-landing-funfact .mobile-holder,
.agency-funfact .mobile-holder,
.cv-funfact .mobile-holder {
    background: url(../img/galaxy/app-landing/fun-fact-mob-shadow.png) center bottom/100% no-repeat local
}

.app-landing-funfact .mobile-holder img,
.agency-funfact .mobile-holder img,
.cv-funfact .mobile-holder img {
    display: block;
    position: relative;
    top: -50px
}

@media(max-width:767px) {

    .app-landing-funfact .mobile-holder,
    .agency-funfact .mobile-holder,
    .cv-funfact .mobile-holder {
        display: none
    }
}

.app-landing-funfact .mobile-holder-img-animation,
.agency-funfact .mobile-holder-img-animation,
.cv-funfact .mobile-holder-img-animation {
    top: 0 !important;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    -ms-transition: all 3s;
    transition: all 3s
}

.app-documentation-section {
    background-color: #f0f1ff
}

.app-documentation-section>.container>.row {
    position: relative
}

.app-documentation-section .img-part {
    position: absolute;
    right: 0;
    bottom: 0
}

@media(max-width:991px) {
    .app-documentation-section .img-part {
        display: none
    }
}

.app-documentation-section .content-part {
    padding: 100px 15px 90px
}

@media(max-width:991px) {
    .app-documentation-section .content-part {
        padding: 80px 15px 70px
    }
}

@media(max-width:767px) {
    .app-documentation-section .content-part {
        padding: 70px 15px 60px
    }
}

.app-documentation-section .content-part .section-title,
.app-documentation-section .content-part .product-landing-section-title {
    text-align: left
}

.app-documentation-section .content-part .section-title h2:after,
.app-documentation-section .content-part .product-landing-section-title h2:after {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none
}

.app-documentation-section .content-part .box {
    margin-bottom: 40px
}

.app-documentation-section .content-part>.box:last-child {
    margin-bottom: 0
}

.app-documentation-section .box .icon {
    width: 65px;
    margin-bottom: 20px
}

@media(max-width:1199px) {
    .app-documentation-section .box .icon {
        width: 50px
    }
}

@media(max-width:767px) {
    .app-documentation-section .box .icon {
        width: 40px
    }
}

.app-documentation-section .box h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 .7em
}

@media(max-width:991px) {
    .app-documentation-section .box h3 {
        font-size: 16px;
        font-size: 1rem
    }
}

.app-documentation-section .box p {
    margin: 0
}

.how-app-works {
    position: relative;
    overflow: hidden
}

@media screen and (min-width:1200px) {

    .how-app-works .section-title p,
    .how-app-works .product-landing-section-title p {
        padding: 0 20px
    }
}

.round-circle {
    overflow: visible !important
}

.how-app-works .app-mobile {
    position: absolute;
    left: 50%;
    bottom: -100px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -o-transition: all 5s;
    -ms-transition: all 5s;
    transition: all 5s
}

@media(max-width:991px) {
    .how-app-works .app-mobile {
        display: none
    }
}

.how-app-works .how-appworks-phone-animation {
    bottom: -20px
}

.how-app-works .content {
    padding-top: 150px;
    position: relative
}

@media(max-width:1199px) {
    .how-app-works .content {
        padding-top: 125px
    }
}

@media(max-width:991px) {
    .how-app-works .content {
        padding-top: 0
    }
}

.how-app-works .middle-col {
    background-color: rgba(48, 212, 186, .1);
    width: 440px;
    height: 440px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 17%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width:1199px) {
    .how-app-works .middle-col {
        width: 350px;
        height: 350px
    }
}

@media(max-width:991px) {
    .how-app-works .middle-col {
        display: none
    }
}

.how-app-works .middle-col .round-inner {
    background-color: rgba(66, 115, 240, .1);
    width: 80%;
    height: 80%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.how-app-works .middle-col .dot {
    background-color: rgba(66, 115, 240, .7);
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute
}

.how-app-works .middle-col .dot:before {
    content: "";
    background-color: rgba(48, 212, 186, .2);
    width: 23px;
    height: 23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: -6px;
    -webkit-animation: dotAnimation 1s infinite alternate;
    animation: dotAnimation 1s infinite alternate
}

.how-app-works .middle-col .dot-1 {
    left: 48px;
    top: 65px
}

@media(max-width:1199px) {
    .how-app-works .middle-col .dot-1 {
        left: 35px
    }
}

.how-app-works .middle-col .dot-2 {
    right: 48px;
    top: 65px
}

@media(max-width:1199px) {
    .how-app-works .middle-col .dot-2 {
        right: 35px
    }
}

.how-app-works .middle-col .dot-3 {
    left: 15px;
    bottom: 125px
}

@media(max-width:1199px) {
    .how-app-works .middle-col .dot-3 {
        left: 0
    }
}

.how-app-works .middle-col .dot-4 {
    right: 15px;
    bottom: 125px
}

@media(max-width:1199px) {
    .how-app-works .middle-col .dot-4 {
        right: 0
    }
}

@media screen and (min-width:992px) {
    .how-app-works .left-col {
        padding-right: 45px
    }
}

@media screen and (min-width:1200px) {
    .how-app-works .left-col {
        padding-right: 55px
    }
}

@media screen and (min-width:992px) {
    .how-app-works .right-col {
        padding-left: 45px
    }
}

@media screen and (min-width:1200px) {
    .how-app-works .right-col {
        padding-left: 45px
    }
}

.how-app-works .box {
    padding: 0 0 125px 90px;
    position: relative
}

@media(max-width:1199px) {
    .how-app-works .box {
        padding: 0 0 45px 70px
    }
}

@media(max-width:767px) {
    .how-app-works .box {
        padding: 0 0 30px 65px
    }
}

.how-app-works .box .icon {
    width: 60px;
    position: absolute;
    left: 0;
    top: 0
}

@media(max-width:1199px) {
    .how-app-works .box .icon {
        width: 50px
    }
}

@media(max-width:991px) {
    .how-app-works .box .icon {
        width: 40px
    }
}

@media screen and (min-width:992px) {

    .how-app-works .left-col .box:last-child,
    .how-app-works .right-col .box:last-child {
        padding-bottom: 0
    }
}

@media(max-width:991px) {
    .how-app-works .right-col .box:last-child {
        padding-bottom: 0
    }
}

.how-app-works .box .work-details h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 .7em
}

@media(max-width:991px) {
    .how-app-works .box .work-details h3 {
        font-size: 16px;
        font-size: 1rem
    }
}

.how-app-works .box .work-details p {
    font-size: 15px;
    font-size: .9375rem;
    margin: 0
}

@media(max-width:1199px) {
    .how-app-works .box .work-details p {
        font-size: 14px;
        font-size: .875rem
    }
}

@-webkit-keyframes dotAnimation {
    from {
        -webkit-transform: scale(.5, .5);
        transform: scale(.5, .5)
    }

    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes dotAnimation {
    from {
        -webkit-transform: scale(.5, .5);
        transform: scale(.5, .5)
    }

    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.app-screenshot {
    background-color: #f0f1ff;
    padding-bottom: 180px
}

@media(max-width:767px) {
    .app-screenshot {
        padding-bottom: 100px
    }
}

.app-screenshot .app-screenshot-slider-outer {
    width: 265px;
    height: 490px;
    margin: 65px auto 0;
    position: relative
}

@media(max-width:767px) {
    .app-screenshot .app-screenshot-slider-outer {
        margin-top: 0
    }
}

@media(max-width:767px) {
    .app-screenshot .app-screenshot-slider-outer .mockup {
        display: none
    }
}

.app-screenshot .app-screenshot-slider-outer .mockup .top {
    background: url(../img/galaxy/app-landing/screenshot-slider/iphone-top-part.png) center center/cover no-repeat local;
    width: 317px;
    height: 76px;
    position: absolute;
    left: 50%;
    top: -76px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.app-screenshot .app-screenshot-slider-outer .mockup .left {
    background: url(../img/galaxy/app-landing/screenshot-slider/iphone-left-part.png) center center/cover no-repeat local;
    width: 19px;
    height: 570px;
    position: absolute;
    left: -25px;
    bottom: -80px;
    z-index: 20
}

.app-screenshot .app-screenshot-slider-outer .mockup .right {
    background: url(../img/galaxy/app-landing/screenshot-slider/iphone-right-part.png) center center/cover no-repeat local;
    width: 18px;
    height: 570px;
    position: absolute;
    right: -27px;
    bottom: -80px;
    z-index: 20
}

.app-screenshot .app-screenshot-slider-outer .mockup .bottom {
    background: url(../img/galaxy/app-landing/screenshot-slider/iphone-bottom-part.png) center center/cover no-repeat local;
    width: 280px;
    height: 76px;
    position: absolute;
    left: -6px;
    bottom: -87px;
    z-index: 20
}

.app-screenshot .app-screenshot-slider img {
    width: auto
}

.app-screenshot .owl-carousel .owl-stage-outer {
    overflow: visible !important
}

@media(max-width:767px) {
    .app-screenshot .owl-carousel .owl-stage-outer {
        overflow: hidden !important
    }
}

.app-screenshot .owl-stage-outer .owl-item img {
    opacity: .5
}

.app-screenshot .owl-stage-outer .active img {
    opacity: 1
}

.app-screenshot .owl-controls .owl-nav .owl-prev,
.app-screenshot .owl-controls .owl-nav .owl-next {
    background-color: rgba(66, 115, 240, .8);
    border-radius: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.app-screenshot .owl-controls .owl-nav .owl-prev:hover,
.app-screenshot .owl-controls .owl-nav .owl-next:hover {
    background-color: #4273f0
}

.app-tem-members .team-section-title {
    margin-bottom: 10px
}

@media(max-width:767px) {
    .app-tem-members .app-team-grids>.col {
        margin-bottom: 30px
    }
}

@media(max-width:550px) {
    .app-tem-members .app-team-grids>.col {
        width: 100%
    }

    .app-tem-members .app-team-grids>.col img {
        width: 100%
    }
}

.app-tem-members .app-team-grids>.col:last-child {
    margin-bottom: 0
}

.app-tem-members .skill-row .section-title,
.app-tem-members .skill-row .product-landing-section-title {
    text-align: left;
    margin-bottom: 0
}

.app-tem-members .skill-row .section-title h2:after,
.app-tem-members .skill-row .product-landing-section-title h2:after {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none
}

.app-landing-pricing .pricing-tab {
    position: relative
}

.app-landing-pricing .app-pricing-grids {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    margin-left: 0
}

.app-landing-pricing .active-grids {
    position: relative;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.app-landing-pricing .switcher-wrapper {
    text-align: center;
    position: relative;
    margin-bottom: 60px
}

@media(max-width:991px) {
    .app-landing-pricing .switcher-wrapper {
        margin-bottom: 40px
    }
}

.app-landing-pricing .switcher-wrapper .tablist span {
    font-size: 18px;
    font-size: 1.125rem
}

@media(max-width:991px) {
    .app-landing-pricing .switcher-wrapper .tablist span {
        font-size: 16px;
        font-size: 1rem
    }
}

.app-landing-pricing .switcher-wrapper .tablist .active {
    color: #000
}

.app-landing-pricing .switcher-wrapper .tablist span:first-child {
    margin-right: 110px
}

@media(max-width:991px) {
    .app-landing-pricing .switcher-wrapper .tablist span:first-child {
        margin-right: 90px
    }
}

.app-landing-pricing .switch {
    width: 60px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width:991px) {
    .app-landing-pricing .switch {
        height: 26px
    }
}

.app-landing-pricing .slider {
    background-color: #30d4ba;
    background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
    background: -moz-linear-gradient(left, #30d4ba, #4273f0);
    background: -o-linear-gradient(left, #30d4ba, #4273f0);
    background: -ms-linear-gradient(left, #30d4ba, #4273f0);
    background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
    background: linear-gradient(left, #30d4ba, #4273f0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
    border-radius: 34px;
    cursor: pointer
}

.app-landing-pricing .slider:before {
    background-color: #fff;
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    left: 2px;
    bottom: 2px;
    border-radius: 50%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s
}

@media(max-width:991px) {
    .app-landing-pricing .slider:before {
        width: 22px;
        height: 22px
    }
}

.app-landing-pricing .slide-off:before {
    -webkit-transform: translateX(28px);
    -moz-transform: translateX(28px);
    -o-transform: translateX(28px);
    -ms-transform: translateX(28px);
    transform: translateX(28px)
}

@media(max-width:991px) {
    .app-landing-pricing .slide-off:before {
        -webkit-transform: translateX(34px);
        -moz-transform: translateX(34px);
        -o-transform: translateX(34px);
        -ms-transform: translateX(34px);
        transform: translateX(34px)
    }
}

.app-landing-testimonials .app-landing-testimonials-slider {
    text-align: center;
    margin-top: -15px
}

.app-landing-testimonials .app-landing-testimonials-slider img {
    width: auto;
    display: inline-block
}

.app-landing-testimonials .client-quote {
    font-size: 14px;
    font-size: .875rem;
    border: 1px solid #30d4ba;
    padding: 30px 30px 55px;
    position: relative
}

.app-landing-testimonials .client-quote:before {
    font-family: "font awesome\ 5 free";
    content: "\f10e";
    font-size: 25px;
    font-size: 1.5625rem;
    color: #30d4ba;
    position: absolute;
    font-weight: 600;
    top: -2px
}

.app-landing-testimonials .client-info {
    margin-top: -45px
}

.app-landing-testimonials .client-info img {
    display: initial !important;
    width: fit-content !important;
    background-color: #fff;
    padding: 8px;
    border: 2px solid #30d4ba;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

@media(max-width:767px) {
    .app-landing-testimonials .client-info img {
        max-width: 80px;
        padding: 5px
    }
}

.app-landing-testimonials .client-info h5 {
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    margin: 0 0 5px
}

.app-landing-testimonials .client-info h5+span {
    font-size: 14px;
    font-size: .875rem
}

.app-landing-testimonials .client-info .img-holder {
    margin-bottom: 20px
}

.app-landing-testimonials .app-landing-testimonials-slider .owl-stage-outer {
    padding-top: 15px
}

.app-landing-testimonials .app-landing-testimonials-slider .owl-controls {
    margin-top: 40px
}

@media(max-width:991px) {
    .app-landing-testimonials .app-landing-testimonials-slider .owl-controls {
        margin-top: 20px
    }
}

.app-landing-faq {
    position: relative;
    overflow: hidden;
    background: transparent
}

.app-landing-faq .content {
    position: relative
}

.app-landing-faq .section-title h2,
.app-landing-faq .product-landing-section-title h2 {
    color: #fff;
    text-align: left
}

@media screen and (min-width:767px) {

    .app-landing-faq .section-title h2,
    .app-landing-faq .product-landing-section-title h2 {
        padding-right: 200px
    }
}

.app-landing-faq .section-title h2:after,
.app-landing-faq .product-landing-section-title h2:after {
    background: #fff;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none
}

.app-landing-faq .app-faq-tab {
    position: absolute;
    right: 0;
    bottom: -200px;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -o-transition: all 5s;
    -ms-transition: all 5s;
    transition: all 5s
}

@media(max-width:991px) {
    .app-landing-faq .app-faq-tab {
        display: none
    }
}

.app-landing-faq .app-faq-tab-animation {
    bottom: -110px
}

.app-social-media-section {
    text-align: center;
    padding-bottom: 0
}

.app-social-media-section .social-links {
    display: inline-block
}

.app-social-media-section .social-links li a {
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 30px;
    font-size: 1.875rem;
    color: silver;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

@media(max-width:991px) {
    .app-social-media-section .social-links li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media(max-width:767px) {
    .app-social-media-section .social-links li a {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.app-social-media-section .social-links li {
    margin-right: 5px
}

.app-social-media-section .social-links li:last-child {
    margin-right: 0
}

.app-social-media-section .social-links li a:hover,
.app-social-media-section .social-links li:first-child a {
    background-color: #30d4ba;
    background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
    background: -moz-linear-gradient(left, #30d4ba, #4273f0);
    background: -o-linear-gradient(left, #30d4ba, #4273f0);
    background: -ms-linear-gradient(left, #30d4ba, #4273f0);
    background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
    background: linear-gradient(left, #30d4ba, #4273f0);
    color: #fff
}

.app-contact-section,
.agency-contact-section {
    margin: 100px 0;
    position: relative
}

@media(max-width:767px) {

    .app-contact-section,
    .agency-contact-section {
        margin: 0
    }
}

.app-contact-section:before,
.agency-contact-section:before {
    content: "";
    width: 100%;
    height: 420px;
    background: url(../img/galaxy/map.jpg) center center/cover no-repeat local;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.app-contact-section .contact-block,
.agency-contact-section .contact-block {
    background-color: #fff;
    padding: 70px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 0 20px 0 #e6e6e6;
    -moz-box-shadow: 0 0 20px 0 #e6e6e6;
    -o-box-shadow: 0 0 20px 0 #e6e6e6;
    -ms-box-shadow: 0 0 20px 0 #e6e6e6;
    box-shadow: 0 0 20px 0 #e6e6e6;
    border-radius: 10px
}

@media(max-width:767px) {

    .app-contact-section .contact-block,
    .agency-contact-section .contact-block {
        padding: 40px 15px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.app-contact-section .contact-block .privacy,
.agency-contact-section .contact-block .privacy {
    font-size: 12px;
    font-size: .75rem;
    text-align: center;
    margin: 0
}

.app-contact-section .contact-block .privacy a,
.agency-contact-section .contact-block .privacy a {
    color: blue;
    text-decoration: underline
}

@media(max-width:991px) {

    .app-contact-section .contact-block,
    .agency-contact-section .contact-block {
        padding: 40px 45px
    }
}

@media(max-width:767px) {

    .app-contact-section .contact-block,
    .agency-contact-section .contact-block {
        padding: 40px 15px
    }
}

.app-contact-section .contact-block h2,
.agency-contact-section .contact-block h2 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.3em;
    margin: 0 0 .9em
}

@media screen and (min-width:1200px) {
    .agency-contact-section .contact-block h2 {
        padding: 0 200px 0 0
    }
}

@media(max-width:991px) {

    .app-contact-section .contact-block h2,
    .agency-contact-section .contact-block h2 {
        font-size: 1.5625rem
    }
}

@media(max-width:767px) {

    .app-contact-section .contact-block h2,
    .agency-contact-section .contact-block h2 {
        font-size: 1.25rem
    }
}

.app-contact-section .contact-block .contact-info,
.agency-contact-section .contact-block .contact-info,
.app-contact-section .contact-block .contact-form,
.agency-contact-section .contact-block .contact-form {
    width: 50%;
    float: left
}

@media(max-width:767px) {

    .app-contact-section .contact-block .contact-info,
    .agency-contact-section .contact-block .contact-info,
    .app-contact-section .contact-block .contact-form,
    .agency-contact-section .contact-block .contact-form {
        width: 100%;
        float: none
    }
}

.app-contact-section .contact-block .contact-info,
.agency-contact-section .contact-block .contact-info {
    padding-right: 80px
}

@media(max-width:991px) {

    .app-contact-section .contact-block .contact-info,
    .agency-contact-section .contact-block .contact-info {
        padding-right: 0
    }
}

.app-contact-section .contact-block .contact-info p,
.agency-contact-section .contact-block .contact-info p {
    color: #666
}

.app-contact-section .contact-block .contact-info ul,
.agency-contact-section .contact-block .contact-info ul {
    margin-top: 30px
}

.app-contact-section .contact-block .contact-info ul li,
.agency-contact-section .contact-block .contact-info ul li {
    color: #8c8c8c;
    line-height: 1.7em;
    position: relative;
    padding-left: 55px;
    margin-bottom: 20px
}

.app-contact-section .contact-block .contact-info li .icon,
.agency-contact-section .contact-block .contact-info li .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    left: 0
}

.app-contact-section .contact-block .contact-info li .fi,
.agency-contact-section .contact-block .contact-info li .fi {
    position: relative
}

.app-contact-section .contact-block .contact-info li .fi:before,
.agency-contact-section .contact-block .contact-info li .fi:before {
    font-size: 1.625rem;
    color: #4273f0
}

.app-contact-section .contact-block .contact-form,
.agency-contact-section .contact-block .contact-form {
    padding-left: 80px
}

@media(max-width:991px) {

    .app-contact-section .contact-block .contact-form,
    .agency-contact-section .contact-block .contact-form {
        padding-left: 30px
    }
}

@media(max-width:767px) {

    .app-contact-section .contact-block .contact-form,
    .agency-contact-section .contact-block .contact-form {
        padding-left: 0;
        margin-top: 50px
    }
}

.app-contact-section .contact-block .contact-form input,
.agency-contact-section .contact-block .contact-form input,
.app-contact-section .contact-block .contact-form select,
.agency-contact-section .contact-block .contact-form select,
.app-contact-section .contact-block .contact-form textarea,
.agency-contact-section .contact-block .contact-form textarea {
    background-color: #eef1f5;
    height: 45px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px
}

@media(max-width:991px) {

    .app-contact-section .contact-block .contact-form input,
    .agency-contact-section .contact-block .contact-form input,
    .app-contact-section .contact-block .contact-form select,
    .agency-contact-section .contact-block .contact-form select,
    .app-contact-section .contact-block .contact-form textarea,
    .agency-contact-section .contact-block .contact-form textarea {
        height: 40px
    }
}

.app-contact-section .contact-block .contact-form textarea,
.agency-contact-section .contact-block .contact-form textarea {
    height: 110px;
    padding-top: 15px
}

.app-contact-section .contact-block .contact-form .form ::-webkit-input-placeholder,
.agency-contact-section .contact-block .contact-form .form ::-webkit-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #8c8c8c
}

.app-contact-section .contact-block .contact-form .form :-moz-placeholder,
.agency-contact-section .contact-block .contact-form .form :-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #8c8c8c
}

.app-contact-section .contact-block .contact-form .form ::-moz-placeholder,
.agency-contact-section .contact-block .contact-form .form ::-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #8c8c8c
}

.app-contact-section .contact-block .contact-form .form :-ms-input-placeholder,
.agency-contact-section .contact-block .contact-form .form :-ms-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #8c8c8c
}

.app-contact-section .contact-block .contact-form .form>div,
.agency-contact-section .contact-block .contact-form .form>div {
    margin-bottom: 20px
}

@media(max-width:991px) {

    .app-contact-section .contact-block .contact-form .form>div,
    .agency-contact-section .contact-block .contact-form .form>div {
        margin-bottom: 10px
    }
}

.app-contact-section .contact-block .contact-form select,
.agency-contact-section .contact-block .contact-form select {
    font-style: normal;
    background-position: 97% center;
    color: #8c8c8c
}

.app-contact-section .contact-block .contact-form .form .submit-btn,
.agency-contact-section .contact-block .contact-form .form .submit-btn {
    margin-bottom: 0
}

.app-contact-section .contact-block .contact-form .submit-btn .app-btn-s1,
.agency-contact-section .contact-block .contact-form .submit-btn .app-btn-s1 {
    border: 0;
    height: 45px;
    line-height: 45px;
    padding: 0 45px;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    z-index: 10
}

.app-contact-section .contact-block .contact-form .submit-btn .app-btn-s1:before,
.agency-contact-section .contact-block .contact-form .submit-btn .app-btn-s1:before {
    content: "";
    background-color: #30d4ba;
    background: -webkit-linear-gradient(left, #4273f0, #30d4ba);
    background: -moz-linear-gradient(left, #4273f0, #30d4ba);
    background: -o-linear-gradient(left, #4273f0, #30d4ba);
    background: -ms-linear-gradient(left, #4273f0, #30d4ba);
    background: -webkit-gradient(linear, left top, right top, from(#4273f0), to(#30d4ba));
    background: linear-gradient(left, #4273f0, #30d4ba);
    width: 100%;
    height: 100%;
    -webkit-border-radius: 25;
    -moz-border-radius: 25;
    -o-border-radius: 25;
    -ms-border-radius: 25;
    border-radius: 25;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

@media(max-width:1199px) {

    .app-contact-section .contact-block .contact-form .submit-btn .app-btn-s1,
    .agency-contact-section .contact-block .contact-form .submit-btn .app-btn-s1 {
        height: 40px;
        line-height: 40px;
        padding: 0 35px
    }
}

.app-contact-section .contact-block .contact-form .submit-btn .app-btn-s1:hover,
.agency-contact-section .contact-block .contact-form .submit-btn .app-btn-s1:hover {
    background-color: #30d4ba;
    background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
    background: -moz-linear-gradient(left, #30d4ba, #4273f0);
    background: -o-linear-gradient(left, #30d4ba, #4273f0);
    background: -ms-linear-gradient(left, #30d4ba, #4273f0);
    background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
    background: linear-gradient(left, #30d4ba, #4273f0);
    color: #fff
}

.app-contact-section .contact-block .contact-form .submit-btn .app-btn-s1:hover:before,
.agency-contact-section .contact-block .contact-form .submit-btn .app-btn-s1:hover:before {
    opacity: 1
}

.app-contact-section .contact-block .contact-form .submit-btn .app-btn-s1:focus,
.agency-contact-section .contact-block .contact-form .submit-btn .app-btn-s1:focus {
    outline: 0
}

.app-contact-section .contact-block .view-map,
.agency-contact-section .contact-block .view-map {
    margin-top: 20px
}

.app-contact-section .contact-block .view-map img,
.agency-contact-section .contact-block .view-map img {
    display: inline-block;
    padding-right: 10px
}

.app-contact-section .contact-block .view-map a,
.agency-contact-section .contact-block .view-map a {
    color: #30d4ba;
    font-size: 15px;
    font-size: .9375rem
}

@media(max-width:767px) {

    .app-contact-section .contact-block .view-map a,
    .agency-contact-section .contact-block .view-map a {
        font-size: 14px;
        font-size: .875rem
    }
}

.app-contact-section .contact-block .view-map a:hover,
.agency-contact-section .contact-block .view-map a:hover,
.app-contact-section .contact-block .view-map a:focus,
.agency-contact-section .contact-block .view-map a:focus {
    outline: 0
}

.agency-latest-features,
.product-landing-latest-features {
    background-color: #fff;
    padding: 0;
    position: relative
}

@media(max-width:500px) {

    .agency-latest-features,
    .product-landing-latest-features {
        padding-bottom: 25px
    }
}

.agency-latest-features:after,
.product-landing-latest-features:after {
    content: "";
    background-color: #ededed;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 3px
}

.agency-latest-features .grid,
.product-landing-latest-features .grid {
    min-height: 140px;
    line-height: 140px;
    padding: 40px 0;
    position: relative
}

@media(max-width:1199px) {

    .agency-latest-features .grid,
    .product-landing-latest-features .grid {
        min-height: 100px;
        line-height: 100px;
        padding: 30px 0
    }
}

@media(max-width:991px) {

    .agency-latest-features .grid,
    .product-landing-latest-features .grid {
        min-height: 80px;
        line-height: 80px;
        padding: 20px 0
    }
}

@media(max-width:500px) {

    .agency-latest-features .grid,
    .product-landing-latest-features .grid {
        min-height: auto;
        line-height: none
    }
}

.galaxy .hover_border:after,
.product-landing-latest-features .grid:after {
    content: "";
    background-color: #4273f0;
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 10;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

@media(max-width:500px) {

    .agency-latest-features .grid:after,
    .product-landing-latest-features .grid:after {
        display: none
    }
}

.agency-latest-features .grid img,
.product-landing-latest-features .grid img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.agency-latest-features .grid:hover img,
.product-landing-latest-features .grid:hover img {
    -webkit-filter: none;
    filter: none
}

.galaxy .hover_border:hover:after,
.product-landing-latest-features .grid:hover:after {
    width: 100%
}

.agency-business-solution-skill {
    padding-bottom: 0
}

.agency-business-solution-skill .section-title,
.agency-business-solution-skill .product-landing-section-title {
    text-align: left;
    margin: 0
}

.agency-business-solution-skill .section-title h2,
.agency-business-solution-skill .product-landing-section-title h2 {
    margin-bottom: .8em
}

.agency-business-solution-skill .section-title h2:after,
.agency-business-solution-skill .product-landing-section-title h2:after {
    background-color: #4273f0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none
}

.agency-business-solution-skill .progress-bar-s1 {
    margin-top: 40px;
    padding: 0 45px 0 0
}

@media(max-width:1199px) {
    .agency-business-solution-skill .progress-bar-s1 {
        padding: 0
    }
}

@media(max-width:767px) {
    .agency-business-solution-skill .progress-bar-s1 {
        margin-top: 25px
    }
}

@media(max-width:1199px) {
    .agency-business-solution-skill .images-holder-col-wrapper {
        display: none
    }
}

.agency-business-solution-skill .images-holder-col {
    padding: 10px 0 0
}

.galaxy .curve-img {
    transform: skewX(-5deg)
}

.agency-business-solution-skill .images-holder-col .img-holder {
    width: 50%;
    float: left;
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg)
}

.agency-business-solution-skill .images-holder-col .img-holder:first-child {
    padding-right: 13px
}

.agency-business-solution-skill .images-holder-col .img-holder:last-child {
    padding-left: 13px
}

.agency-services .agency-services-grids {
    text-align: center
}

.agency-services .grid {
    padding: 50px 20px;
    position: relative
}

@media(max-width:767px) {
    .agency-services .grid {
        padding: 40px 10px
    }
}

.agency-services .grid:before {
    content: "";
    background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
    background: -moz-linear-gradient(left, #30d4ba, #4273f0);
    background: -o-linear-gradient(left, #30d4ba, #4273f0);
    background: -ms-linear-gradient(left, #30d4ba, #4273f0);
    background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
    background: linear-gradient(left, #30d4ba, #4273f0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.agency-services .grid:after {
    content: "";
    background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
    background: -moz-linear-gradient(left, #30d4ba, #4273f0);
    background: -o-linear-gradient(left, #30d4ba, #4273f0);
    background: -ms-linear-gradient(left, #30d4ba, #4273f0);
    background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
    background: linear-gradient(left, #30d4ba, #4273f0);
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0
}

@media(max-width:1199px) {
    .agency-services .grid:after {
        height: 4px
    }
}

@media(max-width:991px) {
    .agency-services .agency-services-grids>div:first-child .grid:after {
        bottom: auto;
        top: 0
    }
}

.agency-services .grid .icon {
    margin-bottom: 15px
}

.agency-services .grid .icon i {
    font-size: 55px;
    background: -webkit-linear-gradient(#44d8c1, #5581f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.agency-services .grid .icon svg {
    width: 100%;
    height: 60px
}

.agency-services .grid h3 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #333;
    margin: 0 0 .66em
}

@media(max-width:1199px) {
    .agency-services .grid h3 {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media(max-width:767px) {
    .agency-services .grid h3 {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

.agency-services .grid p {
    margin: 0
}

@media(max-width:1199px) {
    .agency-services .grid p {
        font-size: 15px;
        font-size: .9375rem
    }
}

.agency-services .grid .icon,
.agency-services .grid h3,
.agency-services .grid p {
    position: relative;
    z-index: 10;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    -ms-transition: all .1s;
    transition: all .1s
}

.agency-services .grid:hover h3,
.agency-services .grid:hover p,
.agency-services .agency-services-grids>div:nth-child(2) h3,
.agency-services .agency-services-grids>div:nth-child(2) p {
    color: #fff
}

.agency-services .grid:hover .animated-svg-icon-s4,
.agency-services .agency-services-grids>div:nth-child(2) .animated-svg-icon-s4 {
    stroke: #fff
}

.agency-services .grid:hover:before,
.agency-services .agency-services-grids>div:nth-child(2) .grid:before {
    opacity: 1
}

.agency-cta {
    position: relative;
    text-align: center
}

@media(max-width:991px) {
    .agency-cta {
        padding: 80px 0
    }
}

.agency-cta:before {
    content: "";
    background-color: rgba(38, 50, 88, .3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.agency-cta .container {
    position: relative
}

@media screen and (min-width:1200px) {
    .agency-cta .col {
        padding: 0 55px
    }
}

.agency-cta h2,
.agency-cta p,
.agency-cta .btn {
    color: #fff
}

.agency-cta h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: 200;
    margin: 0 0 .8em;
    line-height: 1.2em
}

@media(max-width:991px) {
    .agency-cta h2 {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media(max-width:767px) {
    .agency-cta h2 {
        font-size: 26px;
        font-size: 1.625rem
    }
}

.agency-cta p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 1.44em
}

@media(max-width:991px) {
    .agency-cta p {
        font-size: 16px;
        font-size: 1rem
    }
}

.agency-funfact,
.cv-funfact {
    padding-bottom: 0
}

.agency-funfact .content,
.cv-funfact .content {
    margin-bottom: 0
}

.agency-funfact .icon,
.cv-funfact .icon {
    min-height: 48px;
    margin-bottom: 15px
}

@media(max-width:991px) {

    .agency-funfact .icon,
    .cv-funfact .icon {
        min-height: 38px;
        margin-bottom: 5px
    }
}

@media(max-width:991px) {

    .agency-funfact .icon img,
    .cv-funfact .icon img {
        max-width: 35px
    }
}

.agency-funfact .content>.col:nth-child(1) .animated-svg-icon-s5,
.cv-funfact .content>.col:nth-child(1) .animated-svg-icon-s5 {
    height: 25px
}

@media(max-width:991px) {

    .agency-funfact .content>.col:nth-child(1) .animated-svg-icon-s5,
    .cv-funfact .content>.col:nth-child(1) .animated-svg-icon-s5 {
        height: 20px
    }
}

.agency-funfact .content>.col:nth-child(2) .animated-svg-icon-s5,
.cv-funfact .content>.col:nth-child(2) .animated-svg-icon-s5 {
    height: 42px
}

@media(max-width:991px) {

    .agency-funfact .content>.col:nth-child(2) .animated-svg-icon-s5,
    .cv-funfact .content>.col:nth-child(2) .animated-svg-icon-s5 {
        height: 32px
    }
}

.agency-funfact .content>.col:nth-child(3) .animated-svg-icon-s5,
.cv-funfact .content>.col:nth-child(3) .animated-svg-icon-s5,
.agency-funfact .content>.col:nth-child(4) .animated-svg-icon-s5,
.cv-funfact .content>.col:nth-child(4) .animated-svg-icon-s5 {
    height: 39px
}

@media(max-width:991px) {

    .agency-funfact .content>.col:nth-child(3) .animated-svg-icon-s5,
    .cv-funfact .content>.col:nth-child(3) .animated-svg-icon-s5,
    .agency-funfact .content>.col:nth-child(4) .animated-svg-icon-s5,
    .cv-funfact .content>.col:nth-child(4) .animated-svg-icon-s5 {
        height: 32px
    }
}

@media(max-width:767px) {
    .agency-projects {
        padding: 55px 0 60px
    }
}

.agency-projects .agnecy-projects-slider .grid {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

@media screen and (min-width:768px) {
    .agency-projects .agnecy-projects-slider .grid {
        opacity: .5
    }
}

.agency-projects .agnecy-projects-slider .center .grid {
    opacity: 1
}

.agency-projects .agnecy-projects-slider .owl-controls {
    margin-top: 50px
}

@media(max-width:991px) {
    .agency-projects .agnecy-projects-slider .owl-controls {
        margin-top: 35px
    }
}

@media(max-width:767px) {
    .agency-projects .agnecy-projects-slider .owl-controls {
        margin-top: 20px
    }
}

.agency-projects .agnecy-projects-slider .owl-controls .owl-prev,
.agency-projects .agnecy-projects-slider .owl-controls .owl-next {
    background-color: transparent;
    color: #cfcfd0
}

.agency-projects .agnecy-projects-slider .owl-controls .owl-prev:hover,
.agency-projects .agnecy-projects-slider .owl-controls .owl-next:hover {
    background-color: transparent;
    color: #4273f0
}

@media screen and (min-width:768px) {
    .agency-projects .agnecy-projects-slider .owl-controls .owl-prev {
        margin-right: 20px
    }
}

.agency-faq {
    position: relative
}

.agency-faq .panel-default>.panel-heading .collapsed {
    color: #333
}

.agency-faq .section-title,
.agency-faq .product-landing-section-title {
    text-align: left;
    margin-bottom: 0
}

.agency-faq .section-title h2,
.agency-faq .product-landing-section-title h2 {
    line-height: 1.3em
}

.agency-faq .section-title h2:after,
.agency-faq .product-landing-section-title h2:after {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none
}

.agency-faq .left-col {
    padding: 120px 80px 110px 15px
}

@media(max-width:1199px) {
    .agency-faq .left-col {
        padding: 0 15px
    }
}

.agency-faq .panel-group {
    margin-bottom: 0
}

.agency-faq .panel-group .panel+.panel {
    margin-top: 20px
}

.agency-faq .panel {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.agency-faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0
}

.agency-faq .panel .panel-heading {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 2px solid #e9eef2
}

.agency-faq .panel .panel-heading a {
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    color: #333;
    padding: 20px
}

@media(max-width:991px) {
    .agency-faq .panel .panel-heading a {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

@media(max-width:767px) {
    .agency-faq .panel .panel-heading a {
        font-size: 16px;
        font-size: 1rem;
        padding: 10px
    }
}

.agency-faq .panel .panel-heading a span {
    color: #4273f0
}

.agency-faq .panel .panel-heading a:hover,
.agency-faq .panel .panel-heading a:focus {
    text-decoration: none
}

@media(max-width:1199px) {
    .agency-faq .right-col {
        display: none
    }
}

.agency-blog {
    padding-bottom: 0
}

.agency-blog .agency-blog-slider .owl-controls {
    margin-top: 50px
}

@media(max-width:767px) {
    .agency-blog .agency-blog-slider .owl-controls {
        margin-top: 35px
    }
}

@media(max-width:767px) {

    .agency-testimonials,
    .product-landing-testimonials {
        padding-bottom: 60px
    }

    .agency-testimonials .section-title,
    .product-landing-testimonials .section-title,
    .agency-testimonials .product-landing-section-title,
    .product-landing-testimonials .product-landing-section-title {
        margin-bottom: 25px
    }
}

.agency-testimonials .agency-testimonial-slider,
.product-landing-testimonials .agency-testimonial-slider {
    text-align: center;
    position: relative
}

.agency-testimonials .agency-testimonial-slider .box,
.product-landing-testimonials .agency-testimonial-slider .box {
    border: 2px solid #a1c1f4;
    padding: 55px 60px 30px;
    margin: 48px 20px 20px;
    -webkit-box-shadow: 0 0 20px 0 #b3b3b3;
    -moz-box-shadow: 0 0 20px 0 #b3b3b3;
    -o-box-shadow: 0 0 20px 0 #b3b3b3;
    -ms-box-shadow: 0 0 20px 0 #b3b3b3;
    box-shadow: 0 0 20px 0 #b3b3b3;
    position: relative
}

@media(max-width:991px) {

    .agency-testimonials .agency-testimonial-slider .box,
    .product-landing-testimonials .agency-testimonial-slider .box {
        border: 2px solid #a1c1f4;
        padding: 35px 20px 20px;
        margin: 35px 0 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.agency-testimonials .client-pic,
.product-landing-testimonials .client-pic {
    position: absolute;
    left: 50%;
    top: -48px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width:991px) {

    .agency-testimonials .client-pic,
    .product-landing-testimonials .client-pic {
        top: -35px
    }
}

.agency-testimonials .client-pic img,
.product-landing-testimonials .client-pic img {
    background-color: #fff;
    width: auto;
    display: inline-block;
    padding: 8px;
    border: 2px solid #30d4ba;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

@media(max-width:991px) {

    .agency-testimonials .client-pic img,
    .product-landing-testimonials .client-pic img {
        max-width: 70px;
        padding: 4px;
        border: 1px solid #30d4ba
    }
}

.agency-testimonials .rating,
.product-landing-testimonials .rating {
    margin: 12px 0
}

.agency-testimonials .rating i,
.product-landing-testimonials .rating i {
    font-size: 14px;
    font-size: .875rem;
    color: #ffc603
}

@media(max-width:991px) {

    .agency-testimonials .rating i,
    .product-landing-testimonials .rating i {
        font-size: 13px;
        font-size: .8125rem
    }
}

.agency-testimonials .client-info,
.product-landing-testimonials .client-info {
    padding-top: 20px
}

@media(max-width:991px) {

    .agency-testimonials .client-info,
    .product-landing-testimonials .client-info {
        padding-top: 10px
    }
}

.agency-testimonials .client-info h5,
.product-landing-testimonials .client-info h5 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 .3em;
    color: #4273f0
}

@media(max-width:991px) {

    .agency-testimonials .client-info h5,
    .product-landing-testimonials .client-info h5 {
        font-size: 14px;
        font-size: .875rem
    }
}

.agency-testimonials .client-info h5+span,
.product-landing-testimonials .client-info h5+span {
    font-size: 14px;
    font-size: .875rem
}

@media(max-width:991px) {

    .agency-testimonials .client-info h5+span,
    .product-landing-testimonials .client-info h5+span {
        font-size: 13px;
        font-size: .8125rem
    }
}

.agency-testimonials .agency-testimonial-slider .owl-controls,
.product-landing-testimonials .agency-testimonial-slider .owl-controls {
    z-index: 10
}

@media screen and (min-width:992px) {

    .agency-testimonials .agency-testimonial-slider .owl-controls,
    .product-landing-testimonials .agency-testimonial-slider .owl-controls {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 10
    }

    .agency-testimonials .agency-testimonial-slider .owl-controls .owl-dots,
    .product-landing-testimonials .agency-testimonial-slider .owl-controls .owl-dots {
        position: absolute;
        width: 100%;
        bottom: -50px
    }

    .agency-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-prev,
    .product-landing-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-prev,
    .agency-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-next,
    .product-landing-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-next {
        background-color: transparent;
        color: #cfcfd0;
        margin: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .agency-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-prev:hover,
    .product-landing-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-prev:hover,
    .agency-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-next:hover,
    .product-landing-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-next:hover {
        background-color: transparent;
        color: #4273f0
    }

    .agency-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-prev,
    .product-landing-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-prev {
        left: -100px
    }

    .agency-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-next,
    .product-landing-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-next {
        right: -100px
    }
}

@media(max-width:991px) {

    .agency-testimonials .agency-testimonial-slider .owl-controls .owl-nav,
    .product-landing-testimonials .agency-testimonial-slider .owl-controls .owl-nav {
        display: none !important
    }
}

@media(max-width:991px) {

    .agency-testimonials .agency-testimonial-slider .owl-controls,
    .product-landing-testimonials .agency-testimonial-slider .owl-controls {
        margin-top: 35px
    }
}

.agency-team {
    padding-top: 50px
}

@media(max-width:991px) {
    .agency-team {
        padding-top: 0
    }
}

.agency-contact-section {
    margin-top: 0
}

.menu-after-slider {
    text-align: center
}

@media(max-width:991px) {
    .menu-after-slider {
        display: none
    }
}

.menu-after-slider .navigation {
    background: #fff;
    margin-bottom: 0;
    border: 0;
    border-bottom: 2px solid #e5e5e5;
    border-radius: 0
}

.menu-after-slider ul {
    padding: 10px 0
}

.menu-after-slider ul li {
    padding: 0 24px
}

@media(max-width:1199px) {
    .menu-after-slider ul li {
        padding: 0 20px
    }
}

.menu-after-slider ul li a {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    color: #5b5b5b;
    padding: 18px 0;
    position: relative
}

@media(max-width:1199px) {
    .menu-after-slider ul li a {
        padding: 14px 0
    }
}

.menu-after-slider ul li a:after {
    content: "";
    background: #4273f0;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -4px;
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.menu-after-slider ul li a i {
    font-weight: 900;
    background: #eee;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #aeaeae;
    text-align: center;
    margin-right: 8px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

@media(max-width:1199px) {
    .menu-after-slider ul li a i {
        font-size: 12px;
        font-size: .75rem;
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}

.menu-after-slider ul .current-menu-item a i {
    color: #4273f0
}

.menu-after-slider ul .current-menu-item a:after {
    opacity: 1
}

.about-me {
    padding-bottom: 0
}

.about-me .section-title,
.about-me .product-landing-section-title {
    text-align: left;
    margin-bottom: 0
}

.about-me .section-title h2:after,
.about-me .product-landing-section-title h2:after {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none
}

@media screen and (min-width:992px) {
    .about-me .left-col {
        padding-right: 55px
    }
}

.about-me .left-col p {
    margin-bottom: 20px
}

.about-me .progress-bar-s1 {
    margin-top: 75px
}

@media(max-width:991px) {
    .about-me .progress-bar-s1 {
        margin-top: 40px
    }
}

.cv-funfact {
    padding-bottom: 100px;
    position: relative
}

@media(max-width:767px) {
    .cv-funfact {
        padding-bottom: 35px
    }
}

.cv-funfact:after {
    content: "";
    background-color: rgba(5, 11, 32, .85);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.cv-funfact .container {
    position: relative;
    z-index: 10
}

.cv-funfact h3,
.cv-funfact p {
    color: #fff
}

.cv-portfolio {
    padding-bottom: 0
}

.cv-portfolio .section-title,
.cv-portfolio .product-landing-section-title {
    margin-bottom: 0
}

.cv-portfolio .sorting-filters {
    text-align: center;
    margin-bottom: 40px
}

@media(max-width:767px) {
    .cv-portfolio .sorting-filters {
        margin-bottom: 20px
    }
}

.cv-portfolio .sorting-filters ul {
    display: inline-block
}

.cv-portfolio .sorting-filters ul li {
    display: inline-block;
    margin-right: 35px
}

@media(max-width:767px) {
    .cv-portfolio .sorting-filters ul li {
        margin-right: 10px
    }
}

.cv-portfolio .sorting-filters ul li:last-child {
    margin-right: 0
}

.cv-portfolio .sorting-filters ul li a {
    font-family: montserrat, sans-serif;
    font-size: 11px;
    font-size: .6875rem;
    color: #333;
    text-transform: uppercase
}

.cv-portfolio .sorting-filters ul li .current {
    color: #4273f0
}

.cv-partners {
    text-align: center
}

@media(max-width:991px) {
    .cv-partners {
        padding-top: 0
    }
}

@media(max-width:767px) {
    .cv-partners {
        padding-bottom: 0
    }
}

.cv-partners img {
    display: inline-block;
    max-width: 100%
}

@media(max-width:767px) {
    .cv-partners img {
        max-width: 95%
    }
}

@media(max-width:767px) {
    .cv-partners .content>.col {
        margin-bottom: 40px
    }
}

.home-cv .agency-contact-section {
    border-top: 1px solid #e6e6e6
}

.product-landing-latest-features {
    border-top: 1px solid #e6e6e6
}

.product-landing-services .product-landing-section-title {
    text-align: left
}

.product-landing-services .container {
    position: relative;
    padding: 50px 15px 150px
}

@media(max-width:1199px) {
    .product-landing-services .container {
        padding: 50px 15px 0
    }
}

@media(max-width:991px) {
    .product-landing-services .container {
        padding: 0 15px
    }
}

.product-landing-services .services {
    max-width: 400px
}

.product-landing-services .services .icon i {
    font-size: 42px;
    color: #4273f0
}

.product-landing-services .services .icon svg {
    width: 100%;
    height: 58px
}

.product-landing-services .services .icon {
    min-height: 80px
}

@media(max-width:767px) {
    .product-landing-services .services .icon {
        min-height: 50px
    }
}

.product-landing-services .services .grid {
    width: 33.33%;
    float: left;
    text-align: center
}

.product-landing-services .services h3 {
    font-size: 16px;
    font-size: 1rem;
    color: #999;
    margin: .87em 0 0;
    line-height: 1.5em;
    text-transform: uppercase
}

@media(max-width:767px) {
    .product-landing-services .services h3 {
        font-size: 12px;
        font-size: .75rem
    }
}

.product-landing-services .services .product-landing-btn {
    margin-top: 40px
}

.product-landing-services .services-watch {
    position: absolute;
    left: -150px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

@media(max-width:1199px) {
    .product-landing-services .services-watch {
        width: 420px;
        height: 437px
    }
}

@media(max-width:991px) {
    .product-landing-services .services-watch {
        display: none
    }
}

.product-landing-services .services-watch-animation {
    left: -50px;
    opacity: 1;
    -webkit-transition: all 3.5s;
    -moz-transition: all 3.5s;
    -o-transition: all 3.5s;
    -ms-transition: all 3.5s;
    transition: all 3.5s
}

.product-landing-cta {
    height: 100vh;
    position: relative
}

@media(max-width:991px) {
    .product-landing-cta {
        background-color: #30d4ba
    }
}

@media screen and (min-width:992px) {
    .product-landing-cta:before {
        content: "";
        background-color: rgba(0, 0, 0, .8);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s
    }
}

@media(max-width:991px) {
    .product-landing-cta {
        height: auto;
        background-image: none
    }
}

@media screen and (min-width:992px) {
    .product-landing-cta .container {
        margin-top: 200px;
        -webkit-transition: all 3s;
        -moz-transition: all 3s;
        -o-transition: all 3s;
        -ms-transition: all 3s;
        transition: all 3s
    }
}

.product-landing-cta h2 {
    color: #fff;
    font-weight: 200;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

@media screen and (min-width:992px) {
    .product-landing-cta h2 {
        opacity: 0
    }
}

.product-landing-cta .video-play {
    background-color: #4273f0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

@media screen and (min-width:992px) {
    .product-landing-cta .video-play {
        opacity: 0
    }
}

.product-landing-cta .video-play i {
    color: #fff
}

.active-cta-text:before,
.active-cta-text h2,
.active-cta-text .video-play {
    opacity: 1
}

.active-cta-text .container {
    margin-top: 150px
}

@media(max-width:767px) {
    .p-landing-how-its-work-section .product-landing-section-title {
        margin-bottom: 0
    }
}

.p-landing-how-its-work-section .content {
    position: relative;
    margin-top: 155px
}

@media(max-width:1199px) {
    .p-landing-how-its-work-section .content {
        margin-top: 100px
    }
}

@media(max-width:991px) {
    .p-landing-how-its-work-section .content {
        margin-top: 0
    }
}

.p-landing-how-its-work-section .content>.col {
    padding-left: 160px
}

@media(max-width:1199px) {
    .p-landing-how-its-work-section .content>.col {
        padding-left: 135px
    }
}

@media(max-width:991px) {
    .p-landing-how-its-work-section .content>.col {
        padding-left: 15px
    }
}

.p-landing-how-its-work-section .content>.col>.box:nth-child(2) .icon {
    top: -12px
}

.p-landing-how-its-work-section .content>.col>.box:nth-child(2) .icon .line {
    width: 85px;
    top: 25px;
    left: -88px
}

.p-landing-how-its-work-section .content>.col>.box:nth-child(3) .icon {
    top: -10px
}

.p-landing-how-its-work-section .content>.col>.box:nth-child(3) .icon .line {
    top: 18px
}

.p-landing-how-its-work-section .box {
    padding: 0 75px;
    position: relative;
    margin-bottom: 50px
}

@media(max-width:1199px) {
    .p-landing-how-its-work-section .box {
        padding: 0 0 0 75px
    }
}

@media(max-width:767px) {
    .p-landing-how-its-work-section .box {
        padding: 0 0 0 65px;
        margin-bottom: 35px
    }
}

.p-landing-how-its-work-section .content>.col>.box:nth-child(3) {
    margin-bottom: 0
}

.p-landing-how-its-work-section .box .icon {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0
}

.p-landing-how-its-work-section .box .icon i {
    font-size: 42px;
    color: #4273f0
}

@media(max-width:767px) {
    .p-landing-how-its-work-section .box .icon {
        width: 60px
    }

    .p-landing-how-its-work-section .box .icon img {
        max-width: 40px
    }
}

.p-landing-how-its-work-section .dtails h3 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #333;
    margin: 0 0 .78em
}

@media(max-width:767px) {
    .p-landing-how-its-work-section .dtails h3 {
        font-size: 16px;
        font-size: 1rem
    }
}

.p-landing-how-its-work-section .dtails p {
    margin: 0
}

.p-landing-how-its-work-section .left-watches {
    position: absolute;
    left: 15px;
    top: -85px
}

@media(max-width:1199px) {
    .p-landing-how-its-work-section .left-watches {
        top: -65px;
        left: -10px
    }
}

@media(max-width:991px) {
    .p-landing-how-its-work-section .left-watches {
        display: none
    }
}

.p-landing-how-its-work-section .box .line {
    width: 120px;
    border-bottom: 2px dotted #959595;
    height: 2px;
    position: absolute;
    left: -130px;
    top: 15px
}

@media(max-width:991px) {
    .p-landing-how-its-work-section .box .line {
        display: none
    }
}

.p-landing-how-its-work-section .line .dot {
    background-color: rgba(66, 115, 240, .9);
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 10
}

.p-landing-how-its-work-section .line .dot:before {
    content: "";
    background-color: rgba(48, 212, 186, .4);
    width: 23px;
    height: 23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: -6px;
    -webkit-animation: dotAnimation 1s infinite alternate;
    animation: dotAnimation 1s infinite alternate;
    z-index: 10
}

.product-section {
    padding-bottom: 70px
}

@media(max-width:767px) {
    .product-section {
        padding-bottom: 50px
    }
}

.product-section .product-grids>.col {
    margin-bottom: 30px
}

@media(max-width:600px) {
    .product-section .product-grids>.col {
        width: 100%
    }
}

.product-landing-faq {
    background-color: #f2f2f2;
    overflow: hidden
}

.product-landing-faq .content {
    position: relative
}

.product-landing-faq .product-landing-section-title h2 {
    text-align: left;
    margin: 0;
    padding-bottom: 0
}

@media screen and (min-width:767px) {
    .product-landing-faq .product-landing-section-title h2 {
        padding-right: 200px
    }
}

.product-landing-faq .panel-default>.panel-heading .collapsed,
.product-landing-faq .panel-default>.panel-heading a,
.product-landing-faq .panel-default>.panel-heading .collapsed:after {
    color: #4273f0
}

.product-landing-faq .faq-watch {
    position: absolute;
    right: 0;
    bottom: -170px;
    opacity: 0
}

@media(max-width:991px) {
    .product-landing-faq .faq-watch {
        display: none
    }
}

.product-landing-faq .faq-watch-animation {
    bottom: -70px;
    opacity: 1;
    -webkit-transition: all 3.5s;
    -moz-transition: all 3.5s;
    -o-transition: all 3.5s;
    -ms-transition: all 3.5s;
    transition: all 3.5s
}

@media screen and (min-width:1200px) {
    .newsletter-section .product-landing-section-title .col {
        padding: 0 100px
    }
}

.newsletter-section .product-landing-section-title h2 {
    margin: 0 0 .2em
}

.newsletter-section .news-letter-form {
    text-align: center;
    padding: 0 35px;
    margin: 0 auto;
    width: 65%
}

@media(max-width:1199px) {
    .newsletter-section .news-letter-form {
        padding: 0
    }
}

@media(max-width:991px) {
    .newsletter-section .news-letter-form {
        padding: 0 55px
    }
}

@media(max-width:767px) {
    .newsletter-section .news-letter-form {
        padding: 0
    }
}

.newsletter-section .news-letter-form p {
    font-size: 12px;
    font-size: .75rem;
    color: #000;
    margin: 0
}

.newsletter-section .news-letter-form p a {
    color: #4273f0;
    text-decoration: underline
}

.newsletter-section .sub-form {
    margin-bottom: 30px;
    overflow: hidden
}

.newsletter-section .sub-form>.sub-form-input {
    width: 468px;
    float: left
}

@media(max-width:1199px) {
    .newsletter-section .sub-form>.sub-form-input {
        width: 420px
    }
}

@media(max-width:767px) {
    .newsletter-section .sub-form>.sub-form-input {
        width: 100%;
        float: none
    }
}

.newsletter-section .sub-form>.sub-btn {
    width: 175px;
    float: right
}

@media(max-width:767px) {
    .newsletter-section .sub-form>.sub-btn {
        width: 130px;
        float: none;
        margin: 15px auto 0
    }
}

.newsletter-section .sub-form input,
.newsletter-section .sub-form button {
    height: 60px;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px
}

@media(max-width:991px) {

    .newsletter-section .sub-form input,
    .newsletter-section .sub-form button {
        height: 50px
    }
}

@media(max-width:767px) {

    .newsletter-section .sub-form input,
    .newsletter-section .sub-form button {
        height: 45px
    }
}

.newsletter-section .sub-form input {
    background-color: #ecedee;
    padding: 6px 45px
}

@media(max-width:991px) {
    .newsletter-section .sub-form input {
        padding: 6px 25px
    }
}

.newsletter-section .sub-form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent
}

.newsletter-section .sub-form button {
    font-family: montserrat, sans-serif;
    background: #4273f0;
    background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
    background: -moz-linear-gradient(left, #30d4ba, #4273f0);
    background: -o-linear-gradient(left, #30d4ba, #4273f0);
    background: -ms-linear-gradient(left, #30d4ba, #4273f0);
    background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
    background: linear-gradient(left, #30d4ba, #4273f0);
    width: 100%;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.newsletter-section .sub-form button:hover {
    color: #000
}

.newsletter-section .social-links-wrapper {
    text-align: center;
    margin-top: 70px
}

@media(max-width:1199px) {
    .newsletter-section .social-links-wrapper {
        margin-top: 50px
    }
}

@media(max-width:991px) {
    .newsletter-section .social-links-wrapper {
        margin-top: 30px
    }
}

.newsletter-section .social-links {
    display: inline-block
}

.newsletter-section .social-links li a {
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 30px;
    font-size: 1.875rem;
    color: silver;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

@media(max-width:991px) {
    .newsletter-section .social-links li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media(max-width:767px) {
    .newsletter-section .social-links li a {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.newsletter-section .social-links li {
    margin-right: 5px
}

.newsletter-section .social-links li:last-child {
    margin-right: 0
}

.newsletter-section .social-links li a:hover,
.newsletter-section .social-links li:first-child a {
    background-color: #30d4ba;
    background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
    background: -moz-linear-gradient(left, #30d4ba, #4273f0);
    background: -o-linear-gradient(left, #30d4ba, #4273f0);
    background: -ms-linear-gradient(left, #30d4ba, #4273f0);
    background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
    background: linear-gradient(left, #30d4ba, #4273f0);
    color: #fff
}

.product-landing-testimonials {
    padding-bottom: 150px
}

@media(max-width:991px) {
    .product-landing-testimonials {
        padding-bottom: 100px
    }
}

@media(max-width:767px) {
    .product-landing-testimonials {
        padding-bottom: 70px
    }
}

.blog-single-content .post .post-title-meta {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 20px
}

.blog-single-content .post .post-title-meta h2 {
    font-size: 2.25rem;
    margin: 0 0 .6em
}

@media(max-width:991px) {
    .blog-single-content .post .post-title-meta h2 {
        font-size: 1.875rem
    }
}

@media(max-width:767px) {
    .blog-single-content .post .post-title-meta h2 {
        font-size: 1.5625rem
    }
}

.blog-single-content .post .meta-info {
    overflow: hidden
}

.blog-single-content .post .meta-info li {
    float: left;
    margin-right: 50px
}

.blog-single-content .post .meta-info li:last-child {
    margin-right: 0
}

.blog-single-content .post .meta-info li a {
    color: #999
}

.blog-single-content .post .post-body h3 {
    font-family: arimo, sans-serif;
    font-size: 1.5rem;
    margin: 0 0 .63em
}

@media(max-width:991px) {
    .blog-single-content .post .post-body h3 {
        font-size: 1.25rem
    }
}

.blog-single-content .post .post-body p {
    font-size: 1.125rem;
    margin-bottom: 1.2em
}

@media(max-width:991px) {
    .blog-single-content .post .post-body p {
        font-size: 1rem
    }
}

.blog-single-content .post .post-body p:first-child:first-letter {
    font-size: 2.1875rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #000
}

.blog-single-content .post .gallery-post {
    padding-top: 40px;
    margin-bottom: 50px
}

@media(max-width:767px) {
    .blog-single-content .post .gallery-post {
        padding-top: 20px
    }
}

.blog-single-content .post .gallery-post .gallery {
    overflow: hidden
}

.blog-single-content .post .gallery-post .gallery img {
    width: 100%
}

.blog-single-content .post .gallery-post .gallery>div:first-child {
    width: 60%;
    float: left
}

.blog-single-content .post .gallery-post .gallery>div:last-child {
    width: 39%;
    float: right
}

.blog-single-page .tag-share {
    overflow: hidden;
    padding: 20px 0 0;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 40px
}

.blog-single-page .tag-share>div {
    display: inline-block
}

@media(max-width:1199px) {
    .blog-single-page .tag-share>div {
        display: block
    }
}

.blog-single-page .tag-share>div>span {
    color: #000;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    top: -10px
}

.blog-single-page .tag-share>div:first-child {
    float: left
}

@media(max-width:1199px) {
    .blog-single-page .tag-share>div:first-child {
        float: none
    }
}

.blog-single-page .tag-share>div:last-child {
    float: right
}

@media(max-width:1199px) {
    .blog-single-page .tag-share>div:last-child {
        float: none
    }
}

.blog-single-page .tag-share .tag,
.blog-single-page .tag-share .share {
    overflow: hidden;
    display: inline-block
}

.blog-single-page .tag-share .tag li,
.blog-single-page .tag-share .share li {
    float: left
}

.blog-single-page .tag-share .tag li:last-child,
.blog-single-page .tag-share .share li:last-child {
    margin-right: 0
}

.blog-single-page .tag-share .tag a {
    color: #30d4ba;
    display: inline-block;
    padding: 6px 20px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px
}

.blog-single-page .tag-share .tag a:hover,
.blog-single-page .tag-share .tag .active a {
    background: red;
    background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
    background: -moz-linear-gradient(left, #30d4ba, #4273f0);
    background: -o-linear-gradient(left, #30d4ba, #4273f0);
    background: -ms-linear-gradient(left, #30d4ba, #4273f0);
    background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
    background: linear-gradient(left, #30d4ba, #4273f0);
    color: #fff
}

.blog-single-page .tag-share .share li {
    margin-right: 15px
}

.blog-single-page .tag-share .share li a {
    font-size: 20px;
    color: #4273f0
}

.blog-single-page .tag-share .share li a:hover {
    color: #30d4ba
}

.blog-single-page .blog-with-sidebar .comments {
    padding: 55px 0 0
}

@media(max-width:767px) {
    .blog-single-page .blog-with-sidebar .comments {
        padding: 40px 25px 0
    }
}

.blog-single-page .blog-with-sidebar .comments>ol {
    padding-left: 0
}

.blog-single-page .blog-with-sidebar .comments ol {
    list-style: none
}

.blog-single-page .blog-with-sidebar .comments ol>li {
    margin-bottom: 35px
}

.blog-single-page .blog-with-sidebar .comments ol>li:last-child {
    margin-bottom: 0
}

.blog-single-page .blog-with-sidebar .comments ol>li>ol {
    margin-left: 28px;
    margin-top: 35px;
    padding: 0
}

@media(max-width:767px) {
    .blog-single-page .blog-with-sidebar .comments ol>li>ol {
        margin: 30px 0 0
    }
}

.blog-single-page .blog-with-sidebar .comments ol>li>ol>li {
    background-color: #fafafa;
    padding: 30px;
    margin-bottom: 35px
}

@media(max-width:767px) {
    .blog-single-page .blog-with-sidebar .comments ol>li>ol>li {
        padding: 20px
    }
}

.blog-single-page .blog-with-sidebar .comments ol>li>ol>li:last-child {
    margin-bottom: 0
}

.blog-single-page .blog-with-sidebar .comments .article {
    overflow: hidden
}

.blog-single-page .blog-with-sidebar .comments .article h4 {
    font-size: 16px;
    margin: 0;
    text-transform: capitalize
}

@media(max-width:767px) {
    .blog-single-page .blog-with-sidebar .comments .article h4 {
        font-size: 14px
    }
}

.blog-single-page .blog-with-sidebar .comments .article p {
    font-size: 15px;
    margin-bottom: 5px
}

@media(max-width:767px) {
    .blog-single-page .blog-with-sidebar .comments .article p {
        font-size: 14px
    }
}

.blog-single-page .blog-with-sidebar .comments .article .replay {
    background: #30d4ba;
    background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
    background: -moz-linear-gradient(left, #30d4ba, #4273f0);
    background: -o-linear-gradient(left, #30d4ba, #4273f0);
    background: -ms-linear-gradient(left, #30d4ba, #4273f0);
    background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
    background: linear-gradient(left, #30d4ba, #4273f0);
    width: 95px;
    height: 32px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

.blog-single-page .blog-with-sidebar .comments .article .replay a {
    background: #fff;
    width: 93px;
    height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #30d4ba;
    padding: 4px 0;
    border: 0;
    outline: 0;
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 10;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    text-align: center
}

@media(max-width:767px) {
    .blog-single-page .blog-with-sidebar .comments .article .replay a {
        font-size: 14px
    }
}

.blog-single-page .blog-with-sidebar .comments .article .author-meta {
    overflow: hidden;
    margin-bottom: 5px
}

.blog-single-page .blog-with-sidebar .comments .article .author-meta>div {
    display: inline-block
}

.blog-single-page .blog-with-sidebar .comments .article .author-meta>div:last-child {
    font-size: 13px;
    color: gray;
    padding-left: 5px
}

.blog-single-page .blog-with-sidebar .comments .article .author-pic {
    width: 10%;
    float: left
}

.blog-single-page .blog-with-sidebar .comments .article .author-pic img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

@media(max-width:767px) {
    .blog-single-page .blog-with-sidebar .comments .article .author-pic {
        width: 100%;
        float: none;
        margin-bottom: 10px
    }
}

.blog-single-page .blog-with-sidebar .comments .article .details {
    width: 84%;
    float: left
}

@media(max-width:767px) {
    .blog-single-page .blog-with-sidebar .comments .article .details {
        width: 100%;
        float: none
    }
}

.blog-single-page .blog-with-sidebar .comment-respond {
    margin-top: 75px
}

.blog-single-page .blog-with-sidebar .comment-respond h3 {
    margin: 0 0 2em
}

.blog-single-page .blog-with-sidebar .comment-respond form {
    margin: 0 -15px;
    position: relative
}

.blog-single-page .blog-with-sidebar .comment-respond form input,
.blog-single-page .blog-with-sidebar .comment-respond form textarea {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc
}

.blog-single-page .blog-with-sidebar .comment-respond form textarea {
    height: 110px
}

.blog-single-page .blog-with-sidebar .comment-respond form>div {
    margin-bottom: 50px
}

.blog-single-page .blog-with-sidebar .comment-respond form .theme-btn {
    background: #30d4ba;
    background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
    background: -moz-linear-gradient(left, #30d4ba, #4273f0);
    background: -o-linear-gradient(left, #30d4ba, #4273f0);
    background: -ms-linear-gradient(left, #30d4ba, #4273f0);
    background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
    background: linear-gradient(left, #30d4ba, #4273f0);
    font-size: 16px;
    color: #fff;
    text-transform: none;
    padding: 10px 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

@media(max-width:767px) {
    .blog-single-page .blog-with-sidebar .comment-respond form .theme-btn {
        font-size: 14px;
        padding: 10px 35px
    }
}

.blog-single-page .blog-with-sidebar .comment-respond form .theme-btn:hover {
    background: -webkit-linear-gradient(left, #4273f0, #30d4ba);
    background: -moz-linear-gradient(left, #4273f0, #30d4ba);
    background: -o-linear-gradient(left, #4273f0, #30d4ba);
    background: -ms-linear-gradient(left, #4273f0, #30d4ba);
    background: -webkit-gradient(linear, left top, right top, from(#4273f0), to(#30d4ba));
    background: linear-gradient(left, #4273f0, #30d4ba)
}

.blog-single-page .blog-with-sidebar .comment-respond form .comment-respond-submit {
    margin: 0 auto;
    text-align: center
}

@media(max-width:991px) {
    .blog-single-page .blog-sidebar {
        margin-top: 100px
    }
}

@media(max-width:767px) {
    .blog-single-page .blog-sidebar {
        margin-top: 80px
    }
}

.blog-grids .grid {
    margin-bottom: 80px
}

@media(max-width:767px) {
    .blog-grids .grid {
        margin-bottom: 55px
    }
}

.blog-grids>.grid:last-child {
    margin-bottom: 0
}

.blog-grids .entry-media {
    margin-bottom: 35px
}

.blog-grids .tag span a {
    background-color: #30d4ba;
    font-size: 14px;
    font-size: .875rem;
    padding: 5px 8px;
    color: #fff;
    display: inline-block;
    margin-right: 3px
}

@media(max-width:767px) {
    .blog-grids .tag span a {
        font-size: 12px;
        font-size: .75rem
    }
}

.blog-grids .entry-title h3 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: .5em 0
}

@media(max-width:1199px) {
    .blog-grids .entry-title h3 {
        font-size: 25px;
        font-size: 1.5625rem
    }
}

@media(max-width:767px) {
    .blog-grids .entry-title h3 {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.blog-grids .entry-title h3 a {
    color: #111
}

.blog-grids .entry-title h3 a:hover {
    color: #30d4ba
}

.blog-grids .entry-meta ul {
    overflow: hidden
}

.blog-grids .entry-meta ul li {
    font-size: 15px;
    font-size: .9375rem;
    float: left;
    position: relative
}

@media(max-width:767px) {
    .blog-grids .entry-meta ul li {
        font-size: 13px;
        font-size: .8125rem
    }
}

.blog-grids .entry-meta ul>li+li {
    margin-left: 15px
}

.blog-grids .entry-meta ul>li+li:before {
    content: "/";
    position: absolute;
    left: -8px;
    top: 0
}

.blog-grids .entry-meta ul a {
    color: #aaa
}

.blog-grids .entry-details {
    margin-top: 25px
}

@media(max-width:767px) {
    .blog-grids .entry-details {
        margin-top: 15px
    }
}

/*CUstom css*/
.appilo-footer .subscribe-section .wpcf7 {
    background: #6541c1;
    background: -webkit-gradient(left top, right top, color-stop(0, #6541c1), color-stop(98%, #d43396), color-stop(100%, #d43396));
    background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
    background: linear-gradient(to right, #6541c1 0, #d43396 98%, #d43396 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
    border-radius: 60px;
    padding: 34px 35px;
    padding-left: 37px;
    -webkit-box-shadow: 0 23px 42px rgba(0, 0, 0, .2);
    box-shadow: 0 23px 42px rgba(0, 0, 0, .2)
}

.appilo-footer .subscribe-section form {
    overflow: hidden
}

.appilo-footer .subscribe-section .wpcf7-submit {
    display: inline-block;
    border: 0;
    outline: 0;
    background: #6541c1;
    background: -webkit-gradient(left top, right top, color-stop(0, #6541c1), color-stop(98%, #d43396), color-stop(100%, #d43396));
    background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
    background: linear-gradient(to right, #6541c1 0, #d43396 98%, #d43396 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 28px;
    padding: 15px 29px;
    position: relative
}

.appilo-footer .subscribe-section .wpcf7-submit:hover {
    background: #000;
    color: #fff
}

.appilo-footer .wpcf7-text {
    background-color: transparent;
    border: 0;
    outline: 0;
    color: #eae9ec;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #eae9ec;
    width: 100%;
    max-width: 220px;
    float: left;
    margin-left: 46px
}

.appilo-footer .subscribe-section i {
    font-size: 24px;
    color: #eae9ec;
    display: inline-block;
    vertical-align: middle;
    float: left;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.appilo-footer .subscribe-section .left-content {
    position: relative;
    top: 10px
}

.appilo-footer .subscribe-section ::-webkit-input-placeholder {
    color: #fff
}

.appilo-footer .subscribe-section :-ms-input-placeholder {
    color: #fff
}

.appilo-footer .subscribe-section ::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.appilo-footer .subscribe-section :-moz-placeholder {
    color: #fff;
    opacity: 1
}

.appilo-main .widget {
    position: relative;
    margin-bottom: 45px
}

.appilo-main .widget ul li {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-top: 10px;
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    list-style: none
}

.appilo-main .widget ul li a {
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    width: 87%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.appilo-main .widget-title {
    margin: 0;
    color: #150a33;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px
}

.appilo-main .widget-title:after {
    content: '';
    display: inline-block;
    width: 35px;
    height: 2px;
    background: #cd3498;
    margin-left: 10px
}

.appilo-main .widget_recent_entries ul li a {
    margin: 0;
    color: #150a33;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .01em;
    font-weight: 600;
    margin-bottom: 3px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.appilo-main .post-date {
    color: #929191;
    font-size: 16px;
    line-height: 1em;
    display: inline-block
}

.appilo-main .widget_tag_cloud a {
    display: inline-block;
    border: 1px solid #f5f9ff;
    color: #514a47;
    font-size: 15px !important;
    line-height: 1em;
    font-weight: 500;
    padding: 10px 19px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #f5f9ff;
    margin: 0 2px 5px 0
}

.appilo-main .widget .tagcloud a:hover {
    color: #fff;
    border-color: #cc3498;
    background: #cc3498
}

.appilo-main .search-field {
    width: 100%;
    height: 100%;
    color: #514a47;
    font-size: 15px;
    padding-left: 20px;
    border: 0;
    outline: 0;
    background-color: transparent;
    letter-spacing: .05em
}

.appilo-main .search-submit {
    background-color: transparent;
    outline: 0;
    border: 0;
    color: #514a47;
    font-size: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 75px;
    height: 100%;
    border-left: 1px solid #ececf0
}

.appilo-main .search-form {
    position: relative;
    border: 1px solid #d8e4e4;
    padding: 8px 0
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    .appilo-footer .subscribe-section .wpcf7-submit {
        margin-top: 25px
    }
}

.blog-style-two .single-blog-post-style-two .img-box:before {
    content: none
}

.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li a {
    display: inherit;
    border: 1px solid #e0e0e0;
    padding: 4px 19.5px;
    font-size: 15px;
    margin-right: 12px;
    color: #929191;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.appilo-main .related-post-img img {
    width: 229px;
    height: 166px
}

.appilo-main .pagination li {
    position: relative;
    display: inline-block
}

.appilo-main .blog-style-two .blog-post-pagination a {
    line-height: 25px;
    padding-top: 4px
}

.appilo-main .pagination li a,
.pagination li span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    line-height: 28px;
    color: #170b35;
    font-weight: 600;
    margin-right: 10px;
    font-size: 18px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #cbcaca;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.appilo-main .pagination li a:focus,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span:hover,
.pagination li span.current {
    border-color: #cd339a;
    color: #fff;
    background: #cd339a
}

.appilo-main .pagination>li:first-child>a,
.pagination>li:first-child>span,
.appilo-main .pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 50% !important;
    padding-top: 4px
}

.appilo-main .alignnone {
    margin: 5px 20px 20px 0
}

.appilo-main .aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.appilo-main .alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.appilo-main .alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.appilo-main a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.appilo-main a img.alignnone {
    margin: 5px 20px 20px 0
}

.appilo-main a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.appilo-main a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.appilo-main .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.appilo-main .wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.appilo-main .wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.appilo-main .wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.appilo-main .wp-caption img {
    border: 0 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.appilo-main .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.appilo-main .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.appilo-main .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.appilo-main .gallery-caption {
    flex-direction: column
}

.appilo-main .sticky {
    transition: ease-in
}

.appilo-main .bypostauthor {
    background: #e7f8fb
}

.appilo-main-testimonial #testimonials-slider-pager a.pager-item {
    max-width: 70px;
    max-height: 70px
}

.features-style-one .feature-style-content>i:before,
.app-features .single-app-features i:before {
    font-size: 45px
}

.how-app-work-section .single-how-app-work .icon-box .inner i:before {
    font-size: 44px;
    margin-left: 5px
}

.pricing-section .single-pricing ul.list-item li i {
    color: #12ce32
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    margin: 5px 20px 20px 0
}

.wp-block-button {
    margin: 1%
}

.wp-block-button__link {
    background-image: linear-gradient(to right, #0084fd 0, #6cd8ff 100%);
    color: #fff;
    cursor: pointer
}

.lower-content table,
tbody,
tr,
td,
th,
tfoot {
    border: 1px solid #ccc;
    padding: 1%
}

.lower-content .text address {
    font-style: italic
}

.lower-content .text ul li,
.comment-inner ul li {
    list-style: initial
}

.lower-content .text ul li ul,
.comment-inner ul li ul {
    padding-left: 15px
}

.lower-content .text ul li ul li ul,
.comment-inner ul li ul li ul {
    padding-left: 15px
}

.lower-content .text ol li,
.comment-inner ol li {
    list-style: circle
}

.lower-content .text ol li ol,
.comment-inner ol li ol {
    padding-left: 15px
}

.lower-content .text ol li ol li ol,
.comment-inner ol li ol li ol {
    padding-left: 15px
}

.lower-content .text u,
.lower-content .text em,
.lower-content .text a,
.comment-inner em,
.comment-inner u {
    text-decoration: underline
}

.lower-content .text dl dd,
.comment-inner dl dd {
    padding-left: 20px
}

.lower-content .text .wp-block-archives li,
.lower-content .text .wp-block-categories li,
.lower-content .text .wp-block-latest-posts li {
    list-style: none
}

.lower-content .text .wp-block-archives li a,
.lower-content .text .wp-block-categories li a,
.lower-content .text .wp-block-latest-posts li a {
    color: #223543;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500
}

.lower-content .text .wp-block-archives li a:hover,
.lower-content .text .wp-block-categories li a:hover,
.lower-content .text .wp-block-latest-posts li a:hover {
    color: #369efd
}

.lower-content .text .wp-block-archives li:before,
.lower-content .text .wp-block-categories li:before {
    content: "\f105";
    display: inline-block;
    color: #369efd;
    font-family: 'font awesome\ 5 free';
    padding: 16px 15px 16px 38px
}

.lower-content .text .wp-block-latest-comments li {
    list-style: none
}

.lower-content .text .wp-block-latest-comments li a {
    text-decoration: none
}

.lower-content .text .wp-block-latest-comments li img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    margin-bottom: 20px
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.gallery-caption {
    width: auto
}

.bypostauthor {
    width: auto
}

.wp-block-archives select {
    border: 1px solid #ccc;
    padding: .5%
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px
}

.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0
}

.search-form {
    position: relative;
    line-height: 28px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #ececf0;
    background: 0 0;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    color: gray;
    font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    font-size: 14px;
    color: #222;
    line-height: 100%;
    background: 0 0;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-left: 1px solid #f2f2f2
}

.news-block-two .inner-box .content-column .inner-column {
    padding-bottom: 20px
}

.sticky-post {
    background-color: #eff3ff
}

.sticky-post:before {
    content: "Featured";
    color: #fff;
    background-image: linear-gradient(to right, #0586fc 0, #65b5ff 100%);
    padding: 10px;
    display: inline-block;
    text-align: right;
    font-weight: 700;
    position: absolute;
    text-transform: uppercase
}

.sidebar-widget ul {
    position: relative
}

.sidebar-widget ul li {
    position: relative;
    border-bottom: 1px solid #ececf0
}

.sidebar-widget ul li a {
    position: relative;
    color: #223543;
    font-size: 15px;
    font-weight: 500;
    display: block;
    padding: 16px 15px 16px 38px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: poppins, sans-serif
}

.sidebar-widget ul li a span {
    position: absolute;
    right: 0;
    top: 15px;
    width: 27px;
    height: 27px;
    font-size: 12px;
    text-align: center;
    line-height: 27px;
    background-color: #eee
}

.recentcomments {
    position: absolute;
    margin: 15px 0
}

.comment-author-link a {
    font-weight: 700
}

.recentcomments a:before {
    content: none !important
}

.sidebar-widget ul li a:before,
.recentcomments {
    position: absolute;
    content: "\f11f";
    left: 20px;
    top: 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    display: inline-block;
    color: #369efd;
    font-family: flaticon;
    font-size: 9px;
    line-height: 27px
}

.sidebar-widget ul li a:hover::before {
    opacity: 1
}

.sidebar-widget ul li a:hover {
    color: #369efd
}

.popular-posts>ul>li {
    position: relative;
    font-size: 14px;
    color: #666;
    min-height: 100px;
    padding-left: 90px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e2e2e7
}

.popular-posts .wp-post-image {
    left: 0;
    top: 0;
    width: 65px !important;
    height: 65px !important;
    overflow: hidden;
    border-radius: 50%
}

.popular-posts .rpwwt-post-title {
    background: transparent !important
}

.popular-posts ul li a {
    padding: 1% !important
}

.popular-posts ul li a:before {
    content: none !important
}

.popular-posts .rpwwt-post-title {
    position: relative;
    top: 0;
    font-size: 16px;
    margin: 0 0 3px;
    font-weight: 600;
    color: #373a5b;
    line-height: 1.5em;
    text-transform: capitalize;
    font-family: poppins, sans-serif
}

.popular-posts .rpwwt-post-date {
    position: relative;
    font-size: 15px;
    color: #777a91;
    font-weight: 400;
    font-family: poppins, sans-serif
}

.tagcloud a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 7px 24px;
    margin: 0 4px 8px 0;
    color: #3a505f;
    text-align: center;
    font-size: 15px !important;
    border: 1px solid #eeecec;
    background-color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    font-family: poppins, sans-serif
}

.tag-cloud-link:hover {
    background: #0185fd;
    color: #fff;
    border: 1px solid #eeecec;
    transform: all 300ms ese
}

.gallery img {
    height: 100px;
    margin: 5px;
    width: 100px;
    float: left
}

.subscribe-widget form {
    position: relative;
    padding: 32px 25px 35px;
    background-color: #373a5b
}

.comment-reply a:after {
    padding-left: 5px;
    content: "\f11f";
    font-family: flaticon;
    font-size: 10px
}

ul.children {
    margin-bottom: 40px
}

.comment-reply a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: poppins, sans-serif
}

.comment-reply a:hover {
    color: #fff
}

.styled-pagination li .current {
    position: relative;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    background-color: #044c26;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

@media only screen and (min-width:1224px) {
    .topapp-main .dropdown-toggle::after {
        content: none !important
    }

    .topapp-main .dropdown-btn {
        display: none
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    .topapp-main .dropdown-menu {
        position: relative !important;
        width: 100%;
        padding-left: 7px;
        border-bottom: 2px solid #ccc;
        float: none
    }
}

.topapp-main .feature_icon i {
    position: relative;
    color: #fff;
    z-index: 1;
    font-size: 32px
}

.topapp-main .app_block_icon i {
    position: relative;
    color: #fff;
    font-size: 36px;
    z-index: 1
}

.topapp-main .contact-section .info-column .info-list li .icon i {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    font-size: 36px;
    line-height: 1em;
    background: -webkit-gradient(linear, left top, right top, from(#2bb852), color-stop(98%, #6ede4c), to(#6ede4c));
    background: linear-gradient(to right, #2bb852 0, #6ede4c 98%, #6ede4c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.topapp-main .contact-section .info-column .info-list li:nth-child(2) .icon i {
    background: -webkit-gradient(linear, left top, right top, from(#9828d5), color-stop(98%, #de3fdb), to(#de3fdb));
    background: linear-gradient(to right, #9828d5 0, #de3fdb 98%, #de3fdb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.topapp-main .contact-section .info-column .info-list li:nth-child(3) .icon i {
    background: -webkit-gradient(linear, left top, right top, from(#0084fd), color-stop(98%, #69d6ff), to(#69d6ff));
    background: linear-gradient(to right, #0084fd 0, #69d6ff 98%, #69d6ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.topapp-main .contact_us_btn:before {
    content: "\f0a9";
    font-family: 'font awesome\ 5 free';
    padding-right: 5px
}

.team-block .inner-box .lower-content .social-boxed .social-inner .share-now {
    line-height: inherit
}

.main-footer .links-widget ul {
    column-count: 2
}

.topapp-main .banner-form {
    position: relative;
    display: block;
    max-width: 515px;
    margin-bottom: 10px;
    padding-right: 185px
}

.banner-form .banner-form-input {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 15px 10px 30px;
    height: 65px;
    font-size: 15px;
    color: #848383;
    font-weight: 400;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.banner-form .banner-submit {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

a.home-read-more {
    font-size: 15px;
    line-height: 35px;
    color: #373a5b;
    font-weight: 700;
    font-family: poppins, sans-serif
}

a.home-read-more:hover {
    color: #1b8cfc
}

.topapp-main img.error-bg {
    padding: 8% 0 0 4%
}

.team-single .team-content .team-single-content h3 {
    position: relative;
    color: #373a5b;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em
}

.team-single .team-content .team-single-content .designation {
    position: relative;
    color: #373a5b;
    font-size: 14px;
    margin-top: 6px
}

.team-single .team-content .team-single-content {
    position: relative;
    padding-top: 60px
}

.team-single .team-content .team-single-content .social-boxed {
    transform: scale(.9, .9);
    margin-top: 12px;
    padding-bottom: 8px;
    height: 40px;
    position: relative;
    display: inline-block
}

.team-single .team-content .team-single-content .social-boxed .social-inner {
    opacity: 1;
    visibility: visible;
    position: relative;
    color: #fff;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    padding: 10px 32px 12px;
    width: 38%;
    max-width: 100%;
    height: 40px;
    overflow: hidden;
    background-image: -ms-linear-gradient(left, #f24548 0, #fb8383 100%);
    background-image: -moz-linear-gradient(left, #f24548 0, #fb8383 100%);
    background-image: -o-linear-gradient(left, #f24548 0, #fb8383 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f24548), color-stop(100, #fb8383));
    background-image: -webkit-linear-gradient(left, #f24548 0, #fb8383 100%);
    background-image: linear-gradient(to right, #f24548 0, #fb8383 100%);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.team-single .team-content .team-single-content .social-boxed .social-inner:hover {
    width: 100%
}

.team-single .team-content .team-single-content .social-boxed .social-inner .share-now {
    line-height: inherit;
    position: relative;
    margin-right: 8px;
    margin-bottom: 4px;
    float: left;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.team-single .team-content .team-single-content .social-boxed .social-inner a {
    position: relative;
    color: #fff;
    margin: 0 8px 3px;
    font-size: 16px;
    float: left
}

.topapp-main .single-testimonial {
    font-size: 15px !important
}

.galaxy input.search-submit {
    display: none
}

.galaxy input.search-field {
    background-color: transparent;
    padding: 8px 24px;
    height: auto;
    border: #bfbfbf 1px solid
}

/* Responsive Css*/
@media(max-width:1190px) {
    .appilo-menu {
        padding: 0 15px
    }
}

@media(max-width:1030px) {
    .home-page-one .navbar-nav li {
        display: inline-block
    }

    .home-page-one .sign-up-btn {
        right: 20px
    }
}

@media(max-width:1024px) {
    .home-page-one .header-navigation {
        margin-bottom: 0
    }

    .home-page-one .navbar-header {
        width: 100%;
        float: none;
        margin: 0 !important
    }

    .home-page-one .navbar-nav {
        margin: 0
    }

    .home-page-one .navbar-default .navbar-toggle {
        display: block;
        margin-right: 0;
        border-color: #fff;
        background-color: transparent !important;
        margin: 23px 0
    }

    .home-page-one .navbar-default .navbar-toggle:hover {
        border-color: #190a32
    }

    .home-page-one .navbar-default .navbar-toggle .icon-bar {
        background: #fff
    }

    .home-page-one .navbar-default .navbar-toggle:hover .icon-bar {
        background: #190a32
    }

    .home-page-one .navbar-default .navbar-collapse {
        background: transparent;
        padding: 0 !important;
        padding-bottom: 0 !important;
        border: 1px solid #0e0f1f;
        margin: 0;
        background: #0e0f1f
    }

    .home-page-one .navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
        max-height: 70vh
    }

    .home-page-one .navbar-collapse.in {
        overflow-y: auto
    }

    .home-page-one .header-navigation.navbar .nav {
        width: 100%;
        text-align: left
    }

    .home-page-one .header-navigation.navbar .nav>li {
        display: block;
        padding: 0 !important;
        width: 100%;
        float: none
    }

    .home-page-one .header-navigation.navbar .nav>li+li {
        margin-left: 0
    }

    .home-page-one .header-navigation.navbar .nav>li>a {
        padding: 8px 0
    }

    .home-page-one .header-navigation.navbar .right-box.nav {
        width: 100%;
        margin: 0
    }

    .home-page-one .header-navigation.navbar .right-box.nav>li>a {
        border: 0 !important;
        padding: 8px 0;
        color: #fff
    }

    .home-page-one .header-navigation.navbar .nav>li>a:after {
        display: none
    }

    .home-page-one .header-navigation.navbar .nav.navigation-box+.nav {
        border-top: 1px dashed #282828
    }

    .home-page-one .header-navigation.navbar .navbar-nav>li>.sub-menu,
    .home-page-one .header-navigation.navbar .navbar-nav>li>.sub-menu>li>.sub-menu {
        position: relative !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        left: auto;
        right: auto;
        top: auto;
        transition: none;
        display: none;
        float: none;
        margin: 0
    }

    .home-page-one .header-navigation.navbar .navbar-nav>li>.sub-menu>li>a::after {
        display: none
    }

    .home-page-one .header-navigation.navbar .nav>li+li {
        padding: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, .1);
        display: block;
        float: none
    }

    .home-page-one .header-navigation.navbar .nav>li.show-mobile {
        display: none
    }

    .home-page-one .header-navigation.navbar .nav>li>a,
    .home-page-one .header-navigation.navbar .right-box.nav>li>a {
        padding: 0;
        display: block;
        color: #fff;
        padding: 16px 0 16px 20px !important;
        transition: background .4s ease 0s;
        text-transform: capitalize
    }

    .home-page-one .header .stricky-fixed.header-navigation.navbar .nav>li {
        padding: 0 !important
    }

    .home-page-one .header-navigation.navbar .navbar-nav .sub-nav-toggler {
        background-color: transparent;
        background-image: none;
        border: 1px solid #fff;
        border-radius: 4px;
        padding: 9px;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 8px;
        margin-right: 10px;
        display: block
    }

    .home-page-one .header-navigation.navbar .navbar-nav .sub-nav-toggler .icon-bar {
        background-color: #fff;
        border-radius: 1px;
        display: block;
        height: 1px;
        width: 20px
    }

    .home-page-one .header-navigation.navbar .navbar-nav .sub-nav-toggler .icon-bar+.icon-bar {
        margin-top: 4px
    }

    .home-page-one .header .header-navigation.navbar .nav>li+li {
        margin-left: 0
    }

    .home-page-one .header .header-navigation .navbar-form {
        width: 100%;
        max-width: 100%
    }

    .home-page-one .header-navigation .container {
        padding-right: 15px;
        padding-left: 15px
    }

    .home-page-one .navbar-header {
        padding-right: 0
    }

    .home-page-one .header-navigation ul.navigation-box>li>ul.sub-menu>li>a .sub-nav-toggler {
        border-color: #190a32
    }

    .home-page-one .header-navigation ul.navigation-box>li>ul.sub-menu>li>a .sub-nav-toggler .icon-bar {
        background-color: #190a32
    }

    .home-page-one .header-navigation .container .navbar-brand {
        padding: 25px 0
    }

    .home-page-one .header-navigation ul.navigation-box>li:hover>a,
    .home-page-one .header-navigation ul.navigation-box>li.current>a {
        background: #190a32;
        color: #fff
    }

    .home-page-one .header-navigation .container {
        padding-right: 15px
    }

    .home-page-one .header-navigation .container .navbar-header {
        padding-right: 125px
    }

    .home-page-one .header-navigation .container .right-side-box {
        top: 12.5px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        right: 15px
    }

    .home-page-one .navbar-default .navbar-toggle {
        margin: 0
    }

    .home-page-one .header-navigation .container .navbar-brand {
        padding: 0 0 25px
    }

    .home-page-one .header-navigation .container .navbar-toggle {
        margin: 0 0 22px
    }

    .home-page-one .header-navigation .container .right-side-box {
        top: 0
    }

    .home-page-one .header-navigation.stricky-fixed .container .right-side-box {
        top: 20px
    }

    .home-page-one .header-navigation.stricky-fixed .container .navbar-toggle {
        margin: 22px 0
    }

    .home-page-one .header-navigation.stricky-fixed .navbar-toggle:hover {
        border-color: #6b40bf
    }

    .home-page-one .header-navigation.stricky-fixed .navbar-toggle:hover .icon-bar {
        background: #6b40bf
    }

    .home-page-one .mobile_menu_button {
        display: block
    }

    .home-page-one .sign-up-btn {
        margin-left: 25px;
        margin-top: -25px;
        position: absolute;
        top: 30px;
        right: 0
    }

    .home-page-one .navbar-light .navbar-toggler {
        color: rgba(251, 246, 246, .5);
        border-color: rgba(236, 234, 234, .75)
    }

    .home-page-one .navbar-nav .nav-link.active {
        color: #fff !important
    }

    .home-page-one .navbar-collapse .navbar-nav {
        padding: 30px 0
    }

    .home-page-one .nav-item.dropdown:hover .dropdown-menu {
        position: absolute;
        float: none;
        background-color: #fff !important;
        opacity: 1;
        margin: 0 15px;
        visibility: visible
    }

    .home-page-one .navbar-nav ul {
        margin-right: 110px
    }
}

@media(max-width:1024px) {
    .appilo-main img {
        max-width: 100%
    }

    .banner-static .banner-moc-box>img {
        max-width: none;
        left: 50%
    }

    .banner-static .banner-content h3 br,
    .features-style-one .feature-style-content h3 br,
    .features-style-one .feature-style-content p br,
    .intigration-section h3 br,
    .blog-style-one .single-blog-post .text-box h3 br,
    .blog-style-one .single-blog-post .text-box p br,
    .appilo-footer .appilo-footer-widget.contact-widget p br,
    .intigration-section p br {
        display: none
    }

    .fun-fact .single-fun-fact {
        margin-bottom: 40px
    }

    .fun-fact .separator {
        margin-top: 40px;
        margin-bottom: 0
    }

    .how-app-work-section .how-app-work-content-wrap {
        padding-left: 0
    }

    .how-app-work-section .download-btn {
        padding-left: 60px;
        padding-right: 30px
    }

    .how-app-work-section .download-btn i.fab {
        left: 25px
    }

    .how-app-work-section .container img.circled-img {
        left: -60px
    }

    .footer-bottom .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media(max-width:991px) {
    .home-page-one .navbar-nav {
        width: 100%
    }

    .home-page-one .navbar-nav li {
        display: block;
        width: 100%
    }

    .home-page-one .navbar-expand-lg .navbar-nav .dropdown-menu {
        opacity: 1;
        visibility: visible;
        position: static;
        float: none;
        display: none
    }

    .home-page-one .dropdown-btn {
        display: block;
        position: absolute;
        top: 0;
        right: 20px;
        font-size: 20px;
        color: #fff;
        border: 1px solid #fff;
        padding: 2px 10px 0
    }

    .home-page-one .sign-up-btn {
        right: 60px;
        top: 25px
    }

    .home-page-one .navbar-nav ul {
        padding-top: 15px;
        background-color: #000;
        margin-right: 0;
        float: none
    }

    .home-page-one .collapse:not(.show) {
        display: none !important
    }
}

@media(max-width:920px) {
    .banner-static .banner-moc-box>img {
        left: 0;
        margin-top: 40px
    }

    .fun-fact .separator {
        margin-bottom: 50px
    }
}

@media(max-width:850px) {
    .banner-static .banner-content p {
        color: #190a32
    }
}

@media(max-width:870px) {
    .how-app-work-section .download-btn.active {
        margin-bottom: 20px
    }
}

@media(max-width:768px) {
    .appilo-main .sec-title {
        margin-bottom: 50px
    }

    .separator.mb135 {
        margin-bottom: 80px
    }

    .separator.mt135 {
        margin-top: 80px
    }

    .separator.mb115 {
        margin-bottom: 80px
    }

    .banner-static .banner-moc-box {
        margin-top: 50px
    }

    .banner-static .banner-moc-box>img {
        left: -100px;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .how-app-work-section .container img.circled-img {
        left: 50%;
        transform: translateX(-50%);
        top: 0
    }

    .how-app-work-section .how-app-work-content-wrap {
        margin-top: 80px
    }

    .how-app-work-section+.separator.mt135 {
        margin-top: 80px
    }

    .features-style-one .feature-style-content {
        padding-bottom: 50px
    }

    .features-style-one+.separator.mt135 {
        margin-top: 80px
    }

    .features-style-one .feature-style-content.pl40 {
        padding-left: 0;
        padding-top: 0 !important
    }

    .intigration-section .intigration-content {
        padding-top: 0
    }

    .intigration-section h3 {
        margin-top: 0
    }

    .intigration-section .intigration-img-box {
        text-align: center
    }

    .swiper-slider-area .swiper-wrapper {
        height: 500px
    }

    .screen-mobile-image {
        display: none
    }

    .swiper-slide.swiper-slide-active,
    .swiper-slide {
        background-size: 100% auto;
        background-repeat: no-repeat
    }

    .swiper-slide.swiper-slide-active {
        border-radius: 0
    }

    .testimonials-style-one .container>img.testi-thumb {
        display: none
    }

    .testimonials-style-one .title h3 {
        text-align: center;
        margin-bottom: 50px;
        padding-left: 0
    }

    .single-testimonial .img-box {
        width: 200px;
        vertical-align: middle
    }

    .single-testimonial .text-box {
        padding-left: 30px;
        padding-right: 15px;
        vertical-align: middle
    }

    .testimonials-style-one .container {
        padding: 0
    }

    .appilo-footer-widget {
        margin-bottom: 40px
    }

    .testimonials-style-one {
        overflow: hidden
    }

    .features-style-one .feature-style-content {
        padding-top: 0
    }

    .has-right-sidebar {
        padding-right: 0;
        margin-bottom: 80px
    }

    .blog-details-page .has-right-sidebar {
        padding-right: 0
    }

    .blog-details-page .single-blog-post-style-two .text-box .social-box ul {
        margin-left: -5px;
        margin-right: -5px
    }

    .blog-details-page .single-blog-post-style-two .text-box .social-box ul li {
        margin-bottom: 10px;
        margin-left: 0 !important;
        padding: 0 5px
    }
}

@media(max-width:767px) {
    .how-app-work-section .download-btn.active {
        margin-bottom: 0
    }

    .how-app-work-section .how-app-work-content-wrap {
        padding-left: 0
    }
}

@media only screen and (min-width:767px) and (max-width:1366px) {
    .how-app-work-section .how-app-work-content-wrap {
        padding-left: 0
    }
}

@media(max-width:736px) {
    .banner-static .banner-moc-box>img {
        max-width: 100%;
        left: 0
    }

    .blog-style-one {
        overflow: hidden
    }

    .pricing-section .single-pricing {
        max-width: 370px;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto
    }

    .pricing-section .single-pricing.popular {
        top: 0;
        margin-top: 50px
    }

    .pricing-section ul.switch-toggler-list {
        margin-bottom: 0
    }

    .blog-style-one .owl-theme .owl-nav .owl-prev {
        left: 0
    }

    .blog-style-one .owl-theme .owl-nav .owl-next {
        right: 0
    }

    .appilo-footer-widget {
        max-width: 370px
    }

    .footer-bottom {
        margin-top: 40px
    }

    .banner-static .banner-content {
        padding-top: 0
    }

    .blog-details-page .single-blog-post-style-two .text-box .tags-box ul {
        margin-left: -5px;
        margin-right: -5px
    }

    .blog-details-page .single-blog-post-style-two .text-box .tags-box ul li {
        margin-left: 0 !important;
        padding: 0 5px;
        margin-bottom: 10px
    }

    footer.appilo-footer .appilo-footer-widget-wrapper {
        padding-bottom: 0
    }
}

@media(max-width:667px) {
    .appilo-sec-title p br {
        display: none
    }

    .footer-bottom .container .pull-left,
    .footer-bottom .container .pull-right {
        width: 100%;
        text-align: center
    }

    .swiper-slider-area .swiper-wrapper {
        height: 760px
    }
}

@media(max-width:568px) {
    .single-testimonial .img-box {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .single-testimonial .text-box {
        display: block;
        padding-left: 15px;
        text-align: center
    }

    .single-testimonial .text-box img {
        margin-left: auto;
        margin-right: auto
    }

    footer.appilo-footer .subscribe-section .subscribe-form .left-content {
        width: 100%;
        text-align: center
    }

    footer.appilo-footer .subscribe-section .subscribe-form .right-content {
        width: 100%
    }

    footer.appilo-footer .subscribe-section .wpcf7-submit {
        margin-left: auto;
        margin-right: auto;
        width: 200px;
        display: block;
        margin-top: 15px
    }

    .testimonials-style-one .title h3 {
        margin-bottom: 20px
    }

    .intigration-section .intigration-content {
        padding-bottom: 50px
    }

    footer.appilo-footer .subscribe-section .subscribe-form {
        padding-left: 35px
    }

    .recent-news-wrapper {
        margin-bottom: 50px
    }

    .recent-news-wrapper .single-recent-post {
        width: 100%;
        max-width: 400px;
        margin-bottom: 30px
    }

    .recent-news-wrapper .single-recent-post .img-box img {
        width: 100%
    }

    .app-secreenshots .appilo-sec-title {
        margin-bottom: 50px
    }

    .app-secreenshots+.separator.mb115 {
        margin-bottom: 20px
    }

    .banner-static {
        padding-top: 140px
    }

    .banner-static .banner-content p br {
        display: none
    }

    .banner-static .banner-content p {
        color: #190a32
    }

    .banner-static .banner-moc-box {
        margin-top: 70px;
        margin-bottom: 70px
    }
}

@media(max-width:414px) {
    .how-app-work-section .download-btn.active {
        margin-right: 0;
        margin-bottom: 30px
    }

    .fun-fact .separator {
        margin-bottom: 50px;
        margin-top: 20px
    }

    .header-navigation .container .right-side-box {
        display: none
    }

    .header-navigation .container .navbar-header {
        padding-right: 0
    }

    .blog-details-page .single-blog-post-style-two .text-box {
        padding-left: 0
    }

    .how-app-work-section .single-how-app-work .text-box p br {
        display: none
    }

    .banner-static .banner-content .appilo-thm-btn {
        display: block;
        width: 200px;
        margin-left: 0 !important;
        margin-bottom: 20px;
        text-align: center
    }

    .fun-fact .separator {
        margin-bottom: 30px
    }

    .how-app-work-section {
        padding-top: 50px
    }
}

@media(max-width:397px) {
    .banner-static .banner-content h3 br {
        display: none
    }

    .intigration-section .intigration-img-box img:nth-child(3) {
        top: -80px;
        right: 50px
    }

    .banner-static .banner-content .appilo-thm-btn {
        display: block;
        width: 200px;
        margin-left: 0 !important;
        margin-bottom: 20px;
        text-align: center
    }
}

@media(max-width:320px) {
    .banner-static .banner-content .appilo-thm-btn {
        margin-left: 0 !important;
        margin-bottom: 20px
    }

    .how-app-work-section .how-app-work-slider-wrapper {
        width: 290px
    }

    .how-app-work-section .how-app-work-screen-mobile-image {
        width: 290px
    }

    .how-app-work-section .how-app-work-content::before {
        display: none
    }

    .how-app-work-section .single-how-app-work .icon-box,
    .how-app-work-section .single-how-app-work .text-box {
        display: block;
        padding-left: 0;
        padding-right: 0
    }

    .how-app-work-section .single-how-app-work .icon-box {
        margin-bottom: 40px
    }

    .swiper-slider-area .swiper-wrapper {
        height: 630px
    }

    .pricing-section .single-pricing ul.list-item {
        margin-top: 20px
    }
}

@media(max-width:1007px) {
    .banner-static .banner-content p {
        color: #190a32
    }
}

@media only screen and (max-width:1800px) and (min-width:1600px) {
    .banner-section .patern-layer-one {
        background-position: left top !important
    }
}

@media only screen and (min-width:1450px) {
    .banner-section .content-column .video-box {
        right: -20px;
        bottom: 50px
    }
}

@media only screen and (min-width:1550px) {
    .banner-section .patern-layer-one {
        background-position: left top;
        width: 70%;
        background-size: contain
    }

    .banner-section .content-column .video-box {
        right: -50px;
        bottom: 50px
    }
}

@media only screen and (min-width:1980px) {
    .banner-section .patern-layer-one {
        background-position: left top
    }

    .banner-section .content-column .video-box {
        position: absolute;
        right: 0;
        bottom: 60px
    }
}

@media only screen and (max-width:1140px) {
    .main-header {
        margin: 0 !important
    }

    .main-menu .navigation>li {
        margin-left: 0
    }

    .main-header .info-box strong {
        font-size: 13px
    }

    .banner-section .content {
        width: 100%;
        max-width: 100%;
        text-align: center
    }

    .banner-section .carousel-column .inner-column .pager-box .inner-box::before,
    .main-header .header-upper .social-box,
    .main-header .header-upper .button-box {
        display: none
    }

    .main-header .outer-box .buttons-box .theme-btn {
        font-size: 16px
    }

    .main-header .outer-box .option-box>li {
        margin-left: 15px
    }

    .main-slider h2 {
        font-size: 36px
    }

    .main-header .header-upper .logo-box {
        padding-top: 25px
    }

    .main-header .nav-outer {
        padding-top: 0
    }

    .banner-section .patern-layer-one {
        width: 100%
    }

    .banner-section .content-column .video-box {
        right: -40px;
        bottom: 120px
    }

    .featured-section .blocks-column .inner-column {
        padding: 0
    }

    .featured-block.style-four {
        transform: translateX(0) rotate(0)
    }

    .featured-block .inner-box {
        padding-left: 25px;
        padding-right: 25px
    }

    .team-section .owl-nav,
    .contact-section .info-column .patern-layer-one,
    .contact-section .info-column .patern-layer-two,
    .contact-section .info-column .patern-layer-three,
    .counter-section .content-column .inner-column .topapp-sec-title h2 br,
    .featured-section .blocks-column .inner-column .side-image {
        display: none
    }

    .steps-section .steps-tabs .tabs-content {
        margin-left: 80px
    }

    .testimonials-section .slider-outer .slides-column .topapp-sec-title {
        padding-left: 40px
    }

    .app-block .inner-box .image-column .inner-column,
    .app-block .inner-box .content-column .inner-column {
        padding-left: 0
    }

    .team-block .inner-box .image:before {
        border-radius: 0;
        top: 0;
        display: none
    }

    .team-block .inner-box .image:after {
        left: 25px;
        top: 25px;
        right: 25px;
        bottom: 10px;
        display: none;
        border-radius: 0
    }

    .contact-section .info-column .inner-column {
        padding-top: 120px
    }

    .contact-section .info-column .info-list {
        margin-left: 0
    }

    .sidebar-page-container .sidebar-side .padding-left {
        padding-left: 0
    }

    .blog-detail .post-share-options {
        padding-left: 0;
        padding-right: 0
    }

    .banner-section .carousel-column .inner-column .pager-box .pager.two {
        left: 60px
    }

    .steps-section .blocks-column .inner-column {
        padding-left: 0
    }

    .steps-section .carousel-column .carousel-inner {
        margin-left: 120px
    }

    .testimonials-thumbs-carousel .carousel-thumbnails .pagers-column .pattern-layer {
        background-position: right top
    }

    .testimonials-thumbs-carousel .carousel-column .topapp-sec-title {
        margin-left: 40px
    }

    .testimonial-block .inner-box .slide-text br {
        display: none
    }

    .topapp-screenshot-slider .screen-mobile-image {
        width: 322px
    }

    .banner-section .carousel-column .inner-column .pager-box {
        position: relative;
        bottom: 0;
        margin-bottom: 30px
    }

    .banner-section .carousel-column .inner-column .pager-box .pager.one {
        position: relative;
        left: 0;
        bottom: 0;
        margin: 0;
        display: inline-block
    }

    .banner-section .carousel-column .inner-column .pager-box .pager.two {
        position: relative;
        left: 0;
        margin: 0;
        bottom: 0;
        display: inline-block
    }

    .banner-section .carousel-column .inner-column .pager-box .inner-box {
        text-align: center
    }

    .banner-section .carousel-column .inner-column .pager-box .pager.three {
        position: relative;
        bottom: 0;
        left: 0;
        margin: 0;
        display: inline-block
    }

    .banner-section .carousel-column .inner-column .pager-box .pager {
        margin-left: 0;
        display: inline-block;
        margin: 0 15px !important
    }
}

@media only screen and (min-width:768px) {

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0
    }
}

@media only screen and (max-width:1023px) {
    .main-header .main-box .logo-box {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        text-align: left
    }

    .topapp-screenshot-slider .screen-mobile-image {
        width: 266px
    }

    .topapp-main .page-title {
        padding: 110px 0
    }

    .main-header .nav-outer {
        width: 100%
    }

    .main-header {
        position: relative;
        background-color: #222
    }

    .main-header .header-upper .outer-box {
        margin-left: 0;
        padding-left: 0
    }

    .main-header .header-upper .logo-box {
        padding-top: 28px
    }

    .main-header .header-upper .outer-box .search-box-outer {
        margin-right: 20px
    }

    .main-slider .tparrows,
    .fixed-header .sticky-header {
        display: none
    }

    .main-menu .navigation>li>a {
        font-size: 14px
    }

    .main-menu .navigation>li {
        margin-right: 25px
    }

    .main-header .header-upper .outer-container {
        padding: 0 15px
    }

    .main-header .header-upper .support-box {
        margin-top: 10px
    }

    .steps-section .patern-layer-one,
    .pricing-tabs .tabs-content .patern-layer-three,
    .pricing-tabs .tabs-content .patern-layer-four,
    .featured-section .blocks-column .inner-column .cloud-icon,
    .banner-section .carousel-column .inner-column:before,
    .banner-section .patern-layer-one {
        display: none
    }

    .banner-section .bg-layer {
        display: block
    }

    .banner-section .content-column .video-box {
        position: relative;
        right: 0;
        top: 0;
        left: auto;
        bottom: auto;
        width: 222px;
        height: auto
    }

    .banner-section {
        padding-top: 0
    }

    .banner-section .content-column .video-box .video-image img {
        width: auto
    }

    .banner-section .carousel-column .inner-column .mobile-tabs .tab-btns {
        position: relative;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 30px
    }

    .banner-section .carousel-column .inner-column .mobile-tabs .tab-btns .tab-btn.one,
    .banner-section .carousel-column .inner-column .mobile-tabs .tab-btns .tab-btn.two,
    .banner-section .carousel-column .inner-column .mobile-tabs .tab-btns .tab-btn.three {
        position: relative;
        left: 0;
        bottom: auto;
        margin: 0 15px;
        display: inline-block
    }

    .banner-section .carousel-column .inner-column .mobile-tabs {
        padding-bottom: 0
    }

    .featured-section {
        padding-top: 100px
    }

    .topapp-main .steps-section .steps-tabs .tabs-content {
        margin: 0 auto
    }

    .app-block.style-two .inner-box .content-column,
    .steps-section .btns-column {
        order: 2
    }

    .app-block.style-two .inner-box .image-column,
    .topapp-main .steps-section .content-column {
        order: 1
    }

    .counter-section .content-column .inner-column {
        padding-top: 0
    }

    .fact-counter .column:nth-child(2) {
        top: 0
    }

    .fact-counter .column:nth-child(4) {
        margin-top: 0
    }

    .testimonials-section .slider-outer .slides-column .inner-box {
        margin-left: 0
    }

    .testimonials-section .slider-outer .slides-column .topapp-sec-title {
        padding-left: 0
    }

    .blog-section .topapp-sec-title .text {
        margin-top: 30px
    }

    .team-block .inner-box .image::before,
    .blog-section .topapp-sec-title .text br {
        display: none
    }

    .contact-section .info-column .inner-column {
        padding-top: 0
    }

    .blog-section .topapp-sec-title .pull-right {
        width: 100%
    }

    .news-block-two .inner-box .content-column .inner-column {
        padding: 30px
    }

    .topapp-main .steps-section .carousel-column .carousel-inner {
        margin: 0 auto;
        margin-bottom: 40px
    }

    .contact-section .info-column .info-list li:last-child,
    .topapp-main .steps-section .blocks-column .inner-column .carousel-indicators li:last-child {
        margin-bottom: 0
    }

    .apps-section {
        padding-bottom: 90px
    }

    .testimonials-thumbs-carousel .carousel-column {
        margin-left: 0
    }

    .testimonials-thumbs-carousel .carousel-column .topapp-sec-title {
        margin-left: 0
    }
}

@media only screen and (max-width:767px) {

    .main-menu .navigation>li.has-mega-menu,
    .mobile-menu .navigation li.has-mega-menu {
        display: none
    }

    .main-menu .navigation>li.has-mega-menu {
        position: relative !important
    }

    .header-upper .logo-outer {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        margin: 0
    }

    .topapp-sec-title h2,
    .page-title h1,
    .topapp-sec-title-two h2 {
        font-size: 28px
    }

    .main-menu {
        width: 100%;
        display: none
    }

    .main-menu .navbar-collapse {
        max-height: 300px;
        max-width: none;
        overflow: auto;
        float: none !important;
        width: 100% !important;
        padding: 0;
        border: 0;
        margin: 0 0 15px;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        box-shadow: none
    }

    .main-menu .navbar-collapse.in,
    .main-menu .collapsing {
        padding: 0;
        border: 0;
        margin: 0 0 15px;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        box-shadow: none
    }

    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        text-align: right;
        width: 100%;
        padding: 15px 0;
        right: 0;
        z-index: 12
    }

    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 12;
        border: 1px solid #cc8809;
        float: none;
        margin: 0;
        border-radius: 0;
        background: #cc8809
    }

    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #fff
    }

    .main-menu .navbar-collapse>.navigation {
        float: none !important;
        margin: 0 !important;
        width: 100% !important;
        background: #2c2c2c;
        border: 1px solid #fff;
        border-top: 0
    }

    .main-menu .navbar-collapse>.navigation>li {
        margin: 0 !important;
        float: none !important;
        padding: 0 !important;
        width: 100%
    }

    .main-menu .navigation>li>a,
    .main-menu .navigation>li>ul:before {
        border: 0
    }

    .main-menu .navbar-collapse>.navigation>li>a {
        padding: 10px !important;
        border: 0 !important
    }

    .main-menu .navigation li.dropdown>a:after,
    .main-menu .navigation>li.dropdown>a:before,
    .main-menu .navigation>li>ul>li>a::before,
    .main-menu .navigation>li>ul>li>ul>li>a::before {
        color: #fff !important;
        right: 15px;
        font-size: 16px;
        display: none !important
    }

    .main-menu .navbar-collapse>.navigation>li>ul,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        position: relative;
        border: 0;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        padding: 0;
        outline: 0;
        width: 100%;
        background: #2c2c2c;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important
    }

    .main-menu .navbar-collapse>.navigation>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li {
        border-top: 1px solid #fff !important;
        border-bottom: 0;
        opacity: 1 !important;
        top: 0 !important;
        left: 0 !important;
        visibility: visible !important
    }

    .main-menu .navbar-collapse>.navigation>li:first-child {
        border: 0
    }

    .main-menu .navbar-collapse>.navigation>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {
        padding: 10px !important;
        line-height: 22px;
        color: #fff;
        background: #2c2c2c;
        text-align: left
    }

    .main-menu .navbar-collapse>.navigation>li>a:hover,
    .main-menu .navbar-collapse>.navigation>li>a:active,
    .main-menu .navbar-collapse>.navigation>li>a:focus {
        background: #cc8809
    }

    .main-menu .navbar-collapse>.navigation>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li.current>a,
    .main-menu .navbar-collapse>.navigation>li.current-menu-item>a {
        background: #2c2c2c;
        color: #fff !important
    }

    .main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
        display: block
    }

    .main-header .top-left,
    .main-slider .owl-nav,
    .main-header .header-upper .outer-box,
    .main-menu .navbar-collapse>.navigation li.dropdown:after,
    .main-menu .navigation>li>ul:before {
        display: none !important
    }

    .main-header .top-right {
        width: 100%;
        text-align: center
    }

    .main-header .top-right .cart-box {
        float: none;
        display: inline-block
    }

    .main-header .btn-outer {
        left: 0;
        top: 0;
        right: auto;
        margin-top: 15px;
        text-align: left;
        z-index: 12
    }

    .main-header .main-box .logo-box {
        float: none;
        text-align: center;
        padding-bottom: 10px
    }

    .main-header .main-box .outer-container {
        padding: 0
    }

    .main-header .header-lower .outer-box {
        position: absolute;
        z-index: 12;
        display: block
    }

    .main-menu .navbar-header .navbar-toggler {
        display: inline-block;
        z-index: 12;
        width: 50px;
        height: 40px;
        float: none;
        padding: 0;
        text-align: center;
        border-radius: 0;
        background: 0 0;
        border: 1px solid #fff
    }

    .main-menu .navbar-header .navbar-toggler .icon-bar {
        position: relative;
        background: #fff;
        height: 2px;
        width: 26px;
        display: block;
        margin: 0 auto;
        margin: 5px 11px
    }

    .main-header .nav-outer {
        width: 100%;
        margin-top: -75px
    }

    .main-slider h3 {
        font-size: 18px
    }

    .main-slider .slide {
        padding: 120px 0
    }

    .main-header .outer-box .option-box>li {
        margin-left: 0;
        margin-right: 20px
    }

    .main-header .header-lower .search-box-outer .dropdown-menu {
        left: 0 !important
    }

    .main-header .header-upper .support-box {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 12;
        margin-left: 0;
        margin-top: 0
    }

    .main-header .header-upper .search-box-outer {
        display: none
    }

    .main-header .header-upper .search-box-outer .dropdown-menu {
        top: 51px !important;
        left: 0;
        right: auto
    }

    .main-footer .topapp-footer-bottom .social-column,
    .main-footer .topapp-footer-bottom {
        text-align: center
    }

    .main-footer .topapp-footer-bottom .footer-nav {
        text-align: center
    }

    .sidebar-page-container .comments-area .comment-box .author-thumb {
        position: relative
    }

    .sidebar-page-container .comments-area .comment {
        padding-left: 0
    }

    .main-header .header-upper .option-box {
        position: absolute;
        right: 70px;
        top: -54px;
        z-index: 20;
        margin-left: 0;
        padding-top: 0;
        margin-top: 0
    }

    .main-header .header-upper .logo-box {
        padding: 20px 0 12px;
        z-index: 20
    }

    .main-header .header-upper .option-box .nav-btn {
        margin-left: 0
    }

    .main-header .header-lower .search-box-outer .dropdown-menu {
        margin-top: 48px;
        transform: translate3d(0, 0, 0) !important
    }

    .main-header .header-lower .language .dropdown-menu {
        margin-top: 47px
    }

    .topapp-sec-title-three h2,
    .page-title .content h1 {
        font-size: 38px
    }

    .topapp-main h1 {
        font-size: 50px
    }

    .gallery-carousel-section .owl-nav {
        left: 0;
        max-width: 100%;
        margin-left: 0
    }

    .team-block {
        margin-bottom: 30px
    }

    .sidebar-page-container .comments-area .reply-comment {
        margin-left: 0
    }

    .nav-outer .mobile-nav-toggler {
        display: block;
        margin: 0;
        padding: 12px 0;
        margin-left: 20px;
        font-size: 26px
    }

    #navbarSupportedContent {
        display: block
    }

    .mCSB_inside>.mCSB_container {
        margin-right: 0
    }

    .banner-section .content-column h1 {
        font-size: 40px
    }

    .banner-section .carousel-column .inner-column .mobile-tabs .tab-btns {
        margin-top: 0
    }

    .fact-counter .column .inner .content {
        text-align: center
    }

    .blog-detail .post-share-options .social-links {
        width: 100%;
        margin-top: 10px
    }

    .topapp-screenshot-slider .swiper-slide.swiper-slide-active {
        border-radius: 0
    }

    .testimonials-thumbs-carousel .carousel-control-prev {
        position: relative;
        left: 0;
        margin-top: 20px
    }

    .testimonials-thumbs-carousel .carousel-control-next {
        position: relative;
        margin-top: 20px
    }

    .integration-section .patern-layer-four,
    .integration-section .patern-layer-three {
        display: none
    }

    .topapp-screenshot-slider .screen-mobile-image {
        background-image: none !important
    }
}

@media only screen and (max-width:599px) {
    .blog-detail .inner-box .lower-content blockquote .quote-text {
        font-size: 16px
    }

    .integration-section {
        padding-top: 0
    }

    .news-block-two .inner-box .content-column .inner-column {
        padding: 30px 15px
    }

    .topapp-main .steps-section .blocks-column .inner-column .carousel-indicators li .number {
        position: relative;
        display: block;
        text-align: left;
        margin-bottom: 12px
    }

    .topapp-main .steps-section .blocks-column .inner-column .carousel-indicators li .icon {
        position: relative;
        left: 0;
        margin-bottom: 12px
    }

    .topapp-main .steps-section .blocks-column .inner-column .carousel-indicators li {
        padding-left: 0
    }

    .carousel-indicators li::before,
    .banner-section .carousel-column .inner-column .slides-box .mobile-small-image,
    .banner-section .carousel-column .inner-column .slides-box .plus-small-image,
    .banner-section .carousel-column .inner-column .slides-box .heart-image-icon,
    .banner-section .content-column .text br {
        display: none
    }

    .banner-section .content-column h1 {
        font-size: 40px
    }

    .testimonials-section .pager-column .inner-box {
        background-size: contain
    }

    .testimonials-thumbs-carousel .carousel-column .topapp-sec-title h2,
    .topapp-main .topapp-sec-title h2 {
        font-size: 24px;
        line-height: 1.4em
    }

    .topapp-screenshot-slider .swiper-slide.swiper-slide-active {
        background-position: center center
    }

    .contact-section .info-column .inner-column {
        padding-bottom: 70px
    }

    .topapp-main .topapp-sec-title h2 br,
    .subscribe-section .topapp-sec-title h2 br {
        display: none
    }

    .news-block .inner-box .lower-content h3 {
        font-size: 20px;
        line-height: 1.6em
    }

    .app-block .inner-box .content-column h3 {
        font-size: 22px;
        line-height: 1.6em
    }

    .testimonial-block .inner-box {
        padding: 0
    }

    .testimonial-block .inner-box .author-image {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:479px) {
    .main-header .search-box-outer .dropdown-menu {
        top: 44px
    }

    .main-footer .topapp-footer-bottom .float-left,
    .main-footer .topapp-footer-bottom .float-right {
        width: 100%;
        text-align: center
    }

    .banner-section .carousel-column .inner-column .mobile-tabs .tab-btns .tab-btn.one,
    .banner-section .carousel-column .inner-column .mobile-tabs .tab-btns .tab-btn.two,
    .banner-section .carousel-column .inner-column .mobile-tabs .tab-btns .tab-btn.three {
        margin: 0 5px
    }

    .banner-section .content-column h1 {
        font-size: 30px
    }

    .topapp-main .steps-section .steps-tabs .tab-btns .tab-btn::before,
    .banner-section .content-column h1 br {
        display: none
    }

    .banner-section .newsletter-form .form-group {
        padding-right: 0
    }

    .subscribe-section .subscribe-form {
        box-shadow: inherit
    }

    .subscribe-form .form-group input[type=submit],
    .subscribe-form button {
        position: relative;
        margin-top: 15px;
        width: 100%;
        border-radius: 5px
    }

    .banner-section .newsletter-form .form-group button {
        position: relative;
        margin-top: 15px;
        width: 100%
    }

    .app-block .inner-box .content-column h3 {
        font-size: 22px;
        line-height: 1.6em
    }

    .testimonials-style-one .testimonials-slider .slide-item {
        padding: 0
    }

    .testimonials-section .slider-outer .slides-column .quote-icon {
        position: relative;
        left: 0;
        margin-bottom: 10px
    }

    .testimonials-style-one .testimonials-slider .slide-item .author-image {
        position: relative;
        top: 0;
        margin-bottom: 20px
    }

    .app-block .inner-box .image-column .small-image,
    .testimonials-section .testimonials-slider .slide-text br {
        display: none
    }

    .banner-section .carousel-column .inner-column .slides-box {
        margin-left: -15px
    }

    .topapp-main .steps-section .carousel-column .carousel-inner {
        transform: scale(.9, .9);
        margin-left: -15px
    }

    .topapp-main .steps-section .steps-tabs .tabs-content,
    .banner-section .carousel-column .inner-column .mobile-tabs .tabs-content {
        transform: scale(.9, .9);
        margin-left: -15px
    }

    .topapp-main .steps-section .steps-tabs .tab-btns .tab-btn .number {
        position: relative;
        left: 0;
        display: block;
        text-align: left;
        margin-bottom: 10px
    }

    .topapp-main .steps-section .steps-tabs .tab-btns,
    .topapp-main .steps-section .steps-tabs .tab-btns .tab-btn {
        padding-left: 0
    }

    .topapp-main .steps-section .steps-tabs .tab-btns .tab-btn .icon {
        position: relative
    }

    .blog-single .inner-box .lower-content blockquote {
        padding-left: 30px;
        padding-right: 30px
    }

    .sidebar-page-container .comments-area .comment-info .comment-time {
        margin-left: 0;
        display: block
    }

    .sidebar-page-container .comments-area .comment .comment-reply {
        position: relative;
        top: 0;
        right: auto;
        display: inline-block;
        margin-top: 15px
    }

    .topapp-screenshot-slider .swiper-slider-area .swiper-wrapper {
        height: 630px
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) {
    .main-footer .topapp-footer-bottom .float-left {
        float: none !important
    }

    .main-footer .topapp-footer-bottom .float-right {
        float: none !important
    }

    .main-footer .topapp-footer-bottom .float-left {
        float: none !important
    }

    .main-footer .topapp-footer-bottom .float-right {
        float: none !important
    }
}

/*Saas Main*/
.theme_feature_area .read_btn,
.compare_content_item .compare_btn {
    height: 45px;
    width: 145px;
    font-size: 15px;
    margin-top: 35px;
    line-height: 45px;
    font-weight: 600;
    border-radius: 25px;
    background-color: #161616;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    font-family: poppins;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: .3s all ease-in-out
}

.theme_feature_area .read_btn a,
.compare_content_item .compare_btn a {
    width: 100%;
    display: block;
    color: #fff
}

.theme_feature_area .read_btn:before,
.compare_content_item .compare_btn:before {
    top: 0;
    left: 0;
    opacity: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-image: -webkit-linear-gradient(128deg, #20fdee 0, #0478e9 100%);
    background-image: -o-linear-gradient(128deg, #20fdee 0, #0478e9 100%);
    background-image: linear-gradient(-38deg, #20fdee 0, #0478e9 100%)
}

.theme_feature_area .read_btn:hover,
.compare_content_item .compare_btn:hover {
    -webkit-box-shadow: 0 14px 18px 0 rgba(1, 105, 228, .25);
    box-shadow: 0 14px 18px 0 rgba(1, 105, 228, .25)
}

.theme_feature_area .read_btn:hover:before,
.compare_content_item .compare_btn:hover:before {
    opacity: 1
}

@-webkit-keyframes fadeFromLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeFromRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeFromRight {
    -webkit-animation-name: fadeFromRight;
    animation-name: fadeFromRight
}

.fadeFromLeft {
    -webkit-animation-name: fadeFromLeft;
    animation-name: fadeFromLeft
}

.appilo-saas {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.4;
    font-family: roboto;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.appilo-saas ::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.appilo-saas ::selection {
    color: #fff;
    background-color: #6e3ebf
}

.appilo-saas ::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.appilo-saas .container {
    max-width: 1200px
}

.ul-li ul {
    margin: 0;
    padding: 0
}

.ul-li ul li {
    list-style: none;
    display: inline-block
}

.footer_widget .menu {
    margin: 0;
    padding: 0
}

.footer_widget .menu li {
    list-style: none;
    display: inline-block
}

.ul-li-block ul {
    margin: 0;
    padding: 0
}

.ul-li-block ul li {
    list-style: none;
    display: block
}

div#saas-preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #fff;
    background: #fff url(../img/saas/pre.svg) no-repeat center center
}

.appilo-saas [data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.decoration-wrapper {
    overflow: hidden;
    position: relative
}

.appilo-saas a {
    color: inherit;
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: none
}

.appilo-saas img {
    max-width: 100%;
    height: auto
}

.appilo-saas section {
    overflow: hidden
}

.appilo-saas button {
    cursor: pointer
}

.appilo-saas .form-control:focus,
.appilo-saas button:visited,
.appilo-saas button.active,
.appilo-saas button:hover,
.appilo-saas button:focus,
.appilo-saas input:visited,
.appilo-saas input.active,
.appilo-saas input:hover,
.appilo-saas input:focus,
.appilo-saas textarea:hover,
.appilo-saas textarea:focus,
.appilo-saas a:hover,
.appilo-saas a:focus,
.appilo-saas a:visited,
.appilo-saas a.active,
.appilo-saas select,
.appilo-saas select:hover,
.appilo-saas select:focus,
.appilo-saas select:visited {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit
}

.appilo-saas .form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.relative-position {
    position: relative
}

.pera-content p {
    margin-bottom: 0
}

@-moz-keyframes zooming {
    0% {
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -moz-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }

    100% {
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes zooming {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes zooming {
    0% {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -moz-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }

    100% {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.zooming {
    -moz-animation: zooming 18s infinite both;
    -webkit-animation: zooming 18s infinite both;
    animation: zooming 18s infinite both
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
    margin: 0;
    font-family: poppins
}

.section_title {
    margin: 0 auto;
    max-width: 530px
}

.section_title .title_tag {
    font-size: 14px;
    font-family: poppins;
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 20px;
    line-height: 35px;
    background-color: #fff;
    padding-right: 20px;
    -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .15)
}

.section_title .title_tag .tag_icon {
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin-right: 13px;
    border-radius: 100%;
    background-image: -webkit-linear-gradient(128deg, #20fdee 0, #0478e9 100%);
    background-image: -o-linear-gradient(128deg, #20fdee 0, #0478e9 100%);
    background-image: linear-gradient(-38deg, #20fdee 0, #0478e9 100%);
    display: flex;
    justify-content: center
}

.section_title .title_tag .tag_icon svg {
    fill: #fff;
    width: 22px;
    height: 34px
}

.section_title .title_tag .tag_icon i {
    color: #fff;
    font-size: 18px;
    padding-top: 10px
}

.section_title .section_title_text h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.306;
    padding-bottom: 20px
}

.section_title .section_title_text h2 span {
    font-weight: 400
}

.section_title .section_title_text p {
    font-size: 18px;
    line-height: 1.667
}

@-webkit-keyframes line_animation {
    0% {
        top: 0;
        opacity: 1
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: 1
    }
}

@keyframes line_animation {
    0% {
        top: 0;
        opacity: 1
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: 1
    }
}

@-webkit-keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0
    }

    50% {
        bottom: 50%
    }

    100% {
        bottom: 100%;
        opacity: 1
    }
}

@keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0
    }

    50% {
        bottom: 50%
    }

    100% {
        bottom: 100%;
        opacity: 1
    }
}

@keyframes slide {
    from {
        background-position: 0 0
    }

    to {
        background-position: 1920px 0
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0
    }

    to {
        background-position: 1920px 0
    }
}

.line_animation {
    top: 0;
    left: 50%;
    width: 80%;
    bottom: 0;
    z-index: -1;
    display: block;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.line_animation:before {
    width: 10px;
    left: -2px;
    content: '';
    height: 10px;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: line_animation 15s ease-out infinite;
    animation: line_animation 15s ease-out infinite;
    background-color: #59adfe
}

.line_animation .line_area {
    width: 20%;
    float: left;
    height: 100%;
    position: relative;
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.line_animation .line_area:before {
    width: 10px;
    right: -2px;
    content: '';
    height: 10px;
    border-radius: 100%;
    position: absolute;
    background-color: #59adfe
}

.line_animation .line_area:nth-child(even):before {
    -webkit-animation: line_animation 15s ease-out infinite;
    animation: line_animation 15s ease-out infinite
}

.line_animation .line_area:nth-child(odd):before {
    -webkit-animation: scroll2 15s ease-out infinite;
    animation: scroll2 15s ease-out infinite
}

.scrollup {
    width: 55px;
    right: 30px;
    z-index: 5;
    height: 55px;
    bottom: 100px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-image: -webkit-linear-gradient(128deg, #20fdee 0, #0478e9 100%);
    background-image: -o-linear-gradient(128deg, #20fdee 0, #0478e9 100%);
    background-image: linear-gradient(-38deg, #20fdee 0, #0478e9 100%)
}

.scrollup:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 20px;
    top: 15px;
    right: 0;
    -webkit-box-shadow: 0 0 15px 10px rgba(255, 255, 255, .75);
    box-shadow: 0 0 15px 10px rgba(255, 255, 255, .75);
    border-radius: 50%
}

.scrollup i {
    color: #fff;
    font-size: 20px
}

.main_header {
    z-index: 1;
    padding-top: 80px;
    width: 100%;
    position: absolute
}

.saas-main-navigation {
    display: inline-block
}

.saas-main-navigation .navbar-nav {
    display: inherit
}

.saas-main-navigation .navbar-nav li {
    position: relative
}

.saas-main-navigation .navbar-nav li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 35px 10px;
    font-family: poppins;
    position: relative
}

.saas-main-navigation .navbar-nav li a:after {
    left: 0;
    width: 0;
    height: 2px;
    content: '';
    bottom: 25px;
    position: absolute;
    background-color: #31f9ef;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.saas-main-navigation .navbar-nav li a:hover:after {
    width: 100%
}

.sign_up_btn {
    height: 38px;
    width: 90px;
    color: #000;
    font-weight: 600;
    line-height: 38px;
    margin-left: 38px;
    border-radius: 25px;
    font-family: poppins;
    display: inline-block;
    background-color: #30f8ef;
    -webkit-box-shadow: 0 14px 18px 0 rgba(1, 105, 228, .25);
    box-shadow: 0 14px 18px 0 rgba(1, 105, 228, .25)
}

.menu-bg-overlay {
    background-color: #000;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    position: fixed;
    top: -90px;
    padding: 25px 0;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.main_header.menu-bg-overlay {
    z-index: 9;
    top: 0;
    -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, .8);
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, .8)
}

.main_header.menu-bg-overlay .saas-main-navigation .navbar-nav li a:after {
    display: none
}

.saas-main-navigation .dropdown {
    position: relative
}

.saas-main-navigation .dropdown>.dropdown-menu {
    top: 65px;
    left: 0;
    opacity: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    height: auto;
    width: 150px;
    display: block;
    padding: 10px 15px;
    visibility: hidden;
    position: absolute;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1);
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1)
}

.saas-main-navigation .dropdown>.dropdown-menu li {
    padding-bottom: 5px
}

.saas-main-navigation .dropdown>.dropdown-menu li a {
    color: #000;
    font-size: 14px
}

.saas-main-navigation .dropdown>.dropdown-menu li a:after {
    display: none
}

.saas-main-navigation .dropdown:hover .dropdown-menu {
    top: 55px;
    opacity: 1;
    visibility: visible
}

.mobile_menu_content {
    top: 0;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 280px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 40px 0;
    -webkit-box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    -webkit-transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s;
    -o-transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s;
    transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s
}

.mobile_menu_content .saas-main-navigation {
    width: 100%
}

.mobile_menu_content .saas-main-navigation .navbar-nav {
    width: 100%
}

.mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.mobile_menu_content .saas-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    padding: 5px 30px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-bottom: 1px solid #dcdcdc
}

.mobile_menu_content .saas-main-navigation .navbar-nav li:first-child {
    border-top: 1px solid #dcdcdc
}

.mobile_menu_content .saas-main-navigation .navbar-nav li a {
    color: #000;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400
}

.mobile_menu_content .m-brand-logo {
    margin-bottom: 30px
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
    right: -15px;
    -webkit-transition: all .7s cubic-bezier(.9, .03, 0, .96) .4s;
    -o-transition: all .7s cubic-bezier(.9, .03, 0, .96) .4s;
    transition: all .7s cubic-bezier(.9, .03, 0, .96) .4s
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: -100%;
    height: 120vh;
    background-color: rgba(0, 0, 0, .9);
    -webkit-transition: all .8s ease-in .8s;
    -o-transition: all .8s ease-in .8s;
    transition: all .8s ease-in .8s
}

.mobile_menu_overlay_on {
    overflow: hidden
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    right: 0;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s
}

.mobile_menu_button {
    position: absolute;
    display: none;
    right: 0;
    cursor: pointer;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    top: -38px
}

.mobile_menu .saas-main-navigation .navbar-nav li a:after {
    display: none
}

.mobile_menu .saas-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.mobile_menu .mobile_menu_content .saas-main-navigation .navbar-nav .dropdown-menu {
    border: 0;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.mobile_menu .mobile_menu_content .saas-main-navigation .navbar-nav .dropdown-menu li {
    border: 0;
    padding: 3px 20px;
    line-height: 1
}

.mobile_menu .mobile_menu_content .saas-main-navigation .navbar-nav .dropdown-menu li a {
    color: #000
}

.mobile_menu .dropdown {
    position: relative
}

.mobile_menu .dropdown:before {
    top: 7px;
    right: 30px;
    font-size: 12px;
    font-weight: 700;
    content: '\f078';
    position: absolute;
    font-family: 'font awesome 5 free'
}

.mobile_menu .mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute
}

.banner_section {
    overflow: visible !important;
    margin-bottom: 200px;
    z-index: 0;
    padding: 215px 0 325px
}

.saas-default .banner_section {
    overflow: visible;
    margin-bottom: 0;
    z-index: 0;
    padding: 215px 0 25px
}

.banner_text {
    margin: 0 auto;
    max-width: 520px
}

.banner_text h1 {
    color: #fff;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 20px
}

.banner_text p {
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
    max-width: 500px;
    line-height: 1.35;
    padding-bottom: 40px
}

.saas-default .banner_text .page-breadcrumb li,
.saas-default .banner_text .page-breadcrumb a {
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
    max-width: 500px;
    line-height: 1.35;
    padding-bottom: 40px
}

.banner_text .download_btn {
    color: #fff;
    width: 175px;
    height: 55px;
    font-size: 15px;
    margin: 0 auto;
    font-weight: 700;
    line-height: 50px;
    border-radius: 30px;
    background-color: #000;
    font-family: poppins
}

.banner_text .download_btn a {
    display: block;
    width: 100%
}

.banner_screen {
    left: 0;
    right: 0;
    bottom: -155px;
    margin: 0 auto;
    max-width: 765px;
    position: absolute
}

.banner_screen .screen_img .middle_screen {
    -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .14)
}

.banner_screen .screen_img .side_screen1 {
    top: -30px;
    left: -102px;
    position: absolute;
    -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .14)
}

.banner_screen .screen_img .side_screen2 {
    top: 65px;
    right: -150px;
    position: absolute;
    -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .14)
}

.banner_shape1,
.banner_shape2,
.banner_shape3 {
    position: absolute
}

.banner_shape1 {
    top: 80px;
    left: 30%
}

.banner_shape2 {
    top: 220px;
    left: 12%
}

.banner_shape3 {
    top: 40%;
    right: 15%
}

.featured_service_section .section_title {
    padding-bottom: 55px
}

.featured_service_section .section_title h2 {
    margin: 0 auto;
    max-width: 380px
}

.featured_content li {
    float: left;
    list-style: none;
    padding-bottom: 40px
}

.featured_content .featured_icon_text {
    z-index: 1;
    width: 285px;
    height: 425px;
    padding: 0 10px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 60px;
    border-radius: 15px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.featured_content .featured_icon_text:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-image: -webkit-linear-gradient(128deg, #0478e9 0, #20fdee 100%);
    background-image: -o-linear-gradient(128deg, #0478e9 0, #20fdee 100%);
    background-image: linear-gradient(-38deg, #0478e9 0, #20fdee 100%)
}

.featured_content .featured_icon_text .featured_icon {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    line-height: 110px;
    margin-bottom: 25px;
    border-radius: 100%;
    -webkit-box-shadow: 0 14px 18px 0 rgba(1, 105, 228, .25);
    box-shadow: 0 14px 18px 0 rgba(1, 105, 228, .25);
    background-image: -webkit-linear-gradient(128deg, #20fdee 0, #0478e9 100%);
    background-image: -o-linear-gradient(128deg, #20fdee 0, #0478e9 100%);
    background-image: linear-gradient(-38deg, #20fdee 0, #0478e9 100%)
}

.featured_content .featured_icon_text .featured_icon i {
    color: #fff;
    font-size: 50px;
    padding-top: 30px
}

.featured_content .featured_icon_text .featured_icon svg {
    fill: #fff;
    width: 50px;
    height: 85px;
    padding-top: 30px
}

.featured_content .featured_icon_text .featured_icon:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 40px;
    top: 25px;
    right: 0;
    -webkit-box-shadow: 0 0 25px 25px rgba(255, 255, 255, .75);
    box-shadow: 0 0 25px 25px rgba(255, 255, 255, .75);
    border-radius: 50%
}

.featured_content .featured_icon_text .featured_text {
    padding: 0 20px;
    margin-bottom: 30px
}

.featured_content .featured_icon_text .featured_text h3 {
    color: #161616;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.featured_content .featured_icon_text .featured_text p {
    line-height: 1.625;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.featured_content .featured_icon_text .feature_btn {
    opacity: 0;
    visibility: hidden;
    margin-right: 25px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.featured_content .featured_icon_text .feature_btn a {
    color: #30f7ee;
    font-size: 15px;
    font-weight: 700;
    font-family: poppins;
    position: relative
}

.featured_content .featured_icon_text .feature_btn a:after {
    font-weight: 900;
    content: "\f061";
    position: absolute;
    right: -20px;
    font-family: 'font awesome 5 free'
}

.featured_content .featured_icon_text:hover {
    -webkit-box-shadow: 0 14px 18px 0 rgba(1, 105, 228, .25);
    box-shadow: 0 14px 18px 0 rgba(1, 105, 228, .25)
}

.featured_content .featured_icon_text:hover:before {
    opacity: 1;
    visibility: visible
}

.featured_content .featured_icon_text:hover .featured_text p,
.featured_content .featured_icon_text:hover .featured_text h3 {
    color: #fff
}

.featured_content .featured_icon_text:hover .feature_btn {
    opacity: 1;
    visibility: visible
}

#featured_scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    margin: 0 auto;
    height: 30px;
    max-width: 570px
}

#featured_scroll .mCSB_scrollTools .mCSB_draggerRail {
    height: 20px;
    background-color: #ececec
}

#featured_scroll .mCSB_scrollTools {
    opacity: 1
}

#featured_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    height: 20px;
    -webkit-box-shadow: 0 6px 18px -5px rgba(2, 8, 38, .35);
    box-shadow: 0 6px 18px -5px rgba(2, 8, 38, .35);
    background-color: #22b0e7
}

.mCustomScrollbar,
.mCustomScrollbar.mCS_touch_action,
.mCustomScrollbar.mCS_touch_action .mCS-aviva.mCSB_scrollTools {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    -ms-touch-action: pan-x pinch-zoom;
    touch-action: pan-x pinch-zoom
}

.mCustomScrollBox.mCSB_vertical_horizontal {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollBox.mCSB_horizontal {
    -ms-touch-action: pan-y pinch-zoom;
    touch-action: pan-y pinch-zoom
}

.theme_feature_area .theme_feature_content {
    padding: 58px 35px
}

.theme_feature_area .theme_feature_content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 30px
}

.theme_feature_area .theme_feature_content p {
    color: #fff;
    font-size: 18px;
    line-height: 1.444;
    padding-bottom: 25px
}

.theme_feature_area .theme_feature_content .theme_feature_list li {
    width: 100%;
    color: #fff;
    font-size: 17px;
    margin-bottom: 22px
}

.theme_feature_area .theme_feature_content .theme_feature_list li:before {
    float: left;
    color: #18ff00;
    font-size: 16px;
    margin-right: 8px;
    content: "\f00c";
    font-family: "font awesome 5 free";
    font-weight: 900
}

.theme_feature_area .theme_feature_content .theme_feature_list li span {
    overflow: hidden
}

.theme_feature_area .features_one {
    margin-left: 100px;
    background-color: #138afd
}

.theme_feature_area .features_two {
    margin-right: 100px;
    background-color: #000
}

.theme_feature_area .features_two .theme_feature_list li:before {
    color: #20fcee
}

.theme_feature_area .features_two .read_btn {
    background-color: #20fcee
}

.theme_feature_area .features_two .read_btn a {
    color: #000;
    font-weight: 600;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.theme_feature_area .features_two .read_btn:hover a {
    color: #fff
}

.compare_section {
    overflow: visible !important
}

.compare_section .compare_title h2 {
    color: #161616;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.324;
    padding-bottom: 18px
}

.compare_section .compare_title p {
    color: #383838;
    font-size: 18px;
    padding-bottom: 28px
}

.compare_content_item .compare_list {
    padding-left: 30px
}

.compare_content_item .compare_list li {
    margin-bottom: 20px
}

.compare_section_two .compare_content_item .compare_list li {
    padding-left: 25px
}

.compare_section_two .compare_content_item .compare_list li:before {
    left: 45px
}

.compare_content_item .compare_list li:before {
    float: left;
    color: #27c317;
    content: "\f064";
    font-family: 'font awesome\ 5 free';
    font-weight: 900;
    position: absolute;
    left: 20px
}

.compare_content_item .compare_list li span {
    overflow: hidden
}

.compare_content_item .compare_content {
    padding-top: 30px
}

.compare_img {
    z-index: 4;
    max-width: 525px
}

.compare_img .compare_shape1,
.compare_img .compare_shape2 {
    z-index: -1;
    position: absolute
}

.compare_img .compare_shape1 {
    top: 35px;
    left: 0
}

.compare_img .compare_shape2 {
    top: 15px;
    right: 0
}

.compare_section_two .compare_shape1 {
    top: 20px;
    left: -65px
}

.compare_section_two .compare_shape2 {
    top: 0;
    right: 65px
}

.compare_section_two .compare_content {
    padding-left: 30px
}

.compare_section_two .compare_content .compare_title {
    padding-bottom: 15px
}

.compare_section_two .compare_content_item .compare_list {
    padding-left: 0
}

.trusted_user_section {
    overflow: visible !important
}

.trusted_content_img {
    padding-left: 45px
}

.trusted_content_img li {
    width: 95px;
    height: 95px;
    line-height: 102px;
    border-radius: 100%;
    margin: 0 20px 20px 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-box-shadow: 0 4px 15px 0 rgba(23, 23, 23, .13);
    box-shadow: 0 4px 15px 0 rgba(23, 23, 23, .13)
}

.trusted_content_img li:nth-child(1) {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.trusted_content_img li:nth-child(2) {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.trusted_content_img li:nth-child(2):hover {
    -webkit-transform: translateY(30px) scale(1.1);
    -ms-transform: translateY(30px) scale(1.1);
    transform: translateY(30px) scale(1.1)
}

.trusted_content_img li:nth-child(3) {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}

.trusted_content_img li:nth-child(3):hover {
    -webkit-transform: translateY(60px) scale(1.1);
    -ms-transform: translateY(60px) scale(1.1);
    transform: translateY(60px) scale(1.1)
}

.trusted_content_img li:nth-child(4) {
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px)
}

.trusted_content_img li:nth-child(4):hover {
    -webkit-transform: translateY(-35px) scale(1.1);
    -ms-transform: translateY(-35px) scale(1.1);
    transform: translateY(-35px) scale(1.1)
}

.trusted_content_img li:nth-child(5) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.trusted_content_img li:nth-child(5):hover {
    -webkit-transform: translateY(0) scale(1.1);
    -ms-transform: translateY(0) scale(1.1);
    transform: translateY(0) scale(1.1)
}

.trusted_content_img li:nth-child(6) {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px)
}

.trusted_content_img li:nth-child(6):hover {
    -webkit-transform: translateY(25px) scale(1.1);
    -ms-transform: translateY(25px) scale(1.1);
    transform: translateY(25px) scale(1.1)
}

.trusted_content_img li:nth-child(7) {
    -webkit-transform: translateY(55px);
    -ms-transform: translateY(55px);
    transform: translateY(55px)
}

.trusted_content_img li:nth-child(7):hover {
    -webkit-transform: translateY(55px) scale(1.1);
    -ms-transform: translateY(55px) scale(1.1);
    transform: translateY(55px) scale(1.1)
}

.trusted_content_img li:nth-child(8) {
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px)
}

.trusted_content_img li:nth-child(8):hover {
    -webkit-transform: translateY(-35px) scale(1.1);
    -ms-transform: translateY(-35px) scale(1.1);
    transform: translateY(-35px) scale(1.1)
}

.trusted_content_img li:nth-child(9) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.trusted_content_img li:nth-child(9):hover {
    -webkit-transform: translateY(0) scale(1.1);
    -ms-transform: translateY(0) scale(1.1);
    transform: translateY(0) scale(1.1)
}

.trusted_content_img li:nth-child(10) {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.trusted_content_img li:nth-child(10):hover {
    -webkit-transform: translateY(20px) scale(1.1);
    -ms-transform: translateY(20px) scale(1.1);
    transform: translateY(20px) scale(1.1)
}

.trusted_content_img li:nth-child(11) {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.trusted_content_img li:nth-child(11):hover {
    -webkit-transform: translateY(50px) scale(1.1);
    -ms-transform: translateY(50px) scale(1.1);
    transform: translateY(50px) scale(1.1)
}

.trusted_content_img li:nth-child(12) {
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px)
}

.trusted_content_img li:nth-child(12):hover {
    -webkit-transform: translateY(-35px) scale(1.1);
    -ms-transform: translateY(-35px) scale(1.1);
    transform: translateY(-35px) scale(1.1)
}

.trusted_content_img li:hover {
    -webkit-box-shadow: 0 4px 35px 0 rgba(23, 23, 23, .13);
    box-shadow: 0 4px 35px 0 rgba(23, 23, 23, .13)
}

.user_content {
    padding-top: 10px
}

.user_content .section_title {
    margin-left: 0
}

.user_content .user_text {
    color: #383838;
    font-size: 18px;
    padding-top: 25px
}

.partner_section {
    z-index: 1;
    overflow: visible !important
}

.partner_section .section_title {
    margin: 0;
    max-width: 100%;
    padding: 0 0 25px 85px
}

.partner_section .mem_img_text .mem_pic {
    width: 230px;
    height: 230px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%
}

.partner_section .mem_img_text .mem_pic:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3)
}

.partner_section .mem_img_text .mem_pic:after {
    content: '';
    height: 100%;
    width: 100%;
    bottom: -95px;
    opacity: 0;
    visibility: hidden;
    left: -18px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-image: url(../img/saas/partner/pbg.png);
    background-repeat: no-repeat;
    position: absolute
}

.partner_section .mem_img_text .member_social {
    bottom: 20px;
    z-index: 3;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    position: absolute;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.partner_section .mem_img_text .member_social li {
    color: #fff;
    font-size: 18px;
    margin: 0 7px
}

.partner_section .mem_img_text .mem_img_line {
    z-index: 1
}

.partner_section .mem_img_text .mem_img_line .line_shape1,
.partner_section .mem_img_text .mem_img_line .line_shape2 {
    height: 325px;
    position: absolute;
    width: 5px;
    top: -40px;
    left: 120px;
    z-index: -1;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-box-shadow: 0 14px 18px 0 rgba(1, 105, 228, .25);
    box-shadow: 0 14px 18px 0 rgba(1, 105, 228, .25);
    background-image: -webkit-linear-gradient(334deg, #0478e9 0, #20fdee 100%);
    background-image: -o-linear-gradient(334deg, #0478e9 0, #20fdee 100%);
    background-image: linear-gradient(116deg, #0478e9 0, #20fdee 100%)
}

.partner_section .mem_img_text .mem_img_line .line_shape2 {
    top: -35px;
    height: 285px;
    left: 140px
}

.partner_section .mem_img_text .mem_name_designation {
    margin-top: 45px
}

.partner_section .mem_img_text .mem_name_designation h4 {
    color: #0e0e0e;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px
}

.partner_section .mem_img_text .mem_name_designation p {
    font-size: 15px;
    color: #383838
}

.partner_section .mem_img_text:hover .member_social {
    opacity: 1;
    bottom: 35px;
    visibility: visible
}

.partner_section .mem_img_text:hover .mem_pic:after {
    opacity: 1;
    visibility: visible
}

.partner_section .mem_img_text:hover .line_shape1,
.partner_section .mem_img_text:hover .line_shape2 {
    height: 285px;
    opacity: 1;
    visibility: visible
}

.partner_section .mem_img_text:hover .line_shape2 {
    height: 325px
}

.partner_text {
    font-size: 18px;
    max-width: 480px;
    padding-top: 20px;
    padding-left: 35px;
    line-height: 1.667
}

.testimonial_section {
    overflow: visible !important
}

.testimonial_section .section_title {
    padding-bottom: 50px
}

.testimonial_content {
    padding: 20px;
    display: inline-block
}

.testimonial_content .testimonial_rating {
    margin-top: 10px
}

.testimonial_content .testimonial_rating li {
    font-size: 14px;
    color: #f6b91c
}

.testimonial_content .testimonial_text {
    z-index: 1;
    padding: 50px 40px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 24px 0 rgba(2, 55, 156, .2);
    box-shadow: 0 7px 24px 0 rgba(2, 55, 156, .2)
}

.testimonial_content .testimonial_text p {
    line-height: 1.875
}

.testimonial_content .testimonial_text:before {
    content: '';
    height: 100%;
    width: 40%;
    position: absolute;
    right: -45px;
    z-index: -1;
    bottom: -95px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-image: url(../img/saas/testimonial/tshape1.png);
    background-repeat: no-repeat
}

.testimonial_content .testimonial_text:hover:before {
    bottom: -85px;
    opacity: 1;
    visibility: visible
}

.appilo-saas .qoute_mark:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -45px;
    z-index: 1;
    border-left: 0 solid transparent;
    border-right: 50px solid transparent;
    border-top: 45px solid #fff;
    -webkit-filter: drop-shadow(0 20px 13px rgba(2, 55, 156, .2));
    filter: drop-shadow(0 20px 13px rgba(2, 55, 156, .2))
}

.testimonial_name_designation {
    margin-top: 30px;
    padding-left: 30px
}

.testimonial_name_designation .testimonial_img {
    height: 65px;
    width: 65px;
    border-radius: 100%;
    margin-right: 18px;
    overflow: hidden;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 7px 6px 0 rgba(0, 15, 44, .19), inset -1px 0 27px 0 rgba(0, 0, 0, .29);
    box-shadow: 0 7px 6px 0 rgba(0, 15, 44, .19), inset -1px 0 27px 0 rgba(0, 0, 0, .29)
}

.testimonial_name_designation .testimonial_meta {
    margin-top: 10px;
    display: inline-block
}

.testimonial_name_designation .testimonial_meta h4 {
    font-size: 22px;
    font-weight: 700;
    color: #161616
}

.testimonial_name_designation .testimonial_meta p {
    font-size: 14px;
    color: #444
}

.testimonial_slider .carousel-control-prev,
.testimonial_slider .carousel-control-next {
    top: auto;
    left: 190px;
    bottom: 40px;
    font-size: 18px;
    color: #373a5b;
    width: 50px;
    height: 50px;
    opacity: 1;
    line-height: 58px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    margin: 0 15px 0 0;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0 7px 7px 0 rgba(0, 15, 44, .18);
    box-shadow: 0 7px 7px 0 rgba(0, 15, 44, .18)
}

.testimonial_slider .carousel-control-prev:before,
.testimonial_slider .carousel-control-next:before {
    position: absolute;
    content: "\f061";
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    font-family: 'font awesome 5 free';
    font-weight: 900
}

.testimonial_slider .carousel-control-prev:hover,
.testimonial_slider .carousel-control-next:hover {
    background-color: #000;
    color: #fff
}

.testimonial_slider .carousel-control-prev {
    left: 120px
}

.testimonial_slider .carousel-control-prev:before {
    content: "\f060"
}

.appilo-saas .carousel-indicators {
    position: static
}

.testimonial_indicator {
    margin: 20px 20px 0 0;
    display: block;
    height: 510px;
    max-width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-image: url(../img/saas/testimonial/in-bg.png)
}

.testimonial_indicator .carousel-indicators li {
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #202020;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 7px 6px 0 rgba(0, 15, 44, .19), inset -1px 0 27px 0 rgba(0, 0, 0, .29);
    box-shadow: 0 7px 6px 0 rgba(0, 15, 44, .19), inset -1px 0 27px 0 rgba(0, 0, 0, .29)
}

.testimonial_indicator .carousel-indicators li img {
    display: block
}

.testimonial_indicator .carousel-indicators li:nth-child(1) {
    bottom: 105px;
    right: 100px
}

.testimonial_indicator .carousel-indicators li:nth-child(2) {
    left: 90px;
    bottom: 45px
}

.testimonial_indicator .carousel-indicators li:nth-child(3) {
    top: 40%;
    left: 0
}

.testimonial_indicator .carousel-indicators li:nth-child(4) {
    top: 90px;
    left: 100px
}

.testimonial_indicator .carousel-indicators li:nth-child(5) {
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto
}

.testimonial_indicator .carousel-indicators li:nth-child(6) {
    right: 120px;
    top: -30px
}

.testimonial_indicator .active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.newslatter_content {
    left: 0;
    left: 0;
    right: 0;
    top: -165px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    max-width: 1170px;
    border-radius: 20px;
    padding: 65px 0 70px;
    overflow: hidden;
    z-index: 2;
    -webkit-box-shadow: inset 0 2px 8px 0 rgba(0, 0, 0, .29);
    box-shadow: inset 0 2px 8px 0 rgba(0, 0, 0, .29);
    background-image: -webkit-linear-gradient(205deg, #0478e9 0, #20fdee 100%);
    background-image: -o-linear-gradient(205deg, #0478e9 0, #20fdee 100%);
    background-image: linear-gradient(-115deg, #0478e9 0, #20fdee 100%)
}

.newslatter_content:after {
    content: '';
    position: absolute;
    height: 300px;
    width: 300px;
    border-radius: 100%;
    top: -40px;
    right: -160px;
    border: 30px solid #3f91e0
}

.newslatter_content .newslatter_title {
    margin: 0 auto;
    max-width: 380px;
    padding-bottom: 45px
}

.newslatter_content .newslatter_title h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 20px
}

.newslatter_content .newslatter_title p {
    color: #fff;
    line-height: 1.75
}

.newslatter_content .newslatter-form {
    margin: 0 auto;
    max-width: 650px;
    padding-left: 30px
}

.newslatter_content .newslatter-form input {
    width: 100%;
    height: 65px;
    border: 0;
    padding: 0 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 40px 0 rgba(5, 41, 140, .25);
    box-shadow: 0 6px 40px 0 rgba(5, 41, 140, .25)
}

.newslatter_content .newslatter-form .nws-button {
    position: absolute;
    top: 8px;
    right: 8px
}

.newslatter_content .newslatter-form .nws-button button {
    height: 50px;
    width: 130px;
    border: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    font-family: poppins;
    background-image: -webkit-linear-gradient(128deg, #0478e9 0, #20fdee 100%);
    background-image: -o-linear-gradient(128deg, #0478e9 0, #20fdee 100%);
    background-image: linear-gradient(-38deg, #0478e9 0, #20fdee 100%)
}

.newslatter_content .newslatter-form .nws-button button:hover {
    background-image: -webkit-linear-gradient(128deg, #20fdee 0, #0478e9 100%);
    background-image: -o-linear-gradient(128deg, #20fdee 0, #0478e9 100%);
    background-image: linear-gradient(-38deg, #20fdee 0, #0478e9 100%)
}

.newslatter_content .img_bg {
    top: 15px;
    position: absolute;
    left: 15px
}

.newslatter_content .subs_icon {
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    z-index: -1;
    margin: 0 auto
}

.newslatter_content .subs_icon .subs_iconitem-1 {
    width: 100%;
    height: 46px;
    background-repeat: no-repeat;
    left: 0;
    top: 150px;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite
}

.newslatter_content .subs_icon .subs_iconitem-2 {
    width: 100%;
    height: 46px;
    background-repeat: no-repeat;
    left: 0;
    top: 70px;
    animation: slide 50s linear infinite;
    -webkit-animation: slide 50s linear infinite
}

.newslatter_content .subs_icon .subs_iconitem-3 {
    width: 100%;
    height: 46px;
    background-repeat: no-repeat;
    left: 0;
    top: 310px;
    animation: slide 90s linear infinite;
    -webkit-animation: slide 90s linear infinite
}

.footer_section {
    background-color: #edf2f6;
    padding-top: 285px;
    margin-top: 165px
}

.footer_section .footer_widget_content {
    padding-bottom: 75px;
    border-bottom: 2px solid #d2d1d2
}

.footer_widget .footer_logo {
    margin-bottom: 30px
}

.footer_widget .footer_text {
    font-size: 14px;
    line-height: 1.714;
    padding-bottom: 35px
}

.footer_widget .footer_social li {
    color: #8c8c8c;
    font-size: 17px;
    margin-right: 18px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.footer_widget .footer_social li:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

.footer_widget .footer_social li:hover i {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-image: -webkit-linear-gradient(128deg, #0478e9 0, #20fdee 100%);
    background-image: -o-linear-gradient(128deg, #0478e9 0, #20fdee 100%);
    background-image: linear-gradient(-38deg, #0478e9 0, #20fdee 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.footer_widget .menu {
    max-width: 205px
}

.footer_widget .menu li {
    font-size: 14px;
    color: #383838;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative
}

.footer_widget .menu li:before {
    height: 1px;
    content: '';
    position: absolute;
    width: 0;
    right: 0;
    left: auto;
    bottom: 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-image: -webkit-linear-gradient(334deg, #20fdee 0, #0478e9 100%);
    background-image: -o-linear-gradient(334deg, #20fdee 0, #0478e9 100%);
    background-image: linear-gradient(116deg, #20fdee 0, #0478e9 100%)
}

.footer_widget .menu li:hover:before {
    width: 100%;
    right: auto;
    left: 0
}

.widget_title {
    color: #1a0a38;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 48px;
    font-family: poppins
}

.widget_title:after {
    left: 0;
    width: 35px;
    content: '';
    height: 3px;
    bottom: -9px;
    position: absolute;
    background-image: -webkit-linear-gradient(334deg, #20fdee 0, #0478e9 100%);
    background-image: -o-linear-gradient(334deg, #20fdee 0, #0478e9 100%);
    background-image: linear-gradient(116deg, #20fdee 0, #0478e9 100%)
}

.footer_address li {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.875;
    font-family: poppins
}

.footer_address span {
    color: #180b36;
    font-weight: 600;
    margin-right: 5px
}

.footer_widget figure.gallery-item {
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-bottom: 7px;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.footer_widget figure.gallery-item:before {
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: #000;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.insta_feed li i {
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.footer_widget figure.gallery-item:hover:before {
    opacity: .7
}

.insta_feed li:hover i {
    opacity: 1
}

.copyright_text {
    padding: 30px 0
}

.copyright_text p,
.copyright_text span {
    color: #666;
    font-size: 14px;
    font-family: poppins
}

.copyright_text span {
    float: right
}

@media screen and (max-width:1140px) {
    .compare_section {
        overflow: hidden;
        padding-bottom: 30px
    }

    .theme_feature_area .theme_feature_content h3 {
        font-size: 22px
    }
}

@media screen and (max-width:991px) {

    .banner_shape3,
    .banner_shape2 {
        width: 100px
    }

    .banner_screen .screen_img .side_screen2 {
        right: -70px
    }

    .main_header {
        padding-top: 50px
    }

    .main_header.menu-bg-overlay {
        padding-top: 30px
    }

    .theme_feature_area .features_one {
        margin-left: 0
    }

    .theme_feature_area .features_two {
        margin-right: 0
    }

    .trusted_content_img {
        max-width: 500px;
        padding-left: 0
    }

    .user_content {
        padding-top: 60px
    }

    .banner_screen {
        max-width: 510px
    }

    .main_menu_list .saas-main-navigation {
        display: none
    }

    .mobile_menu_button {
        display: block
    }

    .sign_up_btn {
        top: -5px;
        right: 80px;
        position: absolute
    }

    .banner_shape1,
    .banner_shape2,
    .banner_shape3 {
        z-index: -1
    }

    .main_header {
        padding-top: 35px
    }

    .compare_img {
        margin: 0 auto
    }

    .partner_section .section_title {
        padding: 0
    }

    .partner_text {
        padding-left: 0;
        margin-bottom: 50px
    }

    .testimonial_indicator {
        margin: 0 auto;
        margin-top: 20px;
        max-width: 550px
    }

    .testimonial_slider .carousel-control-prev,
    .testimonial_slider .carousel-control-next {
        bottom: -50px
    }

    .testimonial_section {
        padding-bottom: 110px
    }

    .mem_img_text {
        max-width: 270px;
        margin: 0 auto;
        margin-bottom: 30px
    }

    .newslatter_content .img_bg {
        display: none
    }

    .newslatter_content:after {
        display: none
    }

    .widget_title {
        margin-bottom: 30px
    }

    .footer_widget .footer_logo {
        margin-bottom: 18px
    }

    .footer_widget .footer_text {
        padding-bottom: 20px
    }

    .footer_widget {
        margin-bottom: 30px
    }
}

@media screen and (max-width:767px) {
    .sign_up_btn {
        top: -38px
    }

    .banner_screen {
        max-width: 450px
    }

    .banner_screen .screen_img .side_screen2 {
        width: 200px
    }

    .banner_screen .screen_img .side_screen1 {
        width: 150px
    }

    .banner_text h1 {
        font-size: 36px
    }

    .banner_section {
        margin-bottom: 200px;
        padding: 185px 0 150px
    }

    .banner_shape2 {
        top: 180px;
        left: 3%;
        width: 70px
    }

    .banner_shape3 {
        top: 45%;
        right: 8%;
        width: 70px
    }

    .banner_shape1 {
        width: 40px
    }

    .main_header.menu-bg-overlay {
        padding: 20px 0 15px
    }

    .banner_section {
        margin-bottom: 135px
    }

    .theme_feature_area .features_one {
        margin-bottom: 30px
    }

    .trusted_user_section {
        padding: 70px 0 60px
    }

    .partner_section {
        padding: 70px 0 40px
    }

    .copyright_text span {
        float: none
    }

    .copyright_text {
        text-align: center
    }
}

@media screen and (max-width:580px) {
    .banner_screen {
        max-width: 385px
    }

    .banner_screen .screen_img .side_screen1 {
        width: 125px;
        left: -75px
    }
}

@media screen and (max-width:480px) {
    .banner_screen {
        display: none
    }

    .banner_section {
        margin-bottom: 0;
        padding: 150px 0 130px
    }

    .banner_shape1,
    .banner_shape2,
    .banner_shape3 {
        z-index: -1;
        opacity: .5
    }

    .banner_text {
        position: relative;
        z-index: 2
    }

    .section_title .section_title_text h2 {
        font-size: 30px
    }

    .section_title .section_title_text p {
        font-size: 16px
    }

    .compare_img .compare_shape1,
    .compare_img .compare_shape2 {
        max-width: 70%
    }

    .trusted_content_img li:nth-child(2) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .trusted_content_img li:nth-child(3) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .trusted_content_img li:nth-child(4) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .trusted_content_img li:nth-child(5) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .trusted_content_img li:nth-child(6) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .trusted_content_img li:nth-child(7) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .trusted_content_img li:nth-child(8) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .trusted_content_img li:nth-child(9) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .trusted_content_img li:nth-child(10) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .trusted_content_img li:nth-child(11) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .trusted_content_img li:nth-child(12) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .testimonial_indicator {
        background-size: 395px 465px
    }

    .newslatter_content .newslatter-form {
        padding-left: 0;
        margin: 0 15px
    }

    .footer_section .footer_widget_content {
        padding-bottom: 20px
    }
}

@media screen and (max-width:420px) {
    .banner_text p {
        font-size: 18px
    }

    .featured_content .featured_icon_text {
        width: 300px
    }

    .compare_content_item .compare_content {
        padding-top: 0;
        margin-bottom: 30px
    }

    .compare_section .compare_title h2 {
        font-size: 26px
    }

    .theme_feature_section {
        padding-top: 20px
    }

    .theme_feature_area .theme_feature_content .theme_feature_list li {
        margin-bottom: 15px
    }

    .banner_text .download_btn {
        width: 160px;
        height: 50px
    }

    .sign_up_btn {
        height: 35px;
        line-height: 35px;
        width: 85px;
        font-size: 14px
    }

    .sign_up_btn {
        right: 60px
    }

    .trusted_content_img li {
        margin: 0 10px 10px 0
    }

    .featured_service_section .section_title {
        padding-bottom: 20px
    }

    .compare_section_two .compare_content,
    .compare_content_item .compare_list {
        padding-left: 0
    }

    .testimonial_content {
        padding: 10px
    }

    .testimonial_content .testimonial_text {
        padding: 25px 20px
    }

    .newslatter_content .newslatter_title {
        padding: 0 15px 25px
    }

    .newslatter_content .newslatter_title h2 {
        font-size: 25px;
        padding-bottom: 15px
    }

    .newslatter_content .newslatter-form .nws-button button {
        width: 90px;
        font-size: 14px
    }

    .newslatter_content .newslatter-form input {
        padding: 0 15px
    }

    .newslatter_content .newslatter_title p {
        font-size: 14px
    }

    .newslatter_content {
        position: static;
        padding: 55px 0;
        margin-bottom: 50px
    }

    .footer_section {
        padding-top: 0
    }

    .footer_section {
        margin-top: 0
    }

    .testimonial_section {
        padding-top: 70px
    }

    .testimonial_name_designation .testimonial_meta h4 {
        font-size: 22px
    }

    .scrollup {
        width: 45px;
        right: 15px;
        height: 45px;
        bottom: 20px;
        line-height: 45px
    }

    .theme_feature_area .theme_feature_content .theme_feature_list li {
        font-size: 16px
    }

    .theme_feature_area .theme_feature_content p {
        font-size: 16px
    }

    .compare_content_item .compare_list li:before {
        left: 5px
    }

    .compare_section_two .compare_content_item .compare_list li:before {
        left: 15px
    }

    .compare_content_item .compare_list li {
        padding-left: 12px
    }
}

@media screen and (max-width:380px) {
    .banner_text h1 {
        font-size: 32px
    }

    .banner_text p {
        font-size: 16px
    }

    .compare_section .compare_title h2 {
        font-size: 24px
    }

    .trusted_user_section {
        padding: 20px 0 60px
    }

    .section_title .section_title_text h2 {
        font-size: 24px
    }

    .testimonial_indicator .carousel-indicators li:nth-child(4) {
        top: 60px;
        left: 55px
    }

    .testimonial_indicator .carousel-indicators li:nth-child(1) {
        bottom: 85px;
        right: 50px
    }

    .testimonial_indicator {
        background-size: 325px 460px
    }

    .testimonial_indicator .carousel-indicators li:nth-child(1) {
        bottom: 135px;
        right: 25px
    }
}

/*Seo 1 Css*/
.appseo-home {
    margin: 0;
    padding: 0;
    color: #415e8d;
    font-size: 16px;
    line-height: 1.765;
    overflow-x: hidden;
    font-family: poppins;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.appseo-home::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.appseo-home::selection {
    color: #fff;
    background-color: #6e3ebf
}

.appseo-home::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.appseo-home .container {
    max-width: 1200px
}

.appseo-home .ul-li ul {
    margin: 0;
    padding: 0
}

.appseo-home .ul-li ul li {
    list-style: none;
    display: inline-block
}

.appseo-home .ul-li-block ul {
    margin: 0;
    padding: 0
}

.appseo-home .ul-li-block ul li {
    list-style: none;
    display: block
}

div#appseo-preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #fff;
    background: #fff url(../img/appilo-seo/pre.svg) no-repeat center center
}

.appseo-home [data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.appseo-home a {
    color: inherit;
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: none
}

.appseo-home img {
    max-width: 100%;
    height: auto
}

.appseo-home section {
    overflow: hidden
}

.appseo-home button {
    cursor: pointer
}

.appseo-home .form-control:focus,
.appseo-home button:visited,
.appseo-home button.active,
.appseo-home button:hover,
.appseo-home button:focus,
.appseo-home input:visited,
.appseo-home input.active,
.appseo-home input:hover,
.appseo-home input:focus,
.appseo-home textarea:hover,
.appseo-home textarea:focus,
.appseo-home a:hover,
.appseo-home a:focus,
.appseo-home a:visited,
.appseo-home a.active,
.appseo-home select,
.appseo-home select:hover,
.appseo-home select:focus,
.appseo-home select:visited {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit
}

.appseo-home .form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.appseo-home .relative-position {
    position: relative
}

.appseo-home .pera-content p {
    margin-bottom: 0
}

.appseo-headline h1,
.appseo-headline h2,
.appseo-headline h3,
.appseo-headline h4,
.appseo-headline h5,
.appseo-headline h6 {
    margin: 0;
    font-family: poppins
}

.appseo-scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-image: -webkit-linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
    background-image: -o-linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
    background-image: linear-gradient(45deg, #ff6626 15%, #ffa641 100%)
}

.appseo-scrollup i {
    color: #fff;
    font-size: 20px
}

.appseo-section-title {
    padding-bottom: 35px
}

.appseo-section-title:after {
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 60px;
    height: 25px;
    margin: 0 auto;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/appilo-seo/shape/ts1.png)
}

.appseo-section-title p {
    color: #415e8d;
    font-size: 18px;
    text-transform: capitalize
}

.appseo-section-title h2 {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase
}

@-webkit-keyframes borderpls {
    0% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px currentColor;
        box-shadow: 0 0 0 10px currentColor;
        opacity: 0
    }

    to {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

@keyframes borderpls {
    0% {
        -webkit-box-shadow: 0 0 0 0 #f7d4c0;
        box-shadow: 0 0 0 0 #f7d4c0
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px #f7d4c0;
        box-shadow: 0 0 0 10px #f7d4c0;
        opacity: 0
    }

    to {
        -webkit-box-shadow: 0 0 0 0 #f7d4c0;
        box-shadow: 0 0 0 0 #f7d4c0;
        opacity: 0
    }
}

@-webkit-keyframes borderpls {
    0% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px currentColor;
        box-shadow: 0 0 0 10px currentColor;
        opacity: 0
    }

    to {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

.appseo-section-title2 p {
    color: #ff8533;
    font-size: 18px;
    font-weight: 600;
    padding-left: 35px;
    position: relative;
    padding-bottom: 18px
}

.appseo-section-title2 p:before,
.appseo-section-title2 p:after {
    width: 8px;
    height: 8px;
    content: '';
    left: 6px;
    top: 12px;
    z-index: 2;
    position: absolute;
    border-radius: 100%;
    background-color: #ff8533
}

.appseo-section-title2 p:after {
    left: 0;
    top: 6px;
    z-index: 1;
    width: 20px;
    height: 20px;
    background-color: #f7d4c0;
    -webkit-animation: borderpls 1.5s infinite cubic-bezier(.4, 0, 1, 1) both;
    animation: borderpls 1.5s infinite cubic-bezier(.4, 0, 1, 1) both
}

.appseo-section-title2 h2 {
    color: #213e6e;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.125
}

@-webkit-keyframes appseoupdown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes appseoupdown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes appseoupdown {
    0% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }
}

@keyframes appseoupdown {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@-webkit-keyframes videoup {
    70% {
        -webkit-box-shadow: 0 0 0 30px transparent;
        box-shadow: 0 0 0 30px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes videoup {
    70% {
        -webkit-box-shadow: 0 0 0 30px transparent;
        box-shadow: 0 0 0 30px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    100% {
        margin-top: -30%
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    100% {
        margin-top: -30%
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    100% {
        margin-top: -30%
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: 25px
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: 25px
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: 25px
    }
}

@-webkit-keyframes flying {
    0% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    100% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }
}

@keyframes flying {
    0% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    100% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }
}

@-webkit-keyframes fadeFromLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeFromRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeFromUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeFromUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeFromUp {
    -webkit-animation-name: fadeFromUp;
    animation-name: fadeFromUp
}

.fadeFromRight {
    -webkit-animation-name: fadeFromRight;
    animation-name: fadeFromRight
}

.fadeFromLeft {
    -webkit-animation-name: fadeFromLeft;
    animation-name: fadeFromLeft
}

.appseo-btn-hover {
    z-index: 1;
    overflow: hidden;
    position: relative
}

.appseo-btn-hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 40px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    z-index: -1;
    -webkit-transform: translate(-105%, 0);
    -ms-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, .8)
}

.appseo-btn-hover:hover:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.appseo-main-header {
    z-index: 5;
    width: 100%;
    padding-top: 60px;
    position: absolute
}

.appseo-blog .sidebar-page-container .sidebar-side .padding-left {
    z-index: 4
}

.appseo-blog .sidebar-page-container {
    margin-top: 100px
}

.appseo-main-header .navbar-nav {
    display: inherit
}

.appseo-main-header .appseo-logo {
    padding-top: 10px
}

.appseo-main-header .appseo-main-navigation {
    padding-top: 13px;
    display: inline-block
}

.appseo-main-header .appseo-main-navigation li {
    margin-left: 35px
}

.appseo-main-header .appseo-main-navigation li a {
    color: #213e6e;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 20px
}

.appseo-main-header .appseo-main-navigation .dropdown {
    position: relative
}

.appseo-main-header .appseo-main-navigation .dropdown:after {
    content: '\f107';
    position: absolute;
    right: -12px;
    top: 2px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    font-family: 'font awesome 5 free';
    font-weight: 900
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu {
    top: 65px;
    left: 0;
    opacity: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    height: auto;
    width: 200px;
    border: 0;
    display: block;
    border-radius: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-bottom: 2px solid #ff6626;
    -webkit-box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1);
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1)
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li a {
    width: 100%;
    color: #343434;
    display: block;
    font-size: 14px;
    padding: 10px 25px;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li a:before {
    display: none
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li a:after {
    left: 10px;
    top: 18px;
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-color: #fff;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li a:hover {
    background-color: #ff8533;
    color: #fff
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li:last-child {
    border-bottom: 0
}

.appseo-main-header .appseo-main-navigation .dropdown:hover .dropdown-menu {
    top: 50px;
    opacity: 1;
    visibility: visible
}

.appseo-main-header .appseo-sidebar-button {
    display: inline-block
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle {
    width: 20px;
    height: 15px;
    cursor: pointer;
    margin-left: 65px
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle span {
    position: relative
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle span:before {
    content: '';
    position: absolute;
    background-color: #213e6e;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle span:nth-child(1):before {
    top: 0;
    height: 3px;
    width: 14px
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle span:nth-child(2):before {
    top: 4px;
    height: 3px;
    width: 19px
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle span:nth-child(3):before {
    top: 8px;
    height: 3px;
    width: 15px
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle span:nth-child(4):before {
    top: 12px;
    height: 3px;
    width: 20px
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle:hover span:before {
    width: 20px
}

.appseo-main-header .header-button {
    height: 58px;
    width: 185px;
    float: right;
    line-height: 58px;
    margin-left: 13px;
    border-radius: 32px;
    display: inline-block;
    background-size: 200% auto;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    background-image: -webkit-linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
    background-image: -o-linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
    background-image: linear-gradient(45deg, #ff6626 15%, #ffa641 100%)
}

.appseo-main-header .header-button a {
    width: 100%;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700
}

.appseo-main-header .header-button:hover {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-position: right center
}

.appseo-sticky-header-overlay {
    background-color: #fff;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    top: 20px;
    position: fixed;
    padding: 10px 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.appseo-main-header.appseo-sticky-header-overlay {
    z-index: 9;
    top: 0;
    -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, .8);
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, .8)
}

.appseo-main-header.appseo-sticky-header-overlay .dropdown:hover .dropdown-menu {
    top: 45px
}

.appseo-home .side_inner_content {
    top: 0;
    bottom: 0;
    right: -320px;
    height: 110vh;
    z-index: 101;
    position: fixed;
    width: 300px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 50px 30px;
    -webkit-box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.appseo-home .side_inner_content p {
    text-align: left
}

.appseo-home .side_inner_content .side_inner_logo {
    margin: 30px 0
}

.appseo-home .side_inner_content .side_contact {
    margin-bottom: 30px
}

.side_inner_content .side_contact .social_widget h3 {
    font-size: 18px;
    padding: 10px 0 20px
}

.appseo-home .side_inner_content .side_contact .social_widget li {
    margin: 0 3px
}

.appseo-home .side_inner_content .side_copywright {
    font-size: 14px
}

.appseo-home .side_inner_content .close_btn {
    top: 30px;
    left: 20px;
    cursor: pointer;
    position: absolute
}

.appseo-home .side_inner_content .close_btn i {
    font-size: 14px
}

.appseo-home .wide_side_inner.wide_side_on .side_inner_content {
    right: -15px;
    z-index: 99;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s
}

.appseo-home .wide_side_inner {
    display: inline-block
}

.appseo-home .wide_side_inner .side_overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    z-index: 9;
    height: 110vh;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: url(../img/appilo-seo/cl.png), auto
}

.appseo-home .body_overlay_on {
    overflow: hidden
}

.appseo-home .wide_side_inner.wide_side_on .side_overlay {
    opacity: 1;
    visibility: visible
}

@-webkit-keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg)
    }

    100% {
        -webkit-transform: rotateY(0)
    }
}

@-moz-keyframes cd-rotate-3-in {
    0% {
        -moz-transform: rotateY(180deg)
    }

    100% {
        -moz-transform: rotateY(0)
    }
}

@keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    100% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0)
    }
}

@-webkit-keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(-180deg)
    }
}

@-moz-keyframes cd-rotate-3-out {
    0% {
        -moz-transform: rotateY(0)
    }

    100% {
        -moz-transform: rotateY(-180deg)
    }
}

@keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }
}

.appseo-banner-section .cd-headline.rotate-3 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
    position: relative
}

.appseo-banner-section .cd-headline.rotate-3 b {
    opacity: 0
}

.appseo-banner-section .cd-headline.rotate-3 i {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-style: normal;
    font-weight: 700
}

.appseo-banner-section .cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0
}

.appseo-banner-section .is-visible .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0)
}

.appseo-banner-section .cd-headline.rotate-3 i.in {
    -webkit-animation: cd-rotate-3-in .6s forwards;
    -moz-animation: cd-rotate-3-in .6s forwards;
    animation: cd-rotate-3-in .6s forwards
}

.appseo-banner-section .cd-headline.rotate-3 i.out {
    -webkit-animation: cd-rotate-3-out .6s forwards;
    -moz-animation: cd-rotate-3-out .6s forwards;
    animation: cd-rotate-3-out .6s forwards
}

.appseo-banner-section .no-csstransitions .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 0
}

.appseo-banner-section .no-csstransitions .cd-headline.rotate-3 .is-visible i {
    opacity: 1
}

.appseo-banner-section .appseo-banner-content {
    max-width: 480px;
    padding: 380px 0 135px
}

.appseo-banner-section .appseo-banner-content h1 {
    color: #213e6e;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 15px
}

.appseo-banner-section .appseo-banner-content .cd-words-wrapper b.is-visible {
    position: relative
}

.appseo-banner-section .appseo-banner-content p {
    color: #213e6e;
    font-size: 20px;
    padding-bottom: 28px
}

.appseo-banner-section .appseo-banner-content .banner-call-action {
    width: 100%;
    margin-bottom: 65px;
    display: inline-block
}

.appseo-banner-section .appseo-banner-content .banner-call-action .call-action-icon {
    margin-right: 20px
}

.appseo-banner-section .appseo-banner-content .banner-call-action .call-action-icon i {
    font-size: 40px;
    color: #213e6e
}

.appseo-banner-section .appseo-banner-content .banner-call-action .call-action-text {
    color: #213e6e;
    font-size: 26px;
    font-weight: 300;
    padding-top: 12px
}

.appseo-banner-section .appseo-banner-content .banner-call-action .call-action-text span {
    color: #ff8533;
    font-weight: 600
}

.appseo-banner-section .appseo-banner-content .banner-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.appseo-banner-section .appseo-banner-content .banner-btn .qut-btn {
    z-index: 1;
    width: 200px;
    height: 62px;
    position: relative;
    line-height: 62px;
    margin-right: 20px;
    border-radius: 52px;
    background-size: 200% auto;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    background-image: -webkit-linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%);
    background-image: -o-linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%);
    background-image: linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%)
}

.appseo-banner-section .appseo-banner-content .banner-btn .qut-btn a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.appseo-banner-section .appseo-banner-content .banner-btn .qut-btn:hover {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-position: right center
}

.appseo-banner-section .appseo-banner-content .banner-btn .banner-video-btn {
    z-index: 1;
    width: 70px;
    height: 70px;
    line-height: 72px;
    position: relative;
    border-radius: 100%;
    background-color: #fff
}

.appseo-banner-section .appseo-banner-content .banner-btn .banner-video-btn:before {
    top: -15px;
    left: -15px;
    z-index: -1;
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 100%;
    background-color: #fff3ea
}

.appseo-banner-section .appseo-banner-content .banner-btn .banner-video-btn:after {
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21)
}

.appseo-banner-section .appseo-banner-content .banner-btn .banner-video-btn a {
    width: 100%;
    display: block;
    color: #ff8533;
    font-size: 25px
}

.appseo-banner-section .appseo-banner-content .banner-btn .banner-video-btn .video-border {
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    width: 100px;
    height: 100px;
    margin-left: .5px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #fff3ea;
    box-shadow: 0 0 0 0 #fff3ea;
    -webkit-animation: videoup 3s infinite;
    animation: videoup 3s infinite
}

.appseo-banner-section .banner-shape {
    z-index: -1;
    position: absolute
}

.appseo-banner-section .appseo-banner-shape1 {
    top: 0;
    left: -490px
}

.appseo-banner-section .appseo-banner-shape2 {
    top: 300px;
    left: 140px
}

.appseo-banner-section .appseo-banner-shape3 {
    top: 0;
    right: 0
}

.appseo-banner-section .appseo-banner-shape4 {
    left: 50%;
    top: 260px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.appseo-banner-section .appseo-banner-vector {
    top: 200px;
    right: 140px;
    -webkit-animation: appseoupdown 2s infinite alternate;
    animation: appseoupdown 2s infinite alternate
}

.appseo-service-section {
    padding: 0 0 120px
}

.appseo-service-section .appseo-service-vector {
    position: absolute;
    bottom: 150px;
    left: 140px
}

.appseo-service-content {
    padding-top: 40px
}

.appseo-service-content .appseo-service-icon-text {
    z-index: 1;
    overflow: hidden;
    padding: 55px 65px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-box-shadow: 0 0 35px 0 rgba(164, 177, 235, .13);
    box-shadow: 0 0 35px 0 rgba(164, 177, 235, .13)
}

.appseo-service-content .appseo-service-icon-text .appseo-service-icon {
    width: 142px;
    height: 142px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-bottom: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    background-image: -webkit-linear-gradient(45deg, #6cc8e0 15%, #afe1ee 100%);
    background-image: -o-linear-gradient(45deg, #6cc8e0 15%, #afe1ee 100%);
    background-image: linear-gradient(45deg, #6cc8e0 15%, #afe1ee 100%)
}

.appseo-service-content .appseo-service-icon-text .appseo-service-icon i {
    font-size: 70px;
    color: #fff
}

.appseo-service-content .appseo-service-icon-text .appseo-service-icon:before,
.appseo-service-content .appseo-service-icon-text .appseo-service-icon:after {
    top: 15px;
    left: -25px;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/appilo-seo/shape/sericon2.png)
}

.appseo-service-content .appseo-service-icon-text .appseo-service-icon:after {
    top: 0;
    left: auto;
    right: -45px;
    background-image: url(../img/appilo-seo/shape/sericon1.png)
}

.appseo-service-content .appseo-service-icon-text .appseo-service-text h3 {
    color: #213e6e;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 12px
}

.appseo-service-content .appseo-service-icon-text .appseo-service-text p {
    color: #415e8d;
    line-height: 1.75
}

.appseo-service-content .appseo-service-icon-text:before {
    top: -135px;
    right: -120px;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-image: url(../img/appilo-seo/shape/s-shape1.png)
}

.appseo-service-content .appseo-service-box {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-color: #fff
}

.appseo-service-content .appseo-service-box:after {
    left: 0;
    right: 0;
    content: '';
    height: 8px;
    bottom: -4px;
    width: 240px;
    margin: 0 auto;
    position: absolute;
    border-radius: 30px;
    background-color: #8fd5e7;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.appseo-service-content .appseo-service-box:hover {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.appseo-service-content .appseo-service-box:hover:after {
    width: 270px
}

.appseo-service-content .appseo-service-box:hover .appseo-service-icon-text:before {
    top: -145px;
    right: -130px
}

.appseo-service-content .col-lg-4:nth-child(2) .appseo-service-box:after {
    background-color: #f83
}

.appseo-service-content .col-lg-4:nth-child(2) .appseo-service-box .appseo-service-icon {
    background-image: -webkit-linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
    background-image: -o-linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
    background-image: linear-gradient(45deg, #ff6626 15%, #ffa641 100%)
}

.appseo-service-content .col-lg-4:nth-child(3) .appseo-service-box:after {
    background-color: #3c58e8
}

.appseo-service-content .col-lg-4:nth-child(3) .appseo-service-box .appseo-service-icon {
    background-image: -webkit-linear-gradient(45deg, #2b3fe1 15%, #4f73ef 100%);
    background-image: -o-linear-gradient(45deg, #2b3fe1 15%, #4f73ef 100%);
    background-image: linear-gradient(45deg, #2b3fe1 15%, #4f73ef 100%)
}

.appseo-about-section {
    padding: 300px 0 105px
}

.appseo-about-section:before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/appilo-seo/shape/abbg.png)
}

.appseo-about-section .partner-slide-area {
    padding-top: 110px
}

.appseo-about-section .partner-slide-area .owl-item img {
    width: inherit
}

.appseo-about-section .partner-slide-area .owl-nav {
    display: none
}

.appseo-about-section .appseo-about-img {
    top: 0;
    left: -110px;
    position: absolute
}

.appseo-about-section .appseo-about-content {
    float: right;
    max-width: 580px;
    padding-right: 100px
}

.appseo-about-section .appseo-about-content .appseo-section-title2 h2 {
    padding-bottom: 15px
}

.appseo-about-section .appseo-about-content .appseo-about-quote {
    position: relative;
    margin: 25px 0 46px
}

.appseo-about-section .appseo-about-content .appseo-about-quote .quote-icon-about {
    top: -12px;
    left: 0;
    position: absolute
}

.appseo-about-section .appseo-about-content .appseo-about-quote .quote-icon-about i {
    font-size: 40px;
    color: #ff8533
}

.appseo-about-section .appseo-about-content .appseo-about-quote .quote-text-about {
    color: #ff8533;
    font-weight: 600;
    padding-left: 65px;
    font-style: italic
}

.appseo-about-section .appseo-about-content .appseo-about-btn {
    color: #fff;
    height: 60px;
    width: 220px;
    font-size: 14px;
    font-weight: 700;
    line-height: 60px;
    border-radius: 40px;
    background-size: 200% auto;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    background-image: -webkit-linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%);
    background-image: -o-linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%);
    background-image: linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%)
}

.appseo-about-section .appseo-about-content .appseo-about-btn a {
    width: 100%;
    display: block
}

.appseo-about-section .appseo-about-content .appseo-about-btn:hover {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-position: right center
}

.ready-to-grow-section {
    overflow: visible !important;
    padding: 120px 0 130px;
    z-index: 1;
    background-color: #00183e
}

.ready-to-grow-section:before {
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-image: url(../img/appilo-seo/shape/r-shape.png)
}

.ready-to-grow-section .ready-vector {
    top: -20px;
    left: 50px;
    position: absolute;
    -webkit-animation: appseoupdown 2s infinite alternate;
    animation: appseoupdown 2s infinite alternate
}

.ready-to-grow-section .ready-go-title {
    color: #fff;
    padding-bottom: 50px
}

.ready-to-grow-section .ready-go-title span {
    font-size: 24px;
    letter-spacing: 3px;
    text-transform: uppercase
}

.ready-to-grow-section .ready-go-title h2 {
    font-size: 40px;
    font-weight: 700
}

.ready-to-grow-section .ready-go-form {
    margin: 0 auto;
    max-width: 955px
}

.ready-to-grow-section .ready-go-form .ready-go-input-area {
    height: 60px;
    overflow: hidden;
    position: relative;
    border-radius: 40px
}

.ready-to-grow-section .ready-go-form .ready-go-input-area:before {
    top: 0;
    left: 41%;
    width: 2px;
    content: '';
    height: 100px;
    position: absolute;
    background-color: #ddd
}

.ready-to-grow-section .ready-go-form .ready-go-input-area input {
    float: left;
    width: 395px;
    height: 60px;
    border: 0;
    padding-left: 30px
}

.ready-to-grow-section .ready-go-form .sub-btn {
    position: absolute;
    top: 0;
    right: 0
}

.ready-to-grow-section .ready-go-form .sub-btn button {
    color: #fff;
    height: 60px;
    width: 220px;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 60px;
    border-radius: 40px;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(45deg, #ff6525 15%, #ffa942 100%);
    background-image: -o-linear-gradient(45deg, #ff6525 15%, #ffa942 100%);
    background-image: linear-gradient(45deg, #ff6525 15%, #ffa942 100%)
}

.appseo-mission-area-section {
    padding: 145px 0 140px;
    position: relative;
    z-index: 1
}

.appseo-mission-area-section:after {
    top: -30%;
    right: -55%;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/appilo-seo/shape/rg-shape1.png)
}

.appseo-mission-area-section .appseo-mission-vector {
    right: 0;
    top: 180px;
    position: absolute
}

.appseo-mission-area-text {
    max-width: 480px
}

.appseo-mission-area-text .appseo-section-title2 {
    padding-bottom: 85px
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content {
    width: 100%;
    margin-bottom: 40px;
    display: inline-block
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content .appseo-mission-item-icon {
    z-index: 1;
    top: 20px;
    float: left;
    width: 115px;
    height: 112px;
    margin-left: 30px;
    position: relative
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content .appseo-mission-item-icon i {
    font-size: 50px;
    color: #fff
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content .appseo-mission-item-icon:before {
    top: -25px;
    left: -35px;
    content: '';
    z-index: -1;
    width: 130px;
    height: 130px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/appilo-seo/shape/ms1.png)
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content:nth-child(2) .appseo-mission-item-icon:before {
    background-image: url(../img/appilo-seo/shape/ms2.png)
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content:nth-child(3) .appseo-mission-item-icon:before {
    background-image: url(../img/appilo-seo/shape/ms3.png)
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content .appseo-mission-area-text h3 {
    color: #213e6e;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px
}

.appseo-pricing-section {
    overflow: visible !important;
    position: relative
}

.appseo-pricing-section:after {
    top: 35%;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/appilo-seo/shape/abbg.png)
}

.appseo-pricing-section .appseo-pricing-title {
    margin: 0 auto;
    max-width: 675px;
    padding-bottom: 125px
}

.appseo-pricing-section .appseo-pricing-title h2 {
    color: #213e6e;
    font-size: 40px;
    font-weight: 700
}

.appseo-pricing-section .appseo-pricing-item {
    padding-bottom: 80px;
    position: relative;
    z-index: 1
}

.appseo-pricing-section .appseo-pricing-item:after {
    content: '';
    height: 275px;
    width: 275px;
    bottom: 15px;
    right: -100px;
    z-index: -1;
    background-image: url(../img/appilo-seo/shape/pr-shape.png);
    position: absolute
}

.appseo-pricing-section .appseo-pricing-inner-box {
    z-index: 1;
    margin: 0 auto;
    max-width: 350px;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    padding: 125px 45px 50px;
    -webkit-box-shadow: 0 0 35px 0 rgba(164, 177, 235, .13);
    box-shadow: 0 0 35px 0 rgba(164, 177, 235, .13)
}

.appseo-pricing-section .appseo-pricing-inner-box:after {
    right: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    width: 210px;
    height: 125px;
    position: absolute;
    background-image: url(../img/appilo-seo/shape/prs.png)
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-img {
    top: -90px;
    left: 0;
    right: 0;
    position: absolute
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-price-title h3 {
    font-size: 20px;
    font-weight: 600
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-price {
    font-weight: 600;
    line-height: 1;
    padding: 20px 0 5px
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-price span {
    color: #3d59e8;
    font-size: 50px
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-price strong {
    line-height: 1;
    color: #213e6e;
    font-size: 60px;
    font-weight: 600
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-module {
    margin-bottom: 20px
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-module span {
    font-weight: 600
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-list li {
    padding: 8px 0;
    border-bottom: 2px dashed #e9e9e9
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-list li:last-child {
    border-bottom: 0
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-btn {
    color: #fff;
    height: 60px;
    width: 260px;
    font-size: 14px;
    margin-top: 15px;
    font-weight: 700;
    line-height: 60px;
    border-radius: 40px;
    text-transform: uppercase;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-size: 200% auto;
    -webkit-box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    background-image: -webkit-linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%);
    background-image: -o-linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%);
    background-image: linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%)
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-btn a {
    display: block;
    width: 100%
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-btn:hover {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-position: right center
}

.appseo-pricing-section .appseo-pricing-inner-box.popular-appseo {
    top: 35px;
    position: relative
}

.appseo-pricing-section .appseo-pricing-inner-box.popular-appseo .appseo-pricing-btn {
    background-image: -webkit-linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
    background-image: -o-linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
    background-image: linear-gradient(45deg, #ff6626 15%, #ffa641 100%)
}

.appseo-testimonial-section {
    padding: 40px 0 95px;
    background-color: #f4f8ff
}

.appseo-testimonial-section .testi-circle-shape {
    position: absolute;
    top: 0;
    left: -30%
}

.appseo-testimonial-content {
    z-index: 1;
    margin: 0 auto;
    max-width: 705px;
    margin-top: 30px;
    position: relative
}

.appseo-testimonial-content:before {
    left: 0;
    right: 0;
    top: -15px;
    z-index: -1;
    line-height: 1;
    color: #e9f0fb;
    content: '\f10e';
    font-weight: 900;
    font-size: 205px;
    position: absolute;
    text-align: center;
    font-family: 'font awesome 5 free'
}

.appseo-testimonial-content .slick-dots {
    display: none
}

.appseo-testimonial-content .slick-dotted.slick-slider {
    margin-bottom: 0
}

.appseo-testimonial-content .appseo-testimonial-quote {
    position: relative;
    padding-bottom: 110px
}

.appseo-testimonial-content .appseo-testimonial-quote:before {
    left: 0;
    right: 0;
    bottom: 70px;
    height: 5px;
    content: '';
    width: 290px;
    margin: 0 auto;
    position: absolute;
    background-color: #ff8533
}

.appseo-testimonial-content .appseo-testimonial-text {
    font-size: 24px;
    font-style: italic
}

.appseo-testimonial-content .appseo-testimonial-trigger {
    position: relative
}

.appseo-testimonial-content .appseo-testimonial-trigger:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -70px;
    left: -24px;
    right: 0;
    margin: 0 auto;
    border-left: 50px solid transparent;
    border-right: 0 solid transparent;
    border-top: 30px solid #ff8533
}

.appseo-testimonial-content .appseo-testimonial-trigger:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: -75px;
    left: -28px;
    margin: 0 auto;
    border-left: 45px solid transparent;
    border-right: 0 solid transparent;
    border-top: 25px solid #fff
}

.appseo-testimonial-content .appseo-testimonial-trigger .slick-list {
    margin: 0 auto;
    width: 645px !important;
    padding: 0 !important
}

.appseo-testimonial-content .appseo-testimonial-trigger .appseo-testi-name-degi {
    margin: 0 30px
}

.appseo-testimonial-content .appseo-testimonial-trigger .appseo-testi-name-degi h3 {
    font-size: 30px;
    font-weight: 700;
    color: rgba(61, 89, 232, .4);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.appseo-testimonial-content .appseo-testimonial-trigger .appseo-testi-name-degi span {
    opacity: .5;
    color: #999;
    text-transform: uppercase;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.appseo-testimonial-content .appseo-testimonial-trigger .appseo-testi-name-degi.slick-current.slick-center h3 {
    color: #ff8533
}

.appseo-testimonial-content .appseo-testimonial-trigger .appseo-testi-name-degi.slick-current.slick-center span {
    opacity: 1
}

.appseo-case-study-section {
    padding: 110px 0 70px
}

.appseo-case-study-section .appseo-section-title {
    margin-bottom: 40px
}

.appseo-case-study-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.appseo-case-study-img-text {
    width: 390px;
    margin: 5px
}

.appseo-case-study-img-text .appseo-case-img {
    overflow: hidden;
    position: relative;
    border-radius: 15px
}

.appseo-case-study-img-text .appseo-case-img:after {
    top: 0;
    left: 0;
    opacity: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    border-radius: 15px;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    background-image: -webkit-linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
    background-image: -o-linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
    background-image: linear-gradient(45deg, #ff6626 15%, #ffa641 100%)
}

.appseo-case-study-img-text .appseo-case-img img {
    border-radius: 15px;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out
}

.appseo-case-study-img-text .appseo-case-text {
    top: -45px;
    left: 25px;
    padding: 25px 30px;
    max-width: 352px;
    border-radius: 20px;
    position: relative;
    background-color: #fff;
    border-top-right-radius: 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-box-shadow: 0 0 35px 0 rgba(164, 177, 235, .13);
    box-shadow: 0 0 35px 0 rgba(164, 177, 235, .13)
}

.appseo-case-study-img-text .appseo-case-text span {
    color: #ff8533;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase
}

.appseo-case-study-img-text .appseo-case-text h3 {
    padding-top: 10px;
    color: #213e6e;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.appseo-case-study-img-text:hover .appseo-case-text {
    background-color: #244479
}

.appseo-case-study-img-text:hover .appseo-case-text h3 {
    color: #fff
}

.appseo-case-study-img-text:hover .appseo-case-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.appseo-case-study-img-text:hover .appseo-case-img:after {
    opacity: .8;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.appseo-cta-section {
    z-index: 1;
    overflow: visible !important;
    padding: 120px 0 105px
}

.appseo-cta-section .appseo-call-vector {
    top: 45px;
    right: 220px;
    position: absolute;
    -webkit-animation: flying 1.5s linear infinite;
    animation: flying 1.5s linear infinite
}

.appseo-cta-section:before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../img/appilo-seo/banner/ctabg.jpg)
}

.appseo-cta-section .overlay-bg {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .9;
    position: absolute;
    background-image: -webkit-linear-gradient(45deg, #05297d 15%, #0e75e6 100%);
    background-image: -o-linear-gradient(45deg, #05297d 15%, #0e75e6 100%);
    background-image: linear-gradient(45deg, #05297d 15%, #0e75e6 100%)
}

.appseo-cta-section .appseo-cta-content {
    padding-left: 125px
}

.appseo-cta-section .appseo-cta-content h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700
}

.appseo-cta-section .appseo-call-btn-area {
    padding-left: 90px
}

.appseo-cta-section .appseo-cta-btn {
    color: #fff;
    z-index: 5;
    height: 70px;
    width: 255px;
    font-size: 14px;
    font-weight: 700;
    line-height: 70px;
    position: relative;
    border-radius: 40px;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(45deg, #ff6525 15%, #ffa942 100%);
    background-image: -o-linear-gradient(45deg, #ff6525 15%, #ffa942 100%);
    background-image: linear-gradient(45deg, #ff6525 15%, #ffa942 100%)
}

.appseo-cta-section .appseo-cta-btn a {
    width: 100%;
    display: block
}

.bubble-dotted {
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: absolute;
    pointer-events: none
}

.bubble-dotted .dotted {
    position: absolute;
    border-radius: 50%
}

.bubble-dotted .dotted-1 {
    width: 11px;
    height: 11px;
    left: 100px;
    top: 50%;
    -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate
}

.bubble-dotted .dotted-2 {
    width: 7px;
    height: 7px;
    left: 240px;
    top: 40%;
    -webkit-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate
}

.bubble-dotted .dotted-3 {
    width: 11px;
    height: 11px;
    left: 460px;
    top: 30%;
    -webkit-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate
}

.bubble-dotted .dotted-4 {
    width: 16px;
    height: 16px;
    left: 430px;
    top: 90%;
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate
}

.bubble-dotted .dotted-5 {
    width: 6px;
    height: 6px;
    left: 50%;
    top: 50%;
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate
}

.bubble-dotted .dotted-6 {
    width: 9px;
    height: 9px;
    left: 70%;
    top: 230px;
    -webkit-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate
}

.bubble-dotted .dotted-7 {
    width: 6px;
    height: 6px;
    left: 65%;
    top: 30%;
    -webkit-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate
}

.bubble-dotted .dotted-8 {
    width: 6px;
    height: 6px;
    left: 85%;
    top: 35%;
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate
}

.bubble-dotted .dotted-9 {
    width: 13px;
    height: 13px;
    left: 90%;
    top: 40%;
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate
}

.bubble-dotted .dotted-10 {
    width: 12px;
    height: 12px;
    left: 80%;
    top: 70%;
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate
}

.appseo-cta-section .bubble-dotted .dotted {
    position: absolute;
    background: #fff;
    border-radius: 50%
}

.appseo-cta-section .bubble-dotted .dotted-1 {
    width: 6px;
    height: 6px;
    left: 270px;
    top: 100px
}

.appseo-cta-section .bubble-dotted .dotted-2 {
    width: 6px;
    height: 6px;
    left: 190px;
    top: 210px
}

.appseo-cta-section .bubble-dotted .dotted-3 {
    width: 11px;
    height: 11px;
    left: 150px;
    top: 90%
}

.appseo-cta-section .bubble-dotted .dotted-4 {
    width: 11px;
    height: 11px;
    left: 25%;
    top: 100px
}

.appseo-cta-section .bubble-dotted .dotted-5 {
    width: 11px;
    height: 11px;
    left: 45%;
    top: 60px
}

.appseo-cta-section .bubble-dotted .dotted-6 {
    width: 6px;
    height: 6px;
    left: 50%;
    top: 370px
}

.appseo-cta-section .bubble-dotted .dotted-7 {
    width: 9px;
    height: 9px;
    left: 75%;
    top: 25px
}

.appseo-cta-section .bubble-dotted .dotted-8 {
    width: 8px;
    height: 8px;
    left: 77%;
    top: 170px
}

.appseo-cta-section .bubble-dotted .dotted-9 {
    width: 6px;
    height: 6px;
    left: 85%;
    top: 50%
}

.appseo-cta-section .bubble-dotted .dotted-10 {
    width: 6px;
    height: 6px;
    left: 90%;
    top: 80%
}

.appseo-blog-section {
    padding: 110px 0 125px;
    background-color: #f4f8ff
}

.appseo-blog-section .appseo-section-title {
    margin-bottom: 35px
}

.appseo-blog-img-text {
    z-index: 1;
    position: relative
}

.appseo-blog-img-text:before {
    left: -5px;
    z-index: -1;
    content: '';
    width: 100%;
    top: 150px;
    height: 300px;
    border-radius: 10px;
    position: absolute;
    background-color: #fff;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.appseo-blog-img-text .appseo-blog-img .appseo-post-meta {
    right: 25px;
    height: 88px;
    width: 85px;
    bottom: -10px;
    color: #fff;
    height: 90px;
    line-height: 1;
    font-size: 15px;
    padding-top: 15px;
    position: absolute;
    border-radius: 10px;
    -webkit-box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    background-image: -webkit-linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%);
    background-image: -o-linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%);
    background-image: linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%)
}

.appseo-blog-img-text .appseo-blog-img .appseo-post-meta span {
    line-height: 1;
    display: block;
    font-size: 40px;
    font-weight: 700
}

.appseo-blog-img-text .appseo-blog-text {
    padding: 30px 45px
}

.appseo-blog-img-text .appseo-blog-text h3 {
    line-height: 1.364;
    color: #213e6e;
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.appseo-blog-img-text .appseo-blog-text .appseo-blog-meta span {
    color: #415e8d;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.appseo-blog-img-text .appseo-blog-text .appseo-blog-meta a {
    color: #ff8533
}

.appseo-blog-img-text:hover:before {
    background-color: #1d3762
}

.appseo-blog-img-text:hover .appseo-blog-img .appseo-post-meta {
    background-image: -webkit-linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
    background-image: -o-linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
    background-image: linear-gradient(45deg, #ff6626 15%, #ffa641 100%)
}

.appseo-blog-img-text:hover .appseo-blog-text h3 {
    color: #fff
}

.appseo-blog-img-text:hover .appseo-blog-meta span {
    color: #fff
}

.appseo-newsletter-section {
    padding: 85px 0
}

.appseo-newsletter-section .newsletter-vector {
    left: -125px;
    bottom: -150px;
    position: absolute
}

.appseo-newsletter-text h2 {
    color: #213e6e;
    font-size: 40px;
    font-weight: 800
}

.appseo-newsletter-box {
    padding-left: 100px
}

.appseo-newsletter-box input {
    width: 100%;
    height: 70px;
    border: 0;
    padding-left: 30px;
    border-radius: 40px;
    -webkit-box-shadow: 0 5px 24px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 5px 24px 0 rgba(0, 0, 0, .09)
}

.appseo-newsletter-box .nws-button {
    top: 8px;
    right: 15px
}

.appseo-newsletter-box .nws-button button {
    color: #fff;
    height: 55px;
    width: 160px;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    background-image: -webkit-linear-gradient(45deg, #ff6525 15%, #ffa942 100%);
    background-image: -o-linear-gradient(45deg, #ff6525 15%, #ffa942 100%);
    background-image: linear-gradient(45deg, #ff6525 15%, #ffa942 100%)
}

.appseo-footer-area-section {
    padding: 120px 0 130px
}

.appseo-footer-area-section:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 5, 46, .9);
    top: 0;
    left: 0
}

.appseo-footer-widget .appseo-widget-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 35px
}

.appseo-footer-widget .footer-logo-widget .appseo-footer-logo {
    margin-bottom: 20px
}

.appseo-footer-widget .footer-logo-widget .appseo-footer-about p {
    color: #ddd;
    max-width: 490px;
    line-height: 1.875;
    padding-bottom: 15px
}

.appseo-footer-widget .footer-logo-widget .appseo-footer-about strong {
    color: #6d83f9;
    font-size: 14px;
    font-weight: 700
}

.appseo-footer-widget .footer-logo-widget .appseo-footer-about span {
    color: #fff;
    display: block;
    font-size: 14px;
    max-width: 170px
}

.appseo-footer-widget .menu li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px
}

.appseo-footer-widget .menu li:before,
.appseo-footer-widget .menu li:after {
    left: 0;
    top: 10px;
    width: 7px;
    content: '';
    height: 7px;
    position: absolute;
    border-radius: 100%;
    background-color: #ff8533
}

.appseo-footer-widget .menu li:after {
    left: 10px
}

.appseo-footer-widget .menu li a {
    color: #c9c9c9;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.appseo-footer-widget .menu li a:hover {
    color: #ff8533
}

.appseo-copyright {
    margin-top: 30px;
    width: 100%;
    position: relative;
    display: inline-block
}

.appseo-copyright:after {
    top: 18px;
    content: '';
    height: 2px;
    width: 450px;
    right: 20%;
    margin: 0 auto;
    position: absolute;
    background-color: #333a66
}

.appseo-copyright .appseo-copyright-text {
    float: left
}

.appseo-copyright .appseo-copyright-text span {
    color: #ddd
}

.appseo-copyright .appseo-copyright-text span a {
    color: #ff8533
}

.appseo-copyright .appseo-footer-social {
    float: right
}

.appseo-copyright .appseo-footer-social a {
    width: 45px;
    color: #fff;
    height: 45px;
    margin-left: 5px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    display: inline-block
}

.appseo-copyright .appseo-footer-social a:nth-child(1) {
    background-color: #2662db
}

.appseo-copyright .appseo-footer-social a:nth-child(2) {
    background-color: #e2463d
}

.appseo-copyright .appseo-footer-social a:nth-child(3) {
    background-color: #28c5f4
}

.appseo-copyright .appseo-footer-social a:nth-child(4) {
    background-color: #206096
}

.appseo-copyright .appseo-footer-social a:nth-child(5) {
    background-color: #d0101f
}

.appseo-mobile_menu_content {
    top: 0;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 280px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 40px 0;
    -webkit-box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.appseo-mobile_menu_content .appseo-mobile-main-navigation {
    width: 100%
}

.appseo-mobile_menu_content .appseo-mobile-main-navigation .navbar-nav {
    width: 100%
}

.appseo-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.appseo-mobile_menu_content .appseo-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-bottom: 1px solid #dcdcdc
}

.appseo-mobile_menu_content .appseo-mobile-main-navigation .navbar-nav li:first-child {
    border-top: 1px solid #dcdcdc
}

.appseo-mobile_menu_content .appseo-mobile-main-navigation .navbar-nav li a {
    color: #000;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 30px;
    text-transform: uppercase
}

.appseo-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px
}

.appseo-mobile_menu_wrap.mobile_menu_on .appseo-mobile_menu_content {
    right: 0;
    -webkit-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .9);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.mobile_menu_overlay_on {
    overflow: hidden
}

.appseo-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible
}

.appseo-mobile_menu_button {
    position: absolute;
    display: none;
    right: 0;
    cursor: pointer;
    line-height: 40px;
    color: #f83;
    text-align: center;
    font-size: 30px;
    top: -40px;
    z-index: 5
}

.appseo-mobile_menu .appseo-mobile-main-navigation .navbar-nav li a:after {
    display: none
}

.appseo-mobile_menu .appseo-mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.appseo-mobile_menu .appseo-mobile_menu_content .appseo-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: 0;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 0;
    width: 100%;
    border-top: 1px solid #dcdcdc
}

.appseo-mobile_menu .appseo-mobile_menu_content .appseo-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: 0;
    padding: 0 20px;
    line-height: 1
}

.appseo-mobile_menu .dropdown {
    position: relative
}

.appseo-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    padding: 5px 10px
}

.appseo-mobile_menu .dropdown .dropdown-btn:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 0;
    background-color: #dcdcdc
}

.appseo-mobile_menu .appseo-mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute
}

@media screen and (max-width:1440px) {
    .appseo-banner-section .appseo-banner-shape2 {
        left: 0
    }

    .appseo-banner-section .appseo-banner-vector {
        right: -65px
    }

    .appseo-service-section .appseo-service-vector {
        left: -20px
    }

    .ready-to-grow-section .ready-vector {
        left: -160px
    }

    .appseo-mission-area-section .appseo-mission-vector {
        right: -24%
    }

    .appseo-case-study-img-text .appseo-case-text h3 {
        font-size: 18px
    }

    .appseo-case-study-img-text .appseo-case-text {
        left: 11px;
        padding: 20px;
        max-width: 255px
    }

    .appseo-cta-section .appseo-call-vector {
        right: 45px
    }
}

@media screen and (max-width:1280px) {
    .appseo-case-study-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .appseo-case-study-img-text .appseo-case-text {
        left: 25px;
        padding: 25px 30px;
        max-width: 365px
    }
}

@media screen and (max-width:1199px) {
    .appseo-banner-section .appseo-banner-vector {
        right: -125px
    }

    .appseo-mission-area-section .appseo-mission-vector {
        right: -35%
    }

    .appseo-testimonial-section .testi-circle-shape {
        display: none
    }

    .appseo-about-section .appseo-about-img {
        left: -260px
    }
}

@media screen and (max-width:1045px) {
    .appseo-main-header .header-button {
        width: 150px
    }

    .appseo-banner-section .appseo-banner-shape2 {
        display: none
    }

    .appseo-banner-section .appseo-banner-vector {
        right: -310px
    }

    .appseo-service-section .appseo-service-vector {
        z-index: -1
    }

    .appseo-mission-area-section .appseo-mission-vector {
        right: -50%
    }

    .appseo-case-study-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .appseo-cta-section .appseo-cta-content {
        padding-left: 0
    }
}

@media screen and (max-width:991px) {
    .appseo-banner-section .appseo-banner-vector {
        position: static
    }

    .appseo-banner-section .appseo-banner-content {
        padding: 200px 0 50px
    }

    .appseo-service-section {
        padding: 60px 0 20px
    }

    .appseo-service-content .appseo-service-box {
        margin: 0 auto;
        max-width: 370px;
        background-color: #fff;
        margin-bottom: 60px
    }

    .appseo-about-section .appseo-about-img {
        position: static;
        margin-bottom: 40px
    }

    .ready-to-grow-section .ready-vector {
        display: none
    }

    .ready-to-grow-section .ready-go-form .ready-go-input-area {
        height: auto;
        border-radius: 0
    }

    .ready-to-grow-section .ready-go-form .ready-go-input-area:before {
        display: none
    }

    .ready-to-grow-section .ready-go-form .ready-go-input-area input {
        width: 100%;
        border-radius: 40px;
        margin-bottom: 30px
    }

    .ready-to-grow-section .ready-go-form .sub-btn {
        position: static
    }

    .appseo-mission-area-section .appseo-mission-vector {
        display: none
    }

    .appseo-pricing-section .appseo-pricing-inner-box {
        margin-bottom: 140px
    }

    .appseo-case-study-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .appseo-cta-section .appseo-cta-btn {
        margin: 0 auto
    }

    .appseo-cta-section .appseo-cta-content {
        padding-bottom: 30px
    }

    .appseo-cta-section .appseo-call-vector {
        display: none
    }

    .appseo-blog-img-text {
        max-width: 370px;
        margin: 0 auto;
        margin-bottom: 40px
    }

    .appseo-newsletter-box {
        padding-left: 0;
        margin-top: 20px
    }

    .appseo-newsletter-box .nws-button {
        top: 28px
    }

    .appseo-copyright:after {
        display: none
    }

    .appseo-menu-wrapper {
        display: none
    }

    .appseo-mobile_menu_button {
        display: block
    }

    .appseo-footer-widget .appseo-widget-title {
        padding-bottom: 20px
    }

    .appseo-footer-widget {
        margin-bottom: 40px
    }

    .appseo-main-header {
        padding-top: 30px
    }

    .appseo-main-header.appseo-sticky-header-overlay {
        padding-top: 10px
    }
}

@media screen and (max-width:580px) {
    .appseo-banner-section .appseo-banner-shape2 {
        display: none
    }

    .appseo-about-section {
        padding-top: 20px
    }

    .appseo-cta-section .appseo-cta-content h2 {
        font-size: 32px
    }

    .appseo-blog-section {
        padding-bottom: 40px
    }
}

@media screen and (max-width:480px) {
    .appseo-banner-section .appseo-banner-content h1 {
        font-size: 40px
    }

    .appseo-banner-section .appseo-banner-content .banner-call-action .call-action-text {
        font-size: 22px
    }

    .appseo-section-title h2 {
        font-size: 32px
    }

    .appseo-section-title2 h2 {
        font-size: 32px
    }

    .ready-to-grow-section .ready-go-title h2 {
        font-size: 32px
    }

    .ready-to-grow-section .ready-go-title span {
        font-size: 18px
    }

    .ready-to-grow-section .ready-go-title {
        padding-bottom: 30px
    }

    .appseo-pricing-section .appseo-pricing-item:after {
        display: none
    }

    .appseo-case-study-img-text .appseo-case-text h3 {
        font-size: 22px
    }

    .appseo-cta-section .appseo-cta-content {
        padding-left: 0
    }

    .appseo-cta-section .appseo-cta-btn {
        margin: 0
    }

    .appseo-cta-section .appseo-call-btn-area {
        padding-left: 0
    }
}

@media screen and (max-width:420px) {
    .appseo-banner-section .appseo-banner-content {
        padding: 180px 0 50px
    }

    .appseo-banner-section .appseo-banner-content .banner-call-action {
        margin-bottom: 40px
    }

    .appseo-banner-section .appseo-banner-content .banner-btn .qut-btn {
        line-height: 55px;
        width: 175px;
        height: 55px
    }

    .appseo-about-section .appseo-about-content {
        padding-right: 0
    }

    .appseo-pricing-section .appseo-pricing-title h2 {
        font-size: 30px
    }

    .ready-to-grow-section .ready-go-form .sub-btn button {
        width: 185px;
        height: 50px;
        line-height: 50px
    }

    .appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-price strong {
        font-size: 50px
    }

    .appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-price span {
        font-size: 30px
    }

    .appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-btn {
        width: 190px;
        margin: 0 auto;
        margin-top: 15px
    }

    .appseo-testimonial-content .appseo-testimonial-trigger:after,
    .appseo-testimonial-content .appseo-testimonial-trigger:before {
        display: none
    }

    .appseo-cta-section .appseo-cta-btn {
        width: 180px;
        height: 60px;
        line-height: 60px
    }

    .appseo-newsletter-box .nws-button button {
        width: 120px
    }

    .appseo-copyright .appseo-footer-social,
    .appseo-copyright .appseo-copyright-text {
        float: none;
        display: block;
        margin-bottom: 20px
    }

    .appseo-about-section {
        padding-bottom: 70px
    }

    .ready-to-grow-section {
        padding: 50px 0 60px
    }

    .appseo-mission-area-section {
        padding: 60px 0
    }

    .appseo-mission-area-text .appseo-section-title2 {
        padding-bottom: 40px
    }

    .appseo-pricing-section .appseo-pricing-item {
        padding-bottom: 0
    }

    .appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-img {
        position: static;
        margin-bottom: 20px
    }

    .appseo-pricing-section .appseo-pricing-inner-box {
        padding-top: 50px
    }

    .appseo-pricing-section .appseo-pricing-inner-box {
        margin-bottom: 40px
    }

    .appseo-pricing-section .appseo-pricing-inner-box.popular-appseo {
        top: 0
    }

    .appseo-testimonial-content .appseo-testimonial-text {
        font-size: 20px
    }

    .appseo-testimonial-section {
        padding: 40px 0 75px
    }

    .appseo-testimonial-content .appseo-testimonial-quote {
        padding-bottom: 65px
    }

    .appseo-testimonial-content .appseo-testimonial-trigger .appseo-testi-name-degi h3 {
        font-size: 24px
    }

    .appseo-case-study-section {
        padding: 60px 0 20px
    }

    .appseo-cta-section {
        padding: 60px 0 50px
    }

    .appseo-blog-section {
        padding: 50px 0
    }

    .appseo-footer-area-section {
        padding: 60px 0
    }

    .appseo-pricing-section .appseo-pricing-title {
        padding-bottom: 40px
    }

    .appseo-newsletter-text h2 {
        font-size: 32px
    }

    .ready-to-grow-section .ready-go-form .ready-go-input-area input {
        height: 50px;
        margin-bottom: 20px
    }
}

@media screen and (max-width:380px) {
    .appseo-mission-area-text p {
        font-size: 15px;
        overflow: hidden
    }

    .appseo-testimonial-content .appseo-testimonial-quote:before {
        display: none
    }

    .appseo-newsletter-box input {
        padding-left: 15px
    }

    .appseo-newsletter-box input::-webkit-input-placeholder {
        font-size: 14px
    }

    .appseo-newsletter-box input:-ms-input-placeholder {
        font-size: 14px
    }

    .appseo-newsletter-box input::-ms-input-placeholder {
        font-size: 14px
    }

    .appseo-newsletter-box input::placeholder {
        font-size: 14px
    }
}

@media screen and (max-width:360px) {
    .appseo-banner-section .appseo-banner-content h1 {
        font-size: 35px
    }

    .appseo-service-content .appseo-service-icon-text {
        padding: 55px 45px
    }
}

@media screen and (max-width:320px) {
    .appseo-banner-section .appseo-banner-content h1 {
        font-size: 30px
    }

    .appseo-banner-section .appseo-banner-content .banner-call-action .call-action-text {
        font-size: 20px
    }

    .appseo-section-title h2 {
        font-size: 30px
    }

    .appseo-service-content .appseo-service-icon-text {
        padding: 55px 30px
    }

    .appseo-section-title2 h2 {
        font-size: 28px
    }

    .appseo-about-section .appseo-about-content .appseo-about-quote .quote-text-about {
        padding-left: 50px
    }

    .ready-to-grow-section .ready-go-title h2 {
        font-size: 28px
    }

    .ready-to-grow-section .ready-go-title span {
        font-size: 16px
    }

    .appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content .appseo-mission-area-text h3 {
        font-size: 20px
    }
}

/*Start Up css*/
.str-portfolio-section .str-portfolio-area .owl-nav .owl-prev,
.str-team-section .str-team-member-item .owl-nav .owl-prev,
.str-portfolio-section .str-portfolio-area .owl-nav .owl-next,
.str-team-section .str-team-member-item .owl-nav .owl-next {
    top: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    background-color: #d5dbe6;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-portfolio-section .str-portfolio-area .owl-nav .owl-prev:hover,
.str-team-section .str-team-member-item .owl-nav .owl-prev:hover,
.str-portfolio-section .str-portfolio-area .owl-nav .owl-next:hover,
.str-team-section .str-team-member-item .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #4de3ef
}

.str-portfolio-section .str-portfolio-area .owl-nav .owl-next,
.str-team-section .str-team-member-item .owl-nav .owl-next {
    right: -20px
}

.str-portfolio-section .str-portfolio-area .owl-nav .owl-prev,
.str-team-section .str-team-member-item .owl-nav .owl-prev {
    left: -20px
}

@-webkit-keyframes borderpls {
    0% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor
    }

    70% {
        -webkit-box-shadow: 0 0 0 30px currentColor;
        box-shadow: 0 0 0 30px currentColor;
        opacity: 0
    }

    to {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

@keyframes borderpls {
    0% {
        -webkit-box-shadow: 0 0 0 0 #082680;
        box-shadow: 0 0 0 0 #082680
    }

    70% {
        -webkit-box-shadow: 0 0 0 30px #082680;
        box-shadow: 0 0 0 30px #082680;
        opacity: 0
    }

    to {
        -webkit-box-shadow: 0 0 0 0 #082680;
        box-shadow: 0 0 0 0 #082680;
        opacity: 0
    }
}

@-webkit-keyframes borderpls {
    0% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor
    }

    70% {
        -webkit-box-shadow: 0 0 0 30px currentColor;
        box-shadow: 0 0 0 30px currentColor;
        opacity: 0
    }

    to {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

@-webkit-keyframes borderpls2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #082680;
        box-shadow: 0 0 0 0 #082680
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px #082680;
        box-shadow: 0 0 0 10px #082680;
        opacity: 0
    }

    to {
        -webkit-box-shadow: 0 0 0 0 #082680;
        box-shadow: 0 0 0 0 #082680;
        opacity: 0
    }
}

@keyframes borderpls2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #082680;
        box-shadow: 0 0 0 0 #082680
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px #082680;
        box-shadow: 0 0 0 10px #082680;
        opacity: 0
    }

    to {
        -webkit-box-shadow: 0 0 0 0 #082680;
        box-shadow: 0 0 0 0 #082680;
        opacity: 0
    }
}

@-webkit-keyframes fadeFromLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeFromRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeFromUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeFromUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeFromUp {
    -webkit-animation-name: fadeFromUp;
    animation-name: fadeFromUp
}

.fadeFromRight {
    -webkit-animation-name: fadeFromRight;
    animation-name: fadeFromRight
}

.fadeFromLeft {
    -webkit-animation-name: fadeFromLeft;
    animation-name: fadeFromLeft
}

.str-home {
    margin: 0;
    padding: 0;
    color: #494949;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.625;
    font-family: roboto;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.str-home ::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.str-home ::selection {
    color: #fff;
    background-color: #6e3ebf
}

.str-home ::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.str-home .container {
    max-width: 1200px
}

.ul-li ul {
    margin: 0;
    padding: 0
}

.str-home .ul-li ul li {
    list-style: none;
    display: inline-block
}

.str-home .ul-li-block ul {
    margin: 0;
    padding: 0
}

.str-home .ul-li-block ul li {
    list-style: none;
    display: block
}

div#str-preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #fff;
    background: #fff url(../img/app-startup/pre.svg) no-repeat center center
}

.str-home [data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.decoration-wrapper {
    overflow: hidden;
    position: relative
}

.str-home a {
    color: inherit;
    text-decoration: none
}

.str-home a:hover,
.str-home a:focus {
    text-decoration: none
}

.str-home img {
    max-width: 100%;
    height: auto
}

.str-home section {
    overflow: hidden
}

.str-home button {
    cursor: pointer
}

.str-home .form-control:focus,
.str-home button:visited,
.str-home button.active,
.str-home button:hover,
.str-home button:focus,
.str-home input:visited,
.str-home input.active,
.str-home input:hover,
.str-home input:focus,
.str-home textarea:hover,
.str-home textarea:focus,
.str-home a:hover,
.str-home a:focus,
.str-home a:visited,
.str-home a.active,
.str-home select,
.str-home select:hover,
.str-home select:focus,
.str-home select:visited {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit
}

.str-home .form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.str-home .relative-position {
    position: relative
}

.str-home .pera-content p {
    margin-bottom: 0
}

@-moz-keyframes zooming {
    0% {
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -moz-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }

    100% {
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes zooming {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes zooming {
    0% {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -moz-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }

    100% {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.zooming {
    -moz-animation: zooming 18s infinite both;
    -webkit-animation: zooming 18s infinite both;
    animation: zooming 18s infinite both
}

.str-headline h1,
.str-headline h2,
.str-headline h3,
.str-headline h4,
.str-headline h5,
.str-headline h6 {
    margin: 0;
    font-family: poppins
}

.str-section-title {
    max-width: 530px;
    margin: 0 auto
}

.str-section-title .str-title-tag {
    color: #53117f;
    font-size: 18px;
    font-weight: 500
}

.str-section-title h2 {
    color: #010101;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    padding: 30px 0 0
}

.str-section-title h2:before {
    left: 0;
    right: 0;
    top: 13px;
    height: 3px;
    width: 42px;
    content: '';
    margin: 0 auto;
    position: absolute;
    background-image: -webkit-linear-gradient(325deg, #6407c1 0, #324add 49%, #008df9 100%);
    background-image: -o-linear-gradient(325deg, #6407c1 0, #324add 49%, #008df9 100%);
    background-image: linear-gradient(125deg, #6407c1 0, #324add 49%, #008df9 100%)
}

.str-section-title.str-title-left h2:before {
    right: auto
}

.str-scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-color: #6e24c8
}

.str-scrollup i {
    color: #fff;
    font-size: 20px
}

.str-main-header {
    width: 100%;
    z-index: 9;
    padding-top: 22px;
    position: absolute
}

.default-str-header.str-main-header {
    width: 100%;
    z-index: 9;
    padding-top: 22px;
    background: #1a0d40;
    padding-bottom: 20px;
    position: absolute
}

.str-main-header .str-header-top .str-social a {
    color: #fff;
    margin-left: 10px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-main-header .str-header-top .str-social a:hover {
    color: #6e24c8
}

.str-main-header .str-header-top .str-language {
    padding: 0 20px 0 60px;
    position: relative
}

.str-main-header .str-header-top .str-language:after {
    top: 0;
    right: 0;
    color: #fff;
    content: '\f0d7';
    font-weight: 900;
    position: absolute;
    font-family: 'font awesome 5 free'
}

.str-main-header .str-header-top .str-language:before {
    top: 2px;
    left: 28px;
    width: 2px;
    content: '';
    height: 20px;
    position: absolute;
    background-color: #cfcfcf
}

.str-main-header .str-header-top .str-language a {
    color: #fff;
    font-size: 13px
}

.str-main-header .str-header-top .str-language a img {
    margin-right: 8px
}

.str-main-header .str-header-top .str-language ul {
    top: 50px;
    opacity: 0;
    z-index: 5;
    width: 120px;
    visibility: hidden;
    position: absolute;
    padding-bottom: 5px;
    background-color: #010101;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-main-header .str-header-top .str-language ul li a {
    display: block;
    padding: 5px 15px 3px;
    border-bottom: 1px solid #5a5a5a
}

.str-main-header .str-header-top .str-language ul li:last-child a {
    border-bottom: 0
}

.str-main-header .str-header-top .str-language:hover ul {
    top: 35px;
    opacity: 1;
    visibility: visible
}

.str-main-header .str-main-menu {
    margin-top: 18px
}

.str-main-header .str-main-menu-item .navbar-nav {
    display: inherit
}

.str-main-header .str-main-menu-item .str-main-navigation {
    background-color: #010004
}

.str-main-header .str-main-menu-item .str-main-navigation li a {
    z-index: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding: 14px 40px;
    font-family: poppins;
    display: inline-block
}

.str-main-header .str-main-menu-item .str-main-navigation li a:after {
    top: 0;
    right: 0;
    left: auto;
    width: 0;
    content: '';
    z-index: -1;
    height: 100%;
    position: absolute;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    background-image: -webkit-linear-gradient(325deg, #6407c1 0, #324add 49%, #008df9 100%);
    background-image: -o-linear-gradient(325deg, #6407c1 0, #324add 49%, #008df9 100%);
    background-image: linear-gradient(125deg, #6407c1 0, #324add 49%, #008df9 100%)
}

.str-main-header .str-main-menu-item .str-main-navigation li a:hover:after {
    left: 0;
    width: 100%;
    right: auto
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown {
    position: relative
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown:after {
    top: 18px;
    color: #fff;
    right: 24px;
    font-size: 10px;
    content: '\f067';
    font-weight: 900;
    position: absolute;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    font-family: 'font awesome 5 free'
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu {
    top: 50px;
    left: -20px;
    opacity: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    height: auto;
    width: 200px;
    border: 0;
    display: block;
    overflow: hidden;
    border-radius: 0;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1);
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1)
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li a {
    width: 100%;
    color: #343434;
    display: block;
    font-size: 14px;
    padding: 10px 25px;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li a:before {
    display: none
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li a:after {
    left: 10px;
    top: 18px;
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-image: none;
    background-color: #4de3ef;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li a:hover {
    background-color: #6e24c8;
    color: #fff
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li:last-child {
    border-bottom: 0
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown:hover .dropdown-menu {
    left: 0;
    opacity: 1;
    visibility: visible
}

.str-sticky-menu {
    top: -40px;
    z-index: 9;
    position: fixed;
    padding: 10px 0 15px;
    background-color: #010101;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-main-header.str-sticky-menu .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu {
    top: 55px
}

.str-banner-slide-area {
    padding: 280px 0 250px
}

.str-banner-slide-area .owl-nav .owl-next,
.str-banner-slide-area .owl-nav .owl-prev {
    top: 50%;
    opacity: 0;
    width: 60px;
    height: 60px;
    font-size: 20px;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d5dbe6;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out
}

.str-banner-slide-area .owl-nav .owl-next:hover,
.str-banner-slide-area .owl-nav .owl-prev:hover {
    color: #fff;
    background-color: #6e24c8
}

.str-banner-slide-area .owl-nav .owl-prev {
    left: -200px
}

.str-banner-slide-area .owl-nav .owl-next {
    right: -200px
}

.str-banner-slide-area .str-banner-content {
    max-width: 765px
}

.str-banner-slide-area .str-banner-content h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    position: relative;
    padding-bottom: 70px;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1e3ms ease;
    -o-transition: all 1e3ms ease;
    transition: all 1e3ms ease
}

.str-banner-slide-area .str-banner-content h1:after {
    left: 0;
    bottom: 35px;
    height: 5px;
    width: 92px;
    content: "";
    position: absolute;
    background-image: -webkit-linear-gradient(325deg, #6407c1 0, #324add 49%, #008df9 100%);
    background-image: -o-linear-gradient(325deg, #6407c1 0, #324add 49%, #008df9 100%);
    background-image: linear-gradient(125deg, #6407c1 0, #324add 49%, #008df9 100%)
}

.str-banner-slide-area .str-banner-content p {
    opacity: 0;
    color: #fff;
    font-size: 18px;
    max-width: 630px;
    padding-bottom: 40px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1e3ms ease;
    -o-transition: all 1e3ms ease;
    transition: all 1e3ms ease
}

.str-banner-slide-area .str-banner-content .custom-shortcode-btn a {
    padding-left: 40px;
    line-height: 36px
}

.str-banner-slide-area .str-banner-content a {
    height: 60px;
    width: 180px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    border-radius: 40px;
    opacity: 0;
    font-family: poppins;
    position: relative;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: hidden;
    z-index: 1;
    background-color: #028bf8;
    -webkit-transition: all 1e3ms ease;
    -o-transition: all 1e3ms ease;
    transition: all 1e3ms ease
}

.str-banner-slide-area .str-banner-content a i {
    width: 38px;
    color: #fff;
    height: 38px;
    margin-right: 7px;
    line-height: 38px;
    border-radius: 100%;
    display: inline-block;
    background-color: #6e24c8;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-banner-slide-area .str-banner-content a:after {
    content: '';
    height: 100%;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    background-color: #6e24c8;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-banner-slide-area .str-banner-content a:hover:after {
    top: 0
}

.str-banner-slide-area .str-banner-content a:hover i {
    background-color: #028bf8
}

.str-banner-slide-area .owl-item.active .str-banner-content h1 {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms
}

.str-banner-slide-area .owl-item.active .str-banner-content p {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms
}

.str-banner-slide-area .owl-item.active .str-banner-content a {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms
}

.str-banner-section:hover .owl-prev {
    left: -150px;
    opacity: 1
}

.str-banner-section:hover .owl-next {
    right: -150px;
    opacity: 1
}

.str-feature-section {
    padding: 50px 0 110px
}

.str-feature-section .str-feature-icon-text {
    z-index: 1;
    overflow: hidden;
    padding: 40px 0;
    position: relative;
    border-radius: 130px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-box-shadow: 0 11px 54px 0 rgba(13, 0, 30, .2);
    box-shadow: 0 11px 54px 0 rgba(13, 0, 30, .2)
}

.str-feature-section .str-feature-icon-text .str-feature-icon {
    width: 125px;
    height: 125px;
    display: flex;
    margin: 0 auto;
    line-height: 125px;
    margin-bottom: 18px;
    border-radius: 100%;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-image: -webkit-linear-gradient(325deg, #efe7f9 0, #eaedfc 49%, #e5f3fe 100%);
    background-image: -o-linear-gradient(325deg, #efe7f9 0, #eaedfc 49%, #e5f3fe 100%);
    background-image: linear-gradient(125deg, #efe7f9 0, #eaedfc 49%, #e5f3fe 100%)
}

.str-feature-section .str-feature-icon-text .str-feature-icon img {
    width: 55px;
    margin: auto;
    text-align: center
}

.str-feature-section .str-feature-icon-text .str-feature-icon i {
    font-size: 55px;
    margin: auto;
    text-align: center
}

.str-feature-section .str-feature-icon-text .str-feature-text h3 {
    color: #010101;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    padding-bottom: 35px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-feature-section .str-feature-icon-text .str-feature-text h3:before {
    left: 0;
    right: 0;
    content: '';
    width: 10px;
    bottom: 15px;
    height: 10px;
    margin: 0 auto;
    position: absolute;
    border-radius: 100%;
    background-color: #2786f1
}

.str-feature-section .str-feature-icon-text .str-feature-text .str-feature-list {
    text-align: left;
    padding-left: 80px;
    padding-bottom: 10px
}

.str-feature-section .str-feature-icon-text .str-feature-text .str-feature-list li {
    margin-bottom: 3px;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-feature-section .str-feature-icon-text .str-feature-text .str-feature-list li:before {
    top: 3px;
    left: -20px;
    font-size: 12px;
    content: '\f30b';
    font-weight: 900;
    position: absolute;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    font-family: 'font awesome 5 free'
}

.str-feature-section .str-feature-icon-text:after,
.str-feature-section .str-feature-icon-text:before {
    opacity: 0;
    width: 400px;
    z-index: -1;
    content: '';
    height: 360px;
    position: absolute;
    background-repeat: no-repeat;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out
}

.str-feature-section .str-feature-icon-text:after {
    bottom: 0;
    left: -130px;
    z-index: -1;
    background-image: url(../img/app-startup/shape/fs1.png);
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.str-feature-section .str-feature-icon-text:before {
    z-index: -2;
    bottom: -70px;
    left: -120px;
    background-image: url(../img/app-startup/shape/fs2.png)
}

.str-feature-section .str-feature-icon-text:hover {
    background-color: #010004
}

.str-feature-section .str-feature-icon-text:hover .str-feature-icon {
    background-color: #fff
}

.str-feature-section .str-feature-icon-text:hover:after {
    opacity: 1;
    left: -90px
}

.str-feature-section .str-feature-icon-text:hover:before {
    left: -95px;
    opacity: 1
}

.str-feature-section .str-feature-icon-text:hover h3 {
    color: #fff
}

.str-feature-section .str-feature-icon-text:hover h3:before {
    background-color: #fff
}

.str-feature-section .str-feature-icon-text:hover li {
    color: #fff
}

.str-feature-section .str-feature-icon-text:hover li:before {
    color: #fff
}

.str-feature-section .str-feature-content {
    margin-top: 50px
}

.str-feature-section .str-feature-content .owl-nav .owl-prev,
.str-feature-section .str-feature-content .owl-nav .owl-next {
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    line-height: 40px;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    background-color: #bfdafa;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-feature-section .str-feature-content .owl-nav .owl-prev:hover,
.str-feature-section .str-feature-content .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #6e24c8
}

.str-feature-section .str-feature-content .owl-nav .owl-prev {
    left: -20px
}

.str-feature-section .str-feature-content .owl-nav .owl-next {
    right: -20px
}

.str-feature-section .str-feature-content .owl-stage-outer {
    overflow: visible
}

.str-feature-section .str-feature-content .owl-stage-outer .owl-item {
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms
}

.str-feature-section .str-feature-content .owl-stage-outer .owl-item.active {
    opacity: 1
}

.str-feature-section .str-feature-content .owl-stage-outer:nth-child(1) .owl-item .str-feature-text h3:before {
    background-color: #2786f1
}

.str-feature-section .str-feature-content .owl-stage-outer:nth-child(2) .owl-item .str-feature-text h3:before {
    background-color: #6e27ca
}

.str-feature-section .str-feature-content .owl-stage-outer:nth-child(3) .owl-item .str-feature-text h3:before {
    background-color: #43d3e8
}

.str-feature-section .str-feature-content .owl-stage-outer:nth-child(4) .owl-item .str-feature-text h3:before {
    background-color: #00b17f
}

.str-feature-box {
    position: relative
}

.str-feature-box .str-hover-icon {
    top: 10px;
    right: 5px;
    z-index: 3;
    width: 55px;
    color: #fff;
    height: 55px;
    line-height: 50px;
    position: absolute;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-image: -webkit-linear-gradient(120deg, #008df9 0, #6006b3 100%);
    background-image: -o-linear-gradient(120deg, #008df9 0, #6006b3 100%);
    background-image: linear-gradient(-30deg, #008df9 0, #6006b3 100%)
}

.str-feature-box:hover .str-hover-icon {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.str-about-section {
    background-color: #edf2f9;
    padding: 115px 0 110px
}

.str-about-section .str-aboutbg1 {
    top: -20%;
    left: 0
}

.str-about-section .str-aboutbg2 {
    top: 20%;
    right: -5%
}

.str-about-section .str-aboutbg3 {
    bottom: -10%;
    left: -10%
}

.str-about-section .str-about-content .str-section-title {
    padding-bottom: 25px
}

.str-about-section .str-about-content .str-about-textarea {
    color: #010101;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.647;
    padding-bottom: 25px
}

.str-about-section .str-about-content .str-about-list {
    padding: 25px 0 22px
}

.str-about-section .str-about-content .str-about-list li {
    color: #000;
    position: relative;
    margin-bottom: 5px;
    padding-left: 25px
}

.str-about-section .str-about-content .str-about-list li:before {
    top: 0;
    left: 0;
    color: #6e24c8;
    content: '\f058';
    font-weight: 900;
    position: absolute;
    font-family: 'font awesome 5 free'
}

.str-about-section .str-about-content .str-about-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 50px
}

.str-about-section .str-about-content .str-about-img .str-about-shape {
    right: 0;
    top: 40%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.str-about-section .str-about-content .str-about-img .str-about-logo {
    top: 50%;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.str-about-section .str-about-content .str-about-img .str-about-img-field {
    width: 50%
}

.str-about-section .str-about-content .str-about-img .str-about-pic {
    margin: 5px;
    display: inline-block
}

.str-about-section .str-about-content .str-progress-area {
    margin-top: 20px;
    max-width: 290px
}

.str-about-section .str-about-content .str-progress-area h3 {
    color: #17161a;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px
}

.str-about-section .str-about-content .str-progress-area .barfiller {
    width: 100%;
    height: 12px;
    background: #ebebeb;
    position: relative;
    margin-bottom: 16px
}

.str-about-section .str-about-content .str-progress-area .barfiller .fill {
    display: block;
    position: relative;
    width: 0;
    height: 100%;
    z-index: 1;
    background-image: -webkit-linear-gradient(325deg, #6407c1 0, #324add 49%, #008df9 100%) !important;
    background-image: -o-linear-gradient(325deg, #6407c1 0, #324add 49%, #008df9 100%) !important;
    background-image: linear-gradient(125deg, #6407c1 0, #324add 49%, #008df9 100%) !important
}

.str-about-section .str-about-content .str-progress-area .barfiller .tipWrap {
    display: none
}

.str-about-section .str-about-content .str-progress-area .barfiller .tip {
    left: 0;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 4px;
    background: #333;
    margin-top: -30px;
    position: absolute;
    font-family: poppins
}

.str-about-section .str-about-content .str-progress-area .barfiller .tip:after {
    left: 9px;
    z-index: 9;
    content: "";
    bottom: -4px;
    border: solid;
    display: block;
    position: absolute;
    border-width: 6px 6px 0;
    border-color: rgba(0, 0, 0, .8) transparent
}

.str-about-section .str-about-feature-box {
    border-radius: 5px;
    padding: 25px 30px
}

.str-about-section .str-about-feature-box .str-about-feature-icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
    margin-right: 25px;
    border-radius: 100%
}

.str-about-section .str-about-feature-box .str-about-feature-icon i {
    color: #fff;
    font-size: 45px
}

.str-about-section .str-about-feature-box .str-about-feature-text h3 {
    color: #fff;
    font-size: 24px;
    margin-top: 14px;
    font-weight: 500;
    line-height: 1.333
}

.str-about-section .str-about-feature-area {
    padding-top: 75px
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(1) .str-about-feature-box {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #3a006c), color-stop(49%, #510498), to(#6807c3));
    background-image: -webkit-linear-gradient(left, #3a006c 1%, #510498 49%, #6807c3 100%);
    background-image: -o-linear-gradient(left, #3a006c 1%, #510498 49%, #6807c3 100%);
    background-image: linear-gradient(90deg, #3a006c 1%, #510498 49%, #6807c3 100%)
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(1) .str-about-feature-icon {
    background-color: #683992
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(2) .str-about-feature-box {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #6006b3), color-stop(49%, #3317b4), to(#0627b5));
    background-image: -webkit-linear-gradient(left, #6006b3 1%, #3317b4 49%, #0627b5 100%);
    background-image: -o-linear-gradient(left, #6006b3 1%, #3317b4 49%, #0627b5 100%);
    background-image: linear-gradient(90deg, #6006b3 1%, #3317b4 49%, #0627b5 100%)
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(2) .str-about-feature-icon {
    background-color: #7a40c4
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(3) .str-about-feature-box {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #1422b5), color-stop(49%, #0c57da), to(#048cff));
    background-image: -webkit-linear-gradient(left, #1422b5 1%, #0c57da 49%, #048cff 100%);
    background-image: -o-linear-gradient(left, #1422b5 1%, #0c57da 49%, #048cff 100%);
    background-image: linear-gradient(90deg, #1422b5 1%, #0c57da 49%, #048cff 100%)
}

.str-about-section .str-about-feature-area .col-lg-4:nth-child(3) .str-about-feature-icon {
    background-color: #4464d2
}

.str-btn {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    font-family: poppins
}

.str-btn i {
    color: #6e24c8;
    margin-left: 5px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-btn:before {
    bottom: -1px;
    content: '';
    height: 2px;
    width: 112px;
    position: absolute;
    background-color: #161616
}

.str-btn:hover i {
    margin-left: 10px
}

@-webkit-keyframes rotate-anim {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-anim {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.str-work-process-section {
    padding: 105px 0 115px
}

.str-work-process-section .str-work-icon-text .str-work-icon {
    width: 155px;
    height: 155px;
    margin: 0 auto;
    position: relative;
    line-height: 155px;
    margin-bottom: 45px;
    border-radius: 100%;
    border: 2px solid #d7e7fd
}

.str-work-process-section .str-work-icon-text .str-work-icon i {
    color: #444;
    font-size: 45px
}

.str-work-process-section .str-work-icon-text .str-work-icon .str-icon-border {
    top: -10px;
    left: -10px;
    width: 170px;
    height: 170px;
    position: absolute;
    border-radius: 100%;
    border: 15px solid #4ae0f0;
    border-right-color: transparent;
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation: rotate-anim 3s infinite linear;
    animation: rotate-anim 3s infinite linear;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.str-work-process-section .str-work-icon-text .str-work-icon .str-icon-border .work-circle-shape {
    content: '';
    height: 35px;
    width: 35px;
    right: -25px;
    top: 50px;
    position: absolute;
    border-radius: 100%;
    background-image: -webkit-linear-gradient(120deg, #54e8ec 0, #33cefa 100%);
    background-image: -o-linear-gradient(120deg, #54e8ec 0, #33cefa 100%);
    background-image: linear-gradient(-30deg, #54e8ec 0, #33cefa 100%);
    -webkit-box-shadow: -1.045px 9.945px 16px 0 rgba(52, 207, 251, .4);
    box-shadow: -1.045px 9.945px 16px 0 rgba(52, 207, 251, .4)
}

.str-work-process-section .str-work-icon-text .str-work-icon .icon-inner-shadow {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 100%;
    -webkit-box-shadow: -1.045px 9.945px 16px 0 rgba(52, 207, 251, .4);
    box-shadow: -1.045px 9.945px 16px 0 rgba(52, 207, 251, .4)
}

.str-work-process-section .str-work-icon-text:hover .str-icon-border {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.str-work-process-section .str-work-icon-text .str-work-text h3 {
    color: #010101;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px
}

.str-work-process-section .str-work-icon-text .str-work-text p {
    margin: 0 auto;
    max-width: 200px;
    padding-bottom: 5px
}

.str-work-process-section .str-work-icon-text .str-work-text .str-btn {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-work-process-section .str-work-icon-text .str-work-text .str-btn i {
    color: #494949;
    margin-left: 0
}

.str-work-process-section .str-work-icon-text .str-work-text .str-btn:hover {
    color: #6e24c8
}

.str-work-process-section .str-work-icon-text .str-work-text .str-btn:hover i {
    margin-left: 5px;
    color: #6e24c8
}

.str-work-process-section .str-work-icon-text .str-work-text .str-btn:before {
    width: 100%;
    height: 1px
}

.str-work-process-section .str-work-process-content {
    padding-top: 75px
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text {
    position: relative
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text:before {
    top: 70px;
    left: -50px;
    content: '';
    width: 70px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/app-startup/shape/rv1.png)
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text .icon-inner-shadow {
    display: none
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text .str-icon-border {
    border: 15px solid #0095ff;
    border-right-color: transparent
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text .work-circle-shape {
    -webkit-box-shadow: -1.045px 9.945px 16px 0 rgba(0, 122, 255, .4);
    box-shadow: -1.045px 9.945px 16px 0 rgba(0, 122, 255, .4);
    background-image: -webkit-linear-gradient(120deg, #00bdff 0, #007aff 100%);
    background-image: -o-linear-gradient(120deg, #00bdff 0, #007aff 100%);
    background-image: linear-gradient(-30deg, #00bdff 0, #007aff 100%)
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text {
    position: relative
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text:before {
    top: 70px;
    left: -50px;
    content: '';
    width: 70px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/app-startup/shape/rv2.png)
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text .icon-inner-shadow {
    display: none
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text .str-icon-border {
    border: 15px solid #590fb8;
    border-right-color: transparent
}

.str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text .work-circle-shape {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: -webkit-linear-gradient(274deg, #008df9 0, #324add 49%, #6407c1 100%);
    background-image: -o-linear-gradient(274deg, #008df9 0, #324add 49%, #6407c1 100%);
    background-image: linear-gradient(176deg, #008df9 0, #324add 49%, #6407c1 100%)
}

.str-portfolio-section:after {
    left: 0;
    top: 60px;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #edf2f9
}

.str-portfolio-section .str-port-img-text {
    overflow: hidden;
    position: relative
}

.str-portfolio-section .str-port-img-text:after {
    top: 85px;
    opacity: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: gradient(linear, left top, left bottom, from(#a0843b), color-stop(75%, #a0843b));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 37, 65, 0)), color-stop(75%, rgba(105, 36, 245, .79)), to(rgba(36, 151, 245, .79)));
    background: -webkit-linear-gradient(top, rgba(21, 37, 65, 0) 0, rgba(105, 36, 245, .79) 75%, rgba(36, 151, 245, .79) 100%);
    background: -o-linear-gradient(top, rgba(21, 37, 65, 0) 0, rgba(105, 36, 245, .79) 75%, rgba(36, 151, 245, .79) 100%);
    background: linear-gradient(to bottom, rgba(21, 37, 65, 0) 0, rgba(105, 36, 245, .79) 75%, rgba(36, 151, 245, .79) 100%)
}

.str-portfolio-section .str-port-img-text .str-port-text {
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.str-portfolio-section .str-port-img-text .str-port-text h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 5px
}

.str-portfolio-section .str-port-img-text .str-port-text span {
    color: #fff
}

.str-portfolio-section .str-port-img-text .str-port-text .str-port-popup {
    color: #fff;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 8px;
    line-height: 40px;
    border-radius: 100%;
    background-image: -webkit-linear-gradient(120deg, #00bdff 0, #007aff 100%);
    background-image: -o-linear-gradient(120deg, #00bdff 0, #007aff 100%);
    background-image: linear-gradient(-30deg, #00bdff 0, #007aff 100%)
}

.str-portfolio-section .str-portfolio-area .owl-item.active.center .str-port-img-text:after {
    top: 0;
    opacity: 1
}

.str-portfolio-section .str-portfolio-area .owl-item.active.center .str-port-img-text .str-port-text {
    opacity: 1;
    bottom: 20px
}

.str-testimonial_section {
    z-index: 1;
    position: relative;
    background-color: #edf2f9;
    padding: 105px 0 100px
}

.str-testimonial_section .str-tst-vector {
    bottom: 0;
    right: 0;
    z-index: -1;
    position: absolute
}

.str-testimonial_section .carousel_preview .str-section-title h2 {
    padding-bottom: 20px
}

.str-testimonial_content {
    padding: 20px;
    display: inline-block
}

.str-testimonial_content .str-testimonial_rating li {
    font-size: 14px;
    color: #f6b91c
}

.str-testimonial_content .str-testimonial_text {
    z-index: 1;
    padding: 15px 0 25px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    overflow: hidden
}

.str-testimonial_content .str-testimonial_text h4 {
    color: #010101;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px
}

.str-testimonial_name_designation .str-testimonial_img {
    height: 95px;
    width: 95px;
    border-radius: 100%;
    margin-right: 18px;
    overflow: hidden;
    border: 5px solid #fff
}

.str-testimonial_name_designation .str-testimonial_meta {
    margin-top: 25px;
    display: inline-block
}

.str-testimonial_name_designation .str-testimonial_meta h4 {
    color: #010101;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px
}

.str-testimonial_name_designation .str-testimonial_meta p {
    font-size: 14px;
    color: #444
}

.str-testimonial_slider .carousel-control-prev,
.str-testimonial_slider .carousel-control-next {
    top: auto;
    left: 190px;
    bottom: 40px;
    font-size: 18px;
    color: #373a5b;
    width: 50px;
    height: 50px;
    opacity: 1;
    line-height: 58px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    margin: 0 15px 0 0;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0 7px 7px 0 rgba(0, 15, 44, .18);
    box-shadow: 0 7px 7px 0 rgba(0, 15, 44, .18)
}

.str-testimonial_slider .carousel-control-prev:before,
.str-testimonial_slider .carousel-control-next:before {
    position: absolute;
    content: "\f061";
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    font-family: 'font awesome 5 free';
    font-weight: 900
}

.str-testimonial_slider .carousel-control-prev:hover,
.str-testimonial_slider .carousel-control-next:hover {
    background-color: #000;
    color: #fff
}

.str-testimonial_slider .carousel-control-prev {
    left: 120px
}

.str-testimonial_slider .carousel-control-prev:before {
    content: "\f060"
}

.str-home .carousel-indicators {
    position: static
}

.str-testimonial_indicator {
    margin: 60px 20px 0 0;
    display: block;
    height: 510px;
    max-width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-image: url(../img/app-startup/testimonial/in-bg.png)
}

.str-testimonial_indicator .carousel-indicators li {
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #202020;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 7px 6px 0 rgba(0, 15, 44, .19), inset -1px 0 27px 0 rgba(0, 0, 0, .29);
    box-shadow: 0 7px 6px 0 rgba(0, 15, 44, .19), inset -1px 0 27px 0 rgba(0, 0, 0, .29)
}

.str-testimonial_indicator .carousel-indicators li img {
    display: block
}

.str-testimonial_indicator .carousel-indicators li:nth-child(1) {
    bottom: 105px;
    right: 100px
}

.str-testimonial_indicator .carousel-indicators li:nth-child(2) {
    left: 90px;
    bottom: 45px
}

.str-testimonial_indicator .carousel-indicators li:nth-child(3) {
    top: 40%;
    left: 0
}

.str-testimonial_indicator .carousel-indicators li:nth-child(4) {
    top: 90px;
    left: 100px
}

.str-testimonial_indicator .carousel-indicators li:nth-child(5) {
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto
}

.str-testimonial_indicator .carousel-indicators li:nth-child(6) {
    right: 120px;
    top: -30px
}

.str-testimonial_indicator .active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.str-testimonial_indicator-dot .carousel-indicators2 {
    right: 45px;
    bottom: 25px;
    position: absolute;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.str-testimonial_indicator-dot .carousel-indicators2 li {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: relative;
    display: inline-block
}

.str-testimonial_indicator-dot .carousel-indicators2 li:before {
    content: '';
    width: 6px;
    height: 6px;
    left: 10px;
    top: 9px;
    position: absolute;
    background-color: #010101
}

.str-testimonial_indicator-dot .carousel-indicators2 li:after {
    top: 0;
    left: 0;
    content: '';
    width: 25px;
    height: 25px;
    display: none;
    border-radius: 100%;
    border: 2px solid #010101;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-testimonial_indicator-dot .carousel-indicators2 li.active:after {
    display: block
}

.str-partner-section {
    padding: 50px 0 65px
}

.str-partner-area .owl-nav {
    display: none
}

.str-partner-area .str-partner-img img {
    width: inherit;
    margin: 0 auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-partner-area .str-partner-img img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.str-newslatter-content {
    z-index: 1;
    padding: 55px 0
}

.str-newslatter-content:before {
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .9;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #b8c7e3
}

.str-newslatter-content .str-mail-icon {
    top: 55%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.str-newslatter-content .str-newslatter-text h2 {
    color: #010101;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 15px
}

.str-newslatter-content .str-newslatter-text p {
    color: #010101;
    margin: 0 auto;
    font-size: 18px;
    max-width: 510px;
    padding-bottom: 25px
}

.str-newslatter-content .str-newslatter-form {
    margin: 0 auto;
    max-width: 660px
}

.str-newslatter-content .str-newslatter-form input {
    width: 100%;
    height: 60px;
    border: 0;
    max-width: 495px;
    padding-left: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 40px 0 rgba(5, 41, 140, .25);
    box-shadow: 0 6px 40px 0 rgba(5, 41, 140, .25)
}

.str-newslatter-content .str-newslatter-form .nws-button {
    top: 0;
    right: 0;
    position: absolute
}

.str-newslatter-content .str-newslatter-form .nws-button button {
    color: #fff;
    width: 150px;
    height: 60px;
    border: 0;
    font-weight: 700;
    border-radius: 5px;
    font-family: poppins;
    background-color: transparent;
    background-image: -webkit-linear-gradient(325deg, #6407c1 0, #324add 49%, #008df9 100%) !important;
    background-image: -o-linear-gradient(325deg, #6407c1 0, #324add 49%, #008df9 100%) !important;
    background-image: linear-gradient(125deg, #6407c1 0, #324add 49%, #008df9 100%) !important;
    background-size: 200% auto;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-newslatter-content .str-newslatter-form .nws-button button:hover {
    background-position: right center;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-team-section {
    padding: 105px 0 80px
}

.str-team-section .str-section-title {
    padding: 0 0 30px 80px
}

.str-team-section .str-team-title-text {
    max-width: 540px;
    padding-top: 60px
}

.str-team-section .str-team-member-item .owl-stage-outer {
    padding-bottom: 30px
}

.str-team-section .str-team-member-item .owl-nav .owl-next,
.str-team-section .str-team-member-item .owl-nav .owl-prev {
    top: 40%;
    border: 2px solid #1d1b4c
}

.str-team-section .str-team-member-item .owl-nav .owl-next:hover,
.str-team-section .str-team-member-item .owl-nav .owl-prev:hover {
    background-color: #1d1b4c
}

.str-team-img-text {
    padding-bottom: 45px
}

.str-team-img-text .str-team-text {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 75px;
    max-width: 215px;
    overflow: hidden;
    padding: 12px 15px;
    position: absolute;
    background-color: #fff;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-box-shadow: -3.536px 3.536px 40px 0 rgba(29, 27, 76, .15);
    box-shadow: -3.536px 3.536px 40px 0 rgba(29, 27, 76, .15)
}

.str-team-img-text .str-team-text h4 {
    color: #1d1b4c;
    font-size: 22px;
    font-weight: 700;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-team-img-text .str-team-text span {
    font-size: 15px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-image: -webkit-linear-gradient(325deg, #6407c1 0, #324add 49%, #008df9 100%);
    background-image: -o-linear-gradient(325deg, #6407c1 0, #324add 49%, #008df9 100%);
    background-image: linear-gradient(125deg, #6407c1 0, #324add 49%, #008df9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.str-team-img-text .str-team-text p {
    opacity: 0;
    color: #c1c1c6;
    font-size: 14px;
    visibility: hidden;
    padding: 5px 0 10px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.str-team-img-text .str-team-text .str-social-team {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .4s all ease-in;
    -o-transition: .4s all ease-in;
    transition: .4s all ease-in;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.str-team-img-text .str-team-text .str-social-team a {
    color: #5e6877;
    margin: 0 7px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-team-img-text .str-team-text .str-social-team a:hover {
    color: #fff
}

.str-team-img-text:hover .str-team-text {
    height: 200px;
    background-color: #010101
}

.str-team-img-text:hover .str-team-text p,
.str-team-img-text:hover .str-team-text .str-social-team {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.str-team-img-text:hover .str-team-text span {
    color: #148eff;
    -webkit-text-fill-color: inherit
}

.str-team-img-text:hover .str-team-text h4 {
    color: #fff
}

.str-get-in-touch-section {
    padding-bottom: 110px
}

.str-get-in-touch-section .str-get-touch-icon-text {
    z-index: 1;
    width: 100%;
    padding: 15px;
    position: relative;
    display: inline-block;
    border: 1px solid #e9eaf6
}

.str-get-in-touch-section .str-get-touch-icon-text:after {
    top: 0;
    left: auto;
    right: 0;
    width: 0;
    z-index: -1;
    content: '';
    height: 100%;
    position: absolute;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #1422b5), color-stop(49%, #0c57da), to(#048cff));
    background-image: -webkit-linear-gradient(left, #1422b5 1%, #0c57da 49%, #048cff 100%);
    background-image: -o-linear-gradient(left, #1422b5 1%, #0c57da 49%, #048cff 100%);
    background-image: linear-gradient(90deg, #1422b5 1%, #0c57da 49%, #048cff 100%)
}

.str-get-in-touch-section .str-get-touch-icon-text .str-get-touch-icon {
    height: 72px;
    width: 70px;
    line-height: 70px;
    margin-right: 14px;
    background-color: #fff
}

.str-get-in-touch-section .str-get-touch-icon-text .str-get-touch-text {
    padding-top: 10px
}

.str-get-in-touch-section .str-get-touch-icon-text .str-get-touch-text h3 {
    color: #010101;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 3px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-get-in-touch-section .str-get-touch-icon-text .str-get-touch-text span {
    color: #444;
    font-size: 15px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-get-in-touch-section .str-get-touch-icon-text:hover:after {
    left: 0;
    right: auto;
    width: 100%
}

.str-get-in-touch-section .str-get-touch-icon-text:hover .str-get-touch-text h3,
.str-get-in-touch-section .str-get-touch-icon-text:hover .str-get-touch-text span {
    color: #fff
}

.str-maplocation {
    top: 40%;
    left: 30%;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    -webkit-box-shadow: 0 3px 6px 0 #082680;
    box-shadow: 0 3px 6px 0 #082680
}

.str-maplocation:hover .str-location-iiner {
    opacity: 1;
    visibility: visible
}

.str-location-iiner {
    z-index: 1;
    width: 215px;
    top: -130px;
    left: -80px;
    padding: 15px;
    width: 180px;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    position: absolute;
    background-color: #fff;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    -webkit-box-shadow: 0 0 49px 0 rgba(2, 21, 78, .18);
    box-shadow: 0 0 49px 0 rgba(2, 21, 78, .18)
}

.str-location-iiner:after {
    content: '';
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff
}

.str-location-iiner .str-location-counter {
    margin-right: 10px
}

.str-location-iiner h4 {
    color: #010101;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px
}

.str-location-iiner p {
    line-height: 1.2
}

.str-feature-indicatior {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #082680
}

.str-feature-indicatior .str-indicator-border1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: inherit;
    color: inherit;
    -webkit-box-shadow: 0 0 0 2px #082680;
    box-shadow: 0 0 0 2px #082680;
    -webkit-animation: borderpls 1.5s infinite cubic-bezier(.4, 0, 1, 1) both;
    animation: borderpls 1.5s infinite cubic-bezier(.4, 0, 1, 1) both
}

.str-blog-section {
    padding: 90px 0 100px
}

.str-blog-section .str-team-title-text {
    padding-top: 40px
}

.str-blog-section .str-blog-area {
    padding-top: 40px
}

.str-blog-section .str-blog-img-text:before {
    left: 0;
    top: auto;
    z-index: 1;
    bottom: 0;
    width: 100%;
    content: '';
    opacity: .8;
    height: 0;
    position: absolute;
    background-color: #000;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out
}

.str-blog-section .str-blog-img-text .str-blog-meta {
    top: 20px;
    right: 20px;
    width: 62px;
    z-index: 3;
    color: #fff;
    height: 62px;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    border-radius: 4px;
    position: absolute;
    padding-top: 10px;
    font-family: poppins;
    background-image: -webkit-linear-gradient(120deg, #008df9 0, #6006b3 100%);
    background-image: -o-linear-gradient(120deg, #008df9 0, #6006b3 100%);
    background-image: linear-gradient(-30deg, #008df9 0, #6006b3 100%);
    -webkit-box-shadow: -1.045px 9.945px 16px 0 rgba(68, 46, 200, .4);
    box-shadow: -1.045px 9.945px 16px 0 rgba(68, 46, 200, .4)
}

.str-blog-section .str-blog-img-text .str-blog-text {
    opacity: 0;
    left: 30px;
    bottom: 55px;
    z-index: 2;
    max-width: 280px;
    visibility: hidden;
    position: absolute;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.str-blog-section .str-blog-img-text .str-blog-text .str-post-meta {
    font-size: 14px;
    color: #dbe0e6
}

.str-blog-section .str-blog-img-text .str-blog-text h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.455;
    padding: 2px 0 20px
}

.str-blog-section .str-blog-img-text .str-blog-text .str-read-more {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-left: 70px;
    position: relative;
    font-family: poppins
}

.str-blog-section .str-blog-img-text .str-blog-text .str-read-more:before {
    left: 0;
    top: -10px;
    width: 38px;
    content: '';
    height: 38px;
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-color: #2786f1;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.str-blog-section .str-blog-img-text .str-blog-text .str-read-more:after {
    top: 10px;
    left: 20px;
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    background-color: #fff;
    -webkit-transition: .75s all ease-in-out;
    -o-transition: .75s all ease-in-out;
    transition: .75s all ease-in-out;
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.str-blog-section .str-blog-img-text:hover:before {
    top: 0;
    bottom: auto;
    height: 100%
}

.str-blog-section .str-blog-img-text:hover .str-blog-text {
    opacity: 1;
    bottom: 35px;
    visibility: visible
}

.str-blog-section .str-blog-img-text:hover .str-blog-text .str-read-more:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.str-blog-section .str-blog-img-text:hover .str-blog-text .str-read-more:after {
    width: 35px
}

.str-blog-section .str-blog-area .owl-nav {
    display: none
}

.str-blog-section .str-blog-area .owl-dots {
    margin-top: 30px;
    text-align: center
}

.str-blog-section .str-blog-area .owl-dots .owl-dot {
    height: 6px;
    width: 6px;
    margin: 0 8px;
    position: relative;
    display: inline-block;
    background-color: #010101
}

.str-blog-section .str-blog-area .owl-dots .owl-dot:after {
    top: -10px;
    left: -10px;
    height: 26px;
    width: 26px;
    content: '';
    display: none;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #010101
}

.str-blog-section .str-blog-area .owl-dots .owl-dot.active:after {
    display: block
}

.str-footer-area .footer-content {
    padding-bottom: 80px
}

.str-footer-area .footer-content .str-ft-about-widget p {
    line-height: 1.688;
    padding: 15px 0 30px
}

.str-footer-area .footer-content .str-ft-about-widget .ft-about-btn a {
    color: #fff;
    height: 35px;
    width: 100px;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 35px;
    border-radius: 3px;
    text-align: center;
    font-family: poppins;
    -webkit-box-shadow: -1.045px 9.945px 16px 0 rgba(68, 46, 200, .4);
    box-shadow: -1.045px 9.945px 16px 0 rgba(68, 46, 200, .4);
    background-image: -webkit-linear-gradient(120deg, #008df9 0, #6006b3 100%);
    background-image: -o-linear-gradient(120deg, #008df9 0, #6006b3 100%);
    background-image: linear-gradient(-30deg, #008df9 0, #6006b3 100%)
}

.str-footer-area .footer-content .str-footer-widget .str-widget-title {
    color: #080808;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 25px
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget p {
    font-size: 15px
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget .str-footer-from {
    position: relative;
    margin-top: 25px
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget input {
    width: 100%;
    border: 0;
    height: 45px;
    padding: 0 30px;
    background-color: #eee
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget button {
    top: 0;
    right: 0;
    width: 60px;
    color: #fff;
    height: 100%;
    border: 0;
    position: absolute;
    background-color: #010101;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget button:hover {
    background-color: #6e24c8
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget .str-social-footer {
    margin-top: 20px
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget .str-social-footer a {
    margin-right: 18px
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget .str-social-footer a:nth-child(1) {
    color: #16599b
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget .str-social-footer a:nth-child(2) {
    color: #03a9f4
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget .str-social-footer a:nth-child(3) {
    color: #ed679b
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget .str-social-footer a:nth-child(4) {
    color: #87b7ff
}

.str-footer-area .footer-content .str-footer-widget .str-office-widget {
    padding-left: 10px
}

.str-footer-area .footer-content .str-footer-widget .str-office-widget .str-office-icon-text {
    padding-bottom: 10px
}

.str-footer-area .footer-content .str-footer-widget .str-office-widget .str-office-icon-text .str-office-icon {
    margin-right: 12px
}

.str-footer-area .footer-content .str-footer-widget .str-office-widget .str-office-icon-text .str-office-icon i {
    text-shadow: -1.045px 9.945px 16px rgba(68, 46, 200, .4);
    background-image: -webkit-linear-gradient(325deg, #6407c1 0, #324add 49%, #008df9 100%);
    background-image: -o-linear-gradient(325deg, #6407c1 0, #324add 49%, #008df9 100%);
    background-image: linear-gradient(125deg, #6407c1 0, #324add 49%, #008df9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.str-footer-area .footer-content .str-footer-widget .str-office-widget .str-office-icon-text p {
    max-width: 140px;
    font-size: 14px;
    overflow: hidden;
    line-height: 1.714
}

.str-footer-area .footer-content .str-footer-widget .str-office-widget .str-open-hour span {
    color: #010101;
    font-size: 14px;
    font-weight: 700
}

.str-footer-area .footer-content .str-footer-widget .str-office-widget .str-open-hour p {
    font-size: 14px;
    padding-top: 5px;
    max-width: 150px
}

.str-footer-area .footer-content .str-footer-widget .str-insta-widget .str-insta-feed {
    margin: 0 -5px
}

.str-home figure.gallery-item {
    float: left;
    margin: 5px
}

.str-footer-area .footer-content .str-footer-widget .str-insta-widget a {
    float: left;
    margin: 5px;
    position: relative
}

.str-footer-area .footer-content .str-footer-widget .str-insta-widget a:after {
    top: 0;
    left: 0;
    opacity: 0;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #010101;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.str-footer-area .footer-content .str-footer-widget .str-insta-widget a:hover:after {
    opacity: .8
}

.str-footer-area .str-copywright-text {
    color: #fff;
    padding: 15px 0;
    font-size: 14px;
    font-family: poppins;
    background-color: #010101
}

.str-footer-area .str-copywright-text a {
    color: #50a2ff
}

.str-mobile_menu_content {
    top: 0;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 280px;
    overflow-y: scroll;
    background-color: #1c1c1c;
    padding: 40px 0;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.str-mobile_menu_content .str-mobile-main-navigation {
    width: 100%
}

.str-mobile_menu_content .str-mobile-main-navigation .navbar-nav {
    width: 100%
}

.str-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    padding: 13px 15px 13px 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-bottom: 1px dashed rgba(255, 255, 255, .1)
}

.str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li a {
    color: #d5d5d5;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 30px 0;
    text-transform: uppercase
}

.str-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px
}

.str-mobile_menu_wrap.mobile_menu_on .str-mobile_menu_content {
    right: 0;
    -webkit-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .75);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.mobile_menu_overlay_on {
    overflow: hidden
}

.str-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible
}

.str-mobile_menu_button {
    position: absolute;
    display: none;
    right: 0;
    cursor: pointer;
    line-height: 40px;
    color: #5805a6;
    text-align: center;
    font-size: 30px;
    top: -44px;
    z-index: 5
}

.str-mobile_menu .str-mobile-main-navigation .navbar-nav li a:after {
    display: none
}

.str-mobile_menu .str-mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.str-mobile_menu .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: 0;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 0;
    width: 100%;
    background-color: transparent
}

.str-mobile_menu .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: 0;
    padding: 0 20px;
    line-height: 1;
    margin-bottom: 5px
}

.str-mobile_menu .dropdown {
    position: relative
}

.str-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    text-align: center;
    line-height: 35px;
    background: 0 0;
    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 0;
    padding: 0;
    width: 36px;
    height: 35px
}

.str-mobile_menu .str-mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 15px;
    height: 20px;
    width: 20px;
    left: 15px;
    font-size: 20px;
    position: absolute
}

.str-main-header.str-sticky-menu .str-mobile_menu_content {
    top: 15px
}

@media screen and (max-width:1024px) {
    .str-feature-section .str-feature-icon-text .str-feature-text .str-feature-list {
        padding-left: 50px
    }

    .str-about-section .str-about-content .str-about-img .str-about-shape {
        display: none
    }

    .str-about-section .str-about-feature-box {
        padding: 25px 15px
    }

    .str-about-section .str-about-feature-box .str-about-feature-text h3 {
        font-size: 22px
    }
}

@media screen and (max-width:991px) {
    .str-mobile_menu_button {
        display: block
    }

    .str-main-header .str-main-menu-item .str-main-navigation {
        display: none
    }

    .str-header-top {
        display: none
    }

    .str-sticky-menu {
        top: -15px
    }

    .str-about-section .str-about-content .str-about-img {
        margin-left: 0;
        padding-top: 30px
    }

    .str-about-section .str-about-feature-box {
        padding: 25px 30px;
        margin-bottom: 30px
    }

    .str-about-section .str-about-feature-box .str-about-feature-text h3 {
        font-size: 24px
    }

    .str-work-icon-text {
        margin-bottom: 40px
    }

    .str-work-process-section .str-work-process-content .col-lg-4:nth-child(2) .str-work-icon-text:before,
    .str-work-process-section .str-work-process-content .col-lg-4:nth-child(3) .str-work-icon-text:before {
        display: none
    }

    .str-team-section .str-section-title {
        padding-left: 0
    }

    .str-team-section .str-team-title-text {
        padding: 30px 0
    }

    .str-get-in-touch-section .str-get-touch-icon-text {
        margin-bottom: 30px
    }

    .str-footer-widget {
        margin-bottom: 40px
    }
}

@media screen and (max-width:480px) {
    .str-banner-slide-area .str-banner-content h1 {
        font-size: 40px
    }

    .str-banner-slide-area .str-banner-content a {
        height: 50px;
        width: 150px;
        line-height: 50px
    }

    .str-banner-slide-area .str-banner-content a i {
        height: 30px;
        width: 30px;
        line-height: 30px
    }

    .str-banner-slide-area {
        padding: 200px 0 150px
    }

    .str-section-title h2 {
        font-size: 32px
    }

    .str-feature-box {
        max-width: 270px;
        margin: 0 auto
    }

    .str-feature-section .str-feature-content .owl-nav .owl-prev,
    .str-feature-section .str-feature-content .owl-nav .owl-next,
    .str-portfolio-section .str-portfolio-area .owl-nav .owl-next,
    .str-team-section .str-team-member-item .owl-nav .owl-next,
    .str-portfolio-section .str-portfolio-area .owl-nav .owl-prev,
    .str-team-section .str-team-member-item .owl-nav .owl-prev {
        position: static;
        display: inline-block;
        margin: 0 5px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .str-feature-section .str-feature-content .owl-nav,
    .str-portfolio-section .str-portfolio-area .owl-nav,
    .str-team-section .str-team-member-item .owl-nav {
        text-align: center;
        margin-top: 40px
    }

    .str-feature-section .str-feature-icon-text .str-feature-text .str-feature-list {
        padding-left: 80px
    }

    .str-testimonial_indicator-dot .carousel-indicators2 {
        position: static;
        text-align: center;
        margin-top: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .str-newslatter-content {
        padding: 40px 30px
    }

    .str-team-img-text {
        margin: 0 auto;
        max-width: 270px
    }

    .str-feature-section {
        padding: 25px 0 60px
    }

    .str-about-section {
        padding: 50px 0
    }

    .str-about-section .str-about-feature-area {
        padding-top: 50px
    }

    .str-work-process-section {
        padding: 50px 0
    }

    .str-testimonial_section {
        padding: 50px 0
    }

    .str-team-section {
        padding: 50px 0
    }

    .str-team-section .str-team-title-text {
        padding-top: 15px
    }

    .str-team-section .str-team-member-item .owl-nav {
        margin-top: 20px
    }

    .str-get-in-touch-section {
        padding-bottom: 60px
    }

    .str-blog-section {
        padding: 50px 0
    }

    .str-blog-section .str-team-title-text {
        padding-top: 20px
    }
}

@media screen and (max-width:420px) {
    .str-banner-slide-area .str-banner-content h1 {
        font-size: 34px
    }

    .str-about-section .str-about-content .str-about-img {
        display: inline-block
    }

    .str-about-section .str-about-content .str-about-img .str-about-img-field {
        width: 100%
    }

    .str-about-section .str-about-content .str-about-img .str-about-logo {
        display: none
    }

    .str-about-section .str-about-content .str-progress-area {
        max-width: 100%
    }

    .str-section-title h2 {
        font-size: 28px
    }

    .str-work-process-section .str-work-process-content {
        padding-top: 40px
    }

    .str-testimonial_indicator {
        display: none
    }

    .str-newslatter-content .str-newslatter-text h2 {
        font-size: 30px
    }

    .str-newslatter-content .str-newslatter-text p {
        font-size: 16px
    }

    .str-newslatter-content .str-newslatter-form .nws-button {
        position: static;
        margin-top: 30px;
        text-align: center
    }

    .str-newslatter-content .str-mail-icon {
        display: none
    }
}

@media screen and (max-width:380px) {
    .str-banner-slide-area .str-banner-content h1 {
        font-size: 30px
    }

    .str-section-title h2 {
        font-size: 26px
    }

    .str-about-section .str-about-feature-box .str-about-feature-text h3 {
        font-size: 20px
    }

    .str-newslatter-content .str-newslatter-text h2 {
        font-size: 26px
    }
}

/*Appilo  landing Page*/
.appl {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.4;
    color: #04000f;
    font-family: roboto;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.appl ::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.appl ::selection {
    color: #fff;
    background-color: #6e3ebf
}

.appl ::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.appl .container {
    max-width: 1200px
}

.appl .ul-li ul {
    margin: 0;
    padding: 0
}

.appl .ul-li ul li {
    list-style: none;
    display: inline-block
}

.appl .ul-li-block ul {
    margin: 0;
    padding: 0
}

.appl .ul-li-block ul li {
    list-style: none;
    display: block
}

div#aplpreloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #f1f1f1;
    background: #f1f1f1 url(../img/appilo-landing/pre.svg) no-repeat center center
}

.appl [data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.decoration-wrapper {
    overflow: hidden;
    position: relative
}

.appl a {
    color: inherit;
    text-decoration: none
}

.appl a:hover,
.appl a:focus {
    text-decoration: none
}

.appl img {
    max-width: 100%;
    height: auto
}

.appl section {
    overflow: hidden
}

.appl button {
    cursor: pointer
}

.appl .form-control:focus,
.appl button:visited,
.appl button.active,
.appl button:hover,
.appl button:focus,
.appl input:visited,
.appl input.active,
.appl input:hover,
.appl input:focus,
.appl textarea:hover,
.appl textarea:focus,
.appl a:hover,
.appl a:focus,
.appl a:visited,
.appl a.active,
.appl select,
.appl select:hover,
.appl select:focus,
.appl select:visited {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit
}

.appl .form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.appl .relative-position {
    position: relative
}

.appl .inline-block {
    display: inline-block
}

.appl .overflow-hidden {
    overflow: hidden
}

.appl .pera-content p {
    margin-bottom: 0
}

.gradiant-bg {
    background: -webkit-gradient(linear, left top, right top, from(#723cbe), color-stop(51%, #f002a1), to(#723cbe));
    background: -o-linear-gradient(left, #723cbe 0, #f002a1 51%, #723cbe 100%);
    background: linear-gradient(to right, #723cbe 0, #f002a1 51%, #723cbe 100%)
}

.appl-headline h1,
.appl-headline h2,
.appl-headline h3,
.appl-headline h4,
.appl-headline h5,
.appl-headline h6 {
    margin: 0;
    font-family: poppins
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(100px)
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(100px)
    }
}

@-webkit-keyframes zoominout {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoominout {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(111px, 72px) rotate(72deg);
        transform: translate(111px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(93px, 122px) rotate(108deg);
        transform: translate(93px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-70px, 72px) rotate(124deg);
        transform: translate(-70px, 72px) rotate(124deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0, 0) rotate(0)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(111px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(124deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0)
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0, 0) rotate(0) scale(1);
        transform: translate(0, 0) rotate(0) scale(1)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(.9);
        transform: translate(73px, -1px) rotate(36deg) scale(.9)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
        transform: translate(141px, 72px) rotate(72deg) scale(1)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
        transform: translate(83px, 122px) rotate(108deg) scale(1.2)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(104deg) scale(1.1);
        transform: translate(-40px, 72px) rotate(104deg) scale(1.1)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0) scale(1);
        transform: translate(0, 0) rotate(0) scale(1)
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0, 0) rotate(0) scale(1)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(.9)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(104deg) scale(1.1)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0) scale(1)
    }
}

@keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(165px, -179px);
        transform: translate(165px, -179px)
    }

    100% {
        -webkit-transform: translate(-346px, 617px);
        transform: translate(-346px, 617px)
    }
}

@-webkit-keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(165px, -179px)
    }

    100% {
        -webkit-transform: translate(-346px, 617px)
    }
}

@keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0);
        transform: translate(-300px, 151px) rotate(0)
    }

    100% {
        -webkit-transform: translate(251px, -200px) rotate(180deg);
        transform: translate(251px, -200px) rotate(180deg)
    }
}

@-webkit-keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0)
    }

    100% {
        -webkit-transform: translate(251px, -200px) rotate(180deg)
    }
}

@keyframes animationFramesFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0);
        transform: translate(61px, -99px) rotate(0)
    }

    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg);
        transform: translate(4px, -190px) rotate(38deg)
    }

    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg);
        transform: translate(-139px, -200px) rotate(74deg)
    }

    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg);
        transform: translate(-263px, -164px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
        transform: translate(-195px, -49px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(-1px, 0) rotate(180deg);
        transform: translate(-1px, 0) rotate(180deg)
    }
}

@-webkit-keyframes animationFramesFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0)
    }

    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg)
    }

    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg)
    }

    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(-1px, 0) rotate(180deg)
    }
}

@-webkit-keyframes animationFramesSix {
    0% {
        -webkit-transform: translate(31px, -45px) rotate(0);
        transform: translate(31px, -45px) rotate(0)
    }

    21% {
        -webkit-transform: translate(4px, -80px) rotate(19deg);
        transform: translate(4px, -80px) rotate(19deg)
    }

    41% {
        -webkit-transform: translate(-70px, -100px) rotate(36deg);
        transform: translate(-70px, -100px) rotate(36deg)
    }

    60% {
        -webkit-transform: translate(-133px, -84px) rotate(54deg);
        transform: translate(-133px, -84px) rotate(54deg)
    }

    80% {
        -webkit-transform: translate(-98px, -24px) rotate(72deg);
        transform: translate(-98px, -24px) rotate(72deg)
    }

    100% {
        -webkit-transform: translate(-1px, 0) rotate(180deg);
        transform: translate(-1px, 0) rotate(180deg)
    }
}

@keyframes animationFramesSix {
    0% {
        -webkit-transform: translate(31px, -45px) rotate(0);
        transform: translate(31px, -45px) rotate(0)
    }

    21% {
        -webkit-transform: translate(4px, -80px) rotate(19deg);
        transform: translate(4px, -80px) rotate(19deg)
    }

    41% {
        -webkit-transform: translate(-70px, -100px) rotate(36deg);
        transform: translate(-70px, -100px) rotate(36deg)
    }

    60% {
        -webkit-transform: translate(-133px, -84px) rotate(54deg);
        transform: translate(-133px, -84px) rotate(54deg)
    }

    80% {
        -webkit-transform: translate(-98px, -24px) rotate(72deg);
        transform: translate(-98px, -24px) rotate(72deg)
    }

    100% {
        -webkit-transform: translate(-1px, 0) rotate(180deg);
        transform: translate(-1px, 0) rotate(180deg)
    }
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes color-change {
    0% {
        color: #723cbe
    }

    50% {
        color: #f002a1
    }

    100% {
        color: #723cbe
    }
}

@keyframes color-change {
    0% {
        color: #723cbe
    }

    50% {
        color: #f002a1
    }

    100% {
        color: #723cbe
    }
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .3
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

.purchase-demo {
    position: fixed;
    z-index: 5;
    bottom: 30px;
    left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px 10px 10px;
    border-radius: 50px;
    z-index: 2
}

.purchase-demo:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #89bd49;
    z-index: -1;
    opacity: .4;
    border-radius: 50px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.purchase-demo:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #89bd49;
    opacity: .2;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -3;
    border-radius: 50%
}

.purchase-demo i {
    background-color: #6e973a;
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 2
}

.purchase-demo .ph-text {
    display: inline-block;
    color: #fff;
    font-family: poppins;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-left: 10px;
    margin-left: -80px;
    position: relative;
    z-index: -1;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    opacity: 0;
    visibility: hidden
}

.purchase-demo:hover .ph-text {
    margin-left: 10px;
    opacity: 1;
    visibility: visible;
    z-index: 0
}

.purchase-demo:hover:after {
    opacity: 1
}

.area-title {
    margin: 0 auto;
    max-width: 545px
}

.area-title span {
    color: #f002a1;
    font-size: 16px;
    font-weight: 700;
    font-family: roboto
}

.area-title p {
    font-size: 18px
}

.area-title h2 {
    margin: 0 auto;
    font-size: 36px;
    font-weight: 700;
    max-width: 320px;
    margin-bottom: 35px;
    position: relative
}

.area-title h2 span {
    font-size: 36px;
    font-weight: 300
}

.area-title h2:after {
    top: 15px;
    content: "";
    height: 2px;
    width: 50px;
    left: -46px;
    position: absolute;
    background-color: #723cbe
}

.area-title h2:before {
    top: 22px;
    content: "";
    height: 2px;
    width: 25px;
    left: -20px;
    position: absolute;
    background-color: #723cbe
}

.appl-header-section {
    top: 0;
    z-index: 2;
    width: 100%;
    padding-top: 30px;
    position: absolute
}

.appl-header-section .appl-brand-logo {
    opacity: 0
}

.appl-default-header.appl-header-section .appl-brand-logo {
    opacity: 1
}

.appl-header-section .main-navigation {
    padding-top: 12px;
    display: inline-block
}

.appl-header-section .main-navigation .dropdown {
    position: relative
}

.appl-header-section .main-navigation .dropdown:after,
.tmx-mega-menu>a:after {
    top: 0;
    color: #fff;
    right: -15px;
    content: "+";
    font-weight: 900;
    position: absolute;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    font-family: "font awesome 5 free"
}

.appl-header-section .main-navigation .dropdown .dropdown-menu {
    top: 35px;
    left: -20px;
    opacity: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    height: auto;
    width: 200px;
    border: 0;
    display: block;
    overflow: hidden;
    border-radius: 0;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1);
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1)
}

.appl-header-section .main-navigation .dropdown .dropdown-menu li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #e5e5e5
}

.appl-header-section .main-navigation .dropdown .dropdown-menu li a {
    width: 100%;
    color: #343434;
    display: block;
    font-size: 14px;
    padding: 10px 25px;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.appl-header-section .main-navigation .dropdown .dropdown-menu li a:before {
    display: none
}

.appl-header-section .main-navigation .dropdown .dropdown-menu li a:after {
    left: 10px;
    top: 15px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-image: none;
    background-color: #4de3ef;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.appl-header-section .main-navigation .dropdown .dropdown-menu li a:hover {
    background-color: #6e24c8;
    color: #fff
}

.appl-header-section .main-navigation .dropdown .dropdown-menu li a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.appl-header-section .main-navigation .dropdown .dropdown-menu li:last-child {
    border-bottom: 0
}

.appl-header-section .main-navigation .dropdown:hover .dropdown-menu {
    left: 0;
    opacity: 1;
    visibility: visible
}

.appl-header-section .navbar-nav {
    display: inherit
}

.appl-header-section .navbar-nav>li {
    margin: 0 25px
}

.appl-header-section .navbar-nav li a {
    color: #fff;
    position: relative;
    padding-bottom: 15px;
    font-family: poppins
}

.appl-header-section .navbar-nav>li>a:before {
    right: 0;
    left: auto;
    content: "";
    height: 3px;
    width: 0;
    bottom: 5px;
    position: absolute;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: -o-linear-gradient(60deg, #6b3fc0 0, #f400a1 100%);
    background: linear-gradient(30deg, #6b3fc0 0, #f400a1 100%)
}

.appl-header-section .navbar-nav>li>a:hover:before {
    width: 100%;
    right: auto;
    left: 0
}

.appl-header-section .appl_sign_up_btn {
    height: 50px;
    width: 210px;
    float: right;
    line-height: 50px;
    margin-left: 50px;
    border-radius: 3px;
    background: -o-linear-gradient(60deg, #6b3fc0 0, #f400a1 100%);
    background: linear-gradient(30deg, #6b3fc0 0, #f400a1 100%)
}

.appl-header-section .appl_sign_up_btn a {
    color: #fff;
    font-family: poppins
}

.appl-header-section .appl_sign_up_btn a i {
    margin-right: 10px
}

.appl-sticky-menu {
    top: 0;
    z-index: 9;
    position: fixed;
    padding: 10px 0 15px;
    background-color: #010101;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.appl-sticky-menu .appl-brand-logo {
    opacity: 1
}

.area-title-2 {
    margin: 0 auto;
    max-width: 760px;
    padding-bottom: 30px
}

.area-title-2 .total-demo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.area-title-2 .total-demo h1 {
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    background: -webkit-linear-gradient(left, #6b3fc0, #f400a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.area-title-2 .total-demo span {
    top: -10px;
    right: -30px;
    font-size: 48px;
    font-weight: 700;
    position: absolute;
    background: -webkit-linear-gradient(left, #6b3fc0, #f400a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.demo-counter .elementor-counter-number,
.demo-counter .elementor-counter-number-suffix {
    background: -webkit-linear-gradient(left, #6b3fc0, #f400a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.demo-counter .elementor-counter-number-suffix {
    font-size: 48px;
    margin-top: -22px
}

.area-title-2 h2 {
    color: #0e0e0e;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.33333;
    padding-bottom: 18px
}

.area-title-2 p {
    color: #666;
    font-size: 18px;
    line-height: 30px
}

.app_btn {
    border-radius: 50px;
    background-size: 200% auto;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.app_btn:hover {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-position: right center
}

.app_btn a {
    width: 100%;
    display: block
}

.appl-banner-section {
    z-index: 1
}

.appl-banner-section .banner-demo .demo-shape-1 {
    left: -30px;
    z-index: -1;
    bottom: -15%
}

.appl-banner-section .banner-demo .demo-shape-2 {
    top: 0;
    right: -30px;
    z-index: -1
}

.appl-banner-section .demo-number {
    top: 20px;
    left: 23%
}

.appl-banner-section .element-number {
    bottom: 50px;
    right: 25%
}

.appl-banner-content {
    padding: 280px 0 330px
}

.appl-banner-content .banner-text {
    margin: 0 auto;
    color: #c6c6c6;
    font-size: 28px;
    max-width: 460px;
    padding: 30px 0 55px
}

.appl-banner-content .banner-text span {
    color: #ee03a2;
    font-weight: 700
}

.appl-banner-content .banner-text strong {
    color: #fff
}

.demo-section .container {
    max-width: 1665px
}

.demo-section .demo-filter-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.demo-section .page-tab-button {
    padding: 0;
    margin-left: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: auto;
    margin-bottom: 55px;
    border-radius: 43px;
    font-family: poppins;
    border: 1px solid #d4d4d4
}

.demo-section li {
    padding: 10px 30px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    z-index: 1;
    cursor: pointer
}

.demo-section li:after {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    border-radius: 43px;
    background-color: #0b64de;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out
}

.demo-section li.filtr-active {
    color: #fff;
    border-radius: 43px;
    -webkit-box-shadow: 0 8px 8px 0 rgba(0, 132, 255, .25);
    box-shadow: 0 8px 8px 0 rgba(0, 132, 255, .25)
}

.demo-section li.filtr-active:after {
    opacity: 1
}

.demo_item .demo_img_link {
    position: relative;
    -webkit-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    -webkit-box-shadow: 0 0 15px rgba(14, 14, 14, .19);
    box-shadow: 0 0 15px rgba(14, 14, 14, .19)
}

.demo_item .demo_img_link:before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    background-color: rgba(0, 0, 0, .7)
}

.demo_item .demo_img_link .badge_view {
    top: 10px;
    left: -15px;
    position: absolute
}

.app_btn.demo-coming-soon {
    display: none
}

.demo-image.demo-coming-soon {
    filter: blur(3px)
}

.demo_item .appl-page-title h3 {
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px
}

.demo_item .app_btn {
    left: 0;
    right: 0;
    top: 50%;
    color: #fff;
    height: 50px;
    width: 150px;
    margin: 0 auto;
    font-weight: 600;
    line-height: 50px;
    position: absolute;
    text-align: center;
    border-radius: 50px;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.demo_item .app_btn a {
    width: 100%;
    display: block
}

.demo_item .app_btn:hover {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-position: 100%
}

.demo_item .page-title-link {
    margin-bottom: 85px;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out
}

.demo_item .page-title-link:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

.demo_item .page-title-link:hover .app_btn {
    opacity: 1
}

.demo_item .page-title-link:hover .demo_img_link:before {
    opacity: 1
}

.device-mockup-section {
    background-image: url(../img/appilo-landing/banner2.jpg);
    padding: 85px 0 330px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.device-mockup-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(180deg, #3241ff 1%, #530168 100%);
    opacity: .7
}

.device-mockup-section .device-mockup-content {
    z-index: 1;
    position: relative
}

.device-mockup-area .tree-img {
    left: 18%;
    bottom: -115px;
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%)
}

.device-mockup-area .laptop-img {
    left: 0;
    right: 0;
    text-align: center;
    bottom: -125px
}

.device-mockup-area .mobile-img {
    right: 15%;
    bottom: -120px;
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%)
}

.device-mockup-content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700
}

.shape-style-5 {
    right: 30%;
    -webkit-transform: translate(-25%, -20%);
    -ms-transform: translate(-25%, -20%);
    transform: translate(-25%, -20%);
    -webkit-animation: animationFramesOne 10s infinite alternate;
    animation: animationFramesOne 10s infinite alternate
}

.shape-style-6 {
    left: 25%;
    -webkit-transform: translate(-10%, -20%);
    -ms-transform: translate(-10%, -20%);
    transform: translate(-10%, -20%);
    -webkit-animation: animationFramesSix 12s infinite alternate;
    animation: animationFramesSix 12s infinite alternate
}

.shape-style-7 {
    left: 50%;
    -webkit-transform: translate(-25%, -20%);
    -ms-transform: translate(-25%, -20%);
    transform: translate(-25%, -20%);
    -webkit-animation: animationFramesTwo 10s infinite alternate;
    animation: animationFramesTwo 10s infinite alternate
}

.shape-style-8 {
    bottom: 10%;
    left: 35%;
    -webkit-transform: translate(-25%, -20%);
    -ms-transform: translate(-25%, -20%);
    transform: translate(-25%, -20%);
    -webkit-animation: animationFramesFive 12s infinite alternate;
    animation: animationFramesFive 12s infinite alternate
}

.shape-style-9 {
    bottom: 10%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: animationFramesFour 10s infinite alternate;
    animation: animationFramesFour 10s infinite alternate
}

.appl-element-section {
    padding: 230px 0 135px
}

.appl-element-section .element-image {
    margin-left: 165px
}

.ele-img_1 {
    position: absolute;
    top: 60px
}

.ele-img_2 {
    right: 0;
    bottom: -40px;
    position: absolute
}

.appl-element-section .element-text {
    max-width: 500px;
    padding-top: 80px;
    margin-left: 20px
}

.appl-element-section .element-text h2 {
    font-size: 48px;
    font-weight: 600;
    margin: 30px 0 40px
}

.appl-element-section .element-text p {
    font-size: 16px;
    color: #666;
    margin-bottom: 60px
}

.appl-element-section .element-text .element-bg {
    margin: 0 auto;
    font-size: 16px;
    max-width: 245px;
    border-radius: 115px;
    font-family: poppins;
    overflow: hidden;
    background-image: url(../img/appilo-landing/ebg.png);
    -webkit-box-shadow: 0 17px 40px 0 rgba(0, 0, 0, .21);
    box-shadow: 0 17px 40px 0 rgba(0, 0, 0, .21)
}

.appl-element-section .element-text .element-bg .element_content {
    padding: 20px
}

.appl-element-section .element-text .element-bg .element_content strong {
    font-size: 40px;
    font-weight: 700;
    color: #f002a1;
    -webkit-animation: color-change 1.1s infinite;
    animation: color-change 1.1s infinite
}

.app-feature-section {
    padding: 85px 0 120px;
    background-color: #ededed
}

.app-feature-section .area-title {
    padding-bottom: 5px
}

.app-feature-section .area-title strong {
    color: #6e3ebf
}

.app-feature-section .area-title span {
    font-weight: 700
}

.app-feature-section .area-title h2:after {
    left: -15px
}

.app-feature-section .area-title h2:before {
    left: 10px
}

.app-feature-section .col-lg-4:nth-child(3) .appl-feature-content::after,
.app-feature-section .col-lg-4:nth-child(6) .appl-feature-content::after {
    display: none
}

.feature-content-item {
    background-color: #fafafa;
    -webkit-box-shadow: 0 14px 65px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 14px 65px 0 rgba(0, 0, 0, .15);
    position: relative
}

.feature-content-item:after {
    top: 50%;
    left: 0;
    right: 0;
    content: "";
    width: 90%;
    margin: 0 auto;
    position: absolute;
    border: 1px dashed #d0d0d0
}

.appl-feature-content {
    position: relative;
    padding: 40px 40px 55px 45px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.appl-feature-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0 15px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.appl-feature-content p {
    font-size: 16px;
    max-width: 290px
}

.appl-feature-content:after {
    top: 50px;
    content: "";
    height: 60%;
    right: -15px;
    position: absolute;
    border-right: 1px dashed #d0d0d0
}

.appl-feature-content:hover h3 {
    color: #723cbe
}

.appl-feature-content:hover {
    -webkit-box-shadow: 0 40px 80px 0 rgba(4, 10, 48, .06);
    box-shadow: 0 40px 80px 0 rgba(4, 10, 48, .06)
}

.appl-review-section {
    padding: 65px 0 75px
}

.appl-review-section .area-title-2 {
    padding-bottom: 40px
}

.review-inner-box {
    padding: 40px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 29px rgba(0, 0, 0, .09);
    box-shadow: 0 1px 29px rgba(0, 0, 0, .09)
}

.review-inner-box .review-rate {
    margin-bottom: 18px
}

.review-inner-box .review-rate li {
    font-size: 15px;
    color: #ffca12
}

.review-inner-box .buyer-inner {
    margin-top: 22px
}

.review-inner-box .buyer-inner .buyer-thumb {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 100%
}

.review-inner-box .buyer-inner .buyer-name-degi span {
    display: block
}

.review-inner-box .buyer-inner .buyer-name-degi .buyer-name {
    color: #0e0e0e;
    font-size: 20px;
    font-weight: 700;
    font-family: poppins
}

.review-slide-area.owl-carousel .owl-stage-outer {
    overflow: visible
}

.review-slide-area.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0
}

.review-slide-area.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1
}

.review-slide-area.owl-carousel .owl-nav {
    display: none
}

.review-slide-area.owl-carousel .owl-dots {
    margin-top: 25px;
    text-align: center
}

.review-slide-area.owl-carousel .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    margin: 0 5px;
    border-radius: 100%;
    display: inline-block;
    background-color: #fff;
    border: 3px solid #fff;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.review-slide-area.owl-carousel .owl-dots .owl-dot.active {
    background-color: #46f252
}

.author-sale-section {
    padding: 75px 0 65px;
    z-index: 1
}

.author-sale-section:before {
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    opacity: .91;
    position: absolute;
    background-color: #0e2128
}

.author-sale-section .author-sale-text {
    margin-top: 25px
}

.author-sale-section .author-sale-text h2 {
    color: #fff;
    line-height: 1;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 18px
}

.author-sale-section .author-sale-text p {
    color: #fff;
    font-size: 20px;
    padding-bottom: 5px
}

.appl-product-counter .theme-dynamic-counter h1 {
    font-size: 72px;
    font-weight: 700;
    display: inline-block;
    background: -webkit-linear-gradient(left, #0086f8, #39ec73);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.appl-product-counter .theme-dynamic-counter span {
    top: -15px;
    right: -10px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    font-family: poppins;
    text-transform: uppercase
}

.copyright-text {
    padding: 15px 0;
    background-color: #0b0016;
    color: #fff
}

.copyright-text i,
.copyright-text span {
    color: #fa008f
}

.appl-scrollup {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    z-index: 99;
    line-height: 55px;
    background-color: #723cbe
}

.appl-scrollup i {
    font-size: 26px;
    color: #fff
}

.appl-mobile_menu_content {
    top: 0;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 280px;
    overflow-y: scroll;
    background-color: #1c1c1c;
    padding: 40px 0;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.appl-mobile_menu_content .appl-mobile-main-navigation {
    width: 100%
}

.appl-mobile_menu_content .appl-mobile-main-navigation .navbar-nav {
    width: 100%
}

.appl-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.appl-mobile_menu_content .appl-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    padding: 13px 15px 13px 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-bottom: 1px dashed rgba(255, 255, 255, .1)
}

.appl-mobile_menu_content .appl-mobile-main-navigation .navbar-nav li a {
    color: #d5d5d5;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 30px 0;
    text-transform: uppercase
}

.appl-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px
}

.appl-mobile_menu_wrap.mobile_menu_on .appl-mobile_menu_content {
    right: 0;
    -webkit-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .75);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.mobile_menu_overlay_on {
    overflow: hidden
}

.appl-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible
}

.appl-mobile_menu_button {
    position: absolute;
    display: none;
    right: 15px;
    cursor: pointer;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    top: -40px;
    z-index: 5
}

.appl-mobile_menu .appl-mobile-main-navigation .navbar-nav li a:before {
    display: none
}

.appl-mobile_menu .appl-mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.appl-mobile_menu .appl-mobile_menu_content .appl-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: 0;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 0;
    width: 100%;
    background-color: transparent
}

.appl-mobile_menu .appl-mobile_menu_content .appl-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: 0;
    padding: 0 20px;
    line-height: 1;
    margin-bottom: 5px
}

.appl-mobile_menu .dropdown {
    position: relative
}

.appl-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    text-align: center;
    line-height: 35px;
    background: 0 0;
    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 0;
    padding: 0;
    width: 36px;
    height: 35px
}

.appl-mobile_menu .appl-mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 15px;
    height: 20px;
    width: 20px;
    left: 15px;
    font-size: 20px;
    position: absolute
}

.appl-main-header.appl-sticky-menu .appl-mobile_menu_content {
    top: 15px
}

@media screen and (max-width:1440px) {
    .appl-banner-content {
        padding: 235px 0 270px
    }

    .appl-banner-section .banner-demo .demo-shape-1 {
        width: 85%;
        left: -150px;
        bottom: -17%
    }

    .appl-banner-section .banner-demo .demo-shape-2 {
        width: 30%;
        top: auto;
        bottom: -17px
    }

    .appl-header-section .navbar-nav li {
        margin: 0 15px
    }

    .appl-banner-section .demo-number {
        width: 160px
    }

    .appl-banner-section .element-number {
        width: 150px
    }

    .appl-header-section .appl_sign_up_btn {
        margin-left: 20px
    }
}

@media screen and (max-width:1024px) {
    .appl-header-section .navbar-nav li {
        margin: 0 15px
    }

    .demo-section li {
        padding: 10px 20px
    }

    .device-mockup-area .mobile-img {
        display: none
    }

    .tree-img {
        display: none
    }

    .appl-element-section .element-image {
        margin-left: 0
    }

    .element-text {
        max-width: 500px;
        padding-top: 0;
        margin-left: 0
    }
}

@media screen and (max-width:991px) {
    .main_menu_list {
        display: none
    }

    .appl-header-section .appl-brand-logo {
        opacity: 1
    }

    .appl-banner-section .demo-number {
        display: none
    }

    .appl-banner-section .element-number,
    .banner-demo {
        display: none
    }

    .appl-banner-content {
        padding: 170px 0 200px
    }

    .appl-mobile_menu_button {
        display: block
    }

    .appl-sticky-menu .appl-mobile_menu_button {
        top: -35px
    }

    .demo-section li {
        padding: 5px 10px
    }

    .ele-img_1,
    .ele-img_2 {
        display: none
    }

    .feature-content-item:after,
    .appl-feature-content:after {
        display: none
    }

    .demo-section li {
        font-weight: 500
    }

    .appl-element-section .element-image {
        margin-bottom: 30px
    }
}

@media screen and (max-width:420px) {
    .appl-banner-content {
        padding: 160px 0 155px
    }

    .appl-banner-content .banner-text {
        font-size: 22px;
        padding: 30px 15px 55px
    }

    .area-title-2 .total-demo h1 {
        font-size: 60px
    }

    .area-title-2 .total-demo span {
        top: -5px;
        right: -20px;
        font-size: 30px
    }

    .area-title-2 p {
        font-size: 16px
    }

    .device-mockup-section {
        padding: 50px 15px 100px
    }

    .appl-element-section {
        padding: 150px 0 60px
    }

    .element-text h2 {
        font-size: 32px;
        margin: 15px 0 20px
    }

    .area-title h2 {
        font-size: 30px
    }

    .app-feature-section .area-title h2:before,
    .app-feature-section .area-title h2:after {
        display: none
    }

    .area-title-2 h2 {
        font-size: 30px
    }

    .appl-product-counter .theme-dynamic-counter h1 {
        font-size: 60px
    }
}

.appl-banner-content {
    padding: 215px 0 400px
}

#appl-banner {
    position: relative
}

.tm-banners {
    position: absolute;
    width: 100%;
    bottom: -29%;
    left: -36%;
    text-align: center;
    -webkit-transform: rotate(44deg) scale(.85);
    -ms-transform: rotate(44deg) scale(.85);
    transform: rotate(44deg) scale(.85)
}

.tm-banners .single-img {
    display: inline-block;
    height: 300px;
    margin: 0 10px;
    width: calc(100%/4 - 50px);
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-box-shadow: -1px 0 20px 20px rgba(0, 0, 0, .17);
    box-shadow: -1px 0 20px 20px rgba(0, 0, 0, .17);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    opacity: 0;
    position: relative
}

.tm-banners .single-img img {
    width: 100%
}

.tm-banners .single-img:nth-child(2) {
    position: relative;
    top: 180px;
    z-index: -1;
    opacity: 0;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-duration: 1.4s;
    -o-transition-duration: 1.4s;
    transition-duration: 1.4s
}

.tm-banners .single-img:nth-child(3) {
    position: relative;
    top: 120px;
    z-index: 2;
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    opacity: 0
}

.tm-banners .single-img:nth-child(4) {
    top: 180px;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-duration: 1.4s;
    -o-transition-duration: 1.4s;
    transition-duration: 1.4s
}

.tm-banners .single-img:nth-child(5) {
    top: 100px;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.tm-banners .single-img:nth-child(6) {
    top: 100px;
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
    left: 100px
}

.tm-banners .single-img:nth-child(7) {
    top: 100px;
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
    -webkit-transition-duration: .9s;
    -o-transition-duration: .9s;
    transition-duration: .9s;
    left: 100px
}

.tm-banners .single-img:nth-child(11) {
    top: 100px;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transition-duration: 1.6s;
    -o-transition-duration: 1.6s;
    transition-duration: 1.6s
}

.tm-banners .single-img:nth-child(1) {
    position: relative;
    top: 150px;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
    -webkit-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
    transition-duration: 1.2s
}

.tm-banners .single-img:nth-child(8) {
    top: 100px;
    z-index: -2;
    background: #000;
    opacity: 0;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transition-duration: 1.6s;
    -o-transition-duration: 1.6s;
    transition-duration: 1.6s;
    left: 100px
}

.tm-banners .single-img:nth-child(9) {
    left: 0
}

.tm-banners .single-img:nth-child(12) {
    top: 100px;
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

.tm-banners.animated .single-img {
    opacity: 1
}

.tm-banners.animated .single-img:nth-child(8) {
    top: 0;
    opacity: 1
}

.tm-banners.animated .single-img:nth-child(1) {
    top: 0
}

.tm-banners.animated .single-img:nth-child(2) {
    top: 0
}

.tm-banners.animated .single-img:nth-child(3) {
    top: 0;
    -webkit-box-shadow: 19px 20px 20px 13px rgba(0, 0, 0, .27);
    box-shadow: 19px 20px 20px 13px rgba(0, 0, 0, .27)
}

.tm-banners.animated .single-img:nth-child(5),
.tm-banners.animated .single-img:nth-child(6),
.tm-banners.animated .single-img:nth-child(7),
.tm-banners.animated .single-img:nth-child(11),
.tm-banners.animated .single-img:nth-child(4),
.tm-banners.animated .single-img:nth-child(12) {
    top: 0
}

.tm-banners.animated .single-img:nth-child(5) {
    left: 100px
}

.tm-banners-right-side {
    position: absolute;
    width: 100%;
    bottom: -2%;
    right: -55%;
    text-align: center;
    -webkit-transform: rotate(-45deg) scale(.85);
    -ms-transform: rotate(-45deg) scale(.85);
    transform: rotate(-45deg) scale(.85)
}

.tm-banners-right-side .single-img {
    display: inline-block;
    height: 300px;
    margin: 0 10px;
    width: calc(100%/4 - 50px);
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-box-shadow: -1px 0 20px 4px rgba(238, 3, 162, .28);
    box-shadow: -1px 0 20px 4px rgba(238, 3, 162, .28);
    position: relative;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.tm-banners-right-side .single-img img {
    width: 100%
}

.tm-banners-right-side .single-img:nth-child(1) {
    position: relative;
    top: 190px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    left: 50px
}

.tm-banners-right-side .single-img:nth-child(3) {
    top: 140px;
    left: 50px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    z-index: 5;
    -webkit-box-shadow: -19px 20px 20px 20px rgba(0, 0, 0, .37);
    box-shadow: -19px 20px 20px 20px rgba(0, 0, 0, .37)
}

.tm-banners-right-side .single-img:nth-child(2) {
    top: 120px;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 50px
}

.tm-banners-right-side .single-img:nth-child(4) {
    top: 100px;
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;
    transition: 1.2s;
    left: 50px
}

.tm-banners-right-side .single-img:nth-child(6) {
    top: 100px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.tm-banners-right-side .single-img:nth-child(7) {
    top: 100px;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

.tm-banners-right-side .single-img:nth-child(8) {
    top: 100px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.tm-banners-right-side .single-img:nth-child(9) {
    top: 100px;
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;
    transition: 1.2s;
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s
}

.tm-banners-right-side.animated .single-img {
    opacity: 1
}

.tm-banners-right-side.animated .single-img:nth-child(1),
.tm-banners-right-side.animated .single-img:nth-child(2),
.tm-banners-right-side.animated .single-img:nth-child(3),
.tm-banners-right-side.animated .single-img:nth-child(4),
.tm-banners-right-side.animated .single-img:nth-child(6),
.tm-banners-right-side.animated .single-img:nth-child(7),
.tm-banners-right-side.animated .single-img:nth-child(8),
.tm-banners-right-side.animated .single-img:nth-child(9) {
    position: relative;
    top: 0
}

.appl-banner-section .element-number {
    bottom: 50px;
    right: 36%
}

.responsive-demo {
    display: none;
    text-align: center
}

.responsive-demo .single-img {
    display: inline-block;
    width: calc(100%/4);
    margin: 0 -60px;
    -webkit-box-shadow: 0 0 11px 12px rgba(0, 0, 0, .25);
    box-shadow: 0 0 11px 12px rgba(0, 0, 0, .25)
}

.responsive-demo .single-img img {
    width: 100%
}

@media only screen and (min-width:1366px) and (max-width:1699px) {
    .tm-banners-right-side {
        bottom: -78%;
        right: -44%
    }

    .appl-banner-section .element-number {
        bottom: 0;
        right: 40%
    }

    .tm-banners {
        left: -46%;
        bottom: -60%
    }

    .appl-banner-content {
        padding: 205px 0 240px
    }
}

@media only screen and (min-width:1200px) and (max-width:1365px) {
    .tm-banners-right-side {
        bottom: -58%;
        right: -44%
    }

    .tm-banners {
        left: -46%;
        bottom: -34%
    }

    .appl-banner-content {
        padding: 215px 0 200px
    }

    .tm-banners .single-img:nth-child(3),
    .tm-banners .single-img:nth-child(4) {
        opacity: 0
    }

    .tm-banners-right-side .single-img:nth-child(1),
    .tm-banners-right-side .single-img:nth-child(2) {
        opacity: 0
    }
}

@media only screen and (max-width:1199px) {

    .tm-banners,
    .tm-banners-right-side {
        display: none
    }

    .responsive-demo {
        display: block
    }

    .appl-banner-content {
        padding: 215px 0 100px
    }
}

span.plus {
    font-size: 72px !important;
    font-weight: 700 !important;
    display: inline-block;
    line-height: 72px;
    background: -webkit-linear-gradient(left, #0086f8, #39ec73);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
    top: 0 !important
}

/*Appilo off Canvas*/
#offcanvas-menu.toggled {
    transform: translateX(0)
}

#offcanvas-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background: #313131;
    transform: translateX(280px);
    transition: .5s;
    z-index: 99999
}

.menu-wrapper {
    height: 100%;
    overflow: auto;
    padding-top: 60px
}

.menu-toggle i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    text-align: center;
    background-color: #313131;
    cursor: pointer;
    color: #fff
}

.menu-toggle {
    position: fixed;
    top: 10px;
    right: 10px;
    transition: .1s;
    z-index: 9999;
    display: none !important
}

.menu-toggle.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    text-align: right;
    padding: 10px 10px 10px 0;
    border-radius: 0
}

.menu-toggle.sticky::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 30px;
    left: 0;
    right: 0;
    display: none;
    top: 50%;
    margin: -15px auto 0;
    background: url(../images/logo-m.png) no-repeat
}

#offcanvas-menu .close-menu {
    position: absolute;
    top: 15px;
    margin-left: -20px
}

#offcanvas-menu .close-menu i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    background-color: #ff9600
}

#offcanvas-menu .menu-wrapper li a {
    font-family: montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #b7becd;
    border-bottom: 1px solid #b7becd;
    padding: 10px 40px;
    display: block
}

#offcanvas-menu .menu-wrapper li ul {
    display: none
}

#offcanvas-menu .menu-wrapper li .sub-menu a {
    padding-left: 55px
}

#offcanvas-menu .menu-wrapper li ul {
    display: none
}

#offcanvas-menu .menu-wrapper li a.active {
    color: #ff9600
}

@media(max-width:991px) and (min-width:768px) {
    .menu-toggle {
        display: block
    }
}

/*Cloud Hosting*/
.app-host {
    font-family: roboto, sans-serif;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #596777;
    background-color: #fff;
    overflow-x: hidden
}

.app-host a {
    color: #f5800d
}

.app-host a,
.app-host a>* {
    outline: 0;
    cursor: pointer;
    text-decoration: none
}

.app-host a:focus,
.app-host a:hover {
    color: #db5643;
    outline: 0;
    text-decoration: none
}

.app-host a,
.app-host .navbar a,
.app-host .form-control {
    transition: .5s
}

div#host-preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #fff;
    background: #fff url(../img/cloud-hosting/pre.svg) no-repeat center center
}

.app-host h1,
.app-host h2,
.app-host h3,
.app-host h4,
.app-host h5,
.app-host h6 {
    font-family: dosis, sans-serif;
    font-weight: 400;
    margin: 0 0 20px
}

.app-host h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px
}

@media(min-width:480px) and (max-width:767px) {
    .app-host h1 {
        font-size: 40px
    }
}

@media only screen and (max-width:479px) {
    .app-host h1 {
        font-size: 34px
    }
}

.app-host h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    color: #1b232f
}

@media(min-width:480px) and (max-width:767px) {
    .app-host h2 {
        font-size: 30px;
        line-height: 35px
    }
}

@media only screen and (max-width:479px) {
    .app-host h2 {
        font-size: 25px;
        line-height: 30px
    }
}

.app-host h3 {
    font-size: 26px;
    line-height: 30px;
    color: #1f1842
}

@media only screen and (max-width:479px) {
    .app-host h3 {
        font-size: 20px
    }
}

.app-host h4 {
    font-size: 25px
}

.app-host h5 {
    font-size: 14px
}

.app-host h6 {
    font-size: 12px
}

.app-host p img {
    margin: 0
}

.app-host p {
    margin: 0 0 15px;
    line-height: 27px
}

.app-host hr {
    margin: 0
}

.app-host ul {
    margin: 0;
    padding: 0
}

.app-host ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

.app-host .btn {
    font-family: roboto, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700
}

.app-host .btn.active,
.app-host .btn:active {
    box-shadow: none
}

.app-host button,
.app-host .btn.active.focus,
.app-host .btn.active:focus,
.app-host .btn.focus,
.app-host .btn:active.focus,
.app-host .btn:active:focus,
.app-host .btn:focus {
    outline: 0
}

.app-host .btn-default {
    font-size: 20px;
    font-weight: 600;
    color: #f5800d;
    background-color: transparent;
    border: 2px solid #f5800d;
    border-radius: 8px;
    padding: 8px 22px
}

.app-host .btn-default:hover,
.app-host .btn-default.focus,
.app-host .btn-default:focus,
.app-host .btn-default.active,
.app-host .btn-default:active,
.app-host .open>.dropdown-toggle.btn-default,
.app-host .btn-default.active.focus,
.app-host .btn-default.active:focus,
.app-host .btn-default.active:hover,
.app-host .btn-default:active.focus,
.app-host .btn-default:active:focus,
.app-host .btn-default:active:hover,
.app-host .open>.dropdown-toggle.btn-default.focus,
.app-host .open>.dropdown-toggle.btn-default:focus,
.app-host .open>.dropdown-toggle.btn-default:hover,
.app-host .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #f5800d;
    border-color: #f5800d
}

@media screen and (max-width:480px) {
    .app-host .btn-default {
        padding: 10px 20px !important
    }
}

.app-host .btn-primary {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    background-color: #3575d3;
    border: 0;
    padding: 10px 45px;
    border-radius: 6px;
    z-index: 5;
    overflow: hidden;
    box-shadow: 0 5px #3265b0
}

.app-host .btn-primary:hover,
.app-host .btn-primary.focus,
.app-host .btn-primary:focus,
.app-host .btn-primary.active.focus,
.app-host .btn-primary.active:focus,
.app-host .btn-primary.active:hover,
.app-host .btn-primary:active.focus,
.app-host .btn-primary:active:focus,
.app-host .btn-primary:active:hover,
.app-host .open>.dropdown-toggle.btn-primary.focus,
.app-host .open>.dropdown-toggle.btn-primary:focus,
.app-host .open>.dropdown-toggle.btn-primary:hover {
    background-color: #3575d3;
    top: 2px;
    box-shadow: 0 3px #3265b0
}

.app-host .btn-primary.active {
    background-color: #3575d3;
    box-shadow: 0 5px #3265b0
}

@media screen and (max-width:480px) {
    .app-host .btn-primary {
        font-size: 16px;
        padding: 8px 25px
    }
}

@media screen and (max-width:480px) {
    .app-host .btn-link {
        font-size: 16px;
        padding: 8px 25px
    }
}

.app-host .container {
    max-width: 1200px
}

.app-host .nav {
    display: inherit
}

.app-host .navbar {
    padding: 0;
    display: inherit
}

.app-host .navbar-nav {
    display: inherit
}

.app-host .host-app-header-section .collapse:not(.show) {
    display: block
}

.app-host .navbar-collapse {
    flex-grow: inherit;
    flex-basis: inherit
}

.app-host .facebook-bg {
    background-color: #106ed2
}

.app-host .twitter-bg {
    background-color: #3ad0fb
}

.app-host .linkedin-bg {
    background-color: #1379bb
}

.app-host .no-margin {
    margin: 0
}

.app-host .no-padding {
    padding: 0
}

.app-host .ch-section-padding {
    padding: 120px 0
}

@media only screen and (max-width:991px) {
    .app-host .ch-section-padding {
        padding: 100px 0
    }
}

@media only screen and (max-width:767px) {
    .app-host .ch-section-padding {
        padding: 70px 0
    }
}

.app-host .inline-block {
    display: inline-block
}

.app-host .ml-30 {
    margin-left: 30px
}

.app-host .mr-30 {
    margin-right: 30px
}

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

.app-host input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: #fff
}

.app-host input[type=text],
.app-host input[type=password],
.app-host input[type=email],
.app-host input[type=url],
.app-host input[type=search],
.app-host textarea,
.app-host select {
    outline: 0;
    margin: 0;
    max-width: 100%;
    border-radius: 0 0 0 0
}

.app-host .bottom-nevigation .pagination li.active>a {
    color: #fff;
    background-color: #3575d3;
    border-color: #3575d3
}

.app-host .bottom-nevigation .pagination li.active>a:hover,
.app-host .bottom-nevigation .pagination li.active>a:focus,
.app-host .bottom-nevigation .pagination li.active>a:active {
    background-color: #3575d3
}

.app-host .bottom-nevigation .pagination li a {
    width: 40px;
    height: 40px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
    border-radius: 0;
    background-color: transparent;
    margin: 0 4px
}

@media only screen and (max-width:479px) {
    .app-host .bottom-nevigation .pagination li a {
        width: 30px;
        height: 30px;
        line-height: 15px;
        font-size: 12px;
        margin: 0 2px 5px
    }
}

.app-host .bottom-nevigation .pagination>li>a:focus,
.app-host .bottom-nevigation .pagination>li>a:hover,
.app-host .bottom-nevigation .pagination>li>span:focus,
.app-host .bottom-nevigation .pagination>li>span:hover {
    background-color: transparent
}

.app-host .header-title {
    background: url(../img/cloud-hosting/sub/share-host-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 310px 0 75px
}

@media(min-width:992px) and (max-width:1199px) {
    .app-host .header-title {
        padding: 250px 0 50px
    }
}

@media only screen and (max-width:991px) {
    .app-host .header-title {
        padding: 140px 0 50px
    }
}

@media only screen and (max-width:479px) {
    .app-host .header-title {
        padding: 120px 0 30px
    }
}

.app-host .header-title .app-host .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 42px;
    color: #fff;
    margin-bottom: 0
}

@media only screen and (max-width:991px) {
    .app-host .header-title .app-host .title {
        font-size: 35px;
        line-height: 35px
    }
}

@media(min-width:480px) and (max-width:767px) {
    .app-host .header-title .app-host .title {
        font-size: 30px;
        line-height: 30px
    }
}

@media only screen and (max-width:479px) {
    .app-host .header-title .app-host .title {
        font-size: 25px;
        line-height: 30px
    }
}

.app-host .page-title {
    background-color: #dfdbce;
    padding: 18px 0
}

.app-host .page-title h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1b232f;
    margin: 0
}

.app-host .page-title h4 span {
    color: #8e8b81
}

.app-host .sub-page .host-app-header-section .navbar {
    background-color: #fff
}

@media only screen and (max-width:991px) {
    .host-app-header-section {
        display: inline-block
    }
}

.host-app-header-section .top-bar {
    padding: 16px 0;
    border-bottom: 1px solid #e1e6ed
}

.host-app-header-section .top-bar .header-left-bar .contact-wrapper li {
    font-size: 16px;
    display: inline-block;
    color: #616d7e;
    margin-right: 25px
}

@media(min-width:992px) and (max-width:1199px) {
    .host-app-header-section .top-bar .header-left-bar .contact-wrapper li {
        font-size: 15px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .host-app-header-section .top-bar .header-left-bar .contact-wrapper li {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .host-app-header-section .top-bar .header-left-bar .contact-wrapper li {
        font-size: 15px
    }
}

.host-app-header-section .top-bar .header-left-bar .contact-wrapper li:last-child {
    margin-right: 0
}

.host-app-header-section .top-bar .header-left-bar .contact-wrapper li i {
    color: #616d7e
}

.host-app-header-section .top-bar .header-right-bar .social-icon {
    line-height: 10px;
    vertical-align: sub;
    margin-right: 55px
}

.host-app-header-section .top-bar .header-right-bar .social-icon li {
    display: inline-block;
    margin: 0 5px
}

.host-app-header-section .top-bar .header-right-bar .social-icon li a {
    color: #616d7e
}

.host-app-header-section .top-bar .header-right-bar .social-icon li a:hover {
    color: #f5800d
}

.host-app-header-section .top-bar .header-right-bar .social-icon li a i {
    font-size: 18px
}

.host-app-header-section .top-bar .header-right-bar .access li {
    display: inline-block;
    padding: 0 2px
}

.host-app-header-section .top-bar .header-right-bar .access li a {
    color: #616d7e
}

.host-app-header-section .top-bar .header-right-bar .access li a:hover {
    color: #f5800d
}

.host-app-header-section .top-bar .header-right-bar .access li a i {
    font-size: 10px;
    color: #fff;
    background: #616d7e;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center
}

.host-app-header-section .top-bar .header-right-bar .access li #search-modeal {
    background: #fff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 60%;
    left: 0;
    right: -10%;
    margin: 0 auto;
    border-radius: 8px;
    z-index: 999;
    transform: translateY(50px);
    transition: 1s
}

.host-app-header-section .top-bar .header-right-bar .access li #search-modeal.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    z-index: 1000
}

.host-app-header-section .top-bar .header-right-bar .access li #search-modeal .logout-box {
    background-color: #3575d3;
    display: block;
    text-align: center;
    padding: 5px 0;
    border-radius: 8px 8px 0 0;
    cursor: pointer
}

.host-app-header-section .top-bar .header-right-bar .access li #search-modeal .logout-box a {
    color: #fff
}

.host-app-header-section .top-bar .header-right-bar .access li #search-modeal .logout-box i {
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: transparent;
    float: right;
    margin-right: 15px
}

.host-app-header-section .top-bar .header-right-bar .access li #search-modeal .search-bar {
    padding: 15px
}

.host-app-header-section .top-bar .header-right-bar .access li #search-modeal .search-bar .modalSearchBar {
    width: 100%;
    padding: 5px 20px;
    color: #a9a9a9;
    background-color: transparent;
    border: 2px solid #eee
}

.host-app-header-section .top-bar .header-right-bar .access li #search-modeal .search-bar .form-control {
    width: 100%;
    padding: 18px 20px;
    color: #a9a9a9;
    background-color: transparent;
    border: 2px solid #eee;
    margin-top: 10px;
    box-shadow: none
}

.host-app-header-section .top-bar .header-right-bar .access li #search-modeal .search-bar .subscribeBtn {
    font-size: 16px;
    padding: 4px 35px;
    border-radius: 5px
}

.host-app-header-section .navbar {
    border: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 998;
    margin: 0 auto;
    border-radius: 0;
    min-height: auto;
    position: absolute;
    background-color: #fff
}

.host-app-header-section .navbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/cloud-hosting/logo-bg.jpg) no-repeat;
    width: 660px;
    height: 90px;
    z-index: 1
}

@media(min-width:1500px) and (max-width:1800px) {
    .host-app-header-section .navbar::before {
        width: 460px
    }
}

@media(min-width:1200px) and (max-width:1499px) {
    .host-app-header-section .navbar::before {
        width: 360px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .host-app-header-section .navbar::before {
        width: 260px
    }
}

.host-app-header-section .navbar .navbar-header {
    position: relative;
    z-index: 5;
    float: left
}

.host-app-header-section .navbar .navbar-header .navbar-brand {
    padding: 0;
    margin: 0
}

.host-app-header-section .navbar .navbar-header .navbar-brand img {
    padding: 22px 0
}

.host-app-header-section .navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(64, 64, 64, .16);
    padding: 0;
    z-index: 998
}

@media(min-width:768px) and (max-width:991px) {
    .host-app-header-section .navbar.sticky {
        margin-top: -88px
    }
}

.host-app-header-section .navbar.sticky .navbar-collapse .navbar-nav li:hover .dropdown {
    z-index: 9
}

.host-app-header-section .navbar.sticky .navbar-collapse .navbar-nav li .dropdown {
    z-index: -1
}

.host-app-header-section .navbar .navbar-collapse {
    padding: 0;
    float: right
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav {
    float: left;
    margin-right: 88px
}

@media(min-width:992px) and (max-width:1199px) {
    .host-app-header-section .navbar .navbar-collapse .navbar-nav {
        margin-right: 40px
    }
}

@media only screen and (max-width:991px) {
    .host-app-header-section .navbar .navbar-collapse .navbar-nav {
        float: none !important;
        display: inline-block
    }
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li {
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    margin-right: 28px;
    display: inline-block
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li.dropdown:after {
    content: "\f078";
    font-family: 'font awesome 5 free';
    color: #596777;
    font-weight: 600;
    font-size: 12px;
    padding-left: 3px
}

@media(min-width:992px) and (max-width:1199px) {
    .host-app-header-section .navbar .navbar-collapse .navbar-nav li {
        margin-right: 25px
    }
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li:last-child {
    margin-right: 0
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li a {
    color: #616d7e;
    padding: 0;
    line-height: 88px
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li a:hover {
    color: #f5800d;
    background-color: transparent
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li.active a {
    color: #f5800d;
    background-color: transparent
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: scaleY(1);
    transition-delay: 0s, 0s, .3s;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu {
    top: 86px;
    left: -50px;
    min-width: 200px;
    background-color: #fff;
    padding: 10px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    border: 0;
    transform: scaleY(0);
    z-index: -1;
    transform-origin: center top 0;
    transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear .01s
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li {
    font-size: 16px;
    border-bottom: 1px solid rgba(97, 109, 126, .12);
    margin: 0 25px;
    padding: 0 5px;
    transition: .5s
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li.active a {
    color: #f5800d !important
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:last-child {
    border-bottom: 0
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a {
    color: #616d7e !important;
    line-height: 45px
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a:hover {
    color: #f5800d !important
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:hover .sub-dropdown {
    opacity: 1;
    right: -136%
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu .sub-dropdown {
    position: absolute;
    top: 0;
    right: -120%;
    width: 180px;
    background-color: #fff;
    opacity: 0;
    padding: 10px 0;
    transition: .5s
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu {
    position: absolute;
    top: 88px;
    width: 700px;
    left: -400px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    padding: 40px 20px 40px 40px;
    visibility: hidden;
    display: flex;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    transform: scaleY(0);
    z-index: -1;
    transform-origin: center top 0;
    transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear .01s
}

@media(min-width:1500px) and (max-width:2100px) {
    .host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu {
        width: 1e3px;
        left: -500px
    }
}

@media only screen and (max-width:1499px) {
    .host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu {
        padding: 20px;
        left: -344px
    }
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu #menu-carousel {
    margin-bottom: 40px
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu #menu-carousel .carousel-indicators {
    width: 100%;
    left: -40px;
    right: 0;
    margin: 0 auto
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu #menu-carousel .carousel-indicators li {
    width: 20px;
    height: 7px;
    border: 1px solid #fff;
    margin: 0
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li {
    flex: 1;
    border-right: 1px solid rgba(97, 109, 126, .12);
    padding: 0;
    margin: 0
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li:last-child {
    border-right: 0
}

@media only screen and (max-width:1499px) {
    .host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li:first-child {
        display: none
    }
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .content {
    padding-top: 5px
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .content h4 {
    font-size: 17px;
    text-transform: capitalize;
    color: #f5800d;
    margin-bottom: 5px
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .content .number,
.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .content .message {
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    display: block;
    color: #676767
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown {
    position: relative;
    top: 0;
    width: auto;
    padding: 0
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li {
    border-right: 0
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown {
    background-color: #fff;
    padding: 10px 0
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li {
    font-size: 16px;
    border-bottom: 1px solid rgba(97, 109, 126, .12);
    margin: 0 25px;
    padding: 0 5px;
    transition: .5s
}

@media only screen and (max-width:1499px) {
    .host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li {
        margin: 0 10px
    }
}

@media only screen and (max-width:1499px) {
    .host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li:first-child {
        display: inherit
    }
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li.active a {
    color: #f5800d
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li:last-child {
    border-bottom: 0
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li a {
    color: #616d7e;
    line-height: 45px
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li a:hover {
    color: #f5800d
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown li:hover .sub-dropdown {
    opacity: 1;
    right: -170%
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li .dropdown .sub-dropdown {
    position: absolute;
    top: 0;
    right: -120%;
    width: 180px;
    background-color: #222;
    opacity: 0;
    padding: 10px 0;
    transition: .5s
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-indicators {
    bottom: -35px
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .item {
    transition-property: opacity
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .item,
.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .active.left,
.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .active.right {
    opacity: 0
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .active,
.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .next.left,
.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .prev.right {
    opacity: 1
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .next,
.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .prev,
.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .active.left,
.host-app-header-section .navbar .navbar-collapse .navbar-nav li .megamenu li #menu-carousel .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0)
}

.host-app-header-section .navbar .navbar-collapse .navbar-nav li:hover .megamenu {
    opacity: 1;
    visibility: visible;
    top: 88px;
    z-index: 1;
    transform: scaleY(1);
    transition-delay: 0s, 0s, .3s
}

.host-app-header-section .navbar .chat-box .btn-primary {
    font-size: 16px;
    background-color: #f5800d;
    padding: 5px 14px;
    margin: 24px 0;
    box-shadow: 0 5px #c76708
}

.host-app-header-section .navbar .chat-box .btn-primary:hover {
    box-shadow: 0 3px #c76708
}

.host-app-slider-section {
    margin-top: 50px
}

@media only screen and (max-width:991px) {
    .host-app-slider-section {
        margin-top: 0
    }
}

.host-app-slider-section .large-text {
    font-family: dosis, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    color: #1b232f
}

.host-app-slider-section .small-text {
    color: #3e4853
}

.host-app-slider-section .medium-text {
    font-size: 18px;
    color: #3e4853;
    line-height: 30px
}

.host-app-slider-section .medium-text .big-text {
    font-size: 30px;
    font-weight: 500
}

.host-app-slider-section .medium-text .big-text .theme-color {
    color: #3575d3
}

@media only screen and (max-width:767px) {
    .host-app-slider-section .medium-text .big-text {
        font-size: 18px;
        line-height: 30px;
        font-weight: 400
    }
}

.host-app-slider-section .link-button .btn-primary {
    font-size: 18px;
    color: #fff;
    background-color: #f5800d;
    padding: 10px 30px;
    box-shadow: 0 5px #c76708
}

.host-app-slider-section .link-button .btn-primary:hover {
    top: 0;
    box-shadow: 0 3px #c76708
}

.host-app-slider-section .link-button .btn-primary i {
    margin-left: 10px
}

@media only screen and (max-width:767px) {
    .call-to-action {
        padding-bottom: 40px
    }
}

.call-to-action .action-wrapper h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0 15px
}

@media only screen and (max-width:991px) {
    .call-to-action .action-wrapper h3 {
        font-size: 25px
    }
}

@media only screen and (max-width:767px) {
    .call-to-action .action-wrapper h3 {
        margin: 15px 0 10px
    }
}

@media only screen and (max-width:479px) {
    .call-to-action .action-wrapper h3 {
        font-size: 22px
    }
}

.call-to-action .action-wrapper h3 a {
    color: #1f1842
}

.call-to-action .action-wrapper h3 a:hover {
    color: #f5800d
}

.call-to-action .action-wrapper p {
    color: #666;
    line-height: 27px;
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .call-to-action .action-wrapper {
        margin-bottom: 50px
    }
}

@media only screen and (max-width:479px) {
    .call-to-action .action-wrapper {
        margin-bottom: 35px
    }

    .call-to-action .action-wrapper img {
        width: 80px
    }
}

.package-section .package-wrapper {
    border: 3px solid #3575d3;
    border-radius: 15px;
    padding: 100px 0 20px;
    transition: .5s
}

@media only screen and (max-width:991px) {
    .package-section .package-wrapper {
        padding-top: 70px
    }
}

@media only screen and (max-width:767px) {
    .package-section .package-wrapper {
        width: 50%;
        margin: 0 auto 30px
    }
}

@media only screen and (max-width:479px) {
    .package-section .package-wrapper {
        width: 100%
    }
}

.package-section .package-wrapper:hover {
    background-color: #3575d3;
    border-color: #3575d3;
    box-shadow: 0 0 10px #656565
}

.package-section .package-wrapper .amount {
    font-family: dosis, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 36px;
    color: #1b232f;
    margin-bottom: 60px;
    transition: .5s
}

@media only screen and (max-width:991px) {
    .package-section .package-wrapper .amount {
        font-size: 35px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

.package-section .package-wrapper .amount sub {
    font-size: 24px;
    vertical-align: top
}

.package-section .package-wrapper .amount .link-color {
    font-size: 18px;
    display: block;
    color: #f5800d;
    line-height: 45px;
    transition: .5s
}

.package-section .package-wrapper p {
    color: #6f7a8a;
    line-height: 36px;
    transition: .5s
}

.package-section .package-wrapper:hover .amount {
    color: #fff
}

.package-section .package-wrapper:hover .amount .link-color {
    color: #fff
}

.package-section .package-wrapper:hover p {
    color: #fff
}

@media only screen and (max-width:479px) {
    .package-section .package-wrapper {
        padding: 50px 0 20px;
        margin-bottom: 20px
    }

    .package-section .package-wrapper .amount {
        margin-bottom: 10px
    }
}

.package-section .btn {
    background-color: #f5800d;
    margin-top: 90px;
    font-weight: 500;
    padding: 12px 43px;
    box-shadow: 0 5px #c76708
}

.package-section .btn:hover {
    box-shadow: 0 3px #c76708
}

.package-section .btn.active:hover,
.package-section .btn.active.focus,
.package-section .btn:focus {
    top: 2px;
    background-color: #f5800d;
    box-shadow: 0 3px #c76708
}

.package-section .btn.active {
    top: 0;
    background-color: #f5800d;
    box-shadow: 0 5px #c76708
}

.package-section .btn a {
    color: #fff
}

@media only screen and (max-width:991px) {
    .package-section .btn {
        font-size: 18px;
        padding: 10px 35px;
        margin-top: 60px
    }
}

@media only screen and (max-width:767px) {
    .package-section .btn {
        font-size: 16px;
        padding: 8px 30px;
        margin-top: 20px
    }
}

@media only screen and (max-width:479px) {
    .package-section .btn {
        font-size: 14px;
        padding: 6px 25px
    }
}

.mission-section {
    padding: 70px 0 80px
}

@media only screen and (max-width:991px) {
    .mission-section {
        padding: 50px 0 70px
    }

    .mission-section img {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .mission-section {
        padding: 35px 0 60px
    }
}

@media only screen and (max-width:479px) {
    .mission-section {
        padding: 50px 0 40px
    }
}

.mission-section .mission-wrapper .nav-tabs {
    border: 0;
    border-radius: 8px;
    background-color: #3575d3
}

.mission-section .mission-wrapper .nav-tabs li {
    margin-bottom: 0
}

.mission-section .mission-wrapper .nav-tabs li.active>a {
    color: #fff;
    background-color: #f5800d;
    border-radius: 8px
}

.mission-section .mission-wrapper .nav-tabs li.active>a:hover {
    background-color: #f5800d
}

.mission-section .mission-wrapper .nav-tabs li.active>a,
.mission-section .mission-wrapper .nav-tabs li.active>a:focus,
.mission-section .mission-wrapper .nav-tabs li.active>a:hover {
    border: 0
}

.mission-section .mission-wrapper .nav-tabs li a {
    font-family: dosis, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    border: 0;
    color: #fff;
    border-radius: 0;
    padding: 12px 50px;
    margin-right: 0
}

.mission-section .mission-wrapper .nav-tabs li a:hover {
    background-color: transparent
}

@media only screen and (max-width:767px) {
    .mission-section .mission-wrapper .nav-tabs li a {
        font-size: 18px;
        padding: 10px 40px
    }
}

@media only screen and (max-width:479px) {
    .mission-section .mission-wrapper .nav-tabs {
        margin-top: 30px
    }

    .mission-section .mission-wrapper .nav-tabs li>a {
        font-size: 15px;
        padding: 6px 35px
    }
}

.mission-section .mission-wrapper .mission-content {
    padding-top: 68px
}

@media only screen and (max-width:991px) {
    .mission-section .mission-wrapper .mission-content {
        padding-top: 30px
    }
}

@media only screen and (max-width:479px) {
    .mission-section .mission-wrapper .mission-content {
        padding-top: 25px
    }
}

.mission-section .mission-wrapper .mission-content h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 30px;
    color: #1b232f;
    margin-bottom: 42px
}

@media only screen and (max-width:991px) {
    .mission-section .mission-wrapper .mission-content h3 {
        font-size: 40px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .mission-section .mission-wrapper .mission-content h3 {
        font-size: 35px
    }
}

@media only screen and (max-width:479px) {
    .mission-section .mission-wrapper .mission-content h3 {
        font-size: 30px;
        margin-bottom: 20px
    }
}

.mission-section .mission-wrapper .mission-content p {
    color: #666;
    margin-bottom: 30px
}

@media only screen and (max-width:991px) {
    .mission-section .mission-wrapper .mission-content p {
        margin-bottom: 20px
    }
}

.app-host .team-section {
    background-color: #dfdbce !important;
    padding-bottom: 55px
}

.team-section .section-title {
    margin-bottom: 55px
}

@media only screen and (max-width:479px) {
    .team-section .section-title {
        margin-bottom: 30px
    }
}

.team-section .section-title h2 {
    font-size: 48px;
    line-height: 30px;
    color: #1b232f;
    margin-bottom: 25px
}

@media only screen and (max-width:991px) {
    .team-section .section-title h2 {
        font-size: 40px
    }
}

@media only screen and (max-width:767px) {
    .team-section .section-title h2 {
        font-size: 35px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:479px) {
    .team-section .section-title h2 {
        font-size: 30px
    }
}

.team-section .section-title p {
    color: #545d6a;
    margin: 0
}

.team-section .team-wrapper {
    margin-bottom: 66px
}

@media only screen and (max-width:991px) {
    .team-section .team-wrapper {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:479px) {
    .team-section .team-wrapper {
        margin-bottom: 40px
    }
}

.team-section .team-wrapper img {
    width: 100%;
    height: 185px;
    border-radius: 8px
}

@media only screen and (max-width:767px) {
    .team-section .team-wrapper img {
        height: auto
    }
}

.team-section .team-wrapper .wrapper-contant h3 {
    margin: 20px 0 10px
}

.team-section .team-wrapper .wrapper-contant h3 a {
    font-size: 30px;
    font-weight: 600;
    color: #1b232f
}

@media only screen and (max-width:991px) {
    .team-section .team-wrapper .wrapper-contant h3 a {
        font-size: 25px
    }
}

@media only screen and (max-width:479px) {
    .team-section .team-wrapper .wrapper-contant h3 a {
        font-size: 18px
    }
}

@media only screen and (max-width:991px) {
    .team-section .team-wrapper .wrapper-contant h3 {
        margin: 10px 0 5px
    }
}

@media only screen and (max-width:479px) {
    .team-section .team-wrapper .wrapper-contant h3 {
        margin: 15px 0 0
    }
}

.team-section .team-wrapper .wrapper-contant .position {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #616872;
    padding-bottom: 12px;
    border-bottom: 1px solid #b7b3a5;
    margin-bottom: 20px
}

@media only screen and (max-width:991px) {
    .team-section .team-wrapper .wrapper-contant .position {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:479px) {
    .team-section .team-wrapper .wrapper-contant .position {
        font-size: 16px;
        padding-bottom: 10px
    }
}

.team-section .team-wrapper .wrapper-contant ul li {
    display: inline-block
}

.team-section .team-wrapper .wrapper-contant ul li i {
    font-size: 30px;
    color: #1b232f;
    margin-right: 6px;
    transition: .5s
}

.team-section .team-wrapper .wrapper-contant ul li i:hover {
    color: #f5800d
}

@media only screen and (max-width:991px) {
    .team-section .team-wrapper .wrapper-contant ul li i {
        font-size: 25px
    }
}

.team-section .team-wrapper:hover .wrapper-contant h3>a {
    color: #f5800d
}

.host-app-joining-section {
    background: url(../img/cloud-hosting/join-bg.png) no-repeat;
    background-size: cover;
    padding: 28px 0
}

@media only screen and (max-width:600px) {
    .host-app-joining-section {
        text-align: center
    }
}

.host-app-joining-section h2 {
    font-family: roboto, sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    margin: 0
}

@media only screen and (max-width:991px) {
    .host-app-joining-section h2 {
        font-size: 25px
    }
}

@media only screen and (max-width:767px) {
    .host-app-joining-section h2 {
        font-size: 22px
    }
}

@media only screen and (max-width:600px) {
    .host-app-joining-section h2 {
        display: block
    }
}

.host-app-joining-section .btn {
    font-size: 18px;
    font-weight: 500;
    background-color: #1b232f;
    padding: 9px 29px
}

.host-app-joining-section .btn a {
    color: #fff
}

.host-app-joining-section .btn:hover a {
    color: #f5800d
}

.host-app-joining-section .btn i {
    color: #f5800d;
    margin-right: 5px
}

@media only screen and (max-width:767px) {
    .host-app-joining-section .btn {
        font-size: 16px;
        padding: 6px 22px
    }
}

@media only screen and (max-width:600px) {
    .host-app-joining-section .btn {
        float: none !important;
        margin-top: 10px
    }
}

.host-app-domain-section {
    position: relative;
    background: url(../img/cloud-hosting/domain-bg.jpg) no-repeat center top;
    background-size: cover
}

.host-app-domain-section .domain-wrapper {
    margin: 93px 0
}

@media only screen and (max-width:991px) {
    .host-app-domain-section .domain-wrapper {
        margin: 0 0 40px
    }
}

.host-app-domain-section .domain-wrapper h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    color: #1b232f
}

@media(min-width:768px) and (max-width:991px) {
    .host-app-domain-section .domain-wrapper h3 {
        font-size: 30px;
        line-height: 35px
    }
}

@media only screen and (max-width:767px) {
    .host-app-domain-section .domain-wrapper h3 {
        font-size: 25px;
        line-height: 30px
    }
}

.host-app-domain-section .domain-wrapper .domain-bar {
    margin-top: 25px
}

@media(min-width:991px) and (max-width:1199px) {
    .host-app-domain-section .domain-wrapper .domain-bar {
        margin-top: 25px
    }
}

@media only screen and (max-width:991px) {
    .host-app-domain-section .domain-wrapper .domain-bar {
        margin-top: 25px
    }
}

@media only screen and (max-width:767px) {
    .host-app-domain-section .domain-wrapper .domain-bar {
        margin-top: 10px
    }
}

.host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .domainSearchBar {
    width: 80%;
    font-size: 18px;
    border: 0;
    float: left;
    padding: 21px 40px;
    color: #67707e;
    background-color: #dde1e6;
    border-radius: 5px 0 0 5px
}

@media(min-width:1200px) and (max-width:1399px) {
    .host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .domainSearchBar {
        width: 55%
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .domainSearchBar {
        width: 65%;
        padding: 15px 20px
    }
}

@media only screen and (max-width:991px) {
    .host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .domainSearchBar {
        padding: 15px 30px
    }
}

@media only screen and (max-width:767px) {
    .host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .domainSearchBar {
        width: 50%;
        font-size: 16px;
        padding: 10px 15px
    }
}

@media only screen and (max-width:479px) {
    .host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .domainSearchBar {
        width: auto;
        padding: 8px 15px
    }
}

@media only screen and (max-width:360px) {
    .host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .domainSearchBar {
        width: 50%
    }
}

.host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .option {
    display: inline-block
}

.host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .option .btn {
    font-size: 18px;
    font-weight: 500;
    color: #596777;
    background-color: #d0d3d8;
    border: 0;
    padding: 21.5px 25px 21px;
    margin: -3px 0 0 -3px;
    border-radius: 0
}

@media(min-width:991px) and (max-width:1199px) {
    .host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .option .btn {
        padding: 15px 20px 16px;
        margin: -3px 0 0 -5px
    }
}

@media only screen and (max-width:991px) {
    .host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .option .btn {
        padding: 14.5px 25px 16px;
        margin: -3px 0 0 -5px
    }
}

@media only screen and (max-width:767px) {
    .host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .option .btn {
        font-size: 16px;
        padding: 8.5px 25px 12px
    }
}

@media only screen and (max-width:479px) {
    .host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .option .btn {
        padding: 5.5px 25px 11px;
        border-radius: 0 5px 5px 0
    }
}

.host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .domain-search-area {
    width: 70%;
    float: left
}

.host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .domain-search-area input {
    width: 100%
}

.host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .domain-search-area .dropdown-option {
    top: 0;
    right: 0;
    position: absolute
}

.host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .domain-search-area .dropdown-option select {
    height: 70px;
    width: 90px;
    padding: 0 15px;
    border: 0;
    font-weight: 700;
    background-color: #e8edf4
}

.host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .subscribeBtn {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #3575d3;
    border-radius: 0 5px 5px 0;
    border: 0;
    padding: 21px 56px;
    margin: 0 0 0 -4px
}

@media(min-width:991px) and (max-width:1199px) {
    .host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .subscribeBtn {
        padding: 15px 35px
    }
}

@media only screen and (max-width:991px) {
    .host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .subscribeBtn {
        padding: 15px 56px
    }
}

@media only screen and (max-width:767px) {
    .host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .subscribeBtn {
        font-size: 16px;
        padding: 10px 30px
    }
}

@media only screen and (max-width:479px) {
    .host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .subscribeBtn {
        font-size: 14px;
        padding: 7px 22px;
        display: block;
        margin-top: 5px;
        border-radius: 5px
    }
}

.host-app-domain-section .domain-wrapper .package {
    margin: 18px 0 28px
}

.host-app-domain-section .domain-wrapper .package li {
    font-size: 24px;
    line-height: 30px;
    color: #3575d3;
    margin-right: 15px;
    display: inline-block
}

@media(min-width:991px) and (max-width:1199px) {
    .host-app-domain-section .domain-wrapper .package {
        margin: 10px 0 15px
    }

    .host-app-domain-section .domain-wrapper .package li {
        font-size: 16px
    }
}

@media only screen and (max-width:991px) {
    .host-app-domain-section .domain-wrapper .package {
        margin: 12px 0 15px
    }

    .host-app-domain-section .domain-wrapper .package li {
        font-size: 20px
    }
}

@media only screen and (max-width:991px) {
    .host-app-domain-section .domain-wrapper .package {
        margin: 8px 0 10px
    }

    .host-app-domain-section .domain-wrapper .package li {
        font-size: 17px
    }
}

@media only screen and (max-width:991px) {
    .host-app-domain-section .domain-wrapper .package {
        display: inherit
    }

    .host-app-domain-section .domain-wrapper .package li {
        display: inline-block;
        margin-right: 15px
    }
}

.host-app-domain-section .domain-wrapper p {
    color: #fff
}

.host-app-domain-section .domain-sidebar {
    background: url(../img/cloud-hosting/domain/domain-side.jpg) no-repeat;
    background-size: cover;
    padding: 50px 25px;
    margin-left: 65px
}

@media only screen and (max-width:1199px) {
    .host-app-domain-section .domain-sidebar {
        margin-left: 0
    }
}

.host-app-domain-section .domain-sidebar h4 {
    font-family: roboto, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
    margin: 25px 0
}

@media only screen and (max-width:479px) {
    .host-app-domain-section .domain-sidebar h4 {
        font-size: 20px;
        line-height: 25px
    }
}

.host-app-domain-section .domain-sidebar .btn {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    background-color: #e74c3c;
    border-radius: 8px;
    padding: 8px 0
}

.host-app-domain-section .domain-sidebar .btn a {
    color: #fff
}

.host-app-domain-section .domain-sidebar .btn:hover a {
    color: #f5800d
}

@media only screen and (max-width:991px) {
    .host-app-domain-section .domain-sidebar .btn {
        width: auto;
        padding: 8px 40px
    }
}

@media only screen and (max-width:479px) {
    .host-app-domain-section .domain-sidebar .btn {
        font-size: 16px;
        padding: 6px 30px
    }
}

.host-app-searching-section {
    position: relative;
    background: url(../img/cloud-hosting/searching-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 108px 0 93px
}

@media only screen and (max-width:991px) {
    .host-app-searching-section {
        padding: 90px 0 80px
    }
}

@media only screen and (max-width:767px) {
    .host-app-searching-section {
        padding: 65px 0 45px
    }
}

.host-app-searching-section .searching-wrapper {
    margin-right: 60px
}

@media(min-width:1200px) and (max-width:1399px) {
    .host-app-searching-section .searching-wrapper {
        margin-right: 140px
    }
}

@media(min-width:991px) and (max-width:1199px) {
    .host-app-searching-section .searching-wrapper {
        margin-right: 100px
    }
}

@media only screen and (max-width:991px) {
    .host-app-searching-section .searching-wrapper {
        margin-right: 0
    }
}

.host-app-searching-section .searching-wrapper h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    color: #fff
}

@media(min-width:768px) and (max-width:991px) {
    .host-app-searching-section .searching-wrapper h3 {
        font-size: 30px;
        line-height: 35px
    }
}

@media only screen and (max-width:767px) {
    .host-app-searching-section .searching-wrapper h3 {
        font-size: 25px;
        line-height: 30px
    }
}

.host-app-searching-section .searching-wrapper .search-bar {
    margin-top: 43px
}

@media(min-width:991px) and (max-width:1199px) {
    .host-app-searching-section .searching-wrapper .search-bar {
        margin-top: 25px
    }
}

@media only screen and (max-width:991px) {
    .host-app-searching-section .searching-wrapper .search-bar {
        margin-top: 25px
    }
}

@media only screen and (max-width:767px) {
    .host-app-searching-section .searching-wrapper .search-bar {
        margin-top: 10px
    }
}

.host-app-searching-section .searching-wrapper .search-bar .subscribeForm .domain-search-area {
    width: 70%;
    float: left
}

.host-app-searching-section .searching-wrapper .search-bar .subscribeForm .dropdown-option {
    top: 0;
    right: 0;
    position: absolute
}

.host-app-searching-section .searching-wrapper .search-bar .subscribeForm .dropdown-option select {
    height: 70px;
    width: 90px;
    padding: 0 15px;
    border: 0;
    font-weight: 700;
    background-color: #e8edf4
}

.host-app-searching-section .searching-wrapper .search-bar .subscribeForm .domainSearchBar,
.app-host .wdc-search-one .wdc-search-form .wdc-search-content input {
    width: 100%;
    font-size: 18px;
    height: 80px;
    border: 0;
    padding: 21px 40px;
    color: #67707e;
    background-color: #fff;
    border-radius: 5px 0 0 5px
}

.homePageThree.app-host .wdc-search-one .wdc-search-form .wdc-search-content input {
    border: 1px solid #3575d3
}

@media(min-width:1200px) and (max-width:1399px) {
    .host-app-searching-section .searching-wrapper .search-bar .subscribeForm .domainSearchBar {
        width: 55%
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .host-app-searching-section .searching-wrapper .search-bar .subscribeForm .domainSearchBar {
        width: 50%;
        padding: 15px 20px
    }
}

@media only screen and (max-width:991px) {
    .host-app-searching-section .searching-wrapper .search-bar .subscribeForm .domainSearchBar {
        padding: 15px 30px
    }
}

@media only screen and (max-width:767px) {
    .host-app-searching-section .searching-wrapper .search-bar .subscribeForm .domainSearchBar {
        width: 50%;
        font-size: 16px;
        padding: 10px 15px
    }
}

@media only screen and (max-width:479px) {
    .host-app-searching-section .searching-wrapper .search-bar .subscribeForm .domainSearchBar {
        width: auto;
        padding: 8px 15px
    }
}

@media only screen and (max-width:360px) {
    .host-app-searching-section .searching-wrapper .search-bar .subscribeForm .domainSearchBar {
        width: 50%
    }
}

.host-app-searching-section .searching-wrapper .search-bar .subscribeForm .option {
    display: inline-block;
    background-color: #bfcadb
}

.host-app-searching-section .searching-wrapper .search-bar .subscribeForm .option .btn {
    font-size: 18px;
    font-weight: 500;
    color: #596777;
    border: 0;
    padding: 21.5px 25px 21px;
    margin: -3px 0 0 -3px;
    border-radius: 0
}

@media(min-width:991px) and (max-width:1199px) {
    .host-app-searching-section .searching-wrapper .search-bar .subscribeForm .option .btn {
        padding: 15px 20px 16px;
        margin: -3px 0 0 -5px
    }
}

@media only screen and (max-width:991px) {
    .host-app-searching-section .searching-wrapper .search-bar .subscribeForm .option .btn {
        padding: 14.5px 25px 16px;
        margin: -3px 0 0 -5px
    }
}

@media only screen and (max-width:767px) {
    .host-app-searching-section .searching-wrapper .search-bar .subscribeForm .option .btn {
        font-size: 16px;
        padding: 8.5px 25px 12px
    }
}

@media only screen and (max-width:479px) {
    .host-app-searching-section .searching-wrapper .search-bar .subscribeForm .option .btn {
        padding: 5.5px 25px 11px;
        border-radius: 0 5px 5px 0
    }
}

.host-app-searching-section .searching-wrapper .search-bar .subscribeForm .subscribeBtn,
.app-host .wdc-search-one .wdc-button {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #3575d3;
    border-radius: 0 5px 5px 0;
    border: 0;
    padding: 21px 56px;
    margin: 0 0 0 -4px;
    height: 80px
}

.app-host .wdc-search-one {
    margin: 0
}

@media(min-width:991px) and (max-width:1199px) {
    .host-app-searching-section .searching-wrapper .search-bar .subscribeForm .subscribeBtn {
        padding: 15px 35px
    }
}

@media only screen and (max-width:991px) {
    .host-app-searching-section .searching-wrapper .search-bar .subscribeForm .subscribeBtn {
        padding: 15px 56px
    }
}

@media only screen and (max-width:767px) {
    .host-app-searching-section .searching-wrapper .search-bar .subscribeForm .subscribeBtn {
        font-size: 16px;
        padding: 10px 30px
    }
}

@media only screen and (max-width:479px) {
    .host-app-searching-section .searching-wrapper .search-bar .subscribeForm .subscribeBtn {
        font-size: 14px;
        padding: 7px 22px;
        display: block;
        margin-top: 5px;
        border-radius: 5px
    }
}

.host-app-searching-section .searching-wrapper .package {
    display: flex;
    margin: 18px 0 28px
}

.host-app-searching-section .searching-wrapper .package li {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    flex: 1
}

@media(min-width:991px) and (max-width:1199px) {
    .host-app-searching-section .searching-wrapper .package {
        margin: 10px 0 15px
    }

    .host-app-searching-section .searching-wrapper .package li {
        font-size: 16px
    }
}

@media only screen and (max-width:991px) {
    .host-app-searching-section .searching-wrapper .package {
        margin: 12px 0 15px
    }

    .host-app-searching-section .searching-wrapper .package li {
        font-size: 20px
    }
}

@media only screen and (max-width:991px) {
    .host-app-searching-section .searching-wrapper .package {
        margin: 8px 0 10px
    }

    .host-app-searching-section .searching-wrapper .package li {
        font-size: 17px
    }
}

@media only screen and (max-width:991px) {
    .host-app-searching-section .searching-wrapper .package {
        display: inherit
    }

    .host-app-searching-section .searching-wrapper .package li {
        display: inline-block;
        margin-right: 15px
    }
}

.host-app-searching-section .searching-wrapper p {
    color: #fff
}

.host-app-searching-section .caption .caption-one,
.host-app-searching-section .caption .caption-two {
    position: absolute
}

.host-app-searching-section .caption .caption-one {
    top: 15%;
    left: 0;
    right: -28%;
    text-align: center;
    width: 150px;
    margin: 0 auto;
    z-index: 2
}

@media(min-width:1200px) and (max-width:1650px) {
    .host-app-searching-section .caption .caption-one {
        top: 20%
    }

    .host-app-searching-section .caption .caption-one img {
        width: 100px
    }
}

@media(min-width:991px) and (max-width:1199px) {
    .host-app-searching-section .caption .caption-one {
        top: 20%;
        right: -35%
    }

    .host-app-searching-section .caption .caption-one img {
        width: 80px
    }
}

.host-app-searching-section .caption .caption-two {
    right: 7%;
    top: 125px
}

@media(min-width:1400px) and (max-width:1650px) {
    .host-app-searching-section .caption .caption-two {
        right: 2%
    }

    .host-app-searching-section .caption .caption-two img {
        width: 500px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .host-app-searching-section .caption .caption-two {
        right: 2%
    }

    .host-app-searching-section .caption .caption-two img {
        width: 500px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .host-app-searching-section .caption .caption-two {
        right: 2%
    }

    .host-app-searching-section .caption .caption-two img {
        width: 400px
    }
}

.domain-search-three .domain-form-area {
    width: 85%;
    float: left
}

.domain-search-three .domain-form-area input {
    width: 100%
}

.domain-search-three .domain-form-area .dropdown-option {
    top: 0;
    right: 0;
    position: absolute
}

.domain-search-three .domain-form-area .dropdown-option select {
    height: 70px;
    width: 90px;
    padding: 0 15px;
    border: 0;
    font-weight: 700;
    background-color: #e8edf4
}

.host-app-priceing-section .section-title p {
    color: #666
}

.host-app-priceing-section .priceing-option {
    margin: 50px 0 0
}

.host-app-priceing-section .priceing-option .nav-tabs {
    border: 0
}

.host-app-priceing-section .priceing-option .nav-tabs li {
    position: relative;
    font-size: 20px;
    float: none;
    margin: 0;
    display: inline-block
}

@media only screen and (max-width:479px) {
    .host-app-priceing-section .priceing-option .nav-tabs li {
        font-size: 12px
    }
}

.host-app-priceing-section .priceing-option .nav-tabs li.active::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    width: 20px;
    height: 30px;
    margin: 0 auto;
    border-top: 10px solid #f5800d;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.host-app-priceing-section .priceing-option .nav-tabs li.active a {
    background-color: #f5800d
}

.host-app-priceing-section .priceing-option .nav-tabs li a {
    color: #fff;
    background-color: #3575d3;
    border: 0;
    border-radius: 0;
    padding: 10px 45px
}

@media only screen and (max-width:479px) {
    .host-app-priceing-section .priceing-option .nav-tabs li a {
        padding: 8px 30px
    }
}

@media only screen and (max-width:399px) {
    .host-app-priceing-section .priceing-option .nav-tabs li a {
        padding: 8px 20px
    }
}

.host-app-priceing-section .first-priceing-table {
    margin-top: 25px
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper {
    margin-top: 70px;
    box-shadow: -2px 0 10px #dadada;
    background-color: #eaf0f3;
    border-radius: 15px 0 0 15px;
    margin-left: -10px
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper.first-wrapper {
    margin-left: 0
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper.first-wrapper .header {
    border-radius: 15px 0 0 0
}

@media only screen and (max-width:991px) {
    .host-app-priceing-section .first-priceing-table .priceing-wrapper.first-wrapper .header {
        border-radius: 0
    }
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper.last-wrapper .header {
    position: relative;
    border-radius: 15px 15px 0 0;
    z-index: 1
}

@media only screen and (max-width:991px) {
    .host-app-priceing-section .first-priceing-table .priceing-wrapper.last-wrapper .header {
        border-radius: 0
    }
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper.last-wrapper .priceing-content {
    border-radius: 0 0 15px 15px
}

@media only screen and (max-width:991px) {
    .host-app-priceing-section .first-priceing-table .priceing-wrapper.last-wrapper .priceing-content {
        border-radius: 0
    }
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .header,
.host-app-priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .priceing-content .priceing-head {
    background-color: #3575d3
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .priceing-content .priceing-head .option {
    color: #201940;
    background-color: #ecf8ff
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .priceing-content .priceing-head .amount {
    color: #fff
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .priceing-content {
    background-color: #fff
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .btn {
    background-color: #f5800d;
    box-shadow: 0 5px #c76708
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .btn::before {
    background-color: #c76708
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .btn:hover {
    background-color: #f5800d;
    box-shadow: 0 3px #c76708
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .btn.active.focus,
.host-app-priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .btn:focus {
    top: 2px;
    background-color: #f5800d;
    box-shadow: 0 3px #c76708
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper.premium-wrapper .btn.active {
    top: 0;
    background-color: #f5800d;
    box-shadow: 0 5px #c76708
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper .header {
    background-color: #fff;
    padding: 0 0 8px;
    border-radius: 15px 0 0 0
}

.host-app-priceing-section .priceing-wrapper .header i {
    margin-top: -40px;
    font-size: 70px;
    color: #fff;
    background: #3575d3;
    padding: 20px;
    border-radius: 50%
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper .header img {
    margin-top: -40px
}

@media only screen and (max-width:991px) {
    .host-app-priceing-section .first-priceing-table .priceing-wrapper .header {
        position: relative;
        z-index: 1;
        border-radius: 0
    }
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper .priceing-content {
    background-color: #eaf0f3;
    padding-bottom: 45px;
    border-radius: 0 0 0 15px
}

@media only screen and (max-width:991px) {
    .host-app-priceing-section .first-priceing-table .priceing-wrapper .priceing-content {
        border-radius: 0
    }
}

@media only screen and (max-width:991px) {
    .host-app-priceing-section .first-priceing-table .priceing-wrapper .priceing-content {
        box-shadow: 0 0 15px 5px #e0e0e0
    }
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper .priceing-content .priceing-head {
    background-color: #fff;
    padding-bottom: 32px;
    margin-bottom: 25px
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper .priceing-content .priceing-head .option {
    font-family: roboto, sans-serif;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 25px;
    color: #fff;
    background-color: #3575d3;
    letter-spacing: 1.5px;
    padding: 5px 25px
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount {
    font-family: dosis, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 95px;
    color: #1b232f;
    letter-spacing: 1.5px
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount sub {
    vertical-align: super;
    font-size: 55%;
    margin-right: 4px
}

@media only screen and (max-width:767px) {
    .host-app-priceing-section .first-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount {
        font-size: 40px;
        line-height: 70px
    }
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper .priceing-content .feature li {
    font-family: roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    color: #201940;
    text-transform: uppercase
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper .priceing-content .feature li:nth-child(4),
.host-app-priceing-section .first-priceing-table .priceing-wrapper .priceing-content .feature li:nth-child(5) {
    color: #c3c3c3
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper .priceing-content .feature li i {
    padding-right: 5px
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper .priceing-content .feature li.success:before {
    color: #2ecc71;
    content: "\f00c";
    font-family: "font awesome 5 free";
    font-weight: 900;
    padding-right: 7px
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper .priceing-content .feature li.danger:before {
    color: #e74c3c;
    content: "\f00d";
    font-family: "font awesome 5 free";
    font-weight: 900;
    padding-right: 7px
}

@media only screen and (max-width:479px) {
    .host-app-priceing-section .first-priceing-table .priceing-wrapper .priceing-content .feature li {
        line-height: 30px;
        font-size: 16px
    }
}

.host-app-priceing-section .first-priceing-table .priceing-wrapper .priceing-content .btn {
    font-size: 20px;
    font-weight: 500;
    margin-top: 68px;
    padding: 15px 68px
}

@media only screen and (max-width:767px) {
    .host-app-priceing-section .first-priceing-table .priceing-wrapper .priceing-content .btn {
        padding: 10px 60px
    }
}

@media only screen and (max-width:479px) {
    .host-app-priceing-section .first-priceing-table .priceing-wrapper .priceing-content .btn {
        font-size: 14px;
        margin-top: 40px;
        padding: 5px 40px
    }
}

@media only screen and (max-width:991px) {
    .host-app-priceing-section .first-priceing-table .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.host-app-priceing-section .second-priceing-table {
    margin-top: 55px
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px #d7d7d7
}

@media only screen and (max-width:991px) {
    .host-app-priceing-section .second-priceing-table .priceing-wrapper {
        margin-bottom: 50px
    }
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .header,
.host-app-priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .priceing-content .priceing-head {
    background-color: #3575d3
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .priceing-content .priceing-head .option {
    color: #201940;
    background-color: #ecf8ff
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .priceing-content .priceing-head .amount {
    color: #fff
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .priceing-content {
    background-color: #fff
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .btn {
    background-color: #f5800d;
    box-shadow: 0 5px #c76708
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .btn::before {
    background-color: #c76708
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .btn:hover {
    background-color: #f5800d;
    box-shadow: 0 3px #c76708
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .btn.active.focus,
.host-app-priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .btn:focus {
    top: 2px;
    background-color: #f5800d;
    box-shadow: 0 3px #c76708
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper.premium-wrapper .btn.active {
    top: 0;
    background-color: #f5800d;
    box-shadow: 0 5px #c76708
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper .header {
    padding: 32px 0 13px;
    background-color: #eaf0f3;
    border-radius: 10px 10px 0 0
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content {
    padding-bottom: 47px
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content .priceing-head {
    background-color: #eaf0f3;
    padding: 8px 0 32px
}

@media only screen and (max-width:479px) {
    .host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content .priceing-head {
        padding: 8px 0 20px
    }
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content .priceing-head .option {
    font-size: 20px;
    line-height: 55px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    background-color: #3575d3;
    border-radius: 25px;
    padding: 3px 30px
}

@media only screen and (max-width:479px) {
    .host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content .priceing-head .option {
        font-size: 16px;
        padding: 3px 22px
    }
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount {
    font-family: dosis, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    color: #333
}

@media only screen and (max-width:479px) {
    .host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount {
        font-size: 40px;
        line-height: 20px
    }
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount sub {
    vertical-align: super;
    font-size: 55%;
    top: 2px;
    padding-left: 5px
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount sub span {
    position: absolute;
    left: 7px;
    top: 35px;
    font-size: 14px;
    font-weight: 400
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content .priceing-head .amount sup {
    font-size: 40%;
    vertical-align: super
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content .feature {
    padding: 20px 0 30px
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content .feature li {
    font-family: dosis, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 60px;
    color: #201940;
    text-transform: uppercase
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content .feature li:nth-child(4),
.host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content .feature li:nth-child(5) {
    color: #c4c4c4
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content .feature li i {
    padding-right: 5px
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content .feature li .success>i {
    color: #2ecc71
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content .feature li .danger>i {
    color: #e74c3c
}

@media only screen and (max-width:767px) {
    .host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content .feature li {
        line-height: 40px
    }
}

@media only screen and (max-width:479px) {
    .host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content .feature li {
        font-size: 16px;
        line-height: 35px
    }
}

.host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content .btn {
    padding: 12px 65px;
    margin-top: 38px
}

@media only screen and (max-width:767px) {
    .host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content .btn {
        font-size: 16px;
        padding: 8px 50px;
        margin-top: 0
    }
}

@media only screen and (max-width:479px) {
    .host-app-priceing-section .second-priceing-table .priceing-wrapper .priceing-content .btn {
        font-size: 14px;
        padding: 3px 30px;
        margin-top: 0
    }
}

.host-app-priceing-section .second-priceing-table h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    margin: 75px 0 0
}

@media only screen and (max-width:991px) {
    .host-app-priceing-section .second-priceing-table h4 {
        margin: 0
    }
}

@media only screen and (max-width:767px) {
    .host-app-priceing-section .second-priceing-table h4 {
        margin: -15px 0 0;
        font-size: 18px
    }
}

.host-app-priceing-section .second-priceing-table h4 a {
    color: #3575d3
}

.host-app-priceing-section .second-priceing-table h4 a:hover {
    color: #f5800d
}

.host-app-priceing-section .second-priceing-table h4 a i {
    margin-left: 10px
}

.host-app-video-section {
    color: #fff;
    background: url(../img/cloud-hosting/video-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 190px 0
}

@media only screen and (max-width:991px) {
    .host-app-video-section {
        padding: 150px 0
    }
}

@media only screen and (max-width:479px) {
    .host-app-video-section {
        padding: 120px 0
    }
}

.host-app-video-section .video-wrapper {
    position: relative
}

.host-app-video-section .video-wrapper .video-content i {
    width: 108px;
    height: 108px;
    line-height: 108px;
    font-size: 30px;
    color: #fff;
    background-color: #3575d3;
    border-radius: 50%
}

@media only screen and (max-width:767px) {
    .host-app-video-section .video-wrapper .video-content i {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 25px
    }
}

@media only screen and (max-width:479px) {
    .host-app-video-section .video-wrapper .video-content i {
        width: 70px;
        height: 70px;
        line-height: 70px
    }
}

.host-app-process-section .process-wrapper {
    padding-top: 12px
}

.host-app-process-section .process-wrapper .process-caption img {
    max-width: 100%
}

.host-app-process-section .process-wrapper .process-content h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    color: #1b232f;
    margin-bottom: 33px
}

@media only screen and (max-width:991px) {
    .host-app-process-section .process-wrapper .process-content h3 {
        font-size: 30px;
        line-height: 35px;
        padding-top: 15px;
        margin-bottom: 20px
    }
}

@media(min-width:480px) and (max-width:767px) {
    .host-app-process-section .process-wrapper .process-content h3 {
        font-size: 25px;
        line-height: 30px;
        padding-top: 0
    }
}

@media only screen and (max-width:479px) {
    .host-app-process-section .process-wrapper .process-content h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px
    }
}

.host-app-process-section .process-wrapper .process-content p {
    color: #666
}

.host-app-process-section .process-wrapper .process-content .btn {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 29px;
    margin: 22px 0 0;
    background-color: #f5800d;
    box-shadow: 0 5px #c76708
}

.host-app-process-section .process-wrapper .process-content .btn:hover {
    background-color: #f5800d;
    box-shadow: 0 3px #c76708
}

.host-app-process-section .process-wrapper .process-content .btn.active.focus,
.host-app-process-section .process-wrapper .process-content .btn:focus {
    top: 2px;
    background-color: #f5800d;
    box-shadow: 0 3px #c76708
}

.host-app-process-section .process-wrapper .process-content .btn.active {
    top: 0;
    background-color: #f5800d;
    box-shadow: 0 5px #c76708
}

.host-app-process-section .process-wrapper .process-content .btn.first-btn {
    margin-bottom: 115px
}

@media only screen and (max-width:991px) {
    .host-app-process-section .process-wrapper .process-content .btn.first-btn {
        margin-bottom: 50px
    }
}

.host-app-process-section .process-wrapper .process-content .btn a {
    color: #fff
}

@media only screen and (max-width:991px) {
    .host-app-process-section .process-wrapper .process-content .btn {
        margin: 15px 0 0
    }
}

@media only screen and (max-width:479px) {
    .host-app-process-section .process-wrapper .process-content .btn {
        font-size: 16px;
        margin: 10px 0 0;
        padding: 8px 25px
    }
}

@media only screen and (max-width:991px) {
    .host-app-process-section .process-wrapper {
        text-align: center
    }

    .host-app-process-section .process-wrapper img {
        max-width: 100%
    }

    .host-app-process-section .process-wrapper .process-content {
        margin-top: 30px
    }

    .host-app-process-section .process-wrapper .process-caption {
        text-align: center
    }

    .host-app-process-section .process-wrapper .no-padding {
        padding: 0 15px !important
    }
}

.host-app-counting-section {
    position: relative;
    background: url(../img/cloud-hosting/counter-bg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    padding: 185px 0 145px
}

@media only screen and (max-width:991px) {
    .host-app-counting-section {
        padding: 100px 0 80px
    }
}

@media only screen and (max-width:767px) {
    .host-app-counting-section {
        padding: 70px 0 15px
    }
}

.host-app-counting-section .counting-pusher {
    display: flex;
    z-index: 1
}

@media only screen and (max-width:767px) {
    .host-app-counting-section .counting-pusher {
        display: block
    }
}

.host-app-counting-section .counting-pusher .counting-wrapper {
    flex: 1
}

@media only screen and (max-width:767px) {
    .host-app-counting-section .counting-pusher .counting-wrapper {
        margin-bottom: 50px
    }
}

.host-app-counting-section .counting-pusher .counting-wrapper .count-description {
    font-family: dosis, sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    margin: 35px 0 5px
}

@media(min-width:992px) and (max-width:1199px) {
    .host-app-counting-section .counting-pusher .counting-wrapper .count-description {
        font-size: 45px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .host-app-counting-section .counting-pusher .counting-wrapper .count-description {
        font-size: 40px;
        margin: 15px 0 5px
    }
}

@media only screen and (max-width:767px) {
    .host-app-counting-section .counting-pusher .counting-wrapper .count-description {
        font-size: 40px;
        margin-bottom: 10px;
        margin: 5px 0
    }
}

.host-app-counting-section .counting-pusher .counting-wrapper p {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #f5800d
}

@media(min-width:768px) and (max-width:1199px) {
    .host-app-counting-section .counting-pusher .counting-wrapper p {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .host-app-counting-section .counting-pusher .counting-wrapper p {
        font-size: 20px
    }
}

.host-app-testimonial-section #testimonial-carousel-two {
    padding-bottom: 85px
}

#testimonial-carousel-two .owl-nav {
    display: none
}

#testimonial-carousel-two .owl-dots {
    text-align: center;
    padding-top: 80px
}

#testimonial-carousel-two .owl-dots .owl-dot {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
    background-color: #cbd1db
}

#testimonial-carousel-two .owl-dots .owl-dot.active {
    background-color: #3575d3
}

@media only screen and (max-width:991px) {
    .host-app-testimonial-section #testimonial-carousel-two {
        padding-bottom: 55px
    }
}

@media only screen and (max-width:767px) {
    .host-app-testimonial-section #testimonial-carousel-two {
        padding-bottom: 40px
    }
}

.host-app-testimonial-section #testimonial-carousel-two .carousel-wrapper {
    position: relative;
    background-color: #3575d3;
    box-shadow: 0 0 15px #d2d2d2;
    border-radius: 15px;
    padding: 48px 45px 32px;
    margin-left: 40px;
    margin-top: 40px
}

@media only screen and (max-width:991px) {
    .host-app-testimonial-section #testimonial-carousel-two .carousel-wrapper {
        padding: 48px 20px 32px
    }
}

@media only screen and (max-width:767px) {
    .host-app-testimonial-section #testimonial-carousel-two .carousel-wrapper {
        margin: 50px 0 0;
        padding: 48px 40px 32px
    }
}

@media only screen and (max-width:479px) {
    .host-app-testimonial-section #testimonial-carousel-two .carousel-wrapper {
        padding: 48px 20px 32px
    }
}

.host-app-testimonial-section #testimonial-carousel-two .carousel-wrapper .carousel-image {
    position: absolute;
    left: -40px;
    top: -40px
}

@media only screen and (max-width:767px) {
    .host-app-testimonial-section #testimonial-carousel-two .carousel-wrapper .carousel-image {
        left: 0;
        right: 0;
        text-align: center
    }
}

.host-app-testimonial-section #testimonial-carousel-two .carousel-wrapper .carousel-image img {
    border: 4px solid #f5800d;
    border-radius: 50px;
    width: 81px;
    height: 81px
}

.host-app-testimonial-section #testimonial-carousel-two .carousel-wrapper h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px
}

@media only screen and (max-width:991px) {
    .host-app-testimonial-section #testimonial-carousel-two .carousel-wrapper h3 {
        font-size: 30px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:767px) {
    .host-app-testimonial-section #testimonial-carousel-two .carousel-wrapper h3 {
        font-size: 25px;
        margin-bottom: 10px
    }
}

.host-app-testimonial-section #testimonial-carousel-two .carousel-wrapper p {
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    color: #fff;
    margin-bottom: 22px
}

@media only screen and (max-width:767px) {
    .host-app-testimonial-section #testimonial-carousel-two .carousel-wrapper p {
        margin-bottom: 15px
    }
}

.host-app-testimonial-section #testimonial-carousel-two .carousel-wrapper .title {
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

@media only screen and (max-width:767px) {
    .host-app-testimonial-section #testimonial-carousel-two .carousel-wrapper .title {
        font-size: 16px
    }
}

.host-app-testimonial-section #testimonial-carousel-two .carousel-wrapper .position {
    font-size: 14px;
    line-height: 10px;
    display: block;
    color: #fff
}

.host-app-achivement-section .section-title {
    margin-bottom: 35px
}

.host-app-achivement-section .client-wrapper .client-logo li {
    display: inline-block;
    margin: 20px
}

@media only screen and (max-width:991px) {
    .host-app-achivement-section .client-wrapper .client-logo li {
        margin: 10px
    }
}

@media only screen and (max-width:767px) {
    .host-app-achivement-section .client-wrapper .client-logo li {
        margin: 0 10px
    }
}

@media only screen and (max-width:767px) {
    .host-app-achivement-section .client-wrapper .client-logo li img {
        width: 130px
    }
}

@media only screen and (max-width:479px) {
    .host-app-achivement-section .client-wrapper .client-logo li img {
        width: 100px
    }
}

.host-app-achivement-section .client-wrapper p {
    font-size: 20px;
    line-height: 36px;
    margin: 15px 0 50px
}

@media only screen and (max-width:991px) {
    .host-app-achivement-section .client-wrapper p {
        font-size: 18px;
        line-height: 30px
    }
}

@media only screen and (max-width:767px) {
    .host-app-achivement-section .client-wrapper p {
        font-size: 16px;
        line-height: 27px;
        margin: 15px 0 30px
    }
}

.host-app-achivement-section .client-wrapper .btn {
    font-size: 20px;
    background-color: #f5800d;
    box-shadow: 0 5px #c76708;
    padding: 14px 40px
}

.host-app-achivement-section .client-wrapper .btn:hover {
    box-shadow: 0 3px #c76708
}

.host-app-achivement-section .client-wrapper .btn a {
    color: #fff
}

@media only screen and (max-width:991px) {
    .host-app-achivement-section .client-wrapper .btn {
        font-size: 18px;
        padding: 12px 30px
    }
}

@media only screen and (max-width:991px) {
    .host-app-achivement-section .client-wrapper .btn {
        font-size: 15px;
        padding: 8px 20px
    }
}

.host-app-client-section {
    background: url(../img/cloud-hosting/icon-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 30px 0
}

.host-app-client-section .owl-nav {
    display: none
}

.host-app-client-section .client-carousel img {
    width: auto;
    margin: 0 auto
}

.host-app-information-section .section-title {
    margin-bottom: 70px
}

@media only screen and (max-width:767px) {
    .host-app-information-section .section-title {
        margin-bottom: 40px
    }
}

.host-app-information-section .information-wrapper {
    border: 2px solid #3575d3;
    padding: 30px 50px 50px
}

@media(min-width:992px) and (max-width:1199px) {
    .host-app-information-section .information-wrapper {
        padding: 30px 20px 50px
    }
}

@media only screen and (max-width:991px) {
    .host-app-information-section .information-wrapper {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:479px) {
    .host-app-information-section .information-wrapper {
        padding: 30px 10px 50px
    }
}

.host-app-information-section .information-wrapper .caption img {
    max-width: 100%
}

.host-app-information-section .information-wrapper h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    color: #284167;
    margin-top: 33px;
    padding: 0 10px
}

@media only screen and (max-width:991px) {
    .host-app-information-section .information-wrapper h3 {
        font-size: 25px;
        padding: 0;
        margin-bottom: 5px
    }
}

@media only screen and (max-width:479px) {
    .host-app-information-section .information-wrapper h3 {
        line-height: 30px;
        margin-bottom: 20px
    }
}

.host-app-information-section .information-wrapper p {
    margin-bottom: 42px
}

@media only screen and (max-width:991px) {
    .host-app-information-section .information-wrapper p {
        margin-bottom: 20px
    }
}

.host-app-information-section .information-wrapper .link {
    font-size: 24px;
    line-height: 27px;
    color: #3575d3;
    letter-spacing: .3px;
    transition: .5s
}

.host-app-information-section .information-wrapper .link i {
    padding-left: 5px
}

.host-app-information-section .information-wrapper .link:hover {
    letter-spacing: 1px;
    color: #f5800d
}

@media only screen and (max-width:991px) {
    .host-app-information-section .information-wrapper .link {
        font-size: 20px
    }
}

.host-app-information-section .owl-dots {
    margin-top: 60px !important
}

@media only screen and (max-width:767px) {
    .host-app-information-section .owl-dots {
        margin-top: 20px !important
    }
}

.host-app-information-section .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    margin: 0 7px;
    border-radius: 30px;
    background: #ced5df;
    display: inline-block
}

.host-app-information-section .owl-dots .owl-dot.active {
    width: 50px;
    background: #3575d3
}

.host-app-information-section .information-carousel .owl-nav {
    display: none
}

.host-app-service-section .tab-content {
    margin: 0 auto;
    max-width: 945px
}

.host-app-service-section .section-title {
    margin-bottom: 60px
}

@media only screen and (max-width:991px) {
    .host-app-service-section .section-title {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:479px) {
    .host-app-service-section .section-title {
        margin-bottom: 25px
    }
}

@media only screen and (max-width:479px) {
    .host-app-service-section .service-wrapper .nav-tabs {
        display: inherit
    }
}

.host-app-service-section .service-wrapper .nav-tabs li {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    float: none;
    display: inline-block;
    margin-right: 8px !important
}

@media(min-width:992px) and (max-width:1199px) {
    .host-app-service-section .service-wrapper .nav-tabs li {
        padding: 10px 20px
    }
}

@media only screen and (max-width:991px) {
    .host-app-service-section .service-wrapper .nav-tabs li {
        font-size: 20px;
        padding: 8px 30px
    }
}

@media only screen and (max-width:767px) {
    .host-app-service-section .service-wrapper .nav-tabs li {
        font-size: 14px;
        padding: 5px 8px
    }
}

@media only screen and (max-width:479px) {
    .host-app-service-section .service-wrapper .nav-tabs li {
        display: inline-block;
        font-size: 16px;
        padding: 5px 12px 10px;
        margin: 5px 0 4px
    }
}

.host-app-service-section .service-wrapper .nav-tabs li:last-child {
    margin-right: 0
}

.host-app-service-section .service-wrapper .nav-tabs li .nav-link {
    display: inline-block;
    height: 55px;
    width: 185px;
    line-height: 55px
}

.host-app-service-section .service-wrapper .nav-tabs li .nav-link.active {
    background-color: #f5800d;
    box-shadow: 0 5px #c76708
}

.host-app-service-section .service-wrapper .nav-tabs li .nav-link.active::before {
    display: none
}

.host-app-service-section .service-wrapper .nav-tabs li .nav-link.active a {
    background-color: transparent
}

.host-app-service-section .service-wrapper .nav-tabs li .nav-link.active:hover {
    background-color: #f5800d
}

.host-app-service-section .service-wrapper .nav-tabs li a {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 0
}

.host-app-service-section .service-wrapper .nav-tabs li a:focus {
    background-color: transparent
}

.host-app-service-section .service-wrapper .tab-content .tab-pane .service-content {
    background-color: #fff;
    margin-top: 40px;
    padding: 65px 65px 46px;
    border-bottom: 5px solid #3575d3
}

@media only screen and (max-width:991px) {
    .host-app-service-section .service-wrapper .tab-content .tab-pane .service-content {
        padding: 40px 20px 25px
    }
}

@media only screen and (max-width:767px) {
    .host-app-service-section .service-wrapper .tab-content .tab-pane .service-content {
        padding: 20px
    }
}

@media only screen and (max-width:479px) {
    .host-app-service-section .service-wrapper .tab-content .tab-pane .service-content {
        margin-top: 25px
    }
}

.host-app-service-section .service-wrapper .tab-content .tab-pane .service-content .caption img {
    width: 100%;
    margin-bottom: 20px
}

.host-app-service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: #1b232f;
    margin-bottom: 10px
}

@media only screen and (max-width:991px) {
    .host-app-service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper h3 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 5px
    }
}

.host-app-service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper .small-text {
    font-size: 20px;
    line-height: 25px;
    color: #3575d3;
    display: block
}

@media only screen and (max-width:991px) {
    .host-app-service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper .small-text {
        font-size: 18px;
        line-height: 20px
    }
}

.host-app-service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper .bold-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    color: #3575d3
}

@media only screen and (max-width:991px) {
    .host-app-service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper .bold-text {
        font-size: 20px;
        line-height: 25px
    }
}

.host-app-service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper .detail-wrapper {
    display: flex;
    margin-top: 25px
}

@media only screen and (max-width:767px) {
    .host-app-service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper .detail-wrapper {
        margin-top: 15px
    }
}

@media only screen and (max-width:479px) {
    .host-app-service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper .detail-wrapper {
        display: inherit
    }
}

.host-app-service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper .detail-wrapper .detail {
    flex: 1;
    column-count: 2
}

.host-app-service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper .detail-wrapper .detail li {
    line-height: 30px
}

.host-app-service-section .service-wrapper .tab-content .tab-pane .service-content .content-wrapper .detail-wrapper .detail li:before {
    font-size: 18px;
    line-height: 25px;
    color: #596777;
    margin-right: 5px;
    content: "\f105";
    font-family: "font awesome 5 free";
    font-weight: 900
}

.host-app-service-section .service-wrapper .tab-content .tab-pane .service-content p {
    line-height: 30px;
    margin-bottom: 0
}

@media only screen and (max-width:991px) {
    .host-app-service-section .service-wrapper .tab-content .tab-pane .service-content p {
        line-height: 25px
    }
}

@media only screen and (max-width:767px) {
    .host-app-service-section .service-wrapper .tab-content .tab-pane .service-content p {
        margin-top: 10px
    }
}

.host-app-review-section .section-title {
    margin-bottom: 45px
}

.host-app-review-section .review-carousel .owl-nav {
    display: none
}

.host-app-review-section .review-carousel .review-wrapper {
    position: relative;
    padding: 0 80px 60px;
    margin-bottom: 75px
}

@media only screen and (max-width:991px) {
    .host-app-review-section .review-carousel .review-wrapper {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:479px) {
    .host-app-review-section .review-carousel .review-wrapper {
        margin-bottom: 20px;
        padding: 0 20px 60px
    }
}

.host-app-review-section .review-carousel .review-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 50px);
    background: url(../img/cloud-hosting/review/review-bg.jpg) no-repeat center top;
    background-size: cover;
    z-index: -1
}

.host-app-review-section .review-carousel .review-wrapper .caption {
    display: block
}

.host-app-review-section .review-carousel .review-wrapper .caption img {
    border: 3px solid #3575d3;
    border-radius: 50%;
    margin: 0 auto;
    max-width: 100%;
    width: auto
}

@media only screen and (max-width:479px) {
    .host-app-review-section .review-carousel .review-wrapper .caption img {
        width: 80px
    }
}

.host-app-review-section .review-carousel .review-wrapper h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin: 28px 0 0
}

@media only screen and (max-width:767px) {
    .host-app-review-section .review-carousel .review-wrapper h3 {
        font-size: 20px
    }
}

.host-app-review-section .review-carousel .review-wrapper h3::before {
    content: "";
    position: absolute;
    top: -45px;
    left: -40px;
    width: 35px;
    height: 30px;
    background: url(../img/cloud-hosting/review/quote.png) no-repeat
}

.host-app-review-section .review-carousel .review-wrapper .position {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    display: block
}

.host-app-review-section .review-carousel .review-wrapper .review {
    margin: 2px 0 5px
}

.host-app-review-section .review-carousel .review-wrapper .review li {
    font-size: 18px;
    color: #feda12;
    display: inline-block;
    margin: 0 2px
}

.host-app-review-section .review-carousel .review-wrapper p {
    color: #fff;
    margin: 0
}

.host-app-review-section .review-carousel .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    background: #cbd1db;
    margin: 0 7px;
    border-radius: 100%;
    display: inline-block
}

.host-app-review-section .review-carousel .owl-dots .owl-dot.active {
    background: #3575d3
}

.host-app-faq-section {
    position: relative;
    background: url(../img/cloud-hosting/faq-bg.jpg) no-repeat;
    background-position: 60% 50%;
    background-size: cover
}

@media(min-width:992px) and (max-width:1199px) {
    .host-app-faq-section {
        padding: 80px 0 50px
    }
}

@media only screen and (max-width:991px) {
    .host-app-faq-section {
        background: #f3f6f8
    }
}

.host-app-faq-section .faq-wrapper .small-text {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #f5800d;
    letter-spacing: .8px
}

.host-app-faq-section .faq-wrapper h3 {
    font-size: 42px;
    font-weight: 800;
    line-height: 48px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 11px;
    letter-spacing: .8px
}

@media(min-width:992px) and (max-width:1199px) {
    .host-app-faq-section .faq-wrapper h3 {
        font-size: 38px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .host-app-faq-section .faq-wrapper h3 {
        font-size: 30px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width:767px) {
    .host-app-faq-section .faq-wrapper h3 {
        font-size: 25px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width:479px) {
    .host-app-faq-section .faq-wrapper h3 {
        font-size: 23px;
        line-height: 30px
    }
}

.host-app-faq-section .faq-wrapper #promote-accordion {
    margin: 42px 0 0
}

@media only screen and (max-width:767px) {
    .host-app-faq-section .faq-wrapper #promote-accordion {
        margin: 30px 0 0
    }
}

.host-app-faq-section .faq-wrapper #promote-accordion .panel-default {
    border: 0;
    margin-top: 3px;
    background-color: #fff
}

.host-app-faq-section .faq-wrapper #promote-accordion .panel-default .panel-body {
    padding: 24px 40px 30px
}

.host-app-faq-section .faq-wrapper #promote-accordion .panel-default .panel-heading {
    position: relative;
    font-size: 18px;
    background-color: #2b5899;
    border: 0;
    border-radius: 8px;
    padding: 0
}

@media only screen and (max-width:479px) {
    .host-app-faq-section .faq-wrapper #promote-accordion .panel-default .panel-heading {
        line-height: 25px
    }
}

.host-app-faq-section .faq-wrapper #promote-accordion .panel-default .panel-heading a::before {
    position: absolute;
    content: "\f078";
    font-family: Font Awesome\5 Free;
    top: 12px;
    right: 33px;
    width: 10px;
    height: 10px;
    color: #fff;
    font-size: 20px;
    z-index: 1
}

@media only screen and (max-width:479px) {
    .host-app-faq-section .faq-wrapper #promote-accordion .panel-default .panel-heading a::before {
        top: 10px
    }
}

.host-app-faq-section .faq-wrapper #promote-accordion .panel-default .panel-heading a {
    font-size: 20px;
    font-weight: 600;
    display: block;
    color: #fefefe;
    background-color: #3575d3;
    border-radius: 8px;
    padding: 15px 20px
}

.host-app-faq-section .faq-wrapper #promote-accordion .panel-default .panel-heading a.collapsed {
    color: #333;
    background-color: #fff
}

.host-app-faq-section .faq-wrapper #promote-accordion .panel-default .panel-heading a.collapsed::before {
    content: "ï„‡";
    color: #333
}

@media only screen and (max-width:479px) {
    .host-app-faq-section .faq-wrapper #promote-accordion .panel-default .panel-heading a {
        font-size: 16px
    }
}

@media only screen and (max-width:350px) {
    .host-app-faq-section .faq-wrapper #promote-accordion .panel-default .panel-heading a {
        padding-right: 60px
    }
}

.host-app-faq-section .faq-wrapper #promote-accordion .panel-default .panel-collapse {
    position: relative
}

.host-app-faq-section .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body {
    border: 0;
    padding: 24px 40px 30px
}

@media only screen and (max-width:479px) {
    .host-app-faq-section .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body {
        padding: 15px
    }
}

.host-app-faq-section .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0
}

@media only screen and (max-width:479px) {
    .host-app-faq-section .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body p {
        font-size: 14px
    }
}

.host-app-faq-section .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body ul li {
    font-size: 16px;
    color: #666
}

.host-app-faq-section .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body ul li i {
    font-size: 16px;
    color: #2b5899
}

.host-app-faq-section .caption {
    position: absolute;
    bottom: 0;
    right: 0
}

@media(min-width:1500px) and (max-width:1750px) {
    .host-app-faq-section .caption img {
        width: 600px
    }
}

@media(min-width:1200px) and (max-width:1499px) {
    .host-app-faq-section .caption img {
        width: 500px
    }
}

@media(min-width:991px) and (max-width:1199px) {
    .host-app-faq-section .caption img {
        width: 400px
    }
}

.host-app-artical-section .artical-wrapper {
    margin-top: 35px
}

.host-app-artical-section .artical-wrapper:hover .artical-content {
    border-color: #3575d3
}

.host-app-artical-section .artical-wrapper .caption img {
    width: 100%
}

.host-app-artical-section .artical-wrapper .artical-content {
    border: 1px solid #d0d0d0;
    padding: 30px;
    transition: .5s
}

@media only screen and (max-width:479px) {
    .host-app-artical-section .artical-wrapper .artical-content {
        padding: 15px
    }
}

.host-app-artical-section .artical-wrapper .artical-content .link {
    font-size: 16px;
    font-weight: 600;
    line-height: 38px;
    text-transform: uppercase;
    color: #fff;
    background-color: #3575d3;
    padding: 6px 30px
}

@media only screen and (max-width:479px) {
    .host-app-artical-section .artical-wrapper .artical-content .link {
        font-size: 12px;
        padding: 6px 20px
    }
}

.host-app-artical-section .artical-wrapper .artical-content h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin: 8px 0 43px
}

.host-app-artical-section .artical-wrapper .artical-content h3 a {
    color: #444
}

.host-app-artical-section .artical-wrapper .artical-content h3 a:hover {
    color: #3575d3
}

@media only screen and (max-width:991px) {
    .host-app-artical-section .artical-wrapper .artical-content h3 {
        margin: 8px 0 25px
    }
}

@media only screen and (max-width:767px) {
    .host-app-artical-section .artical-wrapper .artical-content h3 {
        font-size: 25px;
        line-height: 30px;
        margin: 8px 0 20px
    }
}

@media only screen and (max-width:479px) {
    .host-app-artical-section .artical-wrapper .artical-content h3 {
        font-size: 20px;
        line-height: 25px;
        margin: 8px 0 15px
    }
}

.host-app-artical-section .artical-wrapper .artical-content .text {
    color: #999
}

@media only screen and (max-width:479px) {
    .host-app-artical-section .artical-wrapper .artical-content .text {
        font-size: 14px
    }
}

.host-app-subscribe-section {
    position: relative;
    background: url(../img/cloud-hosting/subscribe/subscribe-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 65px 0 90px
}

@media only screen and (max-width:767px) {
    .host-app-subscribe-section {
        padding: 65px 0 70px
    }
}

.host-app-subscribe-section::before,
.host-app-subscribe-section::after {
    content: "";
    position: absolute
}

@media only screen and (max-width:767px) {

    .host-app-subscribe-section::before,
    .host-app-subscribe-section::after {
        display: none
    }
}

.host-app-subscribe-section::before {
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    background: url(../img/cloud-hosting/subscribe/cloud-1.png) no-repeat;
    z-index: 1;
    animation: cloud-animation 90s linear infinite;
    -ms-animation: cloud-animation 90s linear infinite;
    -moz-animation: cloud-animation 90s linear infinite;
    -webkit-animation: cloud-animation 90s linear infinite
}

@keyframes cloud-animation {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

.host-app-subscribe-section::after {
    width: 100%;
    height: 220px;
    bottom: 0;
    right: 100px;
    background: url(../img/cloud-hosting/subscribe/cloud-2.png) no-repeat;
    z-index: 1;
    animation: cloud-animation-two 90s linear infinite;
    -ms-animation: cloud-animation-two 90s linear infinite;
    -moz-animation: cloud-animation-two 90s linear infinite;
    -webkit-animation: cloud-animation-two 90s linear infinite
}

@keyframes cloud-animation-two {
    from {
        background-position: 100% 0
    }

    to {
        background-position: 0 0
    }
}

.host-app-subscribe-section .caption {
    position: absolute;
    bottom: 0;
    z-index: 5
}

@media(min-width:992px) and (max-width:1199px) {
    .host-app-subscribe-section .caption {
        left: 0
    }
}

.host-app-subscribe-section .subscribe-wrapper {
    z-index: 5;
    float: right;
    max-width: 555px;
    position: relative;
    margin-right: 120px
}

.host-app-subscribe-section .subscribe-wrapper .small-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 48px;
    color: #1b232f
}

@media only screen and (max-width:767px) {
    .host-app-subscribe-section .subscribe-wrapper .small-text {
        line-height: 30px
    }
}

@media only screen and (max-width:400px) {
    .host-app-subscribe-section .subscribe-wrapper .small-text {
        font-size: 16px;
        line-height: 27px
    }
}

.host-app-subscribe-section .subscribe-wrapper h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 35px;
    color: #1b232f;
    margin-bottom: 43px
}

@media only screen and (max-width:767px) {
    .host-app-subscribe-section .subscribe-wrapper h3 {
        font-size: 30px;
        margin-bottom: 25px
    }
}

@media only screen and (max-width:479px) {
    .host-app-subscribe-section .subscribe-wrapper h3 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 20px
    }
}

.host-app-subscribe-section .subscribe-wrapper .subscribeSearchBar {
    width: 69%;
    color: #afbac0;
    border: 0;
    padding: 15px 25px
}

@media(min-width:992px) and (max-width:1199px) {
    .host-app-subscribe-section .subscribe-wrapper .subscribeSearchBar {
        width: 62%
    }
}

@media only screen and (max-width:767px) {
    .host-app-subscribe-section .subscribe-wrapper .subscribeSearchBar {
        width: 60%;
        padding: 10px 25px
    }
}

@media only screen and (max-width:479px) {
    .host-app-subscribe-section .subscribe-wrapper .subscribeSearchBar {
        padding: 6px 15px
    }
}

.host-app-subscribe-section .subscribe-wrapper .subscribeBtn {
    font-size: 18px;
    border-radius: 0;
    padding: 12.5px 42px;
    vertical-align: top
}

@media only screen and (max-width:767px) {
    .host-app-subscribe-section .subscribe-wrapper .subscribeBtn {
        padding: 8px 42px
    }
}

@media only screen and (max-width:479px) {
    .host-app-subscribe-section .subscribe-wrapper .subscribeBtn {
        font-size: 16px;
        padding: 4px 25px
    }
}

.account-section {
    padding: 170px 0 120px
}

@media only screen and (max-width:767px) {
    .account-section {
        padding: 140px 0 100px
    }
}

@media only screen and (max-width:479px) {
    .account-section {
        padding: 110px 0 90px
    }
}

.account-section .account-wrapper {
    background: url(../img/cloud-hosting/account-bg.jpg) no-repeat center top;
    background-size: cover;
    box-shadow: 0 0 90px #737373
}

@media only screen and (max-width:767px) {
    .account-section .account-wrapper {
        padding-bottom: 40px
    }
}

.account-section .account-wrapper .section-top .top-icon img {
    margin-top: -50px
}

@media only screen and (max-width:479px) {
    .account-section .account-wrapper .section-top .top-icon img {
        width: 70px;
        margin-top: -35px
    }
}

.account-section .account-wrapper .section-top h2 {
    font-size: 36px;
    line-height: 60px;
    color: #fff;
    margin-top: 8px
}

@media only screen and (max-width:767px) {
    .account-section .account-wrapper .section-top h2 {
        font-size: 30px;
        line-height: 35px;
        margin-top: 25px
    }
}

@media only screen and (max-width:479px) {
    .account-section .account-wrapper .section-top h2 {
        margin-top: 15px;
        font-size: 25px
    }
}

.account-section .account-wrapper .form-section .support-form {
    margin-top: 28px
}

@media only screen and (max-width:991px) {
    .account-section .account-wrapper .form-section .support-form {
        padding: 0 50px;
        margin-top: 10px
    }
}

@media only screen and (max-width:767px) {
    .account-section .account-wrapper .form-section .support-form {
        padding: 0 30px
    }
}

@media only screen and (max-width:479px) {
    .account-section .account-wrapper .form-section .support-form {
        padding: 0 20px
    }
}

.account-section .account-wrapper .form-section .support-form .form-group {
    margin-bottom: 38px
}

@media only screen and (max-width:991px) {
    .account-section .account-wrapper .form-section .support-form .form-group {
        margin-bottom: 15px
    }
}

.account-section .account-wrapper .form-section .support-form .form-group label {
    font-size: 20px;
    line-height: 45px;
    color: #fff
}

@media only screen and (max-width:767px) {
    .account-section .account-wrapper .form-section .support-form .form-group label {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 0
    }
}

.account-section .account-wrapper .form-section .support-form .form-group input.form-control {
    padding: 21px 12px
}

@media only screen and (max-width:767px) {
    .account-section .account-wrapper .form-section .support-form .form-group input.form-control {
        padding: 18px 12px;
        font-size: 15px
    }
}

.account-section .account-wrapper .form-section .support-form .form-group .text {
    font-size: 16px;
    color: #fff
}

@media only screen and (max-width:767px) {
    .account-section .account-wrapper .form-section .support-form .form-group .text {
        font-size: 14px
    }
}

.account-section .account-wrapper .form-section .support-form .form-group .form-control {
    font-size: 18px;
    color: #a6aaad;
    border-radius: 4px !important
}

.account-section .account-wrapper .form-section .support-form .form-group .form-control:focus {
    border-color: #c3c3c3
}

.account-section .account-wrapper .form-section .support-form .form-group .btn {
    font-weight: 700;
    padding: 12px 40px;
    margin: 35px 0 90px;
    background-color: #f5800d;
    box-shadow: 0 5px #c76708
}

.account-section .account-wrapper .form-section .support-form .form-group .btn:hover {
    box-shadow: 0 3px #c76708
}

@media only screen and (max-width:991px) {
    .account-section .account-wrapper .form-section .support-form .form-group .btn {
        font-size: 18px;
        padding: 10px 30px
    }
}

@media only screen and (max-width:767px) {
    .account-section .account-wrapper .form-section .support-form .form-group .btn {
        font-size: 16px;
        font-weight: 400;
        padding: 8px 25px;
        margin: 30px 0 40px
    }
}

@media only screen and (max-width:479px) {
    .account-section .account-wrapper .form-section .support-form .form-group .btn {
        font-size: 14px;
        padding: 6px 20px;
        margin: 20px 0 10px
    }
}

.hosting-section {
    padding-top: 178px !important
}

@media only screen and (max-width:767px) {
    .hosting-section {
        padding-top: 110px !important
    }
}

.hosting-section .hosting-wrapper {
    background: url(../img/cloud-hosting/account-bg.jpg) no-repeat center top;
    background-size: cover;
    box-shadow: 0 0 90px #737373;
    border-radius: 8px
}

.hosting-section .hosting-wrapper .section-top .top-icon img {
    margin-top: -50px
}

@media only screen and (max-width:767px) {
    .hosting-section .hosting-wrapper .section-top .top-icon img {
        width: 80px;
        margin-top: -40px
    }
}

.hosting-section .hosting-wrapper .section-top h2 {
    font-size: 36px;
    line-height: 60px;
    color: #fff;
    margin-top: 8px
}

@media only screen and (max-width:767px) {
    .hosting-section .hosting-wrapper .section-top h2 {
        font-size: 25px;
        line-height: 30px
    }
}

@media only screen and (max-width:350px) {
    .hosting-section .hosting-wrapper .section-top h2 {
        line-height: 30px;
        margin-top: 25px
    }
}

.hosting-section .hosting-wrapper .section-box {
    margin-top: 55px;
    padding-bottom: 55px
}

@media only screen and (max-width:991px) {
    .hosting-section .hosting-wrapper .section-box {
        margin-top: 30px;
        padding-bottom: 15px
    }
}

@media only screen and (max-width:991px) {
    .hosting-section .hosting-wrapper .section-box {
        margin-top: 15px
    }
}

.hosting-section .hosting-wrapper .section-box .header-text {
    font-family: dosis, sans-serif;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    background-color: #1b232f;
    display: inline-block;
    padding: 0 35px
}

@media only screen and (max-width:991px) {
    .hosting-section .hosting-wrapper .section-box .header-text {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .hosting-section .hosting-wrapper .section-box .header-text {
        font-size: 18px;
        line-height: 30px;
        padding: 8px 35px
    }
}

@media only screen and (max-width:479px) {
    .hosting-section .hosting-wrapper .section-box .header-text {
        font-size: 15px;
        display: block;
        line-height: 30px;
        text-align: center
    }
}

.hosting-section .hosting-wrapper .section-box li {
    background-color: #f6f5f5;
    margin-bottom: 3px;
    padding: 32px 27px 32px 42px
}

@media only screen and (max-width:991px) {
    .hosting-section .hosting-wrapper .section-box li {
        padding: 20px 27px 20px 30px
    }
}

@media(min-width:480px) and (max-width:767px) {
    .hosting-section .hosting-wrapper .section-box li {
        padding: 15px 25px
    }
}

@media only screen and (max-width:479px) {
    .hosting-section .hosting-wrapper .section-box li {
        padding: 15px
    }
}

@media only screen and (max-width:350px) {
    .hosting-section .hosting-wrapper .section-box li .sub-icon {
        float: none !important;
        display: block
    }
}

.hosting-section .hosting-wrapper .section-box li .text {
    font-family: dosis, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #6d7073
}

@media only screen and (max-width:767px) {
    .hosting-section .hosting-wrapper .section-box li .text {
        font-size: 18px
    }
}

@media only screen and (max-width:479px) {
    .hosting-section .hosting-wrapper .section-box li .text {
        font-size: 16px
    }
}

.hosting-section .hosting-wrapper .section-box li .sub-icon a i {
    font-size: 23px;
    color: #2c2c2c;
    vertical-align: middle;
    padding: 0 6px
}

@media only screen and (max-width:479px) {
    .hosting-section .hosting-wrapper .section-box li .sub-icon a i {
        font-size: 18px;
        padding: 0 2px
    }
}

.hosting-section .hosting-wrapper .section-box li .sub-icon a:last-child i {
    color: #f43e31
}

.hosting-section .hosting-wrapper .btn {
    display: block;
    margin: auto;
    padding: 12px 28px;
    margin-bottom: 85px;
    background-color: #f5800d;
    box-shadow: 0 5px #c76708
}

.hosting-section .hosting-wrapper .btn:hover {
    box-shadow: 0 3px #c76708
}

@media only screen and (max-width:991px) {
    .hosting-section .hosting-wrapper .btn {
        font-size: 18px;
        padding: 10px 20px
    }
}

@media only screen and (max-width:767px) {
    .hosting-section .hosting-wrapper .btn {
        font-size: 16px;
        padding: 6px 18px;
        margin: 15px auto 70px;
        float: none !important
    }
}

@media only screen and (max-width:479px) {
    .hosting-section .hosting-wrapper .btn {
        font-size: 12px;
        margin: 10px auto 50px
    }
}

@media only screen and (max-width:991px) {
    .hosting-section .hosting-wrapper .no-padding {
        padding-right: 30px !important;
        padding-left: 30px !important
    }
}

.server-space-section {
    background: url(../img/cloud-hosting/space-bg.jpg) no-repeat center top;
    background-size: cover
}

.server-space-section .section-title {
    margin-bottom: 60px
}

.server-space-section .section-title h2 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 0
}

@media only screen and (max-width:991px) {
    .server-space-section .section-title h2 {
        font-size: 35px
    }
}

@media only screen and (max-width:767px) {
    .server-space-section .section-title h2 {
        font-size: 25px
    }
}

@media only screen and (max-width:991px) {
    .server-space-section .section-title {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:767px) {
    .server-space-section .section-title {
        margin-bottom: 20px
    }
}

.server-space-section .server-space-container .server-space-wrapper {
    background-color: #fff;
    border-radius: 8px;
    border-bottom: 7px solid #0b39b8;
    padding: 45px 25px
}

@media only screen and (max-width:767px) {
    .server-space-section .server-space-container .server-space-wrapper {
        margin-bottom: 20px
    }
}

.server-space-section .server-space-container .server-space-wrapper h3 {
    position: relative;
    font-size: 36px;
    font-weight: 600;
    line-height: 75px;
    color: #1b232f;
    margin: 10px 0 30px
}

.server-space-section .server-space-container .server-space-wrapper h3::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 47px;
    height: 5px;
    background-color: #3575d3;
    border-radius: 50px;
    margin: 0 auto
}

@media only screen and (max-width:991px) {
    .server-space-section .server-space-container .server-space-wrapper h3 {
        font-size: 30px;
        line-height: 55px;
        margin: 0 0 20px
    }
}

@media only screen and (max-width:479px) {
    .server-space-section .server-space-container .server-space-wrapper h3 {
        font-size: 25px;
        line-height: 50px;
        margin: 0 0 20px
    }
}

.server-space-section .server-space-container .server-space-wrapper .content-list li {
    line-height: 20px;
    color: #5a6778;
    margin-bottom: 15px
}

.server-space-section .server-space-container .server-space-wrapper .content-list li:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:479px) {
    .server-space-section .server-space-container .server-space-wrapper .content-list li {
        font-size: 15px;
        margin-bottom: 10px
    }
}

.server-space-section .server-space-container .text {
    margin-top: 55px
}

@media only screen and (max-width:991px) {
    .server-space-section .server-space-container .text {
        margin-top: 45px
    }
}

@media only screen and (max-width:767px) {
    .server-space-section .server-space-container .text {
        margin-top: 15px
    }
}

.server-space-section .server-space-container .text li {
    font-size: 24px;
    line-height: 48px;
    color: #fff
}

.server-space-section .server-space-container .text li i {
    font-size: 15px;
    color: #f5800d;
    margin-right: 5px
}

@media only screen and (max-width:991px) {
    .server-space-section .server-space-container .text li {
        font-size: 20px;
        line-height: 35px
    }

    .server-space-section .server-space-container .text li i {
        font-size: 12px
    }
}

@media only screen and (max-width:767px) {
    .server-space-section .server-space-container .text li {
        font-size: 18px;
        line-height: 30px
    }

    .server-space-section .server-space-container .text li i {
        font-size: 8px;
        vertical-align: middle
    }
}

@media only screen and (max-width:479px) {
    .server-space-section .server-space-container .text li {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px
    }
}

.performance-section {
    background: url(../img/cloud-hosting/c-video-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 125px 0 85px
}

@media only screen and (max-width:767px) {
    .performance-section {
        padding: 80px 0 85px
    }
}

.performance-section .wrapper-content h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 42px;
    color: #fff;
    margin-bottom: 40px
}

@media only screen and (max-width:991px) {
    .performance-section .wrapper-content h3 {
        font-size: 35px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:767px) {
    .performance-section .wrapper-content h3 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:479px) {
    .performance-section .wrapper-content h3 {
        font-size: 25px;
        line-height: 30px
    }
}

.performance-section .wrapper-content .video-content {
    font-size: 24px;
    border-bottom: 1px solid #fff;
    display: inline-block
}

@media only screen and (max-width:991px) {
    .performance-section .wrapper-content .video-content {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .performance-section .wrapper-content .video-content {
        font-size: 18px
    }
}

.performance-section .wrapper-content .video-content a {
    color: #fff
}

.performance-section .wrapper-content .video-content i {
    font-size: 22px;
    color: #fff
}

@media only screen and (max-width:991px) {
    .performance-section .wrapper-content .video-content i {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .performance-section .wrapper-content .video-content i {
        font-size: 16px
    }
}

.option-section .option-tab .nav-tabs {
    border: 0;
    background-color: #1b232f
}

.option-section .option-tab .nav-tabs li {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    float: none;
    display: inline-block
}

@media only screen and (max-width:767px) {
    .option-section .option-tab .nav-tabs li {
        font-size: 18px
    }
}

@media only screen and (max-width:480px) {
    .option-section .option-tab .nav-tabs li {
        display: block;
        border-bottom: 1px solid #fff
    }
}

.option-section .option-tab .nav-tabs li.active a {
    border: 0;
    background-color: transparent
}

.option-section .option-tab .nav-tabs li.active a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 20px;
    margin: 0 auto;
    border-bottom: 10px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent
}

.option-section .option-tab .nav-tabs li a {
    border: 0;
    border-radius: 0;
    color: #fff;
    margin: 0;
    padding: 20px 80px
}

.option-section .option-tab .nav-tabs li a:hover {
    background-color: transparent
}

@media only screen and (max-width:991px) {
    .option-section .option-tab .nav-tabs li a {
        padding: 20px 60px
    }
}

@media(min-width:600px) and (max-width:767px) {
    .option-section .option-tab .nav-tabs li a {
        padding: 20px 30px
    }
}

@media(min-width:480px) and (max-width:599px) {
    .option-section .option-tab .nav-tabs li a {
        padding: 15px 20px
    }
}

.option-section .option-tab .tab-content {
    margin: 85px 0 55px
}

@media only screen and (max-width:991px) {
    .option-section .option-tab .tab-content {
        margin: 60px 0 55px
    }
}

@media only screen and (max-width:767px) {
    .option-section .option-tab .tab-content {
        margin: 45px 0 40px
    }
}

.option-section .option-tab .tab-content .content-wrapper {
    margin-bottom: 55px
}

@media only screen and (max-width:767px) {
    .option-section .option-tab .tab-content .content-wrapper {
        margin-bottom: 35px
    }
}

.option-section .option-tab .tab-content .content-wrapper h4 {
    font-family: roboto, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    display: inline-block;
    vertical-align: sub;
    margin: 0 0 12px 10px
}

.option-section .option-tab .tab-content .content-wrapper h4 a {
    color: #3575d3
}

@media(min-width:992px) and (max-width:1199px) {
    .option-section .option-tab .tab-content .content-wrapper h4 {
        font-size: 22px
    }
}

@media only screen and (max-width:991px) {
    .option-section .option-tab .tab-content .content-wrapper h4 {
        margin-left: 0;
        display: block;
        font-size: 20px;
        line-height: 25px;
        margin: 10px 0 5px
    }
}

@media only screen and (max-width:479px) {
    .option-section .option-tab .tab-content .content-wrapper h4 {
        font-size: 18px
    }
}

.option-section .option-tab .tab-content .content-wrapper p {
    color: #5a6778;
    margin-bottom: 0
}

@media only screen and (max-width:479px) {
    .option-section .option-tab .tab-content .content-wrapper p {
        font-size: 14px;
        line-height: 24px
    }
}

.hosting-price-section .hosting-carousel .carousel-wrapper {
    border: 3px solid #3575d3;
    border-radius: 8px;
    display: inline-block;
    padding: 35px 45px;
    transition: .5s
}

@media only screen and (max-width:479px) {
    .hosting-price-section .hosting-carousel .carousel-wrapper {
        padding: 25px 20px
    }
}

.hosting-price-section .hosting-carousel .carousel-wrapper .caption img {
    width: auto;
    margin: 0 auto
}

.hosting-price-section .hosting-carousel .carousel-wrapper h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 27px;
    margin: 24px 0 12px
}

.hosting-price-section .hosting-carousel .carousel-wrapper h3 a {
    color: #3575d3
}

@media only screen and (max-width:479px) {
    .hosting-price-section .hosting-carousel .carousel-wrapper h3 {
        font-size: 30px;
        margin: 15px 0 10px
    }
}

.hosting-price-section .hosting-carousel .carousel-wrapper p {
    color: #616d80
}

.hosting-price-section .hosting-carousel .carousel-wrapper .price {
    font-family: dosis, sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #f5800d;
    transition: .5s
}

.hosting-price-section .hosting-carousel .carousel-wrapper .price sub {
    font-size: 18px;
    color: #1b232f;
    bottom: 2px;
    transition: .5s
}

.hosting-price-section .hosting-carousel .carousel-wrapper .price .package {
    font-size: 16px;
    line-height: 27px;
    color: #616d80;
    display: block;
    transition: .5s
}

.hosting-price-section .hosting-carousel .carousel-wrapper:hover {
    background-color: #3575d3
}

.hosting-price-section .hosting-carousel .carousel-wrapper:hover h3 a {
    color: #fff
}

.hosting-price-section .hosting-carousel .carousel-wrapper:hover p {
    color: #fff
}

.hosting-price-section .hosting-carousel .carousel-wrapper:hover .price {
    color: #fff
}

.hosting-price-section .hosting-carousel .carousel-wrapper:hover .price sub,
.hosting-price-section .hosting-carousel .carousel-wrapper:hover .price .package {
    color: #fff
}

.hosting-price-section .hosting-carousel .owl-dots {
    margin-top: 55px !important
}

@media only screen and (max-width:479px) {
    .hosting-price-section .hosting-carousel .owl-dots {
        margin-top: 40px !important
    }
}

.hosting-price-section .hosting-carousel .owl-dots .owl-dot.active span {
    background-color: #3575d3
}

.hosting-price-section .hosting-carousel .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    background-color: #d4d8e0
}

.optimized-section {
    min-height: 500px;
    background-color: #1b232f !important
}

@media only screen and (max-width:991px) {
    .optimized-section {
        min-height: auto
    }
}

.optimized-section .content-wrapper {
    padding: 80px 80px 0 40%
}

@media(min-width:1300px) and (max-width:1500px) {
    .optimized-section .content-wrapper {
        padding-left: 20%
    }
}

@media(min-width:992px) and (max-width:1299px) {
    .optimized-section .content-wrapper {
        padding-left: 10%
    }
}

@media only screen and (max-width:991px) {
    .optimized-section .content-wrapper {
        padding: 80px 15px 60px;
        text-align: center
    }
}

@media only screen and (max-width:479px) {
    .optimized-section .content-wrapper {
        padding-top: 70px
    }
}

.optimized-section .content-wrapper h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
    margin-bottom: 32px
}

@media only screen and (max-width:991px) {
    .optimized-section .content-wrapper h3 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:767px) {
    .optimized-section .content-wrapper h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:767px) {
    .optimized-section .content-wrapper h3 {
        font-size: 25px
    }
}

.optimized-section .content-wrapper p {
    color: #fff
}

@media only screen and (max-width:767px) {
    .optimized-section .content-wrapper p {
        font-size: 14px;
        line-height: 24px
    }
}

.optimized-section .content-wrapper .btn {
    background-color: #f5800d;
    box-shadow: none;
    margin-top: 32px;
    padding: 10px 28px;
    box-shadow: 0 5px #c76708
}

.optimized-section .content-wrapper .btn:hover {
    background-color: #f5800d;
    box-shadow: 0 3px #c76708
}

@media only screen and (max-width:991px) {
    .optimized-section .content-wrapper .btn {
        font-size: 18px;
        padding: 8px 25px;
        margin-top: 18px
    }
}

@media only screen and (max-width:767px) {
    .optimized-section .content-wrapper .btn {
        font-size: 15px;
        padding: 5px 22px;
        margin-top: 18px
    }
}

@media only screen and (max-width:479px) {
    .optimized-section .content-wrapper .btn {
        font-size: 12px;
        padding: 5px 22px;
        margin-top: 12px
    }
}

.optimized-section .caption {
    background-color: #30aebf;
    padding: 35px 0 27px 140px
}

@media(min-width:1300px) and (max-width:1500px) {
    .optimized-section .caption {
        padding-left: 50px
    }
}

@media(min-width:992px) and (max-width:1350px) {
    .optimized-section .caption {
        height: 500px;
        padding-left: 20px
    }
}

@media only screen and (max-width:991px) {
    .optimized-section .caption {
        text-align: center;
        padding-left: 0
    }
}

.optimized-section .caption img {
    max-width: 100%
}

.support-section .nav-tabs {
    border: 0;
    background-color: #3575d3
}

.support-section .nav-tabs li {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    float: none;
    display: inline-block;
    border-right: 1px solid #2860b2;
    margin: 0 0 0 -4px
}

@media only screen and (max-width:991px) {
    .support-section .nav-tabs li {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .support-section .nav-tabs li {
        font-size: 18px
    }
}

@media only screen and (max-width:479px) {
    .support-section .nav-tabs li {
        display: block;
        border-bottom: 1px solid #2860b2;
        border-right: 0
    }
}

.support-section .nav-tabs li.active a {
    color: #fff;
    border: 0;
    background-color: #265eaf
}

.support-section .nav-tabs li.active a:hover {
    background-color: #265eaf
}

.support-section .nav-tabs li a {
    border: 0;
    border-radius: 0;
    color: #fff;
    margin: 0;
    padding: 20px 50px
}

.support-section .nav-tabs li a:hover {
    background-color: transparent
}

@media only screen and (max-width:991px) {
    .support-section .nav-tabs li a {
        padding: 20px 30px
    }
}

@media(min-width:600px) and (max-width:767px) {
    .support-section .nav-tabs li a {
        padding: 20px
    }
}

@media(min-width:480px) and (max-width:599px) {
    .support-section .nav-tabs li a {
        padding: 15px 10px
    }
}

@media only screen and (max-width:479px) {
    .support-section .nav-tabs li a {
        padding: 10px 30px
    }
}

.support-section .nav-tabs li .caption {
    display: block
}

.support-section .tab-content {
    margin-bottom: 120px
}

@media only screen and (max-width:991px) {
    .support-section .tab-content {
        margin-bottom: 100px
    }
}

@media only screen and (max-width:991px) {
    .support-section .tab-content {
        margin-bottom: 70px
    }
}

.support-section .tab-content .faq-wrapper .small-text {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #f5800d;
    letter-spacing: .8px
}

.support-section .tab-content .faq-wrapper h3 {
    font-size: 42px;
    font-weight: 800;
    line-height: 48px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 11px;
    letter-spacing: .8px
}

@media(min-width:992px) and (max-width:1199px) {
    .support-section .tab-content .faq-wrapper h3 {
        font-size: 38px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .support-section .tab-content .faq-wrapper h3 {
        font-size: 30px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width:767px) {
    .support-section .tab-content .faq-wrapper h3 {
        font-size: 25px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width:479px) {
    .support-section .tab-content .faq-wrapper h3 {
        font-size: 23px;
        line-height: 30px
    }
}

.support-section .tab-content .faq-wrapper #promote-accordion {
    margin: 70px 0 0
}

@media only screen and (max-width:767px) {
    .support-section .tab-content .faq-wrapper #promote-accordion {
        margin: 30px 0 0
    }
}

.support-section .tab-content .faq-wrapper #promote-accordion .panel-default {
    border: 0;
    margin-top: 3px
}

.support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-heading {
    position: relative;
    font-size: 18px;
    background-color: #2b5899;
    border: 0;
    border-radius: 8px;
    padding: 0
}

@media only screen and (max-width:479px) {
    .support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-heading {
        line-height: 25px
    }
}

.support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-heading a {
    font-size: 20px;
    font-weight: 600;
    display: block;
    color: #fefefe;
    background-color: #3575d3;
    border-radius: 8px;
    padding: 15px 20px
}

.support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-heading a.collapsed {
    color: #3575d3;
    background-color: #fff;
    box-shadow: 0 0 10px #d0d0d0;
    margin-bottom: 12px
}

@media only screen and (max-width:479px) {
    .support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-heading a {
        font-size: 16px
    }
}

@media only screen and (max-width:350px) {
    .support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-heading a {
        padding-right: 60px
    }
}

.support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body {
    border: 0;
    padding: 24px 40px 30px
}

@media only screen and (max-width:479px) {
    .support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body {
        padding: 15px
    }
}

.support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0
}

@media only screen and (max-width:479px) {
    .support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body p {
        font-size: 14px
    }
}

.support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body ul li {
    font-size: 16px;
    color: #666
}

.support-section .tab-content .faq-wrapper #promote-accordion .panel-default .panel-collapse .panel-body ul li i {
    font-size: 16px;
    color: #2b5899
}

.support-section .tab-content .account-section {
    padding: 50px 0 0
}

.support-section .tab-content .account-section .account-wrapper {
    background: transparent;
    box-shadow: none;
    padding-bottom: 0
}

.support-section .tab-content .account-section .account-wrapper .form-section .support-form .form-group label,
.support-section .tab-content .account-section .account-wrapper .form-section .support-form .form-group .text {
    color: #565656
}

.support-section .tab-content .account-section .account-wrapper .form-section .support-form .form-group .btn {
    margin-bottom: 0
}

.support-section .tab-content .account-section .account-wrapper .form-section .support-form .form-group {
    margin-bottom: 20px
}

.support-section .tab-content .domain-list-section {
    padding: 50px 0 0
}

.support-section .tab-content .support-content {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    color: #000;
    margin-top: 70px
}

.support-section .tab-content .support-content hr {
    width: 72%;
    border-bottom: 10px solid #f5800d;
    margin: 21px 0 45px
}

.support-section .tab-content .support-content .number {
    letter-spacing: -.9px
}

@media only screen and (max-width:767px) {
    .support-section .tab-content .support-content {
        font-size: 30px;
        line-height: 35px;
        display: block;
        text-align: center
    }

    .support-section .tab-content .support-content hr {
        width: 100%
    }
}

.support-section .tab-content .support-caption {
    margin-top: 65px
}

@media only screen and (max-width:767px) {
    .support-section .tab-content .support-caption {
        float: none !important;
        text-align: center
    }
}

.support-section .tab-content .chat-content .left-bar {
    margin: 70px 0 45px
}

.support-section .tab-content .chat-content .left-bar p {
    margin-left: 15px
}

@media only screen and (max-width:550px) {
    .support-section .tab-content .chat-content .left-bar img {
        float: none !important;
        display: block;
        padding-bottom: 20px;
        margin: 0 auto
    }

    .support-section .tab-content .chat-content .left-bar p {
        text-align: center;
        display: block;
        margin-left: 0
    }
}

.support-section .tab-content .chat-content .right-bar {
    margin-bottom: 58px
}

.support-section .tab-content .chat-content .right-bar p {
    margin-right: 15px;
    background-color: #f3f3f3;
    border: 0
}

@media only screen and (max-width:550px) {
    .support-section .tab-content .chat-content .right-bar img {
        float: none !important;
        display: block;
        padding-bottom: 20px;
        margin: 0 auto
    }

    .support-section .tab-content .chat-content .right-bar p {
        text-align: center;
        display: block;
        margin-right: 0
    }
}

.support-section .tab-content .chat-content p {
    font-size: 16px;
    line-height: 24px;
    color: #626a6f;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    display: inline-block;
    padding: 22px
}

.support-section .tab-content .chat-content .form-control {
    color: #313131;
    border-color: #e6e6e6;
    padding: 57px 15px
}

.support-section .tab-content .chat-content .form-control:focus {
    border-color: #e6e6e6
}

.find-support-section h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
    color: #1b232f;
    margin-bottom: 32px
}

@media only screen and (max-width:991px) {
    .find-support-section h2 {
        font-size: 35px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:991px) {
    .find-support-section h2 {
        font-size: 30px;
        margin-bottom: 10px
    }
}

.find-support-section p {
    font-size: 18px;
    line-height: 30px;
    color: #616d80
}

@media only screen and (max-width:767px) {
    .find-support-section p {
        font-size: 16px;
        line-height: 27px
    }
}

.find-support-section .search-bar .subscribeForm .subscribeSearchBar {
    padding: 8px 15px 12px;
    width: 50%;
    border: 2px solid #3575d3;
    border-radius: 5px;
    margin-top: 45px
}

@media only screen and (max-width:991px) {
    .find-support-section .search-bar .subscribeForm .subscribeSearchBar {
        margin-top: 30px
    }
}

@media only screen and (max-width:767px) {
    .find-support-section .search-bar .subscribeForm .subscribeSearchBar {
        margin-top: 20px
    }
}

@media only screen and (max-width:479px) {
    .find-support-section .search-bar .subscribeForm .subscribeSearchBar {
        width: 100%;
        padding: 6px 15px 10px;
        display: block;
        margin-bottom: 5px
    }
}

.find-support-section .search-bar .subscribeForm .subscribeBtn {
    font-weight: 500;
    background-color: #f5800d;
    box-shadow: 0 5px #c76708
}

.find-support-section .search-bar .subscribeForm .subscribeBtn:hover {
    background-color: #f5800d;
    box-shadow: 0 3px #c76708
}

@media only screen and (max-width:479px) {
    .find-support-section .search-bar .subscribeForm .subscribeBtn {
        padding: 4px 22px
    }
}

.map-section {
    padding-bottom: 120px
}

@media only screen and (max-width:767px) {
    .map-section {
        padding-bottom: 100px
    }
}

@media only screen and (max-width:479px) {
    .map-section {
        padding-bottom: 70px
    }
}

.map-section #googleMap {
    width: 100%;
    height: 760px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .4)
}

@media only screen and (max-width:991px) {
    .map-section #googleMap {
        height: 550px
    }
}

@media only screen and (max-width:767px) {
    .map-section #googleMap {
        height: 480px
    }
}

@media only screen and (max-width:479px) {
    .map-section #googleMap {
        height: 400px
    }
}

.map-section #googleMap-Two {
    width: 100%;
    height: 760px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .4);
    margin-top: 50px
}

@media only screen and (max-width:991px) {
    .map-section #googleMap-Two {
        height: 550px
    }
}

@media only screen and (max-width:767px) {
    .map-section #googleMap-Two {
        height: 480px
    }
}

@media only screen and (max-width:479px) {
    .map-section #googleMap-Two {
        height: 400px
    }
}

.map-section .form-section {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .21);
    margin-top: -30%;
    padding-top: 75px
}

.map-section .form-section .support-form {
    margin-top: 55px
}

@media only screen and (max-width:991px) {
    .map-section .form-section .support-form {
        padding: 0 50px;
        margin-top: 30px
    }
}

@media only screen and (max-width:767px) {
    .map-section .form-section .support-form {
        padding: 0 30px
    }
}

@media only screen and (max-width:479px) {
    .map-section .form-section .support-form {
        padding: 0 20px
    }
}

.map-section .form-section .support-form .form-group {
    margin-bottom: 38px
}

@media only screen and (max-width:991px) {
    .map-section .form-section .support-form .form-group {
        margin-bottom: 15px
    }
}

.map-section .form-section .support-form .form-group label {
    font-size: 20px;
    line-height: 45px;
    color: #fff
}

@media only screen and (max-width:767px) {
    .map-section .form-section .support-form .form-group label {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 0
    }
}

.map-section .form-section .support-form .form-group input.form-control {
    padding: 25px 12px
}

@media only screen and (max-width:767px) {
    .map-section .form-section .support-form .form-group input.form-control {
        padding: 18px 12px;
        font-size: 15px
    }
}

.map-section .form-section .support-form .form-group .text {
    font-size: 16px;
    color: #fff
}

@media only screen and (max-width:767px) {
    .map-section .form-section .support-form .form-group .text {
        font-size: 14px
    }
}

.map-section .form-section .support-form .form-group .form-control {
    font-size: 16px;
    font-weight: 300;
    color: #a6aaad;
    border: 0;
    border-radius: 0;
    background-color: #e3e6eb;
    box-shadow: none
}

.map-section .form-section .support-form .form-group .form-control:focus {
    border-color: #c3c3c3
}

.map-section .form-section .support-form .form-group .btn {
    font-weight: 700;
    padding: 12px 65px;
    margin: 18px 0 60px;
    background-color: #f5800d;
    box-shadow: 0 5px #c76708
}

.map-section .form-section .support-form .form-group .btn:hover {
    box-shadow: 0 3px #c76708
}

@media only screen and (max-width:991px) {
    .map-section .form-section .support-form .form-group .btn {
        font-size: 18px;
        padding: 10px 30px
    }
}

@media only screen and (max-width:767px) {
    .map-section .form-section .support-form .form-group .btn {
        font-size: 16px;
        font-weight: 400;
        padding: 8px 25px;
        margin: 30px 0 40px
    }
}

@media only screen and (max-width:479px) {
    .map-section .form-section .support-form .form-group .btn {
        font-size: 14px;
        padding: 6px 20px;
        margin: 20px 0 10px
    }
}

.data-center-section .data-center-carousel {
    margin-top: 40px
}

@media only screen and (max-width:767px) {
    .data-center-section .data-center-carousel {
        margin-top: 25px
    }
}

.data-center-section .data-center-carousel .center-wrapper {
    border: 3px solid #3575d3;
    border-radius: 8px;
    display: inline-block;
    padding: 50px 25px 60px
}

@media only screen and (max-width:767px) {
    .data-center-section .data-center-carousel .center-wrapper {
        padding: 40px 25px
    }
}

.data-center-section .data-center-carousel .center-wrapper .caption img {
    width: auto;
    margin: 0 auto
}

.data-center-section .data-center-carousel .center-wrapper h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    color: #3575d3;
    margin-top: 30px
}

@media only screen and (max-width:767px) {
    .data-center-section .data-center-carousel .center-wrapper h3 {
        font-size: 25px;
        line-height: 35px;
        margin: 20px 0 10px
    }
}

.data-center-section .data-center-carousel .center-wrapper p {
    color: #616d80;
    margin-bottom: 25px
}

.data-center-section .data-center-carousel .center-wrapper .link {
    font-size: 18px;
    font-weight: 500;
    color: #3575d3
}

.data-center-section .data-center-carousel .center-wrapper .link:hover {
    color: #f5800d
}

.data-center-section .data-center-carousel .owl-dots {
    margin-top: 60px !important
}

@media only screen and (max-width:767px) {
    .data-center-section .data-center-carousel .owl-dots {
        margin-top: 40px !important
    }
}

.data-center-section .data-center-carousel .owl-dots .owl-dot.active span {
    width: 50px;
    height: 10px;
    background-color: #f5800d;
    margin-bottom: 7px
}

.data-center-section .data-center-carousel .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    background-color: #3575d3
}

.contact-section .section-title {
    margin-bottom: 75px
}

@media only screen and (max-width:991px) {
    .contact-section .section-title {
        margin-bottom: 50px
    }
}

@media only screen and (max-width:479px) {
    .contact-section .section-title {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:767px) {
    .contact-section .contact-wrapper {
        margin-bottom: 30px
    }
}

.contact-section .contact-wrapper h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    color: #1b232f;
    margin: 20px 0 25px
}

@media only screen and (max-width:991px) {
    .contact-section .contact-wrapper h4 {
        font-size: 25px;
        line-height: 35px;
        margin: 15px 0 10px
    }
}

.contact-section .contact-wrapper .contact {
    font-size: 18px;
    line-height: 30px;
    color: #5a6778
}

@media only screen and (max-width:991px) {
    .contact-section .contact-wrapper .contact {
        font-size: 16px;
        line-height: 27px
    }
}

.offer-section {
    margin-top: -85px
}

.offer-section .offer-carousel .carousel-wrapper {
    display: inline-block;
    background-color: #fff;
    border: 3px solid #3575d3;
    border-radius: 15px;
    padding: 45px 25px
}

.offer-section .offer-carousel .carousel-wrapper .caption img {
    width: auto;
    margin: 0 auto
}

.offer-section .offer-carousel .carousel-wrapper p {
    color: #616d80;
    margin-bottom: 30px
}

.offer-section .offer-carousel .carousel-wrapper .price {
    font-family: dosis, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 27px;
    color: #f5800d
}

.offer-section .offer-carousel .carousel-wrapper .price small {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    color: #616d80
}

.offer-section .offer-carousel .owl-dots {
    margin-top: 40px !important
}

@media only screen and (max-width:767px) {
    .offer-section .offer-carousel .owl-dots {
        margin-top: 20px
    }
}

.offer-section .offer-carousel .owl-dots .owl-dot.active span {
    background-color: #3575d3
}

.offer-section .offer-carousel .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    background-color: #d4d8e0
}

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

.domain-list-section .list-container .table-bordered {
    margin-bottom: 0;
    border: 0
}

.domain-list-section .list-container .table-bordered thead tr {
    background-color: #3575d3
}

.domain-list-section .list-container .table-bordered thead tr th {
    font-family: dosis, sans-serif;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border: 0;
    border-right: 1px solid #fff;
    padding: 12px 0
}

.domain-list-section .list-container .table-bordered thead tr th:last-child {
    border-right: 0
}

@media only screen and (max-width:767px) {
    .domain-list-section .list-container .table-bordered thead tr th {
        font-size: 14px;
        font-weight: 400;
        padding: 8px 5px
    }
}

.domain-list-section .list-container .table-bordered tbody tr:nth-child(1),
.domain-list-section .list-container .table-bordered tbody tr:nth-child(3),
.domain-list-section .list-container .table-bordered tbody tr:nth-child(5),
.domain-list-section .list-container .table-bordered tbody tr:nth-child(7),
.domain-list-section .list-container .table-bordered tbody tr:nth-child(9),
.domain-list-section .list-container .table-bordered tbody tr:nth-child(11),
.domain-list-section .list-container .table-bordered tbody tr:nth-child(13) {
    background-color: #f9f9f9
}

.domain-list-section .list-container .table-bordered tbody tr td {
    font-weight: 500;
    color: #251017;
    border: 0;
    padding: 12px 0
}

.domain-list-section .list-container .table-bordered tbody tr td:first-child {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #251017;
    padding-left: 25px
}

.domain-list-section .list-container .table-bordered tbody tr td:first-child .feature {
    position: relative;
    font-size: 13px;
    color: #fff;
    padding: 2px 5px;
    margin-left: 10px
}

.domain-list-section .list-container .table-bordered tbody tr td:first-child .feature::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    width: 5px;
    height: 10px;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.domain-list-section .list-container .table-bordered tbody tr td:first-child .feature.red {
    background-color: #f6744d
}

.domain-list-section .list-container .table-bordered tbody tr td:first-child .feature.red::before {
    border-right: 5px solid #f6744d
}

.domain-list-section .list-container .table-bordered tbody tr td:first-child .feature.green {
    background-color: #65b84d
}

.domain-list-section .list-container .table-bordered tbody tr td:first-child .feature.green::before {
    border-right: 5px solid #65b84d
}

.domain-list-section .list-container .table-bordered tbody tr td:first-child .feature.yellow {
    background-color: #edae37
}

.domain-list-section .list-container .table-bordered tbody tr td:first-child .feature.yellow::before {
    border-right: 5px solid #edae37
}

.domain-list-section .list-container .table-bordered tbody tr td .link-color {
    color: #f6744d
}

.news-section .news-left-bar {
    margin-right: 25px
}

@media only screen and (max-width:991px) {
    .news-section .news-left-bar {
        margin-right: 0;
        margin-bottom: 100px
    }
}

@media only screen and (max-width:767px) {
    .news-section .news-left-bar {
        margin-bottom: 50px
    }
}

.news-section .news-left-bar .news-wrapper {
    background-color: #fff;
    margin-bottom: 50px
}

@media only screen and (max-width:991px) {
    .news-section .news-left-bar .news-wrapper {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .news-section .news-left-bar .news-wrapper {
        margin-bottom: 10px
    }
}

.news-section .news-left-bar .news-wrapper img {
    width: 100%
}

.news-section .news-left-bar .news-wrapper .wrapper-content {
    padding: 32px 32px 26px
}

@media only screen and (max-width:767px) {
    .news-section .news-left-bar .news-wrapper .wrapper-content {
        padding: 32px 0 26px
    }
}

@media only screen and (max-width:479px) {
    .news-section .news-left-bar .news-wrapper .wrapper-content {
        padding: 25px 0
    }
}

.news-section .news-left-bar .news-wrapper .wrapper-content .title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #f5800d;
    padding: 4px 8px
}

@media only screen and (max-width:767px) {
    .news-section .news-left-bar .news-wrapper .wrapper-content .title {
        font-size: 12px
    }
}

.news-section .news-left-bar .news-wrapper .wrapper-content h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    color: #111;
    margin: 10px 0 7px
}

@media only screen and (max-width:767px) {
    .news-section .news-left-bar .news-wrapper .wrapper-content h3 {
        font-size: 20px;
        line-height: 25px
    }
}

.news-section .news-left-bar .news-wrapper .wrapper-content .post {
    font-size: 14px;
    line-height: 27px;
    text-transform: uppercase;
    color: #999
}

.news-section .news-left-bar .news-wrapper .wrapper-content p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    padding-top: 10px
}

@media only screen and (max-width:479px) {
    .news-section .news-left-bar .news-wrapper .wrapper-content p {
        font-size: 14px
    }
}

.news-section .news-left-bar .news-wrapper .wrapper-content .link {
    font-size: 16px
}

.news-section .news-left-bar .news-wrapper .wrapper-content .link a {
    color: #666
}

.news-section .news-left-bar .news-wrapper .wrapper-content .link a:hover {
    color: #f5800d
}

.news-section .news-left-bar .news-wrapper .wrapper-content .link a i {
    margin-left: 5px;
    vertical-align: middle
}

@media only screen and (max-width:767px) {
    .news-section .news-left-bar .pagination {
        margin: 0
    }
}

@media(max-width:991px) {
    .news-section .news-right-bar {
        margin: 0 !important
    }
}

.news-section .news-right-bar .widget-search .form-control {
    color: #999;
    height: 40px;
    border: 1px solid #c8c8c8;
    background: transparent
}

.news-section .news-right-bar .widget-category,
.news-section .news-right-bar .widget-archive {
    margin: 50px 0
}

@media only screen and (max-width:767px) {

    .news-section .news-right-bar .widget-category,
    .news-section .news-right-bar .widget-archive {
        margin: 30px 0
    }
}

.news-section .news-right-bar .widget-category h4,
.news-section .news-right-bar .widget-archive h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000
}

@media only screen and (max-width:767px) {

    .news-section .news-right-bar .widget-category h4,
    .news-section .news-right-bar .widget-archive h4 {
        font-size: 20px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:479px) {

    .news-section .news-right-bar .widget-category h4,
    .news-section .news-right-bar .widget-archive h4 {
        margin: 0 0 10px
    }
}

.news-section .news-right-bar .widget-category ul li,
.news-section .news-right-bar .widget-archive ul li {
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    border-bottom: 1px solid rgba(199, 197, 197, .38);
    padding: 5px 0
}

@media only screen and (max-width:479px) {

    .news-section .news-right-bar .widget-category ul li,
    .news-section .news-right-bar .widget-archive ul li {
        font-size: 14px;
        line-height: 30px
    }
}

.news-section .news-right-bar .widget-category ul li:last-child,
.news-section .news-right-bar .widget-archive ul li:last-child {
    border-bottom: 0
}

.news-section .news-right-bar .widget-category ul li a,
.news-section .news-right-bar .widget-archive ul li a {
    color: #31363b
}

.news-section .news-right-bar .widget-category ul li a:hover,
.news-section .news-right-bar .widget-archive ul li a:hover {
    color: #f5800d
}

.news-section .news-right-bar .widget-post {
    margin-bottom: 75px
}

@media only screen and (max-width:991px) {
    .news-section .news-right-bar .widget-post {
        margin-bottom: 80px
    }
}

@media only screen and (max-width:767px) {
    .news-section .news-right-bar .widget-post {
        margin-bottom: 55px
    }
}

.news-section .news-right-bar .widget-post h4 {
    font-family: dosis, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 35px
}

@media only screen and (max-width:767px) {
    .news-section .news-right-bar .widget-post h4 {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.news-section .news-right-bar .widget-post ul li {
    margin-bottom: 25px
}

@media only screen and (max-width:991px) {
    .news-section .news-right-bar .widget-post ul li {
        margin-bottom: 50px
    }
}

.news-section .news-right-bar .widget-post ul li .thumb {
    margin-right: 20px
}

.news-section .news-right-bar .widget-post ul li .thumb img {
    width: 70px;
    height: 100px
}

.news-section .news-right-bar .widget-post ul li .post-desk {
    padding: 8px 0
}

.news-section .news-right-bar .widget-post ul li .post-desk h5 {
    font-family: dosis, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0
}

.news-section .news-right-bar .widget-post ul li .post-desk h5 a {
    color: #000
}

.news-section .news-right-bar .widget-post ul li .post-desk h5 a:hover {
    color: #f5800d
}

.news-section .news-right-bar .widget-post ul li .post-desk .date {
    font-size: 12px;
    font-weight: 700;
    color: #999
}

.news-section .news-right-bar .widget-tag h4 {
    font-family: dosis, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 35px
}

@media only screen and (max-width:767px) {
    .news-section .news-right-bar .widget-tag h4 {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.news-section .news-right-bar .widget-tag ul li {
    font-family: dosis, sans-serif;
    display: inline-block;
    font-weight: 700;
    line-height: 26px;
    margin-right: 7px
}

.news-section .news-right-bar .widget-tag ul li a {
    color: #555
}

.news-section .news-right-bar .widget-tag ul li a:hover {
    color: #f5800d
}

.news-section .news-right-bar .widget-tag ul li:nth-child(1) a,
.news-section .news-right-bar .widget-tag ul li:nth-child(3) a,
.news-section .news-right-bar .widget-tag ul li:nth-child(5) a,
.news-section .news-right-bar .widget-tag ul li:nth-child(7) a,
.news-section .news-right-bar .widget-tag ul li:nth-child(8) a,
.news-section .news-right-bar .widget-tag ul li:nth-child(9) a,
.news-section .news-right-bar .widget-tag ul li:nth-child(11) a {
    font-size: 14px;
    color: #555
}

.news-section .news-right-bar .widget-tag ul li:nth-child(1) a:hover,
.news-section .news-right-bar .widget-tag ul li:nth-child(3) a:hover,
.news-section .news-right-bar .widget-tag ul li:nth-child(5) a:hover,
.news-section .news-right-bar .widget-tag ul li:nth-child(7) a:hover,
.news-section .news-right-bar .widget-tag ul li:nth-child(8) a:hover,
.news-section .news-right-bar .widget-tag ul li:nth-child(9) a:hover,
.news-section .news-right-bar .widget-tag ul li:nth-child(11) a:hover {
    color: #f5800d
}

.news-section .news-right-bar .widget-tag ul li:nth-child(2) a {
    color: #212121;
    font-size: 24px
}

.news-section .news-right-bar .widget-tag ul li:nth-child(2) a:hover {
    color: #f5800d
}

.news-section .news-right-bar .widget-tag ul li:nth-child(4) a {
    color: #888;
    font-size: 20px
}

.news-section .news-right-bar .widget-tag ul li:nth-child(4) a:hover {
    color: #f5800d
}

.news-section .news-right-bar .widget-tag ul li:nth-child(6) a,
.news-section .news-right-bar .widget-tag ul li:nth-child(13) a {
    color: #555;
    font-size: 18px
}

.news-section .news-right-bar .widget-tag ul li:nth-child(6) a:hover,
.news-section .news-right-bar .widget-tag ul li:nth-child(13) a:hover {
    color: #f5800d
}

.news-section .news-right-bar .widget-tag ul li:nth-child(10) a {
    color: #888;
    font-size: 22px
}

.news-section .news-right-bar .widget-tag ul li:nth-child(10) a:hover {
    color: #f5800d
}

.news-section .news-right-bar .widget-tag ul li:nth-child(12) a {
    color: #212121;
    font-size: 24px
}

.news-section .news-right-bar .widget-tag ul li:nth-child(12) a:hover {
    color: #f5800d
}

.news-section .news-right-bar .widget-photo-gram {
    margin-top: 75px
}

@media only screen and (max-width:767px) {
    .news-section .news-right-bar .widget-photo-gram {
        margin-top: 50px
    }
}

@media only screen and (max-width:479px) {
    .news-section .news-right-bar .widget-photo-gram {
        margin-top: 30px
    }
}

.news-section .news-right-bar .widget-photo-gram h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 35px
}

@media only screen and (max-width:767px) {
    .news-section .news-right-bar .widget-photo-gram h4 {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.news-section .news-right-bar .widget-photo-gram .instagram {
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
    margin: 0 auto
}

.news-section .news-right-bar .widget-photo-gram .instagram .image {
    background-image: 100%;
    background-position: center center;
    width: 73px;
    height: 73px;
    margin: 2px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: 1s
}

.news-section .news-right-bar .widget-photo-gram .instagram .image:hover {
    background-image: 110%
}

.news-section .news-right-bar .widget-photo-gram .instagram .image .caption {
    display: none
}

.news-section .single-news {
    background-color: #f6f6f6
}

@media only screen and (max-width:991px) {
    .news-section .single-news {
        margin-bottom: 100px
    }
}

@media only screen and (max-width:767px) {
    .news-section .single-news {
        margin-bottom: 70px
    }
}

.news-section .single-news .news-wrapper img {
    width: 100%
}

.news-section .single-news .news-wrapper .wrapper-content {
    padding: 32px 32px 50px
}

@media only screen and (max-width:991px) {
    .news-section .single-news .news-wrapper .wrapper-content {
        padding: 32px 32px 20px
    }
}

@media only screen and (max-width:479px) {
    .news-section .single-news .news-wrapper .wrapper-content {
        padding: 32px 15px 10px
    }
}

.news-section .single-news .news-wrapper .wrapper-content .title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #f5800d;
    padding: 4px 8px
}

.news-section .single-news .news-wrapper .wrapper-content h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    color: #111;
    margin: 10px 0 7px
}

@media only screen and (max-width:767px) {
    .news-section .single-news .news-wrapper .wrapper-content h3 {
        font-size: 25px;
        line-height: 30px
    }
}

@media only screen and (max-width:479px) {
    .news-section .single-news .news-wrapper .wrapper-content h3 {
        font-size: 20px;
        line-height: 25px
    }
}

.news-section .single-news .news-wrapper .wrapper-content .post {
    font-size: 14px;
    line-height: 27px;
    text-transform: uppercase;
    color: #999
}

.news-section .single-news .news-wrapper .wrapper-content p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    padding-top: 10px
}

.news-section .single-news .news-wrapper .wrapper-content img {
    margin-top: 10px
}

.news-section .single-news .news-wrapper .wrapper-content h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #212121;
    margin: 30px 0 0
}

.news-section .single-news .news-wrapper .wrapper-content .link {
    font-size: 16px
}

.news-section .single-news .news-wrapper .wrapper-content .link a {
    color: #666
}

.news-section .single-news .news-wrapper .wrapper-content .link a:hover {
    color: #f5800d
}

.news-section .single-news .news-wrapper .wrapper-content .link a i {
    margin-left: 5px;
    vertical-align: middle
}

.news-section .single-news .widget {
    margin: 25px 32px 17px 40px
}

.news-section .single-news .widget .widget-tag {
    display: inline-block
}

.news-section .single-news .widget .widget-tag h5 {
    font-family: dosis, sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 25px;
    letter-spacing: 1px;
    color: #000;
    display: inline-block;
    margin-right: 32px;
    vertical-align: top
}

.news-section .single-news .widget .widget-tag ul {
    display: inline-block
}

.news-section .single-news .widget .widget-tag ul li {
    font-family: dosis, sans-serif;
    padding: 0;
    margin-right: 6px;
    margin-bottom: 13px
}

@media(max-width:767px) {
    .news-section .single-news .widget .widget-tag ul li {
        margin-bottom: 10px
    }
}

.news-section .single-news .widget .widget-tag ul li:last-child {
    margin-right: 0
}

.news-section .single-news .widget .widget-tag ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    background: #fff;
    padding: 6px 15px
}

.news-section .single-news .widget .widget-tag ul li a:hover {
    color: #fff;
    background: #f5800d
}

@media(max-width:1199px) {
    .news-section .single-news .widget .widget-social {
        float: none !important
    }
}

.news-section .single-news .widget .widget-social ul li {
    font-family: dosis, sans-serif;
    padding: 0;
    margin-right: 6px
}

@media(max-width:767px) {
    .news-section .single-news .widget .widget-social ul li {
        margin-bottom: 15px
    }
}

.news-section .single-news .widget .widget-social ul li:last-child {
    margin-right: 0
}

.news-section .single-news .widget .widget-social ul li a {
    font-size: 16.5px;
    font-weight: 500;
    color: #fff;
    padding: 8px 20px
}

.news-section .single-news .widget .widget-social ul li a:hover {
    color: #f5800d
}

.news-section .single-news .widget .widget-social ul li a i {
    font-size: 14px;
    padding-right: 5px
}

@media(max-width:767px) {
    .news-section .single-news .widget .widget-social ul li a {
        font-size: 12px
    }
}

.news-section .single-news .section-bottom {
    background-color: #f6f6f6
}

@media(max-width:767px) {
    .news-section .single-news .section-bottom .comments-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.news-section .single-news .section-bottom .comments-wrapper h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
    color: #000;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 65px
}

@media only screen and (max-width:767px) {
    .news-section .single-news .section-bottom .comments-wrapper h3 {
        padding-top: 20px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:479px) {
    .news-section .single-news .section-bottom .comments-wrapper h3 {
        margin-bottom: 40px
    }
}

.news-section .single-news .section-bottom .comments-wrapper .comment-respond .first-comment {
    margin: 0 40px 0 45px
}

@media only screen and (max-width:479px) {
    .news-section .single-news .section-bottom .comments-wrapper .comment-respond .first-comment {
        margin: 0 15px
    }

    .news-section .single-news .section-bottom .comments-wrapper .comment-respond .first-comment .pull-left {
        float: none !important
    }
}

.news-section .single-news .section-bottom .comments-wrapper .comment-respond .sub-comment {
    background: #e9e8e8;
    padding: 30px;
    margin: 25px 0 80px 102px
}

@media(max-width:767px) {
    .news-section .single-news .section-bottom .comments-wrapper .comment-respond .sub-comment {
        margin-left: 0;
        margin-bottom: 40px
    }
}

@media only screen and (max-width:479px) {
    .news-section .single-news .section-bottom .comments-wrapper .comment-respond .sub-comment {
        padding: 30px 15px
    }

    .news-section .single-news .section-bottom .comments-wrapper .comment-respond .sub-comment .pull-left {
        float: none !important
    }
}

.news-section .single-news .section-bottom .comments-wrapper .comment-respond .comment-avater {
    width: 43px;
    height: 43px;
    margin-right: 2px
}

@media(max-width:767px) {
    .news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body {
        display: block;
        padding-top: 15px;
        width: auto
    }
}

.news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0
}

.news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body h5 a {
    color: #000
}

.news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body .time {
    font-size: 14px;
    line-height: 10px;
    color: #a9a9a9;
    letter-spacing: -1px;
    vertical-align: text-top
}

.news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body p {
    font-size: 14.5px;
    line-height: 23.5px;
    color: #666;
    margin-bottom: 11px;
    margin-top: -3px
}

.news-section .single-news .section-bottom .comments-wrapper .comment-respond .media-body .comment-replay {
    font-family: dosis, sans-serif;
    font-size: 16.5px;
    font-weight: 500;
    line-height: 25px
}

.news-section .single-news .section-bottom .reserve-blog-form {
    padding: 10px 0 5px
}

.news-section .single-news .section-bottom .reserve-blog-form h3 {
    font-size: 21.5px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    text-align: center;
    margin-bottom: 40px
}

.news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form {
    padding: 0 25px
}

@media only screen and (max-width:479px) {
    .news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form {
        padding: 0
    }
}

.news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form .form-horizontal .form-group {
    margin: 0 0 50px
}

@media only screen and (max-width:479px) {
    .news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form .form-horizontal .form-group {
        margin: 0 0 30px
    }
}

.news-section .single-news .section-bottom .reserve-blog-form .blog-contact-form .form-horizontal .form-group .form-control {
    font-size: 15px;
    color: #a7a7a7;
    border: 0;
    border-bottom: 1px solid #dbdbdb;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent
}

.news-section .single-news .section-bottom .reserve-blog-form .subscribeBtn {
    margin-top: 30px;
    padding: 10px 55px;
    background-color: #f5800d;
    box-shadow: 0 5px #c76708
}

.news-section .single-news .section-bottom .reserve-blog-form .subscribeBtn:hover {
    background-color: #f5800d;
    box-shadow: 0 3px #c76708
}

@media only screen and (max-width:767px) {
    .news-section .single-news .section-bottom .reserve-blog-form .subscribeBtn {
        padding: 8px 50px;
        margin-top: 0;
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .news-section .single-news .section-bottom .reserve-blog-form .subscribeBtn {
        padding: 5px 40px;
        font-size: 16px
    }
}

.host-app-footer-section {
    position: relative;
    background: #1b232f;
    color: #fff
}

.host-app-footer-section .footer-container {
    padding: 130px 0 100px
}

@media(min-width:768px) and (max-width:991px) {
    .host-app-footer-section .footer-container {
        padding: 100px 0 30px
    }
}

@media only screen and (max-width:767px) {
    .host-app-footer-section .footer-container {
        padding: 70px 0 30px
    }
}

@media only screen and (max-width:991px) {
    .host-app-footer-section .footer-container .footer-wrapper {
        margin-bottom: 50px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .host-app-footer-section .footer-container .footer-wrapper {
        min-height: 390px
    }

    .host-app-footer-section .footer-container .footer-wrapper.last-wrapper {
        min-height: 235px
    }
}

@media only screen and (max-width:767px) {
    .host-app-footer-section .footer-container .footer-wrapper {
        margin: 0 0 40px
    }
}

.host-app-footer-section .footer-container .footer-wrapper .footer-logo {
    margin-left: -5px
}

@media(min-width:992px) and (max-width:1199px) {
    .host-app-footer-section .footer-container .footer-wrapper .footer-logo img {
        width: 100%
    }
}

@media only screen and (max-width:550px) {
    .host-app-footer-section .footer-container .footer-wrapper .footer-logo img {
        max-width: 100%
    }
}

.host-app-footer-section .footer-container .footer-wrapper p {
    font-size: 18px;
    line-height: 30px;
    word-break: break-all;
    margin: 40px 0
}

@media only screen and (max-width:767px) {
    .host-app-footer-section .footer-container .footer-wrapper p {
        font-size: 16px;
        line-height: 30px;
        margin: 20px 0 30px
    }
}

.host-app-footer-section .footer-container .footer-wrapper .contact-wrapper li {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    letter-spacing: .5px;
    margin-bottom: 27px
}

@media only screen and (max-width:767px) {
    .host-app-footer-section .footer-container .footer-wrapper .contact-wrapper li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px
    }
}

.host-app-footer-section .footer-container .footer-wrapper .contact-wrapper li a {
    color: #fff
}

.host-app-footer-section .footer-container .footer-wrapper .contact-wrapper li a:hover {
    color: #f5800d
}

.host-app-footer-section .footer-container .footer-wrapper .contact-wrapper li span {
    margin-left: 40px;
    display: block
}

@media only screen and (max-width:767px) {
    .host-app-footer-section .footer-container .footer-wrapper .contact-wrapper li span {
        margin-left: 30px
    }
}

.host-app-footer-section .footer-container .footer-wrapper .contact-wrapper li i {
    font-size: 25px;
    float: left;
    margin-top: 5px
}

@media only screen and (max-width:767px) {
    .host-app-footer-section .footer-container .footer-wrapper .contact-wrapper li i {
        font-size: 20px
    }
}

.host-app-footer-section .footer-container .footer-wrapper h3 {
    font-family: dosis, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    margin-bottom: 40px
}

@media only screen and (max-width:991px) {
    .host-app-footer-section .footer-container .footer-wrapper h3 {
        margin-bottom: 35px
    }
}

@media only screen and (max-width:767px) {
    .host-app-footer-section .footer-container .footer-wrapper h3 {
        font-size: 25px;
        margin-bottom: 15px
    }
}

.host-app-footer-section .footer-container .footer-wrapper .menu li a {
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    letter-spacing: .5px
}

.host-app-footer-section .footer-container .footer-wrapper .menu li a:hover {
    color: #f5800d
}

@media only screen and (max-width:767px) {
    .host-app-footer-section .footer-container .footer-wrapper .menu li a {
        font-size: 16px;
        line-height: 25px
    }
}

@media only screen and (max-width:991px) {
    .host-app-footer-section .footer-container .footer-wrapper .menu li a {
        line-height: 35px
    }
}

.host-app-footer-section .copy-right {
    border-top: 1px solid #0b0f14;
    padding: 46px 0
}

@media only screen and (max-width:991px) {
    .host-app-footer-section .copy-right {
        padding: 25px 0
    }
}

@media only screen and (max-width:767px) {
    .host-app-footer-section .copy-right {
        text-align: center
    }
}

.host-app-footer-section .copy-right p {
    font-size: 18px;
    float: left;
    margin: 0
}

@media only screen and (max-width:991px) {
    .host-app-footer-section .copy-right p {
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .host-app-footer-section .copy-right p {
        font-size: 14px;
        float: none
    }
}

.host-app-footer-section .copy-right .social-icon li {
    display: inline-block;
    margin: 0 15px
}

@media only screen and (max-width:991px) {
    .host-app-footer-section .copy-right .social-icon li {
        margin: 0 8px
    }
}

.host-app-footer-section .copy-right .social-icon li:last-child {
    margin-right: 0
}

.host-app-footer-section .copy-right .social-icon li a {
    color: #fff;
    font-size: 24px
}

.host-app-footer-section .copy-right .social-icon li a:hover {
    color: #f5800d
}

.host-app-footer-section .copy-right .social-icon li a i {
    font-size: 28px
}

@media only screen and (max-width:991px) {
    .host-app-footer-section .copy-right .social-icon li a i {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .host-app-footer-section .copy-right .social-icon li a i {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .host-app-footer-section .copy-right .social-icon {
        text-align: center
    }
}

.homePageTwo .host-app-header-section {
    position: relative
}

.homePageTwo .host-app-header-section .navbar {
    background-color: #1b232f
}

.homePageTwo .host-app-header-section .navbar::before {
    display: none
}

.homePageTwo .host-app-header-section .navbar .navbar-collapse .navbar-nav li {
    margin-right: 0;
    padding: 0 18px;
    z-index: 2
}

.homePageTwo .host-app-header-section .navbar .navbar-collapse .navbar-nav li.active {
    background-color: #141b24
}

.homePageTwo .host-app-header-section .navbar .navbar-collapse .navbar-nav li a {
    color: #fff
}

.homePageTwo .host-app-header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li {
    background-color: transparent
}

@media(max-width:1199px) and (min-width:992px) {
    .homePageTwo .host-app-header-section .navbar .navbar-collapse .navbar-nav {
        margin-right: 10px
    }
}

.homePageTwo .host-app-header-section .feature {
    position: absolute;
    width: 100%;
    top: 148px;
    z-index: 99
}

.homePageTwo .host-app-header-section .feature .feature-wrapper {
    background: #3575d3;
    display: flex;
    padding: 9px 0
}

.homePageTwo .host-app-header-section .feature .feature-wrapper li {
    font-size: 17px;
    flex: 1
}

.homePageTwo .host-app-header-section .feature .feature-wrapper li a {
    color: #fff
}

.homePageTwo .host-app-header-section .feature .feature-wrapper li a:hover {
    color: #f5800d
}

.homePageTwo .host-app-header-section .feature .feature-wrapper li .update {
    position: absolute;
    line-height: 10px;
    padding: 3px 10px;
    border-radius: 0 5px 0 5px;
    top: 0;
    margin-left: -10px;
    font-size: 12px;
    color: #fff;
    background-color: #f02525
}

.homePageTwo .host-app-slider-section .large-text {
    font-size: 48px;
    line-height: 55px;
    color: #fff
}

.homePageTwo .host-app-slider-section .small-text {
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    border-bottom: 3px solid #3575d3
}

.homePageTwo .host-app-slider-section .medium-text {
    color: #fff
}

.homePageTwo .host-app-slider-section .medium-text .theme-color {
    color: #fff
}

@media only screen and (max-width:991px) {
    .homePageTwo .host-app-slider-section .medium-text .big-text {
        font-size: 20px
    }
}

.homePageTwo .host-app-slider-section .ex-small-text {
    font-size: 18px;
    color: #fff
}

@media(min-width:992px) and (max-width:1199px) {
    .homePageTwo .host-app-slider-section .link-button .btn-primary {
        font-size: 16px;
        padding: 8px 20px
    }
}

@media only screen and (max-width:991px) {
    .homePageTwo .host-app-slider-section .link-button .btn-primary {
        font-size: 14px;
        padding: 6px 15px
    }
}

.homePageThree .mobile-logo {
    display: none
}

.homePageThree .host-app-header-section {
    position: relative
}

.homePageThree .host-app-header-section .navbar {
    position: relative;
    background-color: #3575d3
}

.homePageThree .host-app-header-section .navbar.sticky {
    position: fixed
}

.homePageThree .host-app-header-section .navbar::before {
    display: none
}

.homePageThree .host-app-header-section .navbar .navbar-collapse .navbar-nav li.active a {
    color: #f5800d
}

.homePageThree .host-app-header-section .navbar .navbar-collapse .navbar-nav li a {
    color: #fff
}

.homePageThree .host-app-slider-section {
    margin-top: 0;
    overflow: hidden
}

.homePageThree .host-app-slider-section .content-box {
    background-color: rgba(255, 255, 255, .9);
    border: 3px solid #3575d3;
    border-radius: 8px;
    padding: 30px 50px 50px;
    width: 550px
}

@media only screen and (max-width:380px) {
    .homePageThree .host-app-slider-section .content-box {
        display: none
    }
}

.homePageThree .host-app-slider-section .content-box p {
    margin-bottom: 50px
}

.homePageThree .host-app-slider-section .content-box .ex-small-text {
    font-size: 16px;
    color: #3575d3
}

.homePageThree .host-app-slider-section .content-box .price {
    display: inline-block
}

@media(min-width:600px) and (max-width:899px) {
    .homePageThree .host-app-slider-section .content-box {
        width: 450px;
        padding: 20px 30px 30px
    }

    .homePageThree .host-app-slider-section .content-box .large-text {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 10px
    }

    .homePageThree .host-app-slider-section .content-box .medium-text {
        font-size: 14px;
        line-height: 20px
    }

    .homePageThree .host-app-slider-section .content-box .medium-text .big-text {
        font-size: 20px
    }

    .homePageThree .host-app-slider-section .content-box p {
        line-height: 20px;
        margin-bottom: 20px
    }

    .homePageThree .host-app-slider-section .content-box .btn-primary {
        font-size: 15px;
        padding: 6px 20px
    }
}

@media only screen and (max-width:599px) {
    .homePageThree .host-app-slider-section .content-box {
        width: 250px;
        padding: 20px 15px 15px;
        margin-left: 20px
    }

    .homePageThree .host-app-slider-section .content-box .large-text {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px
    }

    .homePageThree .host-app-slider-section .content-box .medium-text {
        font-size: 12px;
        line-height: 8px
    }

    .homePageThree .host-app-slider-section .content-box .medium-text .big-text {
        font-size: 15px
    }

    .homePageThree .host-app-slider-section .content-box p {
        line-height: 10px;
        margin-bottom: 15px
    }

    .homePageThree .host-app-slider-section .content-box .btn-primary {
        display: none
    }
}

.homePageThree .host-app-domain-section {
    background: #fff
}

.homePageThree .host-app-domain-section .domain-wrapper {
    margin: 0
}

.homePageThree .host-app-domain-section .domain-wrapper .package {
    margin-bottom: 0
}

.homePageThree .host-app-domain-section .domain-wrapper .package li {
    flex: inherit;
    margin-right: 40px
}

@media(min-width:500px) and (max-width:767px) {
    .homePageThree .host-app-domain-section .domain-wrapper .package li {
        margin-right: 20px
    }
}

@media only screen and (max-width:499px) {
    .homePageThree .host-app-domain-section .domain-wrapper .package li {
        margin-right: 10px
    }
}

.homePageThree .host-app-domain-section .domain-wrapper .subscribeForm .domainSearchBar {
    width: 100%;
    background-color: transparent;
    border: 2px solid #3575d3;
    padding: 19px 40px
}

@media(min-width:992px) and (max-width:1199px) {
    .homePageThree .host-app-domain-section .domain-wrapper .subscribeForm .domainSearchBar {
        padding: 13px 40px
    }
}

@media(min-width:767px) and (max-width:991px) {
    .homePageThree .host-app-domain-section .domain-wrapper .subscribeForm .domainSearchBar {
        width: 65%;
        padding: 13px 40px
    }
}

@media only screen and (max-width:767px) {
    .homePageThree .host-app-domain-section .domain-wrapper .subscribeForm .domainSearchBar {
        width: 55%;
        padding: 8px 15px
    }
}

.homePageThree .host-app-domain-section .domain-wrapper .subscribeForm .option .btn {
    background-color: transparent;
    border: 2px solid #3575d3;
    padding: 19.5px 25px 19px;
    border-left: 0
}

@media(min-width:767px) and (max-width:1199px) {
    .homePageThree .host-app-domain-section .domain-wrapper .subscribeForm .option .btn {
        padding: 13.5px 25px 13px
    }
}

@media only screen and (max-width:767px) {
    .homePageThree .host-app-domain-section .domain-wrapper .subscribeForm .option .btn {
        padding: 6.5px 25px 10px
    }
}

.homePageThree .host-app-domain-section .domain-wrapper .domainSearchBar {
    width: 100%;
    font-size: 18px;
    border: 0;
    padding: 21px 40px;
    color: #67707e;
    background-color: #fff;
    border-radius: 5px 0 0 5px
}

@media(min-width:1200px) and (max-width:1399px) {
    .homePageThree .host-app-domain-section .domain-wrapper .domainSearchBar {
        width: 55%
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .homePageThree .host-app-domain-section .domain-wrapper .domainSearchBar {
        width: 50%;
        padding: 15px 20px
    }
}

@media only screen and (max-width:991px) {
    .homePageThree .host-app-domain-section .domain-wrapper .domainSearchBar {
        padding: 15px 30px
    }
}

@media only screen and (max-width:767px) {
    .homePageThree .host-app-domain-section .domain-wrapper .domainSearchBar {
        width: 50%;
        font-size: 16px;
        padding: 10px 15px
    }
}

@media only screen and (max-width:479px) {
    .homePageThree .host-app-domain-section .domain-wrapper .domainSearchBar {
        width: auto;
        padding: 8px 15px
    }
}

@media only screen and (max-width:360px) {
    .homePageThree .host-app-domain-section .domain-wrapper .domainSearchBar {
        width: 50%
    }
}

.homePageThree .host-app-domain-section .domain-wrapper .option {
    display: inline-block;
    background-color: #bfcadb
}

.homePageThree .host-app-domain-section .domain-wrapper .option .btn {
    font-size: 18px;
    font-weight: 500;
    color: #596777;
    border: 0;
    padding: 21.5px 25px 21px;
    margin: -3px 0 0 -3px;
    border-radius: 0
}

@media(min-width:991px) and (max-width:1199px) {
    .homePageThree .host-app-domain-section .domain-wrapper .option .btn {
        padding: 15px 20px 16px;
        margin: -3px 0 0 -5px
    }
}

@media only screen and (max-width:991px) {
    .homePageThree .host-app-domain-section .domain-wrapper .option .btn {
        padding: 14.5px 25px 16px;
        margin: -3px 0 0 -5px
    }
}

@media only screen and (max-width:767px) {
    .homePageThree .host-app-domain-section .domain-wrapper .option .btn {
        font-size: 16px;
        padding: 8.5px 25px 12px
    }
}

@media only screen and (max-width:479px) {
    .homePageThree .host-app-domain-section .domain-wrapper .option .btn {
        padding: 5.5px 25px 11px;
        border-radius: 0 5px 5px 0
    }
}

.homePageThree .host-app-domain-section .domain-wrapper .subscribeBtn {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #3575d3;
    border-radius: 0 5px 5px 0;
    border: 0;
    padding: 21px 56px;
    margin: 0 0 0 -4px
}

@media(min-width:991px) and (max-width:1199px) {
    .homePageThree .host-app-domain-section .domain-wrapper .subscribeBtn {
        padding: 15px 35px
    }
}

@media only screen and (max-width:991px) {
    .homePageThree .host-app-domain-section .domain-wrapper .subscribeBtn {
        padding: 15px 56px
    }
}

@media only screen and (max-width:767px) {
    .homePageThree .host-app-domain-section .domain-wrapper .subscribeBtn {
        font-size: 16px;
        padding: 10px 30px
    }
}

@media only screen and (max-width:479px) {
    .homePageThree .host-app-domain-section .domain-wrapper .subscribeBtn {
        font-size: 14px;
        padding: 7px 22px;
        display: block;
        margin-top: 5px;
        border-radius: 5px
    }
}

.host-app-service-section .service-wrapper .nav-tabs {
    display: inline-block;
    margin: 22px 0
}

@media only screen and (max-width:991px) {
    .host-app-service-section .service-wrapper .nav-tabs {
        display: flex
    }
}

@media only screen and (max-width:479px) {
    .host-app-service-section .service-wrapper .nav-tabs {
        display: inherit
    }
}

.host-app-service-section .service-wrapper .nav-tabs li {
    overflow: visible;
    margin: 0 0 20px
}

.host-app-service-section .service-wrapper .nav-tabs li:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:991px) {
    .host-app-service-section .service-wrapper .nav-tabs li:last-child {
        margin: 0 0 20px
    }
}

@media only screen and (max-width:479px) {
    .host-app-service-section .service-wrapper .nav-tabs li:last-child {
        margin: 0 0 5px
    }
}

.host-app-service-section .service-wrapper .nav-tabs li i {
    margin-right: 5px
}

.host-app-service-section .service-wrapper .nav-tabs li .feature {
    position: absolute;
    top: -8px;
    right: 15px;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    background-color: #f6461d;
    padding: 2px 8px;
    border-radius: 5px 0 5px 0
}

@media only screen and (max-width:767px) {
    .host-app-service-section .service-wrapper .nav-tabs li .feature {
        font-size: 10px;
        top: -14px
    }
}

@media only screen and (max-width:479px) {
    .host-app-service-section .service-wrapper .nav-tabs li .feature {
        display: none
    }
}

@media only screen and (max-width:991px) {
    .host-app-service-section .service-wrapper .nav-tabs li {
        font-size: 17px;
        flex: 1;
        padding: 8px 15px;
        margin-right: 8px
    }
}

@media only screen and (max-width:767px) {
    .host-app-service-section .service-wrapper .nav-tabs li {
        font-size: 14px;
        padding: 6px 10px;
        margin-right: 5px;
        text-align: center
    }

    .host-app-service-section .service-wrapper .nav-tabs li i {
        display: none
    }
}

@media only screen and (max-width:479px) {
    .host-app-service-section .service-wrapper .nav-tabs li {
        display: inline-block;
        margin-bottom: 5px
    }
}

.host-app-service-section .service-wrapper .tab-content .tab-pane .service-content {
    margin-top: 0;
    padding: 50px 50px 40px
}

@media only screen and (max-width:479px) {
    .host-app-service-section .service-wrapper .tab-content .tab-pane .service-content {
        padding: 15px
    }
}

.share-host-page .host-app-priceing-section {
    padding-top: 120px
}

@media only screen and (max-width:991px) {
    .share-host-page .host-app-priceing-section {
        padding-top: 100px
    }
}

@media only screen and (max-width:767px) {
    .share-host-page .host-app-priceing-section {
        padding-top: 70px
    }
}

.testimonial-page .testimonial-section {
    padding-top: 0
}

@media only screen and (max-width:991px) {
    .single-news-page .news-section .single-news {
        margin-bottom: 0
    }
}

.support-box #open-box-two {
    position: fixed;
    right: 20px;
    bottom: 10px;
    background: #3575d3;
    padding: 6px 22px 0;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    z-index: 99
}

@media only screen and (max-width:767px) {
    .support-box #open-box-two {
        font-size: 11px;
        padding: 4px 18px 0
    }
}

.support-box #open-box-two.btn {
    box-shadow: 0 5px #3575d3
}

.support-box #open-box-two.btn:hover,
.support-box #open-box-two.btn:focus {
    top: auto
}

.support-box .mail-box {
    position: fixed;
    right: 20px;
    bottom: 10px;
    width: 300px;
    height: 400px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .8s;
    transform: scale(.1)
}

@media only screen and (max-width:350px) {
    .support-box .mail-box {
        width: 200px
    }
}

.support-box .mail-box.active {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
    transform: scale(1)
}

.support-box .mail-box h4 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #3575d3;
    border-radius: 8px 8px 0 0;
    padding: 8px 0;
    margin: -1px -1px 0;
    cursor: pointer
}

.support-box .mail-box h4 i {
    margin-right: 15px
}

.support-box .mail-box .chat-form {
    padding: 15px
}

.support-box .mail-box .chat-form .form-group {
    margin: 0 0 5px
}

.support-box .mail-box .chat-form .form-group label {
    color: #0d1d36
}

.support-box .mail-box .chat-form .form-group .chatSearchBar {
    width: 100%;
    padding: 0 10px
}

.support-box .mail-box .chat-form .form-group .subscribeBtn {
    font-size: 14px;
    margin-top: 15px;
    border-radius: 8px;
    padding: 4px 12px;
    color: #fff
}

#app-host-preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000
}

#app-host-preloader .app-host-preloader-inner {
    width: 40px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px
}

#app-host-preloader .app-host-preloader-inner span {
    background-color: #3575d3;
    width: 12px;
    height: 12px;
    float: left;
    margin: 2px 2px 2px 0;
    border-radius: 50%
}

#app-host-preloader .app-host-preloader-inner>span:nth-child(3n+3) {
    margin-right: 0
}

#app-host-preloader .app-host-preloader-inner span {
    animation: perloader-pulse .4s infinite alternate
}

#app-host-preloader .app-host-preloader-inner>span:first-child {
    animation-delay: .1s
}

#app-host-preloader .app-host-preloader-inner>span:nth-child(2) {
    background-color: #3575d3;
    animation-delay: .2s
}

#app-host-preloader .app-host-preloader-inner>span:nth-child(3) {
    animation-delay: .3s
}

#app-host-preloader .app-host-preloader-inner>span:nth-child(4) {
    background-color: #3575d3;
    animation-delay: .4s
}

#app-host-preloader .app-host-preloader-inner>span:nth-child(5) {
    animation-delay: .5s
}

#app-host-preloader .app-host-preloader-inner>span:nth-child(6) {
    background-color: #3575d3;
    animation-delay: .6s
}

#app-host-preloader .app-host-preloader-inner>span:nth-child(7) {
    animation-delay: .1s
}

#app-host-preloader .app-host-preloader-inner>span:nth-child(8) {
    background-color: #3575d3;
    animation-delay: .2s
}

#app-host-preloader .app-host-preloader-inner>span:nth-child(9) {
    animation-delay: .3s
}

@media only screen and (max-width:1024px) {
    .host-app-subscribe-section .caption {
        left: -145px
    }

    .host-app-process-section {
        overflow: hidden
    }

    .homePageThree .host-app-service-section .service-wrapper .nav-tabs {
        margin: 0
    }

    .homePageThree .host-app-service-section .service-wrapper .nav-tabs li {
        margin: 10px 0;
        padding: 0
    }
}

@media only screen and (max-width:991px) {

    .app-host .host-app-header-section .navbar .navbar-collapse,
    .app-host .host-app-header-section .top-bar {
        display: none
    }

    .menu-toggle {
        top: 20px;
        display: block !important
    }

    .menu-toggle.sticky {
        top: 11px
    }

    .host-app-header-section .navbar {
        top: 0;
        position: fixed
    }

    .host-app-header-section .navbar::before {
        width: 250px
    }

    .homePageTwo .host-app-header-section .feature {
        display: none
    }

    .host-app-header-section {
        width: 100%
    }

    .host-app-searching-section .caption .caption-two,
    .host-app-searching-section .caption .caption-one,
    .host-app-subscribe-section .caption {
        display: none
    }

    .host-app-footer-section .copy-right .social-icon {
        text-align: center !important
    }

    .service-wrapper {
        overflow: hidden
    }
}

@media only screen and (max-width:480px) {
    .host-app-header-section .navbar .navbar-header .navbar-brand img {
        width: 150px
    }

    .host-app-header-section .navbar::before {
        width: 180px;
        height: 75px
    }

    .host-app-slider-section {
        margin-top: 50px
    }

    .host-app-slider-section .link-button .btn-primary {
        font-size: 15px;
        padding: 5px 15px;
        margin-top: 20px
    }

    .host-app-subscribe-section .subscribe-wrapper .subscribeSearchBar {
        width: 100%
    }

    .host-app-subscribe-section .subscribe-wrapper {
        margin-right: 0
    }

    .homePageTwo .host-app-slider-section {
        margin-top: 35px
    }

    .homePageTwo .host-app-slider-section .link-button .btn-primary {
        display: none
    }

    .host-app-searching-section .searching-wrapper .search-bar .subscribeForm .dropdown-option select,
    .host-app-domain-section .domain-wrapper .domain-bar .subscribeForm .domain-search-area .dropdown-option select {
        height: 43px
    }

    .homePageThree .host-app-domain-section .domain-wrapper .subscribeForm .domainSearchBar {
        width: 100%
    }
}

/*Hr Management*/
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a .pm-inft-icon i {
    display: block;
    background: linear-gradient(-90deg, #227df8 0, #0054c4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.pm-footer-section .pm-footer-widget .pm-footer-support,
.header-type-one .pm-header-support {
    font-size: 14px;
    padding-left: 60px
}

.pm-footer-section .pm-footer-widget .pm-footer-support span,
.header-type-one .pm-header-support span {
    color: #5c8ed0;
    display: block
}

.pm-footer-section .pm-footer-widget .pm-footer-support a,
.header-type-one .pm-header-support a {
    color: #fff;
    font-weight: 700
}

.pm-footer-section .pm-footer-widget .pm-footer-support:before,
.header-type-one .pm-header-support:before {
    top: 10px;
    left: 25px;
    width: 2px;
    content: "";
    height: 40px;
    position: absolute;
    background-color: #5c8ed0
}

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeFromUp {
    animation-name: fadeFromUp
}

.fadeFromRight {
    animation-name: fadeFromRight
}

.fadeFromLeft {
    animation-name: fadeFromLeft
}

.pm-home {
    margin: 0;
    padding: 0;
    color: #6480a7;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.625;
    font-family: roboto;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.overflow-visible {
    overflow: visible !important
}

.pm-home::selection {
    color: #fff;
    background-color: #6e3ebf
}

.pm-home::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.pm-home .container {
    max-width: 1200px
}

.pm-home .ul-li ul {
    margin: 0;
    padding: 0
}

.pm-home .ul-li ul li {
    list-style: none;
    display: inline-block
}

.pm-home .ul-li-block ul {
    margin: 0;
    padding: 0
}

.pm-home .ul-li-block ul li {
    list-style: none;
    display: block
}

div#pm-preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #f1f2f3;
    background: #f1f2f3 url(../img/hrm/pre.svg) no-repeat center center
}

.pm-home [data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.pm-home a {
    color: inherit;
    text-decoration: none
}

.pm-home a:hover,
.pm-home a:focus {
    text-decoration: none
}

.pm-home img {
    max-width: 100%;
    height: auto
}

.pm-home section {
    overflow: hidden
}

.pm-home button {
    cursor: pointer
}

.pm-home .form-control:focus,
.pm-home button:visited,
.pm-home button.active,
.pm-home button:hover,
.pm-home button:focus,
.pm-home input:visited,
.pm-home input.active,
.pm-home input:hover,
.pm-home input:focus,
.pm-home textarea:hover,
.pm-home textarea:focus,
.pm-home a:hover,
.pm-home a:focus,
.pm-home a:visited,
.pm-home a.active,
.pm-home select,
.pm-home select:hover,
.pm-home select:focus,
.pm-home select:visited {
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    color: inherit
}

.pm-home .form-control {
    box-shadow: none
}

.relative-position {
    position: relative
}

.pera-content p {
    margin-bottom: 0
}

@keyframes zooming {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.05, 1.05)
    }

    100% {
        transform: scale(1, 1)
    }
}

.zooming {
    animation: zooming 18s infinite both
}

.pm-headline h1,
.pm-headline h2,
.pm-headline h3,
.pm-headline h4,
.pm-headline h5,
.pm-headline h6 {
    margin: 0;
    font-family: poppins
}

.pm-title-tag {
    color: #0e65d9;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 20px 5px;
    display: inline-flex;
    background-color: #f3f7ff
}

.pm-section-title h2 {
    color: #003378;
    font-size: 36px;
    font-weight: 600;
    padding-top: 15px
}

.pm-scrollup {
    right: 0;
    z-index: 5;
    width: 60px;
    height: 60px;
    bottom: -17px;
    line-height: 60px;
    position: absolute;
    background-color: #fff
}

.pm-scrollup i {
    color: #003378
}

.hrm-default-header.pm-main-header {
    background: #0d64d9
}

.pm-main-header {
    z-index: 5;
    width: 100%;
    padding-top: 15px;
    position: absolute
}

.pm-main-header .pm-logo {
    margin-top: 15px
}

.pm-main-header .dropdown {
    position: relative
}

.pm-main-header .dropdown:after {
    top: -2px;
    color: #fff;
    right: -14px;
    content: "+";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    transition: .3s all ease-in-out
}

.pm-main-header .dropdown .dropdown-menu {
    top: 65px;
    left: 0;
    opacity: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    height: auto;
    width: 200px;
    border: 0;
    display: block;
    border-radius: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    transition: all .4s ease-in-out;
    border-bottom: 2px solid #003378;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1)
}

.pm-main-header .dropdown .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5
}

.pm-main-header .dropdown .dropdown-menu li a {
    width: 100%;
    color: #343434;
    display: block;
    font-size: 14px;
    padding: 10px 25px;
    position: relative;
    transition: .3s all ease-in-out
}

.pm-main-header .dropdown .dropdown-menu li a:before {
    display: none
}

.pm-main-header .dropdown .dropdown-menu li a:after {
    left: 10px;
    top: 16px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    background-color: #fff;
    transition: .3s all ease-in-out
}

.pm-main-header .dropdown .dropdown-menu li a:hover {
    background-color: #003378;
    color: #fff
}

.pm-main-header .dropdown .dropdown-menu li a:hover:after {
    transform: scale(1)
}

.pm-main-header .dropdown .dropdown-menu li:last-child {
    border-bottom: 0
}

.pm-main-header .dropdown:hover .dropdown-menu {
    top: 45px;
    opacity: 1;
    visibility: visible
}

.pm-main-header .navbar-nav {
    display: inherit
}

.pm-main-header .pm-main-navigation {
    padding: 20px 40px
}

.pm-main-header .pm-main-navigation li {
    margin: 0 32px
}

.pm-main-header .pm-main-navigation li a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px
}

.pm-main-header .pm-main-navigation li a:before {
    left: 0;
    right: 0;
    width: 0;
    content: "";
    bottom: 5px;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    background-color: #fff;
    transition: .5s all ease-in-out
}

.pm-main-header .pm-main-navigation li:hover a:before {
    width: 100%
}

.pm-main-header .pm-header-btn {
    height: 60px;
    width: 115px;
    line-height: 60px;
    border: 2px solid #3c87eb;
    transition: .3s all ease-in-out
}

.pm-main-header .pm-header-btn a {
    width: 100%;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700
}

.pm-main-header .pm-header-btn:hover {
    background-color: #000;
    border: 2px solid #000
}

.header-type-one .container {
    max-width: 1450px
}

.pm-sticky-menu {
    top: 20px;
    position: fixed;
    background-color: #000;
    animation-duration: .7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
    transition: .3s all ease-in-out
}

.pm-main-header.pm-sticky-menu {
    top: 0;
    z-index: 9;
    padding: 10px 0;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, .8)
}

.pm-main-header.pm-sticky-menu .dropdown:hover .dropdown-menu {
    top: 45px
}

.pm-main-header.pm-sticky-menu .pm-header-support {
    display: none !important
}

.pm-banner-section-1 {
    padding: 275px 0;
    background: linear-gradient(-90deg, #227df8 0, #0054c4 100%)
}

.pm-banner-section-1 .pm-banner-shape1 {
    top: 105px;
    right: 115px
}

.pm-banner-section-1 .pm-banner-shape2 {
    top: 175px;
    right: 200px
}

.pm-banner-section-1 .pm-banner-shape3 {
    left: 115px;
    bottom: 40px
}

.pm-banner-section-1 .pm-banner-shape4 {
    left: 195px;
    bottom: 115px
}

.pm-banner-section-1 .pm-banner-content .pm-banner-text {
    color: #fff;
    max-width: 570px;
    padding-top: 40px
}

.pm-banner-section-1 .pm-banner-content .pm-banner-text .pm-title-tag {
    color: #fff;
    background-color: rgba(255, 255, 255, .102)
}

.pm-banner-section-1 .pm-banner-content .pm-banner-text h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.25;
    padding: 20px 0
}

.pm-banner-section-1 .pm-banner-content .pm-banner-text p {
    font-size: 18px;
    padding-bottom: 40px
}

.pm-banner-section-1 .pm-banner-content .pm-banner-text p span {
    font-weight: 700
}

.pm-banner-section-1 .pm-banner-content .pm-banner-text a {
    height: 60px;
    width: 200px;
    display: block;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    background-color: #003378;
    transition: .3s all ease-in-out
}

.pm-banner-section-1 .pm-banner-content .pm-banner-text a:hover {
    background-color: #000
}

.pm-banner-section-1 .pm-banner-content .pm-banenr-img {
    top: 0;
    right: -125px;
    animation: zoomIn 1.7s both .3s
}

.pm-partner-section .pm-partner-wrapper {
    top: -90px;
    padding: 60px;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .02)
}

.pm-partner-section .pm-partner-slide-area .owl-nav {
    display: none
}

.pm-partner-section .pm-partner-slide-area .pm-partner-img img {
    transition: .3s all ease-in-out;
    filter: grayscale(1)
}

.pm-partner-section .pm-partner-slide-area .pm-partner-img:hover img {
    filter: grayscale(0)
}

.pm-feature-section {
    padding-bottom: 100px
}

.pm-feature-section .pm-section-title {
    margin: 0 auto;
    max-width: 515px
}

.pm-feature-section .pm-feature-cpntent {
    padding-top: 50px
}

.pm-feature-innerbox {
    padding: 50px 40px;
    border: 2px solid #eff3f7;
    transition: .3s all ease-in-out
}

.pm-feature-innerbox:hover {
    border: 2px solid #fff;
    box-shadow: 0 30px 60px 0 rgba(0, 51, 120, .04)
}

.pm-feature-innerbox .pm-feature-top {
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 2px solid #eff3f7
}

.pm-feature-innerbox .pm-feature-top .pm-feature-icon {
    margin-right: 20px
}

.pm-feature-innerbox .pm-feature-top .pm-feature-icon i {
    font-size: 60px;
    color: #003378
}

.pm-feature-innerbox .pm-feature-top .pm-feature-text h3 {
    font-size: 18px;
    font-weight: 600;
    color: #003378;
    padding-bottom: 5px;
    text-transform: capitalize
}

.pm-feature-innerbox .pm-feature-list li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 20px
}

.pm-feature-innerbox .pm-feature-list li:after {
    top: 0;
    left: 0;
    color: #3186f8;
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    font-family: "font awesome 5 free"
}

.pm-feature-innerbox .pm-feature-list li:last-child {
    margin-bottom: 0
}

.pm-feature-section-2 .pm-feature-content-2 .pm-feature-process {
    z-index: 1;
    margin-bottom: 100px;
    background-color: #fff;
    padding: 80px 80px 65px;
    box-shadow: 0 30px 60px 0 rgba(0, 51, 120, .04)
}

.pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-feature-item2 {
    max-width: 480px;
    float: left
}

.pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-f-process-img {
    right: -85px;
    box-shadow: 0 30px 60px 0 rgba(0, 51, 120, .04)
}

.pm-feature-section-2 .pm-feature-content-2 .pm-feature-process:after {
    z-index: -1;
    content: "";
    left: -140px;
    width: 1450px;
    height: 685px;
    bottom: -400px;
    position: absolute;
    background-image: url(../img/hrm/shape/dot-s.png)
}

.pm-feature-section-2 .pm-feature-content-2 .pm-feature-item-details {
    padding: 15px 0 40px
}

.pm-feature-section-2 .pm-feature-content-2 .pm-feature-item-content {
    width: 100%;
    margin-bottom: 16px;
    display: inline-block
}

.pm-feature-section-2 .pm-feature-content-2 .pm-feature-item-content .pm-f-process-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
    border-radius: 100%;
    background: linear-gradient(-90deg, #227df8 0, #0054c4 100%)
}

.pm-feature-section-2 .pm-feature-content-2 .pm-feature-item-content .pm-f-process-icon i {
    color: #fff
}

.pm-feature-section-2 .pm-feature-content-2 .pm-feature-item-content .pm-f-process-text {
    font-size: 18px;
    font-weight: 500;
    padding-top: 12px
}

.pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-feature-item2 {
    float: right
}

.pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-f-process-img {
    right: auto;
    left: -85px
}

.pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-feature-item2.pm-content-left {
    float: left
}

.pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-f-process-img.pm-content-left {
    left: auto;
    right: -85px
}

.pm-intregation-section {
    padding: 100px 0;
    background-color: #f8f8f8
}

.pm-intregation-section .pm-intregation-img .intr-circle-shape {
    top: 35px;
    right: 30px
}

.pm-intregation-section .pm-intregation-img .intr-img-item {
    display: inline-block;
    margin-right: 30px
}

.pm-intregation-section .pm-intregation-img .intr-img-top {
    margin-bottom: 30px
}

.pm-intregation-section .pm-intregation-img .intr-img-top .intr-img-item:nth-child(2) {
    transform: translateY(60px)
}

.pm-intregation-section .pm-intregation-img .intr-img-bottom .intr-img-item:nth-child(1) {
    transform: translateY(-60px)
}

.pm-intregation-section .pm-intregation-text {
    padding-top: 45px
}

.pm-intregation-section .pm-intregation-text .pm-title-tag {
    background-color: #fff
}

.pm-intregation-section .pm-intregation-text .pm-intregation-details {
    padding: 25px 0 45px
}

.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner {
    margin-bottom: 20px
}

.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a {
    z-index: 1;
    width: 100%;
    display: block;
    position: relative;
    background-color: #fff;
    padding: 18px 40px 13px;
    transition: all 500ms ease
}

.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a:before {
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    transition: all 500ms ease;
    background: linear-gradient(-90deg, #227df8 0, #0054c4 100%)
}

.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a:after {
    top: 12px;
    right: 40px;
    color: #cfd8e4;
    font-size: 24px;
    content: "ïŒ‹";
    font-weight: 900;
    position: absolute;
    font-family: "font awesome 5 free"
}

.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a .pm-inft-icon {
    font-size: 22px;
    margin-top: 3px;
    margin-right: 30px
}

.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a .pm-inft-icon i {
    transition: .3s all ease-in-out
}

.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a .pm-inft-text {
    color: #003378;
    font-size: 18px;
    font-weight: 700;
    transition: .3s all ease-in-out
}

.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a:hover:before {
    width: 100%
}

.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a:hover .pm-inft-icon i {
    color: #fff;
    background: 0 0;
    -webkit-text-fill-color: inherit
}

.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a:hover .pm-inft-text {
    color: #fff
}

.pm-process-section {
    padding: 100px 0
}

.pm-process-section .pm-process-wrapper {
    padding-top: 50px
}

.pm-process-section .pm-process-line {
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%)
}

.pm-process-icon-text {
    margin: 0 35px;
    display: inline-block
}

.pm-process-icon-text:nth-child(even) {
    transform: translateY(40px)
}

.pm-process-icon-text .pm-process-icon {
    width: 160px;
    height: 160px;
    line-height: 160px;
    border-radius: 100%;
    margin-bottom: 35px;
    background-color: #fff;
    box-shadow: 0 30px 60px 0 rgba(0, 51, 120, .04)
}

.pm-process-icon-text .pm-process-icon span {
    right: 0;
    bottom: 0;
    color: #fff;
    width: 50px;
    height: 50px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    font-family: poppins;
    background: linear-gradient(-90deg, #227df8 0, #0054c4 100%)
}

.pm-process-icon-text .pm-process-icon i {
    font-size: 65px;
    color: #0960d3;
    line-height: 172px
}

.pm-process-icon-text .pm-process-text h3 {
    color: #003378;
    font-size: 18px;
    font-weight: 700;
    font-weight: 600
}

.pm-counter-section .pm-counter-wrapper {
    padding: 75px 0 40px;
    background-color: #fff;
    box-shadow: 0 30px 60px 0 rgba(0, 51, 120, .04)
}

.pm-counter-section .pm-counter-text-icon .odometer,
.pm-counter-section .pm-counter-text-icon strong {
    line-height: 1;
    color: #003378;
    font-weight: 600;
    font-size: 50px;
    font-family: poppins
}

.pm-counter-section .pm-counter-text-icon .odometer {
    line-height: .8;
    font-weight: 600
}

.pm-counter-section .pm-counter-text-icon strong {
    top: 10px;
    position: relative
}

.pm-counter-section .pm-counter-text-icon p {
    color: #003378;
    font-weight: 700;
    padding-top: 5px
}

.pm-testimonial-section {
    padding: 100px 0 60px;
    background-color: #f7f7f7
}

.pm-testimonial-section .pm-testimonial-bg {
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%)
}

.pm-testimonial-inner {
    padding: 30px;
    margin-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 51, 120, .03)
}

.pm-testimonial-inner .pm-testimonial-author {
    margin-top: 18px
}

.pm-testimonial-inner .pm-testimonial-author .pm-author-text h3 {
    color: #003378;
    font-size: 18px;
    font-weight: 600
}

.pm-testimonial-inner .pm-testimonial-author .pm-author-text ul {
    line-height: 1
}

.pm-testimonial-inner .pm-testimonial-author .pm-author-text li {
    line-height: .5
}

.pm-testimonial-inner .pm-testimonial-author .pm-author-text li {
    color: #fbb040;
    font-size: 10px
}

.pm-testimonial-inner .pm-testimonial-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%
}

.pm-testimonial-content .pm-testimonial-text-item {
    padding-top: 150px
}

.pm-testimonial-content .col-md-4:nth-child(1) .pm-testimonial-inner:nth-child(2) {
    transform: translateX(-40px)
}

.pm-testimonial-content .col-md-4:nth-child(3) .pm-testimonial-inner:nth-child(2) {
    transform: translateX(40px)
}

.pm-blog-section {
    padding: 100px 0
}

.pm-blog-section .pm-blog-wrapper {
    padding-top: 40px;
    margin: 0 -15px
}

.pm-blog-img-text {
    float: left;
    display: flex;
    cursor: pointer;
    max-width: 610px;
    padding: 0 15px
}

.pm-blog-img-text .pm-blog-text {
    display: none;
    max-width: 330px;
    padding: 50px 0 0 40px;
    box-shadow: 0 8px 16px 0 rgba(0, 51, 120, .03);
    transition: opacity 1s ease-out;
    opacity: 0
}

.pm-blog-img-text .pm-blog-text .pm-blog-meta {
    padding-bottom: 15px
}

.pm-blog-img-text .pm-blog-text .pm-date-meta {
    color: #9db0cb;
    font-size: 14px;
    font-weight: 700;
    margin-left: 15px
}

.pm-blog-img-text .pm-blog-text .pm-date-meta i {
    margin-right: 5px;
    color: #003378
}

.pm-blog-img-text .pm-blog-text .pm-blog-title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #003378;
    padding-bottom: 20px
}

.pm-blog-img-text.active .pm-blog-text {
    opacity: 1;
    display: inline-block
}

.pm-footer-section {
    background-color: #f7f7f7
}

.pm-footer-section .pm-footer-wrapper {
    padding: 100px 0
}

.pm-footer-section .pm-footer-menu-widget {
    float: left;
    width: 33.33%
}

.pm-footer-section .pm-footer-menu-widget .pm-footer-store a {
    display: block;
    margin-bottom: 5px
}

.pm-footer-section .pm-footer-widget .widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #003378;
    padding-bottom: 35px
}

.pm-footer-section .pm-footer-widget .pm-footer-support {
    color: #6480a7
}

.pm-footer-section .pm-footer-widget .pm-footer-support:before {
    top: -2px;
    width: 1px;
    background: linear-gradient(-90deg, #227df8 0, #0054c4 100%)
}

.pm-footer-section .pm-footer-widget .pm-footer-support a {
    color: #003378
}

.pm-footer-section .pm-footer-widget p {
    max-width: 280px;
    padding-top: 38px
}

.pm-footer-section .pm-footer-widget p a {
    font-weight: 700;
    color: #003378
}

.pm-footer-section .pm-footer-widget .pm-footer-social {
    margin-top: 38px
}

.pm-footer-section .pm-footer-widget .pm-footer-social a {
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    position: relative;
    display: inline-block;
    background-color: #fff;
    transition: .3s all ease-in-out;
    color: #0f67dc
}

.pm-footer-section .pm-footer-widget .pm-footer-social a:after {
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    transition: .3s all ease-in-out;
    background: linear-gradient(-90deg, #227df8 0, #0054c4 100%)
}

.pm-footer-section .pm-footer-widget .pm-footer-social a:hover {
    color: #fff
}

.pm-footer-section .pm-footer-widget .pm-footer-social a:hover:after {
    height: 100%
}

.pm-footer-section .pm-footer-widget .pm-footer-menu-widget a {
    display: block;
    margin-bottom: 18px;
    transition: .3s all ease-in-out
}

.pm-footer-section .pm-footer-widget .pm-footer-menu-widget a:hover {
    color: #000
}

.pm-footer-copyright {
    padding: 35px 0 32px;
    background-color: #efefef
}

.pm-footer-copyright .pm-footer-copyright-menu ul li {
    display: inline-block
}

.pm-footer-copyright .pm-footer-copyright-menu a {
    font-size: 16px;
    font-weight: 700;
    color: #003378;
    margin-right: 70px;
    transition: .3s all ease-in-out
}

.pm-footer-copyright .pm-footer-copyright-menu a:hover {
    color: #000
}

.pm-call-to-action-section .call-to-action-wrapper {
    z-index: 1;
    padding: 100px 0;
    background: linear-gradient(-90deg, #227df8 0, #0054c4 100%)
}

.pm-call-to-action-section .call-to-action-wrapper .pm-banner-shape1 {
    left: 85px;
    bottom: 45px
}

.pm-call-to-action-section .call-to-action-wrapper .pm-banner-shape2 {
    left: 170px;
    bottom: 75px
}

.pm-call-to-action-section .call-to-action-wrapper .pm-banner-shape3 {
    top: 65px;
    right: 65px
}

.pm-call-to-action-section .call-to-action-wrapper .pm-banner-shape4 {
    top: 100px;
    right: 145px
}

.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content {
    z-index: 1;
    margin: 0 auto;
    max-width: 800px
}

.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content p {
    color: #adcdf9;
    font-size: 18px;
    padding-top: 25px
}

.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-section-title .pm-title-tag {
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-section-title h2 {
    color: #fff
}

.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn {
    margin-top: 35px
}

.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a {
    color: #fff;
    height: 60px;
    font-weight: 700;
    margin: 0 10px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    transition: .3s all ease-in-out
}

.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a:nth-child(1) {
    width: 200px;
    border: 2px solid #003378;
    background-color: #003378
}

.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a:nth-child(1):hover {
    background-color: #000;
    border: 2px solid #000
}

.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a:nth-child(2) {
    width: 160px;
    border: 2px solid #6f9fe0
}

.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a:nth-child(2):hover {
    background-color: #000;
    border: 2px solid #000
}

.pm-mobile_menu_content {
    top: 0;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 280px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 40px 0;
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    transition: all .5s ease-in
}

.pm-mobile_menu_content .pm-mobile-main-navigation {
    width: 100%
}

.pm-mobile_menu_content .pm-mobile-main-navigation .navbar-nav {
    width: 100%
}

.pm-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important
}

.pm-mobile_menu_content .pm-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    transition: .3s all ease-in-out;
    border-bottom: 1px solid #dcdcdc
}

.pm-mobile_menu_content .pm-mobile-main-navigation .navbar-nav li:first-child {
    border-top: 1px solid #dcdcdc
}

.pm-mobile_menu_content .pm-mobile-main-navigation .navbar-nav li a {
    color: #000;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 30px;
    text-transform: uppercase
}

.pm-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px
}

.pm-mobile_menu_wrap.mobile_menu_on .pm-mobile_menu_content {
    right: 0;
    transition: all .7s ease-out
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .9);
    transition: all .5s ease-in-out
}

.mobile_menu_overlay_on {
    overflow: hidden
}

.pm-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible
}

.pm-mobile_menu_button {
    right: 0;
    top: -35px;
    z-index: 5;
    color: #fff;
    display: none;
    cursor: pointer;
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    text-align: center
}

.pm-mobile_menu .pm-mobile-main-navigation .navbar-nav li a:after {
    display: none
}

.pm-mobile_menu .pm-mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.pm-mobile_menu .pm-mobile_menu_content .pm-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: 0;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 5px 0;
    width: 100%;
    border-top: 1px solid #dcdcdc
}

.pm-mobile_menu .pm-mobile_menu_content .pm-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: 0;
    padding: 0 20px;
    line-height: 1
}

.pm-mobile_menu .dropdown {
    position: relative
}

.pm-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    padding: 5px 10px
}

.pm-mobile_menu .dropdown .dropdown-btn:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 0;
    background-color: #dcdcdc
}

.pm-mobile_menu .pm-mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute
}

@media screen and (max-width:1440px) {
    .pm-banner-section-1 .pm-banner-content .pm-banenr-img {
        right: -100px
    }
}

@media screen and (max-width:1300px) {
    .pm-banner-section-1 .pm-banner-content .pm-banenr-img {
        width: 50%;
        right: 0
    }

    .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-f-process-img {
        right: -40px
    }

    .pm-feature-section-2 .pm-feature-content-2:nth-child(even) .pm-feature-process .pm-f-process-img {
        left: -50px
    }
}

@media screen and (max-width:1199px) {
    .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-f-process-img {
        right: 0;
        width: 50%
    }

    .pm-feature-section-2 .pm-feature-content-2:nth-child(even) .pm-feature-process .pm-f-process-img {
        left: 0;
        width: 50%
    }

    .pm-testimonial-content .col-md-4:nth-child(1) .pm-testimonial-inner:nth-child(2),
    .pm-testimonial-content .col-md-4:nth-child(3) .pm-testimonial-inner:nth-child(2) {
        transform: translateX(0)
    }
}

@media screen and (max-width:1024px) {
    .pm-main-header .pm-main-navigation li {
        margin: 0 15px
    }

    .pm-banner-section-1 .pm-banner-content .pm-banner-text h1 {
        font-size: 40px
    }

    .pm-banner-section-1 .pm-banner-content .pm-banner-text {
        max-width: 470px
    }

    .pm-intregation-section .pm-intregation-img .intr-img-item {
        margin-right: 0
    }

    .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process {
        padding: 60px 30px
    }

    .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-feature-item2 {
        max-width: 450px
    }

    .pm-blog-img-text {
        width: 100%;
        display: flex;
        margin-bottom: 30px
    }

    .pm-blog-img-text .pm-blog-text {
        opacity: 1;
        display: block
    }
}

@media screen and (max-width:991px) {
    .pm-main-menu-item {
        display: none
    }

    .pm-banner-section-1 {
        padding: 150px 0
    }

    .pm-banner-section-1 .pm-banner-content .pm-banenr-img {
        width: 100%;
        margin-top: 40px;
        position: static !important
    }

    .pm-feature-innerbox {
        margin-bottom: 30px
    }

    .pm-intregation-img {
        max-width: 570px
    }

    .pm-intregation-section .pm-intregation-img .intr-img-item {
        margin-right: 30px
    }

    .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-f-process-img {
        width: 100%;
        margin-top: 30px;
        position: static !important
    }

    .pm-feature-section-2 .pm-feature-content-2:nth-child(even) .pm-feature-process .pm-feature-item2 {
        float: left
    }

    .pm-feature-section-2 .pm-feature-content-2:nth-child(even) .pm-feature-process .pm-f-process-img {
        width: 100%
    }

    .pm-process-icon-text:nth-child(even) {
        transform: translateY(0)
    }

    .pm-process-section .pm-process-line {
        display: none
    }

    .pm-process-icon-text {
        margin-bottom: 30px
    }

    .pm-testimonial-inner .pm-author-text {
        overflow: hidden
    }

    .footer-widget-area {
        margin-top: 40px
    }

    .pm-main-header .pm-logo {
        margin-top: 0
    }

    .header-type-one .pm-header-support {
        display: none !important
    }

    .pm-main-header.pm-sticky-menu {
        padding: 15px 0
    }

    .pm-mobile_menu_button {
        display: block
    }
}

@media screen and (max-width:767px) {
    .pm-counter-text-icon {
        margin-bottom: 30px
    }

    .pm-testimonial-content .pm-testimonial-text-item {
        padding: 10px 0 40px
    }
}

@media screen and (max-width:480px) {
    .pm-banner-section-1 {
        padding: 100px 0
    }

    .pm-banner-section-1 .pm-banner-content .pm-banner-text h1 {
        font-size: 32px
    }

    .pm-banner-section-1 .pm-banner-content .pm-banner-text p {
        font-size: 16px;
        padding-bottom: 20px
    }

    .pm-section-title h2 {
        font-size: 26px
    }

    .pm-banner-section-1 .pm-banner-content .pm-banner-text a {
        width: 50px;
        height: 50px;
        width: 160px;
        line-height: 50px
    }

    .pm-partner-section .pm-partner-wrapper {
        top: 0;
        margin-bottom: 50px
    }

    .pm-feature-section {
        padding-bottom: 50px
    }

    .pm-intregation-section .pm-intregation-img .intr-circle-shape {
        display: none
    }

    .pm-intregation-section .pm-intregation-img .intr-img-top {
        margin-bottom: 0
    }

    .pm-intregation-section .pm-intregation-img .intr-img-top .intr-img-item:nth-child(2),
    .pm-intregation-section .pm-intregation-img .intr-img-bottom .intr-img-item:nth-child(1) {
        transform: translateY(0)
    }

    .pm-intregation-section .pm-intregation-img .intr-img-item {
        margin-bottom: 30px
    }

    .pm-intregation-section {
        padding: 50px 0 20px
    }

    .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process {
        margin-bottom: 50px
    }

    .pm-process-icon-text .pm-process-icon {
        margin: 0 auto;
        margin-bottom: 20px
    }

    .pm-process-icon-text {
        width: 100%;
        margin: 0 auto;
        display: inline-block;
        margin-bottom: 30px
    }

    .pm-process-section {
        padding: 50px 0 20px
    }

    .pm-counter-section .pm-counter-wrapper {
        padding: 20px 0
    }

    .pm-testimonial-section {
        padding: 50px 0 20px
    }

    .pm-blog-img-text {
        display: block
    }

    .pm-blog-img {
        width: 100%;
        float: none;
        display: block
    }

    .pm-blog-img-text .pm-blog-text {
        max-width: 100%;
        padding-left: 0;
        padding-top: 25px;
        display: inline-block
    }

    .pm-blog-section {
        padding: 80px 0 40px
    }

    .pm-call-to-action-section .call-to-action-wrapper {
        padding: 40px 15px
    }

    .pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a:nth-child(1) {
        margin-bottom: 20px
    }

    .pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a:nth-child(1),
    .pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a:nth-child(2) {
        height: 50px;
        width: 130px;
        font-size: 14px;
        line-height: 50px
    }

    .pm-footer-section .pm-footer-menu-widget {
        width: 100%;
        margin-top: 30px
    }

    .pm-footer-section .pm-footer-wrapper {
        padding: 50px 0 20px
    }

    .pm-footer-copyright .pm-footer-copyright-menu a {
        font-size: 14px;
        margin-right: 5px
    }

    .pm-scrollup {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .pm-counter-section .pm-counter-text-icon .odometer,
    .pm-counter-section .pm-counter-text-icon strong {
        font-size: 30px
    }

    .pm-counter-section .pm-counter-text-icon strong {
        top: 5px
    }
}

@media screen and (max-width:380px) {
    .pm-section-title h2 {
        font-size: 24px
    }

    .pm-feature-section-2 .pm-feature-content-2 .pm-feature-item-content .pm-f-process-text {
        font-size: 16px
    }
}

.pm-home.dark-version {
    color: #afafaf
}

.pm-home.dark-version .pm-banner-section-1,
.pm-home.dark-version .pm-call-to-action-section .call-to-action-wrapper {
    background: linear-gradient(-90deg, #151516 0, #1f1f21 100%)
}

.pm-home.dark-version .pm-title-tag,
.pm-home.dark-version .pm-testimonial-inner {
    background-color: #424242
}

.pm-home.dark-version .pm-partner-section,
.pm-home.dark-version .pm-feature-section,
.pm-home.dark-version .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process,
.pm-home.dark-version .pm-process-section,
.pm-home.dark-version .pm-counter-section,
.pm-home.dark-version .pm-blog-section,
.pm-home.dark-version .pm-call-to-action-section,
.pm-home.dark-version .pm-footer-section,
.pm-home.dark-version .pm-scrollup {
    background-color: #252222
}

.pm-home.dark-version .pm-counter-section .pm-counter-wrapper,
.pm-home.dark-version .pm-testimonial-section,
.pm-home.dark-version .pm-counter-section:after {
    background-color: #000
}

.pm-home.dark-version .pm-section-title h2,
.pm-home.dark-version .pm-feature-innerbox .pm-feature-top .pm-feature-text h3,
.pm-home.dark-version .pm-process-icon-text .pm-process-text h3,
.pm-home.dark-version .pm-testimonial-inner .pm-testimonial-author .pm-author-text h3,
.pm-home.dark-version .pm-counter-section .pm-counter-text-icon .odometer,
.pm-home.dark-version .pm-counter-section .pm-counter-text-icon strong,
.pm-home.dark-version .pm-counter-section .pm-counter-text-icon p,
.pm-home.dark-version .pm-blog-img-text .pm-blog-text .pm-blog-title h3,
.pm-home.dark-version .pm-footer-section .pm-footer-widget .widget-title,
.pm-home.dark-version .pm-footer-section .pm-footer-widget p a,
.pm-home.dark-version .pm-footer-section .pm-footer-widget .pm-footer-support a,
.pm-home.dark-version .pm-footer-copyright .pm-footer-copyright-menu a,
.pm-home.dark-version .pm-scrollup i {
    color: #fff
}

.pm-home.dark-version .pm-feature-innerbox {
    border: 2px solid #404244
}

.pm-home.dark-version .pm-feature-innerbox .pm-feature-top {
    border-bottom: 2px solid #404244
}

.pm-home.dark-version .pm-intregation-section,
.pm-home.dark-version .pm-process-icon-text .pm-process-icon,
.pm-home.dark-version .pm-footer-section .pm-footer-widget .pm-footer-social a,
.pm-home.dark-version .pm-partner-section .pm-partner-wrapper,
.pm-home.dark-version .pm-footer-copyright {
    background-color: #000
}

.pm-home.dark-version .pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a {
    background-color: #1a1a1a
}

.pm-home.dark-version .pm-feature-section-2 {
    background-color: #000
}

.pm-home.dark-version .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process:after {
    display: none
}

.pm-home.dark-version .pm-process-section .pm-process-line {
    opacity: .2
}

.pm-home.dark-version .pm-testimonial-section .pm-testimonial-bg {
    opacity: .1
}

.pm-home.dark-version .pm-blog-img-text .pm-blog-text {
    background-color: #1d1919
}

/*CR Management*/
.crm-testimonial-section .crm-testimonial-area .owl-nav .owl-next,
.crm-screen-section .crm-screen-slider-wrap .owl-nav .owl-next,
.crm-testimonial-section .crm-testimonial-area .owl-nav .owl-prev,
.crm-screen-section .crm-screen-slider-wrap .owl-nav .owl-prev {
    top: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    display: inline-block;
    background-color: #fff;
    transform: translateY(-50%);
    transition: .3s all ease-in-out
}

.crm-testimonial-section .crm-testimonial-area .owl-nav .owl-next:hover,
.crm-screen-section .crm-screen-slider-wrap .owl-nav .owl-next:hover,
.crm-testimonial-section .crm-testimonial-area .owl-nav .owl-prev:hover,
.crm-screen-section .crm-screen-slider-wrap .owl-nav .owl-prev:hover {
    color: #fff;
    background-color: #2647c8
}

.crm-testimonial-section .crm-testimonial-area .owl-nav .owl-next,
.crm-screen-section .crm-screen-slider-wrap .owl-nav .owl-next {
    right: 10px
}

.crm-testimonial-section .crm-testimonial-area .owl-nav .owl-prev,
.crm-screen-section .crm-screen-slider-wrap .owl-nav .owl-prev {
    left: 10px
}

.crm-faq-img:before,
.crm-about-section .crm-about-img:after {
    left: 0;
    right: 0;
    top: 50px;
    z-index: -1;
    content: "";
    width: 470px;
    height: 470px;
    margin: 0 auto;
    position: absolute;
    border-radius: 100%;
    background-color: #fff9f1;
    animation: zoomIn .9s both .5s
}

.crm-footer-section .crm-footer-widget .crm-footer-support {
    font-size: 14px;
    padding-left: 60px
}

.crm-footer-section .crm-footer-widget .crm-footer-support span {
    color: #fff;
    display: block
}

.crm-footer-section .crm-footer-widget .crm-footer-support a {
    color: #fff;
    font-weight: 700
}

.crm-footer-section .crm-footer-widget .crm-footer-support:before {
    top: 10px;
    left: 25px;
    width: 2px;
    content: "";
    height: 40px;
    position: absolute;
    background-color: #fff
}

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeFromUp {
    animation-name: fadeFromUp
}

.fadeFromRight {
    animation-name: fadeFromRight
}

.fadeFromLeft {
    animation-name: fadeFromLeft
}

.crm-home {
    margin: 0;
    padding: 0;
    color: #2647c8;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.625;
    font-family: roboto;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.crm-home::selection {
    color: #fff;
    background-color: #6e3ebf
}

.crm-home::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.crm-home .container {
    max-width: 1200px
}

.crm-home .ul-li ul {
    margin: 0;
    padding: 0
}

.crm-home .ul-li ul li {
    list-style: none;
    display: inline-block
}

.crm-home .ul-li-block ul {
    margin: 0;
    padding: 0
}

.ul-li-block ul li {
    list-style: none;
    display: block
}

div#crm-preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #f1f2f3;
    background: #f1f2f3 url(../img/crm/pre.svg) no-repeat center center
}

.crm-home [data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.crm-home a {
    color: inherit;
    text-decoration: none
}

.crm-home a:hover,
.crm-home a:focus {
    text-decoration: none
}

.crm-home img {
    max-width: 100%;
    height: auto
}

.crm-home section {
    overflow: hidden
}

.crm-home button {
    cursor: pointer
}

.crm-home .form-control:focus,
.crm-home button:visited,
.crm-home button.active,
.crm-home button:hover,
.crm-home button:focus,
.crm-home input:visited,
.crm-home input.active,
.crm-home input:hover,
.crm-home input:focus,
.crm-home textarea:hover,
.crm-home textarea:focus,
.crm-home a:hover,
.crm-home a:focus,
.crm-home a:visited,
.crm-home a.active,
.crm-home select,
.crm-home select:hover,
.crm-home select:focus,
.crm-home select:visited {
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    color: inherit
}

.crm-home .form-control {
    box-shadow: none
}

.relative-position {
    position: relative
}

.pera-content p {
    margin-bottom: 0
}

@keyframes zooming {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.05, 1.05)
    }

    100% {
        transform: scale(1, 1)
    }
}

.zooming {
    animation: zooming 18s infinite both
}

.crm-headline h1,
.crm-headline h2,
.crm-headline h3,
.crm-headline h4,
.crm-headline h5,
.crm-headline h6 {
    margin: 0;
    font-family: poppins
}

.crm-section-title span {
    display: block;
    font-weight: 500;
    color: #ff7f00;
    padding-bottom: 15px
}

.crm-section-title h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.278;
    padding-bottom: 12px
}

.crm-main-header {
    z-index: 99;
    width: 100%;
    padding-top: 40px;
    position: absolute
}

.crm-main-header .crm-logo {
    margin-top: 5px;
    padding-right: 50px
}

.crm-main-header .dropdown {
    position: relative
}

.crm-main-header .dropdown:after {
    top: -2px;
    color: #2647c8;
    right: -14px;
    content: "+";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    transition: .3s all ease-in-out
}

.crm-main-header .dropdown .dropdown-menu {
    top: 65px;
    left: 0;
    opacity: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    height: auto;
    width: 200px;
    border: 0;
    display: block;
    border-radius: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    transition: all .4s ease-in-out;
    border-bottom: 2px solid #003378;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1)
}

.crm-main-header .dropdown .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5
}

.crm-main-header .dropdown .dropdown-menu li a {
    width: 100%;
    color: #343434;
    display: block;
    font-size: 14px;
    padding: 10px 25px;
    position: relative;
    transition: .3s all ease-in-out
}

.crm-main-header .dropdown .dropdown-menu li a:before {
    display: none
}

.crm-main-header .dropdown .dropdown-menu li a:after {
    left: 10px;
    top: 16px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    background-color: #fff;
    transition: .3s all ease-in-out
}

.crm-main-header .dropdown .dropdown-menu li a:hover {
    background-color: #003378;
    color: #fff
}

.crm-main-header .dropdown .dropdown-menu li a:hover:after {
    transform: scale(1)
}

.crm-main-header .dropdown .dropdown-menu li:last-child {
    border-bottom: 0
}

.crm-main-header .dropdown:hover .dropdown-menu {
    top: 45px;
    opacity: 1;
    visibility: visible
}

.crm-main-header .navbar-nav {
    display: inherit
}

.crm-main-header .crm-main-navigation {
    margin-top: 10px
}

.crm-main-header .crm-main-navigation li {
    margin: 0 32px
}

.crm-main-header .crm-main-navigation li a {
    color: #2647c8;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px
}

.crm-main-header .crm-main-navigation li a:before {
    left: 0;
    right: 0;
    width: 0;
    content: "";
    bottom: 5px;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    background-color: #2647c8;
    transition: .5s all ease-in-out
}

.crm-main-header .crm-main-navigation li:hover a:before {
    width: 100%
}

.crm-main-header .crm-header-btn {
    height: 60px;
    width: 195px;
    line-height: 60px;
    border: 2px solid #e7d7c3;
    transition: .3s all ease-in-out
}

.crm-main-header .crm-header-btn a {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 700
}

.crm-main-header .crm-header-btn:hover {
    color: #fff;
    background-color: #000;
    border: 2px solid #000
}

.header-type-two .container {
    max-width: 1450px
}

.crm-logo-2 {
    display: none
}

.crm-sticky-menu {
    top: 0;
    position: fixed;
    padding: 10px 0;
    animation-duration: .7s;
    background-color: #ff7f00;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
    transition: .3s all ease-in-out
}

.crm-sticky-menu .crm-logo {
    margin-top: 15px
}

.crm-sticky-menu .crm-main-navigation {
    margin-top: 20px
}

.crm-sticky-menu .crm-main-navigation li a {
    color: #fff
}

.crm-sticky-menu .dropdown:after {
    color: #fff
}

.crm-sticky-menu .crm-header-btn a {
    color: #fff
}

@keyframes UpdownMoving {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes UpdownMoving {
    0% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(-1px)
    }
}

@keyframes UpdownMoving {
    0% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(10px)
    }
}

.crm-banner-section {
    margin: 0 auto;
    max-width: 1920px;
    padding: 295px 0 265px
}

.crm-banner-section .crm-b-shape1 {
    z-index: 1
}

.crm-banner-section .crm-b-shape2 {
    z-index: 0
}

.crm-banner-section .crm-b-shape1,
.crm-banner-section .crm-b-shape2,
.crm-banner-section .crm-b-shape4 {
    top: 0;
    left: 0
}

.crm-banner-section .crm-b-shape3 {
    top: -70px;
    z-index: -1;
    right: -40px
}

.crm-banner-section .crm-banner-vector {
    top: 250px;
    left: 120px;
    animation: UpdownMoving 2s infinite alternate
}

.crm-banner-section .crm-banner-content {
    z-index: 4;
    float: right;
    max-width: 570px
}

.crm-banner-section .crm-banner-content span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #ff7f00;
    padding-bottom: 15px
}

.crm-banner-section .crm-banner-content h1 {
    font-size: 48px;
    font-weight: 600;
    color: #2647c8;
    line-height: 1.208;
    padding-bottom: 20px
}

.crm-banner-section .crm-banner-content p {
    font-size: 18px;
    padding-bottom: 40px
}

.crm-banner-section .crm-banner-content p a {
    font-weight: 700
}

.crm-banner-section .crm-banner-content .crm-banner-subscribe input {
    width: 100%;
    height: 80px;
    border: 0;
    padding-left: 20px;
    background-color: #fff
}

.crm-banner-section .crm-banner-content .crm-banner-subscribe input::placeholder {
    color: #91a6c3
}

.crm-banner-section .crm-banner-content .crm-banner-subscribe button {
    top: 10px;
    right: 10px;
    color: #fff;
    border: 0;
    height: 60px;
    width: 200px;
    font-weight: 600;
    position: absolute;
    background-color: #2647c8
}

.crm-brand-logo-wrap {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 100px
}

.crm-brand-logo-wrap li {
    margin: 0 70px;
    border-radius: 100%;
    box-shadow: 0 30px 60px 0 rgba(2, 18, 106, .04)
}

.crm-brand-logo-wrap li:nth-child(2) {
    transform: translateY(40px)
}

.crm-brand-logo-wrap li:nth-child(3) {
    transform: translate(50px, -80px)
}

.crm-brand-logo-wrap li:nth-child(4) {
    transform: translate(120px, -120px)
}

.crm-brand-logo-wrap li:nth-child(5) {
    transform: translate(40px, -390px)
}

.crm-about-section {
    padding: 55px 0 70px
}

.crm-about-section .crm-about-text-wrap {
    max-width: 500px
}

.crm-about-section .crm-about-text-wrap .crm-about-subtext {
    font-size: 18px;
    margin-bottom: 40px
}

.crm-about-section .crm-about-text-wrap .mCSB_inside>.mCSB_container,
.crm-about-section .crm-about-text-wrap .mCustomScrollBox {
    padding-left: 30px;
    margin-left: -30px;
    margin-right: 0
}

.crm-about-section .crm-about-text-wrap .mCSB_scrollTools {
    right: -30px
}

.crm-about-section .crm-about-item-list {
    height: 330px;
    position: relative
}

.crm-about-section .crm-about-item-list:after {
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
    height: 95px;
    position: absolute;
    background: linear-gradient(0, #fff 0, rgba(255, 255, 255, 0) 100%)
}

.crm-about-section .crm-about-list-wrapper .crm-about-serial {
    width: 60px;
    height: 60px;
    font-weight: 600;
    line-height: 60px;
    margin-right: 25px;
    border-radius: 100%;
    font-family: poppins;
    box-shadow: 0 30px 60px 0 rgba(2, 18, 106, .1)
}

.crm-about-section .crm-about-list-wrapper .crm-about-text {
    overflow: hidden;
    margin-bottom: 35px
}

.crm-about-section .crm-about-list-wrapper .crm-about-text h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px
}

.crm-about-section .crm-about-img {
    animation: UpdownMoving 2s infinite alternate
}

.crm-about-section .crm-about-img img {
    animation: fadeFromRight 1s both 1s
}

.crm-server-section .crm-section-title {
    margin: 0 auto;
    max-width: 530px
}

.crm-server-list-item {
    padding-top: 25px
}

.crm-server-list-item {
    margin: 0 -35px
}

.crm-server-list-item li {
    width: 50%;
    float: left;
    padding: 5px 35px
}

.crm-server-list-item li a {
    z-index: 1;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 20px 30px 18px;
    transition: .3s all ease-in-out
}

.crm-server-list-item li a .crm-server-code {
    color: #ff7f00;
    margin-right: 40px
}

.crm-server-list-item li a .crm-server-text {
    margin-top: 5px;
    font-size: 14px
}

.crm-server-list-item li a:after {
    top: auto;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 0;
    position: absolute;
    transition: .4s all ease-in-out;
    background: linear-gradient(90deg, #ff7300 0, #ffc300 100%)
}

.crm-server-list-item li a:hover {
    color: #fff;
    box-shadow: 0 8px 16px 0 rgba(255, 120, 0, .2)
}

.crm-server-list-item li a:hover .crm-server-code {
    color: #fff
}

.crm-server-list-item li a:hover .crm-server-text {
    color: #fff
}

.crm-server-list-item li a:hover:after {
    top: 0;
    bottom: 0;
    height: 100%
}

.crm-core-feature-section {
    padding: 100px 0 130px
}

.crm-core-feature-box .col-md-6:nth-child(even) {
    transform: translateY(30px)
}

.crm-feature-innerbox {
    padding: 45px 0;
    margin-bottom: 30px;
    transition: .4s all ease-in-out;
    box-shadow: 0 16px 32px 0 rgba(38, 71, 200, .04)
}

.crm-feature-innerbox .crm-feature-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    line-height: 120px;
    border-radius: 100%;
    margin-bottom: 25px;
    background-color: #2647c8;
    transition: .3s all ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center
}

.crm-feature-innerbox .crm-feature-icon i {
    color: #fff;
    line-height: 1;
    font-size: 45px
}

.crm-feature-innerbox .crm-feature-icon svg {
    width: 45px;
    height: 54px;
    fill: #fff
}

.crm-feature-innerbox:hover .crm-feature-icon svg {
    fill: #2647c8
}

.crm-feature-innerbox .crm-feature-text h3 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
    transition: .3s all ease-in-out
}

.crm-feature-innerbox .crm-feature-text p {
    font-size: 14px;
    transition: .3s all ease-in-out
}

.crm-feature-innerbox:hover {
    background-color: #2647c8
}

.crm-feature-innerbox:hover .crm-feature-icon {
    background-color: #fff
}

.crm-feature-innerbox:hover .crm-feature-icon i {
    color: #2647c8
}

.crm-feature-innerbox:hover .crm-feature-text h3,
.crm-feature-innerbox:hover .crm-feature-text p {
    color: #fff
}

.crm-core-feature-text {
    padding: 60px 0 0 40px
}

.crm-core-feature-text .crm-feature-subtext {
    font-size: 18px;
    padding: 15px 0 45px
}

.crm-core-feature-text .crm-feature-subtext a {
    font-weight: 700
}

.crm-core-feature-text .crm-core-feature-list li {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px
}

.crm-core-feature-text .crm-core-feature-list i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin-right: 18px;
    border-radius: 100%;
    background-color: #f5f7ff
}

.crm-screen-section .crm-section-title {
    margin: 0 auto;
    max-width: 500px
}

.crm-screen-section .crm-screen-slider-wrap {
    margin: 0 auto;
    max-width: 970px;
    margin-top: 45px;
    padding-bottom: 15px
}

.crm-screen-section .crm-screen-slider-wrap .crm-screen-img {
    padding-bottom: 50px
}

.crm-screen-section .crm-screen-slider-wrap .owl-item img {
    width: inherit;
    margin: 0 auto;
    max-width: 100%;
    box-shadow: 0 16px 32px 0 rgba(186, 120, 33, .1)
}

.crm-screen-section .crm-screen-text {
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    max-width: 600px
}

.crm-call-to-action {
    padding: 25px 0;
    background-color: #2647c8
}

.crm-call-to-action .crm-call-action-text p {
    color: #fff;
    float: left;
    font-size: 14px;
    padding-top: 8px
}

.crm-call-to-action .crm-call-action-text p span {
    font-size: 24px;
    font-weight: 700
}

.crm-call-to-action .crm-call-action-text a {
    color: #fff;
    height: 50px;
    float: right;
    width: 170px;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    background-color: #102fa5
}

.crm-faq-section {
    padding: 100px 0
}

.crm-faq-ques-ans {
    max-width: 500px;
    padding-top: 20px
}

.crm-faq-ques-ans .crm-faq {
    margin-bottom: 15px
}

.crm-faq-ques-ans .crm-faq-body {
    padding: 35px;
    background-color: #f6f8ff
}

.crm-faq-ques-ans .crm-faq-header button {
    width: 100%;
    color: #fff;
    border: 0;
    text-align: left;
    font-weight: 700;
    position: relative;
    padding: 20px 40px;
    background-color: #2647c8;
    transition: .3s all ease-in-out
}

.crm-faq-ques-ans .crm-faq-header button:after {
    top: 28px;
    right: 30px;
    font-size: 18px;
    content: "\f068";
    position: absolute;
    font-family: Font Awesome\ 5 Free
}

.crm-faq-ques-ans .crm-faq-header button.collapsed {
    color: #2647c8;
    background-color: #f6f8ff
}

.crm-faq-ques-ans .crm-faq-header button.collapsed:after {
    top: 20px;
    content: "\f067"
}

.crm-faq-ques-ans .crm-faq-wrapper {
    margin-top: 30px
}

.crm-faq-img {
    z-index: 1;
    animation: UpdownMoving 2s infinite alternate
}

.crm-faq-img img {
    animation: fadeFromRight 1s both 1s
}

.crm-counter-section {
    z-index: 5;
    position: relative;
    padding-bottom: 30px
}

.crm-counter-text-icon:after {
    left: 0;
    top: 15px;
    width: 2px;
    content: "";
    height: 60px;
    position: absolute;
    background-color: #f4f5f6
}

.crm-counter-text-icon .odometer,
.crm-counter-text-icon strong {
    line-height: 1;
    font-weight: 600;
    font-size: 50px;
    font-family: poppins
}

.crm-counter-text-icon .odometer {
    line-height: .8;
    font-weight: 600
}

.crm-counter-text-icon strong {
    top: 10px;
    position: relative
}

.crm-counter-text-icon p {
    font-weight: 700;
    padding-top: 5px
}

.crm-counter-wrapper {
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 30px 60px 0 rgba(0, 51, 120, .04)
}

.crm-counter-wrapper .col-lg-3:last-child .crm-counter-text-icon:after {
    display: none
}

.crm-testimonial-section {
    z-index: 1;
    top: -50px;
    padding: 120px 0 45px
}

.crm-testimonial-section .crm-testimonial-bg {
    left: 0;
    right: 0;
    top: 0;
    z-index: -1
}

.crm-testimonial-section .crm-testimonial-area {
    margin: 0 auto;
    max-width: 790px
}

.crm-testimonial-section .crm-testimonial-area .crm-testimonial-img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%;
    border: 5px solid #fff;
    box-shadow: 0 16px 32px 0 rgba(0, 51, 120, .1)
}

.crm-testimonial-section .crm-testimonial-area .crm-testimonial-text {
    margin-top: 30px
}

.crm-testimonial-section .crm-testimonial-area .crm-testimonial-text p {
    font-size: 20px
}

.crm-testimonial-section .crm-testimonial-area .crm-testimonial-text .crm-testi-author {
    margin-top: 20px
}

.crm-testimonial-section .crm-testimonial-area .crm-testimonial-text .crm-testi-author h3 {
    font-size: 24px;
    font-weight: 600
}

.crm-testimonial-section .crm-testimonial-area .crm-testimonial-text .crm-testi-author span {
    font-size: 14px;
    font-weight: 700;
    background: linear-gradient(90deg, #ff7300 0, #ffc300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.crm-testimonial-section .crm-testimonial-area .owl-nav .owl-prev,
.crm-testimonial-section .crm-testimonial-area .owl-nav .owl-next {
    top: 52%;
    z-index: 1;
    color: #fff;
    background-color: #2647c8
}

.crm-testimonial-section .crm-testimonial-area .owl-nav .owl-prev:after,
.crm-testimonial-section .crm-testimonial-area .owl-nav .owl-next:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    transition: .4s all ease-in-out;
    transform: scale(0);
    background: linear-gradient(90deg, #ff7300 0, #ffc300 100%)
}

.crm-testimonial-section .crm-testimonial-area .owl-nav .owl-prev:hover:after,
.crm-testimonial-section .crm-testimonial-area .owl-nav .owl-next:hover:after {
    transform: scale(1)
}

.crm-testimonial-section .crm-testimonial-area .owl-nav .owl-prev {
    left: -120px
}

.crm-testimonial-section .crm-testimonial-area .owl-nav .owl-next {
    right: -120px
}

.crm-partner-section:after {
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
    height: 75px;
    position: absolute;
    background-color: #1332ad
}

.crm-partner-section .crm-partner-wrapper {
    z-index: 5;
    padding: 60px;
    background-color: #fff;
    border-top: 2px solid #2647c8;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .02)
}

.crm-partner-section .crm-partner-slide-area .owl-nav {
    display: none
}

.crm-partner-section .crm-partner-slide-area .crm-partner-img img {
    transition: .3s all ease-in-out;
    filter: grayscale(1)
}

.crm-partner-section .crm-partner-slide-area .crm-partner-img:hover img {
    filter: grayscale(0)
}

.crm-mobile_menu_content {
    top: 0;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 280px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 40px 0;
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    transition: all .5s ease-in
}

.crm-mobile_menu_content .crm-mobile-main-navigation {
    width: 100%
}

.crm-mobile_menu_content .crm-mobile-main-navigation .navbar-nav {
    width: 100%
}

.crm-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important
}

.crm-mobile_menu_content .crm-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    transition: .3s all ease-in-out;
    border-bottom: 1px solid #dcdcdc
}

.crm-mobile_menu_content .crm-mobile-main-navigation .navbar-nav li:first-child {
    border-top: 1px solid #dcdcdc
}

.crm-mobile_menu_content .crm-mobile-main-navigation .navbar-nav li a {
    color: #000;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 30px;
    text-transform: uppercase
}

.crm-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px
}

.crm-mobile_menu_wrap.mobile_menu_on .crm-mobile_menu_content {
    right: 0;
    transition: all .7s ease-out
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .9);
    transition: all .5s ease-in-out
}

.mobile_menu_overlay_on {
    overflow: hidden
}

.crm-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible
}

.crm-mobile_menu_button {
    right: 0;
    top: -36px;
    z-index: 5;
    color: #2647c8;
    display: none;
    cursor: pointer;
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    text-align: center
}

.crm-mobile_menu .crm-mobile-main-navigation .navbar-nav li a:after {
    display: none
}

.crm-mobile_menu .crm-mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.crm-mobile_menu .crm-mobile_menu_content .crm-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: 0;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 5px 0;
    width: 100%;
    border-top: 1px solid #dcdcdc
}

.crm-mobile_menu .crm-mobile_menu_content .crm-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: 0;
    padding: 0 20px;
    line-height: 1
}

.crm-mobile_menu .dropdown {
    position: relative
}

.crm-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    padding: 5px 10px
}

.crm-mobile_menu .dropdown .dropdown-btn:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 0;
    background-color: #dcdcdc
}

.crm-mobile_menu .crm-mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute
}

.crm-footer-section {
    background-color: #1332ad
}

.crm-footer-section .crm-footer-wrapper {
    padding: 100px 0
}

.crm-footer-section .crm-footer-menu-widget {
    float: left;
    width: 33.33%
}

.crm-footer-section .crm-footer-menu-widget .crm-footer-store a {
    display: block;
    margin-bottom: 5px
}

.crm-footer-section .crm-footer-widget {
    color: #bdc4df
}

.crm-footer-section .crm-footer-widget .widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 35px
}

.crm-footer-section .crm-footer-widget .crm-footer-support {
    color: #fff
}

.crm-footer-section .crm-footer-widget .crm-footer-support:before {
    top: -2px;
    width: 1px;
    background-color: #425bbd
}

.crm-footer-section .crm-footer-widget .crm-footer-support a {
    color: #fff
}

.crm-footer-section .crm-footer-widget p {
    max-width: 280px;
    padding-top: 38px
}

.crm-footer-section .crm-footer-widget p a {
    font-weight: 700;
    color: #fff
}

.crm-footer-section .crm-footer-widget .crm-footer-social {
    margin-top: 38px
}

.crm-footer-section .crm-footer-widget .crm-footer-social a {
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    position: relative;
    display: inline-block;
    border: 2px solid #2b47b5;
    transition: .3s all ease-in-out
}

.crm-footer-section .crm-footer-widget .crm-footer-social a:hover {
    color: #fff;
    border: 2px solid #fff
}

.crm-footer-section .crm-footer-widget .crm-footer-menu-widget a {
    display: block;
    margin-bottom: 18px;
    transition: .3s all ease-in-out
}

.crm-footer-section .crm-footer-widget .crm-footer-menu-widget a:hover {
    color: #fff
}

.crm-footer-copyright {
    padding: 35px 0 32px;
    background-color: #2647c8
}

@media screen and (min-width:768px) {
    .crm-footer-copyright .crm-footer-copyright-menu ul {
        display: flex
    }
}

.crm-footer-copyright .crm-footer-copyright-menu a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-right: 70px;
    transition: .3s all ease-in-out
}

.crm-footer-copyright .crm-footer-copyright-menu a:hover {
    color: #000
}

.crm-scrollup {
    right: 0;
    z-index: 5;
    width: 60px;
    height: 60px;
    bottom: -17px;
    line-height: 60px;
    position: absolute;
    background-color: #1332ad
}

.crm-scrollup i {
    color: #fff
}

@media screen and (max-width:1440px) {
    .crm-banner-section .crm-banner-vector {
        left: -130px
    }

    .crm-brand-logo-wrap li {
        margin: 0 30px
    }

    .crm-brand-logo-wrap {
        padding: 0 15px
    }

    .crm-brand-logo-wrap li:nth-child(4) {
        transform: translate(120px, -150px)
    }

    .crm-brand-logo-wrap li:nth-child(5) {
        transform: translate(70px, -320px)
    }

    .crm-banner-section .crm-banner-content .crm-banner-subscribe input {
        background-color: #f1f1f1
    }
}

@media screen and (max-width:1300px) {
    .crm-brand-logo-wrap {
        text-align: center
    }

    .crm-brand-logo-wrap li {
        width: 120px;
        height: 120px;
        border-radius: 100%;
        transform: translate(0) !important
    }

    .crm-banner-section {
        padding: 295px 0 200px
    }
}

@media screen and (max-width:1199px) {
    .crm-banner-section .crm-banner-vector {
        left: -190px
    }
}

@media screen and (max-width:1024px) {
    .crm-banner-section .crm-banner-vector {
        left: -280px
    }

    .crm-banner-section .crm-banner-content h1 {
        font-size: 40px
    }

    .crm-banner-section .crm-banner-content {
        max-width: 460px
    }

    .crm-banner-section .crm-b-shape3 {
        display: none
    }

    .crm-banner-section .crm-banner-content .crm-banner-subscribe button {
        width: 160px
    }

    .crm-main-header .crm-main-navigation li {
        margin: 0 15px
    }

    .crm-testimonial-section .crm-testimonial-area .owl-nav .owl-prev {
        left: -80px
    }

    .crm-testimonial-section .crm-testimonial-area .owl-nav .owl-next {
        right: -80px
    }
}

@media screen and (max-width:991px) {
    .crm-banner-shape {
        display: none
    }

    .crm-main-menu-item {
        display: none
    }

    .crm-mobile_menu_button {
        display: block
    }

    .crm-banner-section .crm-banner-vector {
        margin-top: 40px;
        text-align: center;
        position: static !important
    }

    .crm-banner-section .crm-banner-content {
        float: none;
        margin: 0 auto;
        max-width: 600px;
        padding: 0 15px;
        text-align: center
    }

    .crm-brand-logo-wrap li {
        margin: 0 5px
    }

    .crm-banner-section {
        background-color: #ffeed8;
        padding: 150px 0 70px
    }

    .crm-brand-logo-section {
        padding: 40px 0
    }

    .crm-main-header {
        padding-top: 20px
    }

    .crm-main-header .crm-logo {
        margin-top: 0
    }

    .crm-main-header.crm-sticky-menu {
        padding-top: 15px
    }

    .crm-logo-1 {
        display: none
    }

    .crm-logo-2 {
        display: block
    }

    .crm-main-header.crm-sticky-menu .crm-logo-2 {
        display: none
    }

    .crm-main-header.crm-sticky-menu .crm-logo-1 {
        display: block
    }

    .crm-main-header.crm-sticky-menu .crm-mobile_menu_button {
        color: #fff
    }

    .crm-about-section .crm-about-text-wrap {
        max-width: 100%;
        margin-bottom: 50px
    }

    .crm-about-img {
        max-width: 570px;
        margin: 0 auto
    }

    .crm-server-list-item li {
        width: 100%
    }

    .crm-faq-ques-ans {
        max-width: 100%;
        margin-bottom: 40px
    }

    .crm-faq-img {
        margin: 0 auto;
        max-width: 570px
    }

    .crm-footer-section .crm-footer-widget {
        margin-bottom: 40px
    }

    .crm-section-title h2 {
        font-size: 30px
    }

    .crm-call-to-action .crm-call-action-text a {
        float: none;
        margin-top: 20px;
        display: inline-block
    }
}

@media screen and (max-width:780px) {
    .crm-testimonial-section .crm-testimonial-area .owl-nav {
        margin-top: 30px;
        text-align: center
    }

    .crm-testimonial-section .crm-testimonial-area .owl-nav .owl-prev,
    .crm-testimonial-section .crm-testimonial-area .owl-nav .owl-next {
        position: static;
        margin: 0 5px;
        transform: translate(0)
    }
}

@media screen and (max-width:767px) {

    .crm-screen-section .crm-screen-slider-wrap .owl-nav .owl-prev,
    .crm-screen-section .crm-screen-slider-wrap .owl-nav .owl-next {
        position: static;
        margin: 0 5px
    }

    .crm-counter-text-icon {
        margin-bottom: 10px
    }
}

@media screen and (max-width:570px) {
    .crm-banner-section .crm-banner-content h1 {
        font-size: 40px
    }

    .crm-brand-logo-wrap li {
        width: 80px;
        height: 80px
    }

    .crm-brand-logo-section {
        padding: 20px 0
    }

    .crm-about-section {
        padding: 30px 0 40px
    }

    .crm-server-section {
        padding: 50px 0
    }

    .crm-core-feature-text {
        padding: 30px 0 0
    }

    .crm-core-feature-section {
        padding: 50px 0 40px
    }

    .crm-screen-section {
        padding: 50px 0
    }

    .crm-call-to-action .crm-call-action-text a {
        width: 140px
    }

    .crm-faq-section {
        padding: 50px 0
    }

    .crm-counter-text-icon:after {
        display: none
    }
}

@media screen and (max-width:480px) {
    .crm-banner-section .crm-banner-content h1 {
        font-size: 36px
    }

    .crm-banner-section .crm-banner-content .crm-banner-subscribe input {
        height: 60px
    }

    .crm-banner-section .crm-banner-content .crm-banner-subscribe button {
        height: 40px
    }

    .crm-brand-logo-wrap li {
        margin-bottom: 20px
    }

    .crm-footer-section .crm-footer-menu-widget {
        width: 100%;
        margin-bottom: 30px
    }

    .crm-footer-section .crm-footer-wrapper {
        padding: 50px 0
    }

    .crm-footer-copyright .crm-footer-copyright-menu a {
        font-size: 14px;
        margin-right: 5px
    }

    .crm-footer-section .crm-footer-wrapper {
        padding: 50px 0 20px
    }

    .crm-scrollup {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .crm-scrollup i {
        font-size: 14px
    }

    .crm-testimonial-section .crm-testimonial-area .owl-nav .owl-next,
    .crm-screen-section .crm-screen-slider-wrap .owl-nav .owl-next,
    .crm-testimonial-section .crm-testimonial-area .owl-nav .owl-prev,
    .crm-screen-section .crm-screen-slider-wrap .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .crm-counter-text-icon .odometer,
    .crm-counter-text-icon strong {
        font-size: 36px
    }
}

@media screen and (max-width:420px) {
    .crm-banner-section .crm-banner-content h1 {
        font-size: 30px
    }

    .crm-section-title h2 {
        font-size: 28px
    }

    .crm-about-section .crm-about-text-wrap .crm-about-subtext {
        font-size: 16px
    }

    .crm-server-list-item li a .crm-server-code {
        margin-right: 10px
    }

    .crm-server-list-item li a .crm-server-text {
        width: 100%;
        display: block;
        float: none !important
    }

    .crm-faq-ques-ans .crm-faq-header button {
        padding: 20px 15px
    }

    .crm-faq-ques-ans .crm-faq-header button:after {
        top: 24px;
        right: 15px;
        font-size: 12px
    }

    .crm-counter-text-icon .odometer,
    .crm-counter-text-icon strong {
        font-size: 30px
    }

    .crm-counter-text-icon strong {
        top: 5px
    }

    .crm-banner-section .crm-banner-content .crm-banner-subscribe input::placeholder {
        font-size: 12px
    }

    .crm-banner-section .crm-banner-content .crm-banner-subscribe button {
        width: 120px;
        font-size: 12px
    }
}

@media screen and (max-width:375px) {
    .crm-banner-section .crm-banner-content h1 {
        font-size: 28px
    }

    .crm-banner-section .crm-banner-content p {
        font-size: 16px
    }

    .crm-section-title h2 {
        font-size: 26px
    }

    .crm-about-section .crm-about-list-wrapper .crm-about-text h3 {
        font-size: 18px
    }

    .crm-faq-ques-ans .crm-faq-header button {
        font-size: 14px
    }

    .crm-testimonial-section .crm-testimonial-area .crm-testimonial-text p {
        font-size: 16px
    }

    .crm-footer-copyright .crm-footer-copyright-menu a {
        font-weight: 400;
        margin-right: 2px
    }
}

.crm-home.dark-version .crm-banner-section {
    background-color: #050017
}

/*SMM management*/
.smm-footer-section .smm-footer-widget .smm-footer-support {
    font-size: 14px;
    padding-left: 60px
}

.smm-footer-section .smm-footer-widget .smm-footer-support span {
    color: #fff;
    display: block
}

.smm-footer-section .smm-footer-widget .smm-footer-support a {
    color: #fff;
    font-weight: 700
}

.smm-footer-section .smm-footer-widget .smm-footer-support:before {
    top: 10px;
    left: 25px;
    width: 2px;
    content: "";
    height: 40px;
    position: absolute;
    background-color: #fff
}

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeFromUp {
    animation-name: fadeFromUp
}

.fadeFromRight {
    animation-name: fadeFromRight
}

.fadeFromLeft {
    animation-name: fadeFromLeft
}

.smm-home {
    margin: 0;
    padding: 0;
    color: #102fa5;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.625;
    font-family: roboto;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.smm-home::selection {
    color: #fff;
    background-color: #6e3ebf
}

.smm-home::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.smm-home .container {
    max-width: 1200px
}

.smm-home .ul-li ul {
    margin: 0;
    padding: 0
}

.smm-home .ul-li ul li {
    list-style: none;
    display: inline-block
}

.smm-home .ul-li-block ul {
    margin: 0;
    padding: 0
}

.smm-home .ul-li-block ul li {
    list-style: none;
    display: block
}

div#smm-preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #f1f2f3;
    background: #f1f2f3 url(../img/pre.svg) no-repeat center center
}

.smm-home [data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.smm-home a {
    color: inherit;
    text-decoration: none
}

.smm-home a:hover,
.smm-home a:focus {
    text-decoration: none
}

.smm-home img {
    max-width: 100%;
    height: auto
}

.smm-home section {
    overflow: hidden
}

.smm-home button {
    cursor: pointer
}

.smm-home .form-control:focus,
.smm-home button:visited,
.smm-home button.active,
.smm-home button:hover,
.smm-home button:focus,
.smm-home input:visited,
.smm-home input.active,
.smm-home input:hover,
.smm-home input:focus,
.smm-home textarea:hover,
.smm-home textarea:focus,
.smm-home a:hover,
.smm-home a:focus,
.smm-home a:visited,
.smm-home a.active,
.smm-home select,
.smm-home select:hover,
.smm-home select:focus,
.smm-home select:visited {
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    color: inherit
}

.smm-home .form-control {
    box-shadow: none
}

.smm-home .relative-position {
    position: relative
}

.smm-home .pera-content p {
    margin-bottom: 0
}

@keyframes zooming {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.05, 1.05)
    }

    100% {
        transform: scale(1, 1)
    }
}

.zooming {
    animation: zooming 18s infinite both
}

.smm-headline h1,
.smm-headline h2,
.smm-headline h3,
.smm-headline h4,
.smm-headline h5,
.smm-headline h6 {
    margin: 0;
    font-family: poppins
}

.smm-section-title span {
    font-weight: 500;
    color: #ff5722;
    padding: 6px 20px;
    display: inline-block;
    margin-bottom: 15px;
    background-color: #fff4f1
}

.smm-section-title h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;
    padding-bottom: 12px
}

.smm-title-subtext {
    font-size: 18px
}

.smm-title-subtext a {
    font-weight: 700
}

.smm-main-header {
    z-index: 99;
    width: 100%;
    padding: 30px 0;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(29, 33, 34, .04)
}

.smm-main-header .smm-logo {
    margin-top: 7px;
    padding-right: 50px
}

.smm-main-header .dropdown {
    position: relative
}

.smm-main-header .dropdown:after {
    top: -2px;
    color: #102fa5;
    right: -14px;
    content: "+";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    transition: .3s all ease-in-out
}

.smm-main-header .dropdown .dropdown-menu {
    top: 65px;
    left: 0;
    opacity: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    height: auto;
    width: 200px;
    border: 0;
    display: block;
    border-radius: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    transition: all .4s ease-in-out;
    border-bottom: 2px solid #003378;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1)
}

.smm-main-header .dropdown .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5
}

.smm-main-header .dropdown .dropdown-menu li a {
    width: 100%;
    color: #343434;
    display: block;
    font-size: 14px;
    padding: 10px 25px;
    position: relative;
    transition: .3s all ease-in-out
}

.smm-main-header .dropdown .dropdown-menu li a:before {
    display: none
}

.smm-main-header .dropdown .dropdown-menu li a:after {
    left: 10px;
    top: 16px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    background-color: #fff;
    transition: .3s all ease-in-out
}

.smm-main-header .dropdown .dropdown-menu li a:hover {
    background-color: #003378;
    color: #fff
}

.smm-main-header .dropdown .dropdown-menu li a:hover:after {
    transform: scale(1)
}

.smm-main-header .dropdown .dropdown-menu li:last-child {
    border-bottom: 0
}

.smm-main-header .dropdown:hover .dropdown-menu {
    top: 45px;
    opacity: 1;
    visibility: visible
}

.smm-main-header .navbar-nav {
    display: inherit
}

.smm-main-header .smm-main-navigation {
    margin-top: 12px
}

.smm-main-header .smm-main-navigation li {
    margin: 0 32px
}

.smm-main-header .smm-main-navigation li a {
    color: #102fa5;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px
}

.smm-main-header .smm-main-navigation li a:before {
    left: 0;
    right: 0;
    width: 0;
    content: "";
    bottom: 5px;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    background-color: #102fa5;
    transition: .5s all ease-in-out
}

.smm-main-header .smm-main-navigation li:hover a:before {
    width: 100%
}

.smm-main-header .smm-header-btn {
    color: #fff;
    height: 50px;
    width: 170px;
    line-height: 50px;
    border-radius: 7px;
    background-color: #102fa5;
    transition: .3s all ease-in-out
}

.smm-main-header .smm-header-btn a {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 700
}

.smm-main-header .smm-header-btn:hover {
    color: #fff;
    background-color: #000
}

.smm-side-bar-toggle svg {
    width: 24px;
    fill: #fff
}

.smm-side-bar-toggle {
    z-index: 1;
    width: 70px;
    height: 70px;
    right: 240px;
    bottom: -60px;
    cursor: pointer;
    line-height: 75px;
    text-align: center;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #102fa5
}

.smm-side-bar-toggle:before {
    top: 8px;
    left: 8px;
    content: "";
    width: 50px;
    height: 50px;
    z-index: -1;
    position: absolute;
    border-radius: 10px;
    background-color: #ff5722
}

.smm-sticky-menu {
    top: 0;
    position: fixed;
    padding: 10px 0;
    animation-duration: .7s;
    background-color: #fff;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
    transition: .3s all ease-in-out
}

.smm-sticky-menu .smm-side-bar-toggle {
    display: none
}

.sm-side_inner_content {
    top: 0;
    bottom: 0;
    right: -420px;
    height: 110vh;
    z-index: 101;
    position: fixed;
    width: 400px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    transition: all .5s
}

.sm-side_inner_content p {
    text-align: left
}

.sm-side_inner_content .side_inner_logo {
    margin: 30px 0
}

.sm-side_inner_content .side_contact {
    margin-bottom: 30px
}

.sm-side_inner_content .side_contact .social_widget {
    margin-bottom: 40px
}

.sm-side_inner_content .side_contact .social_widget h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0
}

.sm-side_inner_content .side_contact .social_widget li {
    color: #fff;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    background-color: #102fa5
}

.sm-side_inner_content .side_contact .social_widget li i {
    font-size: 14px
}

.sm-side_inner_content .side_contact .smm-sidebar-gallary {
    margin-bottom: 25px
}

.sm-side_inner_content .side_contact .smm-sidebar-gallary h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0
}

.sm-side_inner_content .side_contact .smm-sidebar-gallary li {
    float: left;
    margin: 5px 3px
}

.sm-side_inner_content .side_copywright {
    font-size: 14px
}

.sm-side_inner_content .close_btn {
    top: 30px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    position: absolute;
    background-color: #f5f5f5;
    transition: .3s all ease-in-out
}

.sm-side_inner_content .close_btn svg {
    width: 14px
}

.sm-side_inner_content .close_btn:hover {
    background-color: #ff5722
}

.sm-side_inner_content .close_btn:hover i {
    color: #fff
}

.smm-sidebar-inner.wide_side_on .sm-side_inner_content {
    right: -15px;
    z-index: 99;
    transition: all .7s
}

.smm-sidebar-inner {
    display: inline-block
}

.smm-sidebar-inner .side_overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    z-index: 9;
    height: 110vh;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    transition: all .3s ease-in-out
}

.body_overlay_on {
    overflow: hidden
}

.smm-sidebar-inner.wide_side_on .side_overlay {
    opacity: 1;
    visibility: visible
}

.smm-banner-section {
    background-color: #f7faff
}

.smm-banner-section .smm-banner-wrapper .smm-banner-img {
    top: 200px;
    right: -110px;
    position: absolute;
    animation: zoomIn 1.7s both .3s
}

.smm-banner-section .smm-banner-text-content {
    max-width: 560px;
    padding: 260px 0 215px
}

.smm-banner-section .smm-banner-text-content span {
    font-size: 14px;
    font-weight: 500;
    color: #ff5722;
    padding: 10px 20px;
    background-color: #fff
}

.smm-banner-section .smm-banner-text-content h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.25;
    position: relative;
    padding: 20px 0 50px
}

.smm-banner-section .smm-banner-text-content h1 span {
    color: #ff5722
}

.smm-banner-section .smm-banner-text-content a {
    color: #fff;
    width: 100%;
    height: 60px;
    width: 200px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    transition: .3s all ease-in-out;
    background-color: #ff5722
}

.smm-banner-section .smm-banner-text-content a:hover {
    background-color: #102fa5
}

.smm-social-section .smm-social-wrapper .smm-social-icon-text {
    padding: 30px 40px 32px;
    background-color: #fff;
    box-shadow: 0 16px 32px 0 rgba(125, 130, 131, .08)
}

.smm-social-section .smm-social-wrapper .smm-social-icon-text .smm-social-icon {
    margin-right: 25px
}

.smm-social-section .smm-social-wrapper .smm-social-icon-text .smm-social-text p {
    font-size: 18px;
    font-weight: 700
}

.smm-social-section .smm-social-wrapper .smm-social-icon-text .smm-social-text span {
    font-size: 18px
}

.smm-about-section {
    padding: 40px 0 100px
}

.smm-about-text-wrap {
    float: right;
    padding-top: 40px;
    max-width: 520px
}

.smm-about-text-wrap .smm-title-subtext {
    padding: 12px 0 35px
}

.smm-about-text-wrap .smm-about-service-list li {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

.smm-about-text-wrap .smm-about-service-list li i {
    width: 40px !important;
    height: 40px;
    font-size: 18px;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    color: #ff5722;
    margin-right: 20px;
    background-color: #fff4f1
}

.smm-about-img {
    left: -165px;
    position: absolute
}

.smm-counter-section {
    z-index: 5;
    position: relative
}

.smm-counter-text-icon:after {
    right: 0;
    top: 15px;
    width: 2px;
    content: "";
    height: 60px;
    position: absolute;
    background-color: #7b92d0
}

.smm-counter-text-icon .odometer,
.smm-counter-text-icon strong {
    line-height: 1;
    font-weight: 600;
    font-size: 50px;
    color: #fff;
    font-family: poppins
}

.smm-counter-text-icon .odometer {
    line-height: .8;
    font-weight: 600
}

.smm-counter-text-icon strong {
    top: 10px;
    position: relative
}

.smm-counter-text-icon p {
    color: #7b92d0;
    font-weight: 700;
    padding-top: 5px
}

.smm-counter-wrapper {
    padding: 40px;
    border-radius: 10px;
    background-color: #002daa
}

.smm-counter-wrapper .col-lg-3:last-child .smm-counter-text-icon:after {
    display: none
}

.smm-feature-section {
    padding: 100px 0 70px;
    background-color: #f7faff
}

.smm-feature-section .smm-feature-wrapper {
    margin-top: 35px
}

.smm-feature-innerbox {
    padding: 40px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    transition: .3s all ease-in-out
}

.smm-feature-innerbox:after {
    left: 0;
    right: 0;
    width: 0;
    bottom: 0;
    height: 4px;
    content: "";
    margin: 0 auto;
    position: absolute;
    background-color: #ff5722;
    transition: .4s all ease-in-out
}

.smm-feature-innerbox .smm-feature-icon {
    margin-right: 25px
}

.smm-feature-innerbox .smm-feature-icon i {
    font-size: 60px;
    line-height: 1
}

.smm-feature-innerbox h3 {
    font-size: 20px;
    margin-top: 5px;
    max-width: 160px;
    font-weight: 600;
    display: inline-block
}

.smm-feature-innerbox .smm-feature-text {
    width: 100%;
    margin-top: 15px;
    display: inline-block
}

.smm-feature-innerbox:hover {
    box-shadow: 0 16px 32px 0 rgba(0, 45, 170, .04)
}

.smm-feature-innerbox:hover:after {
    width: 100%
}

.smm-team-section {
    padding: 100px 0
}

.smm-team-member-wrapper {
    margin-top: 40px
}

.smm-team-innerbox {
    border-radius: 10px;
    padding: 40px 0 38px;
    background-color: #f7faff;
    transition: .4s all ease-in-out
}

.smm-team-innerbox .smm-team-img {
    margin-bottom: 22px
}

.smm-team-innerbox .smm-team-img:before {
    bottom: 0;
    width: 40px;
    right: 65px;
    content: "+";
    height: 40px;
    font-size: 24px;
    position: absolute;
    border-radius: 100%;
    background-color: #fff
}

.smm-team-innerbox .smm-team-img img {
    width: 180px;
    height: 180px;
    border-radius: 100%
}

.smm-team-innerbox .smm-team-img .smm-member-social {
    top: -50px;
    right: 5px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: .4s all ease-in-out
}

.smm-team-innerbox .smm-team-img .smm-member-social a {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 8px;
    border-radius: 100%;
    background-color: #fff;
    transition: .3s all ease-in-out
}

.smm-team-innerbox .smm-team-img .smm-member-social a:hover {
    color: #fff;
    background-color: #ff5722
}

.smm-team-innerbox .smm-team-img .smm-member-social a i {
    line-height: 40px
}

.smm-team-innerbox .smm-team-img .smm-member-social a:nth-child(3) {
    transform: translate(5px, -5px)
}

.smm-team-innerbox .smm-team-img .smm-member-social a:nth-child(2) {
    transform: translate(-25px, 0)
}

.smm-team-innerbox .smm-team-img .smm-member-social a:nth-child(1) {
    transform: translate(-70px, 25px)
}

.smm-team-innerbox .smm-team-img.social-show:before {
    content: "-"
}

.smm-team-innerbox .smm-team-img.social-show .smm-member-social {
    opacity: 1;
    right: 35px;
    visibility: visible
}

.smm-team-innerbox .smm-team-text span {
    font-size: 14px;
    font-weight: 700;
    color: #ff5722
}

.smm-team-innerbox .smm-team-text h3 {
    font-size: 24px;
    font-weight: 700;
    padding-top: 10px;
    transition: .3s all ease-in-out
}

.smm-team-innerbox:hover {
    background-color: #102fa5
}

.smm-team-innerbox:hover .smm-team-text h3 {
    color: #fff
}

.smm-skill-section {
    padding: 0 0 80px;
    background-color: #102fa5
}

.smm-skill-section .smm-skill-section-wrapper {
    margin: 0 auto;
    max-width: 1920px;
    padding-top: 100px
}

.smm-skill-section .smm-skill-img {
    top: 0;
    left: 0;
    width: 50%;
    position: absolute
}

.smm-skill-section .smm-skill-img img {
    height: 100%
}

.smm-skill-section .smm-skill-img .smm-skill-play {
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    transform: translateY(-50%)
}

.smm-skill-section .smm-skill-img .smm-skill-play a {
    font-size: 100px;
    color: #fff
}

.smm-skill-section .smm-skill-img .smm-skill-play a svg {
    width: 100px;
    fill: #fff
}

.smm-skill-wrapper {
    float: right;
    max-width: 500px
}

.smm-skill-wrapper .skill-progress-bar {
    margin-top: 55px
}

.smm-skill-wrapper .smm-section-title span {
    background-color: #ffffff1a
}

.smm-skill-wrapper .smm-section-title h2 {
    color: #fff
}

.smm-skill-wrapper .skill-set-percent {
    margin-top: 25px
}

.smm-skill-wrapper .skill-set-percent h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 8px
}

.smm-skill-wrapper .skill-set-percent .progress {
    height: 4px;
    border-radius: 0;
    position: relative;
    overflow: visible;
    background-color: #203fb3
}

.smm-skill-wrapper .skill-set-percent .progress span {
    top: -40px;
    right: 40px;
    color: #fff;
    height: 20px;
    width: 40px;
    text-align: center;
    font-weight: 700;
    position: relative;
    background-color: #021e8b
}

.smm-skill-wrapper .skill-set-percent .progress span:before {
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    width: 0;
    bottom: -7px;
    border-top: 7px solid #021e8b;
    border-left: 5px solid transparent
}

.smm-skill-wrapper .skill-set-percent .progress-bar {
    width: 0;
    top: 0;
    float: left;
    height: 100%;
    position: relative;
    background-color: #fff;
    transition: 1s all ease-in-out
}

.smm-case-study-section {
    padding: 100px 0
}

.smm-case-study-wrapper {
    margin-top: 20px
}

.smm-case-tab {
    padding: 35px 0;
    margin-bottom: 40px;
    box-shadow: 0 16px 32px 0 rgba(0, 45, 170, .04)
}

.smm-case-tab .nav-gallery li {
    padding: 0;
    border: 0;
    font-weight: 700;
    margin: 0 28px;
    cursor: pointer;
    position: relative
}

.smm-case-tab .nav-gallery li:after {
    left: 0;
    right: 0;
    content: "";
    width: 5px;
    opacity: 0;
    height: 5px;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
    border-radius: 100%;
    background-color: #ff5722;
    transition: .3s all ease-in-out
}

.smm-case-tab .nav-gallery li.active {
    color: #ff5722
}

.smm-case-tab .nav-gallery li.active:after {
    opacity: 1;
    bottom: -10px
}

.smm-case-innerbox {
    overflow: hidden;
    border-radius: 10px
}

.smm-case-innerbox:before {
    content: "";
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: .3s all ease-in-out;
    background-color: rgba(16, 45, 162, .85)
}

.smm-case-innerbox .smm-case-text {
    top: 0;
    left: 40px;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    position: absolute;
    transition: .4s all ease-in-out
}

.smm-case-innerbox .smm-case-text h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 18px
}

.smm-case-innerbox .smm-case-text p {
    color: #b1bbe1;
    max-width: 285px
}

.smm-case-innerbox .smm-case-popup {
    z-index: 1;
    left: 40px;
    width: 60px;
    bottom: 40px;
    opacity: 0;
    height: 60px;
    border-radius: 8px;
    position: absolute;
    text-align: center;
    transform: scale(0);
    background-color: #ff5722;
    transition: .4s all ease-in-out
}

.smm-case-innerbox .smm-case-popup a svg {
    fill: #fff;
    width: 22px;
    padding-top: 18px
}

.smm-case-innerbox.smm-filter-overlay-control:before {
    content: none
}

.smm-case-innerbox.smm-filter-overlay-control .smm-case-popup,
.smm-case-innerbox.smm-filter-overlay-control .smm-case-text {
    display: none
}

.smm-case-innerbox .smm-case-popup a {
    color: #fff;
    width: 100%;
    display: block
}

.smm-case-innerbox .smm-case-popup a i {
    line-height: 60px
}

.smm-case-innerbox:hover:before {
    opacity: 1
}

.smm-case-innerbox:hover .smm-case-text {
    top: 40px;
    opacity: 1;
    visibility: visible
}

.smm-case-innerbox:hover .smm-case-popup {
    opacity: 1;
    transform: scale(1);
    visibility: visible
}

.smm-testimonial-section {
    padding: 100px 0
}

.smm-testimonial-wrap {
    margin: 0 auto;
    max-width: 1045px
}

.smm-testimonial-wrap .smm-testimonial-img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 35px;
    border-radius: 100%;
    border: 5px solid #ff5722;
    box-shadow: 0 16px 32px 0 rgba(0, 51, 120, .1)
}

.smm-testimonial-wrap .smm-testimonial-text p {
    color: #b9c3e9;
    margin: 0 auto;
    font-size: 20px;
    max-width: 780px;
    padding-bottom: 20px
}

.smm-testimonial-wrap .smm-testimonial-text .smm-testi-author h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600
}

.smm-testimonial-wrap .smm-testimonial-text .smm-testi-author span {
    font-size: 14px;
    font-weight: 700;
    color: #ff5722
}

.smm-testimonial-wrapper .owl-nav .owl-next,
.smm-testimonial-wrapper .owl-nav .owl-prev {
    top: 50%;
    color: #fff;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    border-radius: 10px;
    display: inline-block;
    background-color: #0c2895;
    transform: translateY(-50%);
    transition: .3s all ease-in-out
}

.smm-testimonial-wrapper .owl-nav .owl-next i,
.smm-testimonial-wrapper .owl-nav .owl-prev i {
    line-height: 60px
}

.smm-testimonial-wrapper .owl-nav .owl-next:hover,
.smm-testimonial-wrapper .owl-nav .owl-prev:hover {
    color: #fff;
    background-color: #ff5722
}

.smm-testimonial-wrapper .owl-nav .owl-next {
    right: 0
}

.smm-testimonial-wrapper .owl-dots {
    margin-top: 20px;
    text-align: center
}

.smm-testimonial-wrapper .owl-dots .owl-dot {
    height: 4px;
    width: 20px;
    margin: 0 4px;
    cursor: pointer;
    display: inline-block;
    background-color: #001565;
    transition: .3s all ease-in-out
}

.smm-testimonial-wrapper .owl-dots .owl-dot.active {
    background-color: #ff5722
}

.smm-blog-section {
    padding: 100px 0 0
}

.smm-blog-section .smm-blog-wrapper {
    margin-top: 28px
}

.smm-blog-img-text {
    transition: .3s all ease-in-out
}

.smm-blog-img-text .smm-blog-img {
    overflow: hidden;
    position: relative
}

.smm-blog-img-text .smm-blog-img img {
    transition: .5s all ease-in-out
}

.smm-blog-img-text .smm-blog-img:before {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    content: "";
    opacity: 0;
    height: 100%;
    position: absolute;
    background-color: #102fa5;
    transition: .3s all ease-in-out
}

.smm-blog-img-text .smm-blog-text {
    padding: 38px 40px;
    border: 2px solid #f8f8f8
}

.smm-blog-img-text .smm-blog-text .smm-blog-tag {
    font-size: 14px;
    font-weight: 700;
    color: #ff5722
}

.smm-blog-img-text .smm-blog-text h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 10px 0 25px;
    border-bottom: 2px solid #f8f8f8
}

.smm-blog-img-text .smm-blog-text .smm-date-meta {
    font-size: 14px;
    font-weight: 500
}

.smm-blog-img-text .smm-blog-text .smm-date-meta i {
    margin-right: 5px;
    color: #ff5722
}

.smm-blog-img-text .smm-blog-text .smm-blog-more {
    font-size: 14px;
    font-weight: 700;
    color: #ff5722;
    transition: .3s all ease-in-out
}

.smm-blog-img-text .smm-blog-text .smm-blog-more:hover {
    color: #102fa5
}

.smm-blog-img-text:hover {
    box-shadow: 0 8px 16px 0 rgba(16, 47, 165, .04)
}

.smm-blog-img-text:hover .smm-blog-img:before {
    opacity: .8
}

.smm-blog-img-text:hover .smm-blog-img img {
    transform: scale(1.1)
}

.smm-partner-section {
    bottom: -100px
}

.smm-partner-section .smm-partner-wrapper {
    z-index: 5;
    padding: 60px;
    background-color: #fff;
    border-top: 2px solid #102fa5;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .02)
}

.smm-partner-section .smm-partner-slider .owl-nav {
    display: none
}

.smm-partner-section .smm-partner-slider .smm-partner-img img {
    transition: .3s all ease-in-out;
    filter: grayscale(1)
}

.smm-partner-section .smm-partner-slider .smm-partner-img:hover img {
    filter: grayscale(0)
}

.smm-mobile_menu_content {
    top: 0;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 310px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 20px 35px 35px;
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    transition: all .5s ease-in
}

.smm-mobile_menu_content .smm-mobile-main-navigation {
    width: 100%
}

.smm-mobile_menu_content .smm-mobile-main-navigation .navbar-nav {
    width: 100%
}

.smm-mobile_menu_content .dropdown:after {
    display: none
}

.smm-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important
}

.smm-mobile_menu_content .smm-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    transition: .3s all ease-in-out
}

.smm-mobile_menu_content .smm-mobile-main-navigation .navbar-nav li a {
    padding: 0;
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 30px 10px 0;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.smm-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px
}

.smm-mobile_menu_wrap.mobile_menu_on .smm-mobile_menu_content {
    right: 0;
    transition: all .7s ease-out
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .9);
    transition: all .5s ease-in-out
}

.mobile_menu_overlay_on {
    overflow: hidden
}

.smm-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible
}

.smm-mobile_menu_button {
    right: 0;
    top: -36px;
    z-index: 5;
    color: #102fa5;
    display: none;
    cursor: pointer;
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    text-align: center
}

.smm-mobile_menu .smm-mobile-main-navigation .navbar-nav li a:after {
    display: none
}

.smm-mobile_menu .smm-mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.smm-mobile_menu .smm-mobile_menu_content .smm-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: 0;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 5px 0;
    width: 100%
}

.smm-mobile_menu .smm-mobile_menu_content .smm-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: 0;
    padding: 0 20px;
    line-height: 1
}

.smm-mobile_menu .smm-mobile_menu_content .smm-mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
    color: #ff5722;
    background-color: transparent
}

.smm-mobile_menu .dropdown {
    position: relative
}

.smm-mobile_menu .dropdown .dropdown-btn {
    color: #9397a7;
    position: absolute;
    top: 3px;
    right: 0;
    height: 30px;
    padding: 5px 10px
}

.smm-mobile_menu .dropdown .dropdown-btn.toggle-open {
    transform: rotate(90deg)
}

.smm-mobile_menu .smm-mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute
}

.smm-footer-section .smm-footer-wrapper {
    padding: 200px 0 100px
}

.smm-footer-section .smm-footer-menu-widget {
    float: left;
    width: 33.33%
}

.smm-footer-section .smm-footer-menu-widget .smm-footer-store a {
    display: block;
    margin-bottom: 5px
}

.smm-footer-section .smm-footer-widget {
    color: #bdc4df
}

.smm-footer-section .smm-footer-widget .widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 35px
}

.smm-footer-section .smm-footer-widget .smm-footer-support {
    color: #fff
}

.smm-footer-section .smm-footer-widget .smm-footer-support:before {
    top: -2px;
    width: 1px;
    background-color: #425bbd
}

.smm-footer-section .smm-footer-widget .smm-footer-support a {
    color: #fff
}

.smm-footer-section .smm-footer-widget p {
    max-width: 280px;
    padding-top: 38px
}

.smm-footer-section .smm-footer-widget p a {
    font-weight: 700;
    color: #fff
}

.smm-footer-section .smm-footer-widget .smm-footer-social {
    margin-top: 38px
}

.smm-footer-section .smm-footer-widget .smm-footer-social a {
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    position: relative;
    display: inline-block;
    border: 2px solid #2b47b5;
    transition: .3s all ease-in-out
}

.smm-footer-section .smm-footer-widget .smm-footer-social a:hover {
    color: #fff;
    border: 2px solid #fff
}

.smm-footer-section .smm-footer-widget .smm-footer-menu-widget a {
    display: block;
    margin-bottom: 18px;
    transition: .3s all ease-in-out
}

.smm-footer-section .smm-footer-widget .smm-footer-menu-widget a:hover {
    color: #fff
}

.smm-footer-section .smm-footer-widget .footer-blog-img-text {
    margin-bottom: 20px;
    display: inline-block
}

.smm-footer-section .smm-footer-widget .footer-blog-img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 10px
}

.smm-footer-section .smm-footer-widget .footer-blog-text .smm-date-meta,
.smm-home .rpwwt-post-date {
    color: #bdc4df;
    font-size: 12px;
    font-weight: 500;
    padding-left: 80px
}

.smm-footer-section .smm-footer-widget .footer-blog-text .smm-date-meta i {
    color: #ff5722;
    margin-right: 5px
}

.smm-footer-section .smm-footer-widget .footer-blog-text h3,
.smm-home .rpwwt-post-title {
    color: #fff;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 600
}

.smm-home .rpwwt-post-date:before {
    content: "\f073";
    font-family: 'font awesome 5 free';
    color: #ff5722;
    margin-right: 5px
}

.smm-home .rpwwt-widget li a {
    margin-bottom: 5px !important
}

.smm-home .rpwwt-widget ul li {
    margin-bottom: 5px
}

.smm-footer-copyright {
    padding: 35px 0 32px;
    background-color: #0a2697
}

.smm-footer-copyright ul {
    display: flex
}

.smm-footer-copyright .smm-footer-copyright-menu a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-right: 70px;
    transition: .3s all ease-in-out
}

.smm-footer-copyright .smm-footer-copyright-menu a:hover {
    color: #000
}

.smm-scrollup {
    right: 0;
    z-index: 5;
    width: 60px;
    height: 60px;
    bottom: -17px;
    line-height: 60px;
    position: absolute;
    background-color: #1332ad
}

.smm-scrollup i {
    color: #fff
}

.smm-home.dark-version {
    color: #d8d8d8
}

.smm-home.dark-version .smm-banner-section,
.smm-home.dark-version .smm-team-section,
.smm-home.dark-version .smm-case-study-section,
.smm-home.dark-version .smm-blog-section,
.smm-home.dark-version .smm-partner-section,
.smm-home.dark-version .smm-sidebar-inner.wide_side_on .sm-side_inner_content,
.smm-home.dark-version .smm-footer-section {
    background-color: #000
}

.smm-home.dark-version .smm-main-header,
.smm-home.dark-version .smm-counter-section,
.smm-home.dark-version .smm-feature-section {
    background-color: #121212
}

.smm-home.dark-version .smm-team-innerbox {
    background-color: #212121
}

.smm-home.dark-version .smm-social-section {
    position: relative
}

.smm-home.dark-version .smm-social-section:after {
    width: 100%;
    bottom: -60px;
    content: "";
    position: absolute;
    height: 120px;
    z-index: -1;
    background-color: #121212
}

.smm-home.dark-version .smm-main-header .smm-main-navigation li a,
.smm-home.dark-version .smm-main-header .dropdown:after,
.smm-home.dark-version .smm-social-section .smm-social-wrapper .smm-social-icon-text .smm-social-text span,
.smm-home.dark-version .smm-social-section .smm-social-wrapper .smm-social-icon-text .smm-social-text p {
    color: #d8d8d8
}

.smm-home.dark-version .smm-banner-section .smm-banner-text-content span {
    background-color: #232323
}

.smm-home.dark-version .smm-social-section .smm-social-wrapper .smm-social-icon-text,
.smm-home.dark-version .smm-about-section {
    background-color: #121212
}

.smm-home.dark-version .smm-section-title span,
.smm-home.dark-version .smm-about-text-wrap .smm-about-service-list li i {
    background-color: #232323
}

.smm-home.dark-version .smm-main-header .dropdown .dropdown-menu {
    background-color: #121212
}

.smm-home.dark-version .smm-main-header .dropdown .dropdown-menu li {
    border-bottom: 1px solid #404040
}

.smm-home.dark-version .smm-counter-section:after {
    background-color: #121212;
    position: relative
}

.smm-home.dark-version .smm-counter-section:after:after {
    width: 100%;
    bottom: -80px;
    content: "";
    z-index: -1;
    height: 120px;
    position: absolute;
    background-color: #121212
}

.smm-home.dark-version .smm-counter-wrapper {
    background-color: #272727
}

.smm-home.dark-version .smm-blog-section {
    padding-bottom: 100px
}

.smm-home.dark-version .smm-feature-innerbox {
    background-color: #000
}

.smm-home.dark-version .smm-team-innerbox .smm-team-img::before,
.smm-home.dark-version .smm-team-innerbox .smm-team-img .smm-member-social a {
    background-color: #4e4e4e
}

.smm-home.dark-version .smm-skill-section {
    background-color: #272727
}

.smm-home.dark-version .nav-tabs .nav-item.show .nav-link,
.smm-home.dark-version .nav-tabs .nav-link.active {
    background-color: transparent
}

.smm-home.dark-version .smm-blog-img-text .smm-blog-text {
    border: 2px solid #232323
}

.smm-home.dark-version .smm-partner-section {
    bottom: 0
}

@media screen and (max-width:1024px) {
    .smm-main-header .smm-main-navigation li {
        margin: 0 15px
    }

    .smm-banner-section .smm-banner-wrapper .smm-banner-img {
        right: -275px
    }

    .smm-about-img {
        left: -330px
    }

    .smm-team-innerbox .smm-team-img.social-show .smm-member-social {
        right: 10px
    }

    .smm-team-innerbox .smm-team-img:before {
        right: 40px
    }

    .smm-skill-section .smm-skill-img {
        left: -40px
    }

    .smm-footer-section .smm-footer-menu-widget {
        width: 29.33%
    }
}

@media screen and (max-width:1024px) {
    .smm-main-header {
        padding: 20px 0
    }

    .smm-side-bar-toggle {
        height: 50px;
        width: 50px;
        line-height: 45px;
        bottom: -45px
    }

    .smm-side-bar-toggle:before {
        top: 6px;
        left: 6px;
        width: 35px;
        height: 35px
    }

    .smm-side-bar-toggle i {
        font-size: 18px
    }

    .smm-side-bar-toggle svg {
        width: 18px
    }
}

@media screen and (max-width:991px) {
    .smm-main-menu-item {
        display: none
    }

    .smm-side-bar-toggle {
        display: none
    }

    .smm-mobile_menu_button {
        display: block
    }

    .smm-banner-section .smm-banner-wrapper .smm-banner-img {
        position: static
    }

    .smm-banner-section {
        padding-bottom: 100px
    }

    .smm-banner-section .smm-banner-text-content {
        max-width: 560px;
        padding: 260px 0 50px
    }

    .smm-about-img {
        position: static
    }

    .smm-about-text-wrap {
        float: none
    }

    .smm-counter-text-icon {
        margin-bottom: 20px
    }

    .smm-counter-text-icon:after {
        display: none
    }

    .smm-team-innerbox {
        max-width: 270px;
        margin: 0 auto;
        margin-bottom: 30px
    }

    .smm-skill-section .smm-skill-img {
        left: 0;
        right: 0;
        width: 100%;
        position: relative;
        text-align: center
    }

    .smm-skill-section .smm-skill-img img {
        height: auto
    }

    .smm-skill-wrapper {
        float: none;
        margin-top: 40px
    }

    .smm-footer-section .smm-footer-widget {
        margin-top: 30px
    }

    .smm-team-innerbox .smm-team-img.social-show .smm-member-social {
        right: 35px
    }

    .smm-team-innerbox .smm-team-img:before {
        right: 65px
    }
}

@media screen and (max-width:767px) {
    .smm-case-innerbox {
        margin: 0 auto;
        max-width: 370px;
        margin-bottom: 30px
    }

    .smm-case-tab .nav-tabs .nav-link {
        margin: 0 5px
    }

    .smm-testimonial-wrapper .owl-nav {
        text-align: center;
        margin-top: 50px
    }

    .smm-testimonial-wrapper .owl-dots {
        display: none
    }

    .smm-testimonial-wrapper .owl-nav .owl-next,
    .smm-testimonial-wrapper .owl-nav .owl-prev {
        position: static;
        height: 40px;
        width: 40px;
        transform: translate(0)
    }

    .smm-testimonial-wrapper .owl-nav .owl-next i,
    .smm-testimonial-wrapper .owl-nav .owl-prev i {
        line-height: 40px
    }

    .smm-blog-img-text {
        margin: 0 auto;
        max-width: 370px;
        margin-bottom: 30px
    }
}

@media screen and (max-width:680px) {
    .smm-footer-section .smm-footer-menu-widget {
        width: 100%;
        margin-bottom: 30px
    }

    .smm-footer-section .smm-footer-widget .footer-blog-img-text {
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .smm-banner-section .smm-banner-text-content h1 {
        font-size: 30px;
        padding: 20px 0
    }

    .smm-banner-section .smm-banner-text-content {
        padding: 170px 0 50px
    }

    .smm-banner-section .smm-banner-text-content a {
        height: 50px;
        width: 145px;
        line-height: 50px
    }

    .smm-section-title h2 {
        font-size: 26px
    }

    .smm-about-text-wrap .smm-about-service-list li {
        font-size: 16px
    }

    .smm-social-section {
        top: 0;
        padding-top: 40px
    }

    .smm-counter-text-icon .odometer,
    .smm-counter-text-icon strong {
        font-size: 30px
    }

    .smm-counter-text-icon strong {
        top: 5px
    }

    .smm-case-tab .nav-tabs .nav-link:after {
        display: none
    }

    .smm-testimonial-wrap .smm-testimonial-text p {
        font-size: 18px
    }

    .smm-testimonial-wrap .smm-testimonial-text .smm-testi-author h3 {
        font-size: 20px
    }

    .smm-about-section {
        padding: 40px 0
    }

    .smm-feature-section {
        padding: 50px 0 20px
    }

    .smm-feature-section .smm-feature-wrapper {
        margin-top: 20px
    }

    .smm-case-study-section {
        padding: 50px 0
    }

    .smm-case-tab {
        padding: 15px 0;
        margin-bottom: 20px
    }

    .smm-testimonial-section {
        padding: 50px 0
    }

    .smm-blog-section {
        padding: 50px 0 0
    }

    .smm-footer-section .smm-footer-wrapper {
        padding: 135px 0 50px
    }

    .smm-footer-copyright .smm-footer-copyright-menu a {
        margin-right: 5px;
        font-size: 12px;
        font-weight: 400
    }

    .smm-scrollup {
        height: 40px;
        width: 40px;
        line-height: 40px
    }

    .smm-team-section {
        padding: 50px 0 30px
    }
}

/*Software Management*/
.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support {
    font-size: 14px;
    padding-left: 60px
}

.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support span {
    color: #6c8493;
    display: block
}

.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support a {
    color: #fff;
    font-weight: 700
}

.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support:before {
    top: 10px;
    left: 25px;
    width: 2px;
    content: "";
    height: 40px;
    position: absolute;
    background-color: #fff
}

.soft-m-footer-contact a:after,
.soft-c-btn:after,
.soft-footer-btn:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 0;
    position: absolute;
    transition: .3s all ease-in-out;
    background: linear-gradient(90deg, #102465 0, #00acf0 100%)
}

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeFromUp {
    animation-name: fadeFromUp
}

.fadeFromRight {
    animation-name: fadeFromRight
}

.fadeFromLeft {
    animation-name: fadeFromLeft
}

.soft-m-home {
    margin: 0;
    padding: 0;
    color: #6c8493;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.625;
    font-family: roboto;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.soft-m-home::selection {
    color: #fff;
    background-color: #6e3ebf
}

.soft-m-home::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.soft-m-home .container {
    max-width: 1200px
}

.soft-m-home .ul-li ul {
    margin: 0;
    padding: 0
}

.soft-m-home .ul-li ul li {
    list-style: none;
    display: inline-block
}

.ul-li-block ul {
    margin: 0;
    padding: 0
}

.soft-m-home .ul-li-block ul li {
    list-style: none;
    display: block
}

div#soft-m-preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #f1f2f3;
    background: #f1f2f3 url(../img/software/pre.svg) no-repeat center center
}

.soft-m-home [data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.soft-m-home a {
    color: inherit;
    text-decoration: none
}

.soft-m-home a:hover,
.soft-m-home a:focus {
    text-decoration: none
}

.soft-m-home img {
    max-width: 100%;
    height: auto
}

.soft-m-home section {
    overflow: hidden
}

.soft-m-home button {
    cursor: pointer
}

.soft-m-home .form-control:focus,
.soft-m-home button:visited,
.soft-m-home button.active,
.soft-m-home button:hover,
.soft-m-home button:focus,
.soft-m-home input:visited,
.soft-m-home input.active,
.soft-m-home input:hover,
.soft-m-home input:focus,
.soft-m-home textarea:hover,
.soft-m-home textarea:focus,
.soft-m-home a:hover,
.soft-m-home a:focus,
.soft-m-home a:visited,
.soft-m-home a.active,
.soft-m-home select,
.soft-m-home select:hover,
.soft-m-home select:focus,
.soft-m-home select:visited {
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    color: inherit
}

.soft-m-home .form-control {
    box-shadow: none
}

.soft-m-home .pera-content p {
    margin-bottom: 0
}

@keyframes zooming {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.05, 1.05)
    }

    100% {
        transform: scale(1, 1)
    }
}

.zooming {
    animation: zooming 18s infinite both
}

.soft-m-headline h1,
.soft-m-headline h2,
.soft-m-headline h3,
.soft-m-headline h4,
.soft-m-headline h5,
.soft-m-headline h6 {
    margin: 0;
    font-family: poppins
}

.soft-m-section-title span {
    color: #1970cc;
    font-size: 18px;
    font-weight: 500
}

.soft-m-section-title h2 {
    color: #102465;
    font-size: 60px;
    font-weight: 600
}

.soft-m-scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background: linear-gradient(-90deg, #102465 0, #00acf0 100%)
}

.soft-m-scrollup i {
    color: #fff;
    font-size: 20px
}

.soft-m-main-header {
    z-index: 99;
    width: 100%;
    padding: 35px 0;
    position: absolute
}

.soft-m-main-header .container {
    max-width: 1390px
}

.soft-m-main-header .soft-m-logo {
    padding-right: 50px
}

.soft-m-main-header .dropdown {
    position: relative
}

.soft-m-main-header .dropdown:after {
    top: -2px;
    color: #fff;
    right: -14px;
    content: "+";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    transition: .3s all ease-in-out
}

.soft-m-main-header .dropdown .dropdown-menu {
    top: 65px;
    left: 0;
    opacity: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    height: auto;
    width: 200px;
    border: 0;
    display: block;
    border-radius: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    transition: all .4s ease-in-out;
    border-bottom: 2px solid #003378;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1)
}

.soft-m-main-header .dropdown .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5
}

.soft-m-main-header .dropdown .dropdown-menu li a {
    width: 100%;
    color: #343434;
    display: block;
    font-size: 14px;
    padding: 10px 25px;
    position: relative;
    transition: .3s all ease-in-out
}

.soft-m-main-header .dropdown .dropdown-menu li a:before {
    display: none
}

.soft-m-main-header .dropdown .dropdown-menu li a:after {
    left: 10px;
    top: 16px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    background-color: #fff;
    transition: .3s all ease-in-out
}

.soft-m-main-header .dropdown .dropdown-menu li a:hover {
    background-color: #003378;
    color: #fff
}

.soft-m-main-header .dropdown .dropdown-menu li a:hover:after {
    transform: scale(1)
}

.soft-m-main-header .dropdown .dropdown-menu li:last-child {
    border-bottom: 0
}

.soft-m-main-header .dropdown:hover .dropdown-menu {
    top: 45px;
    opacity: 1;
    visibility: visible
}

.soft-m-main-header .navbar-nav {
    display: inherit
}

.soft-m-main-header .soft-m-main-navigation {
    margin-top: 12px
}

.soft-m-main-header .soft-m-main-navigation li {
    margin: 0 32px
}

.soft-m-main-header .soft-m-main-navigation li a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px
}

.soft-m-main-header .soft-m-main-navigation li a:before {
    left: 0;
    right: 0;
    width: 0;
    content: "";
    bottom: 5px;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    background-color: #fff;
    transition: .5s all ease-in-out
}

.soft-m-main-header .soft-m-main-navigation li:hover a:before {
    width: 100%
}

.soft-m-main-header .soft-m-header-btn {
    color: #fff;
    height: 50px;
    width: 175px;
    line-height: 50px;
    margin-left: 30px;
    border-radius: 40px;
    border: 2px solid #33c1f6;
    transition: .3s all ease-in-out
}

.soft-m-main-header .soft-m-header-btn a {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 700
}

.soft-m-main-header .soft-m-header-btn:hover {
    color: #fff;
    border: 2px solid #000;
    background-color: #000
}

.soft-m-main-header .soft-m-side-bar-toggle {
    z-index: 1;
    width: 50px;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    margin-left: 15px;
    background-color: #102465
}

.soft-m-main-header .soft-m-side-bar-toggle i {
    color: #fff;
    font-size: 25px
}

.soft-m-sticky-menu {
    top: 0;
    position: fixed;
    padding: 10px 0;
    animation-duration: .7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
    transition: .3s all ease-in-out;
    background: linear-gradient(-90deg, #102465 0, #00acf0 100%)
}

.soft-m-sticky-menu .soft-m-side-bar-toggle {
    display: none
}

.soft-m-sticky-menu .soft-m-logo,
.soft-m-sticky-menu .soft-m-language {
    margin-top: 5px
}

.sm-side_inner_content {
    top: 0;
    bottom: 0;
    right: -420px;
    height: 110vh;
    z-index: 101;
    position: fixed;
    width: 400px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    transition: all .5s
}

.sm-side_inner_content p {
    text-align: left
}

.sm-side_inner_content .side_inner_logo {
    margin: 30px 0
}

.sm-side_inner_content .side_contact {
    margin-bottom: 30px
}

.sm-side_inner_content .side_contact .social_widget {
    margin-bottom: 40px
}

.sm-side_inner_content .side_contact .social_widget h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0
}

.sm-side_inner_content .side_contact .social_widget li {
    color: #fff;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    background-color: #6c8493
}

.sm-side_inner_content .side_contact .social_widget li i {
    font-size: 14px
}

.sm-side_inner_content .side_contact .soft-m-sidebar-gallary {
    margin-bottom: 25px
}

.sm-side_inner_content .side_contact .soft-m-sidebar-gallary h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0
}

.sm-side_inner_content .side_contact .soft-m-sidebar-gallary li {
    float: left;
    margin: 5px 3px
}

.sm-side_inner_content .side_copywright {
    font-size: 14px
}

.sm-side_inner_content .close_btn {
    top: 30px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    position: absolute;
    background-color: #f5f5f5;
    transition: .3s all ease-in-out
}

.sm-side_inner_content .close_btn i {
    font-size: 14px
}

.sm-side_inner_content .close_btn:hover {
    background-color: #0257c8
}

.sm-side_inner_content .close_btn:hover i {
    color: #fff
}

.soft-m-sidebar-inner.wide_side_on .sm-side_inner_content {
    right: -15px;
    z-index: 99;
    transition: all .7s
}

.soft-m-sidebar-inner {
    display: inline-block
}

.soft-m-sidebar-inner .side_overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    z-index: 9;
    height: 110vh;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    transition: all .3s ease-in-out
}

.body_overlay_on {
    overflow: hidden
}

.soft-m-sidebar-inner.wide_side_on .side_overlay {
    opacity: 1;
    visibility: visible
}

.soft-m-language {
    float: left;
    position: relative
}

.soft-m-language:after {
    top: 9px;
    right: 15px;
    color: #fff;
    font-size: 12px;
    content: "ï¸";
    font-weight: 900;
    position: absolute;
    font-family: "font awesome 5 free"
}

.soft-m-language select {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 28px 7px 20px;
    border-radius: 30px;
    border: 1px solid #33a5e4;
    background-color: transparent;
    -webkit-appearance: none
}

.soft-m-language select:hover {
    color: #fff
}

.soft-m-language option {
    background-color: #102465
}

.soft-m-banner-section {
    z-index: 1;
    padding: 270px 0 200px
}

.soft-m-banner-section .container {
    max-width: 1390px
}

.soft-m-banner-content {
    z-index: 2;
    max-width: 680px;
    position: relative
}

.soft-m-banner-content span {
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.soft-m-banner-content h1 {
    color: #fff;
    line-height: 1;
    font-size: 100px;
    font-weight: 600;
    padding-top: 20px
}

.soft-m-banner-subscribe-form {
    margin-top: 18px
}

.soft-m-banner-subscribe-form button {
    color: #fff;
    float: left;
    height: 60px;
    width: 200px;
    border: 0;
    font-weight: 700;
    margin-right: 20px;
    border-radius: 30px;
    background-color: #102465;
    transition: .3s all ease-in-out
}

.soft-m-banner-subscribe-form button:hover {
    background-color: #000
}

.soft-m-banner-subscribe-form .soft-m-moto {
    padding-top: 10px
}

.soft-m-moto span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.soft-m-subs {
    margin-bottom: 15px
}

.soft-m-subs input {
    width: 100%;
    height: 60px;
    border: 0;
    max-width: 550px;
    padding-left: 75px;
    border-radius: 40px;
    background-color: #fff
}

.soft-m-subs input::placeholder {
    color: #b9bfd5
}

.soft-m-subs:after {
    top: 18px;
    left: 40px;
    color: #009fe7;
    content: "ïƒ ";
    font-weight: 900;
    position: absolute;
    font-family: "font awesome 5 free"
}

.soft-m-feature-section {
    padding: 80px 0 60px
}

.soft-m-feature-section .soft-m-feature-content {
    padding-top: 60px
}

.soft-m-feature-inner {
    padding-left: 40px;
    margin-bottom: 40px;
    transition: .3s all ease-in-out
}

.soft-m-feature-inner .soft-m-inner-icon {
    left: 0;
    top: 30px;
    z-index: 1;
    position: absolute;
    transition: .3s all ease-in-out;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .1))
}

.soft-m-feature-inner .soft-m-feature-icon {
    width: 85px;
    height: 95px;
    line-height: 100px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%)
}

.soft-m-feature-inner .soft-m-feature-icon:after {
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    opacity: 0;
    height: 100%;
    position: absolute;
    transition: .3s all ease-in-out;
    background: linear-gradient(90deg, #102465 0, #00acf0 100%)
}

strong.soft-f-process {
    background-color: #0257c8;
    padding: 3px 5px;
    border-radius: 100%
}

.elementor-icon.elementor-divider__element {
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04)
}

.soft-m-feature-inner .soft-m-feature-icon i {
    font-size: 26px;
    transition: .3s all ease-in-out;
    background: linear-gradient(90deg, #102465 0, #00acf0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.soft-m-feature-inner .soft-m-feature-box {
    position: relative;
    border: 2px solid #f1f1f1;
    padding: 35px 40px 35px 70px;
    transition: .3s all ease-in-out
}

.soft-m-feature-inner .soft-m-feature-box:after {
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    width: 3px;
    height: 0;
    position: absolute;
    transition: .3s all ease-in-out;
    background: linear-gradient(90deg, #102465 0, #00acf0 100%)
}

.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text h3 {
    color: #102465;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px
}

.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text h3 span {
    color: #fff;
    font-size: 10px;
    padding: 1px 5px;
    background-color: #00a8ff
}

.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text p {
    color: #6c8493;
    padding-bottom: 10px
}

.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text .soft-f-more {
    bottom: 35px;
    font-size: 14px;
    opacity: 0;
    font-weight: 700;
    position: absolute;
    transition: .3s all ease-in-out;
    background: linear-gradient(90deg, #102465 0, #00acf0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.soft-m-feature-inner:hover {
    margin-bottom: 10px
}

.soft-m-feature-inner:hover .soft-m-inner-icon {
    top: 50%;
    transform: translateY(-50%)
}

.soft-m-feature-inner:hover .soft-m-feature-box {
    padding: 35px 40px 60px 70px;
    box-shadow: 0 8px 16px 0 rgba(15, 42, 107, .06)
}

.soft-m-feature-inner:hover .soft-m-feature-box:after {
    height: 100%
}

.soft-m-feature-inner:hover .soft-m-feature-text .soft-f-more {
    opacity: 1
}

.soft-m-feature-inner:hover .soft-m-feature-icon i {
    background: linear-gradient(90deg, #fff 0, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.soft-m-feature-inner:hover .soft-m-feature-icon:after {
    opacity: 1
}

.soft-m-feature-process-section {
    padding: 100px 0
}

.soft-ft-process-right-text {
    padding-left: 50px
}

.soft-ft-process-left-text {
    padding-right: 50px
}

.soft-m-ft-process-text .soft-m-section-title {
    padding-bottom: 25px
}

.soft-m-ft-process-text .soft-m-section-title h2 {
    font-size: 46px;
    padding-top: 8px
}

.soft-m-ft-process-text .soft-m-section-title .soft-ft-tag {
    color: #1970cc;
    font-size: 18px;
    font-weight: 500;
    display: inline-block
}

.soft-m-ft-process-text .soft-m-section-title .soft-ft-process-serial {
    top: 0;
    right: -95px;
    width: 25px;
    color: #fff;
    height: 25px;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background-color: #0257c8
}

.soft-m-ft-process-text .soft-m-section-title .soft-ft-process-serial:after {
    top: 14px;
    left: -58px;
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    background-color: #0257c8
}

.soft-m-ft-process-text .soft-m-feature-details {
    line-height: 1.75
}

.soft-m-ft-devider {
    margin: 40px 0 100px;
    border-bottom: 2px solid #f3f3f3
}

.soft-m-ft-devider i {
    top: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04)
}

.soft-m-partner-section {
    padding: 100px 0;
    background-color: #f1f9fc
}

.soft-m-partner-content {
    margin-top: 20px
}

.soft-m-partner-content li {
    margin: 32px 35px
}

.soft-m-partner-content li img {
    filter: grayscale(1);
    transition: .3s all ease-in-out
}

.soft-m-partner-content li img:hover {
    filter: grayscale(0)
}

.soft-m-partner-btn {
    height: 60px;
    width: 230px;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 60px;
    border-radius: 40px;
    transition: all .2s linear 0ms;
    background: linear-gradient(90deg, #102465 0, #00acf0 100%);
    background-size: 300%, 1px
}

.soft-m-partner-btn:hover {
    background-position: 100%
}

.soft-m-partner-btn a {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 500;
    transition: .3s all ease-in-out
}

.soft-m-newslatter-section {
    z-index: 1
}

.soft-m-newslatter-section:after {
    left: -60px;
    bottom: -79px;
    z-index: -1;
    content: "";
    width: 120%;
    height: 170px;
    position: absolute;
    transform: rotate(3deg);
    background: linear-gradient(90deg, #0054c4 0, #227df8 100%)
}

.soft-m-newslatter-content {
    background: #fff;
    padding: 55px 65px;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04)
}

.soft-m-newslatter-content:after {
    top: 0;
    right: 0;
    content: "";
    z-index: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    background-image: url(../img/software/screen/np1.png)
}

.soft-m-newslatter-content .soft-m-newslatter-text h3 {
    color: #102465;
    font-size: 36px;
    font-weight: 600
}

.soft-m-subs {
    z-index: 1
}

.soft-m-subs input {
    background-color: #fff;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04)
}

.soft-m-subs button {
    top: 0;
    right: 0;
    color: #fff;
    height: 60px;
    width: 180px;
    border: 0;
    font-weight: 700;
    position: absolute;
    border-radius: 40px;
    transition: all .2s linear 0ms;
    background: linear-gradient(90deg, #102465 0, #00acf0 100%);
    background-size: 3 0, 1px
}

.soft-m-subs button:hover {
    background-position: 100%
}

.soft-m-intregration-section {
    padding-top: 100px;
    background: linear-gradient(90deg, #0054c4 0, #227df8 100%)
}

.soft-m-intregration-section .soft-m-section-title span,
.soft-m-intregration-section .soft-m-section-title h2 {
    color: #fff
}

.soft-m-intregration-section .soft-m-intregration-content {
    padding-top: 25px
}

.soft-m-intre-innerbox {
    z-index: 1;
    padding: 35px;
    position: relative
}

.soft-m-intre-innerbox:after {
    bottom: 65px;
    left: 0;
    z-index: -1;
    height: 0;
    width: 100%;
    content: "";
    position: absolute;
    background-color: #fff;
    transition: .3s all ease-in-out
}

.soft-m-intre-innerbox .soft-m-intre-img {
    margin-bottom: 35px
}

.soft-m-intre-innerbox .soft-m-intre-text h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    transition: .4s all ease-in-out
}

.soft-m-intre-innerbox .soft-m-intre-text p {
    color: #d8d8d8;
    padding-bottom: 35px;
    transition: .4s all ease-in-out
}

.soft-m-intre-innerbox .soft-m-intre-text .soft-in-more {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    border: 2px solid #397dd9;
    transition: .3s all ease-in-out
}

.soft-m-intre-innerbox .soft-m-intre-text .soft-in-more i {
    color: #fff
}

.soft-m-intre-innerbox:hover:after {
    height: 60%
}

.soft-m-intre-innerbox:hover .soft-m-intre-text h3 {
    color: #102465
}

.soft-m-intre-innerbox:hover .soft-m-intre-text p {
    color: #6c8493
}

.soft-m-intre-innerbox:hover .soft-in-more {
    border: 2px solid #004198;
    background-color: #004198
}

.soft-intre-bottom-img {
    position: relative;
    top: -100px;
    margin-bottom: -100px
}

.soft-m-platform-section {
    padding: 100px 0
}

.soft-m-logo-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    line-height: 120px;
    margin-bottom: 55px;
    border-radius: 100%;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .06)
}

.soft-m-logo-icon:before {
    top: -25px;
    left: -25px;
    content: "";
    width: 170px;
    height: 170px;
    position: absolute;
    border-radius: 100%;
    border: 3px solid #f8f8f8
}

.soft-m-download-btn {
    margin-top: 30px
}

.soft-m-download-btn a {
    margin: 0 2px
}

.soft-m-platform-screen {
    margin: 0 auto;
    max-width: 1520px;
    padding: 115px 0 100px
}

.soft-m-platform-screen li img {
    box-shadow: 0 8px 16px 0 rgba(15, 42, 107, .06)
}

.soft-m-platform-screen li:nth-child(1) {
    float: left
}

.soft-m-platform-screen li:nth-child(3) {
    float: right
}

.soft-m-platform-screen li:nth-child(2) {
    left: 0;
    right: 0;
    top: 75px;
    position: absolute
}

.soft-m-blog-section {
    padding: 30px 0 70px
}

.soft-m-blog-content {
    padding-top: 60px
}

.soft-m-blog-img-text {
    transition: .4s all ease-in-out
}

.soft-m-blog-img-text .soft-m-blog-img .soft-m-blog-date {
    right: 30px;
    bottom: -40px;
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 20px;
    background-color: #fff;
    transition: .4s all ease-in-out;
    box-shadow: 0 16px 32px 0 rgba(94, 94, 94, .06)
}

.soft-m-blog-img-text .soft-m-blog-img .soft-m-blog-date a {
    line-height: 1;
    color: #102465;
    font-size: 40px;
    font-weight: 600;
    padding-top: 13px;
    display: inline-block;
    font-family: poppins;
    transition: .3s all ease-in-out
}

.soft-m-blog-img-text .soft-m-blog-img .soft-m-blog-date a span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: roboto
}

.soft-m-blog-img-text .soft-m-blog-text {
    padding: 35px;
    border: 2px solid #eee;
    transition: .3s all ease-in-out
}

.soft-m-blog-img-text .soft-m-blog-text .soft-meta-cat {
    font-size: 14px;
    font-weight: 700;
    background: linear-gradient(90deg, #102465 0, #00acf0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.soft-m-blog-img-text .soft-m-blog-text h3 {
    color: #102465;
    font-size: 24px;
    font-weight: 600;
    padding: 8px 0 20px
}

.soft-m-blog-img-text .soft-m-blog-text .soft-b-author {
    width: 60%
}

.soft-m-blog-img-text .soft-m-blog-text .soft-b-author .soft-b-author-img {
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 100%
}

.soft-m-blog-img-text .soft-m-blog-text .soft-b-author .soft-b-author-name {
    padding-top: 8px
}

.soft-m-blog-img-text .soft-m-blog-text .soft-b-author .soft-b-author-name h4 {
    color: #102465;
    font-size: 16px;
    font-weight: 600
}

.soft-m-blog-img-text .soft-m-blog-text .soft-b-more {
    padding-top: 8px
}

.soft-m-blog-img-text .soft-m-blog-text .soft-b-more a {
    color: #aeb4c6;
    font-size: 14px;
    font-weight: 700
}

.soft-m-blog-img-text:hover {
    box-shadow: 0 16px 32px 0 rgba(94, 94, 94, .06)
}

.soft-m-blog-img-text:hover .soft-m-blog-text {
    border: 2px solid #fff
}

.soft-m-blog-img-text:hover .soft-m-blog-date {
    color: #fff;
    box-shadow: 0 16px 32px 0 rgba(25, 112, 204, .16);
    background-color: #0257c8
}

.soft-m-blog-img-text:hover .soft-m-blog-date a {
    color: #fff
}

.soft-m-call-action-section {
    padding: 100px 0 60px
}

.soft-m-call-action-section:before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 400px;
    position: absolute;
    background-color: #f1f9fc
}

.soft-m-call-action-section .soft-m-section-title h2 {
    font-size: 48px
}

.soft-call-icon-text {
    padding: 45px 40px;
    background-color: #fff;
    box-shadow: 0 16px 32px 0 rgba(25, 112, 204, .06)
}

.soft-call-icon-text .soft-call-icon {
    margin-bottom: 38px
}

.soft-call-icon-text .soft-call-icon span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #0257c8;
    padding-bottom: 24px
}

.soft-c-btn,
.soft-footer-btn {
    height: 60px;
    width: 170px;
    color: #102465;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 60px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #f0f0f0
}

.soft-c-btn i,
.soft-footer-btn i {
    padding-right: 5px
}

.soft-c-btn a,
.soft-footer-btn a {
    width: 100%;
    display: block;
    transition: .3s all ease-in-out
}

.soft-c-btn:hover a,
.soft-footer-btn:hover a {
    color: #fff
}

.soft-c-btn:hover:after,
.soft-footer-btn:hover:after {
    height: 100%
}

.soft-m-mobile_menu_content {
    top: 0;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 310px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 20px 35px 35px;
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    transition: all .5s ease-in
}

.soft-m-mobile_menu_content .soft-m-mobile-main-navigation {
    width: 100%
}

.soft-m-mobile_menu_content .soft-m-mobile-main-navigation .navbar-nav {
    width: 100%
}

.soft-m-mobile_menu_content .dropdown:after {
    display: none
}

.soft-m-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important
}

.soft-m-mobile_menu_content .soft-m-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    transition: .3s all ease-in-out
}

.soft-m-mobile_menu_content .soft-m-mobile-main-navigation .navbar-nav li a {
    padding: 0;
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 30px 10px 0;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.soft-m-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px
}

.soft-m-mobile_menu_wrap.mobile_menu_on .soft-m-mobile_menu_content {
    right: 0;
    transition: all .7s ease-out
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .9);
    transition: all .5s ease-in-out
}

.mobile_menu_overlay_on {
    overflow: hidden
}

.soft-m-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible
}

.soft-m-mobile_menu_button {
    right: 0;
    top: -42px;
    z-index: 5;
    color: #fff;
    display: none;
    cursor: pointer;
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    text-align: center
}

.soft-m-mobile_menu .soft-m-mobile-main-navigation .navbar-nav li a:after {
    display: none
}

.soft-m-mobile_menu .soft-m-mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.soft-m-mobile_menu .soft-m-mobile_menu_content .soft-m-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: 0;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 5px 0;
    width: 100%
}

.soft-m-mobile_menu .soft-m-mobile_menu_content .soft-m-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: 0;
    padding: 0 20px;
    line-height: 1
}

.soft-m-mobile_menu .soft-m-mobile_menu_content .soft-m-mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
    color: #0257c8;
    background-color: transparent
}

.soft-m-mobile_menu .dropdown {
    position: relative
}

.soft-m-mobile_menu .dropdown .dropdown-btn {
    color: #9397a7;
    position: absolute;
    top: 3px;
    right: 0;
    height: 30px;
    padding: 5px 10px
}

.soft-m-mobile_menu .dropdown .dropdown-btn.toggle-open {
    transform: rotate(90deg)
}

.soft-m-mobile_menu .soft-m-mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute
}

.soft-m-footer-top-content {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 2px solid #f1f1f1
}

.soft-m-footer-contact span {
    color: #102465;
    font-size: 18px;
    font-weight: 700;
    margin-right: 40px
}

.soft-m-footer-contact a {
    width: 60px;
    height: 60px;
    color: #102465;
    margin-right: 8px;
    line-height: 60px;
    text-align: center;
    z-index: 1;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    background-color: #f1f9fc;
    transition: .3s all ease-in-out
}

.soft-m-footer-contact a:visited {
    color: #102465
}

.soft-m-footer-contact a:after {
    height: 100%;
    transform: scale(0);
    border-radius: 100%
}

.soft-m-footer-contact a:hover {
    color: #fff
}

.soft-m-footer-contact a:hover:after {
    transform: scale(1)
}

.soft-m-footer-top-menu {
    float: right;
    padding-top: 20px
}

.soft-m-footer-top-menu li {
    margin-left: 50px
}

.soft-m-footer-top-menu li a:visited {
    color: #102465
}

.soft-m-footer-top-menu li a {
    color: #102465;
    font-weight: 700;
    transition: .3s all ease-in-out
}

.soft-m-footer-top-menu li a:hover {
    color: #0257c8
}

.soft-m-footer-section {
    padding-bottom: 50px
}

.soft-m-footer-section .soft-footer-btn {
    margin: 0;
    margin-top: 30px
}

.soft-m-footer-section .soft-footer-btn a {
    color: #fff
}

.soft-m-footer-section .soft-footer-btn:after {
    height: 100%
}

.soft-m-footer-section .soft-m-footer-menu-widget {
    float: left;
    width: 33.33%
}

.soft-m-footer-section .soft-m-footer-menu-widget .soft-m-footer-store a {
    display: block;
    margin-bottom: 5px
}

.soft-m-footer-section .soft-m-footer-widget {
    color: #bdc4df
}

.soft-m-footer-section .soft-m-footer-widget .widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #003378;
    padding-bottom: 35px
}

.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support {
    color: #6c8493
}

.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support:before {
    top: -2px;
    width: 1px;
    background-color: #f1f1f1
}

.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support a {
    color: #003378
}

.soft-m-footer-section .soft-m-footer-widget p {
    color: #6c8493;
    max-width: 280px;
    padding-top: 38px
}

.soft-m-footer-section .soft-m-footer-widget p a {
    font-weight: 700;
    color: #003378
}

.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-menu-widget a {
    display: block;
    margin-bottom: 18px;
    color: #6c8493;
    transition: .3s all ease-in-out
}

.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-menu-widget a:hover {
    color: #0257c8
}

@media screen and (max-width:5200px) {
    .soft-m-newslatter-section:after {
        display: none
    }
}

@media screen and (max-width:2000px) {
    .soft-m-newslatter-section:after {
        display: block
    }
}

@media screen and (max-width:1300px) {
    .soft-m-platform-screen li:nth-child(3) {
        right: 0;
        top: 120px;
        z-index: -1;
        position: absolute
    }
}

@media screen and (max-width:1199px) {
    .soft-m-main-header .soft-m-main-navigation li {
        margin: 0 15px
    }
}

@media screen and (max-width:1024px) {
    .soft-m-banner-content h1 {
        font-size: 75px
    }

    .soft-m-language {
        display: none
    }

    .soft-m-blog-img-text .soft-m-blog-text {
        padding: 35px 20px
    }
}

@media screen and (max-width:991px) {
    .soft-m-banner-section {
        padding: 235px 0 160px
    }

    .soft-m-banner-content h1 {
        font-size: 65px
    }

    .soft-m-ft-process-img {
        margin-bottom: 50px
    }

    .soft-ft-process-left-text {
        margin-bottom: 50px
    }

    .soft-m-platform-screen li {
        margin-bottom: 40px
    }

    .soft-m-platform-screen li:nth-child(2),
    .soft-m-platform-screen li:nth-child(3),
    .soft-m-platform-screen li:nth-child(1) {
        position: static;
        text-align: center;
        float: none
    }

    .soft-ft-process-right-text {
        padding-left: 0
    }

    .soft-m-blog-img-text {
        margin: 0 auto;
        max-width: 370px;
        margin-bottom: 40px
    }

    .soft-m-call-action-content {
        margin-top: 30px
    }

    .soft-m-footer-top-menu {
        float: none
    }

    .soft-m-footer-top-menu li {
        margin-left: 0;
        margin-right: 50px
    }

    .soft-m-footer-section .soft-m-footer-menu-widget {
        margin-top: 40px
    }

    .soft-m-main-header .soft-m-side-bar-toggle {
        display: none
    }

    .soft-m-main-header .soft-m-header-btn {
        width: 140px;
        margin-left: 0;
        margin-right: 55px
    }

    .soft-m-main-header .soft-m-main-navigation {
        display: none
    }

    .soft-m-mobile_menu_button {
        display: block
    }

    .soft-m-newslatter-content .soft-m-newslatter-text h3 {
        padding-bottom: 20px
    }
}

@media screen and (max-width:570px) {
    .soft-m-footer-section .soft-m-footer-menu-widget {
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .soft-m-banner-content h1 {
        font-size: 45px
    }

    .soft-m-main-header .soft-m-header-btn {
        width: 120px;
        height: 40px;
        line-height: 40px;
        margin-right: 45px
    }

    .soft-m-main-header .soft-m-logo {
        padding-right: 20px
    }

    .soft-m-mobile_menu_button {
        top: -38px
    }

    .soft-m-banner-subscribe-form button {
        height: 50px;
        width: 160px;
        line-height: 50px
    }

    .soft-m-section-title h2 {
        font-size: 36px
    }

    .soft-m-ft-process-text .soft-m-section-title h2 {
        font-size: 32px
    }

    .soft-m-subs button {
        position: static
    }

    .soft-m-newslatter-content {
        padding: 30px 15px
    }

    .soft-m-subs button {
        width: 160px;
        height: 50px;
        line-height: 50px;
        margin-top: 10px
    }

    .soft-m-newslatter-content .soft-m-newslatter-text h3 {
        font-size: 24px
    }

    .soft-m-call-action-section .soft-m-section-title h2 {
        font-size: 34px
    }

    .soft-call-icon-text {
        margin-bottom: 30px
    }

    .soft-m-footer-contact span {
        margin-right: 20px;
        font-size: 16px
    }

    .soft-m-footer-contact a {
        height: 40px;
        width: 40px;
        line-height: 40px
    }

    .soft-m-footer-top-menu li {
        margin-right: 10px
    }

    .soft-m-banner-section {
        padding: 210px 0 150px
    }

    .soft-m-sticky-menu .soft-m-mobile_menu_button {
        top: -40px
    }

    .soft-m-feature-section {
        padding: 50px 0 35px
    }

    .soft-m-partner-section {
        padding: 60px 0
    }

    .soft-m-partner-content {
        margin-top: 0
    }

    .soft-m-partner-content li {
        margin: 20px;
        width: 200px
    }

    .soft-m-ft-devider {
        margin: 15px 0 65px
    }

    .soft-m-newslatter-section:after {
        display: none
    }

    .soft-m-newslatter-content:after {
        width: 100%
    }

    .soft-m-logo-icon {
        height: 100px;
        width: 100px
    }

    .soft-m-logo-icon:before {
        top: -35px;
        left: -35px
    }

    .soft-m-platform-section {
        padding: 80px 0 30px
    }

    .soft-m-platform-screen {
        padding: 50px 0 0
    }

    .soft-m-blog-content {
        padding-top: 40px
    }

    .soft-intre-bottom-img {
        display: none
    }
}

@media screen and (max-width:320px) {
    .soft-m-main-header .soft-m-header-btn {
        display: none
    }

    .soft-m-banner-content h1 {
        font-size: 36px
    }
}

/*Combine css*/
.cyb-banner-feature-innerbox {
    padding: 20px 20px 22px;
    background-color: #fff;
    transition: .3s all ease-in-out
}

.cyb-banner-feature-innerbox .cyb-banner-feature-icon-text {
    transition: .3s all ease-in-out
}

.cyb-banner-feature-innerbox .cyb-banner-feature-icon-text .cyb-banner-feature-icon {
    line-height: 1
}

.cyb-banner-feature-innerbox .cyb-banner-feature-icon-text .cyb-banner-feature-icon svg {
    height: 45px;
    fill: #ff2c9c
}

.cyb-banner-feature-innerbox .cyb-banner-feature-icon-text .cyb-banner-feature-icon i {
    font-size: 45px;
    color: #ff2c9c
}

.cyb-banner-feature-innerbox .cyb-banner-feature-icon-text .cyb-banner-feature-text h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700
}

.cyb-banner-feature-innerbox .cyb-banner-feature-hover-content {
    top: 30px;
    left: 10px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
    transition: .3s all ease-in-out
}

.cyb-banner-feature-innerbox .cyb-banner-feature-hover-content .cyb-banner-feature-hover-icon {
    float: left;
    margin-right: 5px
}

.cyb-banner-feature-innerbox .cyb-banner-feature-hover-content .cyb-banner-feature-hover-icon svg {
    fill: #fff;
    height: 45px
}

.cyb-banner-feature-innerbox .cyb-banner-feature-hover-content .cyb-banner-feature-hover-icon i {
    color: #fff;
    font-size: 45px
}

.cyb-banner-feature-innerbox .cyb-banner-feature-hover-content .cyb-banner-feature-hover-text {
    padding-top: 10px
}

.cyb-banner-feature-innerbox .cyb-banner-feature-hover-content .cyb-banner-feature-hover-text h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700
}

.cyb-banner-feature-innerbox .cyb-banner-feature-more {
    right: 10px;
    bottom: 10px;
    position: absolute
}

.cyb-banner-feature-innerbox .cyb-banner-feature-more a {
    color: #fff
}

.cyb-banner-feature-innerbox:hover {
    background-color: #8c18d8;
    transform: translateY(-15px)
}

.cyb-banner-feature-innerbox:hover .cyb-banner-feature-icon-text {
    opacity: 0;
    visibility: hidden
}

.cyb-banner-feature-innerbox:hover .cyb-banner-feature-hover-content {
    opacity: 1;
    visibility: visible
}

.cyb-service-section .cyb-service-content {
    padding-top: 55px
}

.cyb-service-innerbox {
    padding: 20px 20px 25px;
    position: relative;
    background-color: #fff;
    transition: .3s all ease-in-out
}

.cyb-service-innerbox:before {
    left: 0;
    bottom: 0;
    height: 5px;
    width: 0;
    content: "";
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-color: #ff2c9c;
    transition: .5s all ease-in-out
}

.cyb-service-innerbox .cyb-service-icon svg {
    height: 57px
}

.cyb-service-innerbox .cyb-service-icon i {
    font-size: 57px
}

.cyb-service-innerbox .cyb-service-text h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 8px
}

.cyb-service-innerbox .cyb-service-text p {
    color: #666;
    padding-bottom: 20px
}

.cyb-service-innerbox .cyb-service-text .cyb-feature-more {
    width: 100px;
    height: 38px;
    display: block;
    font-size: 15px;
    line-height: 34px;
    font-weight: 700;
    font-family: poppins;
    border: 2px solid #ff2c9c;
    transition: .3s all ease-in-out
}

.cyb-service-innerbox .cyb-service-text .cyb-feature-more i {
    font-size: 14px
}

.cyb-service-innerbox .cyb-service-text .cyb-feature-more:hover {
    border: 2px solid #9d3ade;
    background-color: #9d3ade;
    color: #fff
}

.cyb-service-innerbox:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 40px 0 rgba(22, 0, 37, .15)
}

.cyb-service-innerbox:hover:before {
    width: 100%
}

.cyb-testimonial-section .cyb-testimonial-content {
    padding-top: 50px
}

.cyb-testimonial-img-text {
    padding: 25px 30px 45px;
    background-color: #fff;
    transition: .3s all ease-in-out;
    box-shadow: 0 11px 40px 0 rgba(22, 0, 37, .09)
}

.cyb-testimonial-img-text .cyb-testimonial-img-author .cyb-testimonial-img {
    margin-right: 35px;
    margin-bottom: 20px
}

.cyb-testimonial-img-text .cyb-testimonial-img-author .cyb-testimonial-img img {
    width: 95px;
    height: 95px;
    border-radius: 100%
}

.cyb-testimonial-img-text .cyb-testimonial-img-author .cyb-testimonial-img .testimonial-from {
    top: 25px;
    width: 40px;
    right: -20px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    background-color: #fff;
    color: #0a8cfd
}

.cyb-testimonial-img-text .cyb-testimonial-img-author .cyb-testimonial-img .testimonial-from img {
    width: 22px;
    height: 22px;
    display: inline;
    border-radius: 0
}

.cyb-testimonial-img-text .cyb-testimonial-img-author .cyb-testimonial-auhtor-name {
    padding-top: 25px
}

.cyb-testimonial-img-text .cyb-testimonial-img-author .cyb-testimonial-auhtor-name h4 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 3px
}

.cyb-testimonial-img-text .cyb-testimonial-img-author .cyb-testimonial-auhtor-name span {
    color: #383838;
    font-size: 15px
}

.cyb-testimonial-img-text .cyb-testimonial-text h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px
}

.cyb-testimonial-img-text .cyb-testimonial-text p {
    color: #666
}

.cyb-testimonial-img-text:hover {
    box-shadow: 0 25px 40px 0 rgba(22, 0, 37, .15)
}

.cyb-testimonial-slider .owl-nav {
    display: none
}

.cyb-testimonial-slider .owl-stage-outer {
    overflow: visible
}

.cyb-testimonial-slider .owl-item {
    opacity: 0;
    transition: opacity 500ms
}

.cyb-testimonial-slider .owl-item.active {
    opacity: 1
}

.cyb-testimonial-slider .owl-dots {
    margin-top: 35px;
    text-align: center
}

.cyb-testimonial-slider .owl-dots .owl-dot {
    width: 140px;
    height: 18px;
    cursor: pointer;
    border-radius: 40px;
    display: inline-block;
    background-color: #ececed;
    transition: .3s all ease-in-out
}

.cyb-testimonial-slider .owl-dots .owl-dot.active {
    width: 140px;
    background-color: #ff2c9c
}

.cyb-pricing-section .cyb-pricing-content {
    padding-top: 50px
}

.cyb-pricing_item {
    margin: 0 auto;
    overflow: hidden;
    max-width: 330px;
    padding: 30px 0 5px;
    transition: .4s all ease-in-out;
    box-shadow: 0 11px 40px 0 rgba(22, 0, 37, .05)
}

.cyb-pricing_item .cyb-pricing_price {
    z-index: 1;
    margin-bottom: 10px
}

.cyb-pricing_item .cyb-pricing_price .pricing_icon svg {
    fill: #000;
    width: 40px;
    height: 40px
}

.cyb-pricing_item .cyb-pricing_price .cyb-pricing_text {
    color: #000;
    font-family: poppins
}

.cyb-pricing_item .cyb-pricing_price .cyb-pricing_text span {
    display: block;
    color: #ff2c9c;
    font-size: 20px;
    font-weight: 600
}

.cyb-pricing_item .cyb-pricing_price .cyb-pricing_text strong {
    font-size: 50px;
    line-height: 1;
    font-weight: 700
}

.cyb-pricing_item .cyb-pricing_list li {
    border-bottom: 1px solid #e6e8e9;
    padding: 18px 25px 16px 45px;
    font-family: poppins;
    font-weight: 500;
    font-size: 14px
}

.cyb-pricing_item .cyb-pricing_list li:last-child {
    border: 0;
    padding-bottom: 0
}

.cyb-pricing_item .cyb-pricing_list .pt-checked:before {
    color: #fff;
    padding: 4px;
    font-size: 12px;
    content: "\f00c";
    font-weight: 900;
    text-align: center;
    font-family: "font awesome 5 free";
    margin-right: 10px;
    border-radius: 100%;
    position: relative;
    box-shadow: 0 6px 18px 0 rgba(0, 197, 0, .5);
    background-color: #36e636
}

.cyb-pricing_item .cyb-pricing_list .pt-unchecked:before {
    color: #fff;
    padding: 4px 6px;
    font-size: 12px;
    content: "\f00d";
    font-weight: 900;
    text-align: center;
    font-family: "font awesome 5 free";
    margin-right: 10px;
    border-radius: 100%;
    position: relative;
    box-shadow: 0 6px 18px 0 rgba(0, 197, 0, .5);
    background-color: #f5494c
}

.cyb-pricing_item .cyb-pricing_btn {
    margin-top: 8px;
    padding: 25px 0;
    text-align: center
}

.cyb-pricing_item .cyb-pricing_btn a {
    height: 48px;
    width: 160px;
    color: #010101;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    margin-right: 20px;
    font-family: poppins;
    display: inline-block;
    border: 2px solid #9d3ade;
    transition: .3s all ease-in-out
}

.cyb-pricing_item .cyb-pricing_btn a i {
    font-size: 20px;
    margin-right: 8px
}

.cyb-pricing_item .cyb-pricing_btn a:hover {
    color: #fff;
    background-color: #9d3ade
}

.cyb-pricing_item:hover {
    box-shadow: 0 25px 40px 0 rgba(22, 0, 37, .15)
}

.cyb-subscribe-form {
    margin: 0 auto;
    max-width: 660px;
    margin-top: 25px
}

.cyb-subscribe-form input {
    width: 100%;
    height: 60px;
    border: 0;
    max-width: 490px;
    border-radius: 4px;
    padding-left: 20px;
    background: #242424
}

.cyb-subscribe-form button {
    color: #fff;
    height: 60px;
    width: 150px;
    border: 0;
    float: right;
    font-weight: 700;
    background-color: #ff2c9c;
    transition: .3s all ease-in-out
}

.cyb-subscribe-form button:hover {
    background-color: #9d3ade
}

.em-video-testimonial-section {
    padding: 140px 0
}

.em-video-wrap {
    border-radius: 5px;
    overflow: hidden
}

.em-video-wrap:before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .5)
}

.em-video-wrap .em-video-play-btn {
    top: 50%;
    left: 0;
    right: 0;
    width: 85px;
    height: 85px;
    margin: 0 auto;
    line-height: 85px;
    border-radius: 100%;
    background-color: #fff;
    transform: translateY(-50%);
    transition: .3s all ease-in-out
}

.em-video-wrap .em-video-play-btn i {
    color: #01e07b
}

.em-video-wrap .em-video-play-btn a {
    width: 100%;
    display: block
}

.em-video-wrap .em-video-play-btn:hover {
    transform: translateY(-50%) scale(1.1)
}

.em-testimonial-warp {
    padding: 0 70px
}

.em-testimonial-img-text:before {
    content: '"';
    top: 0;
    left: 0;
    line-height: 1;
    color: #f0f0f0;
    font-weight: 700;
    font-size: 100px;
    position: absolute;
    font-family: poppins
}

.em-testimonial-img-text .em-testimonial-img {
    z-index: 1;
    width: 100px;
    height: 100px;
    bottom: 20px;
    margin: 0 auto;
    border-radius: 100%
}

.em-testimonial-img-text .em-testimonial-img:before {
    top: 6px;
    left: 2px;
    z-index: -1;
    width: 95px;
    content: "";
    height: 95px;
    border-radius: 100%;
    position: absolute;
    background-color: #01e07b
}

.em-testimonial-img-text .em-testimonial-img img {
    width: 95px;
    height: 95px;
    border-radius: 100%
}

.em-testimonial-img-text .em-testimonial-text h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 12px
}

.em-testimonial-img-text .em-testimonial-text p {
    color: #666;
    font-size: 18px;
    line-height: 1.667;
    padding-bottom: 14px
}

.em-testimonial-img-text .em-testimonial-text ul li {
    color: #fc0;
    margin: 0 2px
}

.em-testimonial-img-text .em-testimonial-text .em-testimonial-author {
    margin-top: 10px
}

.em-testimonial-img-text .em-testimonial-text .em-testimonial-author h4 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px
}

.em-testimonial-img-text .em-testimonial-text .em-testimonial-author span {
    color: #383838
}

.em-testimonial-slider .owl-nav {
    display: none
}

.em-testimonial-slider .owl-stage-outer {
    padding-top: 20px
}

.em-testimonial-slider .owl-dots {
    right: 0;
    bottom: 0;
    position: absolute
}

.em-testimonial-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin-bottom: 7px;
    border-radius: 100%;
    cursor: pointer;
    background-color: #e5e5e5;
    transition: .3s all ease-in-out
}

.em-testimonial-slider .owl-dots .owl-dot.active {
    background-color: #01e07b;
    transform: scale(1.3)
}

.em-workflow-section .em-workflow-content {
    padding-top: 50px
}

.em-workflow-section .em-workflow-content .em-workflow-btn {
    height: 40px;
    width: 155px;
    font-size: 15px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 40px;
    border-radius: 4px;
    font-family: poppins;
    background-color: #01e07b;
    transition: .3s all ease-in-out
}

.em-workflow-section .em-workflow-content .em-workflow-btn a {
    width: 100%;
    color: #fff;
    display: block;
    font-weight: 700
}

.em-workflow-section .em-workflow-content .em-workflow-btn:hover {
    background-color: #000
}

.em-workflow-icon-text {
    margin-bottom: 45px;
    background-color: #fff;
    padding: 35px 32px;
    transition: .3s all ease-in-out
}

.em-workflow-icon-text .em-workflow-icon {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    padding-top: 15px;
    border-radius: 100%;
    margin-bottom: 15px;
    background-color: #dcf5ea
}

.em-workflow-icon-text .em-workflow-icon svg {
    height: 50px;
    fill: #000
}

.em-workflow-icon-text .em-workflow-icon i {
    font-size: 50px;
    color: #000
}

.em-workflow-icon-text .em-workflow-text h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 5px
}

.em-workflow-icon-text .em-workflow-text p {
    font-size: 15px;
    color: #595959
}

.em-workflow-icon-text .em-workflow-hover {
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    opacity: 0;
    bottom: 35px;
    margin: 0 auto;
    line-height: 40px;
    visibility: hidden;
    line-height: 40px;
    position: absolute;
    border-radius: 100%;
    background-color: #01e07b;
    transition: .3s all ease-in-out
}

.em-workflow-icon-text .em-workflow-hover a {
    color: #fff;
    font-size: 26px;
    font-size: 24px;
    font-family: poppins
}

.em-workflow-icon-text:hover {
    margin-bottom: 0;
    padding: 35px 32px 80px;
    box-shadow: 0 6px 27px 0 rgba(31, 31, 31, .07)
}

.em-workflow-icon-text:hover .em-workflow-hover {
    opacity: 1;
    visibility: visible
}

.em-pricing-section .em-pricing-content {
    padding-top: 85px;
    margin: 0 15px
}

.em-no-padding {
    padding: 0
}

.em-pricing-plan-item {
    padding: 50px 0;
    border-radius: 10px;
    box-shadow: 0 9px 34px 0 rgba(0, 0, 0, .05)
}

.em-pricing-plan-item .em-pricing-plan-name {
    margin-top: 35px;
    margin-bottom: 10px
}

.em-pricing-plan-item .em-pricing-plan-name h4 {
    color: #010e2a;
    font-size: 17px;
    font-weight: 500
}

.em-pricing-plan-item .em-pricing-price {
    margin-bottom: 20px
}

.em-pricing-plan-item .em-pricing-price h3 {
    color: #000;
    font-size: 50px;
    font-weight: 700
}

.em-pricing-plan-item .em-pricing-plan-list ul li {
    color: #595959;
    margin-bottom: 10px
}

.em-pricing-plan-item .em-pricing-btn {
    height: 50px;
    width: 180px;
    margin: 0 auto;
    margin-top: 40px;
    line-height: 50px;
    font-weight: 400;
    border-radius: 5px;
    font-family: poppins;
    border: 2px solid #01e07b;
    transition: .3s all ease-in-out
}

.em-pricing-plan-item .em-pricing-btn a {
    width: 100%;
    color: #000;
    display: block;
    font-weight: 600;
    transition: .3s all ease-in-out
}

.em-pricing-plan-item .em-pricing-btn:hover {
    background-color: #01e07b
}

.em-pricing-plan-item .em-pricing-btn:hover a {
    color: #fff
}

.em-pricing-plan-item.em-popular-price {
    top: -30px;
    padding: 70px 0 85px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 9px 63px 0 rgba(0, 0, 0, .15)
}

.em-pricing-plan-item.em-popular-price .em-popular-badge {
    top: 20px;
    left: -13px
}

@media screen and (max-width:1024px) {
    .cyb-banner-feature-innerbox .cyb-banner-feature-icon-text .cyb-banner-feature-text h3 {
        font-size: 20px
    }

    .cyb-pricing_item .cyb-pricing_list li {
        padding: 18px 25px 16px 30px
    }

    .em-testimonial-warp {
        padding: 0 20px
    }

    .em-workflow-icon-text .em-workflow-text h3 {
        font-size: 20px
    }

    .em-workflow-icon-text {
        padding: 35px 15px
    }
}

@media screen and (max-width:991px) {
    .cyb-banner-feature-innerbox {
        margin-bottom: 30px
    }

    .cyb-service-innerbox {
        margin-bottom: 30px
    }

    .cyb-pricing_item {
        margin-bottom: 30px
    }

    .em-video-wrap,
    .em-testimonial-warp {
        margin: 0 auto;
        max-width: 570px;
        margin-bottom: 30px
    }
}

@media screen and (max-width:680px) {

    .cyb-testimonial-slider .owl-dots .owl-dot,
    .cyb-testimonial-slider .owl-dots .owl-dot.active {
        width: 40px
    }

    .cyb-subscribe-form input {
        max-width: 100%
    }

    .cyb-subscribe-form button {
        position: absolute;
        top: 0;
        right: 0;
        width: 115px
    }
}

@media screen and (max-width:480px) {
    .em-video-testimonial-section {
        padding: 60px 0 30px
    }

    .em-pricing-section .em-pricing-content {
        padding-top: 40px
    }

    .em-pricing-plan-item .em-pricing-price h3 {
        font-size: 40px
    }
}

.web-app-download-text .web-app-about-btn,
.web-app-about-text-img .web-app-about-text .web-app-about-btn {
    color: #fff;
    width: 195px;
    height: 60px;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    background-color: #22d38c;
    transition: .3s all ease-in-out
}

.web-app-download-text .web-app-about-btn i,
.web-app-about-text-img .web-app-about-text .web-app-about-btn i {
    font-size: 20px;
    margin-left: 10px
}

.web-app-download-text .web-app-about-btn:hover,
.web-app-about-text-img .web-app-about-text .web-app-about-btn:hover {
    background-color: #179af0
}

.web-app-download-text .web-app-about-btn:hover i,
.web-app-about-text-img .web-app-about-text .web-app-about-btn:hover i {
    animation: toLeftFromRight .3s forwards
}

.web-app-footer-section .web-app-footer-widget .web-app-footer-support {
    font-size: 14px;
    padding-left: 60px
}

.web-app-footer-section .web-app-footer-widget .web-app-footer-support span {
    color: #6c8493;
    display: block
}

.web-app-footer-section .web-app-footer-widget .web-app-footer-support a {
    color: #fff;
    font-weight: 700
}

.web-app-footer-section .web-app-footer-widget .web-app-footer-support:before {
    top: 10px;
    left: 25px;
    width: 2px;
    content: "";
    height: 40px;
    position: absolute;
    background-color: #fff
}

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeFromUp {
    animation-name: fadeFromUp
}

.fadeFromRight {
    animation-name: fadeFromRight
}

.fadeFromLeft {
    animation-name: fadeFromLeft
}

.web-app-home {
    margin: 0;
    padding: 0;
    color: #818992;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.625;
    font-family: roboto;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.web-app-home::selection {
    color: #fff;
    background-color: #6e3ebf
}

.web-app-home::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.web-app-home .container {
    max-width: 1200px
}

.web-app-home .ul-li ul {
    margin: 0;
    padding: 0
}

.web-app-home .ul-li ul li {
    list-style: none;
    display: inline-block
}

.web-app-home .ul-li-block ul {
    margin: 0;
    padding: 0
}

.web-app-home .ul-li-block ul li {
    list-style: none;
    display: block
}

div#web-app-preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #f1f2f3;
    background: #f1f2f3 url(../img/pre.svg) no-repeat center center
}

.web-app-home [data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.web-app-home a {
    color: inherit;
    text-decoration: none
}

.web-app-home a:hover,
.web-app-home a:focus {
    text-decoration: none
}

.web-app-home img {
    max-width: 100%;
    height: auto
}

.web-app-home section {
    overflow: hidden
}

.web-app-home button {
    cursor: pointer
}

.web-app-home .form-control:focus,
.web-app-home button:visited,
.web-app-home button.active,
.web-app-home button:hover,
.web-app-home button:focus,
.web-app-home input:visited,
.web-app-home input.active,
.web-app-home input:hover,
.web-app-home input:focus,
.web-app-home textarea:hover,
.web-app-home textarea:focus,
.web-app-home a:hover,
.web-app-home a:focus,
.web-app-home a:visited,
.web-app-home a.active,
.web-app-home select,
.web-app-home select:hover,
.web-app-home select:focus,
.web-app-home select:visited {
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    color: inherit
}

.web-app-home .form-control {
    box-shadow: none
}

.web-app-home .pera-content p {
    margin-bottom: 0
}

@keyframes zooming {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.05, 1.05)
    }

    100% {
        transform: scale(1, 1)
    }
}

.zooming {
    animation: zooming 18s infinite both
}

.web-app-headline h1,
.web-app-headline h2,
.web-app-headline h3,
.web-app-headline h4,
.web-app-headline h5,
.web-app-headline h6 {
    margin: 0;
    font-family: poppins
}

.web-app-scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    line-height: 55px;
    border-radius: 100%;
    background-color: #01e07b
}

.web-app-scrollup i {
    color: #fff;
    font-size: 20px
}

.web-app-section-title h2 {
    color: #1b2153;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.278
}

.web-app-section-title span {
    display: block;
    font-weight: 200
}

.web-app-main-header {
    top: 0;
    width: 100%;
    z-index: 10;
    padding-top: 40px;
    position: absolute
}

.web-app-main-header .web-app-brand-logo {
    margin-top: 10px
}

.web-app-main-header .dropdown {
    position: relative
}

.web-app-main-header .dropdown:after {
    top: -2px;
    color: #000;
    right: -14px;
    content: "+";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    transition: .3s all ease-in-out
}

.web-app-main-header .dropdown .dropdown-menu {
    top: 65px;
    left: 0;
    opacity: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    height: auto;
    width: 200px;
    border: 0;
    display: block;
    border-radius: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    transition: all .4s ease-in-out;
    border-bottom: 2px solid #01e07b;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1)
}

.web-app-main-header .dropdown .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5
}

.web-app-main-header .dropdown .dropdown-menu li a {
    width: 100%;
    color: #343434;
    display: block;
    font-size: 14px;
    padding: 10px 25px;
    position: relative;
    transition: .3s all ease-in-out
}

.web-app-main-header .dropdown .dropdown-menu li a:before {
    display: none
}

.web-app-main-header .dropdown .dropdown-menu li a:after {
    left: 10px;
    top: 16px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    background-color: #fff;
    transition: .3s all ease-in-out
}

.web-app-main-header .dropdown .dropdown-menu li a:hover {
    background-color: #01e07b;
    color: #fff
}

.web-app-main-header .dropdown .dropdown-menu li a:hover:after {
    transform: scale(1)
}

.web-app-main-header .dropdown .dropdown-menu li:last-child {
    border-bottom: 0
}

.web-app-main-header .dropdown:hover .dropdown-menu {
    top: 45px;
    opacity: 1;
    visibility: visible
}

.web-app-main-menu-item .navbar-nav {
    display: inherit
}

.web-app-main-menu-item .web-app-main-navigation {
    padding-top: 15px;
    display: inline-block
}

.web-app-main-menu-item .web-app-main-navigation li {
    margin: 0 25px
}

.web-app-main-menu-item .web-app-main-navigation li a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 30px;
    font-family: poppins
}

.web-app-main-menu-item .web-app-header-btn {
    height: 55px;
    width: 170px;
    line-height: 55px;
    margin-left: 45px;
    background-color: #fc5a84;
    transition: .3s all ease-in-out
}

.web-app-main-menu-item .web-app-header-btn a {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 600;
    transition: .3s all ease-in-out
}

.web-app-main-menu-item .web-app-header-btn:hover {
    background-color: #179af0
}

.web-app-main-menu-item .web-app-header-btn:hover a {
    color: #fff
}

.web-app-sticky-menu {
    top: 0;
    position: fixed;
    padding: 10px 0;
    animation-duration: .7s;
    background-color: #fff;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
    transition: .3s all ease-in-out;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, .1)
}

.web-app-sticky-menu .web-app-main-menu-item .web-app-main-navigation {
    padding-top: 15px
}

.web-app-main-header .web-app-mobile_menu_content {
    top: 0;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 280px;
    overflow-y: scroll;
    background-color: #1b0234;
    padding: 40px 0;
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    transition: all .5s ease-in
}

.web-app-main-header .web-app-mobile_menu_content .web-app-mobile-main-navigation {
    width: 100%
}

.web-app-main-header .web-app-mobile_menu_content .web-app-mobile-main-navigation .navbar-nav {
    width: 100%
}

.web-app-main-header .web-app-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important
}

.web-app-main-header .web-app-mobile_menu_content .web-app-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    transition: .3s all ease-in-out;
    border-bottom: 1px solid #36125a
}

.web-app-main-header .web-app-mobile_menu_content .web-app-mobile-main-navigation .navbar-nav li:first-child {
    border-bottom: 1px solid #36125a
}

.web-app-main-header .web-app-mobile_menu_content .web-app-mobile-main-navigation .navbar-nav li a {
    color: #afafaf;
    padding: 0;
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 30px;
    font-family: poppins;
    text-transform: uppercase
}

.web-app-main-header .web-app-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px
}

.web-app-main-header .web-app-mobile_menu_wrap.mobile_menu_on .web-app-mobile_menu_content {
    right: 0;
    transition: all .7s ease-out
}

.web-app-main-header .mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .9);
    transition: all .5s ease-in-out
}

.web-app-main-header .mobile_menu_overlay_on {
    overflow: hidden
}

.web-app-main-header .web-app-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible
}

.web-app-main-header .web-app-mobile_menu_button {
    right: 0;
    top: -40px;
    z-index: 5;
    color: #02e079;
    display: none;
    cursor: pointer;
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    text-align: center
}

.web-app-main-header .web-app-mobile_menu .web-app-mobile-main-navigation .navbar-nav li a:after {
    display: none
}

.web-app-main-header .web-app-mobile_menu .web-app-mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.web-app-main-header .web-app-mobile_menu .web-app-mobile_menu_content .web-app-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: 0;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 5px 0;
    width: 100%;
    background-color: transparent
}

.web-app-main-header .web-app-mobile_menu .web-app-mobile_menu_content .web-app-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: 0;
    padding: 0 20px;
    line-height: 1
}

.web-app-main-header .web-app-mobile_menu .dropdown {
    position: relative
}

.web-app-main-header .web-app-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    right: 10px;
    height: 30px;
    color: #afafaf;
    line-height: 22px;
    padding: 5px 10px;
    border: 1px solid #480b86
}

.web-app-main-header .web-app-mobile_menu .dropdown:after {
    display: none
}

.web-app-main-header .web-app-mobile_menu .web-app-mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute
}

@keyframes man-updown {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes man-updown {
    0% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(-1px)
    }
}

@keyframes man-updown {
    0% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(10px)
    }
}

.web-app-banner-section .cd-words-wrapper {
    position: relative;
    text-align: left
}

.web-app-banner-section .cd-words-wrapper b {
    top: 0;
    position: absolute;
    white-space: nowrap;
    display: inline-block
}

.web-app-banner-section .cd-words-wrapper b.is-visible {
    position: relative
}

.web-app-banner-section .no-js .cd-words-wrapper b {
    opacity: 0
}

.web-app-banner-section .no-js .cd-words-wrapper b.is-visible {
    opacity: 1
}

.web-app-banner-section .cd-headline.push b {
    opacity: 0
}

.web-app-banner-section .cd-headline.push b.is-visible {
    opacity: 1;
    animation: push-in .6s
}

.web-app-banner-section .cd-headline.push b.is-hidden {
    animation: push-out .6s
}

@keyframes push-in {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        transform: translateX(10%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    60% {
        opacity: 0;
        transform: translateX(110%)
    }

    100% {
        opacity: 0;
        transform: translateX(100%)
    }
}

.web-app-banner-section .shape-1 {
    left: 150px;
    bottom: 220px
}

.web-app-banner-section .shape-3 {
    left: 50%;
    top: 145px
}

.web-app-banner-section .shape-2 {
    top: 160px;
    right: 150px
}

.web-app-banner-text {
    overflow: hidden;
    max-width: 580px;
    padding: 240px 0 270px
}

.web-app-banner-text h1 {
    color: #1b2153;
    font-size: 60px;
    font-weight: 600;
    position: relative;
    line-height: 1.167;
    padding-bottom: 25px
}

.web-app-banner-text h1 span {
    font-weight: 200
}

.web-app-banner-text h1:before {
    left: 3px;
    top: -20px;
    height: 4px;
    width: 38px;
    content: "";
    position: absolute;
    background: linear-gradient(-145deg, #febfbf 0, #fa5db1 100%)
}

.web-app-banner-text p {
    color: #2c2f4e;
    font-size: 21px
}

.web-app-banner-text p span {
    font-weight: 700
}

.web-app-banner-text .web-app-banner-form {
    max-width: 475px;
    margin: 40px 0 25px
}

.web-app-banner-text .web-app-banner-form input {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    border: 2px solid #e6ecfa
}

.web-app-banner-text .web-app-banner-form button {
    top: 0;
    right: 0;
    color: #fff;
    height: 60px;
    width: 180px;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    background-color: #179af0;
    transition: .3s all ease-in-out
}

.web-app-banner-text .web-app-banner-form button:hover {
    background-color: #22d38c
}

.web-app-banner-text .web-app-banner-slug span {
    color: #2c2f4e;
    font-size: 15px;
    padding-left: 16px;
    margin-right: 30px;
    position: relative
}

.web-app-banner-text .web-app-banner-slug span:before {
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    background-color: #2af039
}

.web-app-banner-vector {
    top: 120px;
    right: -70px
}

.web-app-banner-vector .web-app-banner-vector-img-2 {
    bottom: 0;
    left: 0;
    animation: man-updown 2s infinite alternate
}

.web-app-banner-vector .web-app-banner-vector-img-3 {
    bottom: -85px;
    right: -180px;
    animation: man-updown 3s infinite alternate
}

@keyframes web-app-floating {
    from {
        transform: rotate(0) translate(-10px) rotate(0)
    }

    to {
        transform: rotate(360deg) translate(-10px) rotate(-360deg)
    }
}

.web-app-feature-content {
    padding: 80px 0 50px;
    border-bottom: 1px solid #def0f7
}

.web-app-feature-innerbox {
    padding: 0 45px;
    margin-bottom: 30px
}

.web-app-feature-innerbox .web-app-feature-icon {
    z-index: 1;
    padding-left: 40px;
    margin-bottom: 38px;
    max-width: 160px;
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
    transform: translate3d(0, 0, 0)
}

.web-app-feature-innerbox .web-app-feature-icon:before {
    left: 40px;
    top: -15px;
    z-index: -1;
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: absolute;
    background-color: #ebf7fc
}

.web-app-feature-innerbox .web-app-feature-icon .web-app-f-shape {
    transition: all 2s ease;
    animation-name: web-app-floating;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform-origin: 50% 1px
}

.web-app-feature-innerbox .web-app-feature-icon .shape1 {
    top: -20px;
    left: 15px;
    animation-duration: 7s;
    transition-delay: .7s
}

.web-app-feature-innerbox .web-app-feature-icon .shape2 {
    right: 0;
    top: 20px;
    animation-duration: 5s;
    transition-delay: .1s
}

.web-app-feature-innerbox .web-app-feature-icon .shape3 {
    left: 8px;
    bottom: 0;
    animation-duration: 8s;
    transition-delay: .3s
}

.web-app-feature-innerbox .web-app-feature-text h3 {
    color: #1b2153;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 24px
}

.web-app-feature-innerbox:hover .web-app-feature-icon {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
    transform: translate3d(0, -6px, 0)
}

.web-app-fun-fact-section {
    padding: 65px 0
}

.web-app-fun-fact-number span,
.web-app-fun-fact-number strong {
    line-height: 1;
    color: #1b2153;
    font-size: 48px;
    font-weight: 700
}

.web-app-fun-fact-number strong {
    top: 10px;
    position: relative
}

.web-app-fun-fact-number p {
    color: #001737;
    font-size: 20px;
    margin-left: 15px;
    display: inline-block;
    text-transform: uppercase
}

@keyframes toLeftFromRight {
    49% {
        transform: translateX(-100%)
    }

    50% {
        opacity: 0;
        transform: translateX(100%)
    }

    51% {
        opacity: 1
    }
}

.web-app-about-text-img .web-app-about-text {
    padding-top: 40px
}

.web-app-about-text-img .web-app-about-text .web-app-about-txt-content {
    font-size: 17px;
    margin: 18px 0 40px
}

.web-app-about-text-img .web-app-about-img-content .web-about-img-1 {
    max-width: 565px;
    border-radius: 30px;
    box-shadow: 13.766px 19.66px 69px 0 rgba(28, 33, 54, .07)
}

.web-app-about-text-img .web-app-about-img-content .web-about-img-2 {
    top: auto;
    bottom: -75px;
    right: 55px;
    border-radius: 35px;
    box-shadow: 0 10px 20px 0 rgba(12, 10, 42, .11)
}

.web-app-about-text-img.web-app-about-left-img {
    margin-bottom: 90px
}

.web-app-about-text-img.web-app-about-left-img .web-app-about-img-content {
    padding-left: 40px
}

.web-app-about-text-img.web-app-about-left-img .web-app-about-img-content .web-about-img-2 {
    top: -30px;
    right: 25px;
    bottom: auto
}

.web-app-about-text-img.web-app-about-left-img .web-app-about-btn {
    background-color: #fc5a84
}

.web-app-download-section {
    overflow: visible !important;
    background-color: #fafbfb
}

.web-app-download-section .web-app-download-img {
    top: 0;
    left: 30px;
    position: absolute;
    animation: man-updown 2s infinite alternate
}

.web-app-download-text {
    padding: 100px 0 110px 70px
}

.web-app-download-text p {
    padding: 28px 50px 35px 0
}

.web-app-testimonial-section {
    padding: 100px 0 90px
}

.web-app-testimonial-section .web-app-testimonial-side-img {
    top: 65px;
    right: 70px;
    position: absolute
}

.web-app-testimonial-section .web-app-testimonial-slider-wrap {
    max-width: 520px;
    padding-top: 65px;
    padding-left: 25px;
    overflow: hidden
}

.web-app-testimonial-section .web-app-testimonial-slider-wrap .owl-nav {
    display: none
}

.web-app-testimonial-section .web-app-testimonial-slider-wrap .owl-stage-outer {
    overflow: visible
}

.web-app-testimonial-section .web-app-testimonial-slider-wrap .owl-item {
    opacity: 0;
    transition: opacity 500ms
}

.web-app-testimonial-section .web-app-testimonial-slider-wrap .owl-item.active {
    opacity: 1
}

.web-app-testimonial-section .web-app-testimonial-slider-wrap .owl-dots {
    right: 0;
    bottom: 0;
    position: absolute
}

.web-app-testimonial-section .web-app-testimonial-slider-wrap .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 5px 0;
    border-radius: 100%;
    background-color: #dfe1f1
}

.web-app-testimonial-section .web-app-testimonial-slider-wrap .owl-dots .owl-dot.active {
    background-color: #22d38c
}

.web-app-testimonial-img-text:before {
    top: -10px;
    left: -10px;
    line-height: 1;
    content: "ï„";
    font-weight: 700;
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    color: #22d38c;
    font-family: "font awesome 5 free"
}

.web-app-testimonial-img-text .web-app-testimonial-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 100%;
    border: 5px solid #fff;
    box-shadow: 0 16px 32px 0 rgba(0, 51, 120, .1)
}

.web-app-testimonial-img-text .web-app-testimonial-text p {
    font-size: 20px;
    max-width: 475px
}

.web-app-testimonial-img-text .web-app-testimonial-text .web-app-testimonial-author {
    margin-top: 48px
}

.web-app-testimonial-img-text .web-app-testimonial-text .web-app-testimonial-author h4 {
    color: #1b2153;
    font-size: 24px;
    font-weight: 600
}

.web-app-testimonial-img-text .web-app-testimonial-text .web-app-testimonial-author span {
    font-size: 14px;
    font-weight: 700;
    color: #fc5a84
}

.web-app-pricing-section {
    padding: 150px 0 85px
}

.web-app-pricing-plan-item {
    padding-top: 60px
}

.web-app-pricing-plan-item .web-app-pricing-plan-tab-btn {
    margin-bottom: 65px
}

.web-app-pricing-plan-item .web-app-pricing-plan-tab-btn .nav {
    display: block
}

.web-app-pricing-plan-item .web-app-pricing-plan-tab-btn .nav-tabs .nav-item.show .nav-link,
.web-app-pricing-plan-item .web-app-pricing-plan-tab-btn .nav-tabs .nav-link.active,
.web-app-pricing-plan-item .web-app-pricing-plan-tab-btn .nav-tabs .nav-link {
    padding: 0;
    border: 0;
    border-radius: 0
}

.web-app-pricing-plan-item .web-app-pricing-plan-tab-btn .nav-tabs {
    border: 0
}

.web-app-pricing-plan-item .web-app-pricing-plan-tab-btn li a {
    height: 65px;
    width: 170px;
    font-size: 19px;
    font-weight: 700;
    line-height: 65px;
    color: #fc5a84;
    text-align: center;
    transition: .3s all ease-in-out;
    box-shadow: 0 4px 16px 0 rgba(37, 128, 255, .06)
}

.web-app-pricing-plan-item .web-app-pricing-plan-tab-btn li a.active {
    color: #fff;
    background-color: #fc5a84
}

.web-app-pricing-plan {
    margin: 0 auto;
    max-width: 315px;
    padding: 45px 0;
    transition: .3s all ease-in-out;
    box-shadow: 0 0 20px 0 rgba(1, 26, 44, .05)
}

.web-app-pricing-plan .web-app-pricing-title h3 {
    color: #1b2153;
    font-size: 26px;
    font-weight: 700;
    font-family: roboto;
    transition: .3s all ease-in-out
}

.web-app-pricing-plan .web-app-pricing-title span {
    font-size: 19px;
    color: #179af0;
    transition: .3s all ease-in-out
}

.web-app-pricing-plan .web-app-pricing-price {
    color: #1b2153;
    line-height: 1;
    font-size: 63px;
    font-weight: 700;
    font-family: poppins;
    margin: 15px 0 25px;
    transition: .3s all ease-in-out
}

.web-app-pricing-plan .web-app-pricing-price span {
    top: -20px;
    font-size: 25px;
    position: relative
}

.web-app-pricing-plan .web-app-pricing-content li {
    color: #818992;
    margin-bottom: 12px;
    transition: .3s all ease-in-out
}

.web-app-pricing-plan .web-app-price-btn {
    height: 50px;
    width: 195px;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 50px;
    border: 2px solid #179af0;
    transition: .3s all ease-in-out
}

.web-app-pricing-plan .web-app-price-btn a {
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #179af0
}

.web-app-pricing-plan:hover {
    background-color: #179af0
}

.web-app-pricing-plan:hover .web-app-pricing-title h3 {
    color: #fff
}

.web-app-pricing-plan:hover .web-app-pricing-title span {
    color: #fff
}

.web-app-pricing-plan:hover .web-app-pricing-price {
    color: #fff
}

.web-app-pricing-plan:hover .web-app-pricing-content li {
    color: #fff
}

.web-app-pricing-plan:hover .web-app-price-btn {
    background-color: #fff
}

.web-app-newslatter-section {
    padding: 145px 0
}

.web-app-newslatter-content {
    z-index: 1
}

.web-app-newslatter-content .web-app-newslatter-bg {
    left: 0;
    right: 0;
    top: -145px;
    z-index: -1;
    text-align: center
}

.web-app-newslatter-wrap .web-app-section-title {
    margin-bottom: 45px
}

.web-app-newslatter-wrap .web-app-section-title h2 {
    font-size: 48px;
    padding-bottom: 10px
}

.web-app-newslatter-wrap .web-app-section-title p {
    color: #001737;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.5;
    max-width: 700px
}

.web-app-newslatter-wrap .web-app-newslatter-form {
    max-width: 715px;
    margin: 0 auto
}

.web-app-newslatter-wrap .web-app-newslatter-form input {
    width: 100%;
    height: 75px;
    border: 0;
    padding-left: 30px;
    box-shadow: 0 0 20px 0 rgba(1, 26, 44, .05)
}

.web-app-newslatter-wrap .web-app-newslatter-form button {
    top: 0;
    right: 0;
    color: #fff;
    height: 75px;
    width: 240px;
    border: 0;
    font-weight: 700;
    position: absolute;
    background-color: #22d38c;
    transition: .3s all ease-in-out
}

.web-app-newslatter-wrap .web-app-newslatter-form button:hover {
    background-color: #179af0
}

.web-app-footer-top-content {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 2px solid #f1f1f1
}

.web-app-footer-contact span {
    color: #102465;
    font-size: 18px;
    font-weight: 700;
    margin-right: 40px
}

.web-app-footer-contact a {
    width: 60px;
    height: 60px;
    color: #102465;
    margin-right: 8px;
    line-height: 60px;
    text-align: center;
    z-index: 1;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    background-color: #f1f9fc;
    transition: .3s all ease-in-out
}

.web-app-footer-contact a:hover {
    color: #fff;
    background-color: #179af0
}

.web-app-footer-top-menu {
    float: right;
    padding-top: 20px
}

.web-app-footer-top-menu li {
    margin-left: 50px
}

.web-app-footer-top-menu li a {
    color: #102465;
    font-weight: 700;
    transition: .3s all ease-in-out
}

.web-app-footer-top-menu li a:hover {
    color: #fc5a84
}

.web-app-footer-section {
    padding: 100px 0 50px
}

.web-app-footer-section .soft-footer-btn {
    height: 60px;
    width: 200px;
    margin-top: 30px;
    line-height: 60px;
    border-radius: 40px;
    background-color: #fc5a84;
    transition: .3s all ease-in-out
}

.web-app-footer-section .soft-footer-btn a {
    width: 100%;
    color: #fff;
    display: block
}

.web-app-footer-section .soft-footer-btn:hover {
    background-color: #179af0
}

.web-app-footer-section .web-app-footer-menu-widget {
    float: left;
    width: 33.33%
}

.web-app-footer-section .web-app-footer-menu-widget .web-app-footer-store a {
    display: block;
    margin-bottom: 5px
}

.web-app-footer-section .web-app-footer-widget {
    color: #bdc4df
}

.web-app-footer-section .web-app-footer-widget .widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #003378;
    padding-bottom: 35px
}

.web-app-footer-section .web-app-footer-widget .web-app-footer-support {
    color: #6c8493
}

.web-app-footer-section .web-app-footer-widget .web-app-footer-support:before {
    top: -2px;
    width: 1px;
    background-color: #f1f1f1
}

.web-app-footer-section .web-app-footer-widget .web-app-footer-support a {
    color: #003378
}

.web-app-footer-section .web-app-footer-widget p {
    color: #6c8493;
    max-width: 280px;
    padding-top: 38px
}

.web-app-footer-section .web-app-footer-widget p a {
    font-weight: 700;
    color: #003378
}

.web-app-footer-section .web-app-footer-widget .web-app-footer-menu-widget a {
    display: block;
    margin-bottom: 18px;
    color: #6c8493;
    transition: .3s all ease-in-out
}

.web-app-footer-section .web-app-footer-widget .web-app-footer-menu-widget a:hover {
    color: #fc5a84
}

@media screen and (max-width:1440px) {
    .web-app-testimonial-section .web-app-testimonial-side-img {
        right: -20%
    }
}

@media screen and (max-width:1199px) {
    .web-app-testimonial-section .web-app-testimonial-side-img {
        right: -25%
    }

    .web-app-banner-text h1 {
        font-size: 50px
    }
}

@media screen and (max-width:1024px) {
    .web-app-feature-innerbox {
        padding: 0
    }

    .web-app-testimonial-section .web-app-testimonial-side-img {
        right: -40%
    }
}

@media screen and (max-width:991px) {
    .web-app-banner-vector {
        top: 0;
        max-width: 570px
    }

    .web-app-banner-text {
        padding-bottom: 60px
    }

    .web-app-banner-content {
        margin-bottom: 70px
    }

    .web-app-feature-innerbox {
        margin-bottom: 50px
    }

    .web-app-about-text-img .web-app-about-text {
        margin: 0 auto;
        max-width: 500px;
        margin: 30px auto
    }

    .web-app-about-text-img .web-app-about-img-content {
        margin: 0 auto;
        padding-left: 0;
        max-width: 625px
    }

    .web-app-testimonial-section .web-app-testimonial-side-img {
        position: static
    }

    .web-app-testimonial-section .web-app-section-title {
        text-align: center
    }

    .web-app-testimonial-section .web-app-testimonial-slider-wrap {
        margin: 0 auto
    }

    .web-app-download-section .web-app-download-img {
        position: static;
        text-align: center
    }

    .web-app-download-text {
        margin: 0 auto;
        max-width: 570px
    }

    .web-app-pricing-plan {
        margin-bottom: 30px
    }

    .web-app-footer-top-menu li {
        margin-left: 25px
    }

    .web-app-logo-widget {
        margin-bottom: 30px
    }
}

@media screen and (max-width:850px) {
    .web-app-main-menu-item .web-app-main-navigation li {
        margin: 0 12px
    }

    .web-app-main-menu-item .web-app-header-btn {
        margin-left: 15px
    }

    .web-app-main-menu-item .web-app-header-btn {
        width: 105px
    }

    .web-app-main-menu-item .web-app-header-btn a {
        font-size: 14px
    }

    .web-app-newslatter-wrap .web-app-section-title h2 {
        font-size: 36px
    }

    .web-app-footer-contact span {
        margin-right: 10px
    }

    .web-app-footer-contact a {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .web-app-footer-top-menu li {
        margin-left: 8px;
        font-size: 14px
    }

    .web-app-footer-top-menu {
        padding-top: 7px
    }

    .web-app-newslatter-section {
        padding: 100px 0 70px
    }

    .web-app-footer-top-menu {
        float: none
    }

    .web-app-footer-top-menu li {
        margin-left: 0;
        font-size: 16px;
        margin-right: 10px
    }
}

@media screen and (max-width:767px) {
    .web-app-main-menu-item .web-app-main-navigation {
        display: none
    }

    .web-app-main-menu-item .web-app-header-btn {
        height: 45px;
        line-height: 45px;
        margin-right: 55px
    }

    .web-app-main-header .web-app-mobile_menu_button {
        display: block
    }

    .web-app-main-header {
        padding-top: 20px
    }

    .web-app-banner-vector {
        right: 0
    }

    .web-app-sticky-menu {
        top: -10px
    }
}

@media screen and (max-width:580px) {
    .web-app-banner-text {
        padding-top: 180px
    }

    .web-app-section-title h2 {
        font-size: 30px
    }

    .web-app-footer-section .web-app-footer-menu-widget {
        width: 100%
    }

    .web-app-footer-section .web-app-footer-widget .widget-title {
        padding-bottom: 20px
    }

    .web-app-footer-section .web-app-footer-menu-widget {
        margin-bottom: 30px
    }

    .web-app-about-text-img.web-app-about-left-img .web-app-about-img-content {
        padding-left: 0
    }
}

@media screen and (max-width:480px) {
    .web-app-banner-text h1 {
        font-size: 40px
    }

    .web-app-banner-text p {
        font-size: 18px
    }

    .web-app-banner-text .web-app-banner-form button {
        width: 130px
    }

    .web-app-section-title h2 {
        font-size: 24px
    }

    .web-app-feature-content {
        padding: 40px 0 20px
    }

    .web-app-fun-fact-number span,
    .web-app-fun-fact-number strong {
        font-size: 36px
    }

    .web-app-fun-fact-number strong {
        top: 5px
    }

    .web-app-fun-fact-number p {
        font-size: 18px
    }

    .web-app-fun-fact-section {
        padding: 40px 0
    }

    .web-app-about-section {
        padding: 30px 0
    }

    .web-app-about-text-img .web-app-about-text {
        margin-top: 0
    }

    .web-app-about-text-img .web-app-about-img-content .web-about-img-2 {
        display: none
    }

    .web-app-about-text-img.web-app-about-left-img {
        margin-bottom: 40px
    }

    .web-app-download-text .web-app-about-btn,
    .web-app-about-text-img .web-app-about-text .web-app-about-btn {
        width: 155px;
        height: 50px;
        line-height: 50px
    }

    .web-app-testimonial-section {
        padding: 50px 0 40px
    }

    .web-app-testimonial-img-text .web-app-testimonial-text p {
        font-size: 18px
    }

    .web-app-testimonial-img-text .web-app-testimonial-text .web-app-testimonial-author h4 {
        font-size: 20px
    }

    .web-app-testimonial-img-text .web-app-testimonial-text .web-app-testimonial-author {
        margin-top: 20px
    }

    .web-app-download-text {
        padding: 50px 0
    }

    .web-app-pricing-section {
        padding: 50px 0 30px
    }

    .web-app-pricing-plan .web-app-pricing-price {
        font-size: 48px;
        margin-bottom: 15px
    }

    .web-app-pricing-plan-item .web-app-pricing-plan-tab-btn li a {
        height: 55px;
        width: 140px;
        line-height: 55px;
        font-size: 16px
    }

    .web-app-newslatter-wrap .web-app-section-title h2 {
        font-size: 30px
    }

    .web-app-newslatter-wrap .web-app-newslatter-form button {
        width: 120px;
        font-size: 14px
    }

    .web-app-newslatter-section {
        padding: 50px 0 20px
    }

    .web-app-footer-section {
        padding: 50px 0 20px
    }

    .web-app-footer-section .soft-footer-btn {
        height: 50px;
        line-height: 50px;
        width: 150px
    }
}

@media screen and (max-width:380px) {
    .web-app-banner-text h1 {
        font-size: 35px
    }

    .web-app-section-title h2 {
        font-size: 22px
    }

    .web-app-footer-contact span {
        font-size: 16px
    }

    .web-app-footer-contact a {
        margin-right: 5px
    }

    .web-app-newslatter-wrap .web-app-section-title p {
        font-size: 18px
    }
}

@media screen and (max-width:320px) {
    .web-app-banner-text h1 {
        font-size: 30px
    }
}

/*SEO 2*/
@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeFromUp {
    animation-name: fadeFromUp
}

.fadeFromRight {
    animation-name: fadeFromRight
}

.fadeFromLeft {
    animation-name: fadeFromLeft
}

.seo-2-home {
    margin: 0;
    padding: 0;
    color: #7990a4;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.625;
    font-family: "Roboto";
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.seo-2-home::selection {
    color: #fff;
    background-color: #6e3ebf
}

.seo-2-home::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.seo-2-home .container {
    max-width: 1200px
}

.seo-2-home .ul-li ul {
    margin: 0;
    padding: 0
}

.seo-2-home .ul-li ul li {
    list-style: none;
    display: inline-block
}

.seo-2-home .ul-li-block ul {
    margin: 0;
    padding: 0
}

.seo-2-home .ul-li-block ul li {
    list-style: none;
    display: block
}

div#seo-2-preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #f1f2f3;
    background: #f1f2f3 url(../img/crm/pre.svg) no-repeat center center
}

.seo-2-home [data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.seo-2-home a {
    color: inherit;
    text-decoration: none
}

.seo-2-home a:hover,
.seo-2-home a:focus {
    text-decoration: none
}

.seo-2-home img {
    max-width: 100%;
    height: auto
}

.seo-2-home section {
    overflow: hidden
}

.seo-2-home button {
    cursor: pointer
}

.seo-2-home .form-control:focus,
.seo-2-home button:visited,
.seo-2-home button.active,
.seo-2-home button:hover,
.seo-2-home button:focus,
.seo-2-home input:visited,
.seo-2-home input.active,
.seo-2-home input:hover,
.seo-2-home input:focus,
.seo-2-home textarea:hover,
.seo-2-home textarea:focus,
.seo-2-home a:hover,
.seo-2-home a:focus,
.seo-2-home a:visited,
.seo-2-home a.active,
.seo-2-home select,
.seo-2-home select:hover,
.seo-2-home select:focus,
.seo-2-home select:visited {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit
}

.seo-2-home .form-control {
    box-shadow: none
}

.seo-2-home .pera-content p {
    margin-bottom: 0
}

@keyframes zooming {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.05, 1.05)
    }

    100% {
        transform: scale(1, 1)
    }
}

.zooming {
    animation: zooming 18s infinite both
}

.seo-2-headline h1,
.seo-2-headline h2,
.seo-2-headline h3,
.seo-2-headline h4,
.seo-2-headline h5,
.seo-2-headline h6 {
    margin: 0;
    font-family: "Poppins"
}

.seo-2-scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    line-height: 55px;
    border-radius: 100%;
    background-color: #01e07b
}

.seo-2-scrollup i {
    color: #fff;
    font-size: 20px
}

.seo-2-section-title span {
    font-size: 14px;
    font-weight: 700;
    background: linear-gradient(90deg, #0160e7 0%, #04bdef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.seo-2-section-title h2 {
    color: #003a6c;
    font-size: 48px;
    font-weight: 700;
    padding-top: 5px;
    line-height: 1.208
}

.seo-2-section-title p {
    color: #7990a4;
    font-size: 20px;
    padding-top: 10px
}

.seo-2-main-header {
    top: 0;
    width: 100%;
    z-index: 10;
    padding-top: 40px;
    position: absolute
}

.seo-2-main-header .seo-2-brand-logo {
    margin-top: 10px;
    padding-left: 60px
}

.seo-2-main-header .dropdown {
    position: relative
}

.seo-2-main-header .dropdown:after {
    top: -2px;
    color: #fff;
    right: -14px;
    content: "+";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    transition: 0.3s all ease-in-out
}

.seo-2-main-header .dropdown .dropdown-menu {
    top: 65px;
    left: 0;
    opacity: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    height: auto;
    width: 200px;
    border: none;
    display: block;
    border-radius: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    border-bottom: 2px solid #01e07b;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1)
}

.seo-2-main-header .dropdown .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5
}

.seo-2-main-header .dropdown .dropdown-menu li a {
    width: 100%;
    color: #343434;
    display: block;
    font-size: 14px;
    padding: 10px 25px;
    position: relative;
    transition: 0.3s all ease-in-out
}

.seo-2-main-header .dropdown .dropdown-menu li a:before {
    display: none
}

.seo-2-main-header .dropdown .dropdown-menu li a:after {
    left: 10px;
    top: 16px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    background-color: #fff;
    transition: 0.3s all ease-in-out
}

.seo-2-main-header .dropdown .dropdown-menu li a:hover {
    background-color: #01e07b;
    color: #fff
}

.seo-2-main-header .dropdown .dropdown-menu li a:hover:after {
    transform: scale(1)
}

.seo-2-main-header .dropdown .dropdown-menu li:last-child {
    border-bottom: none
}

.seo-2-main-header .dropdown:hover .dropdown-menu {
    top: 45px;
    opacity: 1;
    visibility: visible
}

.seo-2-main-header .seo-2-sidebar-toggle {
    left: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
    background-color: #003a6c
}

.seo-2-main-header .seo-2-sidebar-toggle span {
    display: inline-block;
    padding-top: 10px;
    text-align: center
}

.seo-2-main-header .seo-2-sidebar-toggle span svg {
    fill: #fff;
    height: 17px
}

.seo-2-main-menu-item .navbar-nav {
    display: inherit
}

.seo-2-main-menu-item .seo-2-main-navigation {
    padding-top: 15px;
    display: inline-block
}

.seo-2-main-menu-item .seo-2-main-navigation li {
    margin: 0 25px
}

.seo-2-main-menu-item .seo-2-main-navigation li a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 30px
}

.seo-2-main-menu-item .seo-2-header-btn {
    height: 60px;
    width: 170px;
    line-height: 58px;
    margin-left: 45px;
    border-radius: 30px;
    border: 2px solid #ffffff5c;
    transition: 0.3s all ease-in-out
}

.seo-2-main-menu-item .seo-2-header-btn a {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s all ease-in-out
}

.seo-2-main-menu-item .seo-2-header-btn:hover {
    background-color: #003a6c;
    border: 2px solid #003a6c
}

.seo-2-main-menu-item .seo-2-header-btn:hover a {
    color: #fff
}

.seo-2-side-bar-toggle {
    z-index: 1;
    width: 70px;
    height: 70px;
    right: 240px;
    bottom: -60px;
    cursor: pointer;
    line-height: 65px;
    text-align: center;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #7990a4
}

.seo-2-side-bar-toggle:before {
    top: 8px;
    left: 8px;
    content: "";
    width: 50px;
    height: 50px;
    z-index: -1;
    position: absolute;
    border-radius: 10px;
    background-color: #fc5a84
}

.seo-2-side-bar-toggle i {
    color: #fff;
    font-size: 26px
}

.sm-side_inner_content {
    top: 0;
    bottom: 0;
    right: -420px;
    height: 110vh;
    z-index: 101;
    position: fixed;
    width: 400px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 50px 50px;
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    transition: all 0.5s
}

.sm-side_inner_content p {
    text-align: left
}

.sm-side_inner_content .side_inner_logo {
    margin: 30px 0
}

.sm-side_inner_content .side_contact {
    margin-bottom: 30px
}

.sm-side_inner_content .side_contact .social_widget {
    margin-bottom: 40px
}

.sm-side_inner_content .side_contact .social_widget h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0 10px 0
}

.sm-side_inner_content .side_contact .social_widget li {
    color: #fff;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    background-color: #7990a4
}

.sm-side_inner_content .side_contact .social_widget li i {
    font-size: 14px
}

.sm-side_inner_content .side_contact .seo-2-sidebar-gallary {
    margin-bottom: 25px
}

.sm-side_inner_content .side_contact .seo-2-sidebar-gallary h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0 10px 0
}

.sm-side_inner_content .side_contact .seo-2-sidebar-gallary li {
    float: left;
    margin: 5px 3px
}

.sm-side_inner_content .side_copywright {
    font-size: 14px
}

.sm-side_inner_content .close_btn {
    top: 30px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    position: absolute;
    background-color: #f5f5f5;
    transition: 0.3s all ease-in-out
}

.sm-side_inner_content .close_btn i {
    font-size: 14px
}

.sm-side_inner_content .close_btn:hover {
    background-color: #fc5a84
}

.sm-side_inner_content .close_btn:hover i {
    color: #fff
}

.seo-2-sidebar-inner.wide_side_on .sm-side_inner_content {
    right: -15px;
    z-index: 99;
    transition: all 0.7s
}

.seo-2-sidebar-inner .side_overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    z-index: 11;
    height: 110vh;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    transition: all 0.3s ease-in-out;
    cursor: url(../img/cl.png), auto
}

.body_overlay_on {
    overflow: hidden
}

.seo-2-sidebar-inner.wide_side_on .side_overlay {
    opacity: 1;
    visibility: visible
}

.seo-2-sticky-on {
    top: 0;
    position: fixed;
    padding: 10px 0;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
    transition: 0.3s all ease-in-out;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, .1);
    background: linear-gradient(45deg, #0160e7 0%, #04bdef 100%)
}

.seo-2-sticky-on .seo-2-main-menu-item .seo-2-main-navigation {
    padding-top: 15px
}

.seo-2-main-header .seo-2-mobile_menu_content {
    top: 0;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 280px;
    overflow-y: scroll;
    background-color: #1b0234;
    padding: 40px 0;
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    transition: all 0.5s ease-in
}

.seo-2-main-header .seo-2-mobile_menu_content .seo-2-mobile-main-navigation {
    width: 100%
}

.seo-2-main-header .seo-2-mobile_menu_content .seo-2-mobile-main-navigation .navbar-nav {
    width: 100%
}

.seo-2-main-header .seo-2-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important
}

.seo-2-main-header .seo-2-mobile_menu_content .seo-2-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    transition: 0.3s all ease-in-out;
    border-bottom: 1px solid #36125a
}

.seo-2-main-header .seo-2-mobile_menu_content .seo-2-mobile-main-navigation .navbar-nav li:first-child {
    border-bottom: 1px solid #36125a
}

.seo-2-main-header .seo-2-mobile_menu_content .seo-2-mobile-main-navigation .navbar-nav li a {
    color: #afafaf;
    padding: 0;
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 30px;
    font-family: "Poppins";
    text-transform: uppercase
}

.seo-2-main-header .seo-2-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px
}

.seo-2-main-header .seo-2-mobile_menu_wrap.mobile_menu_on .seo-2-mobile_menu_content {
    right: 0;
    transition: all 0.7s ease-out
}

.seo-2-main-header .mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0%;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .9);
    transition: all 0.5s ease-in-out
}

.seo-2-main-header .mobile_menu_overlay_on {
    overflow: hidden
}

.seo-2-main-header .seo-2-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible
}

.seo-2-main-header .seo-2-mobile_menu_button {
    right: 0;
    top: -40px;
    z-index: 5;
    color: #02e079;
    display: none;
    cursor: pointer;
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    text-align: center
}

.seo-2-main-header .seo-2-mobile_menu .seo-2-mobile-main-navigation .navbar-nav li a:after {
    display: none
}

.seo-2-main-header .seo-2-mobile_menu .seo-2-mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.seo-2-main-header .seo-2-mobile_menu .seo-2-mobile_menu_content .seo-2-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 5px 0;
    width: 100%;
    background-color: transparent
}

.seo-2-main-header .seo-2-mobile_menu .seo-2-mobile_menu_content .seo-2-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 20px;
    line-height: 1
}

.seo-2-main-header .seo-2-mobile_menu .dropdown {
    position: relative
}

.seo-2-main-header .seo-2-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    right: 10px;
    height: 30px;
    color: #afafaf;
    line-height: 22px;
    padding: 5px 10px;
    border: 1px solid #480b86
}

.seo-2-main-header .seo-2-mobile_menu .dropdown:after {
    display: none
}

.seo-2-main-header .seo-2-mobile_menu .seo-2-mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute
}

@keyframes man-updown {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes man-updown {
    0% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(-1px)
    }
}

@keyframes man-updown {
    0% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(10px)
    }
}

@keyframes floatY {
    0% {
        transform: translatey(0)
    }

    50% {
        transform: translatey(-20px)
    }

    100% {
        transform: translatey(0)
    }
}

@keyframes floatX {
    0% {
        transform: translateX(140px)
    }

    50% {
        transform: translateX(60px)
    }

    100% {
        transform: translateX(140px)
    }
}

.seo-2-banner-content {
    z-index: 1;
    margin: 0 auto;
    max-width: 825px;
    position: relative;
    padding: 175px 0 580px
}

.seo2-default-header .seo-2-banner-content {
    padding: 115px 0 80px
}

.seo2-default-header.seo-2-banner-section {
    margin-bottom: 0;
    overflow: hidden !important
}

.seo-2-banner-content .seo-2-banner-text span {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px
}

.seo-2-banner-content .seo-2-banner-text h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 700
}

.seo-2-banner-content .banner-input-field {
    margin-top: 25px;
    justify-content: center
}

.seo-2-banner-content .banner-input-field .seo-2-form-input {
    margin: 0 8px
}

.seo-2-banner-content .banner-input-field .seo-2-form-input span {
    top: 23px;
    left: 35px;
    color: #fff;
    position: absolute
}

.seo-2-banner-content .banner-input-field .seo-2-form-input input {
    border: none;
    height: 70px;
    width: 290px;
    color: #fff;
    padding-left: 65px;
    border-radius: 35px;
    background-color: #35a3ec
}

.seo-2-banner-content .banner-input-field .seo-2-form-input input::placeholder {
    color: #a3daff
}

.seo-2-banner-content .banner-input-field button {
    color: #fff;
    width: 200px;
    height: 70px;
    border: none;
    margin-left: 8px;
    font-weight: 700;
    border-radius: 35px;
    background-color: #003a6c;
    border: 2px solid #003a6c;
    transition: 0.3s all ease-in-out
}

.seo-2-banner-content .banner-input-field button:hover {
    border: 2px solid #fff;
    background-color: transparent
}

.seo-2-banner-section {
    overflow: visible !important;
    margin-bottom: 180px
}

.seo-2-banner-section .seo-2-banner-vector {
    right: 0;
    left: 120px;
    bottom: -180px;
    position: absolute;
    animation: man-updown 2s infinite alternate
}

.seo-2-banner-section .seo-2-banner-shape {
    top: 0;
    left: 0
}

.seo-2-banner-section .seo-2-banner-shape.shape1 {
    animation: floatY 3s ease-in-out infinite
}

.seo-2-banner-section .seo-2-banner-shape.shape2 {
    left: 150px;
    animation: floatX 10s ease-in-out infinite
}

.seo-2-service-section {
    padding: 120px 0
}

.seo-2-service-innerbox {
    padding: 50px 40px;
    box-shadow: 0 16px 32px 0 rgba(24, 37, 50, .06)
}

.seo-2-service-innerbox .seo-2-service-icon {
    margin-bottom: 35px;
    transition: all 0.35s cubic-bezier(.38, 3, .57, 1.6);
    transform: translate3d(0, 0, 0)
}

.seo-2-service-innerbox .seo-2-service-text h3 {
    color: #003a6c;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px
}

.seo-2-service-innerbox .seo-2-service-text .seo-2-service-btn {
    margin-top: 25px;
    color: #003a6c
}

.seo-2-service-innerbox .seo-2-service-text .seo-2-service-btn i {
    width: 50px;
    height: 50px;
    z-index: 2;
    line-height: 50px;
    border-radius: 100%;
    background-color: #f6faff;
    transition: 0.4s all ease-in-out;
    position: relative
}

.seo-2-service-innerbox .seo-2-service-text .seo-2-service-btn i:after {
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    transform: scale(0);
    border-radius: 100%;
    transition: 0.3s all ease-in-out;
    background-image: linear-gradient(-45deg, #0160e7 0%, #04bdef 100%)
}

.seo-2-service-innerbox .seo-2-service-text .seo-2-service-btn span {
    top: 15px;
    opacity: 0;
    left: 115px;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    visibility: hidden;
    transition: 0.4s all ease-in-out
}

.seo-2-service-innerbox .seo-2-service-text .seo-2-service-btn:hover i {
    color: #fff;
    transform: translateX(-40px)
}

.seo-2-service-innerbox .seo-2-service-text .seo-2-service-btn:hover i:after {
    transform: scale(1)
}

.seo-2-service-innerbox .seo-2-service-text .seo-2-service-btn:hover span {
    opacity: 1;
    left: 135px;
    visibility: visible
}

.seo-2-service-innerbox:hover .seo-2-service-icon {
    transition: all 0.35s cubic-bezier(.38, 3, .57, 1.6);
    transform: translate3d(0, -6px, 0)
}

.seo-2-about-img {
    position: absolute
}

.appilo-text-gradient .elementor-heading-title,
.appilo-text-gradient .elementor-text-editor {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.seo-2-about-section {
    padding: 25px 0 110px
}

.seo-2-about-section .seo-2-about-img {
    top: 0;
    left: -215px;
    position: absolute;
    animation: man-updown 2s infinite alternate
}

.seo-2-about-text-wrap {
    float: right;
    max-width: 570px;
    padding-left: 35px
}

.seo-2-about-text {
    color: #7990a4;
    font-size: 20px;
    line-height: 1.5;
    margin: 18px 0 45px
}

.seo-2-about-list-item {
    margin-bottom: 32px
}

.seo-2-about-list-item .seo-2-about-list-icon {
    height: 60px;
    width: 60px;
    margin-right: 25px
}

.seo-2-about-list-item .seo-2-about-list-text h3 {
    color: #003a6c;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px
}

.seo-2-cta-content {
    border-radius: 10px;
    margin-bottom: 115px;
    background-color: #f5fbff;
    padding: 28px 15px 28px 40px
}

.seo-2-cta-content p {
    font-weight: 700;
    color: #003a6c;
    font-size: 20px;
    font-family: "Poppins"
}

.seo-2-cta-content p span {
    color: #ff7eb8
}

.seo-2-cta-content .seo-2-cta-btn {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    position: absolute;
    line-height: 50px;
    border-radius: 100%;
    background-image: linear-gradient(-45deg, #0160e7 0%, #04bdef 100%)
}

.seo-2-cta-content .seo-2-cta-btn a {
    width: 100%;
    color: #fff;
    display: block
}

.seo-2-cta-content .seo-2-cta-btn a i {
    transition: 0.4s all ease-in-out
}

.seo-2-cta-content .seo-2-cta-btn a:hover i {
    transform: rotate(130deg)
}

.seo-2-partner-content {
    margin: 0 -40px
}

.seo-2-partner-content li {
    padding: 0 40px;
    margin-bottom: 50px
}

.seo-2-partner-content li img {
    transition: 0.4s all ease-in-out;
    filter: grayscale(1)
}

.seo-2-partner-content li img:hover {
    filter: grayscale(0);
    transform: scale(1.1)
}

.seo-2-portfolio-content .owl-nav {
    bottom: 100px;
    left: -500px;
    position: absolute
}

.seo-2-portfolio-content .owl-nav .owl-prev,
.seo-2-portfolio-content .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    margin-right: 15px;
    border-radius: 100%;
    display: inline-block;
    background-color: #f5fbff;
    transition: 0.4s all ease-in-out
}

.seo-2-portfolio-content .owl-nav .owl-prev:hover,
.seo-2-portfolio-content .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #0289eb
}

.seo-2-portfolio-img-text .seo-2-portfolio-img img {
    transition: 0.5s all ease-in-out
}

.seo-2-portfolio-img-text .seo-2-portfolio-img:before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    opacity: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    background-color: #000;
    transition: 0.4s all ease-in-out
}

.seo-2-portfolio-img-text .seo-2-portfolio-text {
    top: 50%;
    left: 0;
    right: 0;
    width: 50px;
    z-index: 2;
    height: 50px;
    margin: 0 auto;
    border-radius: 100%;
    line-height: 50px;
    position: absolute;
    background-color: #fff;
    transform: translateY(-50%) scale(0);
    transition: 0.4s all ease-in-out
}

.seo-2-portfolio-img-text .seo-2-portfolio-text a {
    width: 100%;
    display: block
}

.seo-2-portfolio-img-text:hover .seo-2-portfolio-img:before {
    opacity: .7
}

.seo-2-portfolio-img-text:hover .seo-2-portfolio-text {
    transform: translateY(-50%) scale(1)
}

.seo-2-boost-section {
    padding: 115px 0;
    background-color: #000a2a
}

.seo-2-boost-section .seo-2-section-title h2 {
    color: #fff
}

.seo-2-boost-form {
    flex-wrap: wrap;
    margin-top: 40px
}

.seo-2-boost-form .seo-2-boost-input {
    margin-right: 20px
}

.seo-2-boost-form .seo-2-boost-input span {
    top: 23px;
    left: 35px;
    position: absolute
}

.seo-2-boost-form .seo-2-boost-input input {
    width: 400px;
    height: 70px;
    border: none;
    padding-left: 70px;
    border-radius: 40px;
    background-color: #0a1539
}

.seo-2-boost-form .seo-2-boost-input input::placeholder {
    color: #566492
}

.seo-2-boost-form button {
    color: #fff;
    border: none;
    height: 70px;
    width: 330px;
    font-weight: 700;
    border-radius: 40px;
    background-color: #0289eb;
    border: 2px solid #0289eb;
    transition: 0.3s all ease-in-out
}

.seo-2-boost-form button i {
    margin-right: 5px
}

.seo-2-boost-form button:hover {
    border: 2px solid #fff;
    background-color: transparent
}

.seo-2-why-choose-section {
    padding: 120px 0
}

.seo-2-why-choose-section .seo-2-why-choose-img {
    animation: man-updown 2s infinite alternate
}

.seo-2-why-choose-text {
    padding: 20px 0 0 20px
}

.seo-2-why-choose-text .seo-2-section-title p {
    padding-top: 20px
}

.seo-2-why-choose-counter {
    margin-top: 45px
}

.seo-2-why-choose-counter .counter-boxed {
    margin-right: 60px;
    display: inline-block
}

.seo-2-why-choose-counter .counter-boxed:nth-child(2) {
    margin-right: 0
}

.seo-2-why-choose-counter .counter-boxed .graph-outer {
    margin-bottom: 25px
}

.seo-2-why-choose-counter .counter-boxed h3 {
    color: #003a6c;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px
}

.seo-2-why-choose-counter .counter-boxed span {
    color: #03a0ec;
    font-weight: 700
}

.counter-boxed .count-text {
    font-size: 40px;
    font-weight: 700;
    font-family: "Poppins";
    background: linear-gradient(90deg, #0160e7 0%, #04bdef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.counter-boxed .count-box {
    left: 30px;
    top: 30px;
    font-weight: 700;
    position: absolute
}

.seo-2-blog-section {
    z-index: 1;
    padding: 115px 0
}

.seo-2-blog-section:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 485px;
    position: absolute;
    background-color: #f5fbff
}

.seo-2-blog-section .seo-2-blog-content {
    padding-top: 40px
}

.seo-2-blog-img-text .seo-2-blog-img {
    overflow: hidden
}

.seo-2-blog-img-text .seo-2-blog-img img {
    transition: 0.5s all ease-in-out
}

.seo-2-blog-img-text .seo-2-blog-text {
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04)
}

.seo-2-blog-img-text .seo-2-blog-text .seo-2-date-meta {
    top: -40px;
    right: 40px;
    width: 80px;
    height: 80px;
    color: #7990a4;
    font-size: 14px;
    font-weight: 700;
    padding-top: 18px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .04)
}

.seo-2-blog-img-text .seo-2-blog-text .seo-2-date-meta span {
    color: #000a2a;
    line-height: 1;
    display: block;
    font-size: 30px;
    font-family: "Poppins"
}

.seo-2-blog-img-text .seo-2-blog-text .seo-2-blog-cat {
    font-size: 14px;
    font-weight: 700;
    background: linear-gradient(90deg, #0160e7 0%, #04bdef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.seo-2-blog-img-text .seo-2-blog-text h3 {
    color: #003a6c;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.455;
    padding: 5px 0 10px
}

.seo-2-blog-img-text .seo-2-blog-text .seo-2-post-author {
    margin-top: 15px
}

.seo-2-blog-img-text .seo-2-blog-text .seo-2-post-author .seo-2-author-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 14px;
    border-radius: 100%
}

.seo-2-blog-img-text .seo-2-blog-text .seo-2-post-author h4 {
    color: #003a6c;
    font-size: 14px;
    font-weight: 700;
    padding-top: 12px
}

.seo-2-blog-img-text:hover .seo-2-blog-img img {
    transform: scale(1.2)
}

.seo-2-footer-content-wrap {
    z-index: 1;
    margin: 0 auto;
    max-width: 1310px;
    padding-bottom: 50px;
    background-color: #fff
}

.seo-2-footer-widget-wrapper:after {
    left: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    background: linear-gradient(45deg, #0160e7 0%, #04bdef 100%)
}

.seo-2-footer-widget {
    display: inline-block
}

.seo-2-footer-widget .widget-title {
    color: #003378;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 35px
}

.seo-2-footer-widget .footer-menu-widget {
    padding-right: 80px
}

.seo-2-footer-widget .footer-menu-widget li {
    margin-bottom: 15px
}

.seo-2-footer-widget .footer-menu-widget li a {
    transition: 0.3s all ease-in-out
}

.seo-2-footer-widget .footer-menu-widget li a:hover {
    color: #04bdef
}

.seo-2-footer-widget .footer-menu-widget .footer-store a {
    display: block;
    margin-bottom: 5px
}

.seo-2-footer-widget .seo-2-footer-blog-img-text {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #edf0f8
}

.seo-2-footer-widget .seo-2-footer-blog-img-text:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.seo-2-footer-widget .rpwwt-widget ul li img {
    height: 80px;
    width: 100px;
    overflow: hidden;
    margin-right: 20px
}

.seo-2-footer-widget .rpwwt-post-date {
    font-size: 14px
}

.seo-2-footer-widget .rpwwt-widget ul li {
    margin: 0 0 .5em
}

.seo-2-footer-widget .rpwwt-post-title {
    color: #003a6c;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.625
}

.seo-2-footer-copyright {
    padding: 30px 0 25px;
    background: linear-gradient(45deg, #0160e7 0%, #04bdef 100%)
}

.seo-2-footer-copyright .seo-2-footer-copyright-menu li {
    margin-right: 70px
}

.seo-2-footer-copyright .seo-2-footer-copyright-menu li a {
    color: #fff;
    font-weight: 700
}

.seo-2-footer-copyright .seo-2-footer-copyright-text span {
    color: #fff;
    font-size: 14px
}

.seo-2-footer-copyright .seo-2-footer-copyright-text span a {
    font-weight: 700
}

@media screen and (max-width:1199px) {
    .seo-2-portfolio-content .owl-nav {
        left: -485px
    }

    .seo-2-boost-form .seo-2-boost-input input {
        width: 315px
    }

    .seo-2-boost-form button {
        width: 250px
    }

    .seo-2-banner-section .seo-2-banner-shape {
        display: none
    }

    .seo-2-portfolio-content .owl-nav {
        left: -400px
    }
}

@media screen and (max-width:1024px) {
    .seo-2-main-menu-item .seo-2-main-navigation li {
        margin: 0 15px
    }

    .seo-2-about-section .seo-2-about-img {
        left: -350px
    }

    .seo-2-portfolio-content .owl-nav {
        bottom: 60px
    }

    .seo-2-why-choose-counter .counter-boxed {
        margin-right: 15px
    }

    .seo-2-why-choose-counter .counter-boxed h3 {
        font-size: 20px
    }

    .seo-2-footer-widget .footer-menu-widget {
        padding-right: 50px
    }
}

@media screen and (max-width:991px) {
    .seo-2-main-menu-item .seo-2-main-navigation {
        display: none
    }

    .seo-2-main-menu-item .seo-2-header-btn {
        height: 50px;
        width: 130px;
        line-height: 48px;
        margin-left: 25px;
        margin-right: 45px
    }

    .seo-2-main-header {
        padding-top: 10px
    }

    .seo-2-main-header .seo-2-mobile_menu_button {
        display: block
    }

    .seo-2-main-header .seo-2-sidebar-toggle {
        display: none
    }

    .seo-2-main-header .seo-2-brand-logo {
        padding-left: 0
    }

    .seo-2-banner-content {
        padding: 175px 0 290px
    }

    .seo-2-service-innerbox {
        margin-bottom: 40px
    }

    .seo-2-portfolio-content {
        margin-right: 0;
        margin-top: 40px
    }

    .seo-2-portfolio-content .owl-nav {
        position: static;
        margin-top: 30px;
        text-align: center
    }

    .seo-2-portfolio-section {
        padding-bottom: 60px
    }

    .seo-2-portfolio-section:after {
        display: none
    }

    .seo-2-why-choose-img {
        text-align: center
    }

    .seo-2-why-choose-text {
        margin: 0 auto;
        max-width: 570px
    }

    .seo-2-blog-img-text {
        margin: 0 auto;
        max-width: 370px;
        margin-bottom: 30px
    }

    .seo-2-footer-widget {
        margin-top: 30px
    }

    .seo-2-about-text-wrap {
        float: none;
        margin: 0 auto;
        margin-top: 40px
    }

    .seo-2-about-section .seo-2-about-img {
        position: static
    }

    .seo-2-cta-content p {
        font-size: 16px
    }

    .seo-2-boost-form .seo-2-boost-input {
        margin-bottom: 10px
    }

    .seo-2-footer-copyright .seo-2-footer-copyright-menu li {
        margin-right: 40px
    }
}

@media screen and (max-width:850px) {
    .seo-2-banner-content .seo-2-banner-text h1 {
        font-size: 60px
    }

    .seo-2-banner-content .banner-input-field {
        flex-wrap: wrap
    }

    .seo-2-banner-content .banner-input-field .seo-2-form-input {
        margin-bottom: 20px
    }
}

@media screen and (max-width:767px) {
    .seo-2-banner-section .seo-2-banner-vector {
        position: static
    }

    .seo-2-banner-content {
        padding: 175px 0 60px
    }

    .seo-2-banner-section {
        margin-bottom: 0
    }
}

@media screen and (max-width:680px) {
    .seo-2-banner-content .seo-2-banner-text h1 {
        font-size: 50px
    }

    .seo-2-banner-content .banner-input-field .seo-2-form-input input {
        height: 50px;
        line-height: 50px
    }

    .seo-2-banner-content .banner-input-field .seo-2-form-input span {
        top: 13px
    }

    .seo-2-banner-content .banner-input-field button {
        width: 150px;
        height: 50px
    }

    .seo-2-cta-content .seo-2-cta-btn {
        margin: 0 auto;
        position: static;
        margin-top: 10px
    }

    .seo-2-boost-form .seo-2-boost-input input {
        height: 50px
    }

    .seo-2-boost-form .seo-2-boost-input span {
        top: 13px
    }

    .seo-2-boost-form button {
        height: 50px
    }

    .seo-2-footer-copyright-text,
    .seo-2-footer-copyright-menu {
        float: none !important
    }
}

@media screen and (max-width:480px) {
    .seo-2-banner-content .seo-2-banner-text h1 {
        font-size: 32px
    }

    .seo-2-service-section {
        padding: 60px 0 20px
    }

    .seo-2-section-title h2 {
        font-size: 28px
    }

    .seo-2-about-text-wrap {
        padding-left: 0
    }

    .seo-2-about-list-text {
        overflow: hidden
    }

    .seo-2-about-section {
        padding: 25px 0 50px
    }

    .seo-2-boost-form .seo-2-boost-input {
        margin-right: 0
    }

    .seo-2-why-choose-counter .counter-boxed {
        display: block;
        text-align: center;
        margin-bottom: 30px
    }

    .seo-2-why-choose-counter .counter-boxed .count-box {
        left: 0;
        right: 0
    }

    .seo-2-why-choose-section {
        padding: 50px 0
    }

    .seo-2-blog-section {
        padding: 50px 0
    }

    .seo-2-footer-copyright .seo-2-footer-copyright-menu li {
        margin-right: 10px
    }
}

@media screen and (max-width:380px) {
    .seo-2-banner-content .seo-2-banner-text h1 {
        font-size: 30px
    }

    .seo-2-service-innerbox .seo-2-service-text h3 {
        font-size: 20px
    }

    .seo-2-blog-img-text .seo-2-blog-text {
        padding: 40px 20px
    }

    .seo-2-why-choose-text {
        padding-left: 0
    }
}

@media screen and (max-width:320px) {
    .seo-2-main-menu-item .seo-2-header-btn {
        display: none
    }

    .seo-2-service-innerbox {
        padding: 50px 20px
    }
}

/*Medical*/
@keyframes toLeftFromRight {
    49% {
        transform: translateX(-100%)
    }

    50% {
        opacity: 0;
        transform: translateX(100%)
    }

    51% {
        opacity: 1
    }
}

.app-medi-footer-widget .app-medi-contact-widget .cw-widget-btn,
.medi-app-cta-form-wrap button,
.medi-app-banner-text a {
    color: #fff;
    width: 225px;
    height: 60px;
    border: none;
    margin-top: 20px;
    font-weight: 700;
    position: relative;
    background-color: #e12454;
    transition: 0.3s all ease-in-out
}

.app-medi-footer-widget .app-medi-contact-widget .cw-widget-btn span,
.medi-app-cta-form-wrap button span,
.medi-app-banner-text a span {
    top: 10px;
    right: -20px;
    width: 40px;
    height: 40px;
    position: absolute;
    line-height: 40px;
    color: #e12454;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .04)
}

.app-medi-footer-widget .app-medi-contact-widget .cw-widget-btn:hover,
.medi-app-cta-form-wrap button:hover,
.medi-app-banner-text a:hover {
    background-color: #223645
}

.app-medi-footer-widget .app-medi-contact-widget .cw-widget-btn:hover span,
.medi-app-cta-form-wrap button:hover span,
.medi-app-banner-text a:hover span {
    animation: toLeftFromRight 0.5s forwards
}

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeFromUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeFromUp {
    animation-name: fadeFromUp
}

.fadeFromRight {
    animation-name: fadeFromRight
}

.fadeFromLeft {
    animation-name: fadeFromLeft
}

.app-medi {
    margin: 0;
    padding: 0;
    color: #70808c;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.625;
    font-family: "Roboto";
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.app-medi::selection {
    color: #fff;
    background-color: #6e3ebf
}

.app-medi::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.app-medi .container {
    max-width: 1200px
}

.app-medi .ul-li ul {
    margin: 0;
    padding: 0
}

.app-medi .ul-li ul li {
    list-style: none;
    display: inline-block
}

.app-medi .ul-li-block ul {
    margin: 0;
    padding: 0
}

.app-medi .ul-li-block ul li {
    list-style: none;
    display: block
}

div#app-medi-preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #f1f2f3;
    background: #f1f2f3 url(../img/pre.svg) no-repeat center center
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.app-medi a {
    color: inherit;
    text-decoration: none
}

.app-medi a:hover,
.app-medi a:focus {
    text-decoration: none
}

.app-medi img {
    max-width: 100%;
    height: auto
}

.app-medi section {
    overflow: hidden
}

.app-medi button {
    cursor: pointer
}

.app-medi .form-control:focus,
.app-medi button:visited,
.app-medi button.active,
.app-medi button:hover,
.app-medi button:focus,
.app-medi input:visited,
.app-medi input.active,
.app-medi input:hover,
.app-medi input:focus,
.app-medi textarea:hover,
.app-medi textarea:focus,
.app-medi a:hover,
.app-medi a:focus,
.app-medi a:visited,
.app-medi a.active,
.app-medi select,
.app-medi select:hover,
.app-medi select:focus,
.app-medi select:visited {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit
}

.app-medi .form-control {
    box-shadow: none
}

.app-medi .pera-content p {
    margin-bottom: 0
}

@keyframes zooming {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.05, 1.05)
    }

    100% {
        transform: scale(1, 1)
    }
}

.zooming {
    animation: zooming 18s infinite both
}

.app-medi-headline h1,
.app-medi-headline h2,
.app-medi-headline h3,
.app-medi-headline h4,
.app-medi-headline h5,
.app-medi-headline h6 {
    margin: 0;
    font-family: "Poppins"
}

.app-medi-scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    line-height: 55px;
    border-radius: 100%;
    background-color: #01e07b
}

.app-medi-scrollup i {
    color: #fff;
    font-size: 20px
}

.medi-app-section-title {
    z-index: 2;
    padding-bottom: 60px
}

.medi-app-section-title .title-watermark {
    left: 0;
    right: 0;
    top: -60px;
    z-index: -1;
    line-height: 1;
    color: #e9eff4;
    font-weight: 600;
    font-size: 200px;
    font-family: "Poppins"
}

.medi-app-section-title .title-tag {
    font-size: 14px;
    font-weight: 700;
    color: #e12454;
    letter-spacing: 3px
}

.medi-app-section-title h2 {
    font-size: 48px;
    padding-top: 5px;
    font-weight: 600;
    color: #223645
}

.medi-app-background_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.medi-app-header-top {
    padding: 6px 40px 8px;
    background-color: #223645
}

.medi-app-header-top .medi-app-header-top-social {
    padding-right: 60px
}

.medi-app-header-top .medi-app-header-top-social a {
    margin-right: 12px;
    transition: 0.3s all ease-in-out
}

.medi-app-header-top .medi-app-header-top-social a:hover {
    color: #e12454
}

.medi-app-header-top .medi-app-header-top-login {
    font-size: 14px
}

.medi-app-header-top .medi-app-header-top-login .h-top-login {
    color: #fff;
    font-weight: 700;
    margin-right: 5px
}

.medi-app-header-top .medi-app-header-top-login .h-top-login i {
    color: #e12454;
    margin-right: 5px
}

.medi-app-header-top .medi-app-header-top-contact {
    padding-right: 70px
}

.medi-app-header-top .medi-app-header-top-contact a {
    font-size: 14px;
    margin-right: 35px
}

.medi-app-header-top .medi-app-header-top-contact a i {
    color: #fff;
    margin-right: 5px
}

.medi-app-header-top .medi-app-header-top-language {
    top: 0;
    right: 0;
    position: absolute
}

.medi-app-header-top .medi-app-header-top-language:after {
    top: 10px;
    right: 22px;
    color: #fff;
    font-size: 14px;
    content: "";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Free"
}

.medi-app-header-top .medi-app-header-top-language select {
    color: #fff;
    height: 40px;
    width: 120px;
    border: none;
    padding-left: 25px;
    text-align: center;
    background-color: #e12454;
    -webkit-appearance: none
}

.medi-app-main-menu-wrap {
    padding-left: 5px
}

.medi-app-main-menu-wrap .site-brand-logo {
    top: 0;
    left: 0;
    right: 0;
    width: 250px;
    height: 110px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    z-index: 1;
    box-shadow: 0 -30px 100px 0 rgba(0, 0, 0, .1)
}

.medi-app-main-menu-wrap .dropdown {
    position: relative
}

.medi-app-main-menu-wrap .dropdown:after {
    top: -2px;
    color: #fff;
    right: -14px;
    content: "+";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    transition: 0.3s all ease-in-out
}

.medi-app-main-menu-wrap .dropdown .dropdown-menu {
    top: 115px;
    left: 0;
    opacity: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    height: auto;
    width: 200px;
    border: none;
    display: block;
    border-radius: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    border-top: 2px solid #e12454;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1)
}

.medi-app-main-menu-wrap .dropdown .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5
}

.medi-app-main-menu-wrap .dropdown .dropdown-menu li a {
    width: 100%;
    color: #343434;
    display: block;
    font-size: 14px;
    padding: 10px 25px;
    position: relative;
    transition: 0.3s all ease-in-out
}

.medi-app-main-menu-wrap .dropdown .dropdown-menu li a:before,
.medi-app-main-menu-wrap .dropdown .dropdown-menu li a:after {
    display: none
}

.medi-app-main-menu-wrap .dropdown .dropdown-menu li a:hover {
    background-color: #e12454;
    color: #fff
}

.medi-app-main-menu-wrap .dropdown .dropdown-menu li:last-child {
    border-bottom: none
}

.medi-app-main-menu-wrap .dropdown:hover .dropdown-menu {
    top: 90px;
    opacity: 1;
    visibility: visible
}

.medi-app-main-navigation .navbar-nav {
    display: inherit
}

.medi-app-main-navigation li a {
    font-size: 14px;
    font-weight: 700;
    color: #223645;
    position: relative;
    display: inline-block;
    padding: 35px 35px 33px;
    transition: 0.4s all ease-in-out
}

.medi-app-main-navigation li a:after {
    left: 0;
    bottom: -2px;
    width: 0%;
    right: 0;
    content: "";
    height: 4px;
    margin: 0 auto;
    position: absolute;
    background-color: #e12454;
    transition: 0.4s all ease-in-out
}

.medi-app-main-navigation li a:hover {
    color: #e12454;
    background-color: #f5fbff
}

.medi-app-main-navigation li a:hover:after {
    width: 100%
}

.medi-app-side-btn button {
    border: none;
    color: #abb7c0;
    font-size: 20px;
    padding: 30px 35px;
    background-color: transparent;
    border-left: 1px solid #f1f1f1;
    transition: 0.3s all ease-in-out
}

.medi-app-side-btn button:hover {
    color: #e12454
}

.medi-app-sticky-on {
    top: -40px;
    z-index: 10;
    width: 100%;
    position: fixed;
    background-color: #fff;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
    transition: 0.3s all ease-in-out;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, .1)
}

.app-medi-search-body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    transform: scale(1, 0);
    transform-origin: bottom center;
    transition: transform 0.7s ease;
    background-color: rgba(0, 0, 0, .85)
}

.app-medi-search-body.app-medi-search-open {
    transform-origin: top center;
    transform: scale(1, 1)
}

.app-medi-search-body .app-medi-search-form {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center
}

.app-medi-search-body .app-medi-search-form .app-medi-search-form-area {
    width: 100%;
    z-index: 9991;
    max-width: 600px;
    position: relative
}

.app-medi-search-body .app-medi-search-form input {
    width: 100%;
    height: 60px;
    border: none;
    padding: 0 30px;
    background-color: #fff
}

.app-medi-search-body .app-medi-search-form button {
    top: 0;
    right: 0;
    color: #fff;
    border: none;
    width: 120px;
    height: 60px;
    position: absolute;
    background-color: #e12454
}

.app-medi-search-body .outer-close {
    top: 40px;
    right: 55px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    background-color: red
}

.app-medi-search-body .outer-close i {
    color: #fff
}

.app-medi-search-open {
    opacity: 1;
    visibility: visible
}

.medi-app-side-btn .shopping-cart {
    top: 85px;
    right: 90px;
    z-index: -1;
    opacity: 0;
    width: 350px;
    display: block;
    margin: 10px 0;
    background: #fff;
    padding: 30px 20px;
    position: absolute;
    visibility: hidden;
    transition: 0.3s all ease-in-out;
    border-top: 5px solid #e12454;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.medi-app-side-btn .shopping-cart.cart-show {
    top: 80px;
    opacity: 1;
    z-index: 9;
    visibility: visible
}

.medi-app-side-btn .shopping-cart li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.medi-app-side-btn .shopping-cart li:last-child {
    border-bottom: none
}

.medi-app-side-btn .shopping-cart .cart-total {
    padding-top: 10px;
    font-weight: 700;
    font-size: 14px
}

.medi-app-side-btn .shopping-cart .cart-total span {
    color: #e12454
}

.medi-app-side-btn .shopping-cart .cart-checkout {
    color: #fff;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 30px;
    background-color: #e12454
}

.medi-app-side-btn .cart-product-img {
    margin-right: 20px;
    height: 80px;
    width: 80px
}

.medi-app-side-btn .cart-product-text {
    padding-top: 15px
}

.medi-app-side-btn .cart-product-text h3 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px
}

.medi-app-side-btn .cart-product-text h3 a {
    color: #223645
}

.medi-app-side-btn .cart-product-text span {
    font-size: 14px;
    margin-right: 20px;
    display: inline-block
}

.app-medi-side-bar-toggle {
    z-index: 1;
    width: 70px;
    height: 70px;
    right: 240px;
    bottom: -60px;
    cursor: pointer;
    line-height: 65px;
    text-align: center;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #70808c
}

.app-medi-side-bar-toggle:before {
    top: 8px;
    left: 8px;
    content: "";
    width: 50px;
    height: 50px;
    z-index: -1;
    position: absolute;
    border-radius: 10px;
    background-color: #e12454
}

.app-medi-side-bar-toggle i {
    color: #fff;
    font-size: 26px
}

.sm-side_inner_content {
    top: 0;
    bottom: 0;
    right: -420px;
    height: 110vh;
    z-index: 101;
    position: fixed;
    width: 400px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 50px 50px;
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    transition: all 0.5s
}

.sm-side_inner_content p {
    text-align: left
}

.sm-side_inner_content .side_inner_logo {
    margin: 30px 0
}

.sm-side_inner_content .side_contact {
    margin-bottom: 30px
}

.sm-side_inner_content .side_contact .social_widget {
    margin-bottom: 40px
}

.sm-side_inner_content .side_contact .social_widget h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0 10px 0
}

.sm-side_inner_content .side_contact .social_widget li {
    color: #fff;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    background-color: #70808c
}

.sm-side_inner_content .side_contact .social_widget li i {
    font-size: 14px
}

.sm-side_inner_content .side_contact .app-medi-sidebar-gallary {
    margin-bottom: 25px
}

.sm-side_inner_content .side_contact .app-medi-sidebar-gallary h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0 10px 0
}

.sm-side_inner_content .side_contact .app-medi-sidebar-gallary li {
    float: left;
    margin: 5px 3px
}

.sm-side_inner_content .side_copywright {
    font-size: 14px
}

.sm-side_inner_content .close_btn {
    top: 30px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    position: absolute;
    background-color: #f5f5f5;
    transition: 0.3s all ease-in-out
}

.sm-side_inner_content .close_btn i {
    font-size: 14px
}

.sm-side_inner_content .close_btn:hover {
    background-color: #e12454
}

.sm-side_inner_content .close_btn:hover i {
    color: #fff
}

.app-medi-sidebar-inner.wide_side_on .sm-side_inner_content {
    right: -15px;
    z-index: 99;
    transition: all 0.7s
}

.app-medi-sidebar-inner .side_overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    z-index: 11;
    height: 110vh;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    transition: all 0.3s ease-in-out;
    cursor: url(../img/cl.png), auto
}

.body_overlay_on {
    overflow: hidden
}

.app-medi-sidebar-inner.wide_side_on .side_overlay {
    opacity: 1;
    visibility: visible
}

.app-medi-sidebar-gallary li {
    width: 80px;
    float: left;
    height: 80px;
    margin: 5px;
    overflow: hidden
}

.medi-app-main-header .app-medi-mobile_menu_content {
    top: 40px;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 280px;
    overflow-y: scroll;
    background-color: #1b0234;
    padding: 40px 0;
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    transition: all 0.5s ease-in
}

.medi-app-main-header .app-medi-mobile_menu_content .app-medi-mobile-main-navigation {
    width: 100%
}

.medi-app-main-header .app-medi-mobile_menu_content .app-medi-mobile-main-navigation .navbar-nav {
    width: 100%
}

.medi-app-main-header .app-medi-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important
}

.medi-app-main-header .app-medi-mobile_menu_content .app-medi-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    transition: 0.3s all ease-in-out;
    border-bottom: 1px solid #36125a
}

.medi-app-main-header .app-medi-mobile_menu_content .app-medi-mobile-main-navigation .navbar-nav li:first-child {
    border-bottom: 1px solid #36125a
}

.medi-app-main-header .app-medi-mobile_menu_content .app-medi-mobile-main-navigation .navbar-nav li a {
    color: #afafaf;
    padding: 0;
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 30px;
    font-family: "Poppins";
    text-transform: uppercase
}

.medi-app-main-header .app-medi-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px
}

.medi-app-main-header .app-medi-mobile_menu_wrap.mobile_menu_on .app-medi-mobile_menu_content {
    right: 0;
    transition: all 0.7s ease-out
}

.medi-app-main-header .mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0%;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .9);
    transition: all 0.5s ease-in-out
}

.medi-app-main-header .mobile_menu_overlay_on {
    overflow: hidden
}

.medi-app-main-header .app-medi-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible
}

.medi-app-main-header .app-medi-mobile_menu_button {
    right: 20px;
    top: 15px;
    z-index: 5;
    color: #e12454;
    display: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    text-align: center
}

.medi-app-main-header .app-medi-mobile_menu .app-medi-mobile-main-navigation .navbar-nav li a:after {
    display: none
}

.medi-app-main-header .app-medi-mobile_menu .app-medi-mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.medi-app-main-header .app-medi-mobile_menu .app-medi-mobile_menu_content .app-medi-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 5px 0;
    width: 100%;
    background-color: transparent
}

.medi-app-main-header .app-medi-mobile_menu .app-medi-mobile_menu_content .app-medi-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 20px;
    line-height: 1
}

.medi-app-main-header .app-medi-mobile_menu .dropdown {
    position: relative
}

.medi-app-main-header .app-medi-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    right: 10px;
    height: 30px;
    color: #afafaf;
    line-height: 22px;
    padding: 5px 10px;
    border: 1px solid #480b86
}

.medi-app-main-header .app-medi-mobile_menu .dropdown:after {
    display: none
}

.medi-app-main-header .app-medi-mobile_menu .app-medi-mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute
}

@keyframes icon-bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-10px)
    }

    60% {
        transform: translateY(-5px)
    }
}

.medi-app-banner-content {
    padding: 185px 0 180px
}

.medi-app-banner-text {
    max-width: 580px
}

.medi-app-banner-text h1 {
    font-size: 72px;
    font-weight: 600;
    line-height: 1.2;
    color: #223645;
    padding-bottom: 15px
}

.medi-app-banner-text p {
    font-size: 18px;
    padding-bottom: 45px
}

.medi-app-banner-text a {
    color: #fff;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    margin: 0 40px 0 0
}

.medi-app-banner-text a:hover {
    background-color: #223645
}

.medi-app-banner-text a:nth-child(1) {
    width: 180px
}

.medi-app-banner-text a:nth-child(2) {
    width: 215px
}

.medi-app-banner-feature {
    position: absolute;
    right: 0;
    bottom: 0
}

.medi-app-banner-feature-icon-text {
    width: 150px;
    height: 150px;
    padding-top: 30px;
    margin-left: 5px;
    position: relative;
    display: inline-block;
    background-color: #fff
}

.medi-app-banner-feature-icon-text .medi-app-banner-feature-icon {
    line-height: 1
}

.medi-app-banner-feature-icon-text .medi-app-banner-feature-icon svg {
    height: 60px;
    width: 60px;
    fill: #e12454
}

.medi-app-banner-feature-icon-text .medi-app-banner-feature-icon i {
    font-size: 60px;
    color: #e12454
}

.medi-app-banner-feature-icon-text .medi-app-banner-feature-text span {
    font-size: 12px;
    font-weight: 700
}

.medi-app-banner-feature-icon-text:before {
    top: 0;
    left: 0;
    right: 0;
    width: 0%;
    content: "";
    height: 3px;
    margin: 0 auto;
    position: absolute;
    background-color: #e12454;
    transition: 0.4s all ease-in-out
}

.medi-app-banner-feature-icon-text:hover:before {
    width: 100%
}

.medi-app-banner-feature-icon-text:hover .medi-app-banner-feature-icon {
    animation: icon-bounce 0.8s ease-out infinite
}

.app-medi-banner-cta {
    background-color: #223645
}

.app-medi-banner-cta-icon-text {
    padding: 20px 50px 30px 50px;
    background-color: #e12454
}

.app-medi-banner-cta-icon-text:before {
    left: 0;
    top: -25px;
    width: 100%;
    content: "";
    height: 25px;
    position: absolute;
    background-color: #e12454
}

.app-medi-banner-cta-icon-text .app-medi-banner-cta-icon {
    margin-right: 10px
}

.app-medi-banner-cta-icon-text .app-medi-banner-cta-icon svg {
    fill: #fff;
    height: 35px
}

.app-medi-banner-cta-icon-text .app-medi-banner-cta-text h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600
}

.app-medi-banner-cta-icon-text .app-medi-banner-cta-text span {
    color: #fff;
    font-size: 14px
}

.app-medi-banner-cta-slug {
    padding-top: 35px;
    padding-left: 50px
}

.app-medi-banner-cta-slug p {
    color: #fff;
    float: left
}

.app-medi-banner-cta-slug p a {
    font-size: 20px;
    font-weight: 600
}

.app-medi-banner-cta-slug span {
    top: -10px;
    width: 50px;
    float: right;
    height: 50px;
    line-height: 50px;
    position: relative;
    color: #e12454;
    text-align: center;
    background-color: #fff
}

.app-medi-banner-cta-slug span a {
    width: 100%;
    display: block
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.medi-app-about-section {
    padding: 120px 0 140px
}

.medi-app-hover-img .elementor-image {
    overflow: hidden
}

.medi-app-hover-img .elementor-image:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    opacity: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg)
}

.medi-app-hover-img .elementor-image:hover:after {
    opacity: 1;
    animation: shine 0.75s
}

.medi-app-about-img-wrap .medi-app-about-img2 {
    margin-left: 20px;
    transform: translateY(20px)
}

.medi-app-about-text-wrap {
    padding-top: 58px
}

.medi-app-about-exp {
    padding-top: 40px;
    margin-right: 50px;
    border-top: 1px solid #e12454
}

.medi-app-about-exp .app-medi-exp-title {
    font-size: 14px;
    font-weight: 700;
    max-width: 60px;
    color: #223645;
    display: inline-block;
    font-family: "Poppins"
}

.medi-app-about-exp h2 {
    line-height: 1;
    color: #e12454;
    font-size: 150px;
    font-weight: 600;
    padding-top: 15px
}

.medi-app-about-exp .app-medi-title2 {
    font-size: 22px;
    font-weight: 100;
    max-width: 130px;
    color: #223645;
    display: inline-block
}

.medi-app-about-text h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;
    color: #223645;
    padding-bottom: 25px
}

.medi-app-about-text p {
    line-height: 1.75
}

.medi-app-about-text .app-medi-about-list {
    padding-top: 20px
}

.medi-app-about-text .app-medi-about-list li {
    width: 50%;
    float: left;
    padding-left: 15px;
    margin-bottom: 3px;
    position: relative
}

.medi-app-about-text .app-medi-about-list li:before {
    top: 0;
    left: 0;
    content: "";
    font-weight: 900;
    position: absolute;
    color: #e12454;
    font-family: "Font Awesome 5 Free"
}

.medi-app-service-section {
    padding: 120px 0;
    background-color: #f1f7fb
}

.medi-app-service-innerbox {
    padding: 45px 40px;
    background-color: #fff
}

.medi-app-service-innerbox .medi-app-service-icon-title {
    margin-bottom: 14px
}

.medi-app-service-innerbox .medi-app-service-icon {
    margin-right: 20px;
    transition: 0.6s cubic-bezier(.24, .74, .58, 1)
}

.medi-app-service-innerbox .medi-app-service-icon svg {
    height: 60px;
    fill: #e12454
}

.medi-app-service-innerbox .medi-app-service-icon i {
    font-size: 60px;
    color: #e12454
}

.medi-app-service-innerbox .app-medi-service-title h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #223645
}

.medi-app-service-innerbox .app-medi-service-text p {
    font-size: 14px;
    line-height: 1.857;
    padding-bottom: 30px
}

.medi-app-service-innerbox .app-medi-service-text li {
    font-size: 14px;
    font-weight: 700;
    padding-left: 35px;
    color: #223645;
    position: relative;
    margin-bottom: 12px
}

.medi-app-service-innerbox .app-medi-service-text li:last-child {
    margin-bottom: 0
}

.medi-app-service-innerbox .app-medi-service-text li:before {
    top: 0;
    left: 0;
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    color: #e12454;
    font-family: "Font Awesome 5 Free"
}

.medi-app-service-innerbox:hover .medi-app-service-icon {
    transform: rotateY(360deg)
}

.medi-app-service-content .owl-nav {
    display: none
}

.medi-app-service-content .owl-dots {
    margin-top: 40px;
    text-align: center
}

.medi-app-service-content .owl-dots .owl-dot {
    height: 6px;
    width: 24px;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    background-color: #fff;
    transition: 0.3s all ease-in-out
}

.medi-app-service-content .owl-dots .owl-dot.active {
    background-color: #e12454
}

.medi-app-cta-section {
    padding: 120px 0
}

.medi-app-cta-section .medi-app-background_overlay {
    background-color: rgba(225, 35, 83, .85)
}

.medi-app-cta-text {
    padding-top: 40px
}

.medi-app-cta-text .medi-app-section-title {
    padding-bottom: 40px
}

.medi-app-cta-text .medi-app-section-title .title-tag,
.medi-app-cta-text .medi-app-section-title h2,
.medi-app-cta-text .medi-app-section-title p {
    color: #fff
}

.medi-app-cta-text .medi-app-section-title h2 {
    font-size: 40px;
    padding-bottom: 20px
}

.medi-app-cta-text .medi-app-section-title p {
    line-height: 1.75;
    max-width: 520px
}

.medi-app-cta-text .medi-app-cta-list li {
    width: 50%;
    float: left;
    color: #fff;
    font-weight: 700;
    padding-left: 60px;
    margin-bottom: 30px;
    position: relative
}

.medi-app-cta-text .medi-app-cta-list li:before {
    top: -8px;
    left: 0;
    width: 40px;
    content: "";
    height: 40px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #ffffff7d
}

.medi-app-cta-text .medi-app-cta-list li:after {
    top: -1px;
    left: 13px;
    content: "";
    font-weight: 900;
    position: absolute;
    color: #ffffff7d;
    font-family: "Font Awesome 5 Free"
}

.medi-app-cta-form-wrap {
    padding: 50px;
    background-color: #fff
}

.medi-app-cta-form-wrap h3 {
    font-weight: 600;
    font-size: 24px;
    color: #223645;
    padding-bottom: 15px
}

.medi-app-cta-form-wrap p {
    font-size: 14px;
    max-width: 415px;
    padding-bottom: 25px
}

.app-medi-cta-form-input {
    flex-wrap: wrap;
    margin: 0 -10px
}

.app-medi-cta-input,
.app-medi-cta-input2 {
    padding: 0 10px;
    margin-bottom: 20px
}

.app-medi-cta-input input,
.app-medi-cta-input select,
.app-medi-cta-input2 input,
.app-medi-cta-input2 select {
    width: 225px;
    height: 58px;
    font-size: 14px;
    padding-left: 40px;
    border: 1px solid #dcdcdc
}

.app-medi-cta-input .icon-bg,
.app-medi-cta-input2 .icon-bg {
    top: 19px;
    left: 30px;
    font-size: 14px;
    color: #e12454
}

.app-medi-cta-input2 input {
    width: 143px
}

.app-medi-cta-section-2 {
    padding: 100px 0;
    background-color: #223645
}

.app-medi-cta-call .app-medi-cta-icon {
    margin-right: 20px
}

.app-medi-cta-call .app-medi-cta-icon-2 {
    margin-left: 5px
}

.app-medi-cta-call .app-medi-cta-text-2 {
    overflow: hidden;
    padding-top: 12px;
    display: inline-block
}

.app-medi-cta-call .app-medi-cta-text-2 span b {
    color: #e12454
}

.app-medi-cta-call .app-medi-cta-text-2 h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 5px
}

.app-medi-cta-call .app-medi-cta-text-2 h4 span {
    color: #e12454
}

.app-medi-cta-btn a {
    color: #fff;
    height: 60px;
    width: 200px;
    margin: 0 auto;
    font-weight: 700;
    line-height: 60px;
    display: inline-block;
    background-color: #e12454
}

.app-medi-team-innerbox .app-medi-team-img {
    overflow: hidden
}

.app-medi-team-innerbox .app-medi-team-img img {
    transition: 0.5s all ease-in-out
}

.app-medi-team-innerbox .app-medi-team-img:before {
    top: -35px;
    content: "";
    z-index: 1;
    width: 100px;
    height: 100px;
    right: -100px;
    position: absolute;
    border-radius: 100%;
    background-color: #e12454;
    transition: 0.4s all ease-in-out;
    transition-delay: 0.2s
}

.app-medi-team-innerbox .app-medi-team-icon {
    top: 25px;
    opacity: 0;
    right: 15px;
    z-index: 2;
    visibility: hidden;
    position: absolute;
    transition: 0.4s all ease-in-out;
    transition-delay: 0.4s
}

.app-medi-team-innerbox .app-medi-team-icon svg {
    fill: #fff;
    height: 25px
}

.app-medi-team-innerbox .app-medi-team-social {
    left: 0;
    right: 0;
    height: 30px;
    bottom: -30px;
    margin: 0 auto;
    max-width: 165px;
    line-height: 30px;
    position: absolute;
    background-color: #e12454;
    transition: 0.3s all ease-in-out
}

.app-medi-team-innerbox .app-medi-team-social a {
    color: #fff;
    font-size: 14px;
    margin: 0 5px
}

.app-medi-team-innerbox .app-medi-text-text {
    padding: 25px 35px;
    border: 2px solid #f7f7f7;
    transition: 0.3s all ease-in-out
}

.app-medi-team-innerbox .app-medi-text-text span {
    font-size: 14px;
    font-weight: 700;
    color: #e12454;
    letter-spacing: 3px;
    text-transform: uppercase
}

.app-medi-team-innerbox .app-medi-text-text h3 {
    font-size: 22px;
    font-weight: 600;
    padding-top: 5px;
    color: #223645
}

.app-medi-team-innerbox:hover .app-medi-team-social {
    bottom: 0
}

.app-medi-team-innerbox:hover .app-medi-team-img:before {
    right: -35px
}

.app-medi-team-innerbox:hover .app-medi-team-icon {
    top: 15px;
    opacity: 1;
    visibility: visible
}

.app-medi-team-innerbox:hover .app-medi-text-text {
    box-shadow: rgba(0, 0, 0, .1) 0 -30px 100px 0
}

.app-medi-team-innerbox:hover .app-medi-team-img img {
    transform: scale(1.2)
}

.medi-app-process-step-item {
    z-index: 1;
    padding-bottom: 30px
}

.medi-app-process-step-item .medi-app-process-number {
    width: 60px;
    color: #fff;
    height: 60px;
    font-size: 14px;
    display: table;
    margin-top: 20px;
    line-height: 60px;
    font-weight: 700;
    margin-right: 30px;
    border-radius: 100%;
    font-family: "Poppins";
    background-color: #e12454
}

.medi-app-process-step-item .medi-app-process-step-text {
    padding: 35px 40px;
    background-color: #fff
}

.medi-app-process-step-item .medi-app-process-step-text:before {
    width: 0;
    top: 35px;
    height: 0;
    content: "";
    left: -15px;
    position: absolute;
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 15px solid transparent
}

.medi-app-process-step-item .medi-app-process-step-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #223645;
    padding-bottom: 10px
}

.medi-app-process-step-item:before,
.medi-app-process-step-item:after {
    top: 55px;
    left: 30px;
    width: 2px;
    z-index: -2;
    content: "";
    height: 100%;
    position: absolute;
    background-color: #e2eaef;
    transition: 0.4s all ease-in-out
}

.medi-app-process-step-item:after {
    bottom: 0;
    height: 0;
    z-index: -1;
    background-color: #e12454
}

.medi-app-process-step-item:last-child {
    padding-bottom: 0
}

.medi-app-process-step-item:last-child:before,
.medi-app-process-step-item:last-child:after {
    display: none
}

.medi-app-process-step-item:hover:after {
    height: 100%;
    bottom: auto
}

.app-medi-feature-section {
    background-color: #f5f5f5
}

.app-medi-feature-img-text {
    margin: 0 auto;
    max-width: 640px
}

.app-medi-feature-img-text:before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    background-color: rgba(34, 53, 68, .75);
    position: absolute
}

.app-medi-feature-img-text .app-medi-feature-icon-text {
    top: 100px;
    left: 80px;
    position: absolute
}

.app-medi-feature-img-text .app-medi-feature-icon-text .app-medi-feature-icon {
    line-height: 1;
    margin-bottom: 30px
}

.app-medi-feature-img-text .app-medi-feature-icon-text .app-medi-feature-icon svg {
    height: 60px;
    fill: #e12454
}

.app-medi-feature-img-text .app-medi-feature-icon-text .app-medi-text h3 {
    color: #fff;
    font-size: 36px;
    max-width: 350px;
    font-weight: 700;
    line-height: 1.278;
    padding-bottom: 15px
}

.app-medi-feature-img-text .app-medi-feature-icon-text .app-medi-text span {
    color: #adbbc5;
    font-size: 17px
}

.app-medi-feature-img-text .app-medi-feature-icon-text .app-medi-text .app-medi-feature-more-btn {
    bottom: 0;
    right: -95px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    border-radius: 100%;
    display: inline-block;
    background-color: #fff
}

.app-medi-testimonial-section {
    padding: 120px 0 160px
}

.app-medi-testimonial-slider {
    padding: 45px;
    max-width: 385px;
    background-color: #e12454
}

.app-medi-testimonial-slider .owl-nav {
    display: none
}

.app-medi-testimonial-slider .app-medi-testimonial-quote p {
    font-size: 14px;
    color: #ffd6e0;
    font-style: italic;
    font-family: "Playfair Display", serif
}

.app-medi-testimonial-slider .app-medi-testimonial-quote .app-medi-testimonial-author {
    margin-top: 25px
}

.app-medi-testimonial-slider .app-medi-testimonial-quote .app-medi-testimonial-author .app-medi-test-author-img {
    width: 47px;
    height: 47px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 100%
}

.app-medi-testimonial-slider .app-medi-testimonial-quote .app-medi-testimonial-author .app-medi-test-author-text {
    color: #fff
}

.app-medi-testimonial-slider .app-medi-testimonial-quote .app-medi-testimonial-author .app-medi-test-author-text h4 {
    font-size: 20px;
    font-weight: 600
}

.app-medi-testimonial-slider .app-medi-testimonial-quote .app-medi-testimonial-author .app-medi-test-author-text span {
    font-size: 14px
}

.app-medi-testimonial-slider .app-medi-testimonial-quote .app-medi-icon-bg {
    right: 45px;
    bottom: -20px;
    z-index: -1;
    position: absolute;
    line-height: 1
}

.app-medi-testimonial-slider .app-medi-testimonial-quote .app-medi-icon-bg svg {
    fill: #e73461;
    height: 160px
}

.app-medi-testimonial-text {
    padding-top: 35px
}

.app-medi-testimonial-text .medi-app-section-title {
    padding-bottom: 40px
}

.app-medi-testimonial-text-details p {
    line-height: 1.75;
    padding-bottom: 15px
}

.app-medi-testimonial-signature {
    margin-top: 15px
}

.medi-app-blog-section {
    padding: 120px 0;
    background-color: #f1f7fb
}

.medi-app-blog-img-text .medi-app-blog-img {
    overflow: hidden
}

.medi-app-blog-img-text .medi-app-blog-img img {
    transform: scale(1.2);
    transition: 0.4s all ease-in-out
}

.medi-app-blog-img-text .medi-app-blog-cat {
    right: 0;
    bottom: 0;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    padding: 5px 20px;
    background-color: #e12454
}

.medi-app-blog-img-text .medi-app-blog-text {
    padding: 40px 35px;
    background-color: #fff;
    border: 2px solid #e2e7eb;
    transition: 0.4s all ease-in-out;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04)
}

.medi-app-blog-img-text .medi-app-blog-text .medi-app-blog-meta {
    margin-bottom: 8px
}

.medi-app-blog-img-text .medi-app-blog-text .medi-app-blog-meta a {
    font-size: 14px;
    margin-right: 40px;
    position: relative
}

.medi-app-blog-img-text .medi-app-blog-text .medi-app-blog-meta a:after {
    top: 2px;
    right: -22px;
    width: 2px;
    content: "";
    height: 12px;
    position: absolute;
    background-color: #dde6ec
}

.medi-app-blog-img-text .medi-app-blog-text .medi-app-blog-meta a:last-child:after {
    display: none
}

.medi-app-blog-img-text .medi-app-blog-text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #223645;
    padding-bottom: 15px
}

.medi-app-blog-img-text .medi-app-blog-text .medi-app-blog-more {
    color: #98a6b1;
    font-size: 14px;
    font-weight: 700;
    position: relative
}

.medi-app-blog-img-text .medi-app-blog-text .medi-app-blog-more:after {
    left: 0;
    bottom: 0;
    height: 2px;
    content: "";
    width: 100%;
    position: absolute;
    background-color: #98a6b1
}

.medi-app-blog-img-text:hover .medi-app-blog-text {
    box-shadow: none;
    border: 2px solid #fff
}

.medi-app-blog-img-text:hover .medi-app-blog-img img {
    transform: scale(1)
}

.app-medi-partner-section {
    padding: 75px 0;
    background-color: #e12454
}

.app-medi-partner-slider .owl-nav {
    display: none
}

.app-medi-partner-slider .app-medi-partner-img img {
    transition: 0.4s all ease-in-out;
    filter: grayscale(1)
}

.app-medi-partner-slider .app-medi-partner-img:hover img {
    transform: scale(1.1);
    filter: grayscale(0)
}

.app-medi-footer {
    padding-top: 95px
}

.app-medi-footer .medi-app-background_overlay {
    background-color: rgba(16, 30, 41, .75)
}

.app-medi-footer .medi-app-footer-widget-content {
    padding-bottom: 100px
}

.app-medi-footer-widget .medi-app-widget-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 30px
}

.app-medi-footer-widget .app-medi-logo-widget {
    max-width: 270px
}

.app-medi-footer-widget .app-medi-logo-widget .medi-app-footer-logo {
    margin-bottom: 30px;
    display: inline-block
}

.app-medi-footer-widget .app-medi-logo-widget p {
    color: #b2c1cc;
    padding-bottom: 20px
}

.app-medi-footer-widget .app-medi-logo-widget .app-medi-footer-social {
    margin-top: 15px
}

.app-medi-footer-widget .app-medi-logo-widget .app-medi-footer-social a {
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    margin-right: 8px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    border: 1px solid #727b81;
    transition: 0.4s all ease-in-out
}

.app-medi-footer-widget .app-medi-logo-widget .app-medi-footer-social a:hover {
    background-color: #e12454;
    border: 1px solid #e12454
}

.app-medi-footer-widget .menu li {
    width: 50%;
    float: left;
    margin-bottom: 15px
}

.app-medi-footer-widget .menu li a {
    font-size: 15px;
    color: #b2c1cc
}

.app-medi-footer-widget .app-medi-contact-widget {
    background-color: #fff;
    padding: 50px 60px 50px 50px;
    border-bottom: 5px solid #e12454
}

.app-medi-footer-widget .app-medi-contact-widget .contact-widget-wrap {
    margin-bottom: 20px
}

.app-medi-footer-widget .app-medi-contact-widget .contact-widget-wrap .cw-widget-text {
    padding-top: 5px
}

.app-medi-footer-widget .app-medi-contact-widget .contact-widget-wrap .cw-widget-text h3 {
    color: #033333;
    font-size: 22px;
    font-weight: 600
}

.app-medi-footer-widget .app-medi-contact-widget .contact-widget-wrap .cw-widget-text span {
    color: #777;
    font-size: 14px
}

.app-medi-footer-widget .app-medi-contact-widget .cw-widget-btn {
    margin: 0 auto;
    line-height: 60px
}

.app-medi-footer-widget .app-medi-contact-widget .cw-widget-btn a {
    width: 100%;
    display: block
}

.app-medi-footer-copyright {
    padding: 28px 0;
    background-color: #1a2a36
}

.app-medi-copyright-text {
    color: #a6b5c0
}

.app-medi-copyright-text a {
    font-weight: 700
}

.app-medi-footer-menu {
    text-align: right
}

.app-medi-footer-menu li {
    margin-left: 40px
}

.app-medi-footer-menu li a {
    color: #a6b5c0
}

@media screen and (max-width:1690px) {
    .medi-app-main-navigation li a {
        padding: 35px 15px 33px
    }
}

@media screen and (max-width:1280px) {
    .medi-app-main-menu-wrap .site-brand-logo {
        width: 170px;
        height: 75px;
        background-color: #fff
    }

    .medi-app-main-navigation li a {
        padding: 27px 15px 25px
    }

    .medi-app-side-btn button {
        font-size: 15px;
        padding: 23px 15px 25px
    }

    .medi-app-side-btn .shopping-cart {
        right: 0
    }

    .medi-app-side-btn .shopping-cart.cart-show {
        top: 65px
    }
}

@media screen and (max-width:1199px) {
    .medi-app-main-navigation {
        display: none
    }

    .medi-app-main-menu-wrap .site-brand-logo {
        left: 0;
        right: auto;
        height: 70px
    }

    .medi-app-side-toggle {
        display: none
    }

    .cart-open-btn {
        border-right: 1px solid #f1f1f1 !important
    }

    .medi-app-side-option {
        padding-right: 50px
    }

    .medi-app-main-header .app-medi-mobile_menu_button {
        display: block
    }
}

@media screen and (max-width:1024px) {
    .app-medi-banner-cta-icon-text:before {
        display: none
    }

    .app-medi-banner-cta-icon-text {
        padding: 15px
    }

    .app-medi-banner-cta-slug {
        padding-top: 23px;
        padding-left: 0
    }

    .medi-app-about-text h2 {
        font-size: 30px
    }

    .app-medi-cta-input input,
    .app-medi-cta-input select,
    .app-medi-cta-input2 input,
    .app-medi-cta-input2 select,
    .app-medi-cta-input,
    .app-medi-cta-input2 {
        width: 100%
    }
}

@media screen and (max-width:991px) {

    .medi-app-about-img-wrap,
    .medi-app-about-text-wrap,
    .app-medi-process-text,
    .app-medi-testimonial-text {
        margin: 0 auto;
        max-width: 570px
    }

    .app-medi-team-innerbox {
        margin: 0 auto;
        max-width: 270px;
        margin-bottom: 30px
    }

    .app-medi-process-img {
        text-align: center;
        margin-bottom: 35px
    }

    .app-medi-cta-call {
        text-align: center;
        margin-bottom: 20px
    }

    .app-medi-cta-call .app-medi-cta-icon,
    .app-medi-cta-call .app-medi-cta-icon-2 {
        float: none !important
    }

    .app-medi-cta-call .app-medi-cta-text-2 {
        text-align: center !important;
        margin-top: 20px
    }

    .app-medi-testimonial-slider {
        margin: 0 auto;
        position: static;
        margin-top: 30px
    }

    .app-medi-testimonial-slider-img-wrap {
        text-align: center
    }

    .medi-app-blog-img-text {
        margin: 0 auto;
        max-width: 370px;
        margin-bottom: 30px
    }

    .app-medi-footer-widget {
        margin-bottom: 30px
    }
}

@media screen and (max-width:850px) {
    .medi-app-header-top {
        padding: 6px 15px 8px
    }

    .medi-app-header-top .medi-app-header-top-social {
        padding-right: 10px
    }

    .medi-app-header-top .medi-app-header-top-contact a {
        margin-right: 15px
    }

    .medi-app-header-top .medi-app-header-top-language {
        display: none
    }

    .medi-app-header-top .medi-app-header-top-contact {
        padding-right: 0
    }

    .app-medi-footer .medi-app-footer-widget-content {
        padding-bottom: 40px
    }

    .app-medi-footer-widget .app-medi-contact-widget .contact-widget-wrap .cw-widget-text {
        text-align: left !important
    }

    .cw-widget-icon {
        margin-right: 15px
    }

    .app-medi-footer {
        padding-top: 45px
    }
}

@media screen and (max-width:850px) {
    .medi-app-banner-text h1 {
        font-size: 60px
    }
}

@media screen and (max-width:650px) {
    .medi-app-header-top .medi-app-header-top-contact {
        display: none
    }

    .medi-app-banner-feature {
        position: static;
        padding-top: 50px
    }

    .medi-app-banner-feature-icon-text {
        width: 100px;
        height: 100px;
        padding-top: 20px
    }

    .medi-app-banner-feature-icon-text .medi-app-banner-feature-icon svg {
        height: 40px
    }

    .medi-app-banner-content {
        padding: 100px 0 100px
    }

    .medi-app-banner-text a:nth-child(1) {
        width: 140px
    }

    .medi-app-banner-text a:nth-child(2) {
        width: 195px
    }

    .medi-app-section-title h2 {
        font-size: 40px
    }

    .medi-app-section-title {
        padding-bottom: 30px
    }

    .medi-app-section-title .title-watermark {
        top: -25px;
        font-size: 125px
    }

    .medi-app-service-section {
        padding: 60px 0
    }

    .medi-app-cta-section {
        padding: 60px 0
    }

    .app-medi-process-section {
        padding: 60px 0
    }

    .app-medi-cta-section-2 {
        padding: 50px 0
    }

    .app-medi-feature-img-text .app-medi-feature-icon-text {
        top: 35px;
        left: 35px
    }

    .app-medi-testimonial-section {
        padding: 60px 0 60px
    }

    .medi-app-blog-section {
        padding: 60px 0
    }

    .app-medi-footer-menu {
        float: left;
        margin-top: 10px
    }

    .app-medi-footer-menu li {
        margin-left: 0;
        margin-right: 10px
    }
}

@media screen and (max-width:480px) {
    .medi-app-banner-text h1 {
        font-size: 45px
    }

    .medi-app-banner-text a {
        height: 50px;
        font-size: 14px;
        margin-top: 20px;
        line-height: 50px;
        margin: 0 25px 0 0
    }

    .medi-app-about-section {
        padding: 60px 0
    }

    .app-medi-footer-widget .app-medi-contact-widget .cw-widget-btn span,
    .medi-app-cta-form-wrap button span,
    .medi-app-banner-text a span {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .medi-app-banner-feature-icon-text {
        margin-bottom: 10px
    }

    .medi-app-banner-text a:nth-child(1) {
        width: 120px
    }

    .medi-app-banner-text a:nth-child(2) {
        width: 155px
    }

    .medi-app-banner-text p {
        padding-bottom: 25px
    }

    .medi-app-about-text-wrap {
        flex-wrap: wrap
    }

    .medi-app-about-exp {
        margin-bottom: 20px
    }

    .medi-app-cta-text .medi-app-section-title h2 {
        font-size: 30px
    }

    .medi-app-cta-text .medi-app-cta-list li {
        width: 100%
    }

    .medi-app-cta-form-wrap {
        padding: 25px
    }

    .app-medi-footer-widget .app-medi-contact-widget .cw-widget-btn,
    .medi-app-cta-form-wrap button,
    .medi-app-banner-text a {
        height: 50px;
        line-height: 50px
    }

    .app-medi-process-img:before {
        display: none
    }

    .app-medi-process-img {
        padding-top: 0
    }

    .app-medi-feature-img-text .app-medi-feature-icon-text .app-medi-text h3 {
        font-size: 24px;
        padding-bottom: 5px
    }

    .app-medi-feature-img-text .app-medi-feature-icon-text .app-medi-feature-icon svg {
        height: 30px
    }

    .app-medi-feature-img-text .app-medi-feature-icon-text .app-medi-feature-icon {
        margin-bottom: 15px
    }

    .medi-app-section-title h2 {
        font-size: 34px
    }

    .medi-app-side-btn .shopping-cart.cart-show {
        top: 60px
    }

    .medi-app-header-top .medi-app-header-top-social a {
        font-size: 14px;
        margin-right: 10px
    }

    .medi-app-side-btn .cart-product-text h3 {
        font-size: 16px
    }

    .app-medi-search-body .outer-close {
        top: 15px;
        right: 15px
    }

    .app-medi-search-body .app-medi-search-form button {
        width: 70px
    }
}

@media screen and (max-width:380px) {
    .medi-app-banner-text h1 {
        font-size: 40px
    }

    .medi-app-section-title .title-watermark {
        top: 0;
        font-size: 75px
    }

    .app-medi-cta-btn a {
        width: 160px
    }

    .app-medi-footer-widget .app-medi-contact-widget .contact-widget-wrap .cw-widget-text h3 {
        font-size: 20px
    }

    .app-medi-footer-widget .app-medi-contact-widget {
        padding: 52px 30px 50px 30px
    }
}

@media screen and (max-width:320px) {
    .medi-app-side-btn .shopping-cart {
        width: 310px
    }
}

/*Restaurant*/
.app-res-btn {
    height: 60px;
    width: 210px;
    line-height: 55px;
    letter-spacing: 2px;
    border: 2px solid #c9ab81;
    background-color: #c9ab81;
    transition: 0.4s all ease-in-out
}

.app-res-btn a {
    color: #fff;
    width: 100%;
    display: block;
    font-weight: 700
}

.app-res-btn:hover {
    background-color: transparent
}

.medi-app-hover-img {
    overflow: hidden
}

.app-res-scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    line-height: 55px;
    border-radius: 100%;
    background-color: #c9ab81
}

.app-res-scrollup i {
    color: #fff;
    font-size: 20px
}

.app-res-main-navigation {
    padding-top: 0;
    display: flex
}

.app-res-main-navigation .navbar-nav {
    display: inherit
}

.app-res-main-navigation li {
    margin-left: 55px
}

.app-res-main-navigation>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 30px
}

.app-res-main-navigation .dropdown {
    position: relative
}

.app-res-main-navigation .dropdown:after {
    top: -2px;
    color: #c9ab81;
    right: -14px;
    content: "+";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    transition: 0.3s all ease-in-out
}

.app-res-main-navigation .dropdown .dropdown-menu {
    top: 65px;
    left: 0;
    opacity: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    height: auto;
    width: 200px;
    border: none;
    display: block;
    border-radius: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    border-bottom: 2px solid #c9ab81;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1)
}

.app-res-main-navigation .dropdown .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5
}

.app-res-main-navigation .dropdown .dropdown-menu li a {
    width: 100%;
    color: #343434;
    display: block;
    font-size: 14px;
    padding: 10px 25px;
    position: relative;
    transition: 0.3s all ease-in-out
}

.app-res-main-navigation .dropdown .dropdown-menu li a:before {
    display: none
}

.app-res-main-navigation .dropdown .dropdown-menu li a:after {
    left: 10px;
    top: 16px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    background-color: #fff;
    transition: 0.3s all ease-in-out
}

.app-res-main-navigation .dropdown .dropdown-menu li a:hover {
    background-color: #c9ab81;
    color: #fff
}

.app-res-main-navigation .dropdown .dropdown-menu li a:hover:after {
    transform: scale(1)
}

.app-res-main-navigation .dropdown .dropdown-menu li:last-child {
    border-bottom: none
}

.app-res-main-navigation .dropdown:hover .dropdown-menu {
    top: 48px;
    opacity: 1;
    visibility: visible
}

.appilo-sticky.app-res-sticky-menu {
    top: 0;
    width: 100%;
    z-index: 20 !important;
    position: fixed !important;
    padding: 10px 0;
    background-color: #010101;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
    transition: 0.3s all ease-in-out;
    box-shadow: 0 0 18px 1px rgb(0 0 0 / 10%)
}

.app-res-menu-item .app-res-btn {
    margin-left: 75px
}

.app-res-mobile_menu_content {
    top: 0;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 280px;
    overflow-y: scroll;
    background-color: #1b0234;
    padding: 40px 0;
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    transition: all 0.5s ease-in
}

.app-res-mobile_menu_content .app-res-mobile-main-navigation {
    width: 100%
}

.app-res-mobile_menu_content .app-res-mobile-main-navigation .navbar-nav {
    width: 100%
}

.app-res-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important
}

.app-res-mobile_menu_content .app-res-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    transition: 0.3s all ease-in-out;
    border-bottom: 1px solid #36125a
}

.app-res-mobile_menu_content .app-res-mobile-main-navigation .navbar-nav li:first-child {
    border-bottom: 1px solid #36125a
}

.app-res-mobile_menu_content .app-res-mobile-main-navigation .navbar-nav li a {
    color: #afafaf;
    padding: 0;
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 30px;
    text-transform: uppercase
}

.app-res-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px
}

.app-res-mobile_menu_wrap.mobile_menu_on .app-res-mobile_menu_content {
    right: 0;
    transition: all 0.7s ease-out
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0%;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .9);
    transition: all 0.5s ease-in-out
}

.mobile_menu_overlay_on {
    overflow: hidden
}

.app-res-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible
}

.app-res-mobile_menu_button {
    z-index: 5;
    display: none;
    cursor: pointer;
    font-size: 24px;
    color: #c9ab81;
    text-align: center
}

.app-res-mobile_menu .app-res-mobile-main-navigation .navbar-nav li a:after {
    display: none
}

.app-res-mobile_menu .app-res-mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.app-res-mobile_menu .app-res-mobile_menu_content .app-res-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 5px 0;
    width: 100%;
    background-color: transparent
}

.app-res-mobile_menu .app-res-mobile_menu_content .app-res-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 20px;
    line-height: 1
}

.app-res-mobile_menu .dropdown {
    position: relative
}

.app-res-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    right: 10px;
    height: 30px;
    color: #afafaf;
    line-height: 22px;
    padding: 5px 10px;
    border: 1px solid #480b86
}

.app-res-mobile_menu .dropdown:after {
    display: none
}

.app-res-mobile_menu .app-res-mobile_menu_close {
    color: #ffffff;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute
}

.app-res-slider-wrapper .app-res-slider-img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.app-res-slider-text {
    z-index: 1;
    max-width: 420px;
    padding: 250px 0;
    position: relative
}

.app-res-slider-text span {
    font-size: 18px;
    display: inline-block;
    color: #c9ab81;
    font-family: "Miniver", cursive;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 1000ms ease
}

.app-res-slider-text h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.139;
    padding: 10px 0 30px;
    text-transform: uppercase;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 1000ms ease
}

.app-res-slider-text .app-res-slider-btn {
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    transition: all 1000ms ease
}

.app-res-slider-text .app-res-slider-btn .app-res-btn {
    margin-right: 30px
}

.app-res-slider-area .owl-nav .owl-next,
.app-res-slider-area .owl-nav .owl-prev {
    top: 50%;
    opacity: 0;
    color: #000;
    width: 60px;
    height: 60px;
    font-size: 20px;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    transform: translateY(-50%);
    background-color: #fff;
    transition: 0.5s all ease-in-out
}

.app-res-slider-area .owl-nav .owl-next:hover,
.app-res-slider-area .owl-nav .owl-prev:hover {
    color: #fff;
    background-color: #c9ab81
}

.app-res-slider-area .owl-nav .owl-prev {
    left: -200px
}

.app-res-slider-area .owl-nav .owl-next {
    right: -200px
}

.app-res-slider-area:hover .owl-prev {
    opacity: 1;
    left: 30px
}

.app-res-slider-area:hover .owl-next {
    opacity: 1;
    right: 30px
}

.app-res-slider-area .owl-item.active span {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 300ms
}

.app-res-slider-area .owl-item.active h1 {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 600ms
}

.app-res-slider-area .owl-item.active .app-res-slider-btn {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 900ms
}

@media screen and (max-width:1440px) {

    .app-res-slider-area .owl-nav .owl-next,
    .app-res-slider-area .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .app-res-slider-area:hover .owl-prev {
        left: 15px
    }

    .app-res-slider-area:hover .owl-next {
        right: 15px
    }
}

@media screen and (max-width:1280px) {
    .app-res-slider-text {
        margin: 0 auto;
        text-align: center
    }

    .app-res-slider-text .app-res-slider-btn {
        justify-content: center
    }
}

@media screen and (max-width:1110px) {
    .app-res-btn {
        width: 160px
    }

    .app-res-btn a {
        font-size: 14px
    }

    .app-res-btn a i {
        display: none
    }

    .app-res-main-navigation li {
        margin-left: 40px
    }

    .app-res-menu-item .app-res-btn {
        margin-left: 50px
    }
}

@media screen and (max-width:1024px) {
    .app-res-feature-innerbox {
        padding: 36px 20px
    }

    .app-res-feature-innerbox .app-res-feature-icon svg {
        height: 50px
    }

    .app-res-feature-innerbox .app-res-feature-icon {
        margin-right: 15px
    }

    .app-res-location-inner,
    .app-res-opening-time {
        margin-top: 40px
    }

    .app-res-footer-widget .app-res-menu-social .app-res-social-text {
        max-width: 195px
    }
}

@media screen and (max-width:991px) {
    .app-res-about-img {
        margin: 0 auto;
        max-width: 570px
    }

    .app-res-about-img-2 {
        margin: 0 auto;
        max-width: 270px;
        margin-top: 40px
    }

    .special-menu-innerbox {
        margin-bottom: 40px
    }

    .special-menu-innerbox .special-menu-food-item {
        max-width: 100%
    }

    .location-open-time-img {
        text-align: center
    }

    .app-res-footer-widget {
        margin-bottom: 30px
    }

    .app-res-main-header {
        padding-top: 20px
    }

    .app-res-footer-widget .app-res-menu-social .app-res-social-text {
        max-width: 250px
    }

    .app-res-menu-social {
        margin: 0 auto;
        max-width: 370px
    }

    /* .app-res-main-navigation {
        display: none
    } */

    .app-res-btn {
        width: 140px;
        height: 45px;
        line-height: 40px;
        letter-spacing: 1px
    }

    .app-res-btn a {
        font-size: 12px
    }

    .app-res-menu-item .app-res-btn {
        margin-left: 0;
        margin-right: 50px
    }

    /* .app-res-mobile_menu_button {
        display: block
    } */
}

@media screen and (max-width:480px) {
    .app-res-slider-text {
        padding: 180px 0
    }

    .app-res-slider-text h1 {
        font-size: 50px
    }

    .app-res-slider-text .app-res-slider-btn .app-res-btn {
        margin-right: 15px
    }

    .app-res-slider-area .owl-nav .owl-next,
    .app-res-slider-area .owl-nav .owl-prev {
        opacity: 1;
        margin: 0 5px;
        position: static;
        display: inline-block;
        transform: translateY(0)
    }

    .app-res-slider-area .owl-nav {
        left: 0;
        right: 0;
        bottom: 50px;
        text-align: center;
        position: absolute
    }
}

@media screen and (max-width:320px) {
    .app-res-menu-item .app-res-btn {
        display: none
    }
}

/*IT Solution*/
a,
a:hover,
a:focus {
    color: inherit
}

.it-up-service-tab-text .it-up-ser-btn {
    height: 55px;
    width: 160px;
    color: #fff;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    transition: all 200ms linear 0ms;
    background-size: 200%, 1px;
    box-shadow: 0 18px 18px 0 rgba(22, 136, 232, .21);
    background-image: linear-gradient(90deg, #1EC5FA 0%, #0D47D5 90%)
}

.it-up-section-title span,
.it-up-section-title-2 span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    display: inline-block;
    background: linear-gradient(90deg, #ff780b 0%, #ee132f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.it-up-section-title h2,
.it-up-section-title-2 h2 {
    color: #000;
    font-size: 45px;
    font-weight: 700
}

.it-up-section-title p,
.it-up-section-title-2 p {
    font-size: 18px
}

.it-up-section-title-2 span {
    background: linear-gradient(90deg, #1ec5fa 0%, #0d47d5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@keyframes IT_animation_1 {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-40px)
    }

    50% {
        transform: translateX(0)
    }

    75% {
        transform: translateX(40px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes IT_animation_2 {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-40px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(40px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes IT_animation_3 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes IT_animation_4 {
    0% {
        transform: translate(-300px, 151px) rotate(0)
    }

    100% {
        transform: translate(251px, -200px) rotate(180deg)
    }
}

@keyframes IT_animation_5 {
    0% {
        transform: translate(0, 0) rotate(0)
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        transform: translate(111px, 72px) rotate(72deg)
    }

    60% {
        transform: translate(93px, 122px) rotate(108deg)
    }

    80% {
        transform: translate(-70px, 72px) rotate(124deg)
    }

    100% {
        transform: translate(0, 0) rotate(0)
    }
}

.flip-animations {
    transition: 0.6s cubic-bezier(.24, .74, .58, 1)
}

.flip-animations:hover {
    transform: rotateY(360deg)
}

.it-up-banner-section .it-up-banner-deco1 {
    left: 0;
    bottom: 0
}

.it-up-banner-section .it-up-banner-deco2 {
    left: 175px;
    bottom: 210px;
    animation: IT_animation_3 12s infinite linear alternate
}

.it-up-banner-section .it-up-banner-deco3 {
    left: 15%;
    top: 150px;
    animation: IT_animation_2 12s infinite linear alternate
}

.it-up-banner-section .it-up-banner-deco4 {
    top: 45%;
    left: 51%;
    z-index: 1;
    animation: IT_animation_1 12s infinite linear alternate
}

.it-up-banner-text {
    max-width: 615px;
    padding: 160px 0 180px
}

.it-up-banner-text span {
    color: #0e50d7;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 12px;
    display: inline-block
}

.it-up-banner-text span:before,
.it-up-banner-text span:after {
    left: -11px;
    bottom: 8px;
    content: "";
    height: 3px;
    width: 10px;
    position: absolute;
    background-color: #0e50d7
}

.it-up-banner-text span:after {
    left: auto;
    right: -11px
}

.it-up-banner-text h1 {
    color: #000;
    font-size: 85px;
    font-weight: 700;
    line-height: .941;
    padding-bottom: 45px
}

.it-up-banner-text p {
    font-size: 20px;
    padding-bottom: 30px
}

.it-up-banner-text .it-up-banner-btn .it-up-banner-play-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-right: 25px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #1ec5fa 0%, #0d47d5 100%)
}

.it-up-banner-text .it-up-banner-btn .it-up-banner-play-btn a {
    color: #fff;
    width: 100%;
    display: block
}

.it-up-banner-text .it-up-banner-btn .it-up-banner-cta-btn {
    height: 55px;
    width: 150px;
    line-height: 55px;
    border-radius: 5px;
    background-size: 200%, 1px;
    transition: all 200ms linear 0ms;
    box-shadow: 0 21px 29px 0 rgba(248, 79, 26, .27);
    background-image: linear-gradient(90deg, #ff780b 0%, #ee132f 50%, #ff780b)
}

.it-up-banner-text .it-up-banner-btn .it-up-banner-cta-btn a {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 700
}

.it-up-banner-text .it-up-banner-btn .it-up-banner-cta-btn:hover {
    background-position: 120%
}

.it-up-banner-img {
    top: 0;
    right: 0;
    position: absolute
}

.it-up-banner-img .it-up-img-deco1 {
    top: 0;
    right: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 21px 0 rgba(7, 47, 141, .09)
}

.it-up-banner-img .it-up-img-deco3 {
    right: -35px;
    bottom: 250px;
    border-radius: 10px;
    box-shadow: 0 10px 21px 0 rgba(7, 47, 141, .09)
}

.it-up-banner-img .it-up-img-deco2 {
    left: -50px;
    bottom: 140px;
    border-radius: 10px;
    box-shadow: 0 10px 21px 0 rgba(7, 47, 141, .09)
}

.it-up-sponsor-slider {
    padding: 25px 80px;
    border-radius: 20px;
    box-shadow: 0 9px 21px 0 rgba(0, 13, 42, .08)
}

.it-up-sponsor-img img {
    cursor: pointer;
    filter: grayscale(1);
    transition: 0.4s all ease-in-out
}

.it-up-sponsor-img img:hover {
    filter: grayscale(0)
}

.it-up-sponsor-slider .owl-nav,
.it-up-testimonial-slider-wrap .owl-nav,
.it-up-blog-slide .owl-nav {
    display: none
}

.it-up-about-section {
    padding: 100px 0
}

.it-up-about-img {
    padding-top: 80px
}

.it-up-about-img-wrap img {
    border-radius: 15px
}

.it-up-about-circle-progress {
    top: 0;
    left: 0;
    width: 205px;
    height: 215px;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 9px 21px 0 rgba(0, 13, 42, .08)
}

.it-up-about-circle-progress .circle-progress-icon {
    left: 0;
    right: 0;
    top: 50px;
    position: absolute
}

.it-up-about-circle-progress .progress_area strong {
    left: 0;
    top: 55px;
    right: 0;
    color: #000;
    font-size: 36px;
    font-weight: 600;
    position: absolute
}

.it-up-about-circle-progress p {
    color: #1ec1f9;
    font-size: 18px;
    font-weight: 700
}

.it-up-about-text {
    padding-left: 40px
}

.it-up-about-text .it-up-section-title h2 {
    max-width: 550px;
    padding-bottom: 30px
}

.it-up-about-text .it-up-section-title p {
    max-width: 550px
}

.it-up-about-feature {
    padding: 30px 0 40px
}

.it-up-about-ft-item {
    width: 50%;
    float: left
}

.it-up-about-ft-item .it-up-about-ft-icon {
    width: 60px;
    height: 60px;
    line-height: 70px;
    margin-right: 25px;
    border-radius: 100%;
    transition: 0.6s cubic-bezier(.24, .74, .58, 1);
    box-shadow: 0 25px 24px 0 rgba(4, 21, 59, .1)
}

.it-up-about-ft-item .it-up-about-ft-text {
    overflow: hidden
}

.it-up-about-ft-item .it-up-about-ft-text h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 8px
}

.it-up-about-ft-item .it-up-about-ft-text p {
    line-height: 1.733
}

.it-up-about-ft-item:hover .it-up-about-ft-icon {
    transform: rotateY(360deg)
}

.it-up-about-btn span {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    font-family: "Nunito";
    margin-right: 20px
}

.it-up-featured-section {
    padding: 100px 0 80px;
    background-color: #f7fafb
}

.it-up-featured-section .it-up-ft-bg {
    top: 0;
    left: -50px
}

.it-up-featured-section .it-up-section-title-2 {
    margin: 0 auto;
    max-width: 500px
}

.it-up-featured-section .it-up-ft-shape {
    top: 60%;
    left: 10%;
    animation: IT_animation_1 12s infinite linear alternate
}

.it-up-featured-section .it-up-ft-shape2 {
    bottom: 50px;
    right: 20%;
    animation: IT_animation_1 12s infinite linear alternate
}

.it-up-featured-content {
    padding-top: 100px
}

.it-up-featured-content .col-lg-4:nth-child(1) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
    color: #f0202a
}

.it-up-featured-content .col-lg-4:nth-child(1) .it-up-featured-innerbox .it-up-featured-icon:before,
.it-up-featured-content .col-lg-4:nth-child(1) .it-up-featured-innerbox .it-up-featured-icon:after {
    background: linear-gradient(90deg, #ff750c 0%, #ef192d 100%)
}

.it-up-featured-content .col-lg-4:nth-child(2) .it-up-featured-innerbox {
    transform: translateY(-40px)
}

.it-up-featured-content .col-lg-4:nth-child(2) .it-up-featured-text .it-up-ft-more {
    color: #70df11
}

.it-up-featured-content .col-lg-4:nth-child(3) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
    color: #105adb
}

.it-up-featured-content .col-lg-4:nth-child(3) .it-up-featured-innerbox .it-up-featured-icon:before,
.it-up-featured-content .col-lg-4:nth-child(3) .it-up-featured-innerbox .it-up-featured-icon:after {
    background: linear-gradient(90deg, #1cb6f6 0%, #105bdb 100%)
}

.it-up-featured-content .col-lg-4:nth-child(4) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
    color: #6a63e6
}

.it-up-featured-content .col-lg-4:nth-child(4) .it-up-featured-innerbox .it-up-featured-icon:before,
.it-up-featured-content .col-lg-4:nth-child(4) .it-up-featured-innerbox .it-up-featured-icon:after {
    background: linear-gradient(90deg, #1ec2f9 0%, #0f53d9 100%)
}

.it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox {
    transform: translateY(-40px)
}

.it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
    color: #fd60a9
}

.it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox .it-up-featured-icon:before,
.it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox .it-up-featured-icon:after {
    background: linear-gradient(90deg, #feb0d6 0%, #fd60a9 100%)
}

.it-up-featured-content .col-lg-4:nth-child(6) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
    color: #1bc29f
}

.it-up-featured-content .col-lg-4:nth-child(6) .it-up-featured-innerbox .it-up-featured-icon:before,
.it-up-featured-content .col-lg-4:nth-child(6) .it-up-featured-innerbox .it-up-featured-icon:after {
    background: linear-gradient(90deg, #8ff9ab 0%, #1bc29f 100%)
}

.it-up-featured-innerbox {
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #fff;
    padding: 35px 35px 50px 35px;
    box-shadow: 0 0 38px 0 rgba(1, 44, 118, .08)
}

.it-up-featured-innerbox .it-up-featured-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    line-height: 90px;
    margin-bottom: 35px;
    position: relative;
    border-radius: 100%;
    transition: 0.6s cubic-bezier(.24, .74, .58, 1);
    box-shadow: 0 15px 24px 0 rgba(4, 21, 59, .1)
}

.it-up-featured-innerbox .it-up-featured-icon:before,
.it-up-featured-innerbox .it-up-featured-icon:after {
    top: 4px;
    width: 7px;
    right: 20px;
    height: 7px;
    content: "";
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    transition: 0.3s all ease-in-out;
    background: linear-gradient(90deg, #30c677 0%, #70df11 100%)
}

.it-up-featured-innerbox .it-up-featured-icon:after {
    top: auto;
    bottom: 0;
    right: 40px
}

.it-up-featured-innerbox .it-up-featured-text h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 12px
}

.it-up-featured-innerbox .it-up-featured-text p {
    line-height: 1.625;
    padding-bottom: 20px
}

.it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
    font-size: 15px;
    font-weight: 700
}

.it-up-featured-innerbox .it-up-featured-text .it-up-ft-more i {
    transition: 0.4s all ease-in-out
}

.it-up-featured-innerbox .it-up-featured-text .it-up-ft-more:hover i {
    margin-left: 10px
}

.it-up-featured-innerbox:hover .it-up-featured-icon:before,
.it-up-featured-innerbox:hover .it-up-featured-icon:after {
    transform: scale(1)
}

.it-up-featured-innerbox:hover .it-up-featured-icon {
    transform: rotateY(360deg)
}

.it-up-ft-btn {
    margin-top: 30px
}

.it-up-service-shape {
    z-index: -1
}

.it-up-service-shape.deco1 {
    top: 30%;
    left: 10%;
    animation: IT_animation_4 20s infinite linear alternate
}

.it-up-service-shape.deco2 {
    left: 25%;
    top: 185px;
    animation: IT_animation_5 12s infinite linear alternate
}

.it-up-service-shape.deco3 {
    top: 135px;
    right: 10%;
    animation: IT_animation_4 12s infinite linear alternate
}

.it-up-service-shape.deco4 {
    top: 50%;
    right: 12%;
    animation: IT_animation_5 18s infinite linear alternate
}

.it-up-service-shape.deco5 {
    bottom: 20%;
    right: 8%;
    animation: IT_animation_4 15s infinite linear alternate
}

.it-up-service-content {
    padding-top: 30px
}

.it-up-service-tab-btn {
    background-color: #fff;
    padding: 85px 20px 40px 55px;
    box-shadow: 0 0 32px 0 rgba(80, 80, 80, .1)
}

.it-up-service-tab-btn .nav-tabs:before {
    top: -3px;
    left: -30px;
    width: 6px;
    height: 80%;
    content: "";
    position: absolute;
    background-color: #f8fcfc
}

.it-up-service-tab-btn .nav-tabs .nav-item.show .nav-link,
.it-up-service-tab-btn .nav-tabs .nav-link.active,
.it-up-service-tab-btn .nav-tabs .nav-link,
.it-up-service-tab-btn .nav-tabs {
    padding: 0;
    border: none;
    position: relative
}

.it-up-service-tab-btn .nav-tabs .nav-item {
    margin-bottom: inherit;
    padding-bottom: 65px
}

.it-up-service-tab-btn .nav {
    display: inherit
}

.it-up-service-tab-btn .nav-tabs .nav-link {
    color: #bebebe;
    font-size: 20px;
    font-weight: 700;
    font-family: "Nunito"
}

.it-up-service-tab-btn .nav-tabs .nav-link:before {
    left: 0;
    bottom: 0;
    top: 1px;
    width: 6px;
    content: "";
    height: 0;
    left: -30px;
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(90deg, #ff780b 0%, #ee132f 100%);
    transition: 0.4s all ease-in-out
}

.it-up-service-tab-btn .nav-tabs .nav-link.active {
    color: #000
}

.it-up-service-tab-btn .nav-tabs .nav-link.active:before {
    height: 40px;
    background-color: #fff
}

.it-up-service-tab-wrap {
    padding: 30px 50px;
    border-radius: 10px;
    background-color: #f8f8f8
}

.it-up-service-tab-text {
    max-width: 480px;
    padding-top: 20px
}

.it-up-service-tab-text .it-up-tab-icon {
    right: 0;
    bottom: 0
}

.it-up-service-tab-text h3 {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 22px
}

.it-up-service-tab-text li {
    font-size: 18px;
    padding-left: 35px;
    position: relative;
    margin-bottom: 8px
}

.it-up-service-tab-text li:before {
    top: 0;
    left: 0;
    color: #3cc605;
    content: "";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.it-up-service-tab-text .it-up-ser-btn {
    margin-top: 20px
}

.it-up-service-img img {
    border-radius: 10px
}

@keyframes rotate-anim {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes icon-bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-10px)
    }

    60% {
        transform: translateY(-5px)
    }
}

.it-up-achivement-section {
    padding: 100px 0;
    background-color: #fdf8f4
}

.it-up-achivement-section .it-up-achive-shape1 {
    top: 0;
    left: -50px
}

.it-up-achivement-section .it-up-achive-shape2 {
    bottom: 0;
    right: -50px
}

.col-lg-3:nth-child(2) .it-up-achivement-innerbox .inner-border:before,
.col-lg-3:nth-child(2) .it-up-achivement-innerbox .inner-border:after {
    background: linear-gradient(90deg, #1cb6f6 0%, #1161dd 100%)
}

.col-lg-3:nth-child(3) .it-up-achivement-innerbox .inner-border:before,
.col-lg-3:nth-child(3) .it-up-achivement-innerbox .inner-border:after {
    background: linear-gradient(90deg, #fd5d0a 0%, #ffe3ab 100%)
}

.col-lg-3:nth-child(4) .it-up-achivement-innerbox .inner-border:before,
.col-lg-3:nth-child(4) .it-up-achivement-innerbox .inner-border:after {
    background: linear-gradient(90deg, #2fc678 0%, #6add1a 100%)
}

.it-up-achivement-innerbox {
    width: 190px;
    height: 190px;
    margin: 0 auto;
    padding-top: 22px;
    border-radius: 100%
}

.it-up-achivement-innerbox .inner-border {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #fff;
    animation-duration: 1500ms;
    animation: rotate-anim 3s infinite linear;
    animation-play-state: paused
}

.it-up-achivement-innerbox .inner-border:before,
.it-up-achivement-innerbox .inner-border:after {
    top: -6px;
    left: 0;
    right: 0;
    content: "";
    width: 12px;
    height: 12px;
    margin: 0 auto;
    position: absolute;
    border-radius: 100%;
    background: linear-gradient(90deg, #feb0d6 0%, #fd60a9 100%)
}

.it-up-achivement-innerbox .inner-border:after {
    top: auto;
    bottom: -6px
}

.it-up-achivement-innerbox .it-up-achivement-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    margin-bottom: 5px
}

.it-up-achivement-innerbox .it-up-achivement-text h3 {
    color: #000;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    display: inline-block
}

.it-up-achivement-innerbox .it-up-achivement-text strong {
    color: #000;
    font-size: 40px;
    line-height: 1;
    font-family: "Nunito"
}

.it-up-achivement-innerbox .it-up-achivement-text p {
    color: #010101
}

.it-up-achivement-innerbox:hover .it-up-achivement-icon {
    animation: icon-bounce 0.8s ease-out infinite
}

.it-up-achivement-innerbox:hover .inner-border {
    animation-play-state: running
}

.it-up-testimonial-section .it-up-section-title-2 {
    margin: 0 auto;
    max-width: 630px
}

.it-up-testimonial-content {
    margin-top: 45px
}

.it-up-testimonial-content .it-up-testi-shape1 {
    top: -40px;
    left: -40px;
    animation: IT_animation_1 12s infinite linear alternate
}

.it-up-testimonial-content .it-up-testi-shape2 {
    top: -110px;
    right: -110px
}

.it-up-testimonial-content .it-up-testi-shape3 {
    left: -100px;
    bottom: -60px
}

.it-up-testimonial-content .it-up-testi-shape4 {
    right: -60px;
    bottom: 0;
    animation: IT_animation_2 12s infinite linear alternate
}

.it-up-testimonial-innerbox {
    border-radius: 10px;
    padding: 45px 30px;
    background-color: #fff;
    border: 2px solid #f3f3f3;
    transition: 0.3s all ease-in-out;
    box-shadow: 0 0 24px 0 rgba(1, 44, 118, .05)
}

.it-up-testimonial-innerbox .it-up-testimonial-img-wrap {
    width: 82px;
    height: 82px;
    margin: 0 auto;
    margin-bottom: 30px
}

.it-up-testimonial-innerbox .it-up-testimonial-img {
    width: 82px;
    height: 82px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%
}

.it-up-testimonial-innerbox .quote-sign {
    bottom: 0;
    color: #fff;
    width: 40px;
    height: 40px;
    right: -10px;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    position: absolute;
    border-radius: 100%;
    font-family: "Nunito";
    display: inline-block;
    box-shadow: 0 14px 17px 0 rgba(253, 97, 170, .29);
    background: linear-gradient(90deg, #feb0d6 0%, #fd60a9 100%)
}

.it-up-testimonial-innerbox .it-up-testi-author {
    margin-top: 30px;
    padding-top: 28px
}

.it-up-testimonial-innerbox .it-up-testi-author:before {
    top: 0;
    left: 0;
    right: 0;
    content: "";
    height: 4px;
    width: 44px;
    margin: 0 auto;
    position: absolute;
    background: linear-gradient(90deg, #feb0d6 0%, #fd60a9 100%)
}

.it-up-testimonial-innerbox .it-up-testi-author h4 {
    color: #000;
    font-size: 22px;
    font-weight: 700
}

.it-up-testimonial-innerbox .it-up-testi-author span {
    color: #656565;
    font-size: 15px
}

.it-up-testimonial-innerbox:hover {
    box-shadow: 0 46px 35px 0 rgba(1, 44, 118, .1)
}

.it-up-testimonial-pink .quote-sign {
    box-shadow: 0 14px 17px 0 rgba(253, 97, 170, .29);
    background: linear-gradient(90deg, #feb0d6 0%, #fd60a9 100%)
}

.it-up-testimonial-pink .it-up-testi-author:before {
    background: linear-gradient(90deg, #feb0d6 0%, #fd60a9 100%)
}

.it-up-testimonial-green .quote-sign {
    box-shadow: 0 10px 11px 0 rgba(107, 236, 2, .29);
    background: linear-gradient(90deg, #30c677 0%, #70df11 100%)
}

.it-up-testimonial-green .it-up-testi-author:before {
    background: linear-gradient(90deg, #30c677 0%, #70df11 100%)
}

.it-up-testimonial-blue .quote-sign {
    box-shadow: 0 18px 18px 0 rgba(22, 136, 232, .21);
    background-image: linear-gradient(90deg, #1ec5fa 0%, #0d47d5 100%)
}

.it-up-testimonial-blue .it-up-testi-author:before {
    background-image: linear-gradient(90deg, #1ec5fa 0%, #0d47d5 100%)
}

.it-up-testimonial-slider-wrap .owl-stage-outer,
.it-up-blog-slide .owl-stage-outer {
    overflow: visible
}

.it-up-testimonial-slider-wrap .owl-item,
.it-up-blog-slide .owl-item {
    opacity: 0;
    transition: opacity 700ms
}

.it-up-testimonial-slider-wrap .owl-item.active,
.it-up-blog-slide .owl-item.active {
    opacity: 1
}

.it-up-testimonial-slider-wrap .owl-dots,
.it-up-blog-slide .owl-dots {
    margin-top: 35px;
    text-align: center
}

.it-up-testimonial-slider-wrap .owl-dots .owl-dot,
.it-up-blog-slide .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #fd5d0a 0%, #ffe3ab 100%)
}

.it-up-testimonial-slider-wrap .owl-dots .owl-dot:before,
.it-up-blog-slide .owl-dots .owl-dot:before {
    top: -5px;
    left: -5px;
    content: "";
    width: 20px;
    opacity: 0;
    height: 20px;
    position: absolute;
    border-radius: 100%;
    border: 3px solid #fd5d0a
}

.it-up-testimonial-slider-wrap .owl-dots .owl-dot.active:before,
.it-up-blog-slide .owl-dots .owl-dot.active:before {
    opacity: 1
}

.it-up-contact-section {
    z-index: 1;
    padding: 100px 0;
    background-color: #f7fafb
}

.it-up-contact-section .it-up-section-title-2 {
    margin: 0 auto;
    max-width: 625px
}

.it-up-contact-content {
    margin-top: 45px;
    border-radius: 8px;
    background-color: #fff
}

.it-up-contact-img .contact-shape {
    top: 75px;
    left: -85px;
    position: absolute
}

.it-up-contact-img .it-up-contact-text {
    left: 0;
    right: 0;
    bottom: 70px;
    margin: 0 auto;
    max-width: 340px;
    position: absolute
}

.it-up-contact-img .it-up-contact-text h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding-top: 30px
}

.it-up-form-wrap {
    padding: 35px 50px 40px 20px
}

.it-up-form-wrap button {
    border: none;
    height: 50px;
    width: 210px;
    line-height: 0;
    background-size: 200%, 1px;
    transition: all 200ms linear 0ms;
    box-shadow: 0 5px 10px 0 rgba(248, 79, 26, .2);
    background-image: linear-gradient(90deg, #ff780b 0%, #ee132f 50%, #ff780b);
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    display: inline-block
}

.it-up-form-wrap button:hover {
    background-position: 120%
}

.it-up-form-input,
.it-up-form-select {
    margin-bottom: 15px
}

.it-up-form-input label,
.it-up-form-select label {
    width: 100%;
    color: #000;
    margin-bottom: 0;
    font-weight: 700;
    padding-bottom: 5px
}

.it-up-form-input input,
.it-up-form-input select,
.it-up-form-input textarea,
.it-up-form-select input,
.it-up-form-select select,
.it-up-form-select textarea {
    width: 100%;
    height: 55px;
    padding-left: 20px;
    background-color: #fcfcfc;
    border: 1px solid #f3f3f3;
    -webkit-appearance: none
}

.it-up-form-input textarea,
.it-up-form-select textarea {
    height: 125px;
    padding-top: 15px
}

.it-up-form-select:before {
    top: 45px;
    right: 20px;
    content: "";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Free"
}

.it-up-blog-section .it-up-blog-shape-bg1 {
    top: 0;
    left: 0
}

.it-up-blog-section .it-up-blog-shape-bg2 {
    bottom: 0;
    right: 0
}

.it-up-blog-section .it-up-section-title {
    margin: 0 auto;
    max-width: 635px
}

.it-up-blog-content {
    padding-top: 50px
}

.it-up-blog-innerbox {
    overflow: hidden;
    border-radius: 10px;
    transition: 0.4s all ease-in-out;
    box-shadow: 0 0 24px 0 rgba(3, 5, 77, .08)
}

.it-up-blog-innerbox .it-up-blog-img {
    overflow: hidden
}

.it-up-blog-innerbox .it-up-blog-text {
    padding: 45px 20px 30px 30px
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-meta {
    top: -55px;
    left: 35px;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 1;
    font-weight: 700;
    font-size: 30px;
    padding-top: 15px;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 8px 18px 0 rgba(241, 37, 41, .21);
    background: linear-gradient(90deg, #ff750c 0%, #ef192d 100%)
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-meta span {
    display: block;
    font-size: 14px;
    font-weight: 500
}

.it-up-blog-innerbox .it-up-blog-text h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    line-height: 1.333;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eaeaea
}

.it-up-blog-innerbox .it-up-blog-text h3:after {
    left: 0;
    height: 3px;
    width: 38px;
    content: "";
    bottom: -2px;
    position: absolute;
    background: linear-gradient(90deg, #ff750c 0%, #ef192d 100%)
}

.it-up-blog-innerbox .it-up-blog-text p {
    color: #353535
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom {
    margin-top: 20px
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-author {
    width: 85%
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-author .it-up-blog-ath-img {
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 100%
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-author .it-up-blog-ath-text {
    padding-top: 5px
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-author .it-up-blog-ath-text a {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    margin-right: 30px
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-author .it-up-blog-ath-text a:last-child {
    margin-right: 0
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-share {
    cursor: pointer;
    padding-top: 5px
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-share ul {
    left: 0;
    opacity: 0;
    top: -105px;
    visibility: hidden;
    position: absolute;
    transition: 0.4s all ease-in-out
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-share ul li {
    margin-bottom: 5px
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-share:hover span {
    color: #fd5d0a
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-share:hover ul {
    opacity: 1;
    top: -115px;
    visibility: visible
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-share:hover ul li a {
    transition: 0.4s all ease-in-out
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-share:hover ul li a:hover {
    color: #fd5d0a
}

.it-up-blog-innerbox:hover {
    box-shadow: 0 22px 24px 0 rgba(3, 5, 77, .15)
}

.it-up-blog-orange .it-up-blog-text .it-up-blog-meta {
    box-shadow: 0 8px 18px 0 rgba(241, 37, 41, .21);
    background: linear-gradient(90deg, #ff750c 0%, #ef192d 100%)
}

.it-up-blog-orange .it-up-blog-text h3:after {
    background: linear-gradient(90deg, #ff750c 0%, #ef192d 100%)
}

.it-up-blog-blue .it-up-blog-text .it-up-blog-meta {
    box-shadow: 0 0 24px 0 rgba(3, 5, 77, .08);
    background: linear-gradient(90deg, #1ec5fa 0%, #0d47d5 100%)
}

.it-up-blog-blue .it-up-blog-text h3:after {
    background: linear-gradient(90deg, #1ec5fa 0%, #0d47d5 100%)
}

.it-up-blog-grean .it-up-blog-text .it-up-blog-meta {
    box-shadow: 0 10px 11px 0 rgba(107, 236, 2, .29);
    background: linear-gradient(90deg, #30c677 0%, #70df11 100%)
}

.it-up-blog-grean .it-up-blog-text h3:after {
    background: linear-gradient(90deg, #30c677 0%, #70df11 100%)
}

.it-up-footer-section {
    padding: 210px 0 0
}

.it-up-footer-section:before {
    left: 0;
    top: -150px;
    width: 100%;
    content: "";
    height: 180%;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/f-bg.png)
}

.it-up-footer-content-wrap {
    padding-bottom: 70px
}

.it-up-footer-widget .widget-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px
}

.it-up-footer-widget .widget-title:before {
    left: 0;
    height: 3px;
    width: 30px;
    content: "";
    bottom: -5px;
    position: absolute;
    background: linear-gradient(90deg, #ff750c 0%, #ef192d 100%)
}

.it-up-footer-widget .it-up-footer-logo-widget .it-up-footer-logo {
    padding-bottom: 45px
}

.it-up-footer-widget .it-up-footer-logo-widget p {
    color: #97a0b5;
    padding-bottom: 35px
}

.it-up-footer-widget .it-up-footer-newslatter-widget p {
    color: #97a0b5
}

.it-up-footer-newslatter-widget input {
    height: 45px;
    width: 100%;
    border: none;
    padding-left: 20px;
    background-color: #19243b
}

.it-up-footer-newslatter-widget input::placeholder {
    color: #fff;
    font-size: 14px
}

.it-up-footer-newslatter-widget button {
    top: 0;
    right: 0;
    width: 60px;
    padding: 0;
    color: #fff;
    height: 45px;
    border: none;
    position: absolute;
    background-color: #fff;
    transition: 0.3s all ease-in-out;
    background: linear-gradient(90deg, #1ec5fa 0%, #0d47d5 100%)
}

.it-up-footer-widget .it-up-footer-newslatter-widget .it-up-footer-social {
    margin-top: 22px
}

.it-up-footer-widget .it-up-footer-newslatter-widget .it-up-footer-social li {
    margin-right: 15px
}

.it-up-footer-widget .it-up-footer-newslatter-widget .it-up-footer-social li a {
    color: #494949;
    transition: 0.3s all ease-in-out
}

.it-up-footer-widget .it-up-footer-newslatter-widget .it-up-footer-social li a:hover {
    color: #fff
}

.it-up-footer-widget .it-up-footer-info-widget {
    padding-left: 20px
}

.it-up-footer-widget .it-up-footer-info-widget ul {
    padding-top: 15px
}

.it-up-footer-widget .it-up-footer-info-widget i {
    float: left;
    font-size: 14px;
    margin-top: 5px;
    color: #fff;
    margin-right: 10px
}

.it-up-footer-widget .it-up-footer-info-widget a {
    color: #97a0b5;
    display: block;
    font-size: 14px;
    overflow: hidden;
    max-width: 170px
}

.it-up-footer-widget .it-up-footer-info-widget .office-open-hour {
    margin-top: 10px
}

.it-up-footer-widget .it-up-footer-info-widget .office-open-hour span {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    text-decoration: underline
}

.it-up-footer-widget .it-up-footer-info-widget .office-open-hour p {
    font-size: 14px;
    color: #97a0b5;
    max-width: 180px
}

.it-up-footer-widget .it-up-footer-instagram-widget .insta-feed {
    padding-top: 10px
}

.it-up-footer-widget .it-up-footer-instagram-widget .insta-feed li {
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    margin-bottom: 7px;
    position: relative;
    background-color: #000;
    transition: 0.3s all ease-in-out
}

.it-up-footer-widget .it-up-footer-instagram-widget .insta-feed li:before {
    top: 0;
    opacity: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    transition: 0.3s all ease-in-out
}

.it-up-footer-widget .it-up-footer-instagram-widget .insta-feed li i {
    left: 0;
    top: 50%;
    right: 0;
    opacity: 0;
    color: #fff;
    position: absolute;
    text-align: center;
    transform: translateY(-50%);
    transition: 0.3s all ease-in-out
}

.it-up-footer-widget .it-up-footer-instagram-widget .insta-feed li:hover:before {
    opacity: .7
}

.it-up-footer-widget .it-up-footer-instagram-widget .insta-feed li:hover i {
    opacity: 1
}

.it-up-footer-copyright {
    z-index: 1;
    padding: 15px 0;
    position: relative;
    background-color: #152039
}

.it-up-footer-copyright p {
    color: #fff
}

@media screen and (max-width:6000px) {
    .it-up-footer-section:before {
        display: none
    }

    .it-up-footer-section {
        margin-top: 100px;
        padding-top: 100px;
        background-color: #00052b
    }
}

@media screen and (max-width:1950px) {
    .it-up-footer-section:before {
        display: block
    }

    .it-up-footer-section {
        margin-top: 0;
        padding-top: 210px;
        background-color: transparent
    }
}

@media screen and (max-width:1440px) {
    .it-up-banner-section .it-up-banner-deco3 {
        left: 3%
    }

    .it-up-banner-section .it-up-banner-deco2 {
        left: 30px
    }
}

@media screen and (max-width:1199px) {
    .it-up-banner-section .it-up-banner-deco3 {
        top: 50px
    }

    .it-up-main-navigation li {
        margin-left: 50px
    }

    .it-up-header-cta-btn a {
        width: 130px
    }

    .it-up-banner-text {
        max-width: 580px
    }

    .it-up-service-tab-text {
        max-width: 350px
    }
}

@media screen and (max-width:1040px) {
    .it-up-banner-text {
        max-width: 470px
    }
}

@media screen and (max-width:1024px) {
    .it-up-main-navigation li {
        margin-left: 40px
    }

    .it-up-banner-section {
        padding-bottom: 50px
    }

    .it-up-banner-btn {
        justify-content: center
    }

    .it-up-banner-text {
        max-width: 100%;
        text-align: center;
        padding: 100px 0 50px
    }

    .it-up-banner-img {
        position: relative;
        z-index: 2;
        max-width: 500px;
        margin: 0 auto
    }
}

@media screen and (max-width:991px) {
    .it-up-brand-logo {
        width: 130px;
        padding-top: 5px
    }

    .it-up-header-cta-btn a {
        height: 45px;
        line-height: 45px;
        margin-right: 40px
    }

    .it-up-banner-text h1 {
        font-size: 70px
    }

    .it-up-about-img,
    .it-up-contact-img {
        max-width: 470px;
        margin: 0 auto
    }

    .it-up-about-text {
        margin: 0 auto;
        padding-left: 0;
        max-width: 630px;
        margin-top: 50px
    }

    .it-up-featured-content .col-lg-4:nth-child(2) .it-up-featured-innerbox,
    .it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox {
        transform: translateY(0)
    }

    .it-up-achivement-innerbox {
        margin-bottom: 40px
    }

    .it-up-blog-innerbox {
        margin: 0 auto;
        max-width: 370px
    }

    .it-up-footer-section:before {
        display: none
    }

    .it-up-footer-section {
        background-color: #060913
    }

    .it-up-footer-section {
        margin-top: 80px;
        padding: 85px 0 0
    }

    .it-up-footer-widget {
        margin-bottom: 30px
    }
}

@media screen and (max-width:767px) {
    .it-up-service-tab-text {
        max-width: 100%;
        float: none !important
    }

    .it-up-service-img {
        margin-top: 30px;
        text-align: center;
        float: none !important
    }
}

@media screen and (max-width:480px) {
    .it-up-banner-text h1 {
        font-size: 40px;
        padding-bottom: 15px
    }

    .it-up-banner-text span {
        font-size: 18px
    }

    .it-up-banner-text .it-up-banner-btn .it-up-banner-cta-btn,
    .it-up-banner-text .it-up-banner-btn .it-up-banner-play-btn {
        height: 45px;
        line-height: 45px
    }

    .it-up-banner-text .it-up-banner-btn .it-up-banner-play-btn {
        width: 45px
    }

    .it-up-section-title h2,
    .it-up-section-title-2 h2 {
        font-size: 30px
    }

    .it-up-about-ft-item {
        width: 100%;
        float: none;
        margin-bottom: 30px
    }

    .it-up-about-feature {
        padding-bottom: 10px
    }

    .it-up-footer-widget .it-up-footer-logo-widget .footer-logo-btn,
    .it-up-form-wrap button,
    .it-up-service-tab-text .it-up-ser-btn,
    .it-up-ft-btn a,
    .it-up-about-btn a {
        height: 48px;
        width: 130px;
        line-height: 48px
    }

    .it-up-featured-section .it-up-ft-shape2 {
        display: none
    }

    .it-up-service-tab-text h3 {
        font-size: 26px
    }

    .it-up-about-section {
        padding: 50px 0
    }

    .it-up-featured-section,
    .it-up-service-section,
    .it-up-achivement-section,
    .it-up-contact-section {
        padding: 50px 0
    }

    .it-up-featured-content {
        padding-top: 40px
    }

    .it-up-ft-btn {
        margin-top: 0
    }

    .it-up-service-tab-btn .nav-tabs .nav-item {
        padding-bottom: 40px
    }

    .it-up-service-tab-wrap {
        padding: 30px 20px
    }

    .it-up-about-btn span {
        font-size: 16px
    }
}

/*Page*/
.smm-team-innerbox {
    margin-top: 20px
}

.abc-form {
    width: 570px;
    border-radius: 50px;
    height: 77px;
    border: 0;
    padding-left: 20px;
    background: #fff;
    box-shadow: 0 5px 42px 0 rgb(0 0 0 / 10%);
    margin: 0 auto
}

.smm-team-innerbox .smm-team-img:before {
    line-height: 40px
}

.appseo-about-section .appseo-about-content {
    float: right;
    max-width: 580px;
    padding-right: 50px;
    padding-left: 54px
}

.feature-eight-section .eight-feature-box {
    margin-top: 25px
}

.smm-case-innerbox {
    margin-top: 30px
}

p {
    margin-top: 0;
    margin-bottom: 0
}

.job_li.elementor-widget.elementor-widget-text-editor ul li::before {
    content: "•";
    color: red;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.subs-56464 input {
    width: 100%;
    height: 60px;
    border: 0;
    padding-left: 27px;
    border-radius: 7px
}

.subs-56464 button {
    top: 0;
    right: 0;
    color: #fff;
    height: 60px;
    width: 180px;
    border: 0;
    font-weight: 700;
    position: absolute;
    border-radius: 0 7px 7px 0;
    transition: all .2s linear 0s;
    background: linear-gradient(90deg, #9753fe 0, #15dbfa 100%);
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px
}

.subs-56464 button:hover {
    background: linear-gradient(90deg, #15dbfa 0, #9753fe 100%)
}

.contact-form input {
    margin-bottom: 20px;
    padding: 10px 0 10px 20px;
    border-radius: 5px;
    width: 100%
}

.contact-form input[type=checkbox] {
    width: auto;
    margin-right: 10px
}

span.contact-submit-19 input {
    background-image: -webkit-linear-gradient(left, #9752fe 0, #16dafa 100%);
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: Poppins
}

@media only screen and (max-width:360px) {
    .abc-form {
        width: auto;
        border-radius: 50px;
        height: 60px;
        border: 0;
        padding-left: 20px;
        background: #fff;
        box-shadow: 0 5px 42px 0 rgb(0 0 0 / 10%);
        margin: 0 auto
    }

    .subs-56464 button {
        color: #fff;
        height: 60px;
        width: 100%;
        border: 0;
        font-weight: 700;
        position: absolute;
        border-radius: 7px 7px 7px 7px;
        transition: all .2s linear 0s;
        background: linear-gradient(90deg, #9753fe 0, #15dbfa 100%);
        font-family: Poppins;
        font-weight: 700;
        font-size: 18px;
        margin-top: 20px;
        top: unset
    }
}

.agency-testimonials .agency-testimonial-single {
    text-align: center;
    position: relative
}

.agency-testimonials .agency-testimonial-single .box {
    border: 2px solid #a1c1f4;
    padding: 55px 60px 30px;
    margin-top: 48px;
    -webkit-box-shadow: 0 0 20px 0 #b3b3b3;
    -moz-box-shadow: 0 0 20px 0 #b3b3b3;
    -o-box-shadow: 0 0 20px 0 #b3b3b3;
    -ms-box-shadow: 0 0 20px 0 #b3b3b3;
    box-shadow: 0 0 20px 0 #b3b3b3;
    position: relative
}

@media(max-width:991px) {
    .agency-testimonials .agency-testimonial-single .box.box {
        border: 2px solid #a1c1f4;
        padding: 35px 20px 20px;
        margin: 35px 0 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.agency-testimonials .client-pic {
    position: absolute;
    left: 50%;
    top: -48px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(max-width:991px) {
    .agency-testimonials .client-pic {
        top: -35px
    }
}

.agency-testimonials .client-pic img img {
    background-color: #fff;
    width: auto;
    display: inline-block;
    padding: 8px;
    border: 2px solid #30d4ba;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

@media(max-width:991px) {
    .agency-testimonials .client-pic img img {
        max-width: 70px;
        padding: 4px;
        border: 1px solid #30d4ba
    }
}

.agency-testimonials .rating {
    margin: 12px 0
}

.agency-testimonials .rating i {
    font-size: 14px;
    font-size: .875rem;
    color: #ffc603
}

@media(max-width:991px) {
    .agency-testimonials .rating i {
        font-size: 13px;
        font-size: .8125rem
    }
}

.agency-testimonials .client-info {
    padding-top: 20px
}

@media(max-width:991px) {
    .agency-testimonials .client-info {
        padding-top: 10px
    }
}

.agency-testimonials .client-info h5 h5 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 .3em;
    color: #4273f0
}

@media(max-width:991px) {
    .agency-testimonials .client-info h5 h5 {
        font-size: 14px;
        font-size: .875rem
    }
}

.agency-testimonials .client-info h5+span h5+span {
    font-size: 14px;
    font-size: .875rem
}

@media(max-width:991px) {
    .agency-testimonials .client-info h5+span h5+span {
        font-size: 13px;
        font-size: .8125rem
    }
}

/*Osaas*/
.js-inview-animation .elementor-image {
    position: absolute;
    opacity: 0
}

.js-inview-animation .elementor-image.now-in-view {
    opacity: 1;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.bordered-layout .app-osaas-page-wrapper {
    padding: 0 50px 0
}

.app-osaas-auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

@media screen and (max-width:1024px) {
    .app-res-main-navigation {
        display: none
    }

    .app-res-mobile_menu_button {
        display: block
    }
}

.medium-container {
    max-width: 850px
}

.app-osaas-page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

.osaas-theme-btn {
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.osaas-btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    padding: 10px 32px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 5px;
    background-color: #3246d3;
    text-transform: capitalize
}

.osaas-btn-style-one:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #ff5f63;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1)
}

.osaas-btn-style-one .txt {
    position: relative;
    z-index: 1
}

.osaas-btn-style-one:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.osaas-btn-style-one:hover {
    color: #fff
}

.osaas-btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 15px 35px;
    font-weight: 700;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
    text-transform: capitalize;
    background-color: #ff5f63;
    box-shadow: 0 10px 30px rgba(255, 95, 99, .3)
}

.osaas-btn-style-two .txt i {
    position: relative;
    font-style: normal;
    margin-right: 10px;
    font-weight: 400
}

.osaas-btn-style-two:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #3246d3;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1)
}

.osaas-btn-style-two .txt {
    position: relative;
    z-index: 1
}

.osaas-btn-style-two:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.osaas-btn-style-two:hover {
    color: #fff
}

.osaas-btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #19274d;
    padding: 13px 35px;
    font-weight: 700;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
    text-transform: capitalize;
    border: 2px solid #e9ebef
}

.osaas-btn-style-three:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #222;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1)
}

.osaas-btn-style-three .txt {
    position: relative;
    z-index: 1
}

.osaas-btn-style-three .txt i {
    position: relative;
    font-weight: 300;
    margin-right: 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.osaas-btn-style-three:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.osaas-btn-style-three:hover {
    color: #fff;
    border-color: #222
}

.osaas-btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 12px 36px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    overflow: hidden;
    text-transform: capitalize;
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.osaas-btn-style-four:before {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 1;
    opacity: 0;
    border-radius: 50px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1);
    background-image: -ms-linear-gradient(left, #ff7a43 0, #fa464a 100%);
    background-image: -moz-linear-gradient(left, #ff7a43 0, #fa464a 100%);
    background-image: -o-linear-gradient(left, #ff7a43 0, #fa464a 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff7a43), color-stop(100, #fa464a));
    background-image: -webkit-linear-gradient(left, #ff7a43 0, #fa464a 100%);
    background-image: linear-gradient(to right, #ff7a43 0, #fa464a 100%)
}

.osaas-btn-style-four .txt {
    position: relative;
    z-index: 1
}

.osaas-btn-style-four i {
    font-weight: 300;
    margin-right: 10px
}

.osaas-btn-style-four:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.osaas-btn-style-four:hover {
    color: #fff;
    border-color: #00e49a
}

.osaas-btn-style-five {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #19274d;
    padding: 12px 36px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    overflow: hidden;
    background-color: #fff;
    text-transform: capitalize
}

.osaas-btn-style-five:before {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 1;
    opacity: 0;
    background-color: #19274d;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1)
}

.osaas-btn-style-five .txt {
    position: relative;
    z-index: 1
}

.osaas-btn-style-five i {
    position: relative;
    font-weight: 300;
    margin-right: 10px
}

.osaas-btn-style-five:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.osaas-btn-style-five:hover {
    color: #fff
}

.osaas-btn-style-six {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 14px 42px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    overflow: hidden;
    background-color: #19274d;
    text-transform: capitalize
}

.osaas-btn-style-six:before {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 1;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1)
}

.osaas-btn-style-six .txt {
    position: relative;
    z-index: 1
}

.osaas-btn-style-six i {
    position: relative;
    font-weight: 300;
    margin-right: 10px
}

.osaas-btn-style-six:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.osaas-btn-style-six:hover {
    color: #19274d
}

.osaas-btn-style-seven {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #19274d;
    padding: 13px 43px;
    font-weight: 700;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid #fff1f1
}

.osaas-btn-style-seven:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #fa464a;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1)
}

.osaas-btn-style-seven .txt {
    position: relative;
    z-index: 1
}

.osaas-btn-style-seven .txt i {
    position: relative;
    font-weight: 300;
    margin-right: 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.osaas-btn-style-seven:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.osaas-btn-style-seven:hover {
    color: #fff;
    border-color: #fa464a
}

.osaas-btn-style-eight {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 10px 38px;
    font-weight: 700;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
    text-transform: capitalize;
    background-color: #32c788
}

.osaas-btn-style-eight:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #19274d;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1)
}

.osaas-btn-style-eight .txt {
    position: relative;
    z-index: 1
}

.osaas-btn-style-eight .txt i {
    position: relative;
    font-weight: 300;
    margin-right: 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.osaas-btn-style-eight:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.osaas-btn-style-eight:hover {
    color: #fff;
    border-color: #fa464a
}

.osaas-btn-style-nine {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 15px 41px;
    font-weight: 700;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
    text-transform: capitalize;
    background-color: #32c788
}

.osaas-btn-style-nine:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #19274d;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1)
}

.osaas-btn-style-nine .txt {
    position: relative;
    z-index: 1
}

.osaas-btn-style-nine .txt i {
    position: relative;
    font-weight: 300;
    margin-right: 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.osaas-btn-style-nine:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.osaas-btn-style-nine:hover {
    color: #fff;
    border-color: #fa464a
}

.osaas-btn-style-ten {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #19274d;
    padding: 15px 41px;
    font-weight: 700;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
    text-transform: capitalize;
    background-color: #effff8
}

.osaas-btn-style-ten:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #32c788;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1)
}

.osaas-btn-style-ten .txt {
    position: relative;
    z-index: 1
}

.osaas-btn-style-ten .txt i {
    position: relative;
    font-weight: 300;
    margin-right: 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.osaas-btn-style-ten:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.osaas-btn-style-ten:hover {
    color: #fff;
    border-color: #fa464a
}

.osaas-btn-style-eleven {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 15px 48px;
    font-weight: 700;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
    text-transform: capitalize;
    background-color: #19274d
}

.osaas-btn-style-eleven:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #222;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1)
}

.osaas-btn-style-eleven .txt {
    position: relative;
    z-index: 1
}

.osaas-btn-style-eleven .txt i {
    position: relative;
    font-weight: 300;
    margin-right: 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.osaas-btn-style-eleven:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.osaas-btn-style-eleven:hover {
    color: #fff;
    border-color: #fa464a
}

.osaas-btn-style-twelve {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 15px 41px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    background-color: #3246d3;
    text-transform: capitalize;
    font-family: Roboto, sans-serif;
    background-image: -ms-linear-gradient(left, #0c4195 0, #1c73c5 100%);
    background-image: -moz-linear-gradient(left, #0c4195 0, #1c73c5 100%);
    background-image: -o-linear-gradient(left, #0c4195 0, #1c73c5 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0c4195), color-stop(100, #1c73c5));
    background-image: -webkit-linear-gradient(left, #0c4195 0, #1c73c5 100%);
    background-image: linear-gradient(to right, #0c4195 0, #1c73c5 100%)
}

.osaas-btn-style-twelve:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1);
    background-image: -ms-linear-gradient(right, #0c4195 0, #1c73c5 100%);
    background-image: -moz-linear-gradient(right, #0c4195 0, #1c73c5 100%);
    background-image: -o-linear-gradient(right, #0c4195 0, #1c73c5 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #0c4195), color-stop(100, #1c73c5));
    background-image: -webkit-linear-gradient(right, #0c4195 0, #1c73c5 100%);
    background-image: linear-gradient(to left, #0c4195 0, #1c73c5 100%)
}

.osaas-btn-style-twelve .txt {
    position: relative;
    z-index: 1
}

.osaas-btn-style-twelve:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.osaas-btn-style-twelve:hover {
    color: #fff
}

.osaas-btn-style-thirteen {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #19274d;
    padding: 13px 47px;
    font-weight: 700;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid #d7e5f0;
    font-family: Roboto, sans-serif
}

.osaas-btn-style-thirteen:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #19274d;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1)
}

.osaas-btn-style-thirteen .txt {
    position: relative;
    z-index: 1
}

.osaas-btn-style-thirteen .txt i {
    position: relative;
    font-weight: 300;
    margin-right: 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.osaas-btn-style-thirteen:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.osaas-btn-style-thirteen:hover {
    color: #fff;
    border-color: #19274d
}

.osaas-btn-style-fourteen {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 15px 41px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    background-color: #0556c4;
    text-transform: capitalize;
    font-family: Roboto, sans-serif
}

.osaas-btn-style-fourteen:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1);
    background-color: #222
}

.osaas-btn-style-fourteen .txt {
    position: relative;
    z-index: 1
}

.osaas-btn-style-fourteen:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.osaas-btn-style-fourteen:hover {
    color: #fff
}

.osaas-btn-style-fifteen {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 15px 41px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    background-color: #1374f6;
    text-transform: capitalize;
    font-family: Roboto, sans-serif
}

.osaas-btn-style-fifteen:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1);
    background-color: #222
}

.osaas-btn-style-fifteen .txt {
    position: relative;
    z-index: 1
}

.osaas-btn-style-fifteen .txt i {
    position: relative;
    font-weight: 400;
    margin-right: 10px
}

.osaas-btn-style-fifteen:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.osaas-btn-style-fifteen:hover {
    color: #fff
}

.osaas-btn-style-sixteen {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #19274d;
    padding: 15px 41px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    background-color: #fff;
    text-transform: capitalize;
    font-family: Roboto, sans-serif;
    box-shadow: 0 0 10px rgba(0, 0, 0, .07)
}

.osaas-btn-style-sixteen:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1);
    background-color: #222
}

.osaas-btn-style-sixteen .txt {
    position: relative;
    z-index: 1
}

.osaas-btn-style-sixteen:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.osaas-btn-style-sixteen:hover {
    color: #fff
}

.osaas-btn-style-seventeen {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 15px 41px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    background-color: #ff5f5f;
    text-transform: capitalize;
    font-family: Roboto, sans-serif;
    box-shadow: 0 0 10px rgba(0, 0, 0, .07)
}

.osaas-btn-style-seventeen:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1);
    background-color: #fff
}

.osaas-btn-style-seventeen .txt {
    position: relative;
    z-index: 1
}

.osaas-btn-style-seventeen:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.osaas-btn-style-seventeen:hover {
    color: #ff5f5f
}

.social-icon-one {
    position: relative;
    display: block
}

.social-icon-one li {
    position: relative;
    margin-left: 9px;
    display: inline-block
}

.social-icon-one li a {
    position: relative;
    width: 32px;
    height: 32px;
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #ccc;
    text-align: center;
    border-radius: 2px;
    background-color: #333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social-icon-one li a:hover {
    color: #333;
    background-color: #feec42
}

.theme_color {
    color: #3246d3
}

.app-osaas-preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/app-osaas-preloader.svg);
    background-size: 120px
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #0a0a0a;
    display: none;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.scroll-to-top:hover {
    color: #fff;
    background: #3246d3
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 35px
}

.sec-title .title {
    position: relative;
    color: #ff5f63;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: capitalize
}

.sec-title h1 {
    position: relative;
    color: #19274d;
    font-weight: 700;
    font-size: 72px;
    line-height: 1.1em;
    padding-bottom: 20px
}

.sec-title h1 span {
    position: relative;
    font-weight: 300
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 1.8em;
    color: #666;
    margin-top: 20px
}

.sec-title.centered {
    text-align: center !important
}

.sec-title.light .text,
.sec-title.light h1 {
    color: #fff
}

.sec-title.style-two .title {
    color: #fc3549;
    background: linear-gradient(to right, #fc3549 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.sec-title.style-two h1 {
    font-size: 60px;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.sec-title.style-three {
    margin-bottom: 50px
}

.sec-title.style-three .title {
    color: #32c788
}

.sec-title.style-three.light .title {
    color: #fff
}

.sec-title.style-three h1 {
    font-size: 60px
}

.sec-title.style-three .text {
    position: relative;
    color: #19274d;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    padding-left: 25px;
    margin-top: 15px;
    border-left: 4px solid #32c788
}

.sec-title.style-four .title {
    background: -webkit-linear-gradient(45deg, #0c4094, #1c72c4 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.sec-title.style-four.light .title {
    color: #fff;
    -webkit-text-fill-color: inherit
}

.sec-title.style-four h1 {
    font-weight: 500;
    font-size: 60px
}

.sec-title.style-four .text {
    margin-top: 0;
    color: #19274d;
    font-size: 24px;
    line-height: 1.6em
}

.sec-title.style-five .title {
    color: #19274d
}

.sec-title.style-five h1 {
    font-size: 60px;
    padding-bottom: 12px;
    font-family: Poppins
}

.sec-title.style-five .text {
    margin-top: 0;
    color: #19274d;
    font-size: 18px;
    line-height: 1.7em
}

.sec-title.style-five .text span {
    font-weight: 600
}

.sec-title.style-six.light .title {
    color: #fff
}

.sec-title.style-six h1 {
    font-size: 60px;
    font-weight: 600;
    padding-bottom: 12px;
    font-family: Poppins, sans-serif
}

.sec-title.style-six .text {
    color: #19274d;
    line-height: 1.9em
}

.sec-title.style-six .text span {
    font-weight: 600
}

.list-style-one {
    position: relative;
    z-index: 1
}

.list-style-one li {
    position: relative;
    color: #19274d;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 70px;
    line-height: 1.5em;
    padding-top: 10px;
    min-height: 50px
}

.list-style-one li span {
    position: relative;
    color: #19274d;
    font-weight: 700
}

.list-style-one li:before {
    position: absolute;
    content: "\f1da";
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    color: #19274d;
    line-height: 46px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid #e9ebef;
    font-family: Flaticon;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.list-style-one li:hover::before {
    background-color: #0e209e;
    border-color: #0e209e;
    color: #fff
}

.list-style-two {
    position: relative;
    z-index: 1
}

.list-style-two li {
    position: relative;
    color: #19274d;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 70px;
    line-height: 1.9em;
    padding-top: 6px
}

.list-style-two li span {
    position: relative;
    color: #19274d;
    font-size: 20px;
    display: block;
    font-weight: 700;
    margin-bottom: 12px
}

.list-style-two li:before {
    position: absolute;
    content: "\f1da";
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    color: #fb5248;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #fff0df;
    font-family: Flaticon;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.list-style-two li:hover::before {
    background-color: #fb5248;
    color: #fff
}

.list-style-three {
    position: relative;
    z-index: 1
}

.list-style-three li {
    position: relative;
    color: #19274d;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 70px;
    line-height: 1.9em;
    padding-top: 0;
    line-height: 50px;
    margin-bottom: 20px
}

.list-style-three li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    color: #19274d;
    font-size: 16px;
    display: block;
    text-align: center;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 12px;
    display: inline-block;
    background-color: #fff
}

.list-style-two li:hover::before {
    background-color: #fb5248;
    color: #fff
}

.list-style-four {
    position: relative;
    z-index: 1
}

.list-style-four li {
    position: relative;
    color: #19274d;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    padding-left: 70px;
    line-height: 1.9em;
    padding-top: 6px
}

.list-style-four li span {
    position: relative;
    color: #19274d;
    font-size: 20px;
    display: block;
    font-weight: 700;
    margin-bottom: 12px
}

.list-style-four li:before {
    position: absolute;
    content: "\f1da";
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    color: #32c788;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #effff8;
    font-family: Flaticon;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.list-style-four li:hover::before {
    background-color: #32c788;
    color: #fff
}

.list-style-five {
    position: relative;
    z-index: 1
}

.list-style-five li {
    position: relative;
    color: #19274d;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    padding-left: 30px;
    line-height: 1.6em
}

.list-style-five li:before {
    position: absolute;
    content: "\f1da";
    left: 0;
    top: 0;
    color: #32c788;
    color: #19274d;
    font-family: Flaticon;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-main-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    -ms-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -op-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.header-top {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #eef3ff
}

.header-top .app-osaas-auto-container {
    max-width: 1420px
}

.header-top .brand-column {
    position: relative
}

.header-top .brand-column .text {
    position: relative;
    color: #19274d;
    font-size: 14px;
    padding: 9px 0
}

.header-top .brand-column .text span {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 12px;
    margin-right: 10px;
    border-radius: 50px;
    text-transform: uppercase;
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.header-top .links-column {
    position: relative;
    text-align: right
}

.header-top .links-column ul {
    position: relative;
    padding: 0 10px;
    display: inline-block;
    background-color: #fff8f8;
    border-radius: 0 0 6px 6px
}

.header-top .links-column ul:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    border-radius: 0 0 6px 6px;
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.header-top .links-column ul li {
    position: relative;
    padding: 9px 25px;
    display: inline-block
}

.header-top .links-column ul li a {
    position: relative;
    color: #19274d;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.header-top .links-column ul li a:hover {
    color: #fa464a
}

.app-osaas-main-header .main-box {
    position: relative;
    padding: 0 0;
    left: 0;
    top: 0;
    width: 100%;
    background: 0 0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-main-header .main-box .outer-container {
    position: relative;
    padding: 0 40px
}

.app-osaas-main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0;
    z-index: 10;
    padding: 30px 0
}

.app-osaas-main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-main-header .header-upper .outer-container {
    padding: 0 15px;
    max-width: 1480px;
    margin: 0 auto
}

.app-osaas-main-header .header-upper {
    position: relative;
    z-index: 1;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease
}

.app-osaas-main-header .header-upper .outer-box {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    padding: 40px 0 20px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-main-header .header-upper .outer-box .nav-toggler {
    position: relative;
    font-size: 28px;
    color: #ff9600;
    cursor: pointer;
    display: inline-block
}

.app-osaas-main-header .header-upper .outer-box .login-nav {
    position: relative;
    margin-left: 30px;
    display: inline-block
}

.app-osaas-main-header .header-upper .outer-box .login-nav li {
    position: relative;
    margin-left: 18px;
    display: inline-block
}

.app-osaas-main-header .header-upper .outer-box .login-nav li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 0;
    display: inline-block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-main-header .header-upper .outer-box .login-nav li a:hover {
    color: #ff5f63
}

.app-osaas-main-header .header-upper .outer-box .login-nav li:last-child a {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 36px;
    border-radius: 5px;
    display: inline-block;
    background-color: #19274d
}

.app-osaas-main-header .header-upper .outer-box .login-nav li:last-child a:hover {
    background-color: #ff5f63;
    color: #fff
}

.app-osaas-main-header .header-upper .outer-box .button-box {
    position: relative;
    margin-left: 40px;
    display: inline-block
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    background: #222;
    z-index: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.sticky-header .logo {
    padding: 8px 0 8px
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -op-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.sticky-header .app-osaas-main-menu .navigation>li>a {
    padding: 23px 0 !important;
    color: #fff !important
}

.sticky-header .app-osaas-main-menu .navigation>li>a:after {
    display: none
}

.app-osaas-main-header .nav-outer {
    position: relative;
    float: right;
    width: 100%;
    margin-top: -105px;
    text-align: center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-main-header .header-upper .logo-box {
    position: relative;
    z-index: 12;
    float: left;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-main-header .header-upper .logo-box .logo {
    position: relative;
    padding: 40px 0 20px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-main-header .header-lower {
    position: relative;
    background-color: rgba(0, 0, 0, .55)
}

.app-osaas-main-menu {
    position: static;
    float: left;
    width: 100%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-main-menu .navbar-collapse {
    padding: 0;
    display: block
}

.app-osaas-main-menu .navigation {
    position: static;
    margin: 0;
    width: 100%
}

.app-osaas-main-menu .navigation>li {
    position: relative;
    float: none;
    display: inline-block;
    margin: 0 18px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-main-menu .navigation>li:last-child {
    margin-right: 0
}

.app-osaas-main-header .header-upper .upper-right {
    position: relative;
    padding-top: 36px
}

.app-osaas-main-header .header-upper .info-box {
    position: relative;
    color: #333;
    font-weight: 600;
    padding-left: 42px;
    margin-right: 40px;
    float: left
}

.app-osaas-main-header .header-upper .info-box:last-child {
    margin-right: 0
}

.app-osaas-main-header .header-upper .info-box .icon-box {
    position: absolute;
    left: 0;
    top: 4px;
    color: #13a2b1;
    font-size: 28px;
    line-height: 1em
}

.app-osaas-main-header .header-upper .info-box li {
    position: relative;
    color: #555;
    font-size: 13px;
    font-weight: 400
}

.app-osaas-main-header .header-upper .info-box li strong {
    position: relative;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
    display: block
}

.app-osaas-main-header .header-upper .info-box li a {
    position: relative;
    color: #555;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.app-osaas-main-header .header-upper .info-box li a:hover {
    color: #13a2b1
}

.app-osaas-main-header .header-upper .info-box .btn-box {
    position: relative;
    margin-top: -4px
}

.app-osaas-main-header .header-upper .social-box {
    position: relative;
    float: right;
    padding: 21px 0
}

.app-osaas-main-menu .navigation>li>a {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0;
    opacity: 1;
    font-weight: 700;
    padding: 50px 0 20px;
    font-size: 16px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    font-family: Roboto, sans-serif
}

.app-osaas-main-menu .navigation>li.current>a,
.app-osaas-main-menu .navigation>li:hover>a {
    color: #ff5f63
}

.app-osaas-main-header.light-version .app-osaas-main-menu .navigation>li.current>a,
.app-osaas-main-header.light-version .app-osaas-main-menu .navigation>li:hover>a,
.app-osaas-main-menu .navigation>li.current>a,
.app-osaas-main-menu .navigation>li:hover>a {
    opacity: 1
}

.app-osaas-main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 210px;
    z-index: 100;
    display: none;
    opacity: 0;
    text-align: left;
    visibility: hidden;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    padding: 0 0;
    background-color: #1e1e1e;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.app-osaas-main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.app-osaas-main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.app-osaas-main-menu .navigation>li>ul>li:last-child {
    border-bottom: none
}

.app-osaas-main-menu .navigation>li>ul>li>a {
    position: relative;
    padding: 10px 18px;
    display: block;
    line-height: 20px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-main-menu .navigation>li>ul>li:hover>a {
    color: #fff;
    padding-left: 30px;
    background: #3246d3
}

.app-osaas-main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 10px;
    width: 10px;
    height: 20px;
    display: block;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5;
    opacity: .4;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #fff;
    opacity: 1
}

.app-osaas-main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 100%;
    width: 210px;
    z-index: 100;
    display: none;
    text-align: left;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    padding: 0 0;
    background-color: #1e1e1e;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.app-osaas-main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0
}

.app-osaas-main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.app-osaas-main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.app-osaas-main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    padding: 10px 18px;
    display: block;
    line-height: 20px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #fff;
    padding-left: 30px;
    background: #3246d3
}

.app-osaas-main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
    height: 20px;
    display: block;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5;
    opacity: .5;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
    color: #fff;
    opacity: 1
}

.app-osaas-main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    border-top: 0 !important;
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.app-osaas-main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.app-osaas-main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    border: 1px solid #fff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none
}

.app-osaas-main-header .header-upper .outer-box .social-icon-one {
    position: relative;
    float: left
}

.app-osaas-main-header.fixed-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    border-bottom: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    background-color: #000
}

.app-osaas-main-header .header-upper .outer-box .login-box {
    position: relative;
    width: 52px;
    height: 52px;
    float: left;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .5)
}

.app-osaas-main-header .header-upper .outer-box .app-osaas-sidebar-btn {
    position: relative;
    width: 52px;
    height: 52px;
    float: left;
    color: #fff;
    font-size: 18px;
    margin-left: 14px;
    cursor: pointer;
    line-height: 52px;
    text-align: center;
    border-radius: 50px;
    background-color: #05db56
}

.app-osaas-main-menu .navigation>li>ul>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 100%;
    width: 210px;
    z-index: 100;
    display: none;
    opacity: 0;
    text-align: left;
    visibility: hidden;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    padding: 0 0;
    background-color: #1e1e1e;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.app-osaas-main-menu .navigation>li>ul>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.app-osaas-main-menu .navigation>li>ul>li>ul>li>ul>li>a {
    position: relative;
    padding: 10px 18px;
    display: block;
    line-height: 20px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-main-menu .navigation>li>ul>li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    border-top: 0 !important;
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.app-osaas-main-menu .navigation>li>ul>li>ul>li>ul>li>a:hover {
    background-color: #3246d3;
    color: #fff
}

.app-osaas-main-header .header-upper .outer-box .menu-toggler {
    position: relative;
    float: right;
    cursor: pointer;
    color: #fff;
    font-size: 28px;
    margin-left: 30px;
    padding-left: 30px
}

.app-osaas-main-header .header-upper .outer-box .menu-toggler:before {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    width: 1px;
    height: 20px;
    border-left: 1px solid rgba(255, 255, 255, .3)
}

.app-osaas-main-header.fixed-header .nav-outer {
    margin-top: -70px
}

.app-osaas-main-header.fixed-header .app-osaas-main-menu .navigation>li>a {
    padding: 20px 0 20px
}

.app-osaas-main-header.fixed-header .header-upper .logo-box .logo {
    padding: 8px 0 8px
}

.app-osaas-main-header.fixed-header .header-upper .outer-box {
    padding: 9px 0 9px
}

.appilo-language-elements .language {
    position: relative;
    float: left;
    line-height: 1em
}

.appilo-language-elements .language .flag-icon {
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    border: 3px solid #fff
}

.appilo-language-elements .language .dropdown-menu {
    left: 0 !important;
    width: 170px;
    border-radius: 0;
    background-color: #1e1e1e;
    border: none;
    padding: 0;
    margin-top: 60px;
    border-top: 3px solid #3246d3;
    transform: translate3d(0, 0, 0) !important
}

.appilo-language-elements .language>a {
    display: inline-block;
    border: 0;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 1em;
    border-radius: 0;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase
}

.appilo-language-elements .language>a:focus {
    box-shadow: inherit
}

.appilo-language-elements .language>a:after {
    display: none
}

.appilo-language-elements .language a:hover {
    background: 0 0
}

.appilo-language-elements .language .dropdown-menu>li {
    padding-right: 0 !important;
    margin: 0 !important;
    float: none;
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.appilo-language-elements .language .dropdown-menu>li:last-child {
    border-bottom: none
}

.appilo-language-elements .language .dropdown-menu>li>a {
    padding: 12px 16px !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 1em;
    border-radius: 0;
    color: rgba(255, 255, 255, .9);
    text-transform: uppercase;
    display: block;
    text-align: left;
    letter-spacing: 1px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.appilo-language-elements .language .dropdown-menu>li>a>.flag {
    margin-right: 6px
}

.appilo-language-elements .language .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #3246d3
}

.app-osaas-main-header .header-lower .outer-box {
    position: absolute;
    right: 0;
    top: 0
}

.app-osaas-main-header .header-lower .social-box {
    position: relative;
    float: left;
    padding: 14px 0;
    margin-right: 28px
}

.app-osaas-main-header .header-lower .social-box a {
    position: relative;
    color: #555;
    font-size: 18px;
    margin-left: 18px;
    display: inline-block;
    transition: all .1s ease;
    -moz-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease
}

.app-osaas-main-header .header-lower .social-box a:hover {
    color: #13a2b1
}

.appilo-search-elements .app-osaas-search-box-outer {
    position: relative
}

.appilo-search-elements .search-box-btn {
    position: relative;
    font-size: 18px;
    color: #333536;
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.appilo-search-elements .search-box-btn:after {
    display: none
}

.app-osaas-banner-section {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    background-color: #19274d
}

.app-osaas-banner-section .mouse-btn-down {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 20px;
    width: 30px;
    height: 68px;
    cursor: pointer;
    display: block;
    z-index: 20;
    cursor: pointer
}

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(.5, .5, .5);
    animation: move 3s ease-out infinite
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite
}

.chevron:after,
.chevron:before {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg)
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg)
}

@keyframes move {
    25% {
        opacity: 1
    }

    33% {
        opacity: 1;
        transform: translateY(30px)
    }

    67% {
        opacity: 1;
        transform: translateY(40px)
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(.5, .5, .5)
    }
}

@keyframes pulse {
    to {
        opacity: 1
    }
}

.app-osaas-banner-section .image-layer {
    position: absolute;
    right: -300px;
    top: 0;
    width: 867px;
    min-height: 100vh;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: right top;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.app-osaas-banner-section .image-layer.now-in-view {
    right: 0;
    opacity: 1
}

.app-osaas-banner-section .content-column {
    position: relative
}

.app-osaas-banner-section .content-column .icon-layer {
    position: absolute;
    content: '';
    right: 0;
    bottom: 185px;
    width: 480px;
    height: 70px;
    background-repeat: no-repeat
}

.app-osaas-banner-section .content-column .inner-column {
    position: relative;
    padding-top: 250px
}

.app-osaas-banner-section .content-column .title {
    position: relative;
    color: #a5aec5;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 20px;
    font-weight: 500
}

.app-osaas-banner-section .content-column h1 {
    position: relative;
    color: #fff;
    font-weight: 300;
    line-height: 1.1em;
    margin-bottom: 35px
}

.app-osaas-banner-section .content-column h1 span {
    font-weight: 700
}

.app-osaas-banner-section .content-column .text {
    position: relative;
    color: #a5aec5;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 35px;
    font-weight: 500
}

.app-osaas-banner-section .image-column {
    position: relative
}

.app-osaas-banner-section .image-column .inner-column {
    position: relative
}

.app-osaas-banner-section .image-column .image {
    position: relative
}

.app-osaas-banner-section .image-column .image img {
    position: relative;
    max-width: inherit;
    width: auto;
    opacity: 0;
    margin-left: 250px;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.app-osaas-banner-section .image-column .image.now-in-view img {
    margin-left: 0;
    opacity: 1;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.subscribe-form {
    position: relative;
    width: 100%;
    margin-bottom: 0
}

.subscribe-form .form-group {
    position: relative;
    display: block;
    z-index: 1;
    margin-bottom: 0
}

.subscribe-form .form-group input[type=email],
.subscribe-form .form-group input[type=tel],
.subscribe-form .form-group input[type=text],
.subscribe-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 66px;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    font-weight: 400;
    border-radius: 5px;
    background: 0 0;
    padding: 10px 20px 10px 40px;
    border: 3px solid rgba(255, 255, 255, .1);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.subscribe-form .form-group input[type=email]:focus {
    border-color: #3246d3
}

.subscribe-form .form-group input::-webkit-input-placeholder,
.subscribe-form .form-group textarea::-webkit-input-placeholder {
    color: #a5aec5
}

.subscribe-form .form-group .osaas-theme-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.app-osaas-main-header .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    display: none
}

.app-osaas-mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999
}

.app-osaas-mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left
}

.app-osaas-mobile-menu .nav-logo img {
    max-width: 200px
}

.app-osaas-mobile-menu-visible {
    overflow: hidden
}

.app-osaas-mobile-menu-visible .app-osaas-mobile-menu {
    opacity: 1;
    visibility: visible
}

.app-osaas-mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .9);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

.app-osaas-mobile-menu-visible .app-osaas-mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.app-osaas-mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 0 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

.app-osaas-mobile-menu-visible .app-osaas-mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s ease .5s;
    -moz-transition: all .7s ease .5s;
    -ms-transition: all .7s ease .5s;
    -o-transition: all .7s ease .5s;
    transition: all .7s ease .5s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.app-osaas-mobile-menu .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 24px;
    color: #000;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.app-osaas-mobile-menu-visible .app-osaas-mobile-menu .close-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.app-osaas-mobile-menu .close-btn:hover {
    opacity: .5
}

.app-osaas-mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.app-osaas-mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.app-osaas-mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none
}

.app-osaas-mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.app-osaas-mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 14px 20px;
    font-size: 15px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.app-osaas-mobile-menu .navigation li.current>a,
.app-osaas-mobile-menu .navigation li:hover>a {
    color: #3246d3
}

.app-osaas-mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 52px;
    color: #404040;
    cursor: pointer;
    z-index: 5
}

.app-osaas-mobile-menu .navigation li.dropdown .dropdown-btn span {
    position: absolute;
    right: 0;
    top: 3px;
    height: 44px;
    width: 50px;
    line-height: 44px
}

.app-osaas-mobile-menu .navigation li.dropdown .dropdown-btn span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.app-osaas-mobile-menu .navigation li>ul,
.app-osaas-mobile-menu .navigation li>ul>li>ul {
    display: none
}

.app-osaas-mobile-menu.yellow-theme .navigation li.current>a,
.app-osaas-mobile-menu.yellow-theme .navigation li:hover>a {
    color: #feec42
}

.sticky-header .navbar-header {
    display: none
}

.sticky-header .mobile-nav-toggler {
    display: none
}

.app-osaas-main-menu .navigation>li.has-mega-menu {
    position: static
}

.app-osaas-main-menu .navigation>li>.mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1170px;
    background-color: #1e1e1e;
    padding: 45px 40px 30px 45px;
    top: 100%;
    z-index: 100;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.app-osaas-main-menu .navigation>li:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1)
}

.app-osaas-main-menu .navigation>li>.mega-menu .mega-menu-bar {
    position: relative;
    text-align: left
}

.app-osaas-main-menu .navigation>li .mega-menu-bar h4 {
    position: relative;
    color: rgba(255, 255, 255, .5);
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.app-osaas-main-menu .navigation>li .mega-menu-bar>ul {
    position: relative
}

.app-osaas-main-menu .navigation>li .mega-menu-bar .column>ul>li {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    text-transform: capitalize;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-main-menu .navigation>li .mega-menu-bar .column {
    position: relative;
    margin-bottom: 10px
}

.app-osaas-main-menu .navigation>li .mega-menu-bar .column>ul>li:last-child {
    border: none
}

.app-osaas-main-menu .navigation>li .mega-menu-bar .column>ul>li>a {
    position: relative;
    display: block;
    padding: 0 0;
    line-height: 20px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover {
    color: #fff
}

.header-style-one.fixed-header .header-lower {
    position: fixed;
    top: 0;
    background-color: #222
}

.header-style-one.fixed-header .header-lower .nav-outer:before {
    display: none
}

.header-style-two {
    position: relative
}

.header-style-two .header-upper {
    background-color: #fff;
    box-shadow: 0 10px 8px rgba(255, 233, 233, .2)
}

.header-style-two .header-upper .logo-box .logo {
    padding: 27px 0 28px
}

.header-style-two .app-osaas-main-menu .navigation>li>a {
    padding: 37px 0 38px;
    color: #19274d
}

.header-style-two .app-osaas-main-menu .navigation>li>ul>li:hover>a,
.header-style-two .app-osaas-main-menu .navigation>li>ul>li>ul>li:hover>a {
    background-color: #fa464a
}

.header-style-two .header-upper .outer-box {
    padding: 21px 0 20px
}

.header-style-two .header-upper .language .flag-icon {
    box-shadow: 0 10px 15px rgba(250, 70, 74, .15)
}

.header-style-two.fixed-header .header-upper .outer-box {
    padding: 7px 0 0
}

.header-style-two .header-upper .language .dropdown-menu {
    border-color: #fa464a;
    margin-top: 84px
}

.header-style-two .header-upper .language .dropdown-menu>li>a:hover {
    background-color: #fa464a
}

.header-style-two.fixed-header {
    position: relative;
    background-color: #fff
}

.header-style-two.fixed-header .header-upper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0
}

.header-style-three {
    position: relative;
    border-bottom: 1px solid #efefef
}

.header-style-three .nav-outer {
    margin-top: -130px;
    padding-right: 220px
}

.header-style-three .header-upper .logo-box .logo {
    padding: 38px 0 37px
}

.header-style-three .app-osaas-main-menu .navigation>li.dropdown:after {
    position: absolute;
    content: "\f067";
    right: 0;
    top: 54px;
    opacity: 1;
    color: #32c788;
    font-size: 12px;
    font-weight: 400;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    font-family: FontAwesome
}

.header-style-three .app-osaas-main-menu .navigation>li.dropdown>a {
    padding-right: 18px !important
}

.header-style-three .app-osaas-main-menu .navigation>li.current::after,
.header-style-three .app-osaas-main-menu .navigation>li:hover::after {
    opacity: 1
}

.header-style-three .app-osaas-main-menu .navigation>li>a {
    padding: 50px 0 50px;
    color: #19274d
}

.header-style-three .app-osaas-main-menu .navigation>li>ul>li:hover>a,
.header-style-three .app-osaas-main-menu .navigation>li>ul>li>ul>li:hover>a {
    background-color: #32c788
}

.header-style-three .header-upper .outer-box {
    padding: 38px 0 32px
}

.header-style-three .header-upper .language .flag-icon {
    box-shadow: 0 10px 15px rgba(250, 70, 74, .15)
}

.header-style-three .header-upper .language .dropdown-menu {
    border-color: #32c788;
    margin-top: 84px
}

.header-style-three .header-upper .language .dropdown-menu>li>a:hover {
    background-color: #32c788
}

.header-style-three.fixed-header {
    position: relative;
    background-color: #fff
}

.header-style-three.fixed-header .header-upper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #fff
}

.header-style-three.fixed-header .app-osaas-main-menu .navigation>li.dropdown:after {
    top: 24px
}

.header-style-four .app-osaas-main-menu .navigation>li>a {
    color: #19274d
}

.header-style-four .header-upper .logo-box {
    position: relative;
    left: 50%;
    margin-left: -80px
}

.header-style-four .header-upper .nav-outer {
    padding-right: 180px
}

.header-style-four .header-upper .language .dropdown-menu {
    right: 0 !important;
    left: auto !important
}

.header-style-four .app-osaas-main-menu .navigation {
    position: relative
}

.header-style-four .app-osaas-main-menu .navigation.left-nav {
    float: left;
    text-align: left
}

.header-style-four .app-osaas-main-menu .navigation.right-nav {
    float: right;
    text-align: right
}

.header-style-four.fixed-header {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.header-style-five .header-upper .logo-box .logo {
    padding: 27px 0 28px
}

.header-style-five .app-osaas-main-menu .navigation>li>a {
    padding: 37px 0 38px;
    color: #19274d
}

.header-style-five .header-upper .outer-box {
    padding: 21px 0 20px
}

.header-style-five .header-upper .language .flag-icon {
    box-shadow: 0 10px 15px rgba(19, 116, 246, .15)
}

.header-style-five.fixed-header {
    position: relative;
    background-color: #fff
}

.header-style-five.fixed-header .header-upper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .03)
}

.header-style-five.fixed-header .header-upper .outer-box {
    padding: 4px 0 0
}

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    height: 50px;
    padding: 10px 20px 10px 20px;
    line-height: 28px;
    color: #777;
    border: none;
    border-radius: 0;
    background: 0 0;
    border: 1px solid #e0e0e0
}

.form-group .ui-button .ui-icon {
    background: 0 0;
    position: relative;
    top: 2px;
    text-indent: 0;
    color: #333
}

.form-group .ui-button .ui-icon:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    position: absolute;
    right: 0;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #000;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5;
    font-weight: 800
}

.ui-menu .ui-menu-item {
    font-size: 14px
}

.ui-menu .ui-menu-item:last-child {
    border: none
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #08d;
    border-color: #08d
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px
}

.ui-menu-item:hover {
    background-color: #08d
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, .9);
    -webkit-transition: all .5s cubic-bezier(.86, 0, .070, 1);
    -moz-transition: all .5s cubic-bezier(.86, 0, .070, 1);
    -o-transition: all .5s cubic-bezier(.86, 0, .070, 1);
    transition: all 1.5s cubic-bezier(.86, 0, .070, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    -moz-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    -o-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    transition-timing-function: cubic-bezier(.86, 0, .070, 1)
}

.sidenav-bar-visible .search-popup {
    width: 80%
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    background-image: url(../img/combine/waves-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0;
    content: ""
}

.search-active .search-popup {
    transform: translateY(0);
    margin-top: 0
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #3246d3;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    border-bottom: 3px solid #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #fff
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.search-popup .form-group {
    position: relative;
    margin: 0;
    overflow: hidden
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: 500;
    text-transform: capitalize
}

.search-popup .form-group button,
.search-popup .form-group input[type=submit] {
    position: absolute;
    right: 30px;
    top: 0;
    height: 70px;
    line-height: 70px;
    background: 0 0;
    text-align: center;
    font-size: 24px;
    color: #000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.search-popup .form-group button:hover,
.search-popup .form-group input[type=submit]:hover {
    color: #000
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #fff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0;
    border: none;
    background: 0 0 !important;
    box-shadow: none !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #fff
}

.app-osaas-featured-section {
    position: relative;
    overflow: hidden
}

.app-osaas-featured-section .owl-dots,
.app-osaas-featured-section .owl-nav {
    display: none
}

.app-osaas-featured-section .outer-container {
    position: relative;
    padding: 0 10px;
    padding-bottom: 110px
}

.app-osaas-featured-section .outer-container .circle-one {
    position: absolute;
    top: -30px;
    left: 28%;
    width: 52px;
    height: 52px;
    border-radius: 50px;
    display: inline-block;
    background-color: #ff5f63
}

.app-osaas-featured-section .outer-container .circle-two {
    position: absolute;
    left: 42%;
    bottom: 270px;
    width: 52px;
    height: 52px;
    border-radius: 50px;
    display: inline-block;
    background-color: #3246d3
}

.app-osaas-featured-section .button-box {
    position: relative;
    margin-top: 90px
}

.app-osaas-featured-section .button-box .osaas-theme-btn {
    margin: 0 14px
}

.app-osaas-feature-block {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-feature-block .inner-box {
    position: relative;
    padding: 50px 30px;
    border-radius: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.app-osaas-feature-block .inner-box .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    color: #f59e22;
    line-height: 60px;
    text-align: center;
    font-size: 26px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0 10px 10px rgba(50, 70, 211, .05)
}

.app-osaas-feature-block .inner-box:hover .icon-box {
    background-color: #f59e22;
    color: #fff
}

.app-osaas-feature-block .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: -30px;
    top: -30px;
    width: 121px;
    height: 126px;
    opacity: 0;
    background: url(../img/combine/feature-icon.png);
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.app-osaas-feature-block .inner-box:hover .icon-box:before {
    opacity: 1
}

.app-osaas-feature-block .inner-box h2 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
    margin-top: 32px
}

.app-osaas-feature-block .inner-box h2 a {
    position: relative;
    color: #19274d
}

.app-osaas-feature-block .inner-box h2 span {
    position: relative;
    font-weight: 400;
    display: block
}

.app-osaas-feature-block .inner-box .text {
    position: relative;
    color: #19274d;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 18px
}

.app-osaas-feature-block .inner-box:hover {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(50, 70, 211, .07)
}

.app-osaas-feature-block.color-two .inner-box .icon-box {
    color: #3246d3
}

.app-osaas-feature-block.color-two .inner-box:hover .icon-box {
    background-color: #3246d3;
    color: #fff
}

.app-osaas-feature-block.color-three .inner-box .icon-box {
    color: #ff5f63
}

.app-osaas-feature-block.color-three .inner-box:hover .icon-box {
    background-color: #ff5f63;
    color: #fff
}

.app-osaas-feature-block.color-four .inner-box .icon-box {
    color: #1fae96
}

.app-osaas-feature-block.color-four .inner-box:hover .icon-box {
    background-color: #1fae96;
    color: #fff
}

.app-osaas-feature-block.color-five .inner-box .icon-box {
    color: #6f60ff
}

.app-osaas-feature-block.color-five .inner-box:hover .icon-box {
    background-color: #6f60ff;
    color: #fff
}

.app-osaas-feature-block.color-six .inner-box .icon-box {
    color: #00d0ff
}

.app-osaas-feature-block.color-six .inner-box:hover .icon-box {
    background-color: #00d0ff;
    color: #fff
}

.app-osaas-clients-section {
    position: relative;
    padding: 0 0 80px;
    border-bottom: 1px solid #f2f1ff
}

.app-osaas-clients-section .app-osaas-auto-container {
    max-width: 1600px
}

.app-osaas-clients-section .app-osaas-sponsors-outer .owl-dots,
.app-osaas-clients-section .app-osaas-sponsors-outer .owl-nav {
    position: relative;
    display: none
}

.app-osaas-clients-section .app-osaas-sponsors-outer .image-box {
    position: relative;
    text-align: center;
    margin: 0
}

.app-osaas-clients-section .app-osaas-sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    opacity: .5;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-clients-section .app-osaas-sponsors-outer .image-box img:hover {
    opacity: 1
}

.app-osaas-clients-section.style-two {
    border-bottom: 0
}

.app-osaas-clients-section-two {
    position: relative;
    padding: 60px 0 100px
}

.app-osaas-clients-section-two .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat
}

.app-osaas-clients-section-two .outer-container {
    padding: 0 70px
}

.app-osaas-clients-section-two .app-osaas-sponsors-outer .owl-dots,
.app-osaas-clients-section-two .app-osaas-sponsors-outer .owl-nav {
    position: relative;
    display: none
}

.app-osaas-clients-section-two .app-osaas-sponsors-outer .image-box {
    position: relative;
    text-align: center;
    margin: 0
}

.app-osaas-clients-section-two .app-osaas-sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    opacity: .3;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-clients-section-two .app-osaas-sponsors-outer .image-box img:hover {
    opacity: 1
}

.app-osaas-framework-section {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 110px 0 0
}

.app-osaas-framework-section .sec-title {
    text-align: left
}

.app-osaas-framework-section .platform-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.app-osaas-framework-section .circle-one {
    position: absolute;
    left: -80px;
    bottom: -400px;
    width: 1200px;
    height: 800px;
    border-radius: 600px;
    background-color: #19274d
}

.app-osaas-framework-section .circle-two {
    position: absolute;
    right: -80px;
    bottom: -300px;
    width: 800px;
    height: 600px;
    border-radius: 600px;
    background-color: #3246d3
}

.app-osaas-framework-section .sec-title .osaas-theme-btn {
    margin-top: 40px
}

.app-osaas-framework-section .image-outer {
    position: relative;
    top: 1px;
    text-align: center;
    display: inline-block
}

.app-osaas-framework-section .platform-icons .java {
    position: absolute;
    left: -20%;
    top: 45%;
    font-size: 18px;
    color: #19274d;
    padding: 16px 28px;
    border-radius: 4px;
    font-weight: 700;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.app-osaas-framework-section .platform-icons .java .icon {
    position: relative;
    color: #3246d3;
    margin-right: 5px;
    font-weight: 400
}

.app-osaas-framework-section .platform-icons .wordpress {
    position: absolute;
    left: -5%;
    top: 3%;
    font-size: 18px;
    color: #19274d;
    padding: 16px 28px;
    border-radius: 4px;
    font-weight: 700;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.app-osaas-framework-section .platform-icons .wordpress .icon {
    position: relative;
    color: #3246d3;
    margin-right: 5px;
    font-weight: 400
}

.app-osaas-framework-section .platform-icons .ios {
    position: absolute;
    left: -5%;
    bottom: 3%;
    font-size: 18px;
    color: #19274d;
    padding: 16px 28px;
    border-radius: 4px;
    font-weight: 700;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.app-osaas-framework-section .platform-icons .ios .icon {
    position: relative;
    color: #3246d3;
    margin-right: 5px;
    font-weight: 400
}

.app-osaas-framework-section .platform-icons .python {
    position: absolute;
    right: 15%;
    top: -5%;
    font-size: 18px;
    color: #19274d;
    padding: 16px 28px;
    border-radius: 4px;
    font-weight: 700;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.app-osaas-framework-section .platform-icons .python .icon {
    position: relative;
    color: #3246d3;
    margin-right: 5px;
    font-weight: 400
}

.app-osaas-framework-section .platform-icons .window {
    position: absolute;
    right: -20%;
    top: 50%;
    font-size: 18px;
    color: #19274d;
    padding: 16px 28px;
    border-radius: 4px;
    font-weight: 700;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.app-osaas-framework-section .platform-icons .window .icon {
    position: relative;
    color: #3246d3;
    margin-right: 5px;
    font-weight: 400
}

.app-osaas-platform-app-osaas-intro-section {
    position: relative
}

.app-osaas-platform-app-osaas-intro-section .buttons-column {
    position: relative
}

.app-osaas-platform-app-osaas-intro-section .buttons-column .inner-column {
    position: relative;
    padding-right: 50px;
    padding-top: 115px
}

.app-osaas-platform-app-osaas-intro-section .content-column {
    position: relative
}

.app-osaas-platform-app-osaas-intro-section .content-column .inner-column {
    position: relative;
    margin-left: -25px
}

.app-osaas-platform-app-osaas-intro-section .platform-tabs {
    position: relative
}

.app-osaas-platform-app-osaas-intro-section .platform-tabs .tab-btns {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-platform-app-osaas-intro-section .platform-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    font-size: 16px;
    color: #3246d3;
    font-weight: 700;
    cursor: pointer;
    border-radius: 4px;
    line-height: 1.6em;
    margin-bottom: 30px;
    padding: 30px 0 30px 100px;
    transition: all .5s ease;
    text-transform: capitalize;
    border: 2px solid #f6f7f9
}

.app-osaas-platform-app-osaas-intro-section .platform-tabs .tab-btns .tab-btn:before {
    position: absolute;
    content: '';
    left: 40px;
    top: 25px;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    display: inline-block;
    border: 5px solid #3246d3
}

.app-osaas-platform-app-osaas-intro-section .platform-tabs .tab-btns .tab-btn:hover {
    border-color: #3246d3
}

.app-osaas-platform-app-osaas-intro-section .platform-tabs .tab-btns .tab-btn:nth-child(2) {
    color: #ff5f63
}

.app-osaas-platform-app-osaas-intro-section .platform-tabs .tab-btns .tab-btn:nth-child(2):hover {
    border-color: #ff5f63
}

.app-osaas-platform-app-osaas-intro-section .platform-tabs .tab-btns .tab-btn:nth-child(2)::before {
    border-color: #ff5f63
}

.app-osaas-platform-app-osaas-intro-section .platform-tabs .tab-btns .tab-btn:nth-child(3) {
    color: #f59e22
}

.app-osaas-platform-app-osaas-intro-section .platform-tabs .tab-btns .tab-btn:nth-child(3):hover {
    border-color: #f59e22
}

.app-osaas-platform-app-osaas-intro-section .platform-tabs .tab-btns .tab-btn:nth-child(3)::before {
    border-color: #f59e22
}

.app-osaas-platform-app-osaas-intro-section .platform-tabs .tab-btns .tab-btn:nth-child(4) {
    color: #1fae96
}

.app-osaas-platform-app-osaas-intro-section .platform-tabs .tab-btns .tab-btn:nth-child(4):hover {
    border-color: #1fae96
}

.app-osaas-platform-app-osaas-intro-section .platform-tabs .tab-btns .tab-btn:nth-child(4)::before {
    border-color: #1fae96
}

.app-osaas-platform-app-osaas-intro-section .platform-tabs .tab-btns .tab-btn:last-child {
    margin-bottom: 0
}

.app-osaas-platform-app-osaas-intro-section .platform-tabs .tabs-content {
    position: relative
}

.app-osaas-platform-app-osaas-intro-section .platform-tabs .tabs-content .tab {
    position: relative;
    display: none;
    margin-bottom: 40px
}

.app-osaas-platform-app-osaas-intro-section .platform-tabs .tabs-content .tab.active-tab {
    display: block
}

.platform-tab-content {
    position: relative
}

.platform-tab-content .inner-content {
    position: relative;
    padding: 90px 70px;
    border-radius: 15px;
    background-color: #f9f8ff
}

.platform-tab-content .inner-content .big-icon img {
    width: 306px;
    height: 306px
}

.platform-tab-content .inner-content .big-icon {
    position: absolute;
    right: 35px;
    top: 35px;
    opacity: .05
}

.platform-tab-content .inner-content .icon-outer {
    position: relative;
    margin-bottom: 40px;
    display: inline-block
}

.platform-tab-content .inner-content .icon-outer .circles-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;
    z-index: 1
}

.platform-tab-content .inner-content .icon-outer .circles-layer:before {
    position: absolute;
    content: '';
    left: 3px;
    top: 15px;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background-color: #3246d3;
    box-shadow: 0 10px 15px rgba(50, 70, 211, .15)
}

.platform-tab-content .inner-content .icon-outer .circles-layer:after {
    position: absolute;
    content: '';
    right: 6px;
    bottom: 15px;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background-color: #ff5f63;
    box-shadow: 0 10px 15px rgba(255, 95, 99, .15)
}

.platform-tab-content .inner-content .icon-outer .icon-box {
    position: relative;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff
}

.platform-tab-content .inner-content .sec-title {
    margin-bottom: 10px
}

.platform-tab-content .inner-content .icon-outer .icon-box .icon {
    position: relative
}

.platform-tab-content .inner-content .text {
    position: relative;
    color: #19274d;
    font-size: 18px;
    line-height: 1.7em
}

.platform-tab-content .inner-content .text span {
    position: relative;
    font-weight: 700
}

.app-osaas-price-section {
    position: relative;
    padding: 110px 0 110px;
    background-color: #f9f8ff
}

.app-osaas-price-section .trial-column {
    position: relative;
    float: left;
    padding: 0
}

.app-osaas-price-section .trial-column .inner-column {
    position: relative;
    padding: 50px 45px;
    margin-top: 100px;
    background-size: cover
}

.app-osaas-price-section .trial-column .inner-column:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(50, 70, 211, .9)
}

.app-osaas-price-section .trial-column .inner-column .icon {
    position: relative;
    color: #fff;
    font-size: 60px;
    line-height: 1em
}

.app-osaas-price-section .trial-column .inner-column h2 {
    position: relative;
    color: #fff;
    font-weight: 700;
    margin-top: 20px
}

.app-osaas-price-section .trial-column .inner-column h2 span {
    position: relative;
    font-weight: 400
}

.app-osaas-price-section .trial-column .inner-column .title {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-top: 2px
}

.app-osaas-price-section .trial-column .inner-column .text {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-top: 22px;
    line-height: 1.8em
}

.app-osaas-price-section .trial-column .inner-column .app-options {
    position: relative;
    margin-top: 28px
}

.app-osaas-price-section .trial-column .inner-column .app-options li {
    position: relative;
    margin-right: 20px;
    display: inline-block
}

.app-osaas-price-section .trial-column .inner-column .app-options li a {
    position: relative;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    background-color: #0e209e;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-price-section .trial-column .inner-column .app-options li a:hover {
    background-color: #fff;
    color: #3246d3
}

.app-osaas-price-section .price-column {
    position: relative;
    float: left;
    padding: 0
}

.app-osaas-price-section .price-column .inner-column {
    position: relative;
    padding: 60px 90px;
    background-color: #fff
}

.app-osaas-price-section .price-column .inner-column .upper-box {
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dee2ff
}

.app-osaas-price-section .price-column .inner-column .upper-box .title-box {
    position: relative
}

.app-osaas-price-section .price-column .inner-column .upper-box .title-box .title-inner {
    position: relative;
    padding-top: 8px;
    padding-left: 125px
}

.app-osaas-price-section .price-column .inner-column .upper-box .title-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #3246d3;
    line-height: 1em;
    font-size: 78px
}

.app-osaas-price-section .price-column .inner-column .upper-box .title-box .title-inner h2 {
    position: relative;
    font-weight: 700;
    color: #19274d;
    line-height: 1.1em
}

.app-osaas-price-section .price-column .inner-column .upper-box .title-box .title-inner h2 span {
    font-weight: 400
}

.app-osaas-price-section .price-column .inner-column .upper-box .title-box .title-inner .title {
    position: relative;
    color: #19274d;
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 12px
}

.app-osaas-price-section .price-column .inner-column .upper-box .price {
    position: absolute;
    right: 0;
    top: 0;
    color: #ff5f63;
    font-size: 80px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1px
}

.app-osaas-price-section .price-column .inner-column .upper-box .price sub {
    position: relative;
    color: #19274d;
    font-weight: 700;
    font-size: 16px
}

.app-osaas-price-section .price-column .inner-column .upper-box .text {
    position: relative;
    color: #19274d;
    font-size: 24px;
    line-height: 1.5em;
    margin-top: 25px
}

.app-osaas-price-section.style-two {
    background-color: #f5fbff
}

.app-osaas-price-section.style-two .trial-column .inner-column:before {
    opacity: .9;
    background-color: inherit;
    background-image: -ms-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: -moz-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: -o-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0c4094), color-stop(100, #1c74c6));
    background-image: -webkit-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: linear-gradient(to right, #0c4094 0, #1c74c6 100%)
}

.app-osaas-price-section.style-two .trial-column .inner-column .app-options li a {
    background-color: #002b5d
}

.app-osaas-price-section.style-two .price-column .inner-column .upper-box .title-box .icon {
    background: -webkit-linear-gradient(-45deg, #0c4094, #1c74c6 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-price-section.style-two .price-column .inner-column .upper-box .price {
    background: -webkit-linear-gradient(-45deg, #0c4094, #1c74c6 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-price-section.style-two .price-column .inner-column .upper-box .price sub,
.app-osaas-price-section.style-two .price-column .inner-column .upper-box .price sup {
    background: -webkit-linear-gradient(-45deg, #0c4094, #1c74c6 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-price-section.style-three {
    background-color: #fff
}

.app-osaas-price-section.style-three .price-column .inner-column {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.app-osaas-price-section.style-three .trial-column .inner-column:before {
    opacity: .9;
    background-color: inherit;
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-price-section.style-three .trial-column .inner-column .app-options li a {
    background-color: #002b5d
}

.app-osaas-price-section.style-three .trial-column .inner-column .app-options li a:hover {
    background-color: #fff;
    color: #fe6b45
}

.app-osaas-price-section.style-three .price-column .inner-column .upper-box .title-box .icon {
    background: -webkit-linear-gradient(-45deg, #fa484a, #fe7344 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-price-section.style-three .price-column .inner-column .upper-box .price {
    background: -webkit-linear-gradient(-45deg, #fa484a, #fe7344 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-price-section.style-three .price-column .inner-column .upper-box .price sub,
.app-osaas-price-section.style-three .price-column .inner-column .upper-box .price sup {
    background: -webkit-linear-gradient(-45deg, #fa484a, #fe7344 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-price-section.style-three .price-column .inner-column .list-style-one li:before {
    color: #fa4949
}

.app-osaas-price-section.style-three .price-column .inner-column .list-style-one li:hover::before {
    background-color: #fa4949;
    border-color: #fa4949;
    color: #fff
}

.app-osaas-counter-section {
    position: relative;
    padding: 100px 0 100px;
    background-color: #3246d3;
    background-position: center center;
    background-repeat: no-repeat
}

.app-osaas-counter-section .section-icon {
    position: relative;
    width: 120px;
    height: 120px;
    color: #3246d3;
    font-size: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 120px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    background-color: #fff
}

.app-osaas-counter-section .fact-counter .column:nth-child(2),
.app-osaas-counter-section .fact-counter .column:nth-child(3) {
    margin-top: 70px
}

.fact-counter {
    position: relative
}

.fact-counter .column {
    position: relative;
    margin-bottom: 30px
}

.fact-counter .column .inner {
    position: relative;
    text-align: center
}

.fact-counter .column .inner .content {
    position: relative;
    width: 180px;
    text-align: center;
    padding: 45px 10px;
    border-radius: 5px;
    display: inline-block;
    background-color: #fff
}

.fact-counter .count-outer .percentage {
    display: inline-block;
    font-weight: 700;
    color: #19274d;
    font-size: 60px;
    line-height: 1em;
    font-family: Ubuntu, sans-serif
}

.fact-counter .column .inner .count-outer {
    position: relative;
    font-weight: 700;
    color: #19274d;
    font-size: 60px;
    line-height: 1em;
    font-family: Ubuntu, sans-serif
}

.fact-counter .column .inner .count-outer i {
    position: relative;
    font-style: normal;
    color: #3246d3;
    font-size: 30px;
    font-weight: 300
}

.fact-counter .column .inner .counter-title {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    color: #19274d
}

.app-osaas-counter-section.style-two {
    background-color: inherit
}

.app-osaas-counter-section.style-two:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: -ms-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa454a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa454a 0, #ff7a43 100%)
}

.app-osaas-counter-section.style-two .fact-counter .column .inner .count-outer i {
    color: #fc5548;
    font-size: 30px;
    font-weight: 700
}

.app-osaas-counter-section.style-two .section-icon {
    color: #fa4a49
}

.app-osaas-partners-section {
    position: relative;
    padding: 185px 0 140px
}

.app-osaas-partners-section .image-column {
    position: relative
}

.app-osaas-partners-section .image-column .inner-column {
    position: relative
}

.app-osaas-partners-section .image-column .inner-column .circle-one {
    position: absolute;
    right: -60px;
    top: -60px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-partners-section .image-column .inner-column .circle-two {
    position: absolute;
    left: -60px;
    bottom: -60px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background-color: #3246d3
}

.app-osaas-partners-section .image-column .inner-column .image {
    position: relative
}

.app-osaas-partners-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 8px
}

.app-osaas-partners-section .content-column {
    position: relative
}

.app-osaas-partners-section .content-column .inner-column {
    position: relative;
    padding-left: 60px;
    padding-top: 35px
}

.app-osaas-partners-section .content-column h2 {
    position: relative;
    color: #19274d;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 45px
}

.app-osaas-partners-section .content-column .lower-box {
    position: relative;
    padding-top: 40px;
    border-top: 2px solid #eaedff
}

.app-osaas-partners-section .content-column .lower-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: -2px;
    width: 220px;
    height: 4px;
    background-color: #3246d3
}

.app-osaas-partners-section .content-column .lower-box ul {
    position: relative
}

.app-osaas-partners-section .content-column .lower-box ul li {
    position: relative;
    color: #19274d;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    display: inline-block;
    margin-right: 70px
}

.app-osaas-partners-section .content-column .lower-box ul li span {
    position: relative;
    display: block;
    color: #3246d3;
    font-size: 14px;
    margin-top: 0
}

.app-osaas-partners-section .content-column .lower-box ul li:last-child {
    margin-right: 0
}

.app-osaas-partners-section .content-column .lower-box ul li:nth-child(2) span {
    color: #ff5f63
}

.app-osaas-partners-section .content-column .lower-box ul li:nth-child(3) span {
    color: #1fae96
}

.app-osaas-partners-section.style-two .image-column .inner-column .circle-two {
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-partners-section.style-two .content-column .lower-box:before {
    background-color: #fb5448
}

.app-osaas-partners-section.style-two .content-column .lower-box ul li {
    font-family: Poppins, sans-serif;
    margin-right: 60px
}

.app-osaas-partners-section.style-two .content-column .lower-box ul li span {
    color: #fb5448
}

.app-osaas-partners-section.style-two .content-column .lower-box ul li:last-child {
    margin-right: 0
}

.app-osaas-blog-section {
    position: relative
}

.app-osaas-blog-section .inner-container {
    position: relative
}

.app-osaas-blog-section .circle-one {
    position: absolute;
    top: -30px;
    left: 28%;
    width: 52px;
    height: 52px;
    border-radius: 50px;
    display: inline-block;
    background-color: #ff5f63
}

.app-osaas-blog-section .circle-two {
    position: absolute;
    left: 42%;
    bottom: 10px;
    width: 52px;
    height: 52px;
    border-radius: 50px;
    display: inline-block;
    background-color: #3246d3
}

.app-osaas-news-block {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-news-block .inner-box {
    position: relative;
    padding: 40px 30px;
    border-radius: 4px;
    background-color: #0a1533
}

.app-osaas-news-block .inner-box .category {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 6px 18px;
    border-radius: 5px;
    font-weight: 700;
    display: inline-block;
    background-color: #3246d3
}

.app-osaas-news-block .inner-box h5 {
    position: relative;
    line-height: 1.6em;
    font-weight: 700;
    margin-top: 25px
}

.app-osaas-news-block .inner-box h5 a {
    position: relative;
    color: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-news-block .inner-box h5 a:hover {
    color: #ff5f63
}

.app-osaas-news-block .inner-box .text {
    position: relative;
    color: #9aa6c8;
    font-size: 14px;
    line-height: 1.9em;
    margin-top: 18px
}

.app-osaas-news-block .inner-box .post-meta {
    position: relative;
    padding-top: 18px;
    margin-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .08)
}

.app-osaas-news-block .inner-box .post-meta li {
    position: relative;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-right: 6px;
    display: inline-block
}

.app-osaas-news-block .inner-box .post-meta li:last-child {
    margin-right: 0
}

.app-osaas-news-block .inner-box .post-meta li .icon {
    position: relative;
    margin-right: 10px;
    color: #ff5f63;
    font-weight: 300
}

.app-osaas-main-footer {
    position: relative;
    overflow: hidden;
    padding: 90px 0 0
}

.app-osaas-main-footer:before {
    position: absolute;
    content: '';
    left: 140px;
    top: 0;
    bottom: 0;
    width: 300%;
    border-radius: 15px;
    background-color: #fff
}

.app-osaas-main-footer .footer-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 40px
}

.app-osaas-main-footer .widgets-section {
    position: relative;
    padding-bottom: 40px
}

.app-osaas-main-footer .footer-widget h5 {
    position: relative;
    font-weight: 700;
    color: #19274d;
    line-height: 1.2em;
    margin-bottom: 30px;
    text-transform: capitalize
}

.list-link {
    position: relative
}

.list-link li {
    position: relative;
    margin-bottom: 15px
}

.list-link li a {
    position: relative;
    color: #19274d;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.list-link li a:hover {
    color: #3246d3
}

.app-osaas-main-footer .quote-btn {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 5px;
    background-color: #3246d3;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-main-footer .quote-btn .icon {
    font-weight: 400;
    margin-right: 8px
}

.app-osaas-main-footer .quote-btn:hover {
    background-color: #f45b60
}

.app-osaas-main-footer .footer-bottom {
    position: relative
}

.app-osaas-main-footer .footer-bottom .inner-container {
    position: relative;
    padding: 24px 0;
    border-top: 1px solid #d8e3ff
}

.app-osaas-main-footer .copyright-two {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 35px
}

.app-osaas-main-footer .copyright-two a {
    position: relative;
    color: #fff;
    font-weight: 600
}

.app-osaas-main-footer .footer-bottom .copyright-column {
    position: relative;
    text-align: right
}

.app-osaas-main-footer .footer-bottom .copyright-column .copyright {
    position: relative;
    color: #19274d;
    font-size: 18px;
    font-weight: 700
}

.app-osaas-main-footer .footer-bottom .copyright-column .copyright a {
    position: relative;
    color: #f45b60
}

.app-osaas-main-footer .footer-bottom .social-column {
    position: relative
}

.app-osaas-main-footer .footer-bottom .social-column ul {
    position: relative
}

.app-osaas-main-footer .footer-bottom .social-column ul li {
    position: relative;
    margin-right: 14px;
    display: inline-block
}

.app-osaas-main-footer .footer-bottom .social-column ul li a {
    position: relative;
    color: #19274d;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-main-footer .footer-bottom .social-column ul li a:hover {
    color: #f45b60
}

.app-osaas-main-footer .upper-box {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-main-footer .upper-box .social-box {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-main-footer .upper-box .social-box li {
    position: relative;
    margin-left: 10px;
    display: inline-block
}

.app-osaas-main-footer .upper-box .social-box li a {
    position: relative;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 54px;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid rgba(255, 255, 255, .1)
}

.app-osaas-main-footer .upper-box .social-box li a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #fa4949
}

.app-osaas-main-footer.style-two {
    padding-top: 110px;
    padding-bottom: 100px;
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-main-footer.style-five::before,
.app-osaas-main-footer.style-four::before,
.app-osaas-main-footer.style-two::before {
    display: none
}

.app-osaas-main-footer.style-two .widgets-section {
    position: relative;
    padding: 75px 70px 40px;
    border-radius: 15px;
    background-color: #fff
}

.app-osaas-main-footer.style-two .widgets-section .circle-one {
    position: absolute;
    left: -100px;
    top: -50px;
    width: 325px;
    height: 325px;
    opacity: .06;
    border-radius: 50%;
    background-color: #fff
}

.app-osaas-main-footer.style-two .widgets-section .circle-two {
    position: absolute;
    right: -100px;
    bottom: -50px;
    width: 325px;
    height: 325px;
    opacity: .06;
    border-radius: 50%;
    background-color: #fff
}

.app-osaas-main-footer .download-options {
    position: relative;
    text-align: center;
    margin-bottom: 70px
}

.app-osaas-main-footer .download-options ul {
    position: relative
}

.app-osaas-main-footer .download-options ul li {
    position: relative;
    margin-right: 28px;
    margin-bottom: 15px;
    display: inline-block
}

.app-osaas-main-footer .download-options ul li.download {
    position: relative;
    color: #19274d;
    font-size: 20px;
    font-weight: 700
}

.app-osaas-main-footer .download-options ul li a {
    position: relative;
    color: #19274d;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 38px;
    border-radius: 5px;
    display: inline-block;
    border: 2px solid #e6edf7;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-main-footer .download-options ul li a span {
    position: relative;
    margin-right: 10px;
    color: #32c788;
    font-size: 16px;
    font-weight: 400
}

.app-osaas-main-footer .download-options ul li:nth-child(2) a span {
    font-weight: 800
}

.app-osaas-main-footer .download-options ul li a:hover {
    color: #fff;
    border-color: #32c788;
    background-color: #32c788
}

.app-osaas-main-footer .download-options ul li a:hover span {
    color: #fff
}

.app-osaas-main-footer.style-three {
    padding-top: 80px;
    background-color: #fcfdff
}

.app-osaas-main-footer.style-three:before {
    display: none
}

.app-osaas-main-footer.style-three .footer-bottom .social-column ul li a:hover {
    color: #32c788
}

.app-osaas-main-footer.style-three .footer-bottom .copyright-column .copyright a {
    color: #32c788
}

.app-osaas-main-footer.style-four {
    padding-top: 170px;
    background-color: #19274d
}

.app-osaas-main-footer.style-four .footer-widget h5 {
    color: #fff
}

.app-osaas-main-footer.style-four .list-link li a {
    color: #fff
}

.app-osaas-main-footer.style-four .footer-bottom .social-column ul li a {
    color: #fff
}

.app-osaas-main-footer.style-four .footer-bottom .inner-container {
    border-color: rgba(255, 255, 255, .1)
}

.app-osaas-main-footer.style-four .footer-bottom .copyright-column .copyright,
.app-osaas-main-footer.style-four .footer-bottom .copyright-column .copyright a {
    color: #fff
}

.app-osaas-main-footer.style-five {
    padding-top: 100px;
    background-color: #19274d
}

.app-osaas-main-footer.style-five .footer-widget h5 {
    color: #fff
}

.app-osaas-main-footer.style-five .list-link li a {
    color: #fff
}

.app-osaas-main-footer.style-five .footer-bottom {
    background-image: -ms-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa454a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa454a 0, #ff7a43 100%)
}

.app-osaas-main-footer.style-five .footer-bottom .social-column ul li a {
    color: #fff
}

.app-osaas-main-footer.style-five .footer-bottom .inner-container {
    border: none
}

.app-osaas-main-footer.style-five .footer-bottom .copyright-column .copyright,
.app-osaas-main-footer.style-five .footer-bottom .copyright-column .copyright a {
    color: #fff
}

.app-osaas-banner-section-two {
    position: relative;
    overflow: hidden
}

.app-osaas-banner-section-two .app-osaas-auto-container {
    max-width: 1420px
}

.app-osaas-banner-section-two .content-column {
    position: relative
}

.app-osaas-banner-section-two .content-column .inner-column {
    position: relative;
    padding-top: 130px
}

.app-osaas-banner-section-two .content-column .title {
    position: relative;
    color: #fc3549;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 15px;
    font-weight: 500
}

.app-osaas-banner-section-two .content-column h1 {
    position: relative;
    color: #19274d;
    font-size: 72px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 35px
}

.app-osaas-banner-section-two .content-column .text {
    position: relative;
    color: #a5aec5;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 35px;
    font-weight: 500
}

.app-osaas-banner-section-two .image-column {
    position: relative
}

.app-osaas-banner-section-two .image-column .inner-column {
    position: relative
}

.app-osaas-banner-section-two .image-column .inner-column:before {
    position: absolute;
    content: '';
    left: 280px;
    top: 90px;
    width: 200%;
    bottom: 0;
    background-color: #ffe9e9
}

.app-osaas-banner-section-two .image-column .image {
    position: relative;
    margin-left: 120px;
    margin-right: -190px
}

.app-osaas-banner-section-two .image-column .image img {
    position: relative;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.app-osaas-banner-section-two .image-column .image.now-in-view img {
    margin-left: 0;
    opacity: 1;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.app-osaas-banner-section-two .image-column .counter-boxed {
    position: absolute;
    left: 60px;
    top: 110px;
    z-index: 1
}

.app-osaas-banner-section-two .image-column .counter-boxed .graph-outer {
    position: relative;
    width: 270px;
    padding: 40px 40px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(251, 71, 73, .1)
}

.app-osaas-banner-section-two .image-column .counter-boxed .app-osaas-count-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 16px;
    color: #19274d;
    font-weight: 700;
    margin-top: -38px;
    text-align: center
}

.app-osaas-banner-section-two .image-column .counter-boxed .app-osaas-count-box .count-text {
    position: relative;
    color: #19274d;
    font-size: 48px;
    font-weight: 700
}

.app-osaas-banner-section-two .image-column .counter-boxed .app-osaas-count-box .sign {
    font-size: 20px
}

.app-osaas-banner-section-two .image-column .counter-boxed h6 {
    position: relative;
    line-height: 1.6em;
    color: #19274d;
    font-weight: 700;
    margin-top: 22px;
    text-transform: capitalize;
    font-family: Roboto, sans-serif
}

.app-osaas-banner-section-two .authors-box {
    position: absolute;
    left: 0;
    bottom: 0
}

.app-osaas-banner-section-two .authors-box .banner-author-box {
    position: relative;
    margin-right: 30px;
    display: inline-block
}

.app-osaas-banner-section-two .authors-box .banner-author-box .box-inner {
    position: relative;
    min-height: 250px;
    padding-left: 255px;
    padding-top: 70px
}

.app-osaas-banner-section-two .authors-box .banner-author-box .box-inner .author-image {
    position: absolute;
    left: 0;
    top: 0
}

.app-osaas-banner-section-two .authors-box .banner-author-box .box-inner .rating {
    position: relative;
    color: #fc3549;
    font-size: 14px
}

.app-osaas-banner-section-two .authors-box .banner-author-box .box-inner h3 {
    position: relative;
    color: #19274d;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
    margin-top: 10px;
    font-family: Poppins, sans-serif
}

.app-osaas-banner-section-two .authors-box .banner-author-box .box-inner .author {
    position: relative;
    color: #19274d;
    font-size: 18px;
    font-weight: 600;
    margin-top: 12px
}

.app-osaas-banner-section-two .authors-box .banner-author-box .box-inner .author span {
    position: relative;
    color: #fc3549;
    font-size: 14px;
    font-weight: 700
}

.subscribe-form-two {
    position: relative;
    width: 100%;
    margin-bottom: 0
}

.subscribe-form-two .form-group {
    position: relative;
    display: block;
    z-index: 1;
    margin-bottom: 0
}

.subscribe-form-two .form-group input[type=email],
.subscribe-form-two .form-group input[type=tel],
.subscribe-form-two .form-group input[type=text],
.subscribe-form-two .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    font-size: 16px;
    color: #19274d;
    line-height: 38px;
    font-weight: 400;
    border-radius: 50px;
    background: #f6f8ff;
    padding: 10px 20px 10px 40px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.subscribe-form-two .form-group input::-webkit-input-placeholder,
.subscribe-form-two .form-group textarea::-webkit-input-placeholder {
    color: #19274d
}

.subscribe-form-two .form-group .osaas-theme-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer
}

.app-osaas-about-section {
    position: relative;
    padding: 120px 0 80px
}

.app-osaas-about-section .image-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-about-section .image-column .inner-column {
    position: relative
}

.app-osaas-about-section .image-column .pattern-layer {
    position: absolute;
    left: -35px;
    bottom: -35px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat
}

.app-osaas-about-section .image-column .image {
    position: relative;
    display: inline-block
}

.app-osaas-about-section .image-column .image img {
    position: relative
}

.app-osaas-about-section .image-column .image-content {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 100%;
    max-width: 320px;
    padding: 45px 45px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(250, 71, 71, .2)
}

.app-osaas-about-section .image-column .image-content .icon-box {
    position: absolute;
    left: -42px;
    top: -50px;
    width: 102px;
    height: 106px
}

.app-osaas-about-section .image-column .image-content h4 {
    position: relative;
    color: #19274d;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 25px;
    font-family: Poppins, sans-serif
}

.app-osaas-about-section .image-column .image-content .circle-box {
    position: absolute;
    content: '';
    right: -15px;
    top: -15px;
    width: 32px;
    height: 32px;
    z-index: -1;
    border-radius: 50%;
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-about-section .image-column .image-content ul {
    position: relative
}

.app-osaas-about-section .image-column .image-content ul li {
    position: relative;
    color: #19274d;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    padding-top: 8px;
    padding-left: 60px;
    margin-bottom: 25px
}

.app-osaas-about-section .image-column .image-content ul li:last-child {
    margin-bottom: 0
}

.app-osaas-about-section .image-column .image-content ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #fa474a;
    line-height: 1em;
    font-size: 40px;
    font-weight: 500;
    background: linear-gradient(to top, #fa474a 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-about-section .content-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-about-section .content-column .sec-title {
    margin-bottom: 10px
}

.app-osaas-about-section .content-column .inner-column {
    position: relative;
    padding-left: 40px;
    padding-top: 80px
}

.app-osaas-about-section .content-column .text {
    position: relative;
    color: #19274d;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 40px
}

.app-osaas-about-section .content-column .text span {
    font-weight: 600
}

.app-osaas-seo-section {
    position: relative;
    padding: 110px 0 70px;
    background-color: #fff0f0
}

.app-osaas-seo-section .left-column {
    position: relative
}

.app-osaas-seo-section .left-column .inner-column:before {
    position: absolute;
    content: '';
    right: -20px;
    top: 50px;
    width: 2px;
    bottom: -40px;
    background-color: #eacece
}

.app-osaas-seo-section .left-column .inner-column {
    position: relative;
    padding-right: 50px
}

.app-osaas-seo-section .right-column {
    position: relative
}

.app-osaas-seo-section .right-column .inner-column {
    position: relative;
    padding-left: 50px
}

.app-osaas-seo-section .column .inner-column {
    position: relative
}

.app-osaas-seo-block {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-seo-block .inner-box {
    position: relative
}

.app-osaas-seo-block .inner-box .upper-box {
    position: relative;
    text-align: right;
    padding-top: 25px;
    padding-right: 135px;
    min-height: 100px
}

.app-osaas-seo-block .inner-box .upper-box .icon-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    font-size: 60px;
    line-height: 100px;
    text-align: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 10px 10px 20px rgba(250, 71, 71, .2)
}

.app-osaas-seo-block .inner-box .upper-box .icon-box .icon {
    position: relative;
    color: #fa474a;
    line-height: 1em;
    background: linear-gradient(to top, #fa474a 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-seo-block .inner-box .upper-box h2 {
    position: relative;
    color: #19274d;
    font-weight: 600;
    line-height: 1.3em;
    font-family: Poppins, sans-serif
}

.app-osaas-seo-block .inner-box .text {
    position: relative;
    color: #19274d;
    font-size: 24px;
    line-height: 1.5em;
    margin-top: 32px;
    text-align: right;
    margin-bottom: 30px
}

.app-osaas-seo-block .inner-box .btn-box {
    position: relative;
    text-align: right
}

.app-osaas-seo-block .inner-box .btn-box .osaas-theme-btn {
    margin-left: 15px
}

.app-osaas-seo-block.style-two .inner-box .upper-box {
    padding-right: 0;
    padding-left: 135px;
    text-align: left
}

.app-osaas-seo-block.style-two .inner-box .upper-box .icon-box {
    left: 0;
    right: auto
}

.app-osaas-seo-block.style-two .inner-box .text {
    text-align: left
}

.app-osaas-about-app-osaas-software-section {
    position: relative;
    overflow: hidden;
    padding-top: 130px;
    padding-bottom: 130px
}

.app-osaas-about-app-osaas-software-section .content-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-about-app-osaas-software-section .content-column .inner-column {
    position: relative
}

.app-osaas-about-app-osaas-software-section .content-column .sec-title {
    margin-bottom: 10px
}

.app-osaas-about-app-osaas-software-section .content-column .text {
    position: relative;
    color: #19274d;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 40px
}

.app-osaas-about-app-osaas-software-section .content-column .text span {
    font-weight: 600
}

.app-osaas-about-app-osaas-software-section .content-column .row {
    margin: 0 -2px
}

.app-osaas-about-app-osaas-software-section .content-column .number-block {
    padding: 0 2px
}

.number-block {
    position: relative
}

.number-block .block-inner {
    position: relative;
    padding: 45px 35px;
    box-shadow: 2px 0 20px rgba(250, 71, 71, .07)
}

.number-block .block-inner .number {
    position: relative;
    font-size: 80px;
    font-weight: 600;
    line-height: 1em;
    color: #fc3549;
    font-family: Poppins, sans-serif;
    background: linear-gradient(to right, #fc3549 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.number-block .block-inner h4 {
    position: relative;
    color: #19274d;
    font-weight: 700;
    line-height: 1.4em;
    margin-top: 15px;
    font-family: Poppins, sans-serif
}

.number-block .block-inner .block-text {
    position: relative;
    color: #19274d;
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 14px
}

.app-osaas-about-app-osaas-software-section .images-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-about-app-osaas-software-section .images-column .inner-column {
    position: relative;
    margin-right: -550px
}

.app-osaas-about-app-osaas-software-section .images-column .circle-layer {
    position: absolute;
    right: 50px;
    top: 0;
    width: 900px;
    height: 900px;
    overflow: hidden;
    border-radius: 50%;
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-about-app-osaas-software-section .images-column .images {
    position: relative
}

.app-osaas-about-app-osaas-software-section .images-column .images .image {
    position: relative;
    display: inline-block
}

.app-osaas-about-app-osaas-software-section .images-column .images .image:first-child {
    top: 100px
}

.app-osaas-about-app-osaas-software-section .images-column .images .image:last-child {
    margin-left: -120px
}

.app-osaas-agency-section {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-agency-section .agents-images {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.app-osaas-agency-section .agents-images .agent {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 138px;
    height: 138px;
    opacity: 0;
    overflow: hidden;
    border-radius: 50%;
    margin-left: -64px;
    margin-top: -64px;
    border: 5px solid #fff;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.app-osaas-agency-section .agents-images .agent.now-in-view {
    left: 15%;
    top: 2%;
    opacity: 1
}

.app-osaas-agency-section .agents-images .agent-1 {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: -50px;
    margin-top: -50px;
    border: 4px solid #fff;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.app-osaas-agency-section .agents-images .agent-1.now-in-view {
    left: 10%;
    top: 85%;
    opacity: 1
}

.app-osaas-agency-section .agents-images .agent-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    width: 176px;
    height: 176px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: -88px;
    margin-top: -88px;
    border: 5px solid #fff;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.app-osaas-agency-section .agents-images .agent-2.now-in-view {
    left: 75%;
    top: 25%;
    opacity: 1
}

.app-osaas-agency-section .agents-images .agent-3 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 86px;
    height: 86px;
    opacity: 0;
    overflow: hidden;
    border-radius: 50%;
    margin-left: -43px;
    margin-top: -43px;
    border: 5px solid #fff;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.app-osaas-agency-section .agents-images .agent-3.now-in-view {
    left: 84%;
    top: 85%;
    opacity: 1
}

.app-osaas-agency-section .agents-images .agent-4 {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    width: 136px;
    height: 136px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: -68px;
    margin-top: -68px;
    border: 5px solid #fff;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.app-osaas-agency-section .agents-images .agent-4.now-in-view {
    left: 90%;
    top: 55%;
    opacity: 1
}

.app-osaas-agency-section .sec-title .title {
    color: #fff;
    background: 0 0;
    -webkit-text-fill-color: inherit
}

.app-osaas-agency-section .sec-title h1 {
    padding-bottom: 0
}

.app-osaas-agency-section .section-icon {
    position: relative;
    width: 120px;
    height: 120px;
    color: #fa474a;
    font-size: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 120px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    background-color: #fff
}

.app-osaas-agency-section .pattern-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 905px;
    background-position: center bottom;
    background-repeat: no-repeat
}

.app-osaas-agency-section .buttons-box {
    position: relative
}

.app-osaas-agency-section .buttons-box .osaas-theme-btn {
    margin: 0 12px
}

.app-osaas-agency-section .osaas-btn-style-five {
    padding: 14px 42px
}

.app-osaas-intro-section {
    position: relative
}

.app-osaas-intro-section .owl-dots {
    display: none
}

.app-osaas-intro-section .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin-top: -40px
}

.app-osaas-intro-section .owl-nav .owl-prev {
    position: absolute;
    left: -40px;
    top: 0;
    width: 80px;
    height: 80px;
    color: #19274d;
    font-size: 22px;
    text-align: center;
    line-height: 80px;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
    box-shadow: 0 10px 12px rgba(0, 0, 0, .1)
}

.app-osaas-intro-section .owl-nav .owl-next {
    position: absolute;
    right: -40px;
    top: 0;
    width: 80px;
    height: 80px;
    color: #19274d;
    font-size: 22px;
    text-align: center;
    line-height: 80px;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
    box-shadow: 0 10px 12px rgba(0, 0, 0, .1)
}

.app-osaas-intro-section .owl-nav .owl-next:hover,
.app-osaas-intro-section .owl-nav .owl-prev:hover {
    color: #fff;
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-intro-section .video-column {
    position: relative
}

.app-osaas-intro-section .video-column .inner-column {
    position: relative
}

.app-osaas-video-box {
    position: relative
}

.app-osaas-video-box .video-image {
    position: relative;
    margin: 0
}

.app-osaas-video-box .video-image img {
    position: relative;
    width: 100%;
    z-index: 3
}

.app-osaas-video-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 45px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.app-osaas-video-box .overlay-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0)
}

.app-osaas-video-box .overlay-box span {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 50%;
    top: 50%;
    z-index: 10;
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    border-radius: 50%;
    padding-left: 4px;
    display: inline-block;
    margin-top: -60px;
    margin-left: -60px;
    line-height: 120px;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-video-box .ripple,
.app-osaas-video-box .ripple:after,
.app-osaas-video-box .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(250, 69, 74, .6);
    -moz-box-shadow: 0 0 0 0 rgba(250, 69, 74, .6);
    -ms-box-shadow: 0 0 0 0 rgba(250, 69, 74, .6);
    -o-box-shadow: 0 0 0 0 rgba(250, 69, 74, .6);
    box-shadow: 0 0 0 0 rgba(250, 69, 74, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.app-osaas-video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.app-osaas-video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0)
    }
}

.app-osaas-intro-section .content-column {
    position: relative
}

.app-osaas-intro-section .content-column .inner-column {
    position: relative;
    padding-top: 35px;
    padding-left: 30px
}

.app-osaas-intro-section .content-column .app-options {
    position: relative
}

.app-osaas-intro-section .content-column .app-options .app-block {
    position: relative;
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 20px;
    padding-top: 24px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #fff1f1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.app-osaas-intro-section .content-column .app-options .app-block .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.app-osaas-intro-section .content-column .app-options .app-block .icon {
    position: relative;
    font-size: 36px;
    color: #fa474a;
    line-height: 1em
}

.app-osaas-intro-section .content-column .app-options .app-block h6 {
    position: relative;
    color: #19274d;
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px
}

.app-osaas-intro-section .content-column .app-options .app-block:last-child {
    margin-right: 0
}

.app-osaas-intro-section .content-column .app-options .app-block:hover {
    border-color: #fb5148
}

.app-osaas-featured-section-two {
    position: relative
}

.app-osaas-featured-section-two.style-two {
    padding-top: 110px
}

.app-osaas-featured-section-two .inner-container {
    position: relative
}

.app-osaas-feature-block-two {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-feature-block-two .inner-box {
    position: relative;
    padding: 28px 34px;
    border-radius: 7px;
    border: 2px solid #fff1f1;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.app-osaas-feature-block-two .inner-box .upper-box {
    position: relative;
    padding-left: 50px
}

.app-osaas-feature-block-two .inner-box .upper-box .icon {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 24px;
    line-height: 1em;
    color: #fa474a;
    line-height: 1em;
    background: linear-gradient(to top, #fa474a 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.app-osaas-feature-block-two .inner-box .upper-box h5 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: Poppins, sans-serif
}

.app-osaas-feature-block-two .inner-box .upper-box h5 a {
    position: relative;
    color: #19274d;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.app-osaas-feature-block-two .inner-box .text {
    position: relative;
    color: #19274d;
    font-size: 16px;
    margin-top: 12px;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.app-osaas-feature-block-two .inner-box .arrow {
    position: absolute;
    right: 0;
    top: 2px;
    color: #c4cee9;
    font-size: 20px;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.app-osaas-feature-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    border-radius: 7px;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-feature-block-two .inner-box:hover::before {
    width: 100%
}

.app-osaas-feature-block-two .inner-box:hover .upper-box .icon {
    color: #fff;
    background: 0 0;
    -webkit-text-fill-color: inherit
}

.app-osaas-feature-block-two .inner-box:hover .arrow,
.app-osaas-feature-block-two .inner-box:hover .text,
.app-osaas-feature-block-two .inner-box:hover .upper-box h5 a {
    color: #fff
}

.app-osaas-feature-block-two .inner-box .big-icon {
    position: absolute;
    right: 0;
    bottom: -10px;
    font-size: 80px;
    line-height: 1em;
    color: rgba(255, 255, 255, .1)
}

.app-osaas-pricing-section {
    position: relative;
    padding: 110px 0 70px;
    background-color: #fff0f0
}

.app-osaas-price-box {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-price-box .box-inner {
    position: relative;
    padding: 74px 15px;
    border-radius: 10px;
    text-align: center;
    background-color: #fff
}

.app-osaas-price-box .box-inner .price {
    position: relative;
    font-weight: 600;
    font-size: 80px;
    color: #fc3549;
    line-height: 1em;
    font-family: Poppins, sans-serif;
    background: linear-gradient(to right, #fc3549 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Poppins, sans-serif
}

.app-osaas-price-box .box-inner .price sub {
    position: relative;
    font-size: 24px;
    color: #fc3549;
    line-height: 1em;
    font-family: Poppins, sans-serif;
    background: linear-gradient(to right, #fc3549 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-price-box .box-inner h4 {
    position: relative;
    color: #19274d;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 12px
}

.app-osaas-price-box-two {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-price-box-two .box-inner {
    position: relative;
    padding: 74px 70px;
    border-radius: 10px;
    background-color: #fff
}

.app-osaas-price-box-two .box-inner .content {
    position: relative;
    padding-top: 12px;
    padding-left: 160px
}

.app-osaas-price-box-two .box-inner .content .app-osaas-price-box {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center
}

.app-osaas-price-box-two .box-inner .content .price {
    position: relative;
    font-weight: 600;
    font-size: 80px;
    color: #fc3549;
    line-height: 1em;
    font-family: Poppins, sans-serif;
    background: linear-gradient(to right, #fc3549 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Poppins, sans-serif
}

.app-osaas-price-box-two .box-inner .content .price sub {
    position: relative;
    font-size: 24px;
    color: #fc3549;
    line-height: 1em;
    font-family: Poppins, sans-serif;
    background: linear-gradient(to right, #fc3549 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-price-box-two .box-inner .content .app-osaas-price-box h4 {
    position: relative;
    color: #19274d;
    font-weight: 600;
    line-height: 1.1em;
    margin-top: 12px;
    display: block;
    font-size: 24px
}

.app-osaas-price-box-two .box-inner .content .text {
    position: relative;
    color: #19274d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9em
}

.app-osaas-price-box-two .box-inner .content .text span {
    font-weight: 500
}

.app-osaas-pricing-section .version-column {
    position: relative
}

.app-osaas-pricing-section .version-column .inner-column {
    position: relative;
    border-radius: 15px;
    padding: 70px 70px 0;
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-subscribe-form-three {
    position: relative;
    width: 100%;
    margin-bottom: 0
}

.app-osaas-subscribe-form-three .form-group {
    position: relative;
    display: block;
    z-index: 1;
    margin-bottom: 0
}

.app-osaas-subscribe-form-three .form-group input[type=email],
.app-osaas-subscribe-form-three .form-group input[type=tel],
.app-osaas-subscribe-form-three .form-group input[type=text],
.app-osaas-subscribe-form-three .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    font-size: 16px;
    color: #19274d;
    line-height: 38px;
    font-weight: 400;
    border-radius: 50px;
    background: #fff;
    padding: 10px 20px 10px 40px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-subscribe-form-three .form-group input::-webkit-input-placeholder,
.app-osaas-subscribe-form-three .form-group textarea::-webkit-input-placeholder {
    color: #19274d
}

.app-osaas-subscribe-form-three .form-group .osaas-theme-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer
}

.app-osaas-pricing-section .version-column h2 {
    position: relative;
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3em;
    text-align: center;
    margin-top: 30px;
    font-family: Poppins, sans-serif
}

.app-osaas-pricing-section .version-column .days {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 1.3em;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 25px
}

.app-osaas-pricing-section .version-column .days span {
    font-weight: 700
}

.app-osaas-blog-section-two {
    position: relative
}

.app-osaas-blog-section-two .sec-title .osaas-theme-btn {
    margin-top: 30px
}

.app-osaas-news-block-two {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-news-block-two .inner-box {
    position: relative;
    text-align: center;
    padding-top: 26px
}

.app-osaas-news-block-two .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #fa474a
}

.app-osaas-news-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-news-block-two .inner-box:hover .image img {
    opacity: .5;
    transform: scale(1.05, 1.05)
}

.app-osaas-news-block-two .inner-box .post-info {
    position: absolute;
    top: 0;
    left: 60px;
    right: 60px;
    padding: 13px 18px;
    border-radius: 50px;
    display: inline-block;
    z-index: 1;
    width: auto;
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-news-block-two .inner-box .post-info li {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1em;
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
    border-right: 1px solid #fff
}

.app-osaas-news-block-two .inner-box .post-info li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.app-osaas-news-block-two .inner-box .lower-content {
    position: relative;
    padding-top: 35px
}

.app-osaas-news-block-two .inner-box .lower-content .post-author {
    position: relative;
    padding-left: 50px;
    color: #19274d;
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    padding-top: 9px;
    margin-bottom: 20px;
    display: inline-block
}

.app-osaas-news-block-two .inner-box .lower-content .post-author .author-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden
}

.app-osaas-news-block-two .inner-box .lower-content h2 {
    position: relative;
    font-weight: 600;
    line-height: 1.1em;
    margin-top: 4px;
    font-family: Poppins, sans-serif
}

.app-osaas-news-block-two .inner-box .lower-content h2 a {
    position: relative;
    color: #19274d;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.app-osaas-news-block-two .inner-box .lower-content h2 a:hover {
    color: #fa474a
}

.app-osaas-banner-section-three {
    position: relative;
    z-index: 9
}

.app-osaas-banner-section-three .chat-icon {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 512px;
    height: 374px;
    background-repeat: no-repeat
}

.app-osaas-banner-section-three .content-column {
    position: relative
}

.app-osaas-banner-section-three .content-column .inner-column {
    position: relative;
    margin-left: -70px;
    padding-top: 195px
}

.app-osaas-banner-section-three .content-column .option-list {
    position: relative;
    margin-bottom: 15px
}

.app-osaas-banner-section-three .content-column .option-list li {
    position: relative;
    color: #19274d;
    font-size: 18px;
    font-weight: 700;
    padding-left: 15px;
    margin-right: 26px;
    display: inline-block
}

.app-osaas-banner-section-three .content-column .option-list li:before {
    position: absolute;
    content: '-';
    left: 0;
    top: 0;
    color: #32c788
}

.app-osaas-banner-section-three .content-column h1 {
    position: relative;
    color: #19274d;
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1em
}

.app-osaas-banner-section-three .content-column h1 i {
    position: relative;
    font-weight: 300;
    font-style: normal
}

.app-osaas-banner-section-three .content-column h1 span {
    color: #32c788
}

.app-osaas-banner-section-three .content-column .text {
    position: relative;
    color: #19274d;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    padding-left: 25px;
    margin-top: 28px;
    margin-bottom: 28px;
    border-left: 4px solid #32c788
}

.app-osaas-banner-section-three .content-column .users-box {
    position: relative
}

.app-osaas-banner-section-three .content-column .users-box .box-inner {
    position: relative;
    padding-top: 17px;
    padding-left: 130px
}

.app-osaas-banner-section-three .content-column .users-box .icon {
    position: absolute;
    left: 0;
    top: 0
}

.app-osaas-banner-section-three .content-column .users-box .box-inner .active {
    position: relative;
    color: #19274d;
    font-size: 14px
}

.app-osaas-banner-section-three .content-column .users-box .total-users {
    position: relative;
    display: block;
    color: #32c788;
    font-size: 30px;
    font-weight: 700;
    margin-top: 8px
}

.app-osaas-banner-section-three .image-column {
    position: relative
}

.app-osaas-banner-section-three .image-column .inner-column {
    position: relative;
    margin-left: -70px;
    margin-right: -40px
}

.app-osaas-banner-section-three .image-column .logo-icon {
    position: absolute;
    left: 0;
    top: 120px;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.app-osaas-banner-section-three .image-column .image {
    position: relative;
    margin-top: -130px;
    z-index: 1
}

.app-osaas-platform-section {
    position: relative;
    overflow: hidden
}

.app-osaas-platform-section .app-osaas-auto-container {
    position: relative
}

.app-osaas-platform-section .platform-tabs {
    position: relative;
    margin-top: 50px;
    padding-bottom: 35px
}

.app-osaas-platform-section .platform-tabs .tab-btns {
    position: relative;
    text-align: center;
    margin-bottom: 70px
}

.app-osaas-platform-section .platform-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    margin: 0 20px;
    font-size: 16px;
    background: 0 0;
    color: #19274d;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 12px;
    display: inline-block;
    transition: all .5s ease;
    text-transform: capitalize
}

.app-osaas-platform-section .platform-tabs .tab-btns .tab-btn:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -70px;
    width: 149px;
    height: 67px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    background: url(../img/combine/line-1.png) no-repeat
}

.app-osaas-platform-section .platform-tabs .tab-btns .tab-btn .icon {
    position: relative;
    width: 80px;
    height: 80px;
    color: #32c788;
    font-size: 30px;
    line-height: 80px;
    text-align: center;
    margin: 0 10px 20px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.app-osaas-platform-section .platform-tabs .tab-btns .tab-btn:nth-child(6):before,
.app-osaas-platform-section .platform-tabs .tab-btns .tab-btn:nth-child(7):before,
.app-osaas-platform-section .platform-tabs .tab-btns .tab-btn:nth-child(8):before {
    left: auto;
    right: 50%;
    transform: rotateY(180deg)
}

.app-osaas-platform-section .platform-tabs .tab-btns .tab-btn.active-btn .icon,
.app-osaas-platform-section .platform-tabs .tab-btns .tab-btn:hover .icon {
    color: #fff;
    background-color: #32c788
}

.app-osaas-platform-section .platform-tabs .tab-btns .tab-btn.active-btn::before {
    opacity: 1
}

.app-osaas-platform-section .platform-tabs .tabs-content {
    position: relative;
    padding-left: 100px
}

.app-osaas-platform-section .platform-tabs .tabs-content .tab {
    position: relative;
    display: none
}

.app-osaas-platform-section .platform-tabs .tabs-content .tab.active-tab {
    display: block
}

.app-osaas-platform-section .platform-tabs .tabs-content .image {
    position: relative;
    z-index: 1
}

.app-osaas-platform-section .platform-tabs .tabs-content .image-two {
    position: absolute;
    right: 110px;
    bottom: -40px;
    z-index: 2
}

.app-osaas-journey-section {
    position: relative;
    padding: 120px 0 70px
}

.app-osaas-journey-section .video-column {
    position: relative
}

.app-osaas-journey-section .video-column .inner-column {
    position: relative
}

.app-osaas-journey-section .video-column .inner-column .image {
    position: relative
}

.app-osaas-journey-section .video-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block
}

.osaas-video-lightbox {
    position: relative;
    width: 120px;
    height: 120px;
    color: #32c788;
    font-size: 26px;
    text-align: center;
    border-radius: 50%;
    line-height: 120px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: #fff
}

.osaas-video-lightbox span {
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.osaas-video-lightbox .ripple,
.osaas-video-lightbox .ripple:after,
.osaas-video-lightbox .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin-left: .5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(50, 199, 136, .4);
    -moz-box-shadow: 0 0 0 0 rgba(50, 199, 136, .4);
    -ms-box-shadow: 0 0 0 0 rgba(50, 199, 136, .4);
    -o-box-shadow: 0 0 0 0 rgba(50, 199, 136, .4);
    box-shadow: 0 0 0 0 rgba(50, 199, 136, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.osaas-video-lightbox .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.osaas-video-lightbox .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.app-osaas-journey-section .content-column {
    position: relative
}

.app-osaas-journey-section .content-column .inner-column {
    position: relative;
    padding-left: 40px
}

.app-osaas-journey-section .content-column .title {
    position: relative;
    color: #19274d;
    font-size: 18px;
    font-weight: 700
}

.app-osaas-journey-section .content-column h1 {
    position: relative;
    color: #19274d;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1em;
    margin-top: 18px;
    margin-bottom: 30px
}

.app-osaas-journey-section .content-column h1 span {
    font-weight: 300
}

.app-osaas-journey-section .content-column .text {
    position: relative;
    color: #19274d;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    padding-left: 25px;
    margin-top: 28px;
    margin-bottom: 34px;
    border-left: 4px solid #32c788
}

.app-osaas-journey-section .content-column .buttons-box {
    position: relative;
    margin-top: 25px
}

.app-osaas-journey-section .content-column .buttons-box .osaas-theme-btn {
    margin-right: 15px
}

.app-osaas-facilities-section {
    position: relative
}

.app-osaas-facilities-section .content-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-facilities-section .content-column .visitors-box {
    position: relative
}

.app-osaas-facilities-section .content-column .visitors-box .arrow-box {
    position: absolute;
    right: 0;
    top: 65px;
    width: 60px;
    height: 60px;
    color: #19274d;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    box-shadow: 0 10px 10px rgba(50, 199, 136, .1)
}

.app-osaas-facilities-section .content-column .visitors-box .arrow-box:hover {
    color: #fff;
    background-color: #32c788
}

.app-osaas-facilities-section .content-column .inner-column {
    position: relative;
    margin-right: -20px
}

.app-osaas-facilities-section .content-column .counter-boxed {
    position: relative;
    margin-right: 35px
}

.app-osaas-facilities-section .content-column .counter-boxed .graph-outer:before {
    position: absolute;
    content: '';
    left: 17px;
    top: 17px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 2px solid #e7f1ff
}

.app-osaas-facilities-section .content-column .app-osaas-count-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 16px;
    color: #32c788;
    font-weight: 700;
    margin-top: -38px;
    text-align: center
}

.app-osaas-facilities-section .content-column .count-text {
    position: relative;
    color: #19274d;
    font-size: 48px;
    font-weight: 700
}

.app-osaas-facilities-section .content-column .counter-boxed .app-osaas-count-box .sign {
    font-size: 20px
}

.app-osaas-facilities-section .content-column .counter-boxed h6 {
    position: relative;
    line-height: 1.6em;
    color: #19274d;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
    text-transform: capitalize;
    font-family: Roboto, sans-serif
}

.app-osaas-facilities-section .app-osaas-service-block {
    padding: 0 20px
}

.app-osaas-facilities-section .app-osaas-service-block:nth-child(2n+0) {
    transform: translateY(40px)
}

.app-osaas-service-block {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-service-block .inner-box {
    position: relative;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    padding: 50px 40px 65px;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(50, 199, 136, .1)
}

.app-osaas-service-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    border-top: 5px solid #32c788;
    background-color: #19274d;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transform: scale(.5, 1)
}

.app-osaas-service-block .inner-box:hover::before {
    opacity: 1;
    transform: scale(1, 1)
}

.app-osaas-service-block .inner-box h4 {
    position: relative;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 18px
}

.app-osaas-service-block .inner-box h4 a {
    position: relative;
    color: #19274d;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-service-block .inner-box:hover .text,
.app-osaas-service-block .inner-box:hover h4 a {
    color: #fff
}

.app-osaas-service-block .inner-box .text {
    position: relative;
    color: #19274d;
    font-size: 16px;
    line-height: 1.9em;
    margin-bottom: 30px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-service-block .inner-box .icon-outer {
    position: relative;
    display: inline-block
}

.app-osaas-service-block .inner-box .icon-outer .icon-box {
    position: relative;
    color: #32c788;
    font-size: 60px;
    line-height: 1em;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-service-block .inner-box .icon-outer:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #f0fff9;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-service-block .inner-box:hover .icon-outer:before {
    background-color: rgba(255, 255, 255, .1)
}

.app-osaas-team-section {
    position: relative
}

.app-osaas-team-section .owl-nav {
    display: none
}

.app-osaas-team-section .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 30px
}

.app-osaas-team-section .owl-dots .owl-dot {
    position: relative;
    width: 30px;
    height: 6px;
    margin: 0 6px;
    border-radius: 5px;
    display: inline-block;
    background-color: #f2f3f6;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease
}

.app-osaas-team-section .owl-dots .owl-dot.active,
.app-osaas-team-section .owl-dots .owl-dot:hover {
    background-color: #32c788
}

.app-osaas-team-block {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-team-block .inner-box {
    position: relative;
    padding: 35px 35px;
    border: 2px solid #f2f3f6
}

.app-osaas-team-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    right: 0;
    height: 3px;
    opacity: 0;
    transform: scale(.5, 1);
    background-color: #32c788;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-team-block .inner-box:hover::before {
    opacity: 1;
    transform: scale(1, 1)
}

.app-osaas-team-block .inner-box .content {
    position: relative;
    overflow: hidden
}

.app-osaas-team-block .inner-box .content .circle-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    display: inline-block;
    background-color: #e2fff3
}

.app-osaas-team-block .inner-box .content .circle-two {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    background-color: #32c788
}

.app-osaas-team-block .inner-box .designation {
    position: relative;
    color: #32c788;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: right;
    margin-bottom: 28px
}

.app-osaas-team-block .inner-box .image {
    position: relative;
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 25px
}

.app-osaas-team-block .inner-box h2 {
    position: relative;
    font-weight: 700;
    line-height: 1.1em;
    font-family: Roboto, sans-serif;
    width: 80%
}

.app-osaas-team-block .inner-box h2 a {
    position: relative;
    color: #19274d;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-team-block .inner-box h2 a:hover {
    color: #32c788
}

.app-osaas-team-block .inner-box .content .social-outer-box {
    position: absolute;
    right: 0;
    bottom: 15px;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.app-osaas-team-block .inner-box .content .social-outer-box .plus {
    position: relative;
    right: 0;
    bottom: 0;
    width: 50px;
    z-index: 1;
    height: 50px;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background-color: #32c788
}

.app-osaas-team-block .inner-box .content .social-outer-box .social-boxed {
    position: absolute;
    right: 0;
    bottom: -400px;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.app-osaas-team-block .inner-box .content .social-outer-box:hover {
    overflow: visible
}

.app-osaas-team-block .inner-box .content .social-outer-box:hover .social-boxed {
    bottom: 100%;
    top: auto
}

.app-osaas-team-block .inner-box .content .social-outer-box .social-boxed .social-box {
    position: relative
}

.app-osaas-team-block .inner-box .content .social-outer-box .social-boxed .social-box li {
    position: relative;
    padding-bottom: 10px
}

.app-osaas-team-block .inner-box .content .social-outer-box .social-boxed .social-box li a {
    position: relative;
    width: 50px;
    height: 50px;
    color: #19274d;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    border: 2px solid #f2f3f6;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-team-block .inner-box .content .social-outer-box .social-boxed .social-box li.facebook a:hover {
    color: #fff;
    border-color: #4064ad;
    background-color: #4064ad
}

.app-osaas-team-block .inner-box .content .social-outer-box .social-boxed .social-box li.twitter a:hover {
    color: #fff;
    border-color: #2d88ff;
    background-color: #2d88ff
}

.app-osaas-team-block .inner-box .content .social-outer-box .social-boxed .social-box li.behance a:hover {
    color: #fff;
    border-color: #0055f8;
    background-color: #0055f8
}

.app-osaas-subscribe-section {
    position: relative;
    padding: 100px 0 120px
}

.app-osaas-subscribe-section .chat-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 512px;
    height: 374px;
    z-index: 1;
    background-repeat: no-repeat
}

.app-osaas-subscribe-section .chat-icon-two {
    position: absolute;
    right: 20%;
    top: 150px;
    width: 256px;
    height: 256px;
    z-index: 1;
    opacity: .1;
    background-repeat: no-repeat
}

.app-osaas-subscribe-section .sec-title {
    margin-bottom: 30px
}

.app-osaas-subscribe-section .subscribe-form-four {
    max-width: 680px;
    margin: 0 auto
}

.app-osaas-subscribe-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -110px;
    background-color: #32c788;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84%)
}

.subscribe-form-four {
    position: relative;
    width: 100%;
    margin-bottom: 0
}

.subscribe-form-four .form-group {
    position: relative;
    display: block;
    z-index: 1;
    margin-bottom: 0
}

.subscribe-form-four .form-group input[type=email],
.subscribe-form-four .form-group input[type=tel],
.subscribe-form-four .form-group input[type=text],
.subscribe-form-four .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    font-size: 16px;
    color: #19274d;
    line-height: 38px;
    font-weight: 400;
    border-radius: 5px;
    background: #fff;
    padding: 10px 20px 10px 40px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.subscribe-form-four .form-group input::-webkit-input-placeholder,
.subscribe-form-four .form-group textarea::-webkit-input-placeholder {
    color: #19274d
}

.subscribe-form-four .form-group .osaas-theme-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.app-osaas-subscribe-section .list-outer {
    position: relative;
    text-align: center;
    margin-top: 30px
}

.app-osaas-subscribe-section .list-outer li {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding-left: 70px;
    padding-top: 14px;
    margin-right: 60px;
    display: inline-block
}

.app-osaas-subscribe-section .list-outer li:before {
    position: absolute;
    content: "\f1da";
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    font-family: Flaticon;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid rgba(255, 255, 255, .1)
}

.list-style-four li:hover::before {
    background-color: #32c788;
    color: #fff
}

.app-osaas-subscribe-section .list-outer li:last-child {
    margin-right: 0
}

.app-osaas-testimonial-section {
    position: relative
}

.app-osaas-testimonial-section .carousel-column {
    position: relative
}

.app-osaas-testimonial-section .text {
    position: relative;
    color: #19274d;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5em;
    padding-left: 28px;
    margin-top: 15px
}

.app-osaas-testimonial-section .text:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 4px;
    height: 60px;
    background-color: #32c788
}

.app-osaas-testimonial-section .clients-tabs {
    position: relative
}

.app-osaas-testimonial-section .clients-tabs .tab-btns {
    position: relative;
    margin-top: 40px
}

.app-osaas-testimonial-section .clients-tabs .tab-btns:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #e6e9f4;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-testimonial-section .clients-tabs .tab-btns .tab-btn.active-btn::before,
.app-osaas-testimonial-section .clients-tabs .tab-btns .tab-btn:hover::before {
    opacity: 1
}

.app-osaas-testimonial-section .clients-tabs .tab-btns .tab-btn.active-btn,
.app-osaas-testimonial-section .clients-tabs .tab-btns .tab-btn:hover {
    opacity: 1
}

.app-osaas-testimonial-section .clients-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    margin: 0 0;
    font-size: 24px;
    background: 0 0;
    color: #19274d;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
    margin-right: 40px;
    margin-bottom: 12px;
    padding-top: 30px;
    opacity: .2;
    border-top: 1px solid #e6e9f4;
    display: inline-block;
    transition: all .5s ease;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-testimonial-section .clients-tabs .tab-btns .tab-btn:after {
    position: absolute;
    content: '';
    left: 10px;
    top: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #32c788
}

.app-osaas-testimonial-section .clients-tabs .tab-btns .tab-btn.active-btn::after,
.app-osaas-testimonial-section .clients-tabs .tab-btns .tab-btn:hover::after {
    opacity: 1
}

.app-osaas-testimonial-section .clients-tabs .tab-btns .tab-btn:last-child {
    margin-right: 0
}

.app-osaas-testimonial-section .clients-tabs .tab-btns .tab-btn span {
    position: relative;
    display: block;
    color: #32c788;
    font-size: 14px;
    margin-top: 7px
}

.app-osaas-testimonial-section .clients-tabs .tab-btns .tab-btn:before {
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #32c788;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-testimonial-section .clients-tabs .tab-btns .tab-btn.active-btn .icon,
.app-osaas-testimonial-section .clients-tabs .tab-btns .tab-btn:hover .icon {
    color: #fff;
    background-color: #32c788
}

.app-osaas-testimonial-section .clients-tabs .tabs-content {
    position: relative
}

.app-osaas-testimonial-section .clients-tabs .tabs-content .tab {
    position: relative;
    display: none
}

.app-osaas-testimonial-section .clients-tabs .tabs-content .tab.active-tab {
    display: block
}

.osaas-testi-left-img .osaas-clnt-img {
    position: absolute;
    left: -60%;
    border-radius: 8px
}

.osaas-testi-center-img.clients-tabs .tab-btns .tab-btn:before,
.osaas-testi-left-img.clients-tabs .tab-btns .tab-btn:before {
    height: 4px
}

.osaas-testi-center-img.clients-tabs .tab-btns .tab-btn:after,
.osaas-testi-left-img.clients-tabs .tab-btns .tab-btn:after {
    content: none
}

.osaas-testi-center-img.clients-tabs .tab-btns:before {
    left: 27%;
    width: 46%
}

@media only screen and (max-width:990px) {
    .osaas-testi-left-img .osaas-clnt-img {
        position: relative;
        left: 0
    }
}

@media only screen and (width:1024px) {
    .osaas-testi-left-img .osaas-clnt-img {
        position: relative;
        left: 0
    }
}

.osaas-testi-left-img .osaas-clnt-img img {
    width: 370px
}

.osaas-testi-center-img .text:before,
.osaas-testi-left-img .text:before {
    content: none
}

.osaas-testi-center-img .text,
.osaas-testi-left-img .text {
    padding-left: 0;
    padding-top: 45px
}

.app-osaas-testimonial-section .blocks-column {
    position: relative
}

.app-osaas-testimonial-section .blocks-column .inner-column {
    position: relative;
    padding-left: 100px
}

.app-osaas-testimonial-section .blocks-column .inner-column .app-osaas-category-block:nth-child(11),
.app-osaas-testimonial-section .blocks-column .inner-column .app-osaas-category-block:nth-child(2),
.app-osaas-testimonial-section .blocks-column .inner-column .app-osaas-category-block:nth-child(5),
.app-osaas-testimonial-section .blocks-column .inner-column .app-osaas-category-block:nth-child(8) {
    transform: translateY(30px)
}

.app-osaas-testimonial-section .blocks-column .inner-column .app-osaas-category-block:nth-child(3n+0) {
    transform: translateY(60px)
}

.app-osaas-category-block {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-category-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 45px 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
}

.app-osaas-category-block .inner-box .icon {
    position: relative;
    color: #32c788;
    font-size: 50px
}

.app-osaas-category-block .inner-box h6 {
    position: relative;
    color: #19274d;
    font-weight: 700;
    margin-top: 5px;
    text-transform: uppercase
}

.app-osaas-products-section {
    position: relative;
    padding: 110px 0 70px;
    border-bottom: 2px solid #e6edf7;
    background-image: -ms-linear-gradient(top, #f9fbff 0, #fbfdff 100%);
    background-image: -moz-linear-gradient(top, #f9fbff 0, #fbfdff 100%);
    background-image: -o-linear-gradient(top, #f9fbff 0, #fbfdff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9fbff), color-stop(100, #fbfdff));
    background-image: -webkit-linear-gradient(top, #f9fbff 0, #fbfdff 100%);
    background-image: linear-gradient(to bottom, #f9fbff 0, #fbfdff 100%)
}

.app-osaas-product-block {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-product-block .inner-box {
    position: relative;
    padding-left: 110px
}

.app-osaas-product-block .inner-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    text-align: center;
    line-height: 80px;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1)
}

.app-osaas-product-block .inner-box h5 {
    position: relative;
    color: #19274d;
    font-weight: 700;
    line-height: 1.3em
}

.app-osaas-product-block .inner-box h5 a {
    position: relative;
    color: #19274d
}

.app-osaas-product-block .inner-box .text {
    position: relative;
    color: #19274d;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 8px;
    font-size: 16px;
    margin-bottom: 10px
}

.app-osaas-product-block .inner-box .download {
    position: relative;
    color: #a367bf;
    font-weight: 700;
    font-size: 14px
}

.app-osaas-product-block:nth-child(2) .inner-box .download {
    color: #f05b68
}

.app-osaas-product-block:nth-child(3) .inner-box .download {
    color: #005edf
}

.app-osaas-banner-section-four {
    position: relative;
    overflow: hidden;
    padding-top: 200px
}

.app-osaas-banner-section-four .mouse-btn-down {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 20px;
    width: 30px;
    height: 68px;
    cursor: pointer;
    display: block;
    z-index: 20;
    cursor: pointer
}

.app-osaas-banner-section-four .content-box {
    position: relative;
    text-align: center
}

.app-osaas-banner-section-four .content-box .title {
    position: relative;
    color: #19274d;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3em
}

.app-osaas-banner-section-four .content-box h1 {
    position: relative;
    color: #19274d;
    font-size: 80px;
    font-weight: 500;
    line-height: 1em;
    margin-top: 25px;
    margin-bottom: 30px
}

.app-osaas-banner-section-four .content-box .btn-box {
    position: relative;
    margin-top: 40px
}

.app-osaas-banner-section-four .content-box .btn-box .osaas-theme-btn {
    margin: 0 12px
}

.app-osaas-banner-section-four .image-box {
    position: relative;
    margin-top: 50px
}

.app-osaas-featured-section-three {
    position: relative;
    padding-bottom: 20px
}

.app-osaas-feature-block-three {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-feature-block-three .inner-box {
    position: relative;
    padding: 25px 35px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05)
}

.app-osaas-feature-block-three .inner-box .content {
    position: relative;
    padding-left: 62px
}

.app-osaas-feature-block-three .inner-box .content .arrow {
    position: absolute;
    right: 0;
    top: 25px;
    font-size: 22px;
    color: #e4e8f2;
    line-height: 1em
}

.app-osaas-feature-block-three .inner-box .content .icon {
    position: absolute;
    left: 0;
    top: 0
}

.app-osaas-feature-block-three .inner-box .content h4 {
    position: relative;
    color: #19274d;
    font-weight: 500;
    font-family: Roboto, sans-serif
}

.app-osaas-feature-block-three .inner-box .text {
    position: relative;
    color: #19274d;
    font-size: 16px;
    margin-top: 6px
}

.app-osaas-featured-section-four {
    position: relative;
    padding: 70px 0 90px
}

.app-osaas-featured-section-four .image-column {
    position: relative
}

.app-osaas-featured-section-four .image-column .inner-column {
    position: relative;
    margin-left: -40px;
    padding-right: 30px
}

.app-osaas-featured-section-four .image-column .image {
    position: relative
}

.app-osaas-featured-section-four .content-column {
    position: relative
}

.app-osaas-featured-section-four .content-column .inner-column {
    position: relative
}

.app-osaas-feature-block-four {
    position: relative
}

.app-osaas-feature-block-four .inner-box {
    position: relative;
    padding: 35px 28px;
    overflow: hidden;
    box-shadow: 0 10px 40px #fafcfe
}

.app-osaas-feature-block-four .inner-box .number {
    position: absolute;
    right: -25px;
    bottom: -20px;
    color: #fafcfe;
    font-weight: 700;
    font-size: 140px;
    line-height: 1em
}

.app-osaas-feature-block-four .inner-box .upper-box {
    position: relative;
    padding-top: 8px;
    padding-left: 62px
}

.app-osaas-feature-block-four .inner-box .upper-box .icon {
    position: absolute;
    left: 0;
    top: 0
}

.app-osaas-feature-block-four .inner-box .upper-box h4 {
    position: relative;
    color: #19274d;
    font-weight: 500;
    line-height: 1.3em
}

.app-osaas-feature-block-four .inner-box .text {
    position: relative;
    color: #19274d;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 28px;
    z-index: 1
}

.app-osaas-download-section {
    position: relative
}

.app-osaas-download-section .outer-container {
    position: relative;
    max-width: 1775px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    padding: 110px 0 0
}

.app-osaas-download-section .outer-container:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background-color: #19274d
}

.app-osaas-download-section .triangle-one {
    position: absolute;
    left: -300px;
    top: 0;
    width: 560px;
    height: 580px;
    transform: rotate(50deg);
    background-image: -ms-linear-gradient(left, #0c4195 0, #1c73c5 100%);
    background-image: -moz-linear-gradient(left, #0c4195 0, #1c73c5 100%);
    background-image: -o-linear-gradient(left, #0c4195 0, #1c73c5 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0c4195), color-stop(100, #1c73c5));
    background-image: -webkit-linear-gradient(left, #0c4195 0, #1c73c5 100%);
    background-image: linear-gradient(to right, #0c4195 0, #1c73c5 100%)
}

.app-osaas-download-section .triangle-two {
    position: absolute;
    right: -250px;
    bottom: 0;
    width: 660px;
    height: 580px;
    transform: rotate(60deg);
    background-image: -ms-linear-gradient(left, #09b89b 0, #9ffdb3 100%);
    background-image: -moz-linear-gradient(left, #09b89b 0, #9ffdb3 100%);
    background-image: -o-linear-gradient(left, #09b89b 0, #9ffdb3 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #09b89b), color-stop(100, #9ffdb3));
    background-image: -webkit-linear-gradient(left, #09b89b 0, #9ffdb3 100%);
    background-image: linear-gradient(to right, #09b89b 0, #9ffdb3 100%)
}

.app-osaas-download-section .subscribe-form-five {
    max-width: 690px;
    margin: 0 auto
}

.app-osaas-download-section .outer-container .list-outer {
    position: relative;
    text-align: center;
    margin-top: 50px
}

.app-osaas-download-section .outer-container .list-outer li {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding-left: 80px;
    padding-top: 14px;
    margin-right: 70px;
    font-weight: 700;
    margin-bottom: 25px;
    display: inline-block
}

.app-osaas-download-section .outer-container .list-outer li:before {
    position: absolute;
    content: "\f1da";
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    font-family: Flaticon;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #32c788
}

.app-osaas-download-section .outer-container .list-outer li:last-child {
    margin-right: 0
}

.app-osaas-download-section .outer-container .image-box {
    position: relative;
    margin-top: 70px
}

.subscribe-form-five {
    position: relative;
    width: 100%;
    margin-bottom: 0
}

.subscribe-form-five .form-group {
    position: relative;
    display: block;
    z-index: 1;
    margin-bottom: 0
}

.subscribe-form-five .form-group input[type=email],
.subscribe-form-five .form-group input[type=tel],
.subscribe-form-five .form-group input[type=text],
.subscribe-form-five .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    font-size: 16px;
    color: #19274d;
    line-height: 38px;
    font-weight: 400;
    border-radius: 50px;
    background: #fff;
    padding: 10px 20px 10px 40px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.subscribe-form-five .form-group input::-webkit-input-placeholder,
.subscribe-form-five .form-group textarea::-webkit-input-placeholder {
    color: #19274d
}

.subscribe-form-five .form-group .osaas-theme-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    border-radius: 50px
}

.app-osaas-choose-section {
    position: relative;
    padding: 110px 0 80px
}

.app-osaas-choose-section .content-column {
    position: relative
}

.app-osaas-choose-section .content-column .inner-column {
    position: relative;
    padding-top: 50px
}

.app-osaas-choose-section .content-column .list {
    position: relative
}

.app-osaas-choose-section .content-column .list li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
    color: #19274d;
    font-size: 20px;
    line-height: 1.6em
}

.app-osaas-choose-section .content-column .list li:before {
    position: absolute;
    content: "\f1da";
    left: 0;
    top: 4px;
    color: #104da0;
    display: inline-block;
    font-family: Flaticon;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-choose-section .content-column .list li span {
    position: relative;
    font-weight: 600
}

.app-osaas-choose-section .carousel-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-choose-section .carousel-column .inner-column {
    position: relative;
    margin-right: -50px
}

.app-osaas-choose-section .carousel-column .owl-nav {
    display: none
}

.app-osaas-choose-section .carousel-column .owl-dots {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    text-align: center
}

.app-osaas-choose-section .carousel-column .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-choose-section .carousel-column .owl-dots .owl-dot.active,
.app-osaas-choose-section .carousel-column .owl-dots .owl-dot:hover {
    background-color: #104da1
}

.app-osaas-process-section {
    position: relative;
    z-index: 1;
    background-color: #f5fbff
}

.app-osaas-process-section .carousel-column {
    position: relative
}

.app-osaas-process-section .carousel-column .inner-column {
    position: relative;
    margin-right: 40px;
    padding: 75px 50px 70px
}

.app-osaas-process-section .carousel-column .inner-column:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: -40px;
    background-color: #fff
}

.app-osaas-testimonial-block {
    position: relative
}

.app-osaas-testimonial-block .inner-box {
    position: relative
}

.app-osaas-testimonial-block .inner-box .text {
    position: relative;
    color: #19274d;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5em
}

.app-osaas-testimonial-block .inner-box .author-box {
    position: relative;
    margin-top: 35px;
    border-top: 1px solid #e6e9f4
}

.app-osaas-testimonial-block .inner-box .author-box .box-inner {
    position: relative;
    padding-top: 30px;
    display: inline-block
}

.app-osaas-testimonial-block .inner-box .author-box .box-inner:before {
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    height: 1px;
    width: 80%;
    background-color: #0d4599
}

.app-osaas-testimonial-block .inner-box .author-box .box-inner:after {
    position: absolute;
    content: '';
    left: 20px;
    top: 0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #0e4599
}

.app-osaas-testimonial-block .inner-box .author-box .author-content {
    position: relative;
    padding-left: 90px;
    padding-top: 5px
}

.app-osaas-testimonial-block .inner-box .author-box .author-content .author-image {
    position: absolute;
    left: 0;
    top: 0
}

.app-osaas-testimonial-block .inner-box .author-box .author-content h4 {
    position: relative;
    color: #19274d;
    font-weight: 700;
    line-height: 1.3em
}

.app-osaas-testimonial-block .inner-box .author-box .author-content .designation {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 10px;
    background: -webkit-linear-gradient(45deg, #0c4094, #1c72c4 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-process-section .carousel-column .app-osaas-clients-box {
    position: relative;
    padding-top: 35px;
    margin-top: 60px;
    border-top: 1px solid #e6e9f4
}

.app-osaas-process-section .carousel-column .app-osaas-clients-box .client-column {
    position: relative;
    margin-bottom: 20px
}

.app-osaas-process-section .carousel-column .app-osaas-clients-box .client-column img {
    position: relative;
    opacity: .2;
    filter: grayscale(100%);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-process-section .carousel-column .app-osaas-clients-box .client-column img:hover {
    opacity: 1;
    filter: grayscale(0)
}

.app-osaas-process-section .content-column {
    position: relative
}

.app-osaas-process-section .content-column .inner-column {
    position: relative;
    padding: 110px 0 80px
}

.app-osaas-process-block {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-process-block .inner-box {
    position: relative;
    padding-left: 90px
}

.app-osaas-process-block .inner-box .arrow {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    color: #e4e8f2;
    line-height: 1em
}

.app-osaas-process-block .inner-box .number {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 60px;
    font-weight: 500;
    line-height: 1em;
    background: -webkit-linear-gradient(-45deg, #fff, #0e8bff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-process-block .inner-box h4 {
    position: relative;
    color: #19274d;
    font-weight: 700;
    line-height: 1.3em;
    font-family: Roboto, sans-serif
}

.app-osaas-process-block .inner-box .text {
    position: relative;
    color: #19274d;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9em;
    margin-top: 10px
}

.app-osaas-process-block:nth-child(2) .inner-box .number {
    background: -webkit-linear-gradient(-45deg, #fff, #fea147 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-process-block:nth-child(3) .inner-box .number {
    background: -webkit-linear-gradient(-45deg, #fff, #fe8f8f 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-counter-section-two {
    position: relative;
    padding: 145px 0 230px;
    background-image: -ms-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: -moz-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: -o-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0c4094), color-stop(100, #1c74c6));
    background-image: -webkit-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: linear-gradient(to right, #0c4094 0, #1c74c6 100%)
}

.app-osaas-counter-section-two .app-osaas-fact-counter-two .column .inner:before {
    position: absolute;
    content: '';
    right: -20px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background-color: rgba(255, 255, 255, .1)
}

.app-osaas-counter-section-two .app-osaas-fact-counter-two .column:last-child .inner:before {
    display: none
}

.app-osaas-fact-counter-two {
    position: relative
}

.app-osaas-fact-counter-two .column {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-fact-counter-two .column .inner {
    position: relative;
    text-align: center
}

.app-osaas-fact-counter-two .column .inner .content {
    position: relative
}

.app-osaas-fact-counter-two .column .inner .content .icon-box {
    position: relative
}

.app-osaas-fact-counter-two .column .inner .content .plus {
    position: relative;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 46px;
    text-align: center;
    margin-top: 25px;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, .1)
}

.app-osaas-fact-counter-two .count-outer .percentage {
    display: inline-block;
    font-weight: 700;
    color: #19274d;
    font-size: 60px;
    line-height: 1em
}

.app-osaas-fact-counter-two .column .inner .count-outer {
    position: relative;
    font-weight: 700;
    color: #fff;
    font-size: 60px;
    line-height: 1em
}

.app-osaas-fact-counter-two .column .inner .counter-title {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    color: #fff;
    margin-bottom: 15px
}

.app-osaas-cta-section {
    position: relative;
    padding-bottom: 20px
}

.app-osaas-cta-section .inner-container {
    position: relative;
    padding: 75px 90px 40px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.app-osaas-cta-section .inner-container.margin-top {
    margin-top: -150px
}

.app-osaas-cta-section .title-column {
    position: relative
}

.app-osaas-cta-section .title-column .inner-column {
    position: relative
}

.app-osaas-cta-section .button-column {
    position: relative
}

.app-osaas-cta-section .button-column .inner-column {
    position: relative;
    text-align: right;
    padding-top: 55px
}

.app-osaas-cta-section .button-column .osaas-theme-btn {
    margin-left: 20px
}

.app-osaas-featured-section-five {
    position: relative;
    padding: 110px 0 80px
}

.app-osaas-featured-section-five .tab-column {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-featured-section-five .tab-column .inner-column {
    position: relative;
    padding: 40px 40px;
    border-radius: 12px;
    margin-right: 30px;
    background-color: #19274d
}

.app-osaas-cources-tabs {
    position: relative
}

.app-osaas-cources-tabs .tab-btns {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    border-bottom: 2px solid #364674
}

.app-osaas-cources-tabs .tab-btns .tab-btn.active-btn,
.app-osaas-cources-tabs .tab-btns .tab-btn:hover {
    opacity: 1;
    color: #fff
}

.app-osaas-cources-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    margin: 0 0;
    font-size: 18px;
    background: 0 0;
    color: #8490ae;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    padding: 0 22px;
    margin-bottom: 18px;
    display: inline-block;
    transition: all .5s ease;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-cources-tabs .tab-btns .tab-btn:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -20px;
    opacity: 0;
    height: 5px;
    width: 100%;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-image: -ms-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: -moz-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: -o-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0c4094), color-stop(100, #1c74c6));
    background-image: -webkit-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: linear-gradient(to right, #0c4094 0, #1c74c6 100%)
}

.app-osaas-cources-tabs .tab-btns .tab-btn.active-btn::before,
.app-osaas-cources-tabs .tab-btns .tab-btn:hover::before {
    opacity: 1
}

.app-osaas-cources-tabs .tab-btns .tab-btn:last-child {
    margin-right: 0
}

.app-osaas-cources-tabs .tabs-content {
    position: relative
}

.app-osaas-cources-tabs .tabs-content .tab {
    position: relative;
    display: none
}

.app-osaas-cources-tabs .tabs-content .tab.active-tab {
    display: block
}

.app-osaas-cources-tabs .tabs-content .code-text {
    position: relative;
    color: #69ffb3;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7em
}

.app-osaas-cources-tabs .tabs-content .code-text .title {
    position: relative;
    color: #df4bff
}

.app-osaas-featured-section-five .content-column {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-featured-section-five .content-column .inner-column {
    position: relative;
    padding-top: 30px
}

.app-osaas-featured-section-five .content-column .sec-title {
    margin-bottom: 15px
}

.app-osaas-featured-section-five .content-column .column-text {
    position: relative;
    color: #19274d;
    font-size: 16px;
    line-height: 1.7em
}

.app-osaas-blog-section-three {
    position: relative;
    padding: 110px 0 70px
}

.app-osaas-blog-section-three .inner-container {
    position: relative
}

.app-osaas-blog-section-three .circle-one {
    position: absolute;
    top: -30px;
    left: 28%;
    width: 52px;
    height: 52px;
    border-radius: 50px;
    display: inline-block;
    background-image: -ms-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: -moz-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: -o-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0c4094), color-stop(100, #1c74c6));
    background-image: -webkit-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: linear-gradient(to right, #0c4094 0, #1c74c6 100%)
}

.app-osaas-blog-section-three .circle-two {
    position: absolute;
    left: 42%;
    bottom: 10px;
    width: 52px;
    height: 52px;
    border-radius: 50px;
    display: inline-block;
    background-image: -ms-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: -moz-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: -o-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0c4094), color-stop(100, #1c74c6));
    background-image: -webkit-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: linear-gradient(to right, #0c4094 0, #1c74c6 100%)
}

.app-osaas-blog-section-three .sec-title .osaas-theme-btn {
    margin-top: 30px
}

.app-osaas-news-block-three {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-news-block-three .inner-box {
    position: relative;
    padding: 40px 30px;
    border-radius: 0;
    border: 2px solid #e1f3ff;
    background-color: #fff
}

.app-osaas-news-block-three .inner-box .category {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 6px 18px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    background-image: -ms-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: -moz-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: -o-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0c4094), color-stop(100, #1c74c6));
    background-image: -webkit-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: linear-gradient(to right, #0c4094 0, #1c74c6 100%)
}

.app-osaas-news-block-three .inner-box h5 {
    position: relative;
    line-height: 1.5em;
    font-weight: 500;
    margin-top: 25px
}

.app-osaas-news-block-three .inner-box h5 a {
    position: relative;
    color: #19274d;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-news-block-three .inner-box h5 a:hover {
    color: #1c74c6
}

.app-osaas-news-block-three .inner-box .text {
    position: relative;
    color: #19274d;
    font-size: 15px;
    line-height: 1.8em;
    margin-top: 18px
}

.app-osaas-news-block-three .inner-box .post-meta {
    position: relative;
    padding-top: 18px;
    margin-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, .08)
}

.app-osaas-news-block-three .inner-box .post-meta li {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    margin-right: 4px;
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #0c4094, #1c72c4 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-news-block-three .inner-box .post-meta li:last-child {
    margin-right: 0
}

.app-osaas-news-block-three .inner-box .post-meta li .icon {
    position: relative;
    margin-right: 10px;
    font-weight: 300;
    background: -webkit-linear-gradient(45deg, #0c4094, #1c72c4 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-contact-info-section {
    position: relative;
    padding-top: 40px
}

.app-osaas-contact-info-section .inner-container {
    position: relative;
    padding: 45px 45px 15px;
    background-image: -ms-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: -moz-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: -o-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0c4094), color-stop(100, #1c74c6));
    background-image: -webkit-linear-gradient(left, #0c4094 0, #1c74c6 100%);
    background-image: linear-gradient(to right, #0c4094 0, #1c74c6 100%)
}

.app-osaas-contact-info-section .inner-container.margin-bottom {
    margin-bottom: -80px;
    z-index: 1
}

.app-osaas-contact-info-section .inner-container .side-image {
    position: absolute;
    right: 0;
    top: -60px
}

.app-osaas-contact-info-section .info-column {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-contact-info-section .info-column .inner-column {
    position: relative;
    padding-left: 40px
}

.app-osaas-contact-info-section .info-column .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 20px
}

.app-osaas-contact-info-section .info-column .title {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.app-osaas-contact-info-section .info-column h2 {
    position: relative;
    color: #fff;
    font-weight: 700
}

.app-osaas-contact-info-section .info-column h2 a {
    position: relative;
    color: #fff
}

.app-osaas-banner-section-five {
    position: relative;
    overflow: hidden;
    padding-top: 245px;
    padding-bottom: 120px;
    background-color: #f4f7fc
}

.app-osaas-banner-section-five:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 20%;
    background-color: #1374f6
}

.app-osaas-banner-section-five .app-osaas-auto-container {
    max-width: 1500px
}

.app-osaas-banner-section-five .content-column {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-banner-section-five .content-column .inner-column {
    position: relative;
    padding-top: 65px
}

.app-osaas-banner-section-five .content-column .title {
    position: relative;
    color: #19274d;
    font-size: 18px;
    font-weight: 500
}

.app-osaas-banner-section-five .content-column h1 {
    position: relative;
    color: #19274d;
    font-size: 100px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 30px;
    font-family: Poppins
}

.app-osaas-banner-section-five .content-column .buttons-box {
    position: relative;
    margin-top: 30px
}

.app-osaas-banner-section-five .content-column .buttons-box .osaas-theme-btn {
    margin-right: 25px
}

.app-osaas-banner-section-five .image-column {
    position: relative
}

.app-osaas-banner-section-five .image-column .inner-column {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-banner-section-five .image-column .image {
    position: relative;
    z-index: 2
}

.app-osaas-banner-section-five .image-column .image img {
    position: relative;
    max-width: inherit
}

.app-osaas-banner-section-five .image-column .layer-one {
    position: absolute;
    left: 20px;
    bottom: -20px;
    right: 20px;
    height: 20px;
    z-index: 1;
    background-color: rgba(255, 255, 255, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.app-osaas-banner-section-five .image-column .layer-two {
    position: absolute;
    left: 40px;
    bottom: -40px;
    right: 40px;
    height: 40px;
    z-index: -1;
    background-color: rgba(255, 255, 255, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.app-osaas-software-section {
    position: relative;
    padding: 115px 0 80px
}

.app-osaas-software-section .blocks-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-software-section .blocks-column .inner-column {
    position: relative
}

.app-osaas-customize-block {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-customize-block .inner-box {
    position: relative;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    background-color: #f4f9ff
}

.app-osaas-customize-block .inner-box .title {
    position: relative;
    color: #1374f6;
    font-size: 14px;
    font-weight: 700
}

.app-osaas-customize-block .inner-box h4 {
    position: relative;
    color: #19274d;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 10px
}

.app-osaas-customize-block .inner-box .image {
    position: relative;
    margin-top: 25px
}

.app-osaas-engineer-block {
    position: relative
}

.app-osaas-engineer-block .inner-box {
    position: relative;
    padding: 50px 30px;
    text-align: center
}

.app-osaas-engineer-block .inner-box .content {
    position: relative
}

.app-osaas-engineer-block .inner-box .check {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    border-radius: 50px;
    display: inline-block;
    background-color: #ff8c8c;
    box-shadow: 0 10px 10px rgba(255, 140, 140, .2)
}

.app-osaas-engineer-block .inner-box .content .image {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border-radius: 50%;
    border: 10px solid #fff
}

.app-osaas-engineer-block .inner-box .content .image:before {
    position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    z-index: 1;
    background: url(../img/combine/circle-layer.png) no-repeat
}

.app-osaas-engineer-block .inner-box .content .designation {
    position: relative;
    color: #ff8c8c;
    font-size: 14px;
    font-weight: 700;
    margin-top: 25px
}

.app-osaas-engineer-block .inner-box .content .name {
    position: relative;
    color: #19274d;
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    font-family: Poppins
}

.app-osaas-engineer-block .inner-box .owl-nav {
    display: none
}

.app-osaas-engineer-block .inner-box .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 20px
}

.app-osaas-engineer-block .inner-box .owl-dots .owl-dot {
    position: relative;
    width: 20px;
    height: 4px;
    opacity: .2;
    margin: 0 5px;
    display: inline-block;
    background-color: #ff8c8c;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-engineer-block .inner-box .owl-dots .owl-dot.active,
.app-osaas-engineer-block .inner-box .owl-dots .owl-dot:hover {
    opacity: 1
}

.app-osaas-business-block {
    position: relative
}

.app-osaas-business-block .inner-box {
    position: relative;
    border-radius: 15px;
    padding: 45px 30px 45px 40px;
    background-color: #5fcda9
}

.app-osaas-business-block .inner-box .content {
    position: relative;
    padding-left: 90px
}

.app-osaas-business-block .inner-box .content .graph-outer {
    position: absolute;
    left: 0;
    top: 12px;
    width: 80px;
    text-align: center
}

.app-osaas-business-block .inner-box .content .app-osaas-count-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-top: -17px;
    text-align: center
}

.app-osaas-business-block .inner-box .content .app-osaas-count-box .count-text {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    font-family: Poppins
}

.app-osaas-business-block .inner-box .content .app-osaas-count-box .sign {
    font-size: 20px
}

.app-osaas-business-block .inner-box .content .title {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.app-osaas-business-block .inner-box .content h4 {
    position: relative;
    color: #fff;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 8px;
    font-family: Poppins
}

.app-osaas-business-block .inner-box .content .image {
    position: absolute;
    right: 0;
    top: -25px
}

.app-osaas-software-section .content-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-software-section .content-column .inner-column {
    position: relative;
    padding-left: 40px;
    padding-top: 58px
}

.app-osaas-software-section .content-column .title {
    position: relative;
    color: #19274d;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3em
}

.app-osaas-software-section .content-column h1 {
    position: relative;
    color: #19274d;
    font-size: 56px;
    line-height: 1.1em;
    margin-top: 18px;
    font-family: Poppins
}

.app-osaas-software-section .content-column .languages {
    position: relative;
    padding: 28px 0;
    margin-top: 32px;
    margin-bottom: 32px;
    border-top: 2px solid #e8eeff;
    border-bottom: 2px solid #e8eeff
}

.app-osaas-software-section .content-column .languages li {
    position: relative;
    color: #19274d;
    font-size: 18px;
    font-weight: 700;
    margin-right: 45px;
    display: inline-block
}

.app-osaas-software-section .content-column .languages li .icon {
    position: relative;
    color: #3246d3;
    font-weight: 400;
    margin-right: 7px
}

.app-osaas-software-section .content-column .languages li:last-child {
    margin-right: 0
}

.app-osaas-software-section .content-column .inner-column .text {
    position: relative;
    margin-top: 32px;
    color: #19274d;
    font-size: 18px;
    line-height: 1.8em
}

.app-osaas-software-section .content-column .inner-column .text span {
    position: relative;
    font-weight: 600
}

.app-osaas-featured-section-six {
    position: relative;
    padding: 110px 0 80px;
    background-image: -ms-linear-gradient(top, #f4f7fc 0, #fff 100%);
    background-image: -moz-linear-gradient(top, #f4f7fc 0, #fff 100%);
    background-image: -o-linear-gradient(top, #f4f7fc 0, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f7fc), color-stop(100, #fff));
    background-image: -webkit-linear-gradient(top, #f4f7fc 0, #fff 100%);
    background-image: linear-gradient(to bottom, #f4f7fc 0, #fff 100%)
}

.app-osaas-feature-block-five {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-feature-block-five .inner-box {
    position: relative;
    text-align: center
}

.app-osaas-feature-block-five .inner-box .icon-box {
    position: relative
}

.app-osaas-feature-block-five .inner-box h2 {
    position: relative;
    line-height: 1.3em;
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: Poppins
}

.app-osaas-feature-block-five .inner-box h2 a {
    position: relative;
    color: #19274d;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-feature-block-five .inner-box .text {
    position: relative;
    color: #19274d;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 12px;
    padding: 0 35px;
    margin-bottom: 15px
}

.app-osaas-feature-block-five .inner-box .read-more {
    position: relative;
    color: #1374f6;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-feature-block-five .inner-box h2 a:hover {
    color: #1374f6
}

.app-osaas-feature-block-five .inner-box .read-more:hover {
    color: #19274d
}

.app-osaas-counter-section-three {
    position: relative
}

.app-osaas-counter-section-three .inner-container {
    position: relative;
    padding: 80px 80px 50px;
    box-shadow: 0 10px 20px rgba(5, 88, 200, .2);
    background-image: -ms-linear-gradient(left, #004eb7 0, #1374f6 100%);
    background-image: -moz-linear-gradient(left, #004eb7 0, #1374f6 100%);
    background-image: -o-linear-gradient(left, #004eb7 0, #1374f6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #004eb7), color-stop(100, #1374f6));
    background-image: -webkit-linear-gradient(left, #004eb7 0, #1374f6 100%);
    background-image: linear-gradient(to right, #004eb7 0, #1374f6 100%)
}

.app-osaas-fact-counter-three {
    position: relative
}

.app-osaas-fact-counter-three .column {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-fact-counter-three .column .inner {
    position: relative;
    text-align: center
}

.app-osaas-fact-counter-three .column .inner .content {
    position: relative
}

.app-osaas-fact-counter-three .column .inner .content:before {
    position: absolute;
    content: '';
    right: -20px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .2)
}

.app-osaas-fact-counter-three .column:last-child .inner .content:before {
    display: none
}

.app-osaas-fact-counter-three .count-outer .percentage {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    font-size: 60px;
    line-height: 1em
}

.app-osaas-fact-counter-three .column .inner .count-outer {
    position: relative;
    font-weight: 500;
    color: #fff;
    font-size: 60px;
    line-height: 1em
}

.app-osaas-fact-counter-three .column .inner .counter-title {
    position: relative;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px
}

.app-osaas-tracking-section {
    position: relative;
    overflow: hidden
}

.app-osaas-feature-block-six {
    position: relative;
    margin-bottom: 1px
}

.app-osaas-feature-block-six .inner-box {
    position: relative;
    padding: 45px 40px;
    box-shadow: 0 10px 20px rgba(19, 116, 246, .1)
}

.app-osaas-feature-block-six .inner-box .big-icon {
    position: absolute;
    right: -30px;
    top: 0;
    font-size: 140px;
    line-height: 1em;
    color: rgba(255, 255, 255, .1)
}

.app-osaas-feature-block-six .inner-box:before {
    position: absolute;
    content: '';
    left: -30px;
    top: 0;
    right: -30px;
    bottom: 0;
    opacity: 0;
    transform: scale(.5, 1);
    background-color: #1374f6;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-feature-block-six .inner-box:hover::before,
.app-osaas-feature-block-six.active .inner-box:before {
    opacity: 1;
    transform: scale(1, 1)
}

.app-osaas-feature-block-six .inner-box .content {
    position: relative;
    padding-left: 70px
}

.app-osaas-feature-block-six .inner-box .icon {
    position: absolute;
    left: 0;
    top: 8px;
    color: #1374f6;
    font-size: 44px;
    line-height: 1em;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-feature-block-six .inner-box h4 {
    position: relative;
    font-family: Poppins
}

.app-osaas-feature-block-six .inner-box h4 a {
    position: relative;
    color: #19274d;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-feature-block-six .inner-box .text {
    position: relative;
    color: #19274d;
    font-size: 16px;
    line-height: 1.9em;
    margin-top: 8px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-feature-block-six .inner-box:hover .icon,
.app-osaas-feature-block-six .inner-box:hover .text,
.app-osaas-feature-block-six .inner-box:hover h4 a,
.app-osaas-feature-block-six.active .inner-box .icon,
.app-osaas-feature-block-six.active .inner-box .text,
.app-osaas-feature-block-six.active .inner-box h4 a {
    color: #fff
}

.app-osaas-demo-section {
    position: relative;
    overflow: hidden;
    padding: 0 0 20px;
    background-color: #f4f7fc
}

.app-osaas-demo-section .image-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 354px;
    height: 233px;
    background-repeat: no-repeat
}

.app-osaas-demo-section .content-column {
    position: relative
}

.app-osaas-demo-section .content-column .inner-column {
    position: relative;
    padding-top: 110px
}

.app-osaas-demo-section .content-column .button-box {
    position: relative
}

.app-osaas-demo-section .content-column .button-box .osaas-theme-btn {
    position: relative;
    margin-right: 15px;
    border-radius: 50px
}

.app-osaas-demo-section .image-column {
    position: relative
}

.app-osaas-demo-section .image-column .inner-column {
    position: relative
}

.app-osaas-demo-section .image-column .image {
    position: relative
}

.app-osaas-demo-section .image-column .image img {
    position: relative;
    max-width: inherit
}

.app-osaas-testimonial-section-two {
    position: relative;
    padding: 80px 0 50px
}

.app-osaas-testimonial-section-two .color-one {
    position: absolute;
    left: 15%;
    top: 22%;
    width: 16px;
    height: 16px;
    background-color: #ffe6e6
}

.app-osaas-testimonial-section-two .color-two {
    position: absolute;
    left: 20%;
    top: 65%;
    width: 16px;
    height: 16px;
    background-color: #e3e6ff
}

.app-osaas-testimonial-section-two .color-three {
    position: absolute;
    right: 12%;
    top: 18%;
    width: 16px;
    height: 16px;
    background-color: #ffe6e6
}

.app-osaas-testimonial-section-two .color-four {
    position: absolute;
    right: 18%;
    top: 65%;
    width: 16px;
    height: 16px;
    background-color: #3246d3
}

.app-osaas-testimonial-section-two .testimonial-tabs {
    position: relative;
    margin-top: 50px;
    text-align: center;
    padding-bottom: 35px
}

.app-osaas-testimonial-section-two .testimonial-tabs .tab-btns {
    position: relative;
    margin-top: 40px;
    display: inline-block
}

.app-osaas-testimonial-section-two .testimonial-tabs .tab-btns:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #e6e9f4;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-testimonial-section-two .testimonial-tabs .tab-btns .tab-btn.active-btn::before,
.app-osaas-testimonial-section-two .testimonial-tabs .tab-btns .tab-btn:hover::before {
    opacity: 1
}

.app-osaas-testimonial-section-two .testimonial-tabs .tab-btns .tab-btn.active-btn,
.app-osaas-testimonial-section-two .testimonial-tabs .tab-btns .tab-btn:hover {
    opacity: 1
}

.app-osaas-testimonial-section-two .testimonial-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    margin: 0 0;
    font-size: 24px;
    background: 0 0;
    color: #19274d;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
    margin-right: 40px;
    margin-bottom: 12px;
    padding-top: 30px;
    opacity: .2;
    border-top: 1px solid #eaedff;
    display: inline-block;
    transition: all .5s ease;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-testimonial-section-two .testimonial-tabs .tab-btns .tab-btn:last-child {
    margin-right: 0
}

.app-osaas-testimonial-section-two .testimonial-tabs .tab-btns .tab-btn span {
    position: relative;
    display: block;
    color: #1374f6;
    font-size: 14px;
    margin-top: 7px
}

.app-osaas-testimonial-section-two .testimonial-tabs .tab-btns .tab-btn:before {
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    width: 100%;
    height: 4px;
    opacity: 0;
    background-color: #1374f6;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-testimonial-section-two .testimonial-tabs .tab-btns .tab-btn.active-btn .icon,
.app-osaas-testimonial-section-two .testimonial-tabs .tab-btns .tab-btn:hover .icon {
    color: #fff;
    background-color: #1374f6
}

.app-osaas-testimonial-section-two .testimonial-tabs .tabs-content {
    position: relative;
    text-align: center
}

.app-osaas-testimonial-section-two .testimonial-tabs .tabs-content .author-image {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto
}

.app-osaas-testimonial-section-two .testimonial-tabs .tabs-content .author-image:before {
    position: absolute;
    content: '';
    left: -30px;
    top: -30px;
    width: 60px;
    height: 60px;
    z-index: -1;
    border-radius: 50px;
    background-color: #ff5f63
}

.app-osaas-testimonial-section-two .testimonial-tabs .tabs-content .author-image:after {
    position: absolute;
    content: '';
    right: -25px;
    bottom: -25px;
    width: 60px;
    height: 60px;
    z-index: -1;
    border-radius: 50px;
    background-color: #3246d3
}

.app-osaas-testimonial-section-two .testimonial-tabs .tabs-content .tab {
    position: relative;
    display: none
}

.app-osaas-testimonial-section-two .testimonial-tabs .tabs-content .tab.active-tab {
    display: block
}

.app-osaas-testimonial-section-two .testimonial-tabs .tabs-content .text {
    position: relative;
    color: #19274d;
    font-size: 60px;
    line-height: 1.1em;
    max-width: 850px;
    margin: 0 auto;
    margin-top: 30px;
    font-family: Poppins
}

.app-osaas-platform-section-two {
    position: relative
}

.app-osaas-platform-section-two .sec-title.light .title {
    color: #fff
}

.app-osaas-platform-section-two .buttons-box {
    position: relative;
    margin-bottom: 65px
}

.app-osaas-platform-section-two .buttons-box .osaas-theme-btn {
    margin: 0 12px
}

.app-osaas-platform-section-two .outer-container {
    position: relative;
    text-align: center;
    padding: 0 15px;
    top: 2px
}

.app-osaas-blog-section-four {
    position: relative
}

.app-osaas-blog-section-four .inner-container {
    position: relative
}

.app-osaas-blog-section-four .sec-title .osaas-theme-btn {
    margin-top: 40px;
    padding: 14px 50px
}

.app-osaas-news-block-four {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-news-block-four .inner-box {
    position: relative;
    padding-top: 26px;
    padding: 18px;
    border-radius: 8px;
    border: 2px solid #f6f6ff
}

.app-osaas-news-block-four .inner-box .image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background-color: #1374f6
}

.app-osaas-news-block-four .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-news-block-four .inner-box:hover .image img {
    opacity: .5;
    transform: scale(1.05, 1.05)
}

.app-osaas-news-block-four .inner-box .image .post-date {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    width: 65px;
    height: 65px;
    color: #1374f6;
    font-size: 24px;
    font-weight: 700;
    padding-top: 5px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #fff
}

.app-osaas-news-block-four .inner-box .image .post-date span {
    font-size: 12px;
    color: #19274d;
    display: block;
    text-transform: capitalize
}

.app-osaas-news-block-four .inner-box .post-info {
    position: absolute;
    top: 0;
    left: 60px;
    right: 60px;
    padding: 13px 18px;
    border-radius: 50px;
    display: inline-block;
    z-index: 1;
    width: auto;
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-news-block-four .inner-box .post-info li {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1em;
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
    border-right: 1px solid #fff
}

.app-osaas-news-block-four .inner-box .post-info li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.app-osaas-news-block-four .inner-box .lower-content {
    position: relative
}

.app-osaas-news-block-four .inner-box .lower-content .category-link {
    position: relative;
    margin-left: 20px;
    margin-top: -17px
}

.app-osaas-news-block-four .inner-box .lower-content .category-link a {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    margin-right: 8px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    background-color: #1374f6
}

.app-osaas-news-block-four .inner-box .lower-content h4 {
    position: relative;
    font-size: 22px;
    line-height: 1.5em;
    margin-top: 20px;
    font-weight: 700;
    padding: 0 8px
}

.app-osaas-news-block-four .inner-box .lower-content h4 a {
    position: relative;
    color: #19274d;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-news-block-four .inner-box .lower-content h4 a:hover {
    color: #1374f6
}

.app-osaas-news-block-four .inner-box .lower-content .text {
    position: relative;
    color: #19274d;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 12px;
    padding: 0 8px;
    margin-bottom: 15px
}

.footer-style-two {
    position: relative;
    overflow: hidden;
    padding: 150px 0 0
}

.footer-style-two:before {
    position: absolute;
    content: '';
    left: -80px;
    top: 35px;
    bottom: -80px;
    width: 120%;
    transform: rotate(-3deg);
    background-image: -ms-linear-gradient(left, #004eb7 0, #1374f6 100%);
    background-image: -moz-linear-gradient(left, #004eb7 0, #1374f6 100%);
    background-image: -o-linear-gradient(left, #004eb7 0, #1374f6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #004eb7), color-stop(100, #1374f6));
    background-image: -webkit-linear-gradient(left, #004eb7 0, #1374f6 100%);
    background-image: linear-gradient(to right, #004eb7 0, #1374f6 100%)
}

.footer-style-two .footer-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 40px
}

.footer-style-two .widgets-section {
    position: relative;
    padding-bottom: 40px
}

.footer-style-two .footer-widget h4 {
    position: relative;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-family: Poppins
}

.footer-style-two .logo-widget .logo {
    position: relative;
    margin-bottom: 15px
}

.footer-style-two .logo-widget .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 25px
}

.footer-style-two .logo-widget .social-box {
    position: relative
}

.footer-style-two .logo-widget .social-box li {
    position: relative;
    margin-right: 8px;
    display: inline-block
}

.footer-style-two .logo-widget .social-box li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, .15);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.footer-style-two .logo-widget .social-box li a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #1374f6
}

.footer-style-two .list-link {
    position: relative
}

.footer-style-two .list-link li {
    position: relative;
    margin-bottom: 15px
}

.footer-style-two .list-link li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.footer-style-two .gallery-widget {
    position: relative
}

.footer-style-two .gallery-widget .images-outer {
    position: relative;
    margin: 0 -3px
}

.footer-style-two .gallery-widget .image-box {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0 6px;
    margin-bottom: 12px
}

.footer-style-two .gallery-widget .image-box img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.footer-style-two .gallery-widget .image-box img:hover {
    opacity: .7
}

.osaas-footer-rcp .news-widget {
    position: relative
}

.osaas-footer-rcp .news-widget {
    position: relative
}

.osaas-footer-rcp .news-widget .post {
    position: relative;
    min-height: 70px;
    padding-left: 90px;
    margin-bottom: 20px
}

.osaas-footer-rcp .news-widget .post:last-child {
    margin-bottom: 0
}

.osaas-footer-rcp .news-widget .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    overflow: hidden
}

.osaas-footer-rcp .news-widget .post .thumb a {
    display: block
}

.osaas-footer-rcp .news-widget .post .thumb img {
    display: block;
    width: 100%;
    height: auto
}

.osaas-footer-rcp .news-widget .post h6 {
    position: relative;
    color: #fff;
    line-height: 1.3em;
    padding-top: 1px;
    font-weight: 700;
    font-family: Poppins
}

.osaas-footer-rcp .news-widget .post h6 a {
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.osaas-footer-rcp .news-widget .post .post-info {
    position: relative;
    top: -4px;
    margin-bottom: 0
}

.osaas-footer-rcp .news-widget .post .post-info li {
    position: relative;
    font-size: 12px;
    margin-right: 12px;
    display: inline-block;
    color: rgba(255, 255, 255, .4)
}

.osaas-footer-rcp .news-widget .post .post-info li .icon {
    position: relative;
    margin-right: 6px;
    font-weight: 400
}

.footer-style-two .footer-bottom {
    position: relative;
    padding: 18px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer-style-two .footer-bottom .copyright {
    position: relative;
    color: #fff;
    font-size: 16px
}

.app-osaas-page-title {
    position: relative;
    padding: 190px 0 190px
}

.app-osaas-page-title .images-outer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.app-osaas-page-title .images-outer .image.one {
    position: absolute;
    left: 5%;
    top: 40px
}

.app-osaas-page-title .images-outer .image.two {
    position: absolute;
    left: 25%;
    bottom: 0
}

.app-osaas-page-title .images-outer .image.three {
    position: absolute;
    left: 62%;
    top: 60px
}

.app-osaas-page-title .images-outer .image.four {
    position: absolute;
    left: 68%;
    bottom: 5%
}

.app-osaas-page-title .images-outer .image.five {
    position: absolute;
    right: 2%;
    top: 32%
}

.app-osaas-page-title .app-osaas-auto-container {
    position: relative
}

.app-osaas-page-title h1 {
    position: relative;
    color: #19274d;
    font-size: 72px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: Poppins, sans-serif
}

.page-breadcrumb {
    position: relative;
    margin-top: 20px;
    text-align: center
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #fc3549;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize
}

.page-breadcrumb li:after {
    position: absolute;
    content: "|";
    right: -2px;
    top: -1px;
    color: #fc3549;
    font-size: 14px;
    font-weight: 700;
    font-family: FontAwesome
}

.page-breadcrumb li:last-child::after {
    display: none
}

.page-breadcrumb li:last-child {
    padding-right: 0;
    margin-right: 0
}

.page-breadcrumb li a {
    color: #fc3549;
    font-weight: 500;
    text-transform: capitalize;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.page-breadcrumb li a:hover {
    color: #19274d
}

.app-osaas-services-section {
    position: relative;
    padding: 110px 0 90px
}

.app-osaas-service-block-two {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-service-block-two .inner-box {
    position: relative;
    text-align: center;
    padding: 20px 20px;
    border: 2px solid #e9efff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.app-osaas-service-block-two .inner-box:hover {
    border-color: #fa464a
}

.app-osaas-service-block-two .inner-box .content {
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px
}

.app-osaas-service-block-two .inner-box .content:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -ms-linear-gradient(top, #f9fbff 0, #fff 100%);
    background-image: -moz-linear-gradient(top, #f9fbff 0, #fff 100%);
    background-image: -o-linear-gradient(top, #f9fbff 0, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9fbff), color-stop(100, #fff));
    background-image: -webkit-linear-gradient(top, #f9fbff 0, #fff 100%);
    background-image: linear-gradient(to bottom, #f9fbff 0, #fff 100%)
}

.app-osaas-service-block-two .inner-box .icon-outer {
    position: relative;
    display: inline-block
}

.app-osaas-service-block-two .inner-box .icon-outer:before {
    position: absolute;
    left: 50%;
    top: -10px;
    content: '';
    width: 20px;
    height: 110px;
    margin-left: -10px;
    border-radius: 50px;
    background-image: -ms-linear-gradient(left, #f65052 0, #fe7d48 100%);
    background-image: -moz-linear-gradient(left, #f65052 0, #fe7d48 100%);
    background-image: -o-linear-gradient(left, #f65052 0, #fe7d48 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f65052), color-stop(100, #fe7d48));
    background-image: -webkit-linear-gradient(left, #f65052 0, #fe7d48 100%);
    background-image: linear-gradient(to right, #f65052 0, #fe7d48 100%)
}

.app-osaas-service-block-two .inner-box .icon-outer .icon-box {
    position: relative;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff
}

.app-osaas-service-block-two .inner-box .icon-outer .icon-box .icon {
    position: relative;
    color: #fa474a;
    font-size: 48px;
    background: linear-gradient(to top, #fa474a 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-services-section .app-osaas-service-block-two:first-child .inner-box .icon-outer .icon-box .icon {
    padding-left: 10px
}

.app-osaas-service-block-two .inner-box h2 {
    position: relative;
    font-weight: 600;
    line-height: 1.2em;
    margin-top: 35px;
    font-family: Poppins, sans-serif
}

.app-osaas-service-block-two .inner-box h2 a {
    position: relative;
    color: #19274d;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.app-osaas-service-block-two .inner-box h2 a:hover {
    color: #f75251
}

.app-osaas-service-block-two .inner-box .text {
    position: relative;
    font-weight: 400;
    line-height: 1.9em;
    margin-top: 15px;
    color: #19274d;
    font-size: 16px;
    padding: 0 25px;
    margin-bottom: 20px
}

.app-osaas-service-block-two .inner-box .read-more {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: #fa454a;
    background: -webkit-linear-gradient(45deg, #fa454a, #ff9167 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-about-section-two {
    position: relative;
    padding: 0 0 120px
}

.app-osaas-about-section-two .image-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-about-section-two .image-column .inner-column {
    position: relative;
    padding-right: 25px
}

.app-osaas-about-section-two .image-column:before {
    position: absolute;
    content: '';
    left: -25px;
    bottom: -40px;
    right: 90px;
    top: 35px;
    border-radius: 15px;
    background-image: -ms-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa454a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa454a 0, #ff7a43 100%)
}

.app-osaas-about-section-two .image-column .image {
    position: relative;
    display: inline-block
}

.app-osaas-about-section-two .image-column .image img {
    position: relative;
    border-radius: 30px
}

.app-osaas-about-section-two .content-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-about-section-two .content-column .inner-column {
    position: relative;
    padding-top: 55px;
    padding-left: 20px;
    padding-right: 60px
}

.app-osaas-intro-section-two {
    position: relative;
    overflow: hidden;
    padding-top: 110px;
    padding-bottom: 70px
}

.app-osaas-intro-section-two .image-layer {
    position: absolute;
    right: -280px;
    top: -100px;
    width: 460px;
    height: 423px;
    background-repeat: no-repeat
}

.app-osaas-intro-section-two .app-osaas-auto-container {
    position: relative
}

.app-osaas-intro-section-two .app-osaas-auto-container:before {
    position: absolute;
    content: '';
    right: 270px;
    top: -110px;
    bottom: -120px;
    width: 300%;
    border-radius: 30px;
    background-color: #f9f8ff
}

.app-osaas-intro-section-two .content-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-intro-section-two .content-column .sec-title h1 {
    padding-bottom: 0
}

.app-osaas-intro-section-two .content-column .sec-title .text {
    margin-top: 15px
}

.app-osaas-intro-section-two .content-column .inner-column {
    position: relative
}

.app-osaas-intro-section-two .content-column .app-osaas-video-box {
    position: relative;
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    z-index: 1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-image: -ms-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa454a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa454a 0, #ff7a43 100%)
}

.app-osaas-intro-section-two .content-column .app-osaas-video-box .overlay-box span {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    z-index: 99;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    padding-left: 7px;
    display: inline-block;
    margin-top: -40px;
    margin-left: -40px;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.app-osaas-intro-section-two .content-column .app-osaas-video-box .ripple,
.app-osaas-intro-section-two .content-column .app-osaas-video-box .ripple:after,
.app-osaas-intro-section-two .content-column .app-osaas-video-box .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: .5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(250, 70, 74, .4);
    -moz-box-shadow: 0 0 0 0 rgba(250, 70, 74, .4);
    -ms-box-shadow: 0 0 0 0 rgba(250, 70, 74, .4);
    -o-box-shadow: 0 0 0 0 rgba(250, 70, 74, .4);
    box-shadow: 0 0 0 0 rgba(250, 70, 74, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.app-osaas-intro-section-two .content-column .app-osaas-video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.app-osaas-intro-section-two .content-column .app-osaas-video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.app-osaas-intro-section-two .image-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-intro-section-two .image-column .inner-column {
    position: relative;
    padding-top: 55px
}

.app-osaas-clients-section-three {
    position: relative;
    padding: 105px 0 105px
}

.app-osaas-clients-section-three .app-osaas-auto-container {
    max-width: 1600px
}

.app-osaas-clients-section-three .app-osaas-sponsors-outer .owl-dots,
.app-osaas-clients-section-three .app-osaas-sponsors-outer .owl-nav {
    position: relative;
    display: none
}

.app-osaas-clients-section-three .app-osaas-sponsors-outer .image-box {
    position: relative;
    text-align: center;
    margin: 0
}

.app-osaas-clients-section-three .app-osaas-sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    opacity: .2;
    display: inline-block;
    filter: grayscale(100%);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-clients-section-three .app-osaas-sponsors-outer .image-box img:hover {
    opacity: 1;
    filter: grayscale(0)
}

.app-osaas-team-page-section {
    position: relative;
    padding: 120px 0 100px
}

.app-osaas-team-block-two {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-team-block-two .inner-box {
    position: relative;
    padding: 35px 35px;
    border: 2px solid #f2f3f6
}

.app-osaas-team-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    right: 0;
    height: 3px;
    opacity: 0;
    transform: scale(.5, 1);
    background-color: #fa484b;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-team-block-two .inner-box:hover::before {
    opacity: 1;
    transform: scale(1, 1)
}

.app-osaas-team-block-two .inner-box .content {
    position: relative;
    overflow: hidden
}

.app-osaas-team-block-two .inner-box .content .circle-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    display: inline-block;
    background-color: #ffe6e5
}

.app-osaas-team-block-two .inner-box .content .circle-two {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    background-image: -ms-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa454a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa454a 0, #ff7a43 100%)
}

.app-osaas-team-block-two .inner-box .designation {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: right;
    margin-bottom: 28px;
    color: #fa454a;
    background: -webkit-linear-gradient(45deg, #fa454a, #ff9167 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-team-block-two .inner-box .image {
    position: relative;
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 25px
}

.app-osaas-team-block-two .inner-box h2 {
    position: relative;
    font-weight: 700;
    line-height: 1.1em;
    font-family: Roboto, sans-serif
}

.app-osaas-team-block-two .inner-box h2 a {
    position: relative;
    color: #19274d;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-team-block-two .inner-box h2 a:hover {
    color: #fa484b
}

.app-osaas-team-block-two .inner-box .content .social-outer-box {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.app-osaas-team-block-two .inner-box .content .social-outer-box .plus {
    position: relative;
    right: 0;
    bottom: 0;
    width: 50px;
    z-index: 1;
    height: 50px;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-image: -ms-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa454a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa454a 0, #ff7a43 100%)
}

.app-osaas-team-block-two .inner-box .content .social-outer-box .social-boxed {
    position: absolute;
    right: 0;
    bottom: -400px;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.app-osaas-team-block-two .inner-box .content .social-outer-box:hover {
    overflow: visible
}

.app-osaas-team-block-two .inner-box .content .social-outer-box:hover .social-boxed {
    bottom: 100%;
    top: auto
}

.app-osaas-team-block-two .inner-box .content .social-outer-box .social-boxed .social-box {
    position: relative
}

.app-osaas-team-block-two .inner-box .content .social-outer-box .social-boxed .social-box li {
    position: relative;
    padding-bottom: 10px
}

.app-osaas-team-block-two .inner-box .content .social-outer-box .social-boxed .social-box li a {
    position: relative;
    width: 50px;
    height: 50px;
    color: #19274d;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    border: 2px solid #f2f3f6;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-team-block-two .inner-box .content .social-outer-box .social-boxed .social-box li a:hover {
    color: #fff;
    border-color: #fb4e49;
    background-color: #fb4e49
}

.app-osaas-featured-section-seven {
    position: relative;
    padding: 110px 0 80px;
    background-color: #f9f8ff
}

.app-osaas-feature-block-seven {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-feature-block-seven .inner-box {
    position: relative;
    padding: 45px 30px;
    border-radius: 5px;
    background-color: #fff
}

.app-osaas-feature-block-seven .inner-box .number {
    position: absolute;
    right: -10px;
    top: -16px;
    color: #f9f8ff;
    font-size: 120px;
    line-height: 1em;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.app-osaas-feature-block-seven .inner-box .icon-box {
    position: relative
}

.app-osaas-feature-block-seven .inner-box .icon-box .icon {
    position: relative;
    color: #fa474a;
    line-height: 1em;
    font-size: 30px;
    background: linear-gradient(to top, #fa474a 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-feature-block-seven .inner-box h5 {
    position: relative;
    color: #19274d;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 18px;
    font-family: Poppins, sans-serif
}

.app-osaas-feature-block-seven .inner-box .text {
    position: relative;
    color: #19274d;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 12px
}

.app-osaas-skill-section {
    position: relative;
    padding: 140px 0 120px
}

.app-osaas-skill-section .content-column {
    position: relative
}

.app-osaas-skill-section .content-column .inner-column {
    position: relative;
    padding-right: 60px
}

.app-osaas-skills .skill-item {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-skills .skill-item:last-child {
    margin-bottom: 0
}

.app-osaas-skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
    padding: 6px;
    border: 2px solid #ffefeb
}

.app-osaas-skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 5px;
    background: #ccc
}

.app-osaas-skills.style-two .skill-item .skill-bar .bar-inner {
    background-color: #eee
}

.app-osaas-skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    width: 0;
    background-image: -ms-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa454a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa454a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa454a 0, #ff7a43 100%);
    -webkit-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease
}

.app-osaas-skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 12px
}

.app-osaas-skills .skill-item .skill-header .skill-title {
    float: left;
    color: #19274d;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: capitalize;
    font-family: Poppins, sans-serif
}

.app-osaas-skills .skill-item .skill-header .skill-percentage {
    position: relative;
    float: right;
    font-weight: 600;
    font-size: 18px;
    color: #fa454a;
    text-transform: uppercase;
    font-family: Poppins, sans-serif
}

.app-osaas-skill-section .images-column {
    position: relative
}

.app-osaas-skill-section .images-column .inner-column {
    position: relative;
    padding-right: 20px;
    padding-left: 50px;
    padding-top: 90px
}

.app-osaas-skill-section .images-column .image {
    position: relative
}

.app-osaas-skill-section .images-column .image:before {
    position: absolute;
    content: '';
    left: -30px;
    bottom: -30px;
    width: 0;
    height: 0;
    border-bottom: 150px solid #fa4a49;
    border-right: 150px solid transparent
}

.app-osaas-skill-section .images-column .image img {
    position: relative;
    display: block
}

.app-osaas-skill-section .images-column .image-one {
    position: absolute;
    left: -30px;
    top: 0
}

.app-osaas-skill-section .images-column .image-two {
    position: absolute;
    right: -85px;
    bottom: -140px
}

.app-osaas-faq-page-section {
    position: relative;
    padding: 100px 0 100px
}

.app-osaas-faq-page-section .inner-container {
    position: relative;
    max-width: 780px;
    margin: 0 auto
}

.app-osaas-accordion-box {
    position: relative
}

.app-osaas-accordion-box .block {
    position: relative;
    margin-bottom: 0
}

.app-osaas-accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    line-height: 34px;
    color: #19274d;
    font-weight: 700;
    background: #fff;
    padding: 19px 55px 17px 0;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    border-bottom: 2px solid #e7edff
}

.app-osaas-accordion-box .block .icon-outer {
    position: absolute;
    right: 0;
    top: 18px;
    width: 36px;
    height: 36px;
    font-size: 20px;
    color: #fff;
    border-radius: 0 8px 8px 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-accordion-box .block .icon-outer .icon {
    position: absolute;
    right: 0;
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-accordion-box .block .icon-outer .icon-plus {
    opacity: 1
}

.app-osaas-accordion-box .block .icon-outer .icon-minus {
    opacity: 0
}

.app-osaas-accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    background-color: #1c17a0
}

.app-osaas-accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0
}

.app-osaas-accordion-box .block .acc-content {
    position: relative;
    display: none
}

.app-osaas-accordion-box .block .acc-content .content-text {
    padding-bottom: 6px
}

.app-osaas-accordion-box .block .acc-content.current {
    display: block
}

.app-osaas-accordion-box .block .content {
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 1.8em;
    padding: 35px 35px 30px 30px;
    box-shadow: 0 0 10px rgba(250, 70, 74, .2);
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-accordion-box .block .content .text {
    line-height: 1.9em;
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.app-osaas-accordion-box .block .content p:last-child {
    margin-bottom: 0
}

.app-osaas-accordion-box .block .content .text span {
    font-weight: 600
}

.app-osaas-updates-section {
    position: relative;
    padding: 110px 0 70px;
    background-size: cover
}

.app-osaas-updates-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(103, 112, 138, .7)
}

.app-osaas-updates-section .subscribe-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-updates-section .subscribe-column .inner-column {
    position: relative
}

.app-osaas-updates-section .subscribe-column .title {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em
}

.app-osaas-updates-section .subscribe-column h1 {
    position: relative;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1em;
    margin-top: 25px;
    margin-bottom: 42px
}

.subscribe-form-six {
    position: relative;
    width: 100%;
    margin-bottom: 0
}

.subscribe-form-six .form-group {
    position: relative;
    display: block;
    z-index: 1;
    margin-bottom: 0
}

.subscribe-form-six .form-group input[type=email],
.subscribe-form-six .form-group input[type=tel],
.subscribe-form-six .form-group input[type=text],
.subscribe-form-six .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    font-weight: 400;
    border-radius: 50px;
    background: 0 0;
    padding: 10px 20px 10px 40px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    border: 1px solid rgba(255, 255, 255, .5)
}

.subscribe-form-six .form-group input::-webkit-input-placeholder,
.subscribe-form-six .form-group textarea::-webkit-input-placeholder {
    color: #fff
}

.subscribe-form-six .form-group .osaas-theme-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer
}

.app-osaas-updates-section .info-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-updates-section .info-column .inner-column {
    position: relative
}

.app-osaas-updates-section .info-column .info-block {
    position: relative
}

.app-osaas-updates-section .info-column .info-block .inner-box {
    position: relative;
    text-align: center
}

.app-osaas-updates-section .info-column .info-block .inner-box .icon-box {
    position: relative;
    width: 120px;
    height: 120px;
    line-height: 140px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 30px;
    display: inline-block;
    background-color: #fff
}

.app-osaas-updates-section .info-column .info-block .inner-box .icon-box .icon {
    position: relative;
    font-size: 44px;
    background: -webkit-linear-gradient(-45deg, #fa484a, #fe7344 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-updates-section .info-column .info-block h2 {
    position: relative;
    color: #fff;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 20px
}

.app-osaas-updates-section .info-column .info-block .phone {
    position: relative
}

.app-osaas-updates-section .info-column .info-block .phone a {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
    display: block
}

.app-osaas-updates-section .info-column .info-block .email {
    position: relative
}

.app-osaas-updates-section .info-column .info-block .email a {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
    display: block
}

.process-page-section {
    position: relative;
    padding-top: 120px;
    padding-bottom: 40px
}

.app-osaas-process-block-two {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-process-block-two .inner-box {
    position: relative
}

.app-osaas-process-block-two .inner-box .image-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-process-block-two .inner-box .image-column .inner-column {
    position: relative;
    padding-right: 40px
}

.app-osaas-process-block-two .inner-box .image-column .image {
    position: relative
}

.app-osaas-process-block-two .inner-box .image-column .image img {
    position: relative;
    width: 100%;
    display: block
}

.app-osaas-process-block-two .inner-box .content-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-process-block-two .inner-box .content-column .inner-column {
    position: relative;
    padding-top: 30px
}

.app-osaas-process-block-two .inner-box .content-column .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 10px 10px rgba(252, 93, 71, .1);
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-process-block-two .inner-box .content-column h1 {
    position: relative;
    color: #19274d;
    font-weight: 600;
    line-height: 1.1em;
    font-size: 60px;
    margin-top: 30px;
    font-family: Poppins, sans-serif
}

.app-osaas-process-block-two .inner-box .content-column .text {
    position: relative;
    color: #19274d;
    font-weight: 400;
    line-height: 1.8em;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px
}

.app-osaas-process-block-two .inner-box .content-column .text span {
    position: relative;
    font-weight: 600
}

.app-osaas-process-block-three {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-process-block-three .inner-box {
    position: relative
}

.app-osaas-process-block-three .inner-box .image-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-process-block-three .inner-box .image-column .inner-column {
    position: relative;
    padding-left: 40px
}

.app-osaas-process-block-three .inner-box .image-column .image {
    position: relative
}

.app-osaas-process-block-three .inner-box .image-column .image img {
    position: relative;
    width: 100%;
    display: block
}

.app-osaas-process-block-three .inner-box .content-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-process-block-three .inner-box .content-column .inner-column {
    position: relative;
    padding-top: 30px;
    padding-right: 30px
}

.app-osaas-process-block-three .inner-box .content-column .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 10px 10px rgba(25, 23, 191, .1);
    background-image: -ms-linear-gradient(left, #1917bf 0, #46cff8 100%);
    background-image: -moz-linear-gradient(left, #1917bf 0, #46cff8 100%);
    background-image: -o-linear-gradient(left, #1917bf 0, #46cff8 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #1917bf), color-stop(100, #46cff8));
    background-image: -webkit-linear-gradient(left, #1917bf 0, #46cff8 100%);
    background-image: linear-gradient(to right, #1917bf 0, #46cff8 100%)
}

.app-osaas-process-block-three .inner-box .content-column h1 {
    position: relative;
    color: #19274d;
    font-weight: 600;
    line-height: 1.1em;
    font-size: 60px;
    margin-top: 30px;
    font-family: Poppins, sans-serif
}

.app-osaas-process-block-three .inner-box .content-column .text {
    position: relative;
    color: #19274d;
    font-weight: 400;
    line-height: 1.8em;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 50px
}

.app-osaas-process-block-three .inner-box .content-column .text span {
    position: relative;
    font-weight: 600
}

.app-osaas-process-block-three .inner-box .content-column .app-options {
    position: relative
}

.app-osaas-process-block-three .inner-box .content-column .app-options .app-block {
    position: relative;
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 20px;
    padding-top: 24px;
    text-align: center;
    border: 2px solid #f1faff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.app-osaas-process-block-three .inner-box .content-column .app-block .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.app-osaas-process-block-three .inner-box .content-column .app-options .app-block .icon {
    position: relative;
    font-size: 36px;
    color: #1b1fc2;
    line-height: 1em;
    background: -webkit-linear-gradient(-45deg, #1b1fc2, #44c6f5 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-process-block-three .inner-box .content-column .app-options .app-block h6 {
    position: relative;
    color: #19274d;
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px
}

.app-osaas-process-block-three .inner-box .content-column .app-options .app-block:last-child {
    margin-right: 0
}

.app-osaas-process-block-three .inner-box .content-column .app-options .app-block:hover {
    border-color: #2548ce
}

.app-osaas-process-block-four {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-process-block-four .inner-box {
    position: relative
}

.app-osaas-process-block-four .inner-box .image-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-process-block-four .inner-box .image-column .inner-column {
    position: relative;
    padding-right: 40px
}

.app-osaas-process-block-four .inner-box .image-column .image {
    position: relative
}

.app-osaas-process-block-four .inner-box .image-column .image img {
    position: relative;
    width: 100%;
    display: block
}

.app-osaas-process-block-four .inner-box .content-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-process-block-four .inner-box .content-column .inner-column {
    position: relative;
    padding-top: 30px
}

.app-osaas-process-block-four .inner-box .content-column .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 10px 10px rgba(252, 93, 71, .1);
    background-image: -ms-linear-gradient(left, #39cb6e 0, #6ad831 100%);
    background-image: -moz-linear-gradient(left, #39cb6e 0, #6ad831 100%);
    background-image: -o-linear-gradient(left, #39cb6e 0, #6ad831 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #39cb6e), color-stop(100, #6ad831));
    background-image: -webkit-linear-gradient(left, #39cb6e 0, #6ad831 100%);
    background-image: linear-gradient(to right, #39cb6e 0, #6ad831 100%)
}

.app-osaas-process-block-four .inner-box .content-column h1 {
    position: relative;
    color: #19274d;
    font-weight: 600;
    line-height: 1.1em;
    font-size: 60px;
    margin-top: 30px;
    font-family: Poppins, sans-serif
}

.app-osaas-process-block-four .inner-box .content-column .text {
    position: relative;
    color: #19274d;
    font-weight: 400;
    line-height: 1.8em;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px
}

.app-osaas-process-block-four .inner-box .content-column .text span {
    position: relative;
    font-weight: 600
}

.app-osaas-process-block-four .inner-box .content-column .row {
    margin: 0 -2px
}

.app-osaas-process-block-four .inner-box .content-column .number-block-two {
    padding: 0 2px
}

.number-block-two {
    position: relative
}

.number-block-two .block-inner {
    position: relative;
    padding: 45px 35px;
    box-shadow: 2px 0 20px rgba(70, 206, 93, .07)
}

.number-block-two .block-inner .icon {
    position: absolute;
    right: 0;
    top: 0
}

.number-block-two .block-inner .number {
    position: relative;
    font-size: 80px;
    font-weight: 600;
    line-height: 1em;
    color: #37ca6f;
    font-family: Poppins, sans-serif;
    background: linear-gradient(to right, #37ca6f 0, #67d734 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.number-block-two .block-inner h4 {
    position: relative;
    color: #19274d;
    font-weight: 600;
    line-height: 1.4em;
    margin-top: 15px;
    font-family: Poppins, sans-serif
}

.number-block-two .block-inner .block-text {
    position: relative;
    color: #19274d;
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 14px
}

.works-section {
    position: relative;
    padding: 110px 0 70px;
    background-color: #fff0f0
}

.work-block {
    position: relative;
    margin-bottom: 30px
}

.work-block .inner-box {
    position: relative;
    text-align: center
}

.work-block .inner-box .icon-box {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #fff
}

.work-block .inner-box .icon-box .check {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    box-shadow: 0 10px 10px rgba(252, 93, 71, .1);
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.work-block .inner-box .icon-box .icon {
    position: relative;
    width: 120px;
    height: 120px;
    color: #fa474a;
    line-height: 120px;
    font-size: 66px;
    background: -webkit-linear-gradient(-45deg, #fa474a, #ff7943 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block
}

.work-block .inner-box h3 {
    position: relative;
    color: #19274d;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: Poppins, sans-serif
}

.work-block .inner-box h3 a {
    position: relative;
    color: #19274d;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.work-block .inner-box h3 a:hover {
    color: #fb4b49
}

.work-block .inner-box .text {
    position: relative;
    color: #19274d;
    font-size: 18px;
    line-height: 1.8em;
    padding: 0 25px;
    margin-bottom: 28px
}

.work-block .inner-box .arrow {
    position: relative;
    width: 50px;
    height: 50px;
    color: #ff7644;
    font-size: 18px;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.work-block .inner-box:hover .arrow {
    color: #fff;
    background-color: #fb4b49
}

.app-osaas-service-page-section {
    position: relative;
    padding: 110px 0 70px
}

.app-osaas-service-page-section .video-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-service-page-section .video-column .inner-column {
    position: relative;
    padding-top: 75px;
    padding-right: 40px
}

.app-osaas-service-page-section .content-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-service-page-section .content-column .sec-title {
    margin-bottom: 0
}

.app-osaas-service-page-section .content-column .inner-column {
    position: relative
}

.app-osaas-service-page-section .content-column .row {
    margin: 0 0
}

.app-osaas-service-page-section .content-column .app-osaas-feature-block-eight {
    padding: 0 0;
    float: left
}

.app-osaas-feature-block-eight {
    position: relative
}

.app-osaas-feature-block-eight .inner-box {
    position: relative;
    padding: 35px 28px;
    overflow: hidden;
    box-shadow: 0 10px 40px #fafcfe
}

.app-osaas-feature-block-eight .inner-box .number {
    position: absolute;
    right: -10px;
    bottom: -20px;
    color: #fafcfe;
    font-weight: 700;
    font-size: 140px;
    line-height: 1em
}

.app-osaas-feature-block-eight .inner-box .upper-box {
    position: relative;
    padding-top: 8px;
    padding-left: 62px
}

.app-osaas-feature-block-eight .inner-box .upper-box .icon {
    position: absolute;
    left: 0;
    top: 0
}

.app-osaas-feature-block-eight .inner-box .upper-box h4 {
    position: relative;
    color: #19274d;
    font-weight: 500;
    line-height: 1.3em
}

.app-osaas-feature-block-eight .inner-box .text {
    position: relative;
    color: #19274d;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 28px;
    z-index: 1
}

.app-osaas-service-page-section-two {
    position: relative;
    padding: 160px 0 60px
}

.app-osaas-service-block-three {
    position: relative;
    margin-bottom: 75px
}

.app-osaas-service-block-three .inner-box {
    position: relative;
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.app-osaas-service-block-three .inner-box .image {
    position: relative;
    background-color: #fa464a
}

.app-osaas-service-block-three .inner-box .image .icon-box {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: -40px;
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 32px;
    line-height: 80px;
    border-radius: 50px;
    box-shadow: 0 10px 10px rgba(252, 93, 71, .1);
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-service-block-three .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.app-osaas-service-block-three .inner-box:hover .image img {
    opacity: .5
}

.app-osaas-service-block-three .inner-box .lower-content {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px 15px;
    margin-top: -60px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(250, 83, 86, .1)
}

.app-osaas-service-block-three .inner-box .lower-content:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 4px;
    bottom: 0;
    transform: scale(1, .32);
    background-color: #fd6246;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.app-osaas-service-block-three .inner-box .lower-content:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 4px;
    bottom: 0;
    transform: scale(1, .32);
    background-color: #fd6246;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.app-osaas-service-block-three .inner-box:hover .lower-content:after,
.app-osaas-service-block-three .inner-box:hover .lower-content:before {
    transform: scale(1, .7)
}

.app-osaas-service-block-three .inner-box .lower-content h4 {
    position: relative;
    font-weight: 600;
    line-height: 1.3em
}

.app-osaas-service-block-three .inner-box .lower-content h4 a {
    position: relative;
    color: #19274d;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.app-osaas-service-block-three .inner-box .lower-content h4 a:hover {
    color: #fa484a
}

.app-osaas-service-block-three .inner-box .lower-content .text {
    position: relative;
    font-weight: 400;
    color: #19274d;
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 8px
}

.app-osaas-service-detail-section {
    position: relative;
    padding: 110px 0 120px
}

.app-osaas-service-detail-section .inner-container {
    position: relative
}

.app-osaas-service-detail-section .image {
    position: relative;
    margin-bottom: 50px
}

.app-osaas-service-detail-section .image img {
    position: relative;
    width: 100%;
    display: block
}

.app-osaas-service-detail-section .service-info-boxed {
    position: relative;
    margin-left: 70px;
    margin-right: 70px
}

.app-osaas-service-detail-section .service-info-boxed .box-inner {
    position: relative;
    z-index: 1;
    margin-bottom: -75px;
    padding: 42px 70px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(250, 70, 74, .15);
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-service-detail-section .service-info-boxed .arrow {
    position: absolute;
    right: -25px;
    top: 50%;
    width: 55px;
    height: 55px;
    color: #fa454a;
    font-size: 24px;
    line-height: 55px;
    margin-top: -28px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    box-shadow: 0 0 10px rgba(250, 70, 74, .15)
}

.app-osaas-service-detail-section .service-info-boxed .arrow:hover {
    background-color: #fa474a;
    color: #fff
}

.app-osaas-service-detail-section .service-info-boxed h4 {
    position: relative;
    color: #fff;
    font-weight: 600;
    line-height: 1.3em;
    font-family: Poppins, sans-serif
}

.app-osaas-service-detail-section .two-column {
    position: relative;
    margin-top: 40px
}

.app-osaas-service-detail-section .service-info-boxed .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    margin-top: 8px;
    line-height: 1.6em
}

.app-osaas-service-detail-section .inner-container p {
    position: relative;
    color: #19274d;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 20px
}

.app-osaas-service-detail-section .new-posts {
    position: relative;
    margin-top: 60px
}

.app-osaas-service-detail-section .new-posts .grid-icon {
    position: absolute;
    left: 50%;
    width: 80px;
    height: 80px;
    color: #fff;
    line-height: 86px;
    text-align: center;
    margin-left: -40px;
    border-radius: 50px;
    font-size: 22px;
    box-shadow: 0 0 15px rgba(250, 70, 74, .15);
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-service-detail-section .new-posts .title {
    position: relative;
    color: #fc3549;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(to right, #fc3549 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-service-detail-section .new-posts h4 {
    position: relative;
    color: #19274d;
    font-weight: 600;
    margin-top: 10px;
    font-family: Poppins, sans-serif
}

.app-osaas-service-detail-section .new-posts h4 a {
    position: relative;
    color: #19274d
}

.app-osaas-service-detail-section .new-posts .right-text {
    text-align: right
}

.app-osaas-portfolio-page-section {
    position: relative;
    padding: 110px 0 120px
}

.app-osaas-portfolio-page-section .btn-box {
    margin-top: 10px
}

.app-osaas-gallery-block {
    position: relative;
    margin-bottom: 30px
}

.app-osaas-gallery-block .inner-box {
    position: relative;
    width: 100%
}

.app-osaas-gallery-block .image-box {
    position: relative;
    display: block;
    margin: 0;
    overflow: hidden;
    border-radius: 20px
}

.app-osaas-gallery-block .image-box img {
    position: relative;
    display: block;
    width: 100%
}

.app-osaas-gallery-block .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #fff;
    text-align: center;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.app-osaas-gallery-block .overlay-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-gallery-block .inner-box:hover .overlay-box {
    opacity: 1;
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    visibility: visible
}

.app-osaas-gallery-block .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0
}

.app-osaas-gallery-block .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.app-osaas-gallery-block .overlay-inner .link {
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #fb4b49;
    line-height: 50px;
    margin: 0 3px;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.app-osaas-gallery-block .overlay-inner .link .icon {
    position: relative;
    z-index: 1
}

.app-osaas-gallery-block .overlay-inner .link:hover {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .9)
}

.app-osaas-contact-page-section {
    position: relative;
    padding: 110px 0 80px
}

.app-osaas-contact-page-section .info-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-contact-page-section .info-column .inner-column {
    position: relative;
    padding-right: 70px
}

.app-osaas-contact-page-section .info-column .sec-title .text {
    margin-top: 5px
}

.app-osaas-contact-page-section .info-column .contact-info {
    position: relative
}

.app-osaas-contact-page-section .info-column .contact-info li {
    position: relative;
    color: #19274d;
    font-weight: 600;
    font-size: 24px;
    padding-left: 110px;
    min-height: 80px;
    padding-top: 8px;
    margin-bottom: 22px;
    line-height: 1.4em
}

.app-osaas-contact-page-section .info-column .contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(28, 158, 225, .1)
}

.app-osaas-contact-page-section .info-column .contact-info li i {
    position: relative;
    color: #7da3ac;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    display: block;
    margin-bottom: 0
}

.app-osaas-contact-page-section .info-column .contact-info li:last-child {
    margin-bottom: 0
}

.app-osaas-contact-page-section .form-column {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-contact-page-section .form-column .inner-column {
    position: relative;
    padding: 60px 60px 60px;
    box-shadow: 0 10px 22px rgba(250, 71, 74, .05)
}

.contact-form {
    position: relative
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.contact-form .form-group .icon {
    position: absolute;
    right: 20px;
    top: 22px;
    color: #fa4a49;
    font-size: 16px;
    line-height: 1em;
    font-weight: 400
}

.contact-form input[type=email],
.contact-form input[type=password],
.contact-form input[type=text],
.contact-form select,
.contact-form textarea {
    display: block;
    width: 100%;
    line-height: 28px;
    height: 56px;
    font-size: 16px;
    padding: 8px 30px;
    color: #19274d;
    border-radius: 0;
    background-color: snow;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.contact-form .form-group input::-webkit-input-placeholder,
.contact-form .form-group textarea::-webkit-input-placeholder {
    color: #19274d
}

.contact-form textarea {
    height: 170px;
    resize: none;
    font-size: 15px;
    padding-top: 18px
}

.contact-form input[type=email]:focus,
.contact-form input[type=password]:focus,
.contact-form input[type=text]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #ffc108
}

.contact-form .osaas-theme-btn {
    cursor: pointer;
    padding: 15px 57px;
    box-shadow: 0 0 15px rgba(250, 70, 74, .15)
}

.app-osaas-map-section {
    padding-bottom: 90px
}

.app-osaas-error-section {
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px
}

.app-osaas-error-section .image {
    position: relative;
    margin-bottom: 0
}

.app-osaas-error-section .btns-box .osaas-theme-btn {
    top: -30px;
    padding: 15px 46px;
    margin-top: -110px
}

.app-osaas-sidebar-page-container {
    position: relative;
    padding: 100px 0 80px
}

.app-osaas-sidebar-page-container .app-osaas-sidebar-side,
.app-osaas-sidebar-page-container .content-side {
    margin-bottom: 40px
}

.app-osaas-sidebar-page-container .app-osaas-sidebar-side .app-osaas-sidebar-inner {
    padding-left: 20px
}

.app-osaas-sticky-top {
    top: 90px;
    z-index: 1
}

.app-osaas-sidebar-widget {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-sidebar-widget .widget-content {
    position: relative;
    padding: 35px 35px;
    border: 2px solid #ededed
}

.app-osaas-sidebar-widget:last-child {
    margin-bottom: 0
}

.app-osaas-sidebar-title {
    position: relative;
    margin-bottom: 35px
}

.app-osaas-sidebar-title h5 {
    position: relative;
    color: #19274d;
    font-weight: 600;
    line-height: 1.3em;
    padding-left: 30px;
    text-align: left;
    text-transform: capitalize;
    font-family: Poppins, sans-serif
}

.app-osaas-sidebar-title h5:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 3px;
    height: 25px;
    background-image: -ms-linear-gradient(top, #fa474a 0, #ff7843 100%);
    background-image: -moz-linear-gradient(top, #fa474a 0, #ff7843 100%);
    background-image: -o-linear-gradient(top, #fa474a 0, #ff7843 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fa474a), color-stop(100, #ff7843));
    background-image: -webkit-linear-gradient(top, #fa474a 0, #ff7843 100%);
    background-image: linear-gradient(to bottom, #fa474a 0, #ff7843 100%)
}

.app-osaas-about-widget {
    text-align: center
}

.app-osaas-about-widget .author-image {
    position: relative;
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto
}

.app-osaas-about-widget h6 {
    position: relative;
    color: #19274d;
    font-weight: 600;
    margin-top: 25px;
    font-family: Poppins, sans-serif
}

.app-osaas-about-widget .text {
    position: relative;
    color: #19274d;
    font-weight: 400;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.9em
}

.app-osaas-about-widget .social-box {
    position: relative;
    margin-top: 12px
}

.app-osaas-about-widget .social-box li {
    position: relative;
    margin: 0 9px;
    display: inline-block
}

.app-osaas-about-widget .social-box li a {
    position: relative;
    color: #b3bed3;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-about-widget .social-box li a:hover {
    color: #19274d
}

.app-osaas-sidebar .search-box .form-group {
    position: relative;
    margin: 0
}

.app-osaas-sidebar .search-box .form-group input[type=search],
.app-osaas-sidebar .search-box .form-group input[type=text] {
    position: relative;
    line-height: 38px;
    padding: 10px 50px 10px 30px;
    background: #f6f4ff;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 60px;
    color: #19274d;
    font-style: italic;
    border-radius: 50px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-sidebar .search-box .form-group input::placeholder,
.app-osaas-sidebar .search-box .form-group textarea::placeholder {
    color: #19274d
}

.app-osaas-sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    line-height: 100%;
    font-weight: 400;
    border-radius: 50px;
    box-shadow: 0 0 15px rgba(250, 70, 74, .15);
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666;
    padding-top: 6px;
    padding-left: 100px;
    min-height: 110px;
    margin-bottom: 28px;
    border-bottom: 1px solid #e1e6ff
}

.app-osaas-sidebar .popular-posts .post:last-child {
    margin-bottom: 0;
    min-height: auto;
    border: none
}

.app-osaas-sidebar .popular-posts .post:last-child {
    margin-bottom: 0
}

.app-osaas-sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    border-radius: 0;
    overflow: hidden
}

.app-osaas-sidebar .popular-posts .post .post-thumb .overlay-box {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: rgba(251, 80, 73, .7)
}

.app-osaas-sidebar .popular-posts .post .post-thumb .overlay-box .fa {
    top: 50%;
    position: relative;
    margin-top: -12px;
    display: block
}

.app-osaas-sidebar .popular-posts .post:hover .post-thumb .overlay-box {
    opacity: 1
}

.app-osaas-sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.app-osaas-sidebar .popular-posts .post .text {
    position: relative;
    top: -4px;
    font-size: 16px;
    margin: 0 0 0;
    font-weight: 600;
    color: #19274d;
    line-height: 1.6em;
    text-transform: capitalize;
    font-family: Poppins, sans-serif
}

.app-osaas-sidebar .popular-posts .post .text a {
    color: #19274d;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.app-osaas-sidebar .popular-posts .post a:hover {
    color: #fa474a
}

.app-osaas-sidebar .popular-posts .post-info {
    position: relative;
    color: #fc3549;
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px;
    padding-left: 20px;
    background: linear-gradient(to right, #fc3549 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-sidebar .popular-posts .post-info:before {
    position: absolute;
    content: '\f073';
    left: 0;
    top: 5px;
    font-size: 13px;
    font-weight: 800;
    font-family: FontAwesome;
    color: #fa474a;
    line-height: 1em;
    background: linear-gradient(to top, #fa474a 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-blog-cat {
    position: relative
}

.app-osaas-blog-cat li {
    position: relative;
    margin-bottom: 10px
}

.app-osaas-blog-cat li a {
    position: relative;
    color: #19274d;
    font-size: 14px;
    display: block;
    font-weight: 500;
    z-index: 1;
    border-radius: 50px;
    padding: 14px 50px 14px 30px;
    background-color: #edf5ff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-blog-cat li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 50px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-blog-cat li a:hover::before {
    width: 100%
}

.app-osaas-blog-cat li a:hover {
    color: #fff
}

.app-osaas-blog-cat li a span {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 51px;
    line-height: 52px;
    text-align: center;
    border-radius: 50px;
    background-color: #dae6f6
}

.app-osaas-blog-cat li a:hover span {
    background-color: #dc4016
}

.app-osaas-social-widget .social-box li {
    position: relative;
    margin-right: 8px;
    display: inline-block
}

.app-osaas-social-widget .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #19274d;
    line-height: 42px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #eaf2ff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-social-widget .social-box li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    transform: scale(0, 0);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    box-shadow: 0 10px 15px rgba(250, 70, 74, .15);
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-social-widget .social-box li a span {
    position: relative
}

.app-osaas-social-widget .social-box li a:hover::before {
    transform: scale(1, 1)
}

.app-osaas-social-widget .social-box li a:hover {
    color: #fff
}

.app-osaas-tweet-widget .tweets-outer {
    position: relative
}

.tweet-block {
    position: relative;
    margin-bottom: 30px
}

.tweet-block .block-inner {
    position: relative;
    padding-left: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e6ff
}

.tweet-block .block-inner .icon {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 20px;
    line-height: 1em;
    color: #fa474a;
    line-height: 1em;
    background: linear-gradient(to top, #fa474a 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.tweet-block .block-inner .text {
    position: relative;
    color: #19274d;
    font-size: 14px;
    line-height: 2em
}

.tweet-block .block-inner .tweet-date {
    position: relative;
    color: #19274d;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif
}

.tweet-block:last-child {
    margin-bottom: 0
}

.tweet-block:last-child .block-inner {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.app-osaas-instagram-widget .row {
    margin: 0 -7px
}

.app-osaas-instagram-widget .post-thumb {
    position: relative;
    width: 28%;
    float: left;
    border-radius: 0;
    overflow: hidden;
    margin: 0 8px 18px
}

.app-osaas-instagram-widget .post-thumb .overlay-box {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: rgba(251, 81, 72, .7)
}

.app-osaas-instagram-widget .post-thumb .overlay-box .fa {
    top: 50%;
    position: relative;
    margin-top: -12px;
    display: block
}

.app-osaas-instagram-widget .post-thumb:hover .overlay-box {
    opacity: 1
}

.app-osaas-instagram-widget .post-thumb img {
    display: block;
    width: 100%;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.app-osaas-sidebar .app-osaas-popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 5px 24px;
    margin: 0 2px 7px 0;
    color: #19274d;
    text-align: center;
    font-size: 12px;
    background: #f4f4f4;
    font-weight: 500;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.app-osaas-sidebar .app-osaas-popular-tags a:hover {
    box-shadow: 0 10px 15px rgba(250, 70, 74, .15);
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%);
    color: #fff
}

.app-osaas-add-widget .image img {
    width: 100%;
    display: block
}

.app-osaas-news-block-five {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-news-block-five .inner-box {
    position: relative
}

.app-osaas-news-block-five .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #fa484a
}

.app-osaas-news-block-five .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.app-osaas-news-block-five .inner-box:hover .image img {
    opacity: .5
}

.app-osaas-news-block-five .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center
}

.app-osaas-news-block-five .inner-box .image .overlay-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    color: #fff;
    margin-left: -40px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    padding-left: 4px;
    font-size: 18px;
    margin-top: -40px;
    background-color: #ff5b2e
}

.app-osaas-news-block-five .inner-box .image .overlay-box .ripple,
.app-osaas-news-block-five .inner-box .image .overlay-box .ripple:after,
.app-osaas-news-block-five .inner-box .image .overlay-box .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: .5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 91, 46, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 91, 46, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 91, 46, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 91, 46, .4);
    box-shadow: 0 0 0 0 rgba(255, 91, 46, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.app-osaas-news-block-five .inner-box .image .overlay-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.app-osaas-news-block-five .inner-box .image .overlay-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.app-osaas-news-block-five .inner-box .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -25px
}

.app-osaas-news-block-five .inner-box .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.app-osaas-news-block-five .inner-box .owl-nav .owl-next {
    position: absolute;
    right: 30px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.app-osaas-news-block-five .inner-box .owl-nav .owl-next:hover,
.app-osaas-news-block-five .inner-box .owl-nav .owl-prev:hover {
    box-shadow: 0 10px 15px rgba(250, 70, 74, .15);
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-news-block-five .inner-box .lower-content {
    position: relative;
    padding: 50px 50px 40px;
    border: 2px solid #ededed;
    border-top: 0
}

.app-osaas-news-block-five.style-two .inner-box .lower-content {
    border-top: 2px solid #ededed
}

.app-osaas-news-block-five .inner-box .lower-content .category {
    position: relative;
    color: #fff;
    padding: 5px 28px;
    font-weight: 500;
    border-radius: 50px;
    display: inline-block;
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-news-block-five .inner-box .lower-content h2 {
    position: relative;
    font-size: 34px;
    line-height: 1.3em;
    font-weight: 600;
    margin-top: 25px;
    font-family: Poppins, sans-serif
}

.app-osaas-news-block-five .inner-box .lower-content h2 a {
    position: relative;
    color: #19274d;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.app-osaas-news-block-five .inner-box .lower-content h2 a:hover {
    color: #fa4a49
}

.app-osaas-news-block-five .inner-box .lower-content .post-meta {
    position: relative;
    margin-top: 22px
}

.app-osaas-news-block-five .inner-box .lower-content .post-meta li {
    position: relative;
    margin-right: 12px;
    font-weight: 400;
    display: inline-block;
    color: #fc3549;
    font-size: 14px;
    padding-left: 22px;
    background: linear-gradient(to right, #fc3549 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-news-block-five .inner-box .lower-content .post-meta li .icon {
    position: absolute;
    left: 0;
    top: 4px;
    color: #fa474a;
    line-height: 1em;
    background: linear-gradient(to top, #fa474a 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-osaas-news-block-five .inner-box .lower-content .text {
    position: relative;
    color: #19274d;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 20px;
    margin-bottom: 25px
}

.app-osaas-news-block-five .inner-box .lower-content .post-author {
    position: relative;
    padding-left: 50px;
    color: #19274d;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    padding-top: 9px;
    margin-bottom: 20px;
    display: inline-block;
    font-family: Poppins, sans-serif
}

.app-osaas-news-block-five .inner-box .lower-content .post-author .author-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden
}

.app-osaas-news-block-five .inner-box .lower-content .read-more {
    position: relative;
    color: #19274d;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.app-osaas-news-block-five .inner-box .lower-content .read-more .arrow {
    position: relative;
    margin-right: 4px
}

.app-osaas-news-block-five .inner-box .lower-content .read-more:hover {
    color: #fa484a
}

.app-osaas-news-block-six {
    position: relative;
    margin-bottom: 40px
}

.app-osaas-news-block-six .inner-box {
    position: relative;
    padding: 50px 50px;
    box-shadow: 0 10px 15px rgba(250, 70, 74, .15);
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-news-block-six .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/background/pattern-5.png) repeat
}

.app-osaas-news-block-six .inner-box .content {
    position: relative;
    padding-left: 110px
}

.app-osaas-news-block-six .inner-box .content .quote {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    line-height: 1em;
    font-size: 84px
}

.app-osaas-news-block-six .inner-box .content h2 {
    position: relative;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 34px;
    font-family: Poppins, sans-serif
}

.app-osaas-news-block-six .inner-box .content h2 a {
    position: relative;
    color: #fff
}

.app-osaas-news-block-six .inner-box .content .post-meta {
    position: relative;
    margin-top: 22px
}

.app-osaas-news-block-six .inner-box .content .post-meta li {
    position: relative;
    margin-right: 12px;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding-left: 22px
}

.app-osaas-news-block-six .inner-box .content .post-meta li .icon {
    position: absolute;
    left: 0;
    top: 4px;
    color: #fff;
    line-height: 1em
}

.app-osaas-news-block-five.style-three .inner-box .lower-content {
    border: none;
    background-color: #fff9f9
}

.blog-classic .app-osaas-styled-pagination {
    margin-top: 50px
}

.app-osaas-styled-pagination {
    position: relative
}

.app-osaas-styled-pagination li {
    position: relative;
    margin: 0 4px 10px;
    display: inline-block
}

.app-osaas-styled-pagination li a {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 1;
    color: #19274d;
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid #ededed;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.app-osaas-styled-pagination li a:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    border-radius: 50px;
    transform: scale(0, 0);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    box-shadow: 0 10px 15px rgba(250, 70, 74, .15);
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.app-osaas-styled-pagination li.active a,
.app-osaas-styled-pagination li:hover a {
    color: #fff
}

.app-osaas-styled-pagination li.active a:before,
.app-osaas-styled-pagination li:hover a:before {
    transform: scale(1, 1)
}

.blog-detail {
    position: relative;
    margin-bottom: 40px
}

.blog-detail .inner-box {
    position: relative;
    padding: 50px 50px 55px;
    border: 2px solid #ededed
}

.blog-detail .inner-box .category {
    position: relative;
    color: #fff;
    padding: 5px 28px;
    font-weight: 500;
    border-radius: 50px;
    display: inline-block;
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.blog-detail .inner-box h2 {
    position: relative;
    font-size: 36px;
    color: #19274d;
    line-height: 1.3em;
    font-weight: 600;
    margin-top: 25px;
    font-family: Poppins, sans-serif
}

.blog-detail .inner-box .post-meta {
    position: relative;
    margin-top: 22px;
    margin-bottom: 20px
}

.blog-detail .inner-box .post-meta li {
    position: relative;
    margin-right: 12px;
    font-weight: 500;
    display: inline-block;
    color: #fc3549;
    font-size: 14px;
    padding-left: 22px;
    background: linear-gradient(to right, #fc3549 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.blog-detail .inner-box .post-meta li .icon {
    position: absolute;
    left: 0;
    top: 4px;
    color: #fa474a;
    line-height: 1em;
    background: linear-gradient(to top, #fa474a 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.blog-detail .inner-box p {
    position: relative;
    color: #19274d;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 25px
}

.blog-detail .inner-box .image {
    position: relative;
    margin-top: 35px;
    margin-bottom: 30px
}

.blog-detail .inner-box h3 {
    position: relative;
    font-size: 30px;
    color: #19274d;
    line-height: 1.3em;
    font-weight: 600;
    margin-top: 25px;
    font-family: Poppins, sans-serif
}

.blog-detail .inner-box .text {
    position: relative;
    color: #19274d;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 20px;
    margin-bottom: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed
}

.blog-detail .inner-box .list-style-five {
    margin-top: 25px;
    margin-bottom: 35px
}

.blog-detail .inner-box blockquote {
    position: relative;
    padding: 50px 40px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 10px 15px rgba(250, 70, 74, .15);
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.blog-detail .inner-box blockquote .title {
    position: relative;
    color: #fff;
    font-size: 14px
}

.blog-detail .inner-box blockquote .quote-text {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.7em;
    margin-top: 15px;
    font-family: Poppins, sans-serif
}

.blog-detail .post-share-options {
    position: relative;
    padding: 20px 0 40px;
    margin-top: 40px;
    border-bottom: 1px solid #e1e6ff
}

.blog-detail .post-share-options .post-title {
    position: relative;
    color: #19274d;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif
}

.blog-detail .post-share-options .tags {
    position: relative;
    display: inline-block
}

.blog-detail .post-share-options .tags li {
    position: relative;
    margin-right: 4px;
    margin-bottom: 6px;
    display: inline-block
}

.blog-detail .post-share-options .tags a {
    position: relative;
    color: #19274d;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    border-radius: 50px;
    padding: 5px 26px 3px;
    display: inline-block;
    background-color: #efefef;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.blog-detail .post-share-options .tags a:hover {
    color: #fff;
    box-shadow: 0 10px 15px rgba(250, 70, 74, .15);
    background-image: -ms-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -moz-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -o-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fa464a), color-stop(100, #ff7a43));
    background-image: -webkit-linear-gradient(left, #fa464a 0, #ff7a43 100%);
    background-image: linear-gradient(to right, #fa464a 0, #ff7a43 100%)
}

.blog-detail .post-share-options .social-icon {
    position: relative;
    display: inline-block
}

.blog-detail .post-share-options .social-icon li {
    position: relative;
    display: inline-block;
    margin-left: 20px
}

.blog-detail .post-share-options .social-icon li:last-child {
    margin-right: 0
}

.blog-detail .post-share-options .social-icon li a {
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    color: #b5becc;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.blog-detail .post-share-options .social-icon li a:hover {
    color: #fa474a
}

.blog-detail .inner-box .new-posts {
    position: relative;
    margin-top: 45px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e6ff
}

.blog-detail .inner-box .new-posts .grid-icon {
    position: absolute;
    left: 50%;
    margin-top: 15px;
    color: #fa474a;
    line-height: 1em;
    background: linear-gradient(to top, #fa474a 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 46px
}

.blog-detail .inner-box .new-posts .title {
    position: relative;
    color: #fc3549;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(to right, #fc3549 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.blog-detail .inner-box .new-posts h4 {
    position: relative;
    color: #19274d;
    font-weight: 600;
    margin-top: 10px;
    font-size: 28px;
    font-family: Poppins, sans-serif
}

.blog-detail .inner-box .new-posts h4 a {
    position: relative;
    color: #19274d
}

.blog-detail .inner-box .new-posts .right-text {
    text-align: right
}

.blog-detail .related-projects {
    position: relative;
    margin-top: 40px
}

.blog-detail .related-projects .projects-title {
    position: relative;
    color: #19274d;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 26px;
    font-family: Poppins, sans-serif
}

.related-block {
    position: relative;
    margin-bottom: 45px
}

.related-block .inner-block {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05)
}

.related-block .inner-block .block-image {
    position: relative
}

.related-block .inner-block .block-image img {
    position: relative;
    width: 100%;
    display: block
}

.related-block .inner-block .block-lower-content {
    position: relative;
    padding: 30px 30px
}

.related-block .inner-block .block-lower-content .post-date {
    position: relative;
    margin-right: 12px;
    font-weight: 500;
    display: inline-block;
    color: #fc3549;
    font-size: 14px;
    padding-left: 22px;
    background: linear-gradient(to right, #fc3549 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.related-block .inner-block .block-lower-content .post-date .icon {
    position: absolute;
    left: 0;
    top: 4px;
    color: #fa474a;
    line-height: 1em;
    background: linear-gradient(to top, #fa474a 0, #ff7a43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.related-block .inner-block .block-lower-content h5 {
    position: relative;
    margin-top: 12px;
    font-weight: 600;
    line-height: 1.5em;
    font-family: Poppins, sans-serif
}

.related-block .inner-block .block-lower-content h5 a {
    position: relative;
    color: #19274d
}

.related-block .inner-block .block-lower-content .block-text {
    position: relative;
    color: #19274d;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 12px
}

.blog-author-box {
    position: relative;
    margin-bottom: 60px
}

.blog-author-box .author-inner {
    position: relative;
    padding: 40px 40px;
    border: 2px solid #e1e6ff
}

.blog-author-box .author-inner .content-box {
    position: relative;
    padding-left: 220px
}

.blog-author-box .author-inner .content-box .author-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    overflow: hidden;
    margin-bottom: 20px
}

.blog-author-box .author-inner .content-box .author-name {
    position: relative;
    color: #ff5b2e;
    font-weight: 700;
    font-size: 12px
}

.blog-author-box .author-inner .content-box h6 {
    position: relative;
    color: #19274d;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 36px
}

.blog-author-box .author-inner .content-box .author-box-text {
    position: relative;
    color: #19274d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9em;
    margin-bottom: 10px
}

.app-osaas-sidebar-page-container .comments-area {
    position: relative;
    margin-bottom: 50px
}

.app-osaas-sidebar-page-container .group-title {
    position: relative
}

.app-osaas-sidebar-page-container .group-title h3 {
    position: relative;
    color: #19274d;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-family: Poppins, sans-serif
}

.app-osaas-sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0 0 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eff2ff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.app-osaas-sidebar-page-container .comments-area .comment-box:last-child {
    margin-bottom: 0
}

.app-osaas-sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    min-height: 120px;
    padding: 5px 0 0 135px
}

.app-osaas-sidebar-page-container .comments-area .reply-comment {
    margin-left: 60px
}

.app-osaas-sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden
}

.app-osaas-sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block
}

.app-osaas-sidebar-page-container .comments-area .comment-info {
    margin-bottom: 15px
}

.app-osaas-sidebar-page-container .comments-area .comment-box strong {
    font-size: 18px;
    font-weight: 600;
    color: #19274d;
    display: block;
    line-height: 1.3em;
    text-transform: capitalize;
    font-family: Poppins, sans-serif
}

.app-osaas-sidebar-page-container .comments-area .comment-box .comment-text {
    color: #19274d;
    font-size: 14px;
    line-height: 1.9em;
    margin-bottom: 0;
    padding-top: 0
}

.app-osaas-sidebar-page-container .comments-area .comment-info .comment-time {
    font-size: 12px;
    color: #ff5b2e;
    margin-top: 10px;
    font-weight: 700;
    display: inline-block
}

.app-osaas-sidebar-page-container .comments-area .comment-box .osaas-theme-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #19274d;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 50px;
    display: inline-block;
    text-transform: capitalize;
    border: 2px solid #f4f4ff
}

.app-osaas-sidebar-page-container .comments-area .comment-box .osaas-theme-btn:hover {
    color: #fff;
    border-color: #ff5b2e;
    background-color: #ff5b2e
}

.app-osaas-sidebar-page-container .comments-area .comment-box .osaas-theme-btn .icon {
    margin-right: 6px
}

.comment-form {
    position: relative
}

.comment-form .form-outer {
    position: relative;
    padding: 50px 50px;
    background-color: #fff7f3
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.comment-form .form-group .icon {
    position: absolute;
    right: 20px;
    top: 22px;
    color: #fa4a49;
    font-size: 16px;
    line-height: 1em;
    font-weight: 800
}

.comment-form input[type=email],
.comment-form input[type=password],
.comment-form input[type=text],
.comment-form select,
.comment-form textarea {
    display: block;
    width: 100%;
    line-height: 28px;
    height: 60px;
    font-size: 16px;
    padding: 8px 30px;
    color: #19274d;
    border-radius: 0;
    background-color: #fff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.comment-form .form-group input::-webkit-input-placeholder,
.comment-form .form-group textarea::-webkit-input-placeholder {
    color: #19274d
}

.comment-form textarea {
    height: 170px;
    resize: none;
    font-size: 15px;
    padding-top: 18px
}

.comment-form input[type=email]:focus,
.comment-form input[type=password]:focus,
.comment-form input[type=text]:focus,
.comment-form select:focus,
.comment-form textarea:focus {
    border-color: #ffc108
}

.comment-form .osaas-theme-btn {
    cursor: pointer;
    padding: 15px 40px;
    box-shadow: 0 0 15px rgba(250, 70, 74, .15)
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: red !important
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: red;
    font-weight: 500
}

@media only screen and (max-width:1400px) {
    .app-osaas-main-footer:before {
        left: 0
    }

    .app-osaas-blog-section:before {
        right: 0
    }
}

@media only screen and (max-width:1140px) {
    .app-osaas-main-header {
        margin: 0 !important
    }

    .app-osaas-main-menu .navigation>li {
        margin-left: 0
    }

    .app-osaas-main-header .outer-box .buttons-box .osaas-theme-btn {
        font-size: 16px
    }

    .app-osaas-main-header .nav-outer {
        padding-top: 0
    }

    .app-osaas-tracking-section .image-column .image {
        margin-top: 0
    }

    .app-osaas-main-menu .navigation>li {
        margin-right: 25px
    }

    .app-osaas-main-header .header-upper .outer-container {
        padding: 0 15px
    }

    .app-osaas-main-header .header-upper .info-box {
        margin-right: 20px
    }

    .app-osaas-main-header .header-upper .info-box:last-child {
        padding-left: 10px
    }

    .app-osaas-banner-section-two .authors-box,
    .app-osaas-main-header.header-style-five .header-upper .language,
    .app-osaas-main-header.header-style-one .header-upper .language,
    .app-osaas-main-header.header-style-two .header-upper .language,
    .app-osaas-platform-section .platform-tabs .tab-btns .tab-btn:before {
        display: none
    }

    .app-osaas-banner-section .content-column h1,
    .app-osaas-banner-section-five .content-column h1 {
        font-size: 70px
    }

    .app-osaas-contact-page-section .info-column .inner-column,
    .app-osaas-platform-app-osaas-intro-section .buttons-column .inner-column {
        padding-right: 0
    }

    .app-osaas-platform-app-osaas-intro-section .content-column .inner-column {
        margin-left: 0
    }

    .app-osaas-price-section .price-column .inner-column {
        padding: 50px 40px
    }

    .app-osaas-price-section .trial-column .inner-column {
        padding: 50px 35px
    }

    .app-osaas-banner-section-two .content-column h1 {
        font-size: 60px
    }

    .app-osaas-banner-section-two .image-column .image {
        margin-right: -50px;
        margin-left: 50px
    }

    .app-osaas-about-section .content-column .inner-column,
    .app-osaas-intro-section .content-column .inner-column,
    .app-osaas-software-section .content-column .inner-column {
        padding: 0
    }

    .app-osaas-about-app-osaas-software-section .images-column .images .image:last-child,
    .app-osaas-feature-block-two .inner-box .arrow {
        display: none
    }

    .app-osaas-about-app-osaas-software-section .images-column .circle-layer {
        left: -20px
    }

    .app-osaas-intro-section .owl-nav .owl-prev {
        left: 15px
    }

    .app-osaas-intro-section .owl-nav .owl-next {
        right: 15px
    }

    .sec-title.style-two h1 {
        font-size: 50px
    }

    .app-osaas-pricing-section .version-column .inner-column {
        padding: 40px 40px 0
    }

    .app-osaas-price-box-two .box-inner {
        padding: 35px 30px
    }

    h2 {
        font-size: 24px
    }

    .app-osaas-seo-block .inner-box .btn-box .osaas-theme-btn {
        margin-left: 10px
    }

    .list-style-three li {
        line-height: 25px;
        padding-top: 10px
    }

    .header-style-three .nav-outer {
        padding-right: 0
    }

    .app-osaas-banner-section-three .content-column .inner-column {
        margin-left: 0;
        padding-top: 120px
    }

    .app-osaas-banner-section-three .content-column .text br,
    .app-osaas-journey-section .content-column .text br {
        display: none
    }

    .app-osaas-banner-section-three .content-column h1 {
        font-size: 70px
    }

    .app-osaas-facilities-section .blocks-column .circle-two {
        right: 3%
    }

    .app-osaas-banner-section-three .image-column .inner-column {
        margin-right: 0
    }

    .app-osaas-facilities-section .blocks-column .inner-column,
    .app-osaas-journey-section .content-column .inner-column,
    .app-osaas-sidebar-page-container .app-osaas-sidebar-side .app-osaas-sidebar-inner,
    .app-osaas-testimonial-section .blocks-column .inner-column {
        padding-left: 0
    }

    .app-osaas-journey-section .content-column h1 {
        font-size: 54px
    }

    .app-osaas-service-block .inner-box {
        padding-left: 15px;
        padding-right: 15px
    }

    .app-osaas-facilities-section {
        overflow: hidden
    }

    .app-osaas-cta-section .inner-container {
        padding-left: 30px;
        padding-right: 30px
    }

    .sec-title.style-four h1 {
        font-size: 50px
    }

    .app-osaas-featured-section-five .tab-column .inner-column {
        margin-right: 0
    }

    .app-osaas-choose-section .carousel-column .inner-column {
        margin-right: 0
    }

    .app-osaas-software-section .content-column h1 {
        font-size: 44px
    }

    .app-osaas-software-section .content-column .languages li {
        margin-right: 25px
    }

    .app-osaas-feature-block-five .inner-box .text,
    .app-osaas-process-block-three .inner-box .content-column .inner-column {
        padding: 0
    }

    .app-osaas-tracking-section {
        margin-bottom: 120px
    }

    .app-osaas-about-section-two .content-column .inner-column,
    .app-osaas-process-block-four .inner-box .content-column .inner-column,
    .app-osaas-service-page-section .video-column .inner-column {
        padding: 0
    }

    .app-osaas-about-section-two .image-column::before,
    .app-osaas-intro-section-two .image-layer {
        display: none
    }

    .app-osaas-about-section-two .image-column .inner-column,
    .app-osaas-process-block-four .inner-box .image-column .inner-column,
    .app-osaas-process-block-two .inner-box .image-column .inner-column,
    .app-osaas-skill-section .content-column .inner-column {
        padding-right: 0
    }

    .app-osaas-skill-section .images-column .image-two {
        right: 0
    }

    .app-osaas-process-block-three .inner-box .image-column .inner-column {
        padding-left: 0
    }

    .app-osaas-process-block-four .inner-box .content-column h1,
    .app-osaas-process-block-three .inner-box .content-column h1,
    .app-osaas-process-block-two .inner-box .content-column h1 {
        font-size: 50px
    }

    .app-osaas-partners-section .content-column .inner-column,
    .work-block .inner-box .text {
        padding: 0
    }

    .app-osaas-partners-section.style-two .content-column .lower-box ul li {
        margin-right: 30px
    }

    .app-osaas-service-detail-section .service-info-boxed {
        margin-left: 20px;
        margin-right: 20px
    }

    .app-osaas-news-block-five .inner-box .lower-content {
        padding: 30px 30px
    }

    .blog-detail .inner-box {
        padding: 20px 20px 25px
    }
}

@media only screen and (min-width:768px) {

    .app-osaas-main-menu .navigation>li>ul,
    .app-osaas-main-menu .navigation>li>ul>li>ul,
    .app-osaas-main-menu .navigation>li>ul>li>ul>li>ul,
    .app-osaas-main-menu .navigation>li>ul>li>ul>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0
    }
}

@media only screen and (max-width:1023px) {
    .app-osaas-main-header .sticky-header .pull-right {
        width: 100%
    }

    .app-osaas-main-header .main-box .logo-box {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        text-align: left
    }

    .app-osaas-main-header .nav-outer {
        width: 100% !important;
        margin-top: 0
    }

    .app-osaas-main-header,
    .app-osaas-main-header.fixed-header {
        background-color: #222
    }

    .app-osaas-main-menu .navigation>li>a {
        font-size: 14px
    }

    .app-osaas-main-menu .navigation>li {
        margin-right: 18px
    }

    .app-osaas-main-menu {
        width: auto
    }

    .app-osaas-main-header.fixed-header .app-osaas-main-menu .navigation>li>a,
    .app-osaas-main-menu .navigation>li>a {
        padding: 0 0 20px
    }

    .app-osaas-main-menu .navigation>li>.mega-menu {
        padding: 25px 20px 20px 25px
    }

    .app-osaas-main-menu .navigation>li .mega-menu-bar h4 {
        font-size: 15px
    }

    .app-osaas-main-menu .navigation>li .mega-menu-bar .column>ul>li>a {
        letter-spacing: 0
    }

    .app-osaas-main-header .header-upper .upper-right {
        float: left;
        padding-top: 0;
        padding-bottom: 30px
    }

    .app-osaas-main-header .header-upper .info-box .btn-box .osaas-theme-btn {
        padding: 14px 20px
    }

    .app-osaas-main-header .header-upper .info-box {
        margin-right: 3px
    }

    .app-osaas-main-header .header-lower .outer-box,
    .app-osaas-page-title .images-outer {
        display: none
    }

    .app-osaas-main-header .header-upper .outer-box,
    .app-osaas-main-header.fixed-header .header-upper .outer-box {
        padding: 0;
        top: -10px
    }

    .app-osaas-main-header .header-upper .logo-box .logo,
    .app-osaas-main-header.fixed-header .header-upper .logo-box .logo {
        padding: 20px 0
    }

    .app-osaas-main-header.fixed-header .nav-outer {
        margin-top: 0
    }

    .app-osaas-main-header,
    .app-osaas-main-header.fixed-header {
        position: relative
    }

    .app-osaas-banner-section .content-column .title {
        color: #fff
    }

    .app-osaas-banner-section .image-column .image,
    .app-osaas-partners-section .image-column .inner-column .circle-one {
        display: none
    }

    .app-osaas-banner-section .content-column .inner-column {
        padding: 70px 0 200px
    }

    .header-top .brand-column,
    .header-top .links-column {
        text-align: center
    }

    .header-style-two.fixed-header .header-upper {
        position: relative
    }

    .header-style-two .app-osaas-main-menu .navigation>li>a,
    .header-style-two.fixed-header .app-osaas-main-menu .navigation>li>a {
        padding: 15px 0 15px
    }

    .app-osaas-seo-block .inner-box .upper-box {
        text-align: center;
        padding: 0
    }

    .app-osaas-seo-block .inner-box .upper-box .icon-box {
        position: relative;
        margin: 0 auto;
        margin-bottom: 20px
    }

    .app-osaas-seo-section .left-column .inner-column {
        padding-right: 0
    }

    .app-osaas-seo-block.style-two .inner-box .upper-box,
    .app-osaas-seo-section .right-column .inner-column {
        padding-left: 0
    }

    .list-style-three li {
        text-align: left
    }

    .app-osaas-seo-block .inner-box,
    .app-osaas-seo-block .inner-box .btn-box,
    .app-osaas-seo-block .inner-box .text,
    .app-osaas-seo-block .inner-box .upper-box h2,
    .app-osaas-seo-block.style-two .inner-box .text {
        text-align: center
    }

    .app-osaas-about-app-osaas-software-section .images-column .images {
        text-align: center
    }

    .app-osaas-about-app-osaas-software-section .images-column .circle-layer {
        width: 600px;
        height: 600px
    }

    .app-osaas-about-app-osaas-software-section .images-column .inner-column {
        margin-right: 0
    }

    .app-osaas-intro-section .content-column {
        order: 1;
        padding-bottom: 40px
    }

    .app-osaas-intro-section .video-column {
        order: 2
    }

    .app-osaas-price-box-two .box-inner {
        padding: 35px 60px
    }

    .app-osaas-banner-section-two .image-column .image {
        margin: 0
    }

    .app-osaas-seo-section .left-column .inner-column::before {
        display: none
    }

    .app-osaas-about-app-osaas-software-section .images-column .images .image:first-child {
        top: 0
    }

    .header-style-three {
        background-color: #fff
    }

    .header-style-five {
        position: relative;
        background-color: #fff
    }

    .header-style-five.fixed-header .header-upper {
        position: relative
    }

    .header-style-three .app-osaas-main-menu .navigation>li>a,
    .header-style-three.fixed-header .app-osaas-main-menu .navigation>li>a {
        padding: 12px 0 15px
    }

    .header-style-five .app-osaas-main-menu .navigation>li>a,
    .header-style-five.fixed-header .app-osaas-main-menu .navigation>li>a {
        padding: 12px 0 15px
    }

    .header-style-three .app-osaas-main-menu .navigation>li.dropdown::after,
    .header-style-three.fixed-header .app-osaas-main-menu .navigation>li.dropdown::after {
        top: 16px
    }

    .app-osaas-banner-section-three .image-column .inner-column {
        margin-left: 0
    }

    .app-osaas-platform-section .platform-tabs .tabs-content {
        padding-left: 0
    }

    .app-osaas-banner-section-three .image-column .image {
        margin-top: 0
    }

    .app-osaas-journey-section .content-column {
        order: 1;
        margin-bottom: 40px
    }

    .app-osaas-journey-section .video-column {
        order: 2
    }

    .app-osaas-facilities-section .content-column .inner-column {
        margin-right: 0;
        z-index: 1
    }

    .app-osaas-facilities-section .content-column .visitors-box {
        margin-left: 15px
    }

    .app-osaas-facilities-section .triangle-one,
    .app-osaas-facilities-section .triangle-two,
    .app-osaas-subscribe-section .chat-icon {
        display: none
    }

    .app-osaas-testimonial-section .carousel-column .inner-column {
        margin-right: 0
    }

    .header-style-four {
        background-color: #fff;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .05)
    }

    .app-osaas-main-menu .navigation {
        width: auto
    }

    .header-style-four.fixed-header {
        background-color: #fff
    }

    .header-style-four .app-osaas-main-menu .navigation>li:last-child {
        margin-right: 18px
    }

    .header-style-four .header-upper .nav-outer {
        padding-right: 0
    }

    .app-osaas-banner-section-five .content-column .inner-column {
        padding-top: 0
    }

    .app-osaas-banner-section-five {
        padding-top: 120px
    }

    .app-osaas-tracking-section .image-column {
        margin-top: 40px
    }

    .app-osaas-tracking-section {
        margin-bottom: 40px
    }

    .app-osaas-demo-section .image-column .image img {
        max-width: 100%;
        margin-top: 40px
    }

    .app-osaas-demo-section .image-layer {
        display: none
    }

    .app-osaas-testimonial-section-two .testimonial-tabs .tabs-content .text {
        font-size: 40px;
        line-height: 1.3em
    }

    .app-osaas-page-title {
        padding: 120px 0;
        border-bottom: 2px solid #f9f9f9
    }

    .app-osaas-about-section-two .image-column .image,
    .app-osaas-about-section-two .image-column .image img {
        width: 100%;
        display: block
    }

    .app-osaas-about-section-two .content-column {
        order: 1
    }

    .app-osaas-about-section-two .image-column {
        order: 2
    }

    .app-osaas-intro-section-two .app-osaas-auto-container::before {
        width: 100%;
        display: block;
        right: 0;
        border-radius: 0
    }

    .app-osaas-intro-section-two .image-column .image img {
        width: 100%;
        display: block
    }

    .app-osaas-counter-section .fact-counter .column:nth-child(2),
    .app-osaas-counter-section .fact-counter .column:nth-child(3) {
        margin-top: 0
    }

    .app-osaas-skill-section .images-column {
        order: 1;
        margin-bottom: 140px
    }

    .app-osaas-skill-section .content-column {
        order: 2
    }

    .app-osaas-process-block-four .inner-box .content-column,
    .app-osaas-process-block-two .inner-box .content-column {
        order: 1
    }

    .app-osaas-process-block-four .inner-box .image-column,
    .app-osaas-process-block-two .inner-box .image-column {
        order: 2
    }

    .app-osaas-process-block-four .inner-box .content-column h1,
    .app-osaas-process-block-three .inner-box .content-column h1,
    .app-osaas-process-block-two .inner-box .content-column h1 {
        font-size: 40px
    }

    .app-osaas-banner-section .image-layer,
    .app-osaas-framework-section .platform-icons {
        display: none
    }

    .sec-title h1 {
        font-size: 60px
    }

    .app-osaas-framework-section .sec-title .pull-right {
        width: 100%
    }

    .app-osaas-framework-section .sec-title .osaas-theme-btn {
        margin-top: 20px
    }

    .app-osaas-platform-app-osaas-intro-section .buttons-column .inner-column {
        padding-top: 0
    }

    .app-osaas-price-section .trial-column .inner-column {
        margin-top: 0
    }

    .app-osaas-partners-section .content-column {
        order: 1;
        margin-bottom: 30px
    }

    .app-osaas-partners-section .image-column {
        order: 2
    }

    .app-osaas-partners-section {
        padding-top: 110px
    }
}

@media only screen and (max-width:767px) {
    .sec-title .text br {
        display: none
    }

    .app-osaas-main-menu .navigation>li.has-mega-menu {
        position: relative !important
    }

    .app-osaas-main-header.header-style-one {
        padding-top: 0
    }

    .header-upper .logo-outer {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        margin: 0
    }

    .app-osaas-news-block-five .inner-box .lower-content h2,
    .sec-title h2 {
        font-size: 28px
    }

    .app-osaas-main-menu {
        width: 100%;
        display: block
    }

    .app-osaas-main-menu .navbar-collapse {
        max-height: 300px;
        max-width: none;
        overflow: auto;
        float: none !important;
        width: 100% !important;
        padding: 0 0 0;
        border: none;
        margin: 0 0 15px;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        box-shadow: none
    }

    .app-osaas-main-menu .collapsing,
    .app-osaas-main-menu .navbar-collapse.in {
        padding: 0 0 0;
        border: none;
        margin: 0 0 15px;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        box-shadow: none
    }

    .app-osaas-main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        text-align: right;
        width: 100%;
        padding: 15px 0;
        right: 0;
        z-index: 12
    }

    .app-osaas-main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 12;
        border: 1px solid #cc8809;
        float: none;
        margin: 0;
        border-radius: 0;
        background: #cc8809
    }

    .app-osaas-main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #fff
    }

    .app-osaas-main-menu .navbar-collapse>.navigation {
        float: none !important;
        margin: 0 !important;
        width: 100% !important;
        background: #2c2c2c;
        border: 1px solid #fff;
        border-top: none
    }

    .app-osaas-main-menu .navbar-collapse>.navigation>li {
        margin: 0 !important;
        float: none !important;
        padding: 0 !important;
        width: 100%
    }

    .app-osaas-main-menu .navigation>li>a,
    .app-osaas-main-menu .navigation>li>ul:before {
        border: none
    }

    .app-osaas-main-menu .navbar-collapse>.navigation>li>a {
        padding: 10px 10px !important;
        border: none !important
    }

    .app-osaas-main-menu .navigation li.dropdown>a:after,
    .app-osaas-main-menu .navigation>li.dropdown>a:before,
    .app-osaas-main-menu .navigation>li>ul>li>a::before,
    .app-osaas-main-menu .navigation>li>ul>li>ul>li>a::before {
        color: #fff !important;
        right: 15px;
        font-size: 16px;
        display: none !important
    }

    .app-osaas-main-menu .navbar-collapse>.navigation>li>ul,
    .app-osaas-main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        padding: 0;
        outline: 0;
        width: 100%;
        background: #2c2c2c;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important
    }

    .app-osaas-main-menu .navbar-collapse>.navigation>li,
    .app-osaas-main-menu .navbar-collapse>.navigation>li>ul>li,
    .app-osaas-main-menu .navbar-collapse>.navigation>li>ul>li>ul>li {
        border-top: 1px solid #fff !important;
        border-bottom: none;
        opacity: 1 !important;
        top: 0 !important;
        left: 0 !important;
        visibility: visible !important
    }

    .app-osaas-main-menu .navbar-collapse>.navigation>li:first-child {
        border: none
    }

    .app-osaas-main-menu .navbar-collapse>.navigation>li>a,
    .app-osaas-main-menu .navbar-collapse>.navigation>li>ul>li>a,
    .app-osaas-main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {
        padding: 10px 10px !important;
        line-height: 22px;
        color: #fff;
        background: #2c2c2c;
        text-align: left
    }

    .app-osaas-main-menu .navbar-collapse>.navigation>li>a:active,
    .app-osaas-main-menu .navbar-collapse>.navigation>li>a:focus,
    .app-osaas-main-menu .navbar-collapse>.navigation>li>a:hover {
        background: #cc8809
    }

    .app-osaas-main-menu .navbar-collapse>.navigation>li.current-menu-item>a,
    .app-osaas-main-menu .navbar-collapse>.navigation>li.current>a,
    .app-osaas-main-menu .navbar-collapse>.navigation>li:hover>a,
    .app-osaas-main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,
    .app-osaas-main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a {
        background: #2c2c2c;
        color: #fff !important
    }

    .app-osaas-main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
        display: block
    }

    .app-osaas-main-menu .navbar-collapse>.navigation li.dropdown:after,
    .app-osaas-main-menu .navigation>li>ul:before,
    .main-slider .owl-nav {
        display: none !important
    }

    .app-osaas-main-header .header-upper .outer-box,
    .app-osaas-main-header.fixed-header .header-upper .outer-box {
        position: absolute;
        left: 0;
        top: 18px;
        right: auto;
        z-index: 12;
        padding-left: 0;
        padding-top: 4px
    }

    .app-osaas-main-header .main-box .logo-box {
        float: none;
        text-align: center;
        padding-bottom: 10px
    }

    .app-osaas-main-header .header-lower .outer-box {
        position: absolute;
        z-index: 12;
        display: block
    }

    .app-osaas-main-menu .navbar-header .navbar-toggler {
        display: inline-block;
        z-index: 12;
        width: 50px;
        height: 40px;
        float: none;
        padding: 0;
        text-align: center;
        border-radius: 0;
        background: 0 0;
        border: 1px solid #fff
    }

    .app-osaas-main-menu .navbar-header .navbar-toggler .icon-bar {
        position: relative;
        background: #fff;
        height: 2px;
        width: 26px;
        display: block;
        margin: 0 auto;
        margin: 5px 11px
    }

    .app-osaas-main-header .nav-outer,
    .app-osaas-main-header.fixed-header .nav-outer {
        width: 100%;
        margin-top: -85px
    }

    .app-osaas-main-header .header-upper .app-osaas-search-box-outer .dropdown-menu {
        top: 51px !important;
        left: 0;
        right: auto
    }

    .app-osaas-main-header .header-upper .logo-box {
        z-index: 20
    }

    .app-osaas-main-header .header-upper .outer-box,
    .header-upper .outer-box {
        display: none
    }

    .app-osaas-banner-section .content-column .icon-layer,
    .app-osaas-banner-section .image-layer,
    .app-osaas-main-menu {
        display: none
    }

    .nav-outer .mobile-nav-toggler {
        display: block;
        margin: 0;
        padding: 14px 0;
        margin-left: 20px;
        font-size: 32px
    }

    #navbarSupportedContent {
        display: block
    }

    .mCSB_inside>.mCSB_container {
        margin-right: 0
    }

    .sticky-header .mobile-nav-toggler {
        display: block;
        color: #fff;
        font-size: 28px;
        padding: 25px 0;
        cursor: pointer
    }

    .app-osaas-mobile-menu .navigation li.has-mega-menu h4 {
        display: none
    }

    h1 {
        font-size: 40px
    }

    .app-osaas-agency-section .agents-images,
    .app-osaas-banner-section .content-column .text br,
    .app-osaas-mobile-menu .navigation li.has-mega-menu>.mega-menu {
        display: none
    }

    .app-osaas-banner-section .content-column h1 {
        font-size: 50px
    }

    .app-osaas-main-header.header-style-three .mobile-nav-toggler,
    .app-osaas-main-header.header-style-two .mobile-nav-toggler {
        color: #222
    }

    .sec-title.style-two h1 {
        font-size: 40px
    }

    .app-osaas-main-footer .upper-box .pull-left,
    .app-osaas-main-footer .upper-box .pull-right {
        width: 100%;
        text-align: center
    }

    .app-osaas-main-footer .upper-box .social-box {
        margin-top: 25px
    }

    .app-osaas-main-footer.style-two .widgets-section {
        padding: 50px 40px 30px
    }

    .header-style-three.fixed-header .header-upper {
        position: relative
    }

    .sec-title.style-three h1 {
        font-size: 40px
    }

    .app-osaas-platform-section .platform-tabs .tabs-content .image-two {
        right: 0
    }

    .app-osaas-facilities-section .blocks-column .app-osaas-service-block:nth-child(2n),
    .app-osaas-testimonial-section .blocks-column .inner-column .app-osaas-category-block:nth-child(11),
    .app-osaas-testimonial-section .blocks-column .inner-column .app-osaas-category-block:nth-child(2),
    .app-osaas-testimonial-section .blocks-column .inner-column .app-osaas-category-block:nth-child(3n),
    .app-osaas-testimonial-section .blocks-column .inner-column .app-osaas-category-block:nth-child(5),
    .app-osaas-testimonial-section .blocks-column .inner-column .app-osaas-category-block:nth-child(8) {
        transform: translateY(0)
    }

    .app-osaas-subscribe-section .list-outer li {
        margin-bottom: 18px
    }

    .app-osaas-main-footer .footer-bottom .copyright-column {
        text-align: center;
        margin-top: 15px
    }

    .app-osaas-main-footer .footer-bottom .social-column {
        text-align: center
    }

    .app-osaas-product-block .inner-box .icon-box {
        position: relative;
        margin: 0 auto;
        margin-bottom: 20px
    }

    .app-osaas-product-block .inner-box {
        padding-left: 0;
        text-align: center
    }

    .header-style-five .mobile-nav-toggler,
    .header-style-four .mobile-nav-toggler {
        color: #000
    }

    .header-style-four .header-upper .logo-box {
        left: auto;
        margin-left: 0
    }

    .app-osaas-banner-section-four .content-box h1 {
        font-size: 50px
    }

    .app-osaas-banner-section-four {
        padding-top: 120px
    }

    .sec-title.style-four h1 {
        font-size: 40px
    }

    .sec-title.style-four .text {
        font-size: 18px
    }

    .app-osaas-process-section .carousel-column .inner-column {
        margin-right: 0
    }

    .app-osaas-contact-info-section .inner-container .side-image,
    .app-osaas-counter-section-two .app-osaas-fact-counter-two .column .inner:before,
    .app-osaas-fact-counter-three .column .inner .content::before {
        display: none
    }

    .app-osaas-cta-section .title-column .inner-column {
        text-align: center
    }

    .app-osaas-cta-section .button-column .inner-column {
        padding-top: 0
    }

    .app-osaas-featured-section-five .content-column {
        order: 1
    }

    .app-osaas-featured-section-five .tab-column {
        order: 2
    }

    .app-osaas-banner-section-five .content-column h1 {
        font-size: 50px
    }

    .app-osaas-banner-section-five .content-column h1 br,
    .app-osaas-service-detail-section .new-posts .grid-icon,
    .app-osaas-service-detail-section .service-info-boxed .arrow {
        display: none
    }

    .sec-title.style-five h1,
    .sec-title.style-six h1 {
        font-size: 40px
    }

    .app-osaas-counter-section-three .inner-container {
        padding: 60px 30px
    }

    .app-osaas-banner-section-five .image-column .image img,
    .app-osaas-tracking-section .image-column .image img {
        max-width: 100%
    }

    .app-osaas-price-section .trial-column .inner-column {
        margin-top: 0
    }

    .app-osaas-partners-section .content-column h2 {
        font-size: 36px
    }

    .app-osaas-process-block-three .inner-box .content-column .app-options .app-block {
        margin-bottom: 20px
    }

    .app-osaas-process-block-four .inner-box .content-column h1,
    .app-osaas-process-block-three .inner-box .content-column h1,
    .app-osaas-process-block-two .inner-box .content-column h1 {
        font-size: 36px
    }

    .app-osaas-partners-section .image-column {
        order: 2
    }

    .app-osaas-partners-section .content-column {
        order: 1;
        margin-bottom: 45px
    }

    .app-osaas-partners-section {
        padding-top: 120px
    }

    .app-osaas-service-detail-section .service-info-boxed {
        margin: 0
    }

    .app-osaas-service-detail-section .service-info-boxed .box-inner {
        margin-bottom: 0;
        padding: 30px 30px
    }

    .app-osaas-service-detail-section .service-info-boxed .text {
        margin-bottom: 15px
    }

    .app-osaas-news-block-six .inner-box .content {
        padding-left: 0
    }

    .app-osaas-news-block-six .inner-box .content .quote {
        position: relative;
        margin-bottom: 20px
    }

    .blog-detail .inner-box h2 {
        font-size: 28px;
        line-height: 1.3em
    }

    .blog-detail .inner-box .middle-image img {
        width: 100%;
        display: block;
        margin-bottom: 25px
    }

    .blog-detail .inner-box .new-posts .grid-icon {
        display: none
    }

    .blog-author-box .author-inner {
        padding: 15px 15px
    }

    .blog-author-box .author-inner .content-box h6 {
        line-height: 1.2em;
        margin-top: 8px
    }

    .app-osaas-sidebar-page-container .comments-area .reply-comment {
        margin-left: 0
    }

    .app-osaas-sidebar-page-container .comments-area .comment {
        padding: 0
    }

    .app-osaas-sidebar-page-container .comments-area .comment-box .author-thumb {
        position: relative;
        margin-bottom: 15px
    }

    .app-osaas-error-section .btns-box .osaas-theme-btn {
        top: 0;
        margin-top: 0;
        margin-top: 25px
    }

    .sec-title h1 {
        font-size: 40px
    }

    .platform-tab-content .inner-content {
        padding: 40px 30px
    }

    .app-osaas-blog-section {
        padding-bottom: 0
    }

    .partners-tabs .tabs-content .text {
        font-size: 38px
    }
}

@media only screen and (max-width:599px) {

    .sec-title.style-four h1,
    h1 {
        font-size: 32px
    }

    h3 {
        font-size: 20px
    }

    .app-osaas-page-title h1 {
        font-size: 50px
    }

    .app-osaas-news-block-six .inner-box .content h2 {
        font-size: 26px
    }

    .app-osaas-news-block-five .inner-box .lower-content h2 {
        font-size: 22px
    }

    .app-osaas-news-block-six .inner-box {
        padding: 25px 25px
    }

    .app-osaas-banner-section .content-column h1,
    .app-osaas-banner-section-four .content-box h1,
    .app-osaas-banner-section-two .content-column h1 {
        font-size: 40px
    }

    .app-osaas-seo-block .inner-box .text {
        font-size: 20px
    }

    .sec-title h1,
    .sec-title.style-two h1 {
        font-size: 36px
    }

    .app-osaas-intro-section .content-column .app-options .app-block {
        width: 100%
    }

    .app-osaas-price-box-two .box-inner .content {
        padding: 0
    }

    .app-osaas-price-box-two .box-inner .content .app-osaas-price-box {
        position: relative
    }

    .app-osaas-price-box-two .box-inner {
        padding: 25px 25px
    }

    .app-osaas-price-box-two .box-inner .content .text {
        text-align: center
    }

    .app-osaas-pricing-section .version-column .inner-column {
        padding: 20px 20px 0
    }

    .app-osaas-blog-section-two .sec-title .pull-right {
        width: 100%
    }

    .app-osaas-blog-section-two .sec-title .osaas-theme-btn {
        margin-top: 10px
    }

    .app-osaas-banner-section-three .content-column h1,
    .app-osaas-updates-section .subscribe-column h1 {
        font-size: 50px
    }

    .app-osaas-banner-section-three .content-column .text,
    .app-osaas-testimonial-section .carousel-column .text {
        font-size: 18px
    }

    .app-osaas-journey-section .content-column h1 {
        font-size: 40px
    }

    .app-osaas-journey-section .content-column .text {
        font-size: 16px
    }

    .app-osaas-banner-section-three .chat-icon,
    .app-osaas-choose-section .content-column .list li br,
    .app-osaas-process-block .inner-box .text br {
        display: none
    }

    .app-osaas-process-section .carousel-column .inner-column {
        padding: 30px 30px
    }

    .app-osaas-price-section .price-column .inner-column .upper-box .price {
        position: relative;
        margin-top: 20px
    }

    .app-osaas-price-section .price-column .inner-column .upper-box .text,
    .app-osaas-testimonial-block .inner-box .text {
        font-size: 20px
    }

    .app-osaas-blog-section-three .sec-title .pull-right {
        width: 100%
    }

    .app-osaas-blog-section-three .sec-title .osaas-theme-btn {
        margin-top: 10px
    }

    .sec-title.style-five h1 {
        font-size: 36px
    }

    .app-osaas-testimonial-section-two .testimonial-tabs .tabs-content .text {
        font-size: 30px
    }

    .app-osaas-blog-section-four .sec-title .pull-right {
        width: 100%
    }

    .app-osaas-blog-section-four .sec-title .osaas-theme-btn {
        margin-top: 20px
    }

    .footer-style-two::before {
        transform: rotate(0)
    }

    .app-osaas-process-block-four .inner-box .content-column h1,
    .app-osaas-process-block-three .inner-box .content-column h1,
    .app-osaas-process-block-two .inner-box .content-column h1 {
        font-size: 30px
    }

    .app-osaas-service-detail-section .new-posts .pull-left,
    .app-osaas-service-detail-section .new-posts .pull-right,
    .blog-detail .inner-box .new-posts .pull-left,
    .blog-detail .inner-box .new-posts .pull-right {
        width: 100%;
        display: block;
        text-align: center
    }

    .app-osaas-service-detail-section .new-posts .right-text {
        padding-top: 25px
    }

    .blog-detail .inner-box h2 {
        font-size: 22px;
        line-height: 1.4em
    }

    .blog-detail .inner-box h3 {
        font-size: 22px
    }

    .blog-detail .inner-box blockquote .quote-text {
        font-size: 20px;
        line-height: 1.4em
    }

    .blog-detail .post-share-options .post-title.text-right {
        text-align: left !important
    }

    .blog-detail .post-share-options .pull-right {
        width: 100%;
        text-align: left;
        margin-top: 25px
    }

    .blog-detail .post-share-options .social-icon li {
        margin-left: 0;
        margin-right: 15px
    }

    .blog-author-box .author-inner .content-box {
        padding-left: 0
    }

    .blog-author-box .author-inner .content-box .author-image {
        position: relative
    }

    .comment-form .form-outer {
        padding: 20px 20px
    }

    .blog-detail .inner-box blockquote {
        padding: 25px 20px
    }

    .app-osaas-contact-page-section .form-column .inner-column {
        padding: 25px 25px
    }

    .app-osaas-partners-section .content-column h2 {
        font-size: 28px
    }

    .app-osaas-partners-section .content-column .lower-box ul li {
        margin-right: 25px
    }

    .partners-tabs .tabs-content .text {
        font-size: 30px
    }

    .partners-tabs .tab-btns .tab-btn {
        margin-right: 20px
    }
}

@media only screen and (max-width:479px) {
    .sec-title h1 {
        font-size: 28px
    }

    .sec-title h1 br {
        display: none
    }

    .app-osaas-banner-section-five .content-column h1,
    .app-osaas-banner-section-three .content-column h1,
    .app-osaas-page-title h1 {
        font-size: 40px
    }

    .app-osaas-updates-section .subscribe-column h1 {
        font-size: 30px
    }

    .app-osaas-pricing-section .version-column h2,
    .blog-author-box .author-inner .content-box h6,
    h2 {
        font-size: 24px
    }

    .blog-detail .inner-box .new-posts h4 {
        font-size: 20px
    }

    h5 {
        font-size: 18px
    }

    .subscribe-form .form-group .osaas-theme-btn {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        margin-top: 20px
    }

    .app-osaas-subscribe-form-three .form-group .osaas-theme-btn,
    .subscribe-form-five .form-group .osaas-theme-btn,
    .subscribe-form-four .form-group .osaas-theme-btn,
    .subscribe-form-six .form-group .osaas-theme-btn,
    .subscribe-form-two .form-group .osaas-theme-btn {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 15px;
        width: 100%
    }

    .app-osaas-banner-section-two .image-column .counter-boxed,
    .app-osaas-business-block .inner-box .content .image,
    .app-osaas-framework-section .circle-one,
    .app-osaas-platform-section .platform-tabs .tabs-content .image-two,
    .app-osaas-price-section .trial-column .inner-column .text br {
        display: none
    }

    .app-osaas-about-section .image-column .image-content {
        position: relative;
        right: 0
    }

    .app-osaas-about-section .image-column .image-content .icon-box {
        left: 0
    }

    .app-osaas-about-section .image-column .image-content .circle-box {
        right: 0
    }

    .app-osaas-about-section .image-column .image-content {
        padding: 35px 20px
    }

    .app-osaas-price-section .price-column .inner-column .upper-box .title-box .title-inner,
    .list-style-two li {
        padding: 0
    }

    .list-style-two li::before {
        position: relative;
        margin-bottom: 15px
    }

    .app-osaas-software-section .content-column h1,
    .sec-title.style-two h1 {
        font-size: 30px;
        line-height: 1.4em
    }

    .app-osaas-about-app-osaas-software-section .images-column .circle-layer {
        width: 400px;
        height: 400px
    }

    .app-osaas-about-app-osaas-software-section {
        padding-bottom: 40px
    }

    .app-osaas-feature-block-two .inner-box .upper-box {
        padding-left: 0
    }

    .app-osaas-feature-block-two .inner-box .upper-box .icon {
        position: relative;
        top: 0;
        margin-bottom: 20px
    }

    .sec-title.style-six h1,
    .sec-title.style-three h1 {
        font-size: 26px;
        line-height: 1.3em
    }

    .app-osaas-main-footer .download-options ul li {
        margin-right: 0
    }

    .app-osaas-banner-section-four .content-box h1 {
        font-size: 27px;
        line-height: 1.4em
    }

    .app-osaas-feature-block-three .inner-box .content .icon {
        position: relative;
        margin-bottom: 10px
    }

    .app-osaas-feature-block-six .inner-box .content,
    .app-osaas-feature-block-three .inner-box .content,
    .app-osaas-process-block .inner-box {
        padding-left: 0
    }

    .app-osaas-download-section .outer-container .list-outer {
        text-align: left
    }

    .app-osaas-choose-section .content-column .list li {
        font-size: 16px
    }

    .app-osaas-testimonial-block .inner-box .author-box .author-content {
        padding: 0
    }

    .app-osaas-price-section .price-column .inner-column .upper-box .title-box .icon,
    .app-osaas-process-block .inner-box .number,
    .app-osaas-testimonial-block .inner-box .author-box .author-content .author-image {
        position: relative;
        margin-bottom: 20px
    }

    .app-osaas-cta-section .inner-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .app-osaas-cta-section .button-column .osaas-theme-btn {
        margin-left: 0
    }

    .app-osaas-featured-section-five .tab-column .inner-column {
        padding: 15px 15px
    }

    .app-osaas-cources-tabs .tab-btns .tab-btn {
        padding: 0 14px
    }

    .app-osaas-cources-tabs .tabs-content .code-text {
        font-size: 14px
    }

    .app-osaas-contact-info-section .inner-container,
    .app-osaas-price-section .price-column .inner-column {
        padding: 25px 20px
    }

    .app-osaas-business-block .inner-box,
    .app-osaas-feature-block-six .inner-box {
        padding: 25px 25px
    }

    .app-osaas-feature-block-six .inner-box .icon {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 20px
    }

    .app-osaas-partners-section .content-column h2,
    .app-osaas-testimonial-section-two .testimonial-tabs .tabs-content .text {
        font-size: 26px
    }

    .app-osaas-testimonial-section-two .testimonial-tabs .tab-btns .tab-btn {
        margin-right: 0
    }

    .footer-style-two::before {
        left: -20px
    }

    .app-osaas-service-block-two .inner-box,
    .app-osaas-team-block-two .inner-box {
        padding: 15px 15px
    }

    .app-osaas-news-block-two .inner-box .post-info {
        left: 20px;
        right: 20px
    }

    .app-osaas-updates-section .info-column .info-block {
        margin-bottom: 30px
    }

    .app-osaas-news-block-five .inner-box .lower-content {
        padding: 15px 15px
    }

    .app-osaas-news-block-five .inner-box .lower-content .pull-right {
        width: 100%;
        display: block
    }

    .app-osaas-contact-page-section .info-column .contact-info li {
        font-size: 20px
    }

    .app-osaas-contact-page-section .info-column .contact-info li br,
    .platform-tab-content .inner-content .big-icon {
        display: none
    }

    .app-osaas-platform-app-osaas-intro-section .platform-tabs .tab-btns .tab-btn {
        padding: 20px 0 20px 80px
    }

    .app-osaas-platform-app-osaas-intro-section .platform-tabs .tab-btns .tab-btn::before {
        left: 20px;
        top: 15px
    }

    .platform-tab-content .inner-content {
        padding: 25px 15px
    }

    .partners-tabs .tabs-content .text {
        font-size: 24px
    }
}

.slick-dots li button:before {
    display: none;
}

.icon-gradient .elementor-icon-wrapper .elementor-icon i {
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-gradient .elementor-icon-wrapper .elementor-icon i:before {
    position: initial;
}

.contact-form-19 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 2px solid #e8e8e8;
}

.contact-form-19 .wpcf7-list-item {
    margin-left: 3px;
}

.contact-form-19 span.contact-submit-19 input {
    background-image: -webkit-linear-gradient(left, #9752fe 0, #16dafa 100%);
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: Poppins;
    width: 100%;
    height: 54px;
    border-radius: 7px;
    margin-top: 20px;
}

#it-solution-sponser-slider .swiper-slide img {
    width: inherit;
}

.side-menu-inner .navigation-holder .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

@media only screen and (min-width: 1980px) {
    .banner-section .patern-layer-one {
        width: 70%;
        background-size: cover;
    }
}

.topapp-screenshot-slider .swiper-slide {
    height: 100% !important;
}

.topapp-screenshot-slider .swiper-wrapper {
    height: 675px;
}

.grid {
    height: auto !important;
}

.apl3screenshot-section .swiper-slide {
    height: 100%;
}

.saas_two_footer_section:before {
    background-size: contain;
}

.it-nw-newslatter-form .it-nw-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.elementor-button-icon {
    align-items: center;
}

.thx-it-footer-2:before {
    background-size: cover;
    background-position: center center;
}

.hero__btn .thm-btn__transparent {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.hero__btn.btns.mt-25 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero__btn.btns.mt-25 a {
    margin: 0;
}

.elementor:has(header.appilo-sticky.app-res-sticky-menu) {
    padding-top: 100px;
}

.app-osaas-feature-block-two .inner-box {
    display: block;
}

.app-osaas-feature-block-two .inner-box h5 {
    transition: all .5s ease;
}

.app-osaas-feature-block-two .inner-box:hover h5 {
    color: white;
}