@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,600,500,700|Roboto:100,300,400,500,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,600,500,700|Roboto:100,300,400,500,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,600,500,700|Roboto:100,300,400,500,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Poppins:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,600,500,700|Roboto:100,300,400,500,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Poppins:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Roboto:100,500,300,400,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@charset "UTF-8"@keyframes toLeftFromRight {
    49% {
        transform: translateX(-100%)
    }
    50% {
        opacity: 0;
        transform: translateX(100%)
    }
    51% {
        opacity: 1
    }
}
@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)
    }
}
html {
    scroll-behavior: smooth
}
.fadeFromUp {
    animation-name: fadeFromUp
}
.fadeFromLeft {
    animation-name: fadeFromLeft
}
.app-edu-sticky-on {
    top: 0;
    width: 100%;
    z-index: 10;
    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;
    background-image: linear-gradient(90deg, #5fbec1 0%, #66c2c1 50%, #7dd5b1 100%)
}
.app-edu-sticky-on .app-edu-main-navigation {
    padding-top: 25px
}
.app-edu {
    margin: 0;
    padding: 0;
    color: #373a5b;
    font-size: 18px;
    overflow-x: hidden;
    line-height: 1.625;
    font-family: "Roboto";
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}
.app-edu::selection {
    color: #fff;
    background-color: #6e3ebf
}
.app-edu::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}
.app-edu-banner-list {
    text-align: start
}
.app-edu-banner-testimonial-text {
    font-size: 24px;
    font-style: italic;
    color: #4e4e4e
}

.container {
    max-width: 1200px
}

.ul-li ul {
    margin: 0;
    padding: 0
}

.ul-li ul 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#app-edu-preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #fff;
    background: #fff url(../img/pre.svg) no-repeat center center
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

a {
    color: inherit;
    text-decoration: none
}

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

img {
    max-width: 100%;
    height: auto
}

section {
    overflow: hidden
}

button {
    cursor: pointer
}

button:visited,
button:hover,
button:focus,
input:visited,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit
}

.pera-content p {
    margin-bottom: 0
}

.app-edu-headline h1,
.app-edu-headline h2,
.app-edu-headline h3,
.app-edu-headline h4,
.app-edu-headline h5 {
    margin: 0;
    font-family: "Poppins"
}

.app-edu-scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    line-height: 55px;
    border-radius: 100%;
    background-color: #930ce8
}

.app-edu-scrollup i {
    color: #fff;
    font-size: 20px
}

.app-edu-call-now-custom {
    width: 65px;
    right: 20px;
    z-index: 5;
    height: 65px;
    bottom: 20px;
    display: block;
    position: fixed;
    line-height: 70px;
    border-radius: 100%;
    background: #009900;
    -webkit-animation: 1.5s app-edu-ripple-animation-custom linear infinite;
}

.app-edu-call-now-custom i {
    color: #fff;
    font-size: 25px
}

.app-edu-section-title span {
    font-weight: 700;
    color: #930ce8;
    font-family: "Poppins"
}

.app-edu-section-title h2 {
    color: #111;
    font-size: 48px;
    font-weight: 700;
    padding: 5px 0 28px
}

.app-edu-section-title.center-align {
    margin: 0 auto
}

.app-edu-header-main {
    left: 0;
    width: 100%;
    padding-top: 45px;
    position: absolute;
    font-family: "Poppins"
}

.app-edu-main-header-menu .navbar-nav {
    display: inherit
}

.app-edu-main-navigation {
    padding-top: 25px
}

.app-edu-main-navigation li {
    margin-left: 35px
}

.app-edu-main-navigation li a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: inline;
    padding-bottom: 30px
}

.app-edu-main-navigation .dropdown {
    position: relative
}

.app-edu-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 #01e07b;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1)
}

.app-edu-main-navigation .dropdown .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5
}

.app-edu-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-edu-main-navigation .dropdown .dropdown-menu li a:before {
    display: none
}

.app-edu-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-edu-main-navigation .dropdown .dropdown-menu li a:hover {
    background-color: #01e07b;
    color: #fff
}

.app-edu-main-navigation .dropdown .dropdown-menu li a:hover:after {
    transform: scale(1)
}

.app-edu-main-navigation .dropdown .dropdown-menu li:last-child {
    border-bottom: none
}

.app-edu-main-navigation .dropdown:hover .dropdown-menu {
    top: 50px;
    opacity: 1;
    visibility: visible
}

.app-edu-header-main .app-edu-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-edu-header-main .app-edu-mobile_menu_content .app-edu-mobile-main-navigation {
    width: 100%
}

.app-edu-header-main .app-edu-mobile_menu_content .app-edu-mobile-main-navigation .navbar-nav {
    width: 100%
}

.app-edu-header-main .app-edu-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static!important;
    transform: none!important
}

.app-edu-header-main .app-edu-mobile_menu_content .app-edu-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    transition: 0.3s all ease-in-out;
    border-bottom: 1px solid #36125a
}

.app-edu-header-main .app-edu-mobile_menu_content .app-edu-mobile-main-navigation .navbar-nav li:first-child {
    border-bottom: 1px solid #36125a
}

.app-edu-header-main .app-edu-mobile_menu_content .app-edu-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
}

.app-edu-header-main .app-edu-mobile_menu_content .m-brand-logo {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 30px
}

.app-edu-header-main .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
}

.app-edu-header-main .app-edu-mobile_menu_button {
    right: 0;
    top: -55px;
    z-index: 5;
    color: #fff;
    display: none;
    cursor: pointer;
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    text-align: center
}

.app-edu-header-main .app-edu-mobile_menu .app-edu-mobile-main-navigation .navbar-nav li a:after {
    display: none
}

.app-edu-header-main .app-edu-mobile_menu .app-edu-mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.app-edu-header-main .app-edu-mobile_menu .app-edu-mobile_menu_content .app-edu-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-edu-header-main .app-edu-mobile_menu .app-edu-mobile_menu_content .app-edu-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 20px;
    line-height: 1
}

.app-edu-header-main .app-edu-mobile_menu .dropdown {
    position: relative
}

.app-edu-header-main .app-edu-mobile_menu .dropdown:after {
    display: none
}

.app-edu-header-main .app-edu-mobile_menu .app-edu-mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute
}

.app-edu-landing-hero-girl {
    margin-top: -50px
}

@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)
    }
}

.app-edu-banner-section {
    padding: 200px 0 200px
}

.app-edu-banner-section-online {
    padding: 200px 0 0px
}

.app-edu-banner-section-custom {
    /*padding: 330px 0 430px*/
    padding: 200px 0 430px    
}

.app-edu-banner-section-padding-custom {
    padding: 100px 0 160px
}

.app-edu-banner-text {
    color: #fff
}

.app-edu-banner-text h1 {
    font-size: 60px;
    font-weight: 700;
    padding-bottom: 25px
}

.app-edu-banner-text p {
    color: #fff;
    font-size: 24px;
    padding-bottom: 40px
}

.app-edu-banner-text .banner-btn,
div.app-edu-blog-btn a.blog-more {
    padding: 0 32px;
    height: 65px;
    font-weight: 700;
    line-height: 65px;
    display: inline-block;
    font-family: "Poppins";
    border-radius: 45px;
    background-size: 200%, 1px;
    transition: all 200ms linear 0ms;
    background-image: linear-gradient(90deg, #9851fe 0%, #e77fff 50%, #9851fe);
    border: none;
    color: #fff
}

.app-edu-banner-text .banner-btn:hover,
div.app-edu-blog-btn a.blog-more:hover {
    background-position: 120%
}

.app-edu-banner-img {
    top: -130px;
    right: -110px;
    position: absolute;
    animation: UpdownMoving 2s infinite alternate
}

.app-edu-about-section {
    overflow: visible;
    padding: 190px 0
}

.app-edu-about-section .app-edu-about-img {
    left: -80px;
    position: relative;
    animation: UpdownMoving 2s infinite alternate
}

.app-edu-about-section .app-edu-about-shape {
    left: 0;
    top: -20px
}

.app-edu-about-section .app-edu-about-shape2 {
    right: 0;
    bottom: -220px
}

.app-edu-about-text {
    padding-top: 140px
}

.app-edu-about-list {
    margin-top: 25px
}

.app-edu-about-list li {
    padding-left: 40px;
    margin-bottom: 8px;
    position: relative
}

.app-edu-about-list li:before {
    top: 0;
    left: 0;
    content: "";
    font-weight: 900;
    color: #930ce8;
    position: absolute;
    font-family: "Font Awesome 5 Free"
}

.testimonial-section-two {
    position: relative;
    padding: 100px 0 100px;
    background-color: #eaeff2;
    background-position: center center;
    background-repeat: no-repeat
}

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

.testimonial-section-two .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 10px
}

.testimonial-section-two .owl-dots .owl-dot {
    position: relative;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    border-radius: 50px;
    display: inline-block;
    background-color: #dae3e8;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.testimonial-section-two .owl-dots .owl-dot.active,
.testimonial-section-two .owl-dots .owl-dot:hover {
    background-color: #951fb3
}

.testimonial-section-two .owl-carousel .owl-stage-outer {
    padding: 20px 0 30px
}

.testimonial-section-two .owl-theme .testimonial-block-two {
    margin: 0 15px
}

.testimonial-section-two .owl-carousel {
    margin: 0 -15px;
    width: auto
}

.app-edu-course-content {
    padding: 40px 0 80px
}

.app-edu-course-innerbox {
    margin: 0 auto;
    overflow: hidden;
    max-width: 370px;
    margin-bottom: 40px;
    transition: 500ms all ease
}

.app-edu-course-innerbox .app-edu-course-img {
    overflow: hidden;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px
}

.app-edu-course-innerbox .app-edu-course-text {
    padding: 30px;
    border: 1px solid #d0d0d0;
    border-top: none;
    transition: 500ms all ease
}

.app-edu-course-innerbox .app-edu-course-text h3 {
    color: #000;
    font-size: 21px;
    font-weight: 700
}

.app-edu-course-innerbox:hover {
    transform: translateY(-20px);
    box-shadow: 0 5px 70px 0 rgba(0, 0, 0, .08)
}

.app-edu-course-innerbox:hover .app-edu-course-text {
    border: 1px solid #fff;
    border-top: none
}

.app-edu-testimonial-innerbox {
    padding: 45px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 5px 42px 0 rgba(0, 0, 0, .1)
}

.app-edu-counter-section {
    padding: 110px 0 95px;
    background: linear-gradient(45deg, #aa00f1 0%, #6722d6 100%)
}

.app-edu-counter-content .col-lg-4:last-child .app-edu-counter-innerbox:after {
    display: none
}

.app-edu-counter-innerbox .app-edu-counter-icon {
    color: #fff;
    font-size: 55px;
    margin-right: 30px
}

.app-edu-counter-innerbox .app-edu-counter-text {
    color: #fff
}

.app-edu-counter-innerbox .app-edu-counter-text h3 {
    font-size: 72px;
    font-weight: 700;
    margin-right: 20px
}

.app-edu-counter-innerbox .app-edu-counter-text h4 {
    font-size: 24px;
    font-weight: 700;
    max-width: 140px
}

.app-edu-counter-innerbox:after {
    right: 0;
    top: 15px;
    width: 1px;
    content: "";
    height: 60px;
    position: absolute;
    background-color: #c97ff4
}

.app-edu-blog-section {
    overflow: visible;
    padding: 115px 0 20px
}

.app-edu-blog-section .app-edu-blog-vector {
    right: 0;
    bottom: -390px
}

.app-edu-blog-btn {
    margin-top: 30px;
    display: inline-block
}
/* sloba 11.04.2022
.app-edu-blog-btn a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    font-family: "Poppins";
    position: relative
}
.app-edu-blog-btn a:before {
    left: 0;
    bottom: -6px;
    width: 0%;
    height: 2px;
    content: "";
    position: absolute;
    transition: 500ms all ease;
    background: linear-gradient(40deg, #aa00f1 0%, #6722d6 100%)
}
.app-edu-blog-btn a:hover:before {
    width: 100%
}
*/
.app-edu-footer-section {
    padding-top: 400px
}

.app-edu-footer-widget-area {
    padding: 85px 0 150px
}

.app-edu-footer-widget .widget-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 25px 0 35px
}

.app-edu-footer-widget .app-edu-logo-widget {
    max-width: 370px
}

.app-edu-footer-widget .app-edu-logo-widget .app-edu-footer-logo {
    padding-top: 35px;
    padding-bottom: 40px
}

.app-edu-footer-widget .app-edu-logo-widget p {
    color: #fff;
    padding-bottom: 30px
}

.app-edu-footer-widget .app-edu-logo-widget .app-edu-footer-social a {
    width: 48px;
    height: 48px;
    color: #3b5998;
    line-height: 48px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    display: inline-block;
    background-color: #fff;
    transition: 500ms all ease
}

.app-edu-footer-widget .app-edu-logo-widget .app-edu-footer-social a:hover {
    color: #fff;
    background-color: #3b5998
}

.app-edu-footer-widget .app-edu-logo-widget .app-edu-footer-social a:nth-child(2) {
    color: #1da1f2
}

.app-edu-footer-widget .app-edu-logo-widget .app-edu-footer-social a:nth-child(2):hover {
    color: #fff;
    background-color: #1da1f2
}

.app-edu-footer-widget .app-edu-logo-widget .app-edu-footer-social a:nth-child(3) {
    color: #405de6
}

.app-edu-footer-widget .app-edu-logo-widget .app-edu-footer-social a:nth-child(3):hover {
    color: #fff;
    background-color: #405de6
}

.app-edu-footer-widget .app-edu-logo-widget .app-edu-footer-social a:nth-child(4) {
    color: #0077b5
}

.app-edu-footer-widget .app-edu-logo-widget .app-edu-footer-social a:nth-child(4):hover {
    color: #fff;
    background-color: #0077b5
}

.app-edu-logo {
    width: 160px
}

.app-edu-footer-widget .app-edu-footer-menu li {
    margin-bottom: 20px;
    transition: 500ms all ease
}

.app-edu-footer-widget .app-edu-footer-menu li a {
    color: #fff
}

.app-edu-footer-widget .app-edu-footer-menu li:hover {
    padding-left: 10px
}

.app-edu-footer-copyright {
    color: #fff;
    padding-bottom: 85px
}

.app-edu-footer-copyright .copyright-text a {
    font-weight: 700
}

.app-edu-footer-copyright .copyright-menu li {
    margin-left: 35px
}

@media screen and (max-width:1440px) {
    .app-edu-banner-img {
        right: -65px
    }
    .app-edu-about-section .app-edu-about-shape {
        left: -155px
    }
    .app-edu-about-section .app-edu-about-shape2 {
        display: none
    }
    .app-edu-blog-section .app-edu-blog-vector {
        width: 50%
    }
}

@media screen and (max-width:1199px) {
    .app-edu-counter-innerbox .app-edu-counter-text h3 {
        font-size: 50px
    }
    .app-edu-counter-innerbox .app-edu-counter-icon {
        margin-right: 20px
    }
}

@media screen and (max-width:1024px) {
    .app-edu-banner-img {
        position: static;
        text-align: center
    }
    .app-edu-banner-text {
        max-width: 100%;
        text-align: center;
        margin-bottom: 40px
    }
    .app-edu-about-section .app-edu-about-img {
        left: 0
    }
    .app-edu-section-title h2 {
        font-size: 35px
    }
    .app-edu-about-section {
        padding-top: 50px
    }
    .app-edu-course-innerbox .app-edu-course-text {
        padding: 30px 15px
    }
    .app-edu-counter-innerbox .app-edu-counter-icon {
        font-size: 36px;
        margin-right: 15px
    }
    .app-edu-counter-innerbox .app-edu-counter-text h3 {
        font-size: 36px;
        margin-right: 10px
    }
    .app-edu-counter-innerbox .app-edu-counter-text h4 {
        font-size: 18px
    }
    .app-edu-counter-innerbox:after {
        top: -5px;
        height: 40px
    }
    .app-edu-footer-widget .widget-title {
        font-size: 20px
    }
}

@media screen and (max-width:991px) {
    .app-edu-header-main {
        padding-top: 20px
    }
    .app-edu-logo {
        width: 150px
    }
    .app-edu-blog-section {
        padding-bottom: 80px
    }
    .app-edu-about-section .app-edu-about-shape,
    .app-edu-blog-section .app-edu-blog-vector {
        display: none
    }
    .app-edu-about-img {
        text-align: center
    }
    .app-edu-footer-section {
        padding-top: 80px;
        background-image: linear-gradient(90deg, #5fbec1 0%, #66c2c1 50%, #7dd5b1 100%)!important
    }
    .app-edu-banner-section-custom {
        padding: 150px 0 150px
    }
    .app-edu-main-navigation {
        display: none
    }
    .app-edu-about-section {
        padding: 50px 0
    }
    .app-edu-counter-innerbox {
        margin-bottom: 30px
    }
    .app-edu-counter-innerbox:after {
        display: none
    }
    .app-edu-footer-copyright .copyright-menu li {
        margin-left: 10px
    }
    .app-edu-header-main .app-edu-mobile_menu_button {
        display: block
    }
}
@media screen and (max-width:767px) {
    .copyright-menu,
    .copyright-text {
        float: none!important
    }
    .app-edu-footer-copyright .copyright-menu li {
        margin-left: 0;
        margin-right: 10px
    }
}

@media screen and (max-width:480px) {
    .app-edu {
        font-size: 16px
    }
    .app-edu-banner-text h1 {
        font-size: 36px
    }
    .app-edu-banner-text p {
        font-size: 20px
    }
    .app-edu-banner-list {
        font-size: 20px
    }
    .app-edu-banner-text .banner-btn {
        height: 50px;
        line-height: 50px
    }
    .app-edu-banner-testimonial-text {
        font-size: 20px
    }
    .app-edu-banner-section {
        padding: 150px 0 50px
    }
    .app-edu-banner-section-custom {
        padding: 150px 0 50px
    }
    .app-edu-banner-section-online {
        padding: 150px 0 0px
    }
    .testimonial-section-two {
        padding: 50px 0 20px
    }
    .app-edu-banner-section-padding-custom {
        padding: 100px 0 20px
    }
    .app-edu-banner-section-custom {
        padding: 150px 0 80px
    }
    .app-edu-about-text {
        padding-top: 40px
    }
    .app-edu-section-title h2 {
        font-size: 28px
    }
    .app-edu-section-title h2 {
        padding-bottom: 20px
    }
    .app-edu-course-content {
        padding: 40px 0 30px
    }
    .app-edu-counter-section {
        padding: 50px 0 30px
    }
    .app-edu-blog-section {
        padding: 50px 0
    }
    .app-edu-footer-widget-area {
        padding: 50px 0 30px
    }
}

@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
}

.fadeFromLeft {
    animation-name: fadeFromLeft
}

.container {
    max-width: 1200px
}

.ul-li ul {
    margin: 0;
    padding: 0
}

.ul-li ul 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
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

a {
    color: inherit;
    text-decoration: none
}

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

img {
    max-width: 100%;
    height: auto
}

section {
    overflow: hidden
}

button {
    cursor: pointer
}

button:visited,
button:hover,
button:focus,
input:visited,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit
}

.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)
    }
}

.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
}

@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
}

.fadeFromLeft {
    animation-name: fadeFromLeft
}

.container {
    max-width: 1200px
}

.ul-li ul {
    margin: 0;
    padding: 0
}

.ul-li ul 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
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

a {
    color: inherit;
    text-decoration: none
}

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

img {
    max-width: 100%;
    height: auto
}

section {
    overflow: hidden
}

button {
    cursor: pointer
}

button:visited,
button:hover,
button:focus,
input:visited,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit
}

.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)
    }
}

.soft-m-headline h1,
.soft-m-headline h2,
.soft-m-headline h3,
.soft-m-headline h4,
.soft-m-headline h5 {
    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-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-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)
}

.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
}

@media screen and (max-width:991px) {
    .soft-m-ft-process-img {
        margin-bottom: 50px
    }
    .soft-ft-process-left-text {
        margin-bottom: 50px
    }
    .soft-ft-process-right-text {
        padding-left: 0
    }
}

@media screen and (max-width:480px) {
    .soft-m-section-title h2 {
        font-size: 36px
    }
    .soft-m-ft-process-text .soft-m-section-title h2 {
        font-size: 32px
    }
    .soft-m-ft-devider {
        margin: 15px 0 65px
    }
}

::-moz-selection {
    color: #fff;
    background-color: #4c6df3
}

::selection {
    color: #fff;
    background-color: #4c6df3
}

::-moz-selection {
    color: #fff;
    background-color: #4c6df3
}

.container {
    max-width: 1200px
}

.ul-li ul {
    margin: 0;
    padding: 0
}

.ul-li ul li {
    list-style: none;
    display: inline-block
}

.ul-li-block ul {
    margin: 0;
    padding: 0
}

.ul-li-block ul li {
    display: block;
    list-style: none
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url(../img/pre.svg) no-repeat center center
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out
}

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

img {
    max-width: 100%;
    height: auto
}

section {
    overflow: hidden
}

button {
    cursor: pointer
}

button:visited,
button:hover,
button:focus,
input:visited,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit
}

.relative-position {
    position: relative
}

.pera-content p {
    margin-bottom: 0
}

@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translateX(20%)
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-20%)
    }
    51% {
        opacity: 1
    }
}

@keyframes toLeftFromRight {
    49% {
        -webkit-transform: translateX(20%);
        transform: translateX(20%)
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%)
    }
    51% {
        opacity: 1
    }
}

.scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-color: #4c6df3
}

.scrollup i {
    color: #fff;
    font-size: 20px
}

@-webkit-keyframes border_animation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@keyframes border_animation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

.it-nw-team-section {
    overflow: visible;
    padding: 110px 0
}

.it-nw-team-content {
    padding-top: 50px
}

.it-nw-team-innerbox .it-nw-team-text {
    -webkit-box-shadow: 0 15px 50px 0 rgba(0, 27, 175, .1);
    box-shadow: 0 15px 50px 0 rgba(0, 27, 175, .1)
}

.it-nw-team-innerbox .it-nw-team-img {
    overflow: hidden;
    border-top-left-radius: 8px
}

.it-nw-team-innerbox .it-nw-team-img .it-nw-tm-shape {
    left: 0;
    opacity: 0;
    bottom: -50px;
    visibility: hidden;
    -webkit-transition: 400ms all ease;
    transition: 400ms all ease
}

.it-nw-team-innerbox .it-nw-team-social {
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease
}

.it-nw-team-innerbox .it-nw-team-social a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background-color: #fff
}

.it-nw-team-innerbox .it-nw-team-social a .fb {
    color: #16599b
}

.it-nw-team-innerbox .it-nw-team-social a .tw {
    color: #03a9f4
}

.it-nw-team-innerbox .it-nw-team-social a .dr {
    color: #ea4f8b
}

.it-nw-team-innerbox .it-nw-team-text {
    padding: 30px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.it-nw-team-innerbox .it-nw-team-text h3 {
    font-size: 22px;
    font-weight: 700;
    color: #00133e;
    padding-bottom: 5px
}

.it-nw-team-innerbox .it-nw-team-text span {
    font-weight: 600;
    color: #00133e
}

.it-nw-team-innerbox:hover .it-nw-team-social {
    opacity: 1;
    bottom: 30px;
    visibility: visible
}

.it-nw-team-innerbox:hover .it-nw-tm-shape {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

@media screen and (max-width:991px) {
    .it-nw-team-innerbox {
        margin: 0 auto;
        max-width: 270px;
        margin-bottom: 30px
    }
}

@media screen and (max-width:480px) {
    .it-nw-team-section {
        padding: 60px 0
    }
    .scrollup {
        width: 30px;
        right: 10px;
        height: 30px;
        line-height: 30px
    }
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-minimal {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    position: relative
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-minimal {
    *display: inline
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit {
    *display: inline
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
    *display: inline
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

::-moz-selection {
    color: #fff;
    background-color: #b956fe
}

::selection {
    color: #fff;
    background-color: #b956fe
}

::-moz-selection {
    color: #fff;
    background-color: #b956fe
}

.container {
    max-width: 1240px
}

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

ul li {
    list-style: none
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

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

img {
    width: auto;
    height: auto
}

section {
    overflow: hidden
}

button {
    cursor: pointer
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.relative-position {
    position: relative
}

.no-padding {
    padding: 0
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin-left: 0;
    line-height: 0
}

.loading-preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900
}

#loading-preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 50px;
    width: 150px;
    visibility: visible;
    z-index: 1000
}

.line_shape {
    width: 8px;
    height: 50px;
    margin-right: 5px;
    background-color: #b956fe;
    -webkit-animation: animate24 1s infinite;
    animation: animate24 1s infinite;
    float: left;
    opacity: 1
}

.line_shape:last-child {
    margin-right: 0
}

.line_shape:nth-child(10) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s
}

.line_shape:nth-child(9) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.line_shape:nth-child(8) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s
}

.line_shape:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.line_shape:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.line_shape:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.line_shape:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.line_shape:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.line_shape:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

@-webkit-keyframes animate24 {
    50% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@keyframes animate24 {
    50% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

.applghu-scroll-top {
    width: 50px;
    height: 50px;
    color: #ffffff!important;
    background: -webkit-gradient(linear, left top, right top, from(#9b23ea), to(#f77062));
    background: linear-gradient(to right, #9b23ea, #f77062);
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    border-radius: 50%;
    display: none;
    -webkit-transition: initial;
    transition: initial
}

@-webkit-keyframes applghu_rotate_animation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes applghu_rotate_animation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes applghu_fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes applghu_fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes applghu_ZoomInZoomOut {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg)
    }
    50% {
        -webkit-transform: scale(.6) rotateY(90deg);
        transform: scale(.6) rotateY(90deg)
    }
    100% {
        -webkit-transform: scale(1) rotateY(0);
        transform: scale(1) rotateY(0)
    }
}

@keyframes applghu_ZoomInZoomOut {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg)
    }
    50% {
        -webkit-transform: scale(.6) rotateY(90deg);
        transform: scale(.6) rotateY(90deg)
    }
    100% {
        -webkit-transform: scale(1) rotateY(0);
        transform: scale(1) rotateY(0)
    }
}

@-webkit-keyframes applghu_move_animation {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }
    25% {
        -webkit-transform: translate(200px, 100px) rotate(90deg);
        transform: translate(200px, 100px) rotate(90deg)
    }
    50% {
        -webkit-transform: translate(600px, 200px) rotate(180deg);
        transform: translate(600px, 200px) rotate(180deg)
    }
    75% {
        -webkit-transform: translate(-50px) rotate(270deg);
        transform: translate(-50px) rotate(270deg)
    }
    100% {
        -webkit-transform: translate(0) rotate(360deg);
        transform: translate(0) rotate(360deg)
    }
}

@keyframes applghu_move_animation {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }
    25% {
        -webkit-transform: translate(200px, 100px) rotate(90deg);
        transform: translate(200px, 100px) rotate(90deg)
    }
    50% {
        -webkit-transform: translate(600px, 200px) rotate(180deg);
        transform: translate(600px, 200px) rotate(180deg)
    }
    75% {
        -webkit-transform: translate(-50px) rotate(270deg);
        transform: translate(-50px) rotate(270deg)
    }
    100% {
        -webkit-transform: translate(0) rotate(360deg);
        transform: translate(0) rotate(360deg)
    }
}

@-webkit-keyframes applghuUpsDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes applghuUpsDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes applghu-repeat {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    40% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0
    }
    65% {
        -webkit-transform: translateX(-45px);
        transform: translateX(-45px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes applghu-repeat {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    40% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0
    }
    65% {
        -webkit-transform: translateX(-45px);
        transform: translateX(-45px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.applghu-header-area {
    height: 75px;
    position: absolute;
    width: 100%;
    z-index: 9
}

.applghu-header-area .logo {
    padding-top: 20px
}

.applghu-header-area .logo .applghu-logo-sticky {
    display: none
}

.applghu-header-area .applghu-navigation {
    padding-top: 27px
}

.applghu-header-area .applghu-navigation ul li {
    display: inline-block;
    padding-right: 50px
}

.applghu-header-area .applghu-navigation ul li.side-demo span {
    right: 60px
}

.applghu-header-area .applghu-navigation ul li a {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #fff;
    padding-bottom: 5px;
    position: relative
}

.applghu-header-area .applghu-navigation ul li a:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #fff;
    height: 2px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.applghu-header-area .applghu-navigation ul li a:hover:before {
    width: 100%
}

.applghu-header-area .applghu-navigation ul .applghu-dropdown {
    position: relative
}

.applghu-header-area .applghu-navigation ul .applghu-dropdown .applghu-dropdown-menu {
    position: absolute;
    width: 200px;
    background: #fff;
    left: 0;
    top: 80px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden
}

.applghu-header-area .applghu-navigation ul .applghu-dropdown .applghu-dropdown-menu li {
    display: block;
    margin: 0;
    text-align: left;
    line-height: 1;
    padding-right: 0
}

.applghu-header-area .applghu-navigation ul .applghu-dropdown .applghu-dropdown-menu li a {
    margin: 0;
    padding: 20px 30px;
    display: block;
    color: #111
}

.applghu-header-area .applghu-navigation ul .applghu-dropdown .applghu-dropdown-menu li a:hover {
    background: #f77062;
    color: #fff;
    padding-left: 40px
}

.applghu-header-area .applghu-navigation ul .applghu-dropdown .applghu-dropdown-menu li a:before {
    display: none
}

.applghu-header-area .applghu-navigation ul .applghu-dropdown:hover .applghu-dropdown-menu {
    top: 58px;
    opacity: 1;
    visibility: visible
}

@media (max-width:991.98px) {
    .applghu-header-area .applghu-navigation {
        display: none
    }
}

.applghu-header-area .applghu-header-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 18px
}

.applghu-header-area .applghu-header-cta .applghu-header-cta-icon {
    width: 41px;
    height: 41px;
    border-radius: 5px;
    line-height: 41px;
    display: inline-block;
    text-align: center;
    background: -webkit-gradient(linear, left top, right bottom, from(#9b23ea), to(#f77062));
    background: linear-gradient(to bottom right, #9b23ea, #f77062);
    position: relative
}

.applghu-header-area .applghu-header-cta .applghu-header-cta-icon i {
    font-size: 25px;
    color: #fff;
    line-height: 45px
}

.applghu-header-area .applghu-header-cta .applghu-header-cta-icon:hover {
    background: -webkit-gradient(linear, right bottom, left top, from(#9b23ea), to(#f77062));
    background: linear-gradient(to top left, #9b23ea, #f77062)
}

.applghu-header-area .applghu-header-cta .applghu-header-cta-content {
    display: inline-block;
    margin-left: 15px
}

.applghu-header-area .applghu-header-cta .applghu-header-cta-content .applghu-header-cta-text {
    font-weight: 500;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    line-height: 22px;
    color: #fff;
    display: block
}

.applghu-header-area .applghu-header-cta .applghu-header-cta-content .applghu-header-cta-num {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    font-family: "Poppins", sans-serif;
    display: block
}

.applghu-header-area .applghu-mobile-menu-hamburger {
    text-align: right;
    display: none
}

.applghu-header-area .applghu-mobile-menu-hamburger a {
    width: 40px;
    height: 40px;
    background-color: #00163b;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px
}

.applghu-mobile-menu ul li.has-submenu::after {
    content: '+';
    position: absolute;
    top: 8px;
    z-index: -1;
    right: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.applghu-mobile-menu ul li.has-submenu ul {
    display: none
}

.applghu-mobile-menu ul li.has-submenu ul li a {
    padding-left: 25px
}

.applghu-mobile-menu ul li.has-submenu ul li ul li a {
    padding-left: 35px
}

.applghu-mobile-menu ul li.applghu-submenu-icon-rotate::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (max-width:991.98px) {
    .applghu-header-area .applghu-mobile-menu-hamburger {
        display: block;
        position: relative;
        top: 15px;
        color: #fff;
        font-size: 25px;
        right: 10px
    }
}

@media (max-width:991.98px) {
    .applghu-header-area .applghu-header-cta {
        display: none
    }
}

.applghu-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 70;
    -webkit-box-shadow: 0 15px 50px 0 rgba(11, 11, 11, .08);
    box-shadow: 0 15px 50px 0 rgba(11, 11, 11, .08);
    -webkit-animation: 1s slideInDown;
    animation: 1s slideInDown
}

.applghu-header-sticky .logo {
    padding-top: 24px
}

.applghu-header-sticky .logo .applghu-logo-normal {
    display: none
}

.applghu-header-sticky .logo .applghu-logo-sticky {
    display: block
}

.applghu-header-sticky .applghu-navigation {
    padding-top: 25px
}

.applghu-header-sticky .applghu-navigation ul li a {
    color: #000
}

.applghu-header-sticky .applghu-navigation ul li a:before {
    background-color: #000
}

.applghu-header-sticky .applghu-header-cta {
    padding-top: 13px
}

.applghu-header-sticky .applghu-header-cta .applghu-header-cta-content .applghu-header-cta-text {
    color: #000
}

.applghu-header-sticky .applghu-header-cta .applghu-header-cta-content .applghu-header-cta-num {
    color: #000
}

.applghu-mobile-menu {
    background-color: #00163b;
    width: 290px;
    height: 100vh;
    overflow-y: scroll;
    padding: 60px 0 0 0;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 100;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.applghu-mobile-menu a.applghu-menu-close {
    color: #fd5900;
    position: absolute;
    right: 20px;
    top: 20px
}

.applghu-mobile-menu a.applghu-logo-wrapper {
    width: 140px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px
}

.applghu-mobile-menu ul li {
    position: relative
}

.applghu-mobile-menu ul li+li {
    border-top: 1px solid #fff
}

.applghu-mobile-menu ul li a {
    display: block;
    padding: 8px 12px;
    color: #fff;
    font-weight: 500
}

.applghu-mobile-menu.applghu-mobile-menu-on {
    left: 0
}

@media (max-width:991.98px) {
    .applghu-revulation-slider .applghu-hero-content-wrapper {
        margin-left: 70px!important
    }
}

@media (max-width:767.98px) {
    .applghu-revulation-slider .applghu-hero-content-wrapper {
        margin-left: 30px!important
    }
    .applghu-revulation-slider #rev_slider_4_1_wrapper .zeus.tparrows {
        display: none!important
    }
    .applghu-revulation-slider .applghu-hero-shape-left,
    .applghu-revulation-slider .applghu-hero-shape-right {
        display: none!important
    }
    .applghu-revulation-slider .applghu-hero-subtitle {
        font-size: 12px!important
    }
}

.applghu-revulation-slider .applghu-hero-btn {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#9b23ea), to(#f77062));
    background-image: linear-gradient(to bottom right, #9b23ea, #f77062);
    font-size: 15px;
    line-height: 2;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    padding: 15px 11px 15px 16px;
    border-radius: 5px;
    margin-top: 0!important;
    border: 0!important
}

@media (max-width:767.98px) {
    .applghu-revulation-slider .applghu-hero-btn {
        font-size: 12px!important;
        line-height: 28px!important
    }
}

.applghu-revulation-slider .applghu-hero-btn span {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    line-height: 30px;
    margin-left: 15px;
    text-align: center!important;
    display: inline-block;
    background: #f4969a;
    line-height: 34px!important
}

.applghu-revulation-slider .applghu-hero-btn:hover {
    background-image: -webkit-gradient(linear, right bottom, left top, from(#9b23ea), to(#f77062));
    background-image: linear-gradient(to top left, #9b23ea, #f77062);
    border-radius: 5px
}

.applghu-revulation-slider .applghu-hero-btn #slider-4-slide-9-layer-4 {
    font-size: 14px!important
}

.applghu-footer-area .applghu-footer-top {
    padding-top: 60px;
    padding-bottom: 10px;
    margin-bottom: 60px;
    border-bottom: 2px solid #0700a0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.applghu-footer-area .applghu-footer-top .applghu-footer-logo {
    display: inline-block
}

.applghu-footer-area .applghu-footer-top .applghu-footer-logo img {
    max-width: 100%
}

.applghu-footer-area .applghu-footer-top .applghu-footer-navigation {
    display: inline-block
}

@media (max-width:767.98px) {
    .applghu-footer-area .applghu-footer-top .applghu-footer-navigation {
        display: none
    }
}

.applghu-footer-area .applghu-footer-top .applghu-footer-navigation ul li {
    display: inline-block;
    margin-left: 38px
}

.applghu-footer-area .applghu-footer-top .applghu-footer-navigation ul li:first-child {
    margin-left: 0
}

.applghu-footer-area .applghu-footer-top .applghu-footer-navigation ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    font-family: "Roboto", sans-serif
}

@media (max-width:767.98px) {
    .applghu-footer-area .applghu-footer-widget {
        margin-bottom: 50px
    }
}

.applghu-footer-area .applghu-footer-widget h3 {
    font-size: 18px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 20px
}

.applghu-footer-area .applghu-footer-about p {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px
}

@media (max-width:575.98px) {
    .applghu-footer-area .applghu-footer-about p {
        font-size: 14px
    }
}

.applghu-footer-area .applghu-footer-about .applghu-footer-about-social li {
    display: inline-block;
    margin-right: 15px
}

.applghu-footer-area .applghu-footer-about .applghu-footer-about-social li:last-child {
    margin-right: 0
}

.applghu-footer-area .applghu-footer-about .applghu-footer-about-social li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #250c63;
    border-radius: 5px;
    line-height: 35px;
    text-align: center
}

.applghu-footer-area .applghu-footer-about .applghu-footer-about-social li a i {
    font-size: 20px;
    background: -webkit-gradient(linear, left top, right bottom, from(#ac31d1), to(#e5617d));
    background: linear-gradient(to bottom right, #ac31d1, #e5617d);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent
}

.applghu-footer-area .applghu-footer-about .applghu-footer-about-social li a:hover {
    background: -webkit-gradient(linear, left top, right bottom, from(#ac31d1), to(#e5617d));
    background: linear-gradient(to bottom right, #ac31d1, #e5617d)
}

.applghu-footer-area .applghu-footer-about .applghu-footer-about-social li a:hover i {
    -webkit-text-fill-color: #fff
}

.applghu-footer-area .applghu-footer-service .applghu-footer-service-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.applghu-footer-area .applghu-footer-service .applghu-footer-service-link ul {
    margin-right: 70px
}

.applghu-footer-area .applghu-footer-service .applghu-footer-service-link ul:last-child {
    margin-right: 0
}

.applghu-footer-area .applghu-footer-service .applghu-footer-service-link ul li a {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    position: relative;
    padding-bottom: 2px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

@media (max-width:575.98px) {
    .applghu-footer-area .applghu-footer-service .applghu-footer-service-link ul li a {
        font-size: 14px
    }
}

.applghu-footer-area .applghu-footer-service .applghu-footer-service-link ul li a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.applghu-footer-area .applghu-footer-service .applghu-footer-service-link ul li a:hover:after {
    width: 100%
}

.applghu-footer-area .applghu-footer-service .applghu-footer-service-link ul li a:hover {
    color: #ac31d1
}

@media (min-width:768px) and (max-width:991.98px) {
    .applghu-footer-area .applghu-footer-contact {
        margin-top: 50px
    }
}

.applghu-footer-area .applghu-footer-contact .applghu-footer-single-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.applghu-footer-area .applghu-footer-contact .applghu-footer-single-contact:last-child {
    margin-bottom: 0
}

.applghu-footer-area .applghu-footer-contact .applghu-footer-single-contact .applghu-footer-contact-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #1a1076;
    line-height: 50px;
    text-align: center
}

.applghu-footer-area .applghu-footer-contact .applghu-footer-single-contact .applghu-footer-contact-icon-box i {
    font-size: 28px;
    background: -webkit-gradient(linear, left top, right bottom, from(#ac31d1), to(#e5617d));
    background: linear-gradient(to bottom right, #ac31d1, #e5617d);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent
}

.applghu-footer-area .applghu-footer-contact .applghu-footer-single-contact p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 15px
}

@media (max-width:575.98px) {
    .applghu-footer-area .applghu-footer-contact .applghu-footer-single-contact p {
        font-size: 14px
    }
}

.applghu-footer-area .applghu-copyright-area {
    background: #020030;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 110px
}

@media (max-width:767.98px) {
    .applghu-footer-area .applghu-copyright-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 50px
    }
}

.applghu-footer-area .applghu-copyright-area .applghu-copyright-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767.98px) {
    .applghu-footer-area .applghu-copyright-area .applghu-copyright-left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 15px
    }
}

.applghu-footer-area .applghu-copyright-area .applghu-copyright-left P {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .applghu-footer-area .applghu-copyright-area .applghu-copyright-right {
        text-align: center
    }
}

.applghu-footer-area .applghu-copyright-area .applghu-copyright-right li {
    display: inline-block;
    margin-left: 45px
}

@media (max-width:360px) {
    .applghu-footer-area .applghu-copyright-area .applghu-copyright-right li {
        margin-left: 15px
    }
}

.applghu-footer-area .applghu-copyright-area .applghu-copyright-right li:first-child {
    margin-left: 0
}

.applghu-footer-area .applghu-copyright-area .applghu-copyright-right li a {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 2px
}

.applghu-section-heading {
    margin-bottom: 45px
}

.applghu-section-heading .applghu-section-heading-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #9b23ea;
    font-family: "Roboto", sans-serif;
    line-height: 1.2
}

.applghu-section-heading .applghu-section-heading-title {
    font-size: 36px;
    color: #171366;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 1.5
}

@media (max-width:767.98px) {
    .applghu-section-heading .applghu-section-heading-title {
        font-size: 32px
    }
}

.applghu-section-heading .applghu-section-heading-text {
    font-size: 16px;
    line-height: 1.5;
    color: #989898;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.applghu-border-left-none {
    border-left: 0!important
}

@media (max-width:767.98px) {
    .applghu-border-left-none {
        border-left: 1px solid #b1b1b1!important
    }
}

.applghu-border-right-none {
    border-right: 0!important
}

@media (max-width:767.98px) {
    .applghu-border-right-none {
        border-right: 1px solid #b1b1b1!important
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .applghu-small-screen-border-left-none {
        border-left: none!important
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .applghu-small-screen-border-right-none {
        border-right: none!important
    }
}

.applghu-section-heading-white .applghu-section-heading-subtitle {
    color: #fff
}

.applghu-section-heading-white .applghu-section-heading-title {
    color: #fff
}

.applghu-section-heading-white .applghu-section-heading-text {
    color: #fff
}

.applghu-features-area {
    padding: 105px 0 80px;
    background: #fff
}

.applghu-features-area .applghu-feature-container {
    position: relative
}

.applghu-features-area .applghu-feature-container .applghu-feature-shape-left {
    position: absolute;
    bottom: -19px;
    left: -60px;
    -webkit-animation: applghuUpsDown 12s infinite linear alternate;
    animation: applghuUpsDown 12s infinite linear alternate
}

.applghu-features-area .applghu-feature-container .applghu-feature-shape-right {
    position: absolute;
    right: -35px;
    bottom: -35px;
    -webkit-animation: applghu_rotate_animation 12s infinite linear alternate;
    animation: applghu_rotate_animation 12s infinite linear alternate
}

.applghu-features-area .applghu-single-features {
    text-align: center;
    background: #fff;
    -webkit-box-shadow: -3px 10px 50px 0 rgba(88, 88, 88, .2);
    box-shadow: -3px 10px 50px 0 rgba(88, 88, 88, .2);
    padding: 28px 30px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px;
    margin-top: 40px
}

@media (max-width:1199.98px) {
    .applghu-features-area .applghu-single-features {
        margin-bottom: 60px
    }
}

@media (max-width:767.98px) {
    .applghu-features-area .applghu-single-features {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
}

.applghu-features-area .applghu-single-features .applghu-feature-icon-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    background: -webkit-gradient(linear, left top, right bottom, from(#9b23ea), to(#f77062));
    background: linear-gradient(to bottom right, #9b23ea, #f77062);
    top: -70px;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.applghu-features-area .applghu-single-features .applghu-feature-icon-box i {
    font-size: 40px;
    color: #fff;
    line-height: 90px
}

.applghu-features-area .applghu-single-features h3 {
    font-size: 20px;
    color: #171366;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    margin-top: -50px;
    margin-bottom: 15px
}

.applghu-features-area .applghu-single-features p {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 24px
}

.applghu-features-area .applghu-single-features:hover {
    -webkit-box-shadow: -5px 19px 100px 0 rgba(151, 151, 151, .5);
    box-shadow: -5px 19px 100px 0 rgba(151, 151, 151, .5)
}

.applghu-features-area .applghu-single-features:hover .applghu-feature-icon-box {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.applghu-about-area {
    padding-bottom: 110px;
    position: relative
}

.applghu-about-area .applghu-about-round-shape {
    position: absolute;
    bottom: 97px;
    left: 334px;
    -webkit-animation: applghuUpsDown 12s infinite linear alternate;
    animation: applghuUpsDown 12s infinite linear alternate
}

.applghu-about-area .applghu-about-cross-shape {
    position: absolute;
    right: 60px;
    bottom: 94px;
    animation: applghu_rotate_animation 12s infinite linear alternate-reverse
}

.applghu-about-area .applghu-about-img {
    position: relative
}

@media (max-width:991.98px) {
    .applghu-about-area .applghu-about-img {
        margin-bottom: 50px
    }
}

.applghu-about-area .applghu-about-img img {
    max-width: 100%
}

@media (max-width:991.98px) {
    .applghu-about-area .applghu-about-img img {
        width: 100%
    }
}

.applghu-about-area .applghu-about-img .applghu-about-project-box {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 34px 35px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: -3px 10px 50px 0 rgba(85, 85, 85, .15);
    box-shadow: -3px 10px 50px 0 rgba(85, 85, 85, .15);
    text-align: center
}

.applghu-about-area .applghu-about-img .applghu-about-project-box h2 {
    font-size: 48px;
    font-weight: 700;
    color: #171365;
    font-family: "Roboto", sans-serif;
    line-height: 1
}

.applghu-about-area .applghu-about-img .applghu-about-project-box p {
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #171365;
    line-height: 1.5
}

.applghu-about-area .applghu-about-content {
    margin-left: 80px
}

@media (max-width:991.98px) {
    .applghu-about-area .applghu-about-content {
        margin-left: 15px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .applghu-about-area .applghu-about-content {
        margin-left: 0
    }
}

@media (max-width:767.98px) {
    .applghu-about-area .applghu-about-content {
        margin-left: 0
    }
}

.applghu-about-area .applghu-about-content .applghu-about-sub-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
    color: #9b23ea;
    text-transform: capitalize
}

.applghu-about-area .applghu-about-content .applghu-about-title {
    font-size: 36px;
    line-height: 1.2;
    color: #171365;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 18px
}

@media (max-width:767.98px) {
    .applghu-about-area .applghu-about-content .applghu-about-title {
        font-size: 32px
    }
}

.applghu-about-area .applghu-about-content .applghu-about-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #868686;
    font-family: "Roboto", sans-serif
}

.applghu-about-area .applghu-about-content .applghu-about-progressbar-area {
    margin-top: 20px;
    margin-bottom: 35px
}

.applghu-about-area .applghu-about-content .applghu-about-progressbar-area .applghu-single-progress-parent {
    margin-bottom: 20px;
    height: 45px
}

.applghu-about-area .applghu-about-content .applghu-about-progressbar-area .applghu-single-progress-parent h3 {
    font-size: 18px;
    color: #171366;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    text-transform: capitalize
}

.applghu-about-area .applghu-about-content .applghu-about-progressbar-area .applghu-single-progress-parent .applghu-single-progress {
    width: 470px;
    height: 5px;
    border-radius: 2.5px;
    background: #d6ceff;
    position: relative
}

@media (max-width:991.98px) {
    .applghu-about-area .applghu-about-content .applghu-about-progressbar-area .applghu-single-progress-parent .applghu-single-progress {
        width: 100%
    }
}

.applghu-about-area .applghu-about-content .applghu-about-progressbar-area .applghu-single-progress-parent .applghu-single-progress .applghu-single-progress-bar {
    background: -webkit-gradient(linear, left top, right top, from(#e96576), to(#a92ed6));
    background: linear-gradient(to right, #e96576, #a92ed6);
    position: relative;
    width: 0;
    height: 5px;
    border-radius: 2.5px;
    z-index: 1;
    overflow: visible!important
}

.applghu-about-area .applghu-about-content .applghu-about-progressbar-area .applghu-single-progress-parent .applghu-single-progress .applghu-single-progress-bar:after {
    position: absolute;
    top: -3px;
    right: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #a82ed7;
    content: ""
}

.applghu-about-area .applghu-about-content .applghu-about-progressbar-area .applghu-single-progress-parent .applghu-single-progress .applghu-single-progress-bar span {
    position: absolute;
    right: -13px;
    top: -32px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    color: #171366;
    font-weight: 700;
    font-family: "Roboto", sans-serif
}

.applghu-about-area .applghu-about-content .applghu-about-btn {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#9b23ea), to(#f77062));
    background-image: linear-gradient(to bottom right, #9b23ea, #f77062);
    font-size: 15px;
    line-height: 2;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    padding: 15px 11px 15px 16px;
    border-radius: 5px
}

.applghu-about-area .applghu-about-content .applghu-about-btn span {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    line-height: 32px;
    margin-left: 15px;
    text-align: center;
    display: inline-block;
    background: #f4969a
}

.applghu-about-area .applghu-about-content .applghu-about-btn:hover {
    background-image: -webkit-gradient(linear, right bottom, left top, from(#9b23ea), to(#f77062));
    background-image: linear-gradient(to top left, #9b23ea, #f77062)
}

.applghu-achievement-area {
    padding: 70px 0 40px;
    position: relative
}

.applghu-achievement-area .applghu-achievement-shape-one {
    position: absolute;
    top: 253px;
    left: 110px;
    -webkit-animation: applghu-repeat 12s infinite linear alternate;
    animation: applghu-repeat 12s infinite linear alternate
}

.applghu-achievement-area .applghu-achievement-shape-two {
    position: absolute;
    top: 60px;
    right: 152px;
    -webkit-animation: applghuUpsDown 12s infinite linear alternate;
    animation: applghuUpsDown 12s infinite linear alternate
}

.applghu-achievement-area .applghu-achievement-shape-three {
    position: absolute;
    bottom: 57px;
    right: 334px;
    -webkit-animation: applghu_move_animation 12s infinite linear alternate;
    animation: applghu_move_animation 12s infinite linear alternate
}

@media (max-width:1199.98px) {
    .applghu-achievement-area .applghu-achievement-left {
        margin-bottom: 50px
    }
}

.applghu-achievement-area .applghu-achievement-left .applghu-achievement-left-sub-title {
    font-size: 24px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1.2
}

.applghu-achievement-area .applghu-achievement-left .applghu-achievement-left-title {
    font-size: 36px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #fff;
    line-height: 1.5
}

@media (max-width:460px) {
    .applghu-achievement-area .applghu-achievement-left .applghu-achievement-left-title {
        font-size: 32px
    }
}

.applghu-achievement-area .applghu-achievement-left .applghu-achievement-left-text {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
    font-family: "Roboto", sans-serif
}

.applghu-achievement-area .applghu-achievement-left .applghu-achievement-btn {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#9b23ea), to(#f77062));
    background-image: linear-gradient(to bottom right, #9b23ea, #f77062);
    font-size: 15px;
    line-height: 2;
    margin-top: 15px;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    padding: 15px 11px 15px 16px;
    border-radius: 5px
}

.applghu-achievement-area .applghu-achievement-left .applghu-achievement-btn span {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    line-height: 32px;
    margin-left: 15px;
    text-align: center;
    display: inline-block;
    background: #f4969a
}

.applghu-achievement-area .applghu-achievement-left .applghu-achievement-btn:hover {
    background-image: -webkit-gradient(linear, right bottom, left top, from(#9b23ea), to(#f77062));
    background-image: linear-gradient(to top left, #9b23ea, #f77062)
}

.applghu-achievement-area .applghu-achievement-right .applghu-single-achievement-box {
    background: #26138a;
    border-radius: 5px;
    padding: 40px 20px 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 0
}

.applghu-achievement-area .applghu-achievement-right .applghu-single-achievement-box h2 {
    font-size: 48px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    line-height: .5;
    font-weight: 700;
    margin-bottom: 30px
}

@media (max-width:460px) {
    .applghu-achievement-area .applghu-achievement-right .applghu-single-achievement-box h2 {
        font-size: 30px;
        margin-bottom: 15px
    }
}

.applghu-achievement-area .applghu-achievement-right .applghu-single-achievement-box p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    font-family: "Roboto", sans-serif;
    color: #fff
}

@media (max-width:460px) {
    .applghu-achievement-area .applghu-achievement-right .applghu-single-achievement-box p {
        font-size: 16px;
        line-height: 1.4
    }
}

.applghu-achievement-area .applghu-achievement-right .applghu-single-achievement-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #210e85;
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.applghu-achievement-area .applghu-achievement-right .applghu-single-achievement-box:hover:before {
    width: 100%
}

.applghu-service-area {
    background: #fff;
    padding: 105px 0 80px
}

.applghu-service-area .applghu-single-service {
    padding: 40px 30px 70px;
    background: #fff;
    border: 1px solid #b1b1b1;
    margin: 0 -15px 30px -15px;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

@media (max-width:767.98px) {
    .applghu-service-area .applghu-single-service {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
}

.applghu-service-area .applghu-single-service .applghu-service-icon-box {
    width: 80px;
    height: 80px;
    background: -webkit-gradient(linear, left top, right bottom, from(#f6e9fb), to(#fdeff1));
    background: linear-gradient(to bottom right, #f6e9fb, #fdeff1);
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 24px
}

.applghu-service-area .applghu-single-service .applghu-service-icon-box i {
    font-size: 48px;
    background: -webkit-gradient(linear, left top, right bottom, from(#ac31d1), to(#e5617d));
    background: linear-gradient(to bottom right, #ac31d1, #e5617d);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent
}

.applghu-service-area .applghu-single-service h3 {
    font-size: 20px;
    line-height: 1.5;
    color: #171366;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px
}

.applghu-service-area .applghu-single-service p {
    font-size: 16px;
    line-height: 1.6;
    color: #777;
    font-weight: 400;
    font-family: "Roboto", sans-serif
}

.applghu-service-area .applghu-single-service .applghu-service-btn {
    width: 40px;
    height: 40px;
    background: -webkit-gradient(linear, left top, right bottom, from(#f1e4f4), to(#eee2e5));
    background: linear-gradient(to bottom right, #f1e4f4, #eee2e5);
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 30px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.applghu-service-area .applghu-single-service .applghu-service-btn i {
    font-size: 20px;
    background: -webkit-gradient(linear, left top, right bottom, from(#ac31d1), to(#e5617d));
    background: linear-gradient(to bottom right, #ac31d1, #e5617d);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.applghu-service-area .applghu-single-service:hover {
    -webkit-box-shadow: 0 9px 100px 0 rgba(151, 151, 151, .5);
    box-shadow: 0 9px 100px 0 rgba(151, 151, 151, .5);
    border-color: transparent;
    position: relative;
    z-index: 10;
    -webkit-transform: scaleX(1.01);
    transform: scaleX(1.01)
}

.applghu-service-area .applghu-single-service:hover .applghu-service-btn {
    background: -webkit-gradient(linear, left top, right bottom, from(#ac31d1), to(#e5617d));
    background: linear-gradient(to bottom right, #ac31d1, #e5617d);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.applghu-service-area .applghu-single-service:hover .applghu-service-btn i {
    background: transparent;
    -webkit-text-fill-color: #fff
}

.applghu-whychoose-us-area {
    padding: 110px 0 0;
    position: relative;
    overflow: unset;
    margin-bottom: 105px;
    background-color: #fff
}

.applghu-whychoose-us-area .applghu-whychoose-us-shape {
    position: absolute;
    bottom: -25px;
    left: 48%;
    -webkit-animation: applghuUpsDown 12s infinite linear alternate;
    animation: applghuUpsDown 12s infinite linear alternate
}

@media (max-width:1199.98px) {
    .applghu-whychoose-us-area .applghu-whychoose-us-left {
        margin-bottom: 50px
    }
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychoose-us-left-subtitle {
    font-size: 24px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #fff;
    line-height: 1.5;
    text-transform: capitalize
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychoose-us-left-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    font-family: "Poppins", sans-serif
}

@media (max-width:460px) {
    .applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychoose-us-left-title {
        font-size: 32px
    }
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychoose-us-left-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    color: #fff
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form {
    background: #fff;
    padding: 30px 24px 40px 24px;
    border-radius: 5px;
    -webkit-box-shadow: -3px 10px 50px 0 rgba(85, 85, 85, .25);
    box-shadow: -3px 10px 50px 0 rgba(85, 85, 85, .25);
    margin-top: 20px
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(50% - 10px) calc(50% - 10px);
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    grid-gap: 0 20px
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=text],
.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=email],
.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=number] {
    padding: 18px 13px;
    border-radius: 3px;
    border: 1px solid #a8a8a8;
    margin-bottom: 20px
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=text]::-webkit-input-placeholder,
.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=email]::-webkit-input-placeholder,
.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=number]::-webkit-input-placeholder {
    color: #7b7b7b
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=text]::-moz-input-placeholder,
.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=email]::-moz-input-placeholder,
.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=number]::-moz-input-placeholder {
    color: #7b7b7b
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=text]::-ms-input-placeholder,
.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=email]::-ms-input-placeholder,
.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=number]::-ms-input-placeholder {
    color: #7b7b7b
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form textarea {
    padding: 18px 13px;
    border-radius: 3px;
    border: 1px solid #a8a8a8;
    resize: none;
    width: 100%;
    height: 183px
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form textarea::-webkit-input-placeholder {
    color: #7b7b7b
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form textarea::-moz-input-placeholder {
    color: #7b7b7b
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form textarea::-ms-input-placeholder {
    color: #7b7b7b
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form input[type=submit] {
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#9b23ea), to(#f77062));
    background-image: linear-gradient(to bottom right, #9b23ea, #f77062);
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 16px 31px;
    margin-top: 30px;
    display: inline-block;
    cursor: pointer
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form input[type=submit]:hover {
    background-image: -webkit-gradient(linear, right bottom, left top, from(#9b23ea), to(#f77062));
    background-image: linear-gradient(to top left, #9b23ea, #f77062)
}

.applghu-whychoose-us-area .applghu-single-whychoose {
    background: #26138a;
    border-radius: 5px;
    padding: 30px 18px;
    margin-bottom: 30px;
    position: relative;
    z-index: 0
}

.applghu-whychoose-us-area .applghu-single-whychoose .applghu-whychoose-icon-box {
    background: #3d169d;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 5px
}

.applghu-whychoose-us-area .applghu-single-whychoose .applghu-whychoose-icon-box i {
    background: -webkit-gradient(linear, left top, right bottom, from(#ac31d1), to(#e5617d));
    background: linear-gradient(to bottom right, #ac31d1, #e5617d);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px
}

.applghu-whychoose-us-area .applghu-single-whychoose h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin-top: 15px
}

@media (max-width:460px) {
    .applghu-whychoose-us-area .applghu-single-whychoose h3 {
        font-size: 18px
    }
}

.applghu-whychoose-us-area .applghu-single-whychoose p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
    margin-top: 15px
}

.applghu-whychoose-us-area .applghu-single-whychoose:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #210e85;
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.applghu-whychoose-us-area .applghu-single-whychoose:hover:before {
    width: 100%
}

.applghu-projects-area {
    padding: 0 0 105px
}

.applghu-projects-area .applghu-project-navigation {
    margin-bottom: 50px
}

.applghu-projects-area .applghu-project-navigation ul li {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #322f74;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    background: #fff;
    -webkit-box-shadow: -5px 19px 50px 0 rgba(151, 151, 151, .2);
    box-shadow: -5px 19px 50px 0 rgba(151, 151, 151, .2);
    padding: 15px 28px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer
}

@media (max-width:575.98px) {
    .applghu-projects-area .applghu-project-navigation ul li {
        margin-bottom: 10px
    }
}

@media (max-width:767.98px) {
    .applghu-projects-area .applghu-project-navigation ul li {
        font-size: 14px;
        padding-right: 16px;
        padding-left: 16px
    }
}

@media (max-width:460px) {
    .applghu-projects-area .applghu-project-navigation ul li {
        font-size: 13px;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 10px
    }
}

.applghu-projects-area .applghu-project-navigation ul li.active {
    background: -webkit-gradient(linear, left top, right bottom, from(#9b23ea), to(#f77062));
    background: linear-gradient(to bottom right, #9b23ea, #f77062);
    color: #fff
}

.applghu-projects-area .applghu-project-navigation ul li:hover {
    background: -webkit-gradient(linear, left top, right bottom, from(#9b23ea), to(#f77062));
    background: linear-gradient(to bottom right, #9b23ea, #f77062);
    color: #fff
}

.applghu-projects-area .applghu-project-navigation ul li:last-child {
    margin-right: 0
}

.applghu-projects-area .applghu-single-project {
    margin: 0 -15px;
    position: relative;
    overflow: hidden
}

.applghu-projects-area .applghu-single-project img {
    width: 100%;
    height: 280px
}

@media (max-width:991.98px) {
    .applghu-projects-area .applghu-single-project img {
        height: auto
    }
}

@media (max-width:1199.98px) {
    .applghu-projects-area .applghu-single-project img {
        height: auto
    }
}

.applghu-projects-area .applghu-single-project .applghu-single-project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.applghu-projects-area .applghu-single-project .applghu-single-project-overlay .applghu-project-overlay-content {
    margin-left: 24px;
    margin-bottom: 30px
}

.applghu-projects-area .applghu-single-project .applghu-single-project-overlay .applghu-project-overlay-content i {
    background: -webkit-gradient(linear, left top, right bottom, from(#9b23ea), to(#f77062));
    background: linear-gradient(to bottom right, #9b23ea, #f77062);
    display: inline-block;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 15px
}

.applghu-projects-area .applghu-single-project .applghu-single-project-overlay .applghu-project-overlay-content p {
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #fff;
    line-height: 1.5
}

.applghu-projects-area .applghu-single-project .applghu-single-project-overlay .applghu-project-overlay-content h3 {
    font-size: 22px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #fff;
    line-height: 1.1
}

.applghu-projects-area .applghu-single-project:hover .applghu-single-project-overlay {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.applghu-team-area {
    background: #fff;
    padding-bottom: 50px
}

@media (max-width:991.98px) {
    .applghu-team-area {
        padding-bottom: 80px
    }
}

.applghu-team-area .applghu-single-team {
    margin-bottom: 110px
}

.applghu-team-area .applghu-single-team .applghu-single-team-img {
    position: relative
}

.applghu-team-area .applghu-single-team .applghu-single-team-img img {
    width: 100%
}

.applghu-team-area .applghu-single-team .applghu-single-team-overlay {
    background: #fff;
    -webkit-box-shadow: -5px 19px 50px 0 rgba(93, 93, 93, .1);
    box-shadow: -5px 19px 50px 0 rgba(93, 93, 93, .1);
    display: inline-block;
    width: 245px;
    padding: 24px;
    border-radius: 5px;
    padding: 24px 20px;
    position: absolute;
    left: 0;
    bottom: -55px;
    right: 0;
    margin: 0 auto
}

.applghu-team-area .applghu-single-team .applghu-single-team-overlay h3 {
    font-size: 20px;
    color: #171366;
    font-weight: 700;
    line-height: 1.5;
    font-family: "Poppins", sans-serif
}

.applghu-team-area .applghu-single-team .applghu-single-team-overlay p {
    font-size: 16px;
    line-height: 1.5;
    color: #7e7e7e;
    font-family: "Roboto", sans-serif;
    font-weight: 700
}

.applghu-team-area .applghu-single-team .applghu-single-team-overlay .applghu-team-overlay-social-wrap {
    position: absolute;
    right: 13px;
    top: -18px
}

.applghu-team-area .applghu-single-team .applghu-single-team-overlay .applghu-team-overlay-social-wrap a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right bottom, from(#9b23ea), to(#f77062));
    background: linear-gradient(to bottom right, #9b23ea, #f77062);
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    -webkit-transition: none;
    transition: none
}

.applghu-team-area .applghu-single-team .applghu-single-team-overlay .applghu-team-overlay-social-wrap .applghu-overlay-social-icon {
    position: absolute;
    bottom: 35px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.applghu-team-area .applghu-single-team .applghu-single-team-overlay .applghu-team-overlay-social-wrap .applghu-overlay-social-icon li {
    margin-bottom: 9px
}

.applghu-team-area .applghu-single-team .applghu-single-team-overlay .applghu-team-overlay-social-wrap .applghu-overlay-social-icon li a:hover {
    background: -webkit-gradient(linear, left top, right bottom, from(#ac31d1), to(#e5617d));
    background: linear-gradient(to bottom right, #ac31d1, #e5617d)
}

.applghu-team-area .applghu-single-team .applghu-single-team-overlay .applghu-team-overlay-social-wrap .applghu-overlay-social-icon li a:hover i {
    -webkit-text-fill-color: #fff
}

.applghu-team-area .applghu-single-team:hover .applghu-single-team-overlay {
    background: -webkit-gradient(linear, left top, right bottom, from(#ac31d1), to(#e5617d));
    background: linear-gradient(to bottom right, #ac31d1, #e5617d)
}

.applghu-team-area .applghu-single-team:hover .applghu-single-team-overlay h3 {
    color: #fff
}

.applghu-team-area .applghu-single-team:hover .applghu-single-team-overlay p {
    color: #fff
}

.applghu-team-area .applghu-single-team:hover .applghu-single-team-overlay .applghu-team-overlay-social-wrap a {
    background: #fff
}

.applghu-team-area .applghu-single-team:hover .applghu-single-team-overlay .applghu-team-overlay-social-wrap a i {
    background: -webkit-gradient(linear, left top, right bottom, from(#ac31d1), to(#e5617d));
    background: linear-gradient(to bottom right, #ac31d1, #e5617d);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent
}

.applghu-team-area .applghu-single-team:hover .applghu-single-team-overlay .applghu-team-overlay-social-wrap .applghu-overlay-social-icon {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.applghu-team-area .applghu-team-slider .owl-nav {
    position: absolute;
    right: 16px;
    top: -80px
}

@media (max-width:460px) {
    .applghu-team-area .applghu-team-slider .owl-nav {
        display: none
    }
}

.applghu-team-area .applghu-team-slider .owl-nav .owl-prev,
.applghu-team-area .applghu-team-slider .owl-nav .owl-next {
    display: inline-block;
    width: 50px;
    height: 40px;
    background: #fff;
    -webkit-box-shadow: -2px 7px 30px 0 rgba(99, 99, 99, .3);
    box-shadow: -2px 7px 30px 0 rgba(99, 99, 99, .3);
    text-align: center;
    line-height: 40px;
    cursor: pointer
}

.applghu-team-area .applghu-team-slider .owl-nav .owl-prev:hover,
.applghu-team-area .applghu-team-slider .owl-nav .owl-next:hover {
    background: -webkit-gradient(linear, left top, right bottom, from(#9b23ea), to(#f77062));
    background: linear-gradient(to bottom right, #9b23ea, #f77062);
    color: #fff
}

.applghu-team-area .applghu-team-slider .owl-nav .owl-prev {
    margin-right: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.applghu-team-area .applghu-team-slider .owl-nav .owl-next {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.applghu-get-in-touch-area {
    overflow: visible
}

@media (max-width:1199.98px) {
    .applghu-get-in-touch-area .applghu-get-in-touch-map-wrap {
        margin-bottom: 50px
    }
}

.applghu-get-in-touch-area #applghu-get-in-touch-map iframe {
    width: 100%;
    height: 415px;
    border-radius: 5px
}

.applghu-get-in-touch-area .applghu-get-in-touch-content-wrap {
    padding: 0 20px 70px 20px;
    background: #fff;
    margin-bottom: -65px;
    border-radius: 5px
}

.applghu-get-in-touch-area .applghu-single-get-in-touch-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 22px 20px
}

.applghu-get-in-touch-area .applghu-single-get-in-touch-info .applghu-get-in-touch-info-icon-box {
    height: 60px;
    width: 60px;
    border-radius: 5px;
    background: #f0e4f7;
    display: inline-block;
    line-height: 60px;
    text-align: center
}

.applghu-get-in-touch-area .applghu-single-get-in-touch-info .applghu-get-in-touch-info-icon-box i {
    font-size: 39px;
    background: -webkit-gradient(linear, left top, right bottom, from(#ac31d1), to(#e5617d));
    background: linear-gradient(to bottom right, #ac31d1, #e5617d);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent
}

.applghu-get-in-touch-area .applghu-single-get-in-touch-info .applghu-get-in-touch-info-text {
    display: inline-block;
    margin-left: 25px
}

.applghu-get-in-touch-area .applghu-single-get-in-touch-info .applghu-get-in-touch-info-text h3 {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    color: #002b56;
    line-height: 1.1;
    font-weight: 700
}

.applghu-get-in-touch-area .applghu-single-get-in-touch-info .applghu-get-in-touch-info-text p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 0
}

.applghu-get-in-touch-area .applghu-single-get-in-touch-info .applghu-get-in-touch-info-text p span {
    display: block
}

.applghu-testimonial-area {
    height: 480px;
    overflow: visible
}

.applghu-testimonial-area .applghu-testimonial-section-heading {
    margin-top: 170px
}

.applghu-testimonial-area .applghu-single-testimonial {
    background: #fff;
    padding: 20px 18px 35px;
    border: 1px solid #b9b9b9;
    margin: 0 -15px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

@media (max-width:767.98px) {
    .applghu-testimonial-area .applghu-single-testimonial {
        margin-bottom: 30px;
        max-width: 400px;
        margin-right: auto;
        margin-left: auto
    }
}

.applghu-testimonial-area .applghu-single-testimonial .applghu-testimonial-author-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

.applghu-testimonial-area .applghu-single-testimonial .applghu-testimonial-author-info-box img {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #423e82
}

.applghu-testimonial-area .applghu-single-testimonial .applghu-testimonial-author-info-box .applghu-testimonial-info {
    display: inline-block;
    margin-left: 15px
}

.applghu-testimonial-area .applghu-single-testimonial .applghu-testimonial-author-info-box .applghu-testimonial-info h3 {
    font-size: 18px;
    color: #171366;
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    font-weight: 700
}

.applghu-testimonial-area .applghu-single-testimonial .applghu-testimonial-author-info-box .applghu-testimonial-info p {
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #171366;
    line-height: 1.5;
    margin-bottom: 0
}

.applghu-testimonial-area .applghu-single-testimonial .applghu-testimonial-content p {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1.5
}

.applghu-testimonial-area .applghu-single-testimonial .applghu-testimonial-content ul li {
    display: inline-block;
    margin-right: 5px
}

.applghu-testimonial-area .applghu-single-testimonial .applghu-testimonial-content ul li i {
    font-size: 22px;
    color: #ffb320
}

.applghu-testimonial-area .applghu-single-testimonial .applghu-testimonial-content ul li:last-child {
    margin-right: 0
}

.applghu-testimonial-area .applghu-single-testimonial:hover {
    -webkit-box-shadow: 0 9px 100px 0 rgba(151, 151, 151, .5);
    box-shadow: 0 9px 100px 0 rgba(151, 151, 151, .5);
    border-color: transparent;
    position: relative;
    z-index: 10;
    -webkit-transform: scaleX(1.01);
    transform: scaleX(1.01)
}

.applghu-blog-area {
    padding-top: 274px;
    padding-bottom: 93px
}

@media (max-width:1199.98px) {
    .applghu-blog-area {
        padding-top: 450px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .applghu-blog-area {
        padding-top: 500px
    }
}

@media (max-width:767.98px) {
    .applghu-blog-area {
        padding-top: 835px
    }
}

@media (max-width:575.98px) {
    .applghu-blog-area {
        padding-top: 900px
    }
}

@media (max-width:460px) {
    .applghu-blog-area {
        padding-top: 930px
    }
}

@media (max-width:360px) {
    .applghu-blog-area {
        padding-top: 1000px
    }
}

@media (max-width:320px) {
    .applghu-blog-area {
        padding-top: 1100px
    }
}

@media (max-width:767.98px) {
    .applghu-blog-area .applghu-section-heading {
        margin-bottom: 30px
    }
}

.applghu-blog-area .applghu-section-heading .applghu-section-heading-text {
    margin-top: 50px
}

.applghu-blog-area .applghu-single-blog {
    padding-bottom: 180px
}

.applghu-blog-area .applghu-single-blog .applghu-blog-img {
    position: relative
}

.applghu-blog-area .applghu-single-blog .applghu-blog-img img {
    width: 100%
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content {
    padding: 25px 20px;
    background: #fff;
    -webkit-box-shadow: -5px 19px 50px 0 rgba(151, 151, 151, .2);
    box-shadow: -5px 19px 50px 0 rgba(151, 151, 151, .2);
    border-radius: 2px;
    position: absolute;
    width: 325px;
    left: 0;
    right: 0;
    bottom: -107px;
    margin: 0 auto;
    display: inline-block
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-blog-meta {
    margin-bottom: 20px
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-blog-meta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-blog-meta ul li {
    display: inline-block
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-blog-meta ul li a,
.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-blog-meta ul li {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #171366;
    font-weight: 500;
    line-height: 1.5
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-blog-title h3 {
    font-size: 20px;
    line-height: 1.6;
    color: #040054;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-blog-title:hover h3 {
    color: #9b23ea
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-single-blog-btn {
    font-size: 15px;
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
    color: #171366;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-single-blog-btn:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #171366;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-single-blog-btn:hover:before {
    width: 100%
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-single-blog-btn:hover {
    margin-left: 8px
}

.applghu-blog-area .applghu-blog-slider .owl-nav {
    display: none!important
}

.applghu-blog-area .applghu-blog-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
    width: 100%;
    text-align: center
}

.applghu-blog-area .applghu-blog-slider .owl-dots .owl-dot {
    height: 6px;
    width: 35px;
    background: #040054;
    margin: 0 10px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer
}

@media (max-width:767.98px) {
    .applghu-blog-area .applghu-blog-slider .owl-dots .owl-dot {
        width: 20px
    }
}

.applghu-blog-area .applghu-blog-slider .owl-dots .owl-dot:hover {
    background: #b337c7
}

.applghu-blog-area .applghu-blog-slider .owl-dots .owl-dot.active {
    background: #b337c7
}

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

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

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none
}

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

button {
    cursor: pointer;
    text-decoration: none;
    outline: none!important
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none!important
}

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

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

.page-wrapper {
    overflow: hidden
}

.theme-btn {
    font-size: 18px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.sec-title {
    position: relative;
    margin-bottom: 50px
}

.sec-title .sec-title-inner {
    position: relative;
    padding-left: 60px
}

.sec-title .sec-title-inner .title {
    position: absolute;
    left: -50px;
    top: 55px;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 5px;
    padding-bottom: 10px;
    display: inline-block;
    transform: rotate(-90deg)
}

.sec-title .sec-title-inner .title:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #F301E2;
    background: -webkit-linear-gradient(to bottom, #F301E2 0%, #7d17d3 100%);
    background: -moz-linear-gradient(to bottom, #F301E2 0%, #7d17d3 100%);
    background: linear-gradient(to bottom, #F301E2 0%, #7d17d3 100%)
}

.sec-title h2 {
    color: #0e0e0e;
    font-size: 36px;
    margin-bottom: 25px
}

.sec-title .text {
    position: relative;
    color: #383838;
    font-size: 18px;
    line-height: 1.8em
}

.sec-title.light h2,
.sec-title.light .text,
.sec-title.light .sec-title-inner .title {
    color: #fff
}

.sec-title-two {
    position: relative;
    margin-bottom: 50px
}

.sec-title-two h2 {
    color: #0d2252;
    font-size: 32px;
    margin-bottom: 25px;
    padding-bottom: 20px
}

.sec-title-two h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #06AFEA;
    background: -webkit-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: -moz-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: linear-gradient(to right, #06AFEA 0%, #93ca38 100%)
}

.sec-title-two .text {
    position: relative;
    color: #616161;
    font-size: 17px;
    line-height: 1.7em
}

.sec-title-two.light h2,
.sec-title-two.light .text {
    color: #fff
}

.sec-title-two.centered {
    text-align: center
}

.sec-title-two.centered h2:before {
    left: 50%;
    margin-left: -25px
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    background: none;
    border-radius: 5px;
    padding: 16px 40px 16px;
    text-transform: capitalize;
    background: #F500E2;
    background: -webkit-linear-gradient(to right, #F500E2 0%, #711ad1 100%);
    background: -moz-linear-gradient(to right, #F500E2 0%, #711ad1 100%);
    background: linear-gradient(to right, #F500E2 0%, #711ad1 100%)
}

.btn-style-one i {
    margin-right: 10px
}

.btn-style-one:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1);
    background: #F500E2;
    background: -webkit-linear-gradient(to left, #F500E2 0%, #711AD1 100%);
    background: -moz-linear-gradient(to left, #F500E2 0%, #711AD1 100%);
    background: linear-gradient(to left, #F500E2 0%, #711AD1 100%)
}

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

.btn-style-one:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

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

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    background: none;
    border-radius: 5px;
    padding: 16px 40px 16px;
    text-transform: uppercase;
    background: #05afec;
    font-family: 'Poppins', sans-serif
}

.btn-style-two i {
    position: relative;
    top: 1px;
    margin-left: 5px;
    font-size: 16px
}

.btn-style-two:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1);
    background: #06AFEA;
    background: -webkit-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: -moz-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: linear-gradient(to right, #06AFEA 0%, #93ca38 100%)
}

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

.btn-style-two:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

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

.consulting-body {
    position: relative;
    padding-left: 300px
}

.page-wrapper {
    font-family: 'Roboto', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 700;
    margin: 0;
    background: none;
    line-height: 1.4em;
    font-family: 'Poppins', sans-serif
}

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

.main-header .header-top {
    position: relative;
    padding: 12px 0;
    background-color: #152644
}

.main-header .header-top .text {
    position: relative;
    color: #fff;
    font-size: 12px;
    padding: 3px 0
}

.main-header .header-top .social-box {
    position: relative;
    float: left
}

.main-header .header-top .social-box li {
    position: relative;
    margin-left: 15px;
    display: inline-block
}

.main-header .header-top .social-box li a {
    position: relative;
    color: #fff;
    font-size: 14px;
    -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-top .social-box li a:hover {
    color: #06afea
}

.main-header .header-top .language {
    position: relative;
    line-height: 1em;
    margin-left: 25px;
    padding-left: 26px;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, .4)
}

.main-header .header-top .language .icon {
    margin-right: 8px
}

.main-header .header-top .language .dropdown-menu {
    top: 100%;
    right: 0px!important;
    left: auto!important;
    width: 170px;
    border-radius: 0;
    margin-top: 13px;
    background-color: #222;
    border: none;
    padding: 0;
    border-top: 3px solid #06afea
}

.main-header .header-top .language>a {
    color: rgba(255, 255, 255, 1);
    padding: 0 0;
    text-transform: capitalize;
    display: inline-block;
    border: 0;
    top: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 1em;
    border-radius: 0
}

.main-header .header-top .language>a:focus {
    box-shadow: inherit
}

.consultio-menu .navigation>li.dropdown>a {
    padding-right: 15px!important
}

.main-header .header-top .language>a:after {
    display: none
}

.main-header .header-top language a:hover {
    background: none
}

.main-header .header-top .language .dropdown-menu>li {
    padding-right: 0px!important;
    margin: 0px!important;
    float: none;
    display: block!important;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.main-header .header-top .language .dropdown-menu>li:last-child {
    border-bottom: none
}

.main-header .header-top .language .dropdown-menu>li>a {
    padding: 12px 20px!important;
    color: #fff;
    display: block;
    text-align: left;
    font-size: 14px;
    -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-top .language .dropdown-menu>li>a:hover {
    color: #ffffff!important;
    background-color: #06afea
}

.main-header .header-upper {
    position: relative;
    background-color: #fff
}

.main-header .header-upper .logo-box {
    position: relative;
    padding: 20px 0 50px
}

.main-header .header-upper .upper-right {
    position: relative;
    padding-top: 40px
}

.main-header .info-box {
    position: relative;
    float: left;
    z-index: 1;
    min-height: 56px;
    margin-left: 50px;
    font-size: 15px;
    color: #777;
    text-align: left;
    padding: 0 0 0 55px
}

.main-header .info-box:first-child {
    margin-left: 0
}

.main-header .info-box:last-child {
    padding-right: 0;
    border: 0
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 34px;
    line-height: 1em;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #05afec;
    line-height: 1em;
    font-family: "flaticon"
}

.main-header .info-box ul li {
    position: relative;
    line-height: 20px;
    color: #4e4e4e;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize
}

.main-header .info-box strong {
    position: relative;
    font-weight: 700;
    color: #4e4e4e;
    font-size: 15px;
    display: block;
    margin-bottom: 4px;
    text-transform: capitalize
}

.main-header .info-box ul li a {
    position: relative;
    color: #222
}

.main-header .main-box {
    position: relative;
    padding: 0 0;
    left: 0;
    top: 0;
    width: 100%;
    background: 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
}

.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-lower {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -28px
}

.main-header .header-lower .inner-container {
    padding: 0 25px;
    border-radius: 6px;
    background-color: #152644
}

.main-menu {
    position: static;
    float: left;
    -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-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: 1px;
    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: 0px!important
}

.sticky-header .main-menu .navigation>li>a {
    color: #444
}

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

.sticky-header .nav-outer .options-box {
    margin-top: 45px
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    background: #fff;
    z-index: 0;
    border-bottom: 1px solid #e8f1f7;
    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: 5px 0 5px
}

.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
}

.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;
    font-size: 16px;
    padding: 15px 25px 15px 25px;
    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-header .main-menu .navigation>li.dropdown>a {
    padding-right: 40px!important
}

.main-header .main-menu .navigation>li.dropdown>a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    content: "\f067";
    position: absolute;
    right: 22px;
    font-size: 10px;
    line-height: 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:hover>a,
.main-menu .navigation>li.current>a {
    opacity: 1;
    background: #06AFEA;
    background: -webkit-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: -moz-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: linear-gradient(to right, #06AFEA 0%, #93ca38 100%)
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: -30px;
    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: 20px 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

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

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

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    color: #111;
    text-transform: capitalize;
    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: 'Archivo', sans-serif
}

.main-menu .navigation>li>ul>li>a:before {
    position: absolute;
    content: '//';
    left: 10px;
    top: 10px;
    opacity: 0;
    color: #8ec93e;
    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::before {
    opacity: 1
}

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

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #253d4a;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    z-index: 5;
    font-weight: 800
}

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

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 120%;
    top: 0%;
    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: 20px 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

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

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

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #111;
    padding-left: 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-transform: capitalize;
    font-family: 'Archivo', sans-serif
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #8ec93e
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
    position: absolute;
    content: '//';
    left: 10px;
    top: 8px;
    opacity: 0;
    color: #8ec93e;
    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::before {
    opacity: 1
}

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

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

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 100%;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    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 .outer-box {
    position: relative;
    float: right
}

.main-header .outer-box .search-box-btn {
    position: relative;
    color: #05afec;
    float: left;
    cursor: pointer;
    font-size: 15px;
    padding: 19px 0
}

.main-header .outer-box .branches {
    position: relative;
    float: left;
    z-index: 99;
    padding: 18px 0;
    margin-left: 25px;
    padding-left: 25px
}

.main-header .outer-box .branches:before {
    position: absolute;
    content: '';
    left: 0;
    top: 18px;
    width: 1px;
    height: 25px;
    opacity: .4;
    background-color: #fff
}

.main-header .outer-box .branches .icon {
    margin-left: 3px;
    color: #05afec
}

.main-header .outer-box .branches .dropdown-menu {
    top: 100%;
    right: 0px!important;
    left: auto!important;
    width: 170px;
    border-radius: 0;
    margin-top: 22px;
    background-color: #222;
    border: none;
    padding: 0;
    border-top: 3px solid #06afea
}

.main-header .outer-box .branches>a {
    color: rgba(255, 255, 255, 1);
    padding: 0 0;
    text-transform: capitalize;
    display: inline-block;
    border: 0;
    top: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1em;
    border-radius: 0;
    font-family: 'Poppins', sans-serif
}

.main-header .outer-box .branches>a:focus {
    box-shadow: inherit
}

.main-header .outer-box .branches>a:after {
    display: none
}

.main-header .outer-box .branches a:hover {
    background: none
}

.main-header .outer-box .branches .dropdown-menu>li {
    padding-right: 0;
    margin: 0;
    float: none;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.main-header .outer-box .branches .dropdown-menu>li:last-child {
    border-bottom: none
}

.main-header .outer-box .branches .dropdown-menu>li>a {
    padding: 10px 20px;
    color: #fff;
    display: block;
    text-align: left;
    font-size: 14px;
    -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 .outer-box .branches .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #06afea
}

.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 500ms cubic-bezier(.86, 0, .07, 1);
    -moz-transition: all 500ms cubic-bezier(.86, 0, .07, 1);
    -o-transition: all 500ms cubic-bezier(.86, 0, .07, 1);
    transition: all 1500ms cubic-bezier(.86, 0, .07, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    -moz-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    -o-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 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/consult/icons/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: #05afec;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    border-bottom: 3px solid #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms 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: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms
}

.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 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms
}

.search-popup .form-group {
    position: relative;
    margin: 0;
    overflow: hidden
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    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 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button: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: none!important;
    box-shadow: none!important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 28px;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    display: none;
    padding: 16px 0
}

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

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

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

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .mobile-menu {
    visibility: visible
}

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

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

.mobile-menu .menu-box {
    position: absolute;
    right: -400px;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 0 0;
    z-index: 5;
    border-radius: 0;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.mobile-menu-visible .mobile-menu .menu-box {
    right: 0;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms
}

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

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms
}

.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: none
}

.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: #111
}

.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
}

.mobile-menu .navigation li>ul>li>a {
    padding-left: 30px
}

.mobile-menu .navigation li>ul>li>ul {
    padding-left: 0
}

.mobile-menu .navigation li>ul>li>ul>li>a {
    padding-left: 40px
}

.hidden-bar {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    z-index: 9999;
    background: #fff;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.hidden-bar .close-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #000;
    font-size: 18px;
    line-height: 1em;
    cursor: pointer
}

.hidden-bar .mCSB_inside>.mCSB_container {
    margin-right: 0;
    padding-bottom: 150px
}

.hidden-bar .hidden-bar-closer {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 45px;
    background: none;
    color: #fff;
    border-radius: 0;
    text-align: center;
    line-height: 40px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 999999
}

.hidden-bar .hidden-bar-closer button {
    background: none;
    display: block;
    font-size: 36px;
    color: #fff;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease
}

.hidden-bar .hidden-bar-closer:hover button {
    color: #fff
}

.hidden-bar-wrapper {
    height: 100%;
    padding: 40px 15px 30px 30px
}

.hidden-bar-wrapper .logo {
    padding-left: 0px!important;
    padding-top: 0px!important;
    margin-bottom: 20px
}

.hidden-bar .logo {
    padding: 30px 30px 10px
}

.hidden-bar .logo img {
    display: inline-block;
    max-width: 100%
}

.hidden-bar .side-menu {
    padding: 0;
    font-size: 13px
}

.hidden-bar .side-menu>ul {
    padding-bottom: 60px
}

.hidden-bar .side-menu>ul>li {
    position: relative;
    display: block;
    margin-bottom: 8px
}

.hidden-bar .side-menu ul>li>ul>li {
    margin-bottom: 0
}

.hidden-bar .side-menu ul li>ul {
    padding-left: 20px
}

.hidden-bar .side-menu ul>li.dropdown>a:before {
    position: absolute;
    right: 0;
    content: "\f067";
    font-size: 12px;
    color: #0e0e0e;
    display: inline-block;
    font-family: 'Font Awesome 5 Free'
}

.hidden-bar .side-menu ul>li.dropdown.open>a::before {
    content: '\f068'
}

.hidden-bar .mCSB_scrollTools {
    right: -5px
}

.hidden-bar .side-menu ul li .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: -1;
    width: 32px;
    height: 32px;
    color: #fff;
    line-height: 32px;
    opacity: .4;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    border: 1px solid #fff
}

.hidden-bar .side-menu ul.navigation>li>ul>li.dropdown.open a::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg)
}

.hidden-bar .side-menu ul li a {
    position: relative;
    color: #0e0e0e;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    padding: 10px 16px 10px 0;
    transition: all 0.3s ease;
    background: transparent;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif
}

.hidden-bar .side-menu ul li.current>a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: #F500E2;
    background: -webkit-linear-gradient(to right, #F500E2 0%, #711ad1 100%);
    background: -moz-linear-gradient(to right, #F500E2 0%, #711ad1 100%);
    background: linear-gradient(to right, #F500E2 0%, #711ad1 100%)
}

.hidden-bar .side-menu ul>li.current>a,
.hidden-bar .side-menu ul>li>ul>li.current>a,
.hidden-bar .side-menu ul.navigation>li.active>a {
    color: #ee02e1
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul.navigation>li>ul>li>a:hover {
    color: #ee02e1
}

.hidden-bar.style-two .options-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff
}

.hidden-bar .options-box .copyright-text {
    position: relative
}

.hidden-bar .social-links {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 25px
}

.hidden-bar .social-links li {
    position: relative;
    margin-right: 6px;
    display: inline-block
}

.hidden-bar .social-links li a {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    transition: all 500ms ease;
    background-color: #e6e7e7
}

.hidden-bar .social-links li a:hover {
    color: #fff;
    background: #F500E2;
    background: -webkit-linear-gradient(to right, #F500E2 0%, #711ad1 100%);
    background: -moz-linear-gradient(to right, #F500E2 0%, #711ad1 100%);
    background: linear-gradient(to right, #F500E2 0%, #711ad1 100%)
}

.hidden-bar .side-info-list {
    position: relative
}

.hidden-bar .side-info-list>li {
    position: relative;
    padding-left: 50px;
    color: #767677;
    font-size: 16px;
    margin-bottom: 25px
}

.hidden-bar .side-info-list>li>.icon {
    position: absolute;
    left: 0;
    top: 4px;
    color: #a9a9a9;
    line-height: 1em;
    font-size: 34px
}

.hidden-bar .side-info-list>li>strong {
    position: relative;
    display: block;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
    font-family: 'Poppins', sans-serif
}

.basiness-main-slider {
    position: relative;
    z-index: 10
}

.basiness-main-slider .tp-caption {
    z-index: 5!important
}

.basiness-main-slider .tp-dottedoverlay {
    background: none!important
}

.basiness-main-slider h1 {
    position: relative;
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    font-family: 'Poppins', sans-serif
}

.basiness-main-slider .text {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.7em;
    font-family: 'Poppins', sans-serif
}

.basiness-main-slider h2 {
    position: relative;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    padding: 0 12px;
    line-height: 1.4em;
    display: inline-block;
    background-color: #c08c4d
}

.basiness-main-slider h3 {
    position: relative;
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.2em;
    display: inline-block
}

.basiness-main-slider h3.alternate {
    font-size: 50px;
    line-height: 1.3em
}

.basiness-main-slider .btns-box .theme-btn {
    margin-right: 20px
}

.basiness-main-slider .tp-bannertimer,
.basiness-main-slider .tp-bullets {
    display: none!important
}

.featured-section {
    position: relative;
    border-bottom: 2px solid #e4eaee
}

.feature-block {
    position: relative
}

.feature-block .inner-box {
    position: relative;
    padding: 40px 0;
    color: #383838;
    font-size: 15px;
    font-family: 'Roboto', sans-serif
}

.feature-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    height: 5px;
    opacity: 0;
    background: #32C6F6;
    background: -webkit-linear-gradient(to right, #32C6F6 0%, #0145ff 100%);
    background: -moz-linear-gradient(to right, #32C6F6 0%, #0145ff 100%);
    background: linear-gradient(to right, #32C6F6 0%, #0145ff 100%);
    transform: scale(.2, 1);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease
}

.feature-block .inner-box:hover::before {
    opacity: 1;
    transform: scale(1, 1)
}

.feature-block .inner-box .content {
    position: relative;
    padding-left: 60px;
    padding-right: 20px
}

.feature-block .inner-box .content:before {
    position: absolute;
    content: '';
    right: 5px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e4eaee
}

.feature-block .inner-box .icon {
    position: absolute;
    left: 0;
    top: 4px;
    line-height: 1em;
    font-size: 44px;
    color: #f201e2;
    line-height: 1em;
    background-image: linear-gradient(to left, #f201e2 0%, #7918d2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "flaticon"
}

.feature-block .inner-box strong {
    position: relative;
    display: block;
    color: #0e0e0e;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif
}

.feature-block:last-child .inner-box .content:before {
    display: none
}

.about-section {
    position: relative;
    padding: 100px 0 70px
}

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

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

.about-section .content-column .counter-boxed {
    position: relative
}

.about-section .content-column .counter-boxed .graph-outer {
    position: relative;
    text-align: center;
    display: block
}

.about-section .content-column .counter-boxed .count-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 30px;
    color: #000;
    font-weight: 400;
    margin-top: -65px;
    text-align: center
}

.about-section .content-column .counter-boxed .count-box .sign {
    font-size: 20px
}

.about-section .content-column .counter-boxed h5 {
    position: relative;
    color: #000;
    margin-top: 15px;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize
}

.about-section .image-column {
    position: relative;
    margin-bottom: 40px
}

.about-section .image-column .inner-column {
    position: relative;
    text-align: center
}

.about-section .image-column .experiance {
    position: absolute;
    left: 50px;
    top: 20px;
    color: #0e0e0e;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

.about-section .image-column .years {
    position: absolute;
    right: -35px;
    bottom: 60px
}

.counter-section {
    position: relative;
    padding: 100px 0 60px
}

.counter-section .section-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.counter-section .pattern-layer-one {
    position: absolute!important;
    left: -160px!important;
    top: -40px!important;
    width: 324px;
    height: 324px;
    background-repeat: no-repeat
}

.counter-section .pattern-layer-two {
    position: absolute!important;
    left: auto!important;
    right: 0px!important;
    top: 70px!important;
    width: 89px;
    height: 218px;
    background-repeat: no-repeat
}

.counter-section .pattern-layer-three {
    position: absolute!important;
    left: 40%!important;
    top: auto!important;
    bottom: -40px!important;
    width: 324px;
    height: 324px;
    background-repeat: no-repeat
}

.counter-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .88;
    background-color: #000
}

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

.counter-section .title-column .inner-column {
    position: relative
}

.counter-section .title-column .video-box {
    position: relative;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    z-index: 1;
    width: 80px;
    height: 80px;
    padding-left: 5px;
    margin-left: 60px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: #32C6F6;
    background: -webkit-linear-gradient(to right, #32C6F6 0%, #034afe 100%);
    background: -moz-linear-gradient(to right, #32C6F6 0%, #034afe 100%);
    background: linear-gradient(to right, #32C6F6 0%, #034afe 100%)
}

.counter-section .title-column .video-box .overlay-box span {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
    padding-left: 7px;
    display: inline-block;
    margin-top: -40px;
    margin-left: -40px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.counter-section .title-column .video-box .ripple,
.counter-section .title-column .video-box .ripple:before,
.counter-section .title-column .video-box .ripple:after {
    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, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .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
}

.counter-section .title-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
}

.counter-section .title-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 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)
    }
}

.counter-section .counter-column {
    position: relative
}

.counter-section .counter-column .inner-column {
    position: relative
}

.counter-section .counter-column .fact-counter .counter-column:nth-child(1) {
    transform: translateX(80px) translateY(20px)
}

.counter-section .counter-column .fact-counter .counter-column:nth-child(3) {
    transform: translateX(20px) translateY(-25px)
}

.counter-section .counter-column .fact-counter .counter-column:nth-child(4) {
    transform: translateX(-30px) translateY(-15px)
}

.fact-counter {
    position: relative
}

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

.fact-counter .counter-column .inner .gradient-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-size: cover;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.fact-counter .counter-column .inner .gradient-layer:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    background: #F301E2;
    background: -webkit-linear-gradient(to right, #F301E2 0%, #7519d2 100%);
    background: -moz-linear-gradient(to right, #F301E2 0%, #7519d2 100%);
    background: linear-gradient(to right, #F301E2 0%, #7519d2 100%)
}

.fact-counter .counter-column .inner:hover .gradient-layer {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.fact-counter .counter-column .inner {
    position: relative;
    text-align: center
}

.fact-counter .counter-column .inner:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #2d2c2c;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.fact-counter .counter-column .inner:hover::before {
    opacity: 0
}

.fact-counter .counter-column:nth-child(1) .inner,
.fact-counter .counter-column:nth-child(4) .inner {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    padding-top: 30px
}

.fact-counter .counter-column:nth-child(2) .inner,
.fact-counter .counter-column:nth-child(3) .inner {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
    padding-top: 45px
}

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

.fact-counter .count-outer .percentage {
    display: inline-block;
    font-weight: 600;
    color: #020e28;
    font-size: 48px;
    line-height: 1em
}

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

.fact-counter .counter-column .inner .counter-title {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: 6px;
    padding: 0 15px;
    line-height: 1.5em
}

.choose-section {
    position: relative;
    padding: 100px 0 60px
}

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

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

.choose-section .choose-list {
    position: relative
}

.choose-section .choose-list li {
    position: relative;
    color: #383838;
    font-size: 16px;
    max-width: 430px;
    padding-left: 70px;
    margin-bottom: 25px
}

.choose-section .choose-list strong {
    position: relative;
    display: block;
    color: #383838;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif
}

.choose-section .choose-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 46px;
    height: 46px;
    color: #fff;
    line-height: 46px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background: #F301E2;
    font-size: 22px;
    font-family: "flaticon";
    background: -webkit-linear-gradient(to right, #F301E2 0%, #7519d2 100%);
    background: -moz-linear-gradient(to right, #F301E2 0%, #7519d2 100%);
    background: linear-gradient(to right, #F301E2 0%, #7519d2 100%)
}

.choose-section .choose-list li:last-child .icon {
    background: #32C6F6;
    background: -webkit-linear-gradient(to right, #32C6F6 0%, #0349ff 100%);
    background: -moz-linear-gradient(to right, #32C6F6 0%, #0349ff 100%);
    background: linear-gradient(to right, #32C6F6 0%, #0349ff 100%)
}

.choose-section .choose-list li:last-child {
    margin-bottom: 0
}

.choose-section .image-column {
    position: relative;
    margin-bottom: 40px
}

.choose-section .image-column .inner-column {
    position: relative
}

.services-section {
    position: relative;
    padding: 100px 0 100px;
    background-attachment: fixed;
    background-size: cover
}

.services-section .sec-title {
    margin-bottom: 0
}

.services-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .88;
    background-color: #000
}

.services-section .service-block {
    position: relative;
    width: 370px;
    float: left;
    padding: 0 15px;
    margin-bottom: 70px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease
}

.services-section .service-block:hover {
    transform: translateY(-25px)
}

#services_scroll .mCSB_container,
#services_scroll .mCustomScrollBox {
    padding-top: 25px
}

#services_scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 10px;
    border-radius: 10px;
    background: #434343;
    margin: 0;
    position: relative;
    bottom: 3px
}

#services_scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: 500px;
    margin: 0 auto
}

#services_scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 10px;
    border-radius: 10px;
    margin: 0;
    top: auto;
    bottom: 3px;
    background: #32C6F6;
    background: -webkit-linear-gradient(to right, #32C6F6 0%, #0144ff 100%);
    background: -moz-linear-gradient(to right, #32C6F6 0%, #0144ff 100%);
    background: linear-gradient(to right, #32C6F6 0%, #0144ff 100%)
}

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

.service-block .inner-box {
    position: relative;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    padding: 40px 30px 40px;
    background-color: #fff
}

.service-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    height: 6px;
    opacity: 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: #F600E2;
    transform: scale(.3, 1);
    background: -webkit-linear-gradient(to right, #F600E2 0%, #721ad1 100%);
    background: -moz-linear-gradient(to right, #F600E2 0%, #721ad1 100%);
    background: linear-gradient(to right, #F600E2 0%, #721ad1 100%)
}

.service-block .inner-box:hover::before {
    opacity: 1;
    transform: scale(1, 1)
}

.service-block .inner-box .icon {
    position: relative;
    width: 120px;
    height: 80px;
    margin: 0 auto
}

.service-block .inner-box h5 {
    margin-top: 22px;
    margin-bottom: 15px
}

.service-block .inner-box h5 a {
    position: relative;
    color: #0e0e0e;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.service-block .inner-box .text {
    position: relative;
    color: #383838;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 15px
}

.service-block .inner-box .read-more {
    position: relative;
    color: #0e0e0e;
    font-size: 15px;
    font-weight: 700;
    padding-right: 20px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.service-block .inner-box .read-more:before {
    position: absolute;
    content: '\f101';
    right: 0;
    top: -1px;
    font-family: 'Font Awesome 5 Free'
}

.service-block .inner-box h5 a:hover,
.service-block .inner-box .read-more:hover {
    color: #0145ff
}

.testimonial-section {
    position: relative;
    padding: 100px 0 100px;
    background-color: #e4eaee
}

.testimonial-section .owl-nav {
    display: none
}

.testimonial-section .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 20px
}

.testimonial-section .owl-dots .owl-dot {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50px;
    display: inline-block;
    background-color: #d0d0d0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.testimonial-section .owl-dots .owl-dot.active,
.testimonial-section .owl-dots .owl-dot:hover {
    background: #F515E4;
    background: -webkit-linear-gradient(to right, #F515E4 0%, #812ed5 100%);
    background: -moz-linear-gradient(to right, #F515E4 0%, #812ed5 100%);
    background: linear-gradient(to right, #F515E4 0%, #812ed5 100%)
}

.testimonial-section .owl-carousel .owl-stage-outer {
    padding: 10px 0 30px
}

.testimonial-section .owl-theme .testimonial-block {
    margin: 0 15px
}

.testimonial-section .owl-carousel {
    margin: 0 -15px;
    width: auto
}

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

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

.testimonial-block .inner-box .upper-box {
    position: relative;
    padding: 45px 40px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

.testimonial-block .inner-box .upper-box .text {
    position: relative;
    color: #383838;
    font-size: 16px;
    line-height: 1.9em;
    font-family: 'Poppins', sans-serif
}

.testimonial-block .inner-box .lower-box {
    position: relative
}

.testimonial-block .inner-box .lower-box .lower-inner {
    position: relative;
    min-height: 154px;
    padding: 25px 25px 0 170px
}

.testimonial-block .inner-box .lower-box .author-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 154px;
    height: 154px;
    padding: 20px 15px;
    border-radius: 50%;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.testimonial-block .inner-box .lower-box .author-image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 2px;
    height: 0%;
    background: #32C6F6;
    border-radius: 0 0 50% 50%;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: -webkit-linear-gradient(to right, #32C6F6 0%, #0144ff 100%);
    background: -moz-linear-gradient(to right, #32C6F6 0%, #0144ff 100%);
    background: linear-gradient(to right, #32C6F6 0%, #0144ff 100%)
}

.testimonial-block .inner-box:hover .lower-box .author-image:before {
    height: 100%
}

.testimonial-block .inner-box .lower-box .author-image img {
    position: absolute;
    left: 15px;
    top: -15px;
    width: 122px;
    height: 122px;
    overflow: hidden;
    border-radius: 50%;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    filter: grayscale(100%)
}

.testimonial-block .inner-box:hover .lower-box .author-image img {
    filter: grayscale(0%)
}

.testimonial-block .inner-box .lower-box h6 {
    color: #0e0e0e;
    font-size: 18px;
    text-transform: uppercase
}

.testimonial-block .inner-box .lower-box .designation {
    position: relative;
    display: block;
    color: #383838;
    font-size: 15px;
    font-weight: 400;
    margin-top: 8px
}

.testimonial-block .inner-box .lower-box .rating {
    position: relative;
    margin-top: 10px;
    color: #ecbd00;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.testimonial-block .inner-box:hover .lower-box .author-image img {
    top: 16px
}

.testimonial-block .inner-box:hover .lower-box .rating {
    opacity: 1;
    visibility: visible
}

.project-section {
    position: relative;
    padding: 100px 0 100px
}

.project-section .filters {
    position: relative
}

.project-section .filters .filter-tabs {
    position: relative;
    margin-bottom: 50px;
    text-align: center
}

.project-section .filters .filter-tabs .filter {
    position: relative;
    color: #383838;
    font-size: 16px;
    z-index: 1;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: 600;
    margin-right: 2px;
    padding: 10px 28px;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif
}

.project-section .filters .filter-tabs .filter:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    border-radius: 5px;
    background: #F515E4;
    transform: scale(.4, 1);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: -webkit-linear-gradient(to right, #F515E4 0%, #812ed5 100%);
    background: -moz-linear-gradient(to right, #F515E4 0%, #812ed5 100%);
    background: linear-gradient(to right, #F515E4 0%, #812ed5 100%)
}

.project-section .filters .filter-tabs .filter.active::before,
.project-section .filters .filter-tabs .filter:hover::before {
    transform: scale(1, 1);
    opacity: 1
}

.project-section .filters .filter-tabs .filter.active,
.project-section .filters .filter-tabs .filter:hover {
    color: #fff
}

.project-section .button-box {
    position: relative;
    margin-top: 20px
}

.project-block.mix {
    display: none
}

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

.project-block .inner-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px
}

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

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

.project-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.project-block .inner-box:hover .image .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.project-block .inner-box .image .overlay-box:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 60%;
    background: rgba(255, 255, 255, 0);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 100%);
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 100%)
}

.project-block .inner-box .image .overlay-box .overlay-inner {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px
}

.project-block .inner-box .image .overlay-box h6 {
    font-size: 18px;
    font-weight: 600
}

.project-block .inner-box .image .overlay-box h6 a {
    color: #fff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.project-block .inner-box .image .overlay-box h6 a:hover {
    color: #32c6f6
}

.project-block .inner-box .image .overlay-box .designation {
    position: relative;
    margin-top: 8px;
    color: #8d8d8d;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Poppins', sans-serif
}

.project-block .inner-box .image .overlay-box .plus-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: #32C6F6;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: -webkit-linear-gradient(to right, #32C6F6 0%, #034afe 100%);
    background: -moz-linear-gradient(to right, #32C6F6 0%, #034afe 100%);
    background: linear-gradient(to right, #32C6F6 0%, #034afe 100%)
}

.project-block .inner-box .image .overlay-box .plus-icon:hover {
    background: #32C6F6;
    background: -webkit-linear-gradient(to left, #32C6F6 0%, #034AFE 100%);
    background: -moz-linear-gradient(to left, #32C6F6 0%, #034AFE 100%);
    background: linear-gradient(to left, #32C6F6 0%, #034AFE 100%)
}

.news-section {
    position: relative;
    padding: 100px 0 100px;
    background-color: #000
}

.news-section .left-column {
    position: relative
}

.news-section .center-column {
    position: relative
}

.news-section .right-column {
    position: relative
}

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

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

.news-block .inner-box .image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-color: #e503e0
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    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:hover .image img {
    opacity: .7;
    transform: scale(1.05, 1.05)
}

.news-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(14, 14, 14, .66)
}

.news-block .inner-box .image .overlay-box span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background: #F500E2;
    display: inline-block;
    margin-top: -40px;
    margin-left: -40px;
    background: -webkit-linear-gradient(to right, #F500E2 0%, #721ad1 100%);
    background: -moz-linear-gradient(to right, #F500E2 0%, #721ad1 100%);
    background: linear-gradient(to right, #F500E2 0%, #721ad1 100%)
}

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

.news-block .inner-box .lower-content h5 {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 12px
}

.news-block .inner-box .lower-content h5 a {
    position: relative;
    color: #fff
}

.news-block .inner-box .post-meta {
    position: relative;
    margin-bottom: 12px
}

.news-block .inner-box .post-meta li {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 1.1em;
    display: inline-block;
    border-right: 1px solid #b8b8b8
}

.news-block .inner-box .post-meta li a {
    position: relative;
    color: #b8b8b8;
    font-size: 15px;
    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 .post-meta li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0
}

.news-block .inner-box .text {
    position: relative;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px
}

.news-block .inner-box .read-more {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-right: 20px;
    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 .read-more:before {
    position: absolute;
    content: '\f101';
    right: 0;
    top: -1px;
    font-family: 'Font Awesome 5 Free'
}

.news-block .inner-box .lower-content h5 a:hover,
.news-block .inner-box .read-more:hover {
    color: #0145ff
}

.news-block.style-two .inner-box .lower-content h5 {
    font-size: 30px
}

.contact-section {
    position: relative;
    padding: 100px 0 60px;
    background-position: center center;
    background-repeat: no-repeat
}

.contact-section .info-column {
    position: relative;
    margin-bottom: 40px
}

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

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

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

.contact-section .info-column .info-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 63px;
    height: 63px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    line-height: 63px;
    display: inline-block;
    background: #32C6F6;
    background: -webkit-linear-gradient(to right, #32C6F6 0%, #0247ff 100%);
    background: -moz-linear-gradient(to right, #32C6F6 0%, #0247ff 100%);
    background: linear-gradient(to right, #32C6F6 0%, #0247ff 100%)
}

.contact-section .info-column .info-list li strong {
    position: relative;
    display: block;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif
}

.contact-section .info-column .info-list li a {
    position: relative;
    color: #383838;
    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 .info-column .info-list li a:hover {
    color: #095afd
}

.contact-section .form-column {
    position: relative;
    margin-bottom: 40px
}

.contact-section .form-column .inner-column {
    position: relative
}

.contact-form {
    position: relative
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 30px
}

.contact-form .form-group label {
    position: relative;
    display: block;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif
}

.contact-form .form-group:last-child {
    margin-bottom: 0
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select,
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
    line-height: 28px;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 16px;
    color: #6f6f6f;
    background-color: #fff;
    border: 1px solid #d5dce8;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: var(--main-color)
}

.contact-form .form-group textarea {
    height: 170px;
    resize: none
}

.contact-form button {
    margin-top: 10px;
    border: none
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000!important
}

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

.main-footer {
    position: relative;
    padding: 95px 0 0;
    background-size: cover
}

.main-footer:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .95;
    background-color: #0e0e0e
}

.main-footer .footer-widget {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 40px
}

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

.main-footer .footer-widget h4 {
    font-weight: 600;
    color: #fff;
    font-size: 24px;
    margin-top: 18px;
    line-height: 1.2em;
    margin-bottom: 35px;
    display: inline-block;
    text-transform: capitalize
}

.main-footer .footer-widget h4:before {
    position: absolute;
    content: '';
    left: 130%;
    bottom: 10px;
    height: 1px;
    opacity: .1;
    width: 450%;
    background-color: #fff
}

.main-footer .logo-widget {
    position: relative
}

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

.main-footer .logo-widget .contact-list {
    position: relative
}

.main-footer .logo-widget .contact-list li {
    position: relative;
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 30px;
    line-height: 1.8em
}

.main-footer .logo-widget .contact-list li .icon {
    position: absolute;
    left: 0;
    top: 5px
}

.main-footer .logo-widget .contact-list li:last-child {
    margin-bottom: 0
}

.main-footer .logo-widget .timing {
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 1.8em;
    margin-top: 20px
}

.main-footer .logo-widget .timing strong {
    position: relative;
    color: #f500e2;
    font-weight: 700;
    display: block;
    margin-bottom: 10px
}

.list-link {
    position: relative
}

.list-link li {
    position: relative;
    margin-bottom: 20px
}

.list-link li a {
    position: relative;
    color: #9d9d9d;
    font-size: 16px;
    padding-left: 15px;
    -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
}

.list-link li a:hover {
    color: #fff;
    margin-left: 15px;
    text-decoration: underline
}

.list-link li a:before {
    position: absolute;
    content: "\f105";
    left: 0;
    top: 0;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free'
}

.main-footer .newsletter-widget .text {
    position: relative;
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif
}

.main-footer .email-box {
    position: relative;
    margin-bottom: 22px
}

.main-footer .email-box .form-group {
    position: relative;
    margin: 0;
    width: 100%;
    max-width: 100%
}

.main-footer .email-box .form-group input[type="text"],
.main-footer .email-box .form-group input[type="email"] {
    position: relative;
    line-height: 43px;
    padding: 10px 55px 10px 25px;
    background-color: #484747;
    display: block;
    font-size: 15px;
    height: 50px;
    width: 100%;
    color: #fff;
    box-shadow: inherit;
    border-radius: 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-footer .email-box .form-group input::placeholder,
.main-footer .email-box .form-group textarea::placeholder {
    color: #fff
}

.main-footer .email-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 64px;
    display: block;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    line-height: 100%;
    font-weight: 400;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: #32C6F6;
    background: -webkit-linear-gradient(to right, #32C6F6 0%, #0247ff 100%);
    background: -moz-linear-gradient(to right, #32C6F6 0%, #0247ff 100%);
    background: linear-gradient(to right, #32C6F6 0%, #0247ff 100%)
}

.main-footer .email-box .form-group button:hover {
    background-color: #fecd1a;
    border-color: #32c6f6;
    outline-offset: inherit!important
}

.main-footer .social-box {
    position: relative;
    margin-top: 25px
}

.main-footer .social-box li {
    position: relative;
    margin-right: 5px;
    display: inline-block
}

.main-footer .social-box li a {
    position: relative;
    width: 44px;
    height: 44px;
    color: #16599b;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #fff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.main-footer .social-box li a:hover {
    opacity: 1
}

.main-footer .social-box li.behance {
    color: #0067ff
}

.main-footer .social-box li.twitter a {
    color: #03a9f4
}

.main-footer .social-box li.facebook a {
    color: #16599b
}

.main-footer .social-box li.dribbble a {
    color: #ea4c89
}

.main-footer .footer-bottom {
    position: relative;
    padding: 25px 0;
    text-align: center;
    background-color: #242323
}

.main-footer .footer-bottom .copyright {
    position: relative;
    color: #fff;
    font-size: 16px
}

.main-footer .footer-bottom .copyright a {
    position: relative;
    color: #32c6f6
}

.consult-main-slider {
    position: relative;
    z-index: 10
}

.consult-main-slider .tp-caption {
    z-index: 5!important
}

.consult-main-slider .tp-dottedoverlay {
    background: none!important
}

.consult-main-slider h1 {
    position: relative;
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2em;
    font-family: 'Poppins', sans-serif
}

.consult-main-slider .text {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.7em;
    font-family: 'Poppins', sans-serif
}

.consult-main-slider .tp-bannertimer,
.consult-main-slider .tp-bullets {
    display: none!important
}

.services-section-two {
    position: relative;
    padding: 100px 0 70px
}

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

.service-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    height: 121px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-image: url(../img/consult/icons/service-shadow.png);
    background-position: center bottom;
    background-repeat: no-repeat
}

.service-block-two .inner-box:hover::before {
    bottom: -15px
}

.service-block-two .inner-box {
    position: relative;
    background-color: #fff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.service-block-two .inner-box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .05)
}

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

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

.service-block-two .inner-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background-color: rgba(0, 0, 0, .2);
    background-position: center center;
    background-color: rgba(21, 38, 68, .9)
}

.service-block-two .inner-box .overlay-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    height: 5px;
    background: #06AFEA;
    background: -webkit-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: -moz-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: linear-gradient(to right, #06AFEA 0%, #93ca38 100%)
}

.service-block-two .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.service-block-two .inner-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px
}

.service-block-two .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.service-block-two .inner-box .content-inner {
    position: relative;
    padding-left: 60px
}

.service-block-two .inner-box .content-inner .overlay-icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 44px;
    font-family: "flaticon"
}

.service-block-two .inner-box .content-inner h5 {
    margin-bottom: 10px
}

.service-block-two .inner-box .content-inner h5 a {
    color: #fff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.service-block-two .inner-box .content-inner h5 a:hover {
    color: #8ec93e
}

.service-block-two .inner-box .content-inner .text {
    position: relative;
    color: #fff;
    line-height: 1.7em;
    margin-bottom: 17px
}

.service-block-two .inner-box .content-inner .read-more {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    background-color: #05afec;
    text-transform: uppercase;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.service-block-two .inner-box .content-inner .read-more:hover {
    background-color: #8fc93d
}

.service-block-two .lower-box {
    position: relative;
    text-align: center;
    padding: 15px 0 20px
}

.service-block-two .lower-box .lower-inner {
    position: relative;
    padding-left: 55px;
    padding-top: 12px;
    display: inline-block
}

.service-block-two .lower-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    height: 5px;
    background: #06AFEA;
    background: -webkit-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: -moz-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: linear-gradient(to right, #06AFEA 0%, #93ca38 100%)
}

.service-block-two .lower-box .lower-inner .icon {
    position: absolute;
    left: 0;
    top: 4px;
    color: #09b0e7;
    line-height: 1em;
    font-size: 40px;
    display: inline-block;
    background-image: linear-gradient(to left, #09b0e7 0%, #8fc93d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "flaticon"
}

.service-block-two .lower-box .lower-inner h5 {
    font-size: 20px
}

.service-block-two .lower-box .lower-inner h5 a {
    position: relative;
    color: #152644;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.service-block-two .lower-box .lower-inner h5 a:hover {
    color: #8ec93e
}

.about-finance-section {
    position: relative;
    padding: 0 0 60px
}

.about-finance-section .title-column {
    position: relative;
    margin-bottom: 40px
}

.about-finance-section .title-column .sec-title-two {
    margin-bottom: 15px
}

.about-finance-section .title-column .inner-column {
    position: relative
}

.about-finance-section .title-column .text {
    color: #616161;
    font-size: 17px;
    line-height: 1.8em;
    margin-bottom: 25px
}

.about-finance-section .title-column .signature {
    margin-bottom: 35px
}

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

.about-finance-section .content-column .inner-column {
    position: relative;
    padding-left: 300px
}

.about-finance-section .content-column .stats-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 270px
}

.about-finance-section .content-column .finance-list {
    position: relative
}

.about-finance-section .content-column .finance-list li {
    position: relative;
    color: #616161;
    font-size: 16px;
    padding-left: 70px;
    padding-top: 22px;
    padding-bottom: 22px;
    border-top: 1px solid #d9d9d9
}

.about-finance-section .content-column .finance-list li:last-child {
    border-bottom: 1px solid #d9d9d9
}

.about-finance-section .content-column .finance-list li:nth-child(2)::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    width: 55px;
    height: 5px;
    margin-left: -27px;
    background: #06AFEA;
    background: -webkit-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: -moz-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: linear-gradient(to right, #06AFEA 0%, #93ca38 100%)
}

.about-finance-section .content-column .finance-list li:nth-child(2)::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 55px;
    height: 5px;
    margin-left: -27px;
    background: #06AFEA;
    background: -webkit-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: -moz-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: linear-gradient(to right, #06AFEA 0%, #93ca38 100%)
}

.about-finance-section .content-column .finance-list li .icon {
    position: absolute;
    left: 0;
    top: 20px;
    color: #09b0e7;
    line-height: 1em;
    font-size: 48px;
    background-image: linear-gradient(to left, #09b0e7 0%, #8fc93d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "flaticon"
}

.about-finance-section .content-column .finance-list li strong {
    position: relative;
    color: #152644;
    font-size: 20px;
    display: block;
    padding: 10px 0
}

.about-finance-section .content-column .finance-list li:nth-child(2) strong {
    padding-top: 0
}

.counter-section-two {
    position: relative;
    padding: 100px 0 60px;
    background-attachment: fixed;
    background-size: cover
}

.counter-section-two:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    background-color: #152644
}

.fact-counter-two {
    position: relative
}

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

.fact-counter-two .inner {
    position: relative;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.fact-counter-two .inner .icon {
    position: relative;
    color: #fff;
    font-size: 60px;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: "flaticon"
}

.fact-counter-two .count-outer {
    position: relative;
    font-weight: 700;
    font-size: 42px;
    color: #0ab0e5;
    display: inline-block;
    background: linear-gradient(to right, #0ab0e5 0%, #8fc93d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins', sans-serif
}

.fact-counter-two .counter-title {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-top: 5px;
    display: block;
    letter-spacing: 2px;
    text-transform: capitalize
}

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

.testimonial-block-two .inner-box {
    position: relative
}

.testimonial-block-two .inner-box .upper-box {
    position: relative;
    border-radius: 6px;
    text-align: center;
    padding: 35px 30px 60px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

.testimonial-block-two .inner-box .upper-box .quote-icon {
    position: absolute;
    left: 30px;
    top: -20px;
    font-size: 40px;
    line-height: 1em;
    color: #d0d4db;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.testimonial-block-two .inner-box:hover .upper-box .quote-icon {
    color: #09b0e7;
    background-image: linear-gradient(to left, #09b0e7 0%, #8fc93d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.testimonial-block-two .inner-box .upper-box .text {
    position: relative;
    color: #4e4e4e;
    font-size: 15px;
    line-height: 1.9em
}

.testimonial-block-two .inner-box .lower-box {
    position: relative;
    text-align: center
}

.testimonial-block-two .inner-box .lower-box .author-image {
    position: relative;
    width: 97px;
    height: 97px;
    padding: 10px;
    margin: 0 auto;
    margin-top: -47px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15)
}

.testimonial-block-two .inner-box .lower-box .author-image img {
    position: relative;
    border-radius: 50%
}

.testimonial-block-two .inner-box h5 {
    position: relative;
    display: block;
    color: #152644;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px
}

.testimonial-block-two .inner-box h5 span {
    position: relative;
    display: block;
    font-weight: 400;
    color: #666;
    font-size: 14px;
    margin-top: 3px
}

.project-section-two {
    position: relative;
    padding: 100px 0 90px
}

.project-tab {
    position: relative
}

.project-tab .tabs-header {
    position: relative
}

.project-tab .product-tab-btns {
    position: relative;
    padding-bottom: 30px
}

.project-tab .product-tab-btns .p-tab-btn {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #0d2252;
    z-index: 1;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 12px 25px;
    border-radius: 4px;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-family: 'Poppins', sans-serif
}

.project-tab .product-tab-btns .p-tab-btn:hover,
.project-tab .product-tab-btns .p-tab-btn.active-btn {
    color: #fff;
    background-color: #05afec
}

.project-tab .p-tabs-content {
    position: relative;
    display: block
}

.project-tab .p-tab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    visibility: hidden
}

.project-tab .p-tab.active-tab {
    position: relative;
    visibility: visible;
    z-index: 5
}

.p-tab.active-tab .project-block-two {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1)
}

.p-tab .project-block-two {
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0)
}

.project-section-two .owl-nav {
    position: absolute;
    right: 0;
    top: -75px
}

.project-section-two .owl-nav .owl-prev,
.project-section-two .owl-nav .owl-next {
    position: relative;
    width: 38px;
    height: 30px;
    color: #d9d9d9;
    cursor: pointer;
    line-height: 29px;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-section-two .owl-nav .owl-prev:hover,
.project-section-two .owl-nav .owl-next:hover {
    color: #fff;
    border-color: #152644;
    background-color: #152644
}

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

.project-section-two .more-projects {
    position: relative
}

.project-section-two .more-projects a {
    position: relative;
    color: #152644;
    font-size: 15px;
    font-weight: 700;
    padding-right: 25px;
    display: inline-block;
    margin-top: 10px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-section-two .more-projects a:before {
    position: absolute;
    content: '\f061';
    right: 0;
    top: 0;
    color: #07afe9;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free'
}

.project-section-two .more-projects a:hover {
    color: #07afe9
}

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

.project-block-two .inner-box {
    position: relative;
    overflow: hidden
}

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

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

.project-block-two .inner-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(31, 38, 68, .9);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.project-block-two .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.project-block-two .inner-box .overlay-box .link {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 47px;
    height: 47px;
    color: #272727;
    line-height: 47px;
    text-align: center;
    margin-left: -24px;
    margin-top: -50px;
    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
}

.project-block-two .inner-box .overlay-box .link:hover {
    color: #fff;
    background-color: #0ab0e6
}

.project-block-two .inner-box .overlay-box h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 16px 15px;
    background: #06AFEA;
    text-align: center;
    background: -webkit-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: -moz-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: linear-gradient(to right, #06AFEA 0%, #93ca38 100%)
}

.project-block-two .inner-box .overlay-box h5 a {
    position: relative;
    color: #fff
}

.meeting-section {
    position: relative
}

.meeting-section .upper-section {
    position: relative;
    padding: 100px 0 90px;
    background-size: cover;
    background-attachment: fixed
}

.meeting-section .upper-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    background-color: #152644
}

.meeting-section .upper-section:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 772px;
    height: 230px;
    background-image: url(../img/consult/background/pattern-1.png);
    background-repeat: no-repeat
}

.meeting-section .form-column {
    position: relative;
    margin-bottom: 30px;
    margin-top: -90px
}

.meeting-section .form-column .inner-column {
    position: relative;
    padding: 45px 35px 50px;
    border: 1px solid #e4e3e3;
    background-color: #fff
}

.meeting-section .form-column .title-box {
    position: relative;
    margin-bottom: 40px
}

.meeting-section .form-column .title-box h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #05afeb;
    display: inline-block;
    background: linear-gradient(to right, #05afeb 0%, #90c93b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.meeting-section .form-column .title-box .text {
    position: relative;
    margin-top: 15px;
    color: #4e4e4e;
    line-height: 1.6em
}

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

.meeting-section .accordion-column .inner-column {
    position: relative;
    padding-top: 50px
}

.meeting-section .accordion-column h4 {
    color: #0d2252;
    margin-top: 5px;
    text-transform: capitalize
}

.meeting-section .accordion-column .view-more {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 5px;
    display: inline-block;
    background-color: #05afec;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.meeting-section .accordion-column .view-more:hover {
    background-color: #111
}

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    height: 52px;
    padding: 12px 20px 10px 20px;
    line-height: 28px;
    color: #6f6f6f;
    border: none;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #d5dce8
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 2px;
    text-indent: 0;
    color: #333
}

.form-group .ui-button .ui-icon:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0;
    top: 2px!important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #999;
    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: #095afe;
    border-color: #095afe
}

.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: #095afe
}

.meeting-form {
    position: relative
}

.meeting-form .form-group {
    position: relative;
    margin-bottom: 15px
}

.meeting-form .form-group .icon {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 50px;
    height: 50px;
    z-index: 1;
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 22px;
    display: inline-block;
    background-color: #0d2252;
    border-radius: 3px 0 0 3px;
    font-family: "flaticon"
}

.meeting-form .form-group .ui-selectmenu-button.ui-button {
    padding-left: 65px
}

.meeting-form .form-group:last-child {
    margin-bottom: 0
}

.meeting-form .form-group input[type="text"],
.meeting-form .form-group input[type="password"],
.meeting-form .form-group input[type="tel"],
.meeting-form .form-group input[type="email"],
.meeting-form .form-group select,
.meeting-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
    line-height: 28px;
    padding: 10px 20px 10px 65px;
    border-radius: 3px;
    font-size: 16px;
    color: #6f6f6f;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.meeting-form .form-group input[type="text"]:focus,
.meeting-form .form-group input[type="password"]:focus,
.meeting-form .form-group input[type="tel"]:focus,
.meeting-form .form-group input[type="email"]:focus,
.meeting-form .form-group select:focus,
.meeting-form .form-group textarea:focus {
    border-color: var(--main-color)
}

.meeting-form .form-group textarea {
    height: 170px;
    resize: none
}

.meeting-form button {
    margin-top: 20px;
    border: none;
    font-size: 13px;
    padding: 12px 30px
}

.meeting-section .accordion-column .accordion-box {
    margin-top: 40px
}

.accordion-box {
    position: relative
}

.accordion-box .block {
    position: relative;
    padding: 20px 30px 20px 15px;
    border-top: 1px solid #e8e8e8
}

.accordion-box .block:last-child {
    border-bottom: 1px solid #e8e8e8
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 16px;
    cursor: pointer;
    line-height: 34px;
    color: #353434;
    font-weight: 600;
    background: none;
    border-radius: 5px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif
}

.accordion-box .block .acc-btn.active {
    color: #00aeef
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 0;
    top: 9px;
    font-size: 20px;
    color: #00aeef;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    right: 0;
    color: #adabab
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 1
}

.accordion-box .block .icon-outer .icon-minus {
    opacity: 0
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    color: #05afec
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0
}

.accordion-box .block .acc-content {
    position: relative;
    display: none
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px
}

.accordion-box .block .acc-content.current {
    display: block
}

.accordion-box .block .content {
    position: relative;
    padding: 15px 20px 0 0
}

.accordion-box .block .content .accordian-text {
    line-height: 1.9em;
    font-size: 16px;
    color: #4e4e4e;
    font-weight: 400
}

.news-section-two {
    position: relative;
    padding: 60px 0 100px
}

.news-section-two .read-more {
    position: relative
}

.news-section-two .read-more a {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding-right: 25px;
    display: inline-block;
    margin-top: 10px;
    padding: 12px 38px;
    border-radius: 4px;
    background-color: #152644;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase
}

.news-section-two .read-more a i {
    margin-left: 5px
}

.news-section-two .read-more a:hover {
    background-color: #07afe9
}

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

.news-block-two .inner-box {
    position: relative;
    background-color: #fff;
    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-two .inner-box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

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

.news-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    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-two .inner-box:hover .image img {
    opacity: .7;
    transform: scale(1.05, 1.05)
}

.news-block-two .inner-box h6 {
    display: block;
    padding: 13px 20px;
    background: #06AFEA;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: -webkit-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: -moz-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: linear-gradient(to right, #06AFEA 0%, #93ca38 100%)
}

.news-block-two .inner-box h6 a {
    position: relative;
    color: #fff
}

.news-block-two .inner-box h6:before {
    position: absolute;
    content: '';
    left: 30px;
    bottom: -15px;
    border-top: 15px solid #45c8ee;
    border-right: 15px solid transparent;
    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-two .inner-box:hover h6:before {
    border-top-color: #152644
}

.news-block-two .inner-box:hover h6 {
    background-image: none;
    background-color: #152644
}

.news-block-two .inner-box .lower-content {
    position: relative;
    padding: 35px 25px 25px;
    border: 1px solid #e8eaef;
    border-top: 0;
    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-two .inner-box .lower-content .post-date {
    position: relative;
    color: #152644;
    font-size: 15px;
    font-weight: 700;
    padding-left: 25px
}

.news-block-two .inner-box .lower-content .post-date:before {
    position: absolute;
    content: '\f073';
    left: 0;
    top: 2px;
    line-height: 1em;
    font-family: 'Font Awesome 5 Free'
}

.news-block-two .inner-box .lower-content .text {
    position: relative;
    color: #4e4e4e;
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.7em;
    margin-bottom: 15px
}

.news-block-two .inner-box .read-more {
    position: relative;
    color: #00b7f1;
    font-size: 14px;
    font-weight: 700;
    padding-right: 15px;
    text-transform: uppercase;
    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-two .inner-box .read-more:before {
    position: absolute;
    content: '\f0da';
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 1em;
    font-family: 'Font Awesome 5 Free'
}

.news-block-two .inner-box .read-more:hover {
    color: #152644
}

.clients-section {
    position: relative;
    padding: 0 0 100px
}

.clients-section .sponsors-outer .owl-nav {
    position: absolute;
    left: -50px;
    top: 50%;
    right: -50px;
    margin-top: -15px
}

.clients-section .sponsors-outer .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    width: 40px;
    height: 28px;
    color: #d9d9d9;
    line-height: 26px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.clients-section .sponsors-outer .owl-nav .owl-next {
    position: absolute;
    right: 0;
    width: 40px;
    height: 28px;
    color: #d9d9d9;
    line-height: 26px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.clients-section .sponsors-outer .owl-nav .owl-prev:hover,
.clients-section .sponsors-outer .owl-nav .owl-next:hover {
    color: #fff;
    border-color: #152644;
    background-color: #152644
}

.clients-section .sponsors-outer .owl-dots {
    position: relative;
    display: none
}

.clients-section .sponsors-outer .image-box {
    position: relative;
    text-align: center;
    margin: 0
}

.clients-section .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.clients-section .sponsors-outer .image-box img:hover {
    opacity: .5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.cta-section {
    position: relative;
    padding: 90px 0 90px;
    background-attachment: fixed;
    background-size: cover
}

.cta-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    background-color: #152644
}

.cta-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: repeat
}

.footer-style-two {
    position: relative;
    padding: 90px 0 50px;
    background-color: #152644
}

.footer-style-two .footer-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

.footer-style-two .widgets-section {
    position: relative
}

.footer-style-two .logo-widget {
    position: relative
}

.footer-style-two .logo-widget .logo {
    position: relative;
    margin-bottom: 25px
}

.footer-style-two .logo-widget .text {
    position: relative;
    color: #fff;
    line-height: 1.9em;
    font-size: 14px
}

.footer-style-two .logo-widget .copyright {
    position: relative;
    color: #05afec;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px
}

.footer-style-two .logo-widget .social-box {
    position: relative
}

.footer-style-two .logo-widget .social-box li {
    position: relative;
    margin-right: 10px;
    display: inline-block
}

.footer-style-two .logo-widget .social-box li a {
    position: relative;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.footer-style-two .logo-widget .social-box li a:hover {
    color: #05afec
}

.footer-style-two .footer-widget h5 {
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    margin-top: 5px;
    line-height: 1.2em;
    margin-bottom: 35px;
    padding-bottom: 10px;
    text-transform: capitalize
}

.footer-style-two .footer-widget h5:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: #06AFEA;
    background: -webkit-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: -moz-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: linear-gradient(to right, #06AFEA 0%, #93ca38 100%)
}

.footer-style-two .news-widget {
    position: relative
}

.footer-style-two .news-widget .owl-dots {
    display: none
}

.footer-style-two .news-widget .owl-nav {
    position: absolute;
    left: 0;
    top: 20px;
    right: 0
}

.footer-style-two .news-widget .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.footer-style-two .news-widget .owl-nav .owl-next {
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.footer-style-two .news-widget .owl-nav .owl-prev:hover,
.footer-style-two .news-widget .owl-nav .owl-next:hover {
    color: #05afec
}

.footer-style-two .news-widget .post {
    position: relative;
    min-height: 70px;
    padding-left: 70px;
    margin-left: 20px;
    margin-right: 20px
}

.footer-style-two .news-widget .post:last-child {
    margin-bottom: 0
}

.footer-style-two .news-widget .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 65px;
    width: 55px;
    overflow: hidden
}

.footer-style-two .news-widget .post .thumb a {
    display: block
}

.footer-style-two .news-widget .post .thumb img {
    display: block;
    width: 100%;
    height: auto
}

.footer-style-two .news-widget .post h6 {
    top: -4px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6em
}

.footer-style-two .news-widget .post h6 a {
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.footer-style-two .news-widget .post h6 a:hover {
    color: #05afec
}

.footer-style-two .news-widget .post .date {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 30px;
    color: #b9c1da;
    margin-top: 0;
    padding-left: 22px
}

.footer-style-two .news-widget .post .date:before {
    position: absolute;
    content: '\f017';
    left: 0;
    top: 0;
    font-weight: 800;
    color: #05afec;
    font-family: 'Font Awesome 5 Free'
}

.footer-style-two .news-widget .time {
    position: relative;
    color: #fff;
    margin-top: 20px
}

.footer-style-two .news-widget .time h5 {
    margin-bottom: 18px
}

.footer-style-two .news-widget .time .time-list {
    position: relative
}

.footer-style-two .news-widget .time .time-list li {
    position: relative;
    margin-bottom: 5px;
    color: #f0f0f0;
    font-size: 14px
}

.footer-style-two .news-widget .time .time-list li span {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    width: 140px;
    color: #f0f0f0;
    display: inline-block;
    text-decoration: underline
}

.list-link-two {
    position: relative
}

.list-link-two li {
    position: relative;
    margin-bottom: 10px
}

.list-link-two li a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    -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
}

.list-link-two li a:hover {
    color: #05afec;
    margin-left: 10px;
    text-decoration: underline
}

.footer-style-two .subscribe-box {
    position: relative;
    margin-bottom: 22px
}

.footer-style-two .subscribe-box .form-group {
    position: relative;
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 120px
}

.footer-style-two .subscribe-box .form-group input[type="text"],
.footer-style-two .subscribe-box .form-group input[type="email"] {
    position: relative;
    line-height: 43px;
    padding: 10px 15px 10px 15px;
    display: block;
    font-size: 13px;
    height: 42px;
    width: 100%;
    color: #fff;
    box-shadow: inherit;
    border-radius: 4px;
    background: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid rgba(255, 255, 255, .1)
}

.footer-style-two .subscribe-box .form-group input::placeholder,
.footer-style-two .subscribe-box .form-group textarea::placeholder {
    color: #858fae
}

.footer-style-two .subscribe-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    line-height: 100%;
    font-weight: 400;
    text-align: center;
    padding: 12px 20px;
    border-radius: 5px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: #06AFEA;
    background: -webkit-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: -moz-linear-gradient(to right, #06AFEA 0%, #93ca38 100%);
    background: linear-gradient(to right, #06AFEA 0%, #93ca38 100%)
}

.footer-style-two .subscribe-widget .text {
    position: relative;
    color: #fff;
    margin-bottom: 25px
}

.footer-style-two .flickr-gallery {
    position: relative
}

.footer-style-two .flickr-gallery li {
    position: relative;
    margin-right: 6px;
    display: inline-block
}

.footer-style-two .flickr-gallery li:last-child {
    margin-right: 0
}

.consult-mobile-nav-toggler {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 40px;
    height: 40px;
    z-index: 99;
    color: #111;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.consult-mobile-nav-toggler:hover {
    color: #fff;
    background-color: #ef01e1
}

.consultio-header .consult-mobile-nav-toggler-two {
    display: none
}

.onepager-header.fixed-header .header-lower {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
    background-color: #152644
}

.sidebar-menu-visible .hidden-bar {
    left: 0
}

.consult-mobile-nav-toggler {
    display: none
}

.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: 0.3s all ease-in-out
}

.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 0.9s both 0.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
}

.container {
    max-width: 1200px
}

.ul-li ul {
    margin: 0;
    padding: 0
}

.ul-li ul 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#crm-preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #fff;
    background: #fff url(../img/pre.svg) no-repeat center center
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

a {
    color: inherit;
    text-decoration: none
}

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

img {
    max-width: 100%;
    height: auto
}

section {
    overflow: hidden
}

button {
    cursor: pointer
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit
}

.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: 0.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: 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 #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: 0.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: 0.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: none
}

.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: 16px;
    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: 0.5s all ease-in-out
}

.crm-main-header .crm-main-navigation li a.active:before,
.crm-main-header .crm-main-navigation li:hover a:before {
    width: 100%
}

.crm-main-header .crm-main-navigation li a.active:before {
    background-color: #fff
}

.crm-main-header .crm-header-btn {
    height: 60px;
    width: 195px;
    line-height: 60px;
    border: 2px solid #e7d7c3;
    transition: 0.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: 0.7s;
    background-color: #ff7f00;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
    transition: 0.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;
    display: inline
}

.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 0
}

.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: none;
    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: none;
    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(0deg, white 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 {
    padding: 100px 0;
    background-color: #fff9f1
}

.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: 0.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: 0.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: 0.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: 0.3s all ease-in-out
}

.crm-feature-innerbox .crm-feature-icon i {
    color: #fff;
    line-height: 1;
    font-size: 45px
}

.crm-feature-innerbox .crm-feature-text h3 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
    transition: 0.3s all ease-in-out
}

.crm-feature-innerbox .crm-feature-text p {
    font-size: 14px;
    transition: 0.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 {
    padding: 95px 0 100px;
    background-color: #fff9f1
}

.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: 0
}

.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: none;
    text-align: left;
    font-weight: 700;
    position: relative;
    padding: 20px 40px;
    background-color: #2647c8;
    transition: 0.3s all ease-in-out
}

.crm-faq-ques-ans .crm-faq-header button:after {
    top: 28px;
    right: 30px;
    font-size: 18px;
    content: "";
    position: absolute;
    font-family: Flaticon
}

.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: ""
}

.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: 0.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: 0.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 0.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: 0.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 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
}

.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: none;
    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: none;
    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: 0.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: 0.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
}

.crm-footer-copyright .crm-footer-copyright-menu a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-right: 70px;
    transition: 0.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 0
    }
}

@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 0
    }
    .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 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
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (print),
(prefers-reduced-motion:reduce) {
    .animated {
        -webkit-animation-duration: 1ms!important;
        animation-duration: 1ms!important;
        -webkit-transition-duration: 1ms!important;
        transition-duration: 1ms!important;
        -webkit-animation-iteration-count: 1!important;
        animation-iteration-count: 1!important
    }
}

body.fancybox-active {
    overflow: hidden
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
    display: none
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px
}

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    transition: color .3s ease;
    cursor: pointer;
    outline: none
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--zoom svg path {
    fill: transparent
}

.fancybox-navigation {
    display: none
}

.fancybox-show-nav .fancybox-navigation {
    display: block
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -40px
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-slide>.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: 700
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

p.fancybox-share__links {
    margin-right: -10px
}

.fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    transition: all .2s
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px;
    background: transparent;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
    border: 0;
    border-bottom: 2px solid #d7d7d7
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}

@font-face {
    font-family: 'fontello';
    src: url(../font/fontello.eot?48662153);
    src: url('../font/fontello.eot?48662153#iefix') format('embedded-opentype'), url(../font/fontello.woff2?48662153) format('woff2'), url(../font/fontello.woff?48662153) format('woff'), url(../font/fontello.ttf?48662153) format('truetype'), url('../font/fontello.svg?48662153#fontello') format('svg');
    font-weight: 400;
    font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-windows:before {
    content: '\e801'
}

.icon-wix:before {
    content: '\e802'
}

.icon-youtube:before {
    content: '\e803'
}

.icon-max-format:before {
    content: '\e805'
}

.icon-psd-format:before {
    content: '\e806'
}

.icon-blender-logo:before {
    content: '\e807'
}

.app-eight-home {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.4;
    font-family: "Circular Std Book";
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.app-eight-home::selection {
    color: #fff;
    background-color: #6e3ebf
}

.app-eight-home::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.app-eight-home .container {
    max-width: 1200px
}

.ul-li ul {
    margin: 0;
    padding: 0
}

.ul-li ul 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#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible
}

.ei-preloader {
    background-color: #fff;
    background: #f1f2f3 url(../img/app-landing/pre.svg) no-repeat center center
}

.container {
    max-width: 1200px
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

a {
    color: inherit;
    text-decoration: none
}

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

img {
    max-width: 100%;
    height: auto
}

section {
    overflow: hidden
}

button {
    cursor: pointer
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit
}

.form-control {
    box-shadow: none
}

.relative-position {
    position: relative
}

.pera-content p {
    margin-bottom: 0
}

.appeight-headline h1,
.appeight-headline h2,
.appeight-headline h3,
.appeight-headline h4,
.appeight-headline h5,
.appeight-headline h6 {
    margin: 0;
    font-family: "Poppins"
}

.ei-scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-image: linear-gradient(-45deg, #e511e6 32%, #6b2c94 100%)
}

.ei-scrollup i {
    color: #fff;
    font-size: 20px
}

.eight-section-title {
    margin: 0 auto
}

.eight-section-title .eg-title-tag {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    font-family: "Circular Std"
}

.eight-section-title .eg-title-tag i:nth-child(1) {
    height: 5px;
    width: 5px;
    background-color: #4ce7f3
}

.eight-section-title h2 {
    font-size: 36px;
    font-weight: 700;
    padding: 15px 0 12px;
    line-height: 1.306
}

.eight-section-title h2 span {
    font-weight: 400
}

.eight-section-title .square-shape {
    width: 40px;
    height: 35px;
    left: -52px;
    top: 0;
    position: absolute
}

.eight-section-title .square-shape i {
    height: 9px;
    width: 9px;
    position: absolute;
    top: 0;
    left: 0
}

.eight-section-title .square-shape i:nth-child(1) {
    top: -8px;
    width: 5px;
    height: 5px;
    left: 20px;
    background-color: #4ce7f3
}

.eight-section-title .square-shape i:nth-child(2) {
    width: 10px;
    left: 28px;
    height: 10px;
    background-color: #4ce7f3
}

.eight-section-title .square-shape i:nth-child(3) {
    height: 17px;
    width: 17px;
    background-color: #7c0dbe
}

.eight-section-title .square-shape i:nth-child(4) {
    top: 10px;
    left: 10px;
    width: 12px;
    height: 12px;
    background-color: #ff00d6
}

.eight-section-title p {
    font-size: 17px;
    line-height: 1.647
}

@keyframes scale {
    from {
        transform: scale(.9);
        -webkit-transform: scale(.9)
    }
    to {
        transform: scale(1.08);
        -webkit-transform: scale(1.08)
    }
}

@keyframes left-right-move {
    0% {
        transform: translateX(-100px)
    }
    50% {
        transform: translateX(-10px)
    }
    100% {
        transform: translateX(-100px)
    }
}

.feature-eight-section .eight-feature-box .feature-icon8 i,
.ei-service-icon-text .ei-service-icon i,
.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon i {
    display: block;
    background-image: linear-gradient(173deg, #ff00d7 30%, #50c7f5 67%, #72aaff 99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.ei-service-icon-text:hover .ei-service-icon i,
.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text:hover .eg-how-work-icon i {
    display: block;
    background: -webkit-gradient(left top, right top, color-stop(0%, #fff), color-stop(100%, #fff));
    background: -ms-linear-gradient(left, #fff 0%, #fff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.ei-service-icon-text .ei-service-icon:after,
.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon:after {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
    transition: 0.3s all ease-in-out;
    transform: scale(.5);
    border-radius: 100%;
    background-image: -ms-linear-gradient(173deg, #4cd0ff 0%, #617af4 53%, #ff03d0 99%)
}

@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
}

.main-header-eight {
    top: 20px;
    width: 100%;
    z-index: 10;
    position: absolute
}

.main-header-eight .appheader-content {
    padding: 0 280px
}

.main-header-eight .appheader-content .site-logo {
    margin-right: 255px
}

.main-header-eight .appheader-content .navigation-eight {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    font-family: "Poppins";
    padding-top: 10px
}

.main-header-eight .appheader-content .navigation-eight li {
    margin-right: 25px
}

.main-header-eight .appheader-content .navigation-eight li a {
    display: inline;
    padding: 28px 5px;
    position: relative
}

.main-header-eight .appheader-content .navigation-eight li a:after {
    left: auto;
    right: 0;
    top: 0;
    height: 4px;
    content: "";
    width: 0%;
    position: absolute;
    border-radius: 50px;
    background-color: #49eff2;
    transition: 0.3s all ease-in-out
}

.main-header-eight .appheader-content .navigation-eight li a:hover:after {
    width: 100%;
    right: auto;
    left: 0
}

.main-header-eight .appheader-content .navigation-eight li a.active:after {
    width: 100%;
    right: auto;
    left: 0
}

.main-header-eight .appheader-content .sign-up-btn-eight {
    height: 40px;
    width: 110px;
    line-height: 40px;
    border-radius: 20px;
    justify-content: center;
    background-color: #29f5eb;
    transition: 0.3s all ease-in-out
}

.main-header-eight .appheader-content .sign-up-btn-eight a {
    font-weight: 600;
    display: block;
    width: 100%
}

.main-header-eight .appheader-content .sign-up-btn-eight:hover {
    background-color: #009cff
}

.main-header-eight .appheader-content .sign-up-btn-eight:hover a {
    color: #fff
}

.main-header-eight .appheader-content .h-eight-social {
    padding-top: 10px;
    margin-left: 40px
}

.main-header-eight .appheader-content .h-eight-social li {
    margin-left: 18px;
    color: #fff;
    transition: 0.3s all ease-in-out
}

.main-header-eight .appheader-content .h-eight-social li:hover {
    transform: translateY(-5px)
}

.main-header-eight .appheader-content .dropdown {
    position: relative
}

.main-header-eight .appheader-content .dropdown:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    transition: 0.3s all ease-in-out;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.main-header-eight .appheader-content .dropdown .dropdown-menu {
    top: 65px;
    left: 0;
    opacity: 0;
    z-index: 100;
    margin: 0;
    padding: 0;
    height: auto;
    width: 200px;
    display: block;
    border: none;
    padding: 10px 0 0;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    border: 2px solid #73299a;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1);
    border-radius: 5px
}

.main-header-eight .appheader-content .dropdown .dropdown-menu li {
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5
}

.main-header-eight .appheader-content .dropdown .dropdown-menu li a {
    color: #343434;
    font-size: 14px;
    padding: 10px 0;
    position: relative;
    transition: 0.3s all ease-in-out
}

.main-header-eight .appheader-content .dropdown .dropdown-menu li a:after {
    left: 0;
    top: 15px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    background-color: #73299a;
    transition: 0.3s all ease-in-out
}

.main-header-eight .appheader-content .dropdown .dropdown-menu li a:hover {
    padding-left: 15px
}

.main-header-eight .appheader-content .dropdown .dropdown-menu li a:hover:after {
    transform: scale(1)
}

.main-header-eight .appheader-content .dropdown:hover .dropdown-menu {
    top: 48px;
    opacity: 1;
    visibility: visible
}

.eisticky-menu-bg-overlay {
    background-color: #9c00e2;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    position: fixed;
    top: 0;
    padding: 20px 0;
    animation-timing-function: ease;
    transition: 0.3s all ease-in-out
}

.main-header-eight.eisticky-menu-bg-overlay {
    z-index: 9;
    top: 0;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, .8)
}

.eight-banner-section {
    overflow: visible;
    background: #6d8cf8;
    padding: 170px 0 250px;
    background: linear-gradient(to right, #c12dd1, #6d8cf8)
}

.eight-banner-section:after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/app-landing/shape/bl-shape.png)
}

.eight-banner-section .eight-banner-content {
    position: relative;
    z-index: 5
}

.eight-banner-section .eight-banner-content .ei-banner-mbl-mockup {
    position: absolute;
    top: 0;
    right: 0
}

.eight-banner-section .eight-banner-content .banner-content-box {
    max-width: 650px
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn {
    padding: 45px 0 25px 0
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a {
    font-size: 15px;
    font-weight: 700;
    font-family: "Poppins";
    display: inline-block;
    transition: 0.3s all ease-in-out
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(1) {
    height: 55px;
    color: #fff;
    width: 175px;
    line-height: 55px;
    text-align: center;
    border-radius: 50px;
    margin-right: 20px;
    border-top-right-radius: 0;
    background-color: #ff00d6
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(1) i {
    top: 5px;
    color: #000;
    font-size: 25px;
    position: relative;
    margin-right: 10px
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(1):hover {
    background-color: #009cff;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(2) {
    color: #4ce7f3;
    position: relative
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(2) span {
    color: #fff;
    margin-right: 2px
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(2):after {
    width: 0%;
    content: "";
    position: absolute;
    height: 1px;
    background-color: #4ce7f3;
    bottom: -2px;
    left: auto;
    right: 0;
    transition: 0.3s all ease-in-out
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(2):hover:after {
    left: 22px;
    width: 80%;
    right: auto
}

.eight-banner-section .eight-banner-content h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.083;
    padding-bottom: 20px
}

.eight-banner-section .eight-banner-content h1 span {
    color: #000
}

.eight-banner-section .eight-banner-content p {
    font-size: 19px;
    color: #fff
}

.eight-banner-section .eight-banner-content .ei-banner-review ul {
    float: left;
    margin-right: 20px
}

.eight-banner-section .eight-banner-content .ei-banner-review ul li {
    margin-right: 3px
}

.eight-banner-section .eight-banner-content .ei-banner-review ul li i {
    color: #f6b91c;
    font-size: 15px
}

.eight-banner-section .eight-banner-content .ei-banner-review p {
    font-size: 14px
}

.eight-banner-section .eight-banner-content .ei-banner-review p span {
    font-family: "Poppins";
    font-weight: 700;
    color: #000
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    margin: auto
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background: #6d8cf8;
    background: linear-gradient(to right, #c12dd1, #6d8cf8)
}

.bgTop {
    z-index: 15;
    opacity: .5
}

.bgMiddle {
    z-index: 10;
    opacity: .75
}

.bgBottom {
    z-index: 5
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom
}

.waveTop {
    background-size: 50% 100px
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    animation-delay: 1s
}

.waveMiddle {
    background-size: 50% 120px
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite
}

.waveBottom {
    background-size: 50% 100px
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite
}

.cd-headline.clip span {
    display: inline-block;
    padding-bottom: 10px
}

.cd-headline.clip .cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top
}

.cd-headline.clip .cd-words-wrapper::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 2px;
    height: 70px;
    background-color: #aebcb9
}

.cd-headline.clip b {
    opacity: 0
}

.cd-headline.clip b.is-visible {
    opacity: 1
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left
}

.cd-words-wrapper b {
    display: inline-block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    white-space: nowrap
}

.cd-words-wrapper b.is-visible {
    opacity: 1;
    position: relative
}

.no-js .cd-words-wrapper b {
    opacity: 0
}

@keyframes rotate {
    0% {
        top: -10px;
        left: -10px
    }
    25% {
        top: 0;
        left: 0
    }
    50% {
        top: 0;
        left: 0
    }
    75% {
        top: 5px;
        left: 5px
    }
    100% {
        top: -10px;
        left: -10px
    }
}

.feature-eight-section {
    padding: 165px 0 120px
}

.feature-eight-section .ei-feature-shape {
    right: 0;
    top: 150px;
    z-index: -1;
    position: absolute
}

.feature-eight-section .eight-section-title {
    max-width: 500px;
    position: relative
}

.feature-eight-section .eight-feature-content {
    padding-top: 70px
}

.feature-eight-section .eight-feature-box {
    border-radius: 20px;
    padding: 40px 30px 53px;
    background-color: #e9ebf7;
    transition: 0.3s all ease-in-out
}

.feature-eight-section .eight-feature-box .feature-icon8 {
    width: 98px;
    z-index: 1;
    height: 98px;
    margin: 0 auto;
    line-height: 98px;
    margin-bottom: 34px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: -.707px .707px 10px 0 rgba(43, 1, 68, .1)
}

.feature-eight-section .eight-feature-box .feature-icon8:before,
.feature-eight-section .eight-feature-box .feature-icon8:after {
    content: "";
    z-index: -2;
    border-radius: 30%;
    mix-blend-mode: multiply;
    height: 110px;
    opacity: 0;
    left: 0;
    top: 0;
    width: 110px;
    position: absolute;
    transition: 0.3s all ease-in-out
}

.feature-eight-section .eight-feature-box .feature-icon8:before {
    animation: rotate 1.8s linear infinite;
    background: #33f1ff
}

.feature-eight-section .eight-feature-box .feature-icon8:after {
    animation: rotate 1.2s linear reverse infinite;
    background: #e933ff
}

.feature-eight-section .eight-feature-box .feature-icon8 i {
    font-size: 50px;
    font-weight: 500
}

.feature-eight-section .eight-feature-box .feature-icon8 .ei-icon-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 25px
}

.feature-eight-section .eight-feature-box .ei-feature-more {
    position: absolute;
    background-color: #4ce7f3;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
    transition: 0.3s all ease-in-out;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    margin: 0 auto
}

.feature-eight-section .eight-feature-box .feature-text8 h3 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 13px
}

.feature-eight-section .eight-feature-box .feature-text8 p {
    line-height: 1.5
}

.feature-eight-section .eight-feature-box:hover {
    background-color: #fff;
    box-shadow: 0 25px 38px 0 rgba(43, 1, 68, .17)
}

.feature-eight-section .eight-feature-box:hover .feature-icon8:before,
.feature-eight-section .eight-feature-box:hover .feature-icon8:after {
    display: block;
    opacity: 1
}

.feature-eight-section .eight-feature-box:hover .ei-feature-more {
    opacity: 1;
    bottom: -25px;
    visibility: visible
}

@keyframes spining {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }
    to {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg)
    }
}

.eight-service-section {
    z-index: 1;
    padding: 135px 0 140px;
    background-color: #eceef6
}

.eight-service-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: -2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(../img/app-landing/shape/s-shape2.png)
}

.eight-service-section:after {
    top: -5px;
    right: 0;
    content: "";
    z-index: -1;
    height: 640px;
    width: 780px;
    position: absolute;
    z-index: -2;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/app-landing/shape/s-shape1.png)
}

.eight-service-section .s-shape-bg1 {
    left: -95px;
    bottom: -15px;
    position: absolute;
    z-index: -1
}

.eight-service-section .s-shape-bg2 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -2;
    transform: translateY(-50%)
}

.eight-service-section .eight-service-slide {
    width: 66.667%;
    float: left;
    position: relative;
    z-index: 1
}

.eight-service-section .eight-service-slide .ei-service-slide-btn {
    margin-left: 265px
}

.eight-service-section .eight-service-slide a {
    display: block;
    cursor: pointer
}

.eight-service-section .eight-service-slide a:nth-child(1) {
    margin-bottom: 65px
}

.eight-service-section .eight-service-slide a:nth-child(2) {
    margin-bottom: 55px;
    transform: translateX(-10px)
}

.eight-service-section .eight-service-slide a:nth-child(3) {
    transform: translateX(90px)
}

.eight-service-section .eight-service-text {
    width: 33.333333%;
    float: right;
    padding: 85px 0 0 70px
}

.eight-service-section .eight-service-text:before {
    content: "";
    top: -180px;
    z-index: -1;
    left: -150px;
    width: 678px;
    height: 678px;
    position: absolute;
    animation: spining 10s linear infinite;
    background-image: url(../img/app-landing/shape/s-shape5.png)
}

.eight-service-section .eight-service-text h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700
}

.eight-service-slide {
    width: 500px;
    padding-right: 70px
}

.ei-service-icon-text .ei-service-icon {
    width: 108px;
    height: 108px;
    margin-left: 60px;
    position: relative;
    line-height: 108px;
    border-radius: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #e9ebf7;
    box-shadow: 0 16px 20px 0 rgba(43, 1, 68, .11)
}

.ei-service-icon-text .ei-service-icon i {
    font-size: 55px
}

.ei-service-icon-text .ei-service-text {
    max-width: 300px
}

.ei-service-icon-text .ei-service-text h3 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 16px
}

.ei-service-icon-text .ei-service-text p {
    color: #5e5e5e;
    overflow: hidden;
    line-height: 1.647
}

.ei-service-icon-text:hover .ei-service-icon:after {
    opacity: 1;
    transform: scale(1)
}

.ei-service-icon-text:hover .ei-service-icon i {
    color: #fff
}

.ei-service-slide-mbl {
    position: absolute;
    right: -250px;
    top: -75px;
    width: 245px;
    height: 505px;
    margin: 0 auto;
    padding: 17px 19px;
    background-repeat: no-repeat
}

.ei-service-slide-mbl .bx-controls-direction {
    display: none
}

.ei-service-slide-mbl .image {
    border-radius: 18px;
    overflow: hidden
}

.eg-fun-fact-section {
    padding: 145px 0 110px
}

.eg-fun-fact-section .fn-bg-shape {
    bottom: 0;
    left: 0
}

.eg-fun-fact-section .eg-funfact-text {
    max-width: 465px
}

.eg-fun-fact-section .eg-funfact-text .eight-section-title .eg-title-tag {
    font-size: 14px;
    margin-left: 55px
}

.eg-fun-fact-section .eg-funfact-text .eight-section-title h2 {
    padding-bottom: 15px
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter {
    display: inline-block;
    margin-top: 40px
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter:after {
    left: 0;
    right: 0;
    top: 55%;
    width: 1px;
    content: "";
    height: 85%;
    margin: 0 auto;
    position: absolute;
    background-color: #dde0ee;
    transform: translateY(-50%)
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter:before {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    background-color: #dde0ee
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number {
    width: 50%;
    float: left;
    padding: 25px 0 30px
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number .odometer {
    font-size: 50px;
    font-family: "Poppins";
    font-weight: 600
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number .odometer-formatting-mark {
    display: none
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number p {
    font-size: 26px;
    max-width: 130px;
    margin: 0 auto;
    line-height: 1.231
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number strong {
    top: 8px;
    line-height: 1;
    font-size: 50px;
    font-weight: 600;
    position: relative
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(1) .odometer,
.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(1) strong {
    color: #7c0dbe
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(2) .odometer,
.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(2) strong {
    color: #ff00d6
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(3) .odometer,
.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(3) strong {
    color: #4ce7f3
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(4) .odometer,
.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(4) strong {
    color: #009cff
}

.eg-fun-fact-section .eg-fun-fact-mockup {
    top: 60px;
    left: -195px;
    position: absolute
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape {
    position: absolute
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item1 {
    top: 130px;
    left: -20px
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item2 {
    right: 0;
    top: -25px
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item3 {
    top: -35px;
    left: 140px;
    z-index: -1
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item4 {
    z-index: -1;
    right: 35px;
    bottom: 105px
}

.eg-how-work-section {
    padding-bottom: 135px;
    overflow: visible
}

.eg-how-work-section .how-work-bg-shape {
    top: -185px;
    z-index: -1
}

.eg-how-work-section .eight-section-title {
    padding-bottom: 18px
}

.eg-how-work-section .eight-section-title .eg-title-tag {
    margin-left: 55px;
    font-size: 14px
}

.eg-how-work-section .mCustomScrollBox {
    left: -30px
}

.eg-how-work-section .mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.eg-how-work-section .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 1
}

.eg-how-work-section .how-work-scroller {
    height: 310px
}

.eg-how-work-section .eg-how-work-content {
    padding: 0 10px 0 30px
}

.eg-how-work-section .ei-how-work-content-item {
    padding-left: 180px
}

.eg-how-work-section .ei-how-work-content-item .mCSB_draggerContainer {
    max-height: 290px
}

.eg-how-work-section .ei-how-work-content-item .mCSB_scrollTools .mCSB_draggerRail {
    width: 13px;
    background-color: #e8e9f3
}

.eg-how-work-section .ei-how-work-content-item .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 13px;
    background-color: #7c0dbe
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text {
    margin-bottom: 25px;
    background-color: #fff;
    padding: 20px 50px 30px 20px;
    box-shadow: 0 8px 9px 0 rgba(7, 7, 56, .15)
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon {
    height: 65px;
    width: 65px;
    z-index: 1;
    overflow: hidden;
    line-height: 65px;
    margin-right: 35px;
    position: relative;
    border-radius: 100%;
    background-color: #f1f2fa;
    box-shadow: 0 13px 24px 0 rgba(43, 1, 68, .17)
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon i {
    font-size: 30px;
    font-weight: 500
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon .far {
    line-height: 65px
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-text h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 13px
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .scroller-no {
    left: -35px;
    bottom: 5px;
    z-index: -1;
    color: #dad2df;
    line-height: 1;
    font-size: 123px;
    font-weight: 700;
    position: absolute;
    font-family: "Playfair Display";
    transition: 0.3s all ease-in-out
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text:hover .eg-how-work-icon:after {
    opacity: 1;
    transform: scale(1)
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text:hover .eg-how-work-icon i {
    color: #fff
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text:hover .scroller-no {
    color: #7c0dbd
}

.eg-how-work-section .how-work-mockup {
    padding-left: 60px
}

.eg-how-work-section .how-work-mockup img {
    max-height: 500px
}

.eg-how-work-section .how-work-mockup .hw-shape1 {
    top: -70px;
    right: 120px;
    z-index: -1
}

.eg-how-work-section .how-work-mockup .hw-shape2 {
    left: 30px;
    z-index: -1;
    bottom: -15px
}

.ei-appdownload-section {
    padding: 100px 0 50px;
    z-index: 1
}

.ei-appdownload-section .ei-download-btn .download-icon {
    width: 40px;
    color: #fff;
    height: 40px;
    font-size: 26px;
    line-height: 40px;
    border-radius: 100%;
    margin-right: 15px;
    text-align: center;
    background-color: #ffa800;
    box-shadow: rgba(7, 7, 56, .15) 0 8px 9px 0
}

.ei-appdownload-section .ei-download-btn p {
    padding-top: 8px;
    font-size: 15px;
    display: inline-block
}

.ei-appdownload-section .ei-download-btn a {
    display: table;
    color: #0090ff;
    margin-top: 3px;
    font-size: 15px;
    font-weight: 700;
    font-family: "Poppins";
    position: relative
}

.ei-appdownload-section .ei-download-btn a:after {
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 0%;
    position: absolute;
    background-color: #0090ff;
    transition: 0.3s all ease-in-out
}

.ei-appdownload-section .ei-download-btn a:before {
    top: -2px;
    right: -25px;
    content: "";
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    transition: 0.3s all ease-in-out;
    font-family: "Font Awesome 5 Free"
}

.ei-appdownload-section .ei-download-btn a:hover:before {
    right: -35px
}

.ei-appdownload-section .ei-download-btn a:hover:after {
    width: 100%
}

.ei-appdownload-section .app-down-btn {
    margin-bottom: 22px
}

.ei-appdownload-section .app-down-btn a {
    margin-right: 10px;
    display: inline-block
}

.ei-appdownload-section .ei-appdownloaad-shape {
    position: absolute;
    z-index: -1
}

.ei-appdownload-section .app-shape1 {
    bottom: -170px;
    left: -115px
}

.ei-appdownload-section .app-shape2 {
    top: -225px;
    right: 0;
    left: -270px;
    margin: 0 auto;
    text-align: center
}

.ei-appdownload-section .app-shape3 {
    right: -10px;
    top: 0
}

.ei-app-down-text {
    max-width: 450px;
    padding-top: 90px
}

.ei-app-down-text .eight-section-title .eg-title-tag {
    margin-left: 55px
}

.ei-app-down-text .eight-section-title h2 {
    padding-bottom: 15px
}

.ei-app-down-text .eight-section-title p {
    color: #383838;
    padding-bottom: 32px
}

.ei-team-section {
    padding: 145px 0 135px
}

.ei-team-section .eight-section-title {
    margin: 0 auto;
    max-width: 500px;
    padding-bottom: 70px
}

.ei-team-section .eight-section-title .eg-title-tag {
    font-size: 14px
}

.ei-team-section .ei-team-pic-text .ei-team-img:after {
    width: 236px;
    height: 236px;
    content: "";
    position: absolute;
    top: 0;
    left: 100px;
    opacity: 0;
    visibility: hidden;
    border: double 2px transparent;
    border-radius: 100%;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #4171e8, #ff03d0, #4171e8);
    background-origin: border-box;
    transition: 0.3s all ease-in-out;
    background-clip: content-box, border-box
}

.ei-team-section .ei-team-pic-text .ei-team-img .team-mem-img-ei {
    z-index: 1;
    width: 236px;
    height: 236px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    background-color: #eff0f7
}

.ei-team-section .ei-team-pic-text .ei-team-img .team-mem-img-ei .mshape-bg {
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute
}

.ei-team-section .ei-team-pic-text .ei-team-img .team-mem-img-ei .shape-bg1 {
    left: -110px;
    top: 70px
}

.ei-team-section .ei-team-pic-text .ei-team-img .team-mem-img-ei .shape-bg2 {
    right: -65px;
    top: 35px
}

.ei-team-section .ei-team-pic-text .ei-team-social {
    top: 47px;
    z-index: 1;
    right: 50px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition-delay: 0.2s;
    transition: 0.5s all ease-in-out
}

.ei-team-section .ei-team-pic-text .ei-team-social a {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 37px;
    margin-bottom: 12px;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 0 18px 0 rgba(43, 1, 68, .23)
}

.ei-team-section .ei-team-pic-text .ei-team-social a:after {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
    transition: 0.3s all ease-in-out;
    border-radius: 100%;
    background-image: -ms-linear-gradient(173deg, #ff03d0 0%, #4599fb 53%, #70fcff 99%)
}

.ei-team-section .ei-team-pic-text .ei-team-social a:nth-child(1) {
    color: #118bfc
}

.ei-team-section .ei-team-pic-text .ei-team-social a:nth-child(2) {
    transform: translateX(15px);
    color: #03a9f4
}

.ei-team-section .ei-team-pic-text .ei-team-social a:nth-child(3) {
    transform: translateX(9px);
    margin-bottom: 5px;
    color: #ea4c89
}

.ei-team-section .ei-team-pic-text .ei-team-social a:nth-child(4) {
    color: #0c6eff;
    transform: translateX(-20px)
}

.ei-team-section .ei-team-pic-text .ei-team-social a:hover {
    color: #fff
}

.ei-team-section .ei-team-pic-text .ei-team-social a:hover:after {
    opacity: 1;
    visibility: visible
}

.ei-team-section .ei-team-pic-text .ei-team-text {
    margin-top: 20px
}

.ei-team-section .ei-team-pic-text .ei-team-text h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700
}

.ei-team-section .ei-team-pic-text .ei-team-text p {
    color: #383838;
    font-size: 15px
}

.ei-team-section .ei-team-pic-text:hover .ei-team-img:after {
    opacity: 1;
    left: 102px;
    visibility: visible
}

.ei-team-section .ei-team-pic-text:hover .ei-team-social {
    opacity: 1;
    right: 25px;
    visibility: visible
}

.ei-team-section .ei-team-content {
    z-index: 1;
    margin: 0 auto;
    max-width: 1100px
}

.ei-team-section .ei-team-content .owl-nav .owl-prev,
.ei-team-section .ei-team-content .owl-nav .owl-next {
    top: 50%;
    width: 52px;
    height: 52px;
    cursor: pointer;
    line-height: 52px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    display: inline-block;
    background-color: #fff;
    transform: translateY(-50%);
    transition: 0.3s all ease-in-out;
    box-shadow: 0 7px 18px 0 rgba(16, 31, 60, .25)
}

.ei-team-section .ei-team-content .owl-nav .owl-prev:hover,
.ei-team-section .ei-team-content .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #7c0dbe
}

.ei-team-section .ei-team-content .owl-nav .owl-prev {
    left: -40px
}

.ei-team-section .ei-team-content .owl-nav .owl-next {
    right: -50px
}

.ei-team-section .ei-team-content .owl-item.active.center .ei-team-img:after {
    left: 102px;
    opacity: 1;
    visibility: visible
}

.ei-team-section .ei-team-content .owl-item.active.center .ei-team-social {
    opacity: 1;
    right: 25px;
    visibility: visible
}

.ei-faq-section {
    background-color: #eceef6;
    padding: 145px 0 110px;
    z-index: 1
}

.ei-faq-section .ei-faq-content {
    position: relative;
    z-index: 5
}

.ei-faq-section .ei-faq-content .ei-title-faq {
    margin: 0 auto;
    max-width: 885px
}

.ei-faq-section .ei-faq-content .ei-title-faq p {
    color: #383838;
    font-size: 17px;
    margin-top: 35px;
    line-height: 1.647
}

.ei-faq-section .eight-section-title {
    padding-bottom: 32px
}

.ei-faq-section .eight-section-title .eg-title-tag {
    font-size: 15px;
    margin-left: 55px
}

.ei-faq-section .ei-faq-queans {
    max-width: 1000px;
    margin: 0 auto
}

.ei-faq-section .ei-faq-queans .ei-faq {
    padding: 0 55px;
    margin-bottom: 25px
}

.ei-faq-section .ei-faq-queans .ei-faq .ei-faq-body {
    margin-top: 15px
}

.ei-faq-section .ei-faq-queans .ei-faq .ei-faq-body a {
    text-decoration: underline
}

.ei-faq-section .ei-faq-queans .ei-faq.faq_bg {
    padding: 25px 55px;
    transition: 0.3s all ease-in-out;
    background-color: #fff;
    box-shadow: 0 5px 15px -14px rgba(0, 0, 0, .75)
}

.ei-faq-section .ei-faq-queans .ei-faq-header button {
    border: none;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 5px;
    padding: 0 0 0 50px;
    font-family: "Poppins";
    background-color: transparent
}

.ei-faq-section .ei-faq-queans .ei-faq-header button:before {
    top: -6px;
    left: 0;
    color: #118bfc;
    font-size: 30px;
    content: "";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Free"
}

.ei-faq-section .ei-faq-queans .ei-faq-header .collapsed:before {
    content: ""
}

.ei-faq-section .ei-faq-shape {
    position: absolute;
    z-index: -1
}

.ei-faq-section .fq-shape-style1 {
    top: -70px;
    left: 140px;
    z-index: 2
}

.ei-faq-section .fq-shape-style2 {
    top: -70px;
    left: 75px;
    z-index: 1;
    opacity: .4;
    animation: spining 35s linear infinite
}

.ei-faq-section .fq-shape-style3 {
    top: 50%;
    left: 165px;
    transform: translateX(-50%);
    animation: 3s ease 0s infinite alternate none running scale
}

.ei-faq-section .fq-shape-style4 {
    top: 40%;
    right: 165px;
    transform: translateX(-50%)
}

.ei-faq-section .fq-shape-style5 {
    left: 20%;
    top: 115px;
    animation: spining 50s linear infinite
}

.ei-faq-section .fq-shape-style6 {
    right: 0;
    z-index: -2;
    bottom: -30px
}

.ei-faq-section .fq-shape-style8 {
    top: -50px;
    left: -50px;
    z-index: -3
}

.ei-faq-section .fq-shape-style7 {
    top: 65px;
    right: 20%
}

.ei-faq-section .fq-shape-style7 img {
    animation: spining 5s linear infinite;
    display: block;
    margin-top: 10px
}

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

.ei-screenshots-section .eight-section-title {
    margin: 0 auto;
    max-width: 595px;
    padding-bottom: 10px
}

.ei-screenshots-section .eight-section-title .eg-title-tag {
    font-size: 14px
}

.ei-screenshots-section .swiper-slider-area .container {
    position: relative
}

.ei-screenshots-section .swiper-wrapper {
    height: 630px;
    width: 320px
}

.ei-screenshots-section .row.ei-appScreenshotCarousel-container.swiper-container-horizontal.swiper-container-3d.swiper-container-coverflow {
    position: relative
}

.ei-screenshots-section .swiper-slide.swiper-slide-active {
    border-radius: 35px
}

.ei-screenshots-section .ei-screen-mobile-image {
    background-image: url(../img/app-landing/screenshoot/mobile-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 650px;
    left: calc(50% + 0.5px);
    position: absolute;
    top: 24px;
    transform: translateX(-50%);
    width: 301px;
    z-index: 2;
    border-radius: 40px
}

.ei-screenshots-section .swiper-slide.swiper-slide-active {
    background-size: 100% 100%
}

.ei-screenshots-section .swiper-wrapper {
    padding: 30px 0 40px
}

.ei-screenshots-section .swiper-slide {
    box-shadow: -7px 10px 33px -23px rgba(0, 0, 0, .75)
}

.ei-screenshots-section .swiper-slide.swiper-slide-next {
    box-shadow: -7px 10px 33px -23px rgba(0, 0, 0, .75)
}

.ei-screenshots-section .swiper-slide.swiper-slide-prev {
    box-shadow: 9px 10px 33px -23px rgba(0, 0, 0, .75)
}

.ei-screenshots-section .screenshoot-shape1 {
    right: 0;
    bottom: 205px
}

.ei-screenshots-section .screenshoot-shape2 {
    left: 0;
    top: 240px
}

.ei-screenshots-section .banner-navigation {
    position: relative;
    text-align: center;
    margin-top: 0;
    z-index: 2
}

.ei-screenshots-section .banner-navigation .swiper-button-next,
.ei-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 0 15px;
    background-color: #e7ecf2;
    transition: all 300ms ease
}

.ei-screenshots-section .banner-navigation .swiper-button-prev:hover,
.ei-screenshots-section .banner-navigation .swiper-button-next:hover {
    color: #fff;
    background-color: #7b0dbd
}

.ei-testimonial-section {
    padding: 120px 0 115px
}

.ei-testimonial-section .eight-section-title {
    margin: 0 auto;
    max-width: 490px;
    padding-bottom: 64px
}

.ei-testimonial-section .eight-section-title .eg-title-tag {
    font-size: 14px
}

.ei-testimonial-section .ei-testimonial-img-text {
    padding: 30px 40px 30px 0;
    border-radius: 120px;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 5, 50, .1)
}

.ei-testimonial-section .ei-testimonial-img-text:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -35px;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-image: url(../img/app-landing/team/t-shape2.png)
}

.ei-testimonial-section .ei-testimonial-img-text .test--quote-icon {
    position: absolute;
    top: -20px;
    right: 100px
}

.ei-testimonial-section .ei-testimonial-img-text .test--quote-icon i {
    color: #cfd8e8;
    font-size: 40px
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img {
    height: 160px;
    width: 160px;
    position: relative;
    top: -25px;
    left: -25px;
    line-height: 157px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 18px 0 rgba(0, 5, 50, .12);
    overflow: hidden
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img img {
    height: 130px;
    width: 130px;
    margin: 0 auto;
    border-radius: 100%;
    z-index: 1;
    position: relative
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img:before {
    content: "";
    position: absolute;
    top: -58px;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-image: url(../img/app-landing/team/t-shape1.png)
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img:after {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    background-color: #fff
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text .ei-testimonial-name {
    padding-bottom: 5px
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text .ei-testimonial-name h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text .ei-testimonial-name span {
    font-size: 15px;
    color: #0887fc
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text p {
    line-height: 1.529;
    margin-bottom: 0;
    padding-bottom: 8px
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text .ei-testi-rate li {
    color: #ffba00
}

#testimonial-scroller {
    max-width: 1100px;
    margin: 0 auto
}

#testimonial-scroller .owl-stage-outer {
    overflow: visible
}

#testimonial-scroller .owl-item img {
    display: inline
}

#testimonial-scroller .owl-stage-outer {
    overflow: visible
}

#testimonial-scroller .owl-item {
    opacity: 0;
    transition: opacity 500ms
}

#testimonial-scroller .owl-item.active {
    opacity: 1
}

#testimonial-scroller .owl-nav {
    display: none
}

#testimonial-scroller .owl-dots {
    height: 13px;
    margin-top: 30px;
    text-align: center;
    border-radius: 30px
}

#testimonial-scroller .owl-dot {
    width: 78px;
    height: 13px;
    border-radius: 30px;
    display: inline-block;
    background-color: #e9ebf7
}

#testimonial-scroller .owl-dot.active {
    background-color: #7b0dbd
}

.testimonial-floatingimg li {
    height: 80px;
    width: 80px;
    position: absolute;
    overflow: hidden;
    border-radius: 100%;
    border: 10px solid #e7eaef;
    opacity: .5;
    animation: 1.5s ease 0s infinite alternate none running scale
}

.testimonial-float-img1 li:nth-child(1) {
    top: 90px;
    left: 215px
}

.testimonial-float-img1 li:nth-child(2) {
    top: 198px;
    left: 108px
}

.testimonial-float-img1 li:nth-child(3) {
    top: 30%;
    left: 20%
}

.testimonial-float-img1 li:nth-child(4) {
    top: 360px;
    left: 140px
}

.testimonial-float-img2 li:nth-child(1) {
    bottom: 90px;
    right: 215px
}

.testimonial-float-img2 li:nth-child(2) {
    bottom: 198px;
    right: 50px
}

.testimonial-float-img2 li:nth-child(3) {
    bottom: 30%;
    right: 15%
}

.testimonial-float-img2 li:nth-child(4) {
    bottom: 360px;
    right: 140px
}

.ei-partner-section {
    padding: 80px 0
}

.ei-partner-section .ei-partner-content {
    margin: 0 auto;
    max-width: 875px
}

#ei-partner-slide .owl-nav {
    display: none
}

.ei-partner-text {
    padding-top: 35px
}

.ei-partner-text .ei-partner-icon {
    height: 30px;
    width: 30px;
    line-height: 35px;
    color: #fff;
    margin-right: 20px;
    border-radius: 100%;
    background-color: #eeb22d;
    box-shadow: 0 8px 24px 0 rgba(238, 178, 45, .57)
}

.ei-partner-text h4 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px
}

.ei-partner-text p {
    font-size: 14px;
    color: #626161
}

.ei-newslatter-section {
    overflow: visible
}

.ei-newslatter-section .ei-newslatter-mockup {
    position: absolute;
    top: -35%;
    right: 18%
}

.ei-newslatter-section .ei-newslatter-box {
    overflow: hidden;
    padding: 80px 0 85px;
    background: linear-gradient(-90deg, #ff00a2 0%, #750cf8 50%, #4ce7f3 100%)
}

.ei-newslatter-section .ei-newslatter-box .ei-news-vector1 {
    top: -40px;
    left: 250px;
    animation: 3s ease 0s infinite alternate none running scale
}

.ei-newslatter-section .ei-newslatter-box .ei-news-vector2 {
    top: -30px;
    right: -70px;
    animation: 2s ease 0s infinite alternate none running scale
}

.ei-newslatter-section .ei-newslatter-box .ei-news-vector3 {
    left: -75px;
    bottom: -235px
}

.ei-newslatter-section .ei-newslatter-contnet {
    max-width: 650px;
    margin-left: 130px
}

.ei-newslatter-section .ei-newslatter-contnet h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 700
}

.ei-newslatter-section .ei-newslatter-contnet h3 span {
    font-weight: 100
}

.ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form {
    margin-top: 20px
}

.ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form input {
    width: 100%;
    border: none;
    height: 72px;
    border-radius: 50px;
    padding-left: 30px;
    margin-bottom: 15px
}

.ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form .nws-button {
    top: 12px;
    right: 12px
}

.ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form .nws-button button {
    height: 48px;
    width: 162px;
    border: none;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    background-color: transparent;
    background-image: linear-gradient(90deg, #ff03d0 0%, #4599fb 53%, #70fcff 99%)
}

.ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 10px
}

.ei-footer-section {
    padding-top: 160px
}

.ei-footer-widget .ei-widget-title {
    font-size: 16px;
    color: #373a5b;
    font-weight: 700;
    padding-bottom: 20px
}

.ei-footer-widget .ei-footer-logo {
    margin-bottom: 25px
}

.ei-footer-widget p {
    max-width: 220px;
    line-height: 1.875
}

.ei-footer-widget .ei-payment-mathod {
    margin-top: 30px
}

.ei-footer-widget ul li {
    width: 50%;
    float: left;
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 20px;
    font-family: "Poppins"
}

.ei-footer-widget ul li a {
    color: #373a5b;
    position: relative;
    transition: 0.3s all ease-in-out
}

.ei-footer-widget ul li a:before {
    left: -15px;
    top: 3px;
    content: "";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Free"
}

.ei-footer-widget ul li a:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0%;
    left: 0;
    bottom: 0;
    background-color: #0072fd;
    transition: 0.3s all ease-in-out
}

.ei-footer-widget ul li a:hover {
    color: #0072fd;
    margin-left: 10px
}

.ei-footer-widget ul li a:hover:after {
    width: 100%
}

.ei-footer-widget h4 {
    width: 45%;
    float: left;
    font-size: 14px;
    font-weight: 700;
    padding-left: 28px;
    margin-right: 15px;
    position: relative;
    display: inline-block
}

.ei-footer-widget h4 i {
    left: 0;
    top: 2px;
    color: #7b0dbd;
    font-size: 20px;
    margin-right: 5px;
    position: absolute
}

.ei-footer-widget h4 span {
    font-family: "Circular Std Book";
    font-weight: 400;
    margin-top: 10px;
    display: block;
    color: #818181
}

.ei-footer-widget .download-btn {
    width: 100%;
    margin-top: 25px;
    display: inline-block
}

.ei-footer-widget .download-btn a {
    margin-right: 10px
}

.ei-footer-widget .ei-footer-social {
    margin-top: 15px
}

.ei-footer-widget .ei-footer-social a {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #fff;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    transition: 0.3s all ease-in-out;
    box-shadow: 0 0 9px 0 rgba(15, 54, 131, .07)
}

.ei-footer-widget .ei-footer-social a:nth-child(1) {
    color: #16599b
}

.ei-footer-widget .ei-footer-social a:nth-child(2) {
    color: #03a9f4
}

.ei-footer-widget .ei-footer-social a:nth-child(3) {
    color: #ea4c89
}

.ei-footer-widget .ei-footer-social a:nth-child(4) {
    color: #0d6fff
}

.ei-footer-copyright {
    margin-top: 40px;
    font-size: 14px;
    font-family: "Poppins"
}

.ei-footer-copyright .ei-footer-copyright-content {
    padding: 25px 0 15px;
    border-top: 2px solid #dee2ef
}

.ei-footer-copyright .ei-copyright-menu {
    float: right
}

.ei-footer-copyright .ei-copyright-menu a {
    margin-left: 35px
}

@keyframes left-right-move {
    0% {
        transform: translateX(-100px)
    }
    50% {
        transform: translateX(-10px)
    }
    100% {
        transform: translateX(-100px)
    }
}

.ei-footer-shape1 {
    top: 120px;
    right: 130px;
    opacity: .5;
    z-index: -1
}

.ei-footer-shape2 {
    top: 110px;
    left: -160px;
    opacity: .5;
    z-index: -1
}

.ei-footer-shape3 {
    left: -50px;
    right: 0;
    opacity: .5;
    z-index: -1;
    bottom: 100px;
    margin: 0 auto;
    text-align: center;
    animation-name: left-right-move;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.appi-ei-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 0.5s ease-in
}

.appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation {
    width: 100%
}

.appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav {
    width: 100%
}

.appi-ei-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static!important;
    transform: none!important
}

.appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    transition: 0.3s all ease-in-out;
    border-bottom: 1px solid #dcdcdc
}

.appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav li:first-child {
    border-top: 1px solid #dcdcdc
}

.appi-ei-mobile_menu_content .appi-ei-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
}

.appi-ei-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px
}

.appi-ei-mobile_menu_wrap.mobile_menu_on .appi-ei-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
}

.appi-ei-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible
}

.appi-ei-mobile_menu_button {
    position: absolute;
    display: none;
    right: 20px;
    cursor: pointer;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    top: 2px;
    z-index: 5
}

.appi-ei-mobile_menu .appi-ei-mobile-main-navigation .navbar-nav li a:after {
    display: none
}

.appi-ei-mobile_menu .appi-ei-mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.appi-ei-mobile_menu .appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 5px 0;
    width: 100%;
    border-top: 1px solid #dcdcdc
}

.appi-ei-mobile_menu .appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 20px;
    line-height: 1
}

.appi-ei-mobile_menu .dropdown {
    position: relative
}

.appi-ei-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    padding: 5px 10px
}

.appi-ei-mobile_menu .dropdown .dropdown-btn:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 0;
    background-color: #dcdcdc
}

.appi-ei-mobile_menu .appi-ei-mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute
}

@media screen and (max-width:1440px) {
    .main-header-eight .appheader-content {
        padding: 0 40px
    }
    .ei-service-slide-mbl {
        right: 0
    }
    .main-header-eight .appheader-content .site-logo {
        margin-right: 230px
    }
    .eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item1 {
        left: 70px
    }
    .eg-fun-fact-section .fn-bg-shape {
        left: -195px
    }
    .ei-faq-section .fq-shape-style1 {
        left: -20px
    }
    .ei-faq-section .fq-shape-style3 {
        left: 60px
    }
    .ei-faq-section .fq-shape-style2 {
        left: 0
    }
    .ei-newslatter-section .ei-newslatter-mockup {
        right: 5%
    }
    .ei-footer-shape1 {
        right: 0
    }
    .eight-service-section .eight-service-slide .ei-service-slide-btn {
        margin-left: 60px
    }
    .eight-service-section .eight-service-slide {
        width: 48.667%
    }
    .eight-service-section .eight-service-text {
        width: 51.333333%;
        padding: 85px 0 0 0
    }
    .eight-service-section .eight-service-text h2 {
        max-width: 285px
    }
}

@media screen and (max-width:1280px) {
    .main-header-eight .appheader-content .site-logo {
        margin-right: 155px
    }
}

@media screen and (max-width:1199px) {
    .main-header-eight .appheader-content .site-logo {
        margin-right: 115px
    }
    .ei-screenshots-section .ei-screen-mobile-image {
        width: 322px
    }
}

@media screen and (max-width:1024px) {
    .main-header-eight .appheader-content .site-logo {
        margin-right: 40px
    }
    .main-header-eight .appheader-content .navigation-eight li {
        margin-right: 10px
    }
    .main-header-eight .appheader-content .h-eight-social {
        margin-left: 0
    }
    .eg-fun-fact-section .eg-fun-fact-mockup {
        left: -320px
    }
    .ei-team-section .ei-team-content .owl-item.active.center .ei-team-img:after,
    .ei-team-section .ei-team-content .owl-item .ei-team-img:after {
        left: 70px
    }
    .ei-team-section .ei-team-content .owl-nav .owl-prev,
    .ei-team-section .ei-team-content .owl-nav .owl-next {
        position: static;
        text-align: center;
        margin: 0 8px;
        transform: translateY(0)
    }
    .ei-team-section .ei-team-content .owl-nav {
        text-align: center;
        margin-top: 20px
    }
    .ei-newslatter-section .ei-newslatter-mockup {
        display: none
    }
    .ei-footer-widget .download-btn a {
        margin-right: 0
    }
    .eight-service-section .eight-service-slide .ei-service-slide-btn {
        margin-left: 15px
    }
    .eight-service-section .eight-service-text h2 {
        max-width: 245px
    }
    .ei-testimonial-section .ei-testimonial-img-text {
        margin: 0 auto;
        max-width: 500px
    }
}

@media screen and (max-width:991px) {
    .main-header-eight .appheader-content .navigation-eight {
        display: none
    }
    .main-header-eight .appheader-content .h-eight-social {
        display: none
    }
    .appi-ei-mobile_menu_button {
        display: block
    }
    .main-header-eight .appheader-content {
        padding: 0 20px
    }
    .main-header-eight .appheader-content .sign-up-btn-eight {
        margin-right: 50px
    }
    .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup {
        position: static;
        margin-top: 40px
    }
    .eight-banner-section {
        padding-bottom: 100px
    }
    .feature-eight-section {
        padding: 100px 0
    }
    .feature-eight-section .eight-feature-box {
        margin-bottom: 50px
    }
    .eight-service-section .eight-service-slide {
        width: 100%
    }
    .eight-service-section .eight-service-text {
        width: 100%
    }
    .eight-service-section:after {
        display: none
    }
    .eight-service-section:before {
        display: none
    }
    .eight-service-section .s-shape-bg2 {
        display: none
    }
    .eight-service-section .eight-service-text:before {
        display: none
    }
    .eight-service-section .eight-service-slide a:nth-child(3) {
        transform: translateX(0)
    }
    .ei-service-slide-mbl {
        position: relative;
        right: 0;
        top: 0
    }
    .eight-service-section .eight-service-slide .ei-service-slide-btn {
        max-width: 475px;
        margin: 0 auto
    }
    .eight-service-section .eight-service-text h2 {
        margin: 0 auto;
        color: #000;
        max-width: 400px;
        padding-top: 30px;
        text-align: center
    }
    .eg-fun-fact-section .eg-fun-fact-mockup {
        position: static;
        margin-bottom: 40px
    }
    .eg-fun-fact-section .eg-funfact-text {
        float: none!important
    }
    .eg-how-work-section .how-work-mockup {
        text-align: center
    }
    .ei-team-section .ei-team-pic-text .ei-team-social {
        right: 13px
    }
    .ei-screenshots-section .ei-screen-mobile-image {
        width: 270px
    }
    #testimonial-scroller {
        max-width: 570px
    }
    .ei-newslatter-section .ei-newslatter-box .ei-news-vector2 {
        display: none
    }
    .ei-footer-section {
        padding-top: 100px
    }
    .testimonial-floatingimg {
        display: none
    }
    .eg-how-work-section .how-work-mockup .hw-shape1,
    .eg-how-work-section .how-work-mockup .hw-shape2 {
        display: none
    }
    .ei-appdownload-section {
        padding-bottom: 60px
    }
    .ei-team-section .ei-team-content .owl-item.active.center .ei-team-img:after,
    .ei-team-section .ei-team-content .owl-item .ei-team-img:after {
        display: none
    }
    .ei-team-pic-text {
        max-width: 300px;
        margin: 0 auto
    }
    .ei-team-section .ei-team-content .owl-item.active.center .ei-team-social {
        right: 0
    }
    .ei-footer-widget {
        margin-bottom: 30px
    }
}

@media screen and (max-width:767px) {
    .ei-screenshots-section .ei-screen-mobile-image {
        width: 370px;
        height: 655px
    }
}

@media screen and (max-width:680px) {
    .eight-banner-section .eight-banner-content h1 {
        font-size: 65px
    }
    .ei-team-section .ei-team-content .owl-item.active.center .ei-team-img:after {
        left: 75px
    }
}

@media screen and (max-width:580px) {
    .eight-banner-section .eight-banner-content h1 {
        font-size: 60px
    }
    .eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item1 {
        display: none
    }
    .eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item2 {
        display: none
    }
    .eg-how-work-section .ei-how-work-content-item {
        padding-left: 50px
    }
    .ei-team-pic-text {
        max-width: 270px;
        margin: 0 auto
    }
    .ei-team-section .ei-team-pic-text .ei-team-social {
        right: -40px
    }
    .ei-screenshots-section .ei-screen-mobile-image {
        width: 305px
    }
    #testimonial-scroller {
        max-width: 450px
    }
    #testimonial-scroller .ei-testimonial-text {
        display: block;
        overflow: hidden
    }
    .ei-newslatter-section .ei-newslatter-contnet {
        margin-left: 0
    }
}

@media screen and (max-width:480px) {
    .eight-banner-section .eight-banner-content h1 {
        text-align: center;
        font-size: 50px
    }
    .cd-headline.clip .cd-words-wrapper::after {
        height: 40px
    }
    .eight-banner-section .eight-banner-content p {
        text-align: center
    }
    .eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn {
        text-align: center
    }
    .ei-banner-review {
        text-align: center;
        max-width: 320px;
        margin: 0 auto
    }
    .eight-banner-section .eight-banner-content .ei-banner-review ul {
        float: none;
        margin-right: 0;
        margin-bottom: 10px
    }
    .ei-service-icon-text .ei-service-icon {
        margin-left: 30px
    }
    .eg-fun-fact-section .eg-fun-fact-mockup .fn-shape {
        display: none
    }
    .pera-content p {
        overflow: hidden
    }
    .hw-mockup-img {
        margin-top: 20px
    }
    .eg-how-work-section .how-work-mockup .hw-shape1,
    .eg-how-work-section .how-work-mockup .hw-shape2,
    .ei-faq-section .fq-shape-style3,
    .ei-faq-section .fq-shape-style4 {
        display: none
    }
    .ei-team-section .ei-team-content .owl-nav {
        width: 150px;
        margin: 0 auto;
        margin-top: 40px;
        position: static;
        transform: translateY(0)
    }
    .ei-faq-section .ei-faq-queans {
        margin-top: 20px
    }
    .ei-faq-section .ei-faq-queans .ei-faq-header button {
        text-align: left
    }
    .ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img {
        left: -10px
    }
}

@media screen and (max-width:420px) {
    .eight-banner-section .eight-banner-content h1 {
        font-size: 42px
    }
    .cd-headline.clip .cd-words-wrapper::after {
        height: 30px
    }
    .feature-eight-section {
        padding: 50px 0
    }
    .eight-section-title h2 {
        font-size: 28px
    }
    .eight-service-slide {
        padding-right: 0
    }
    .ei-service-icon-text .ei-service-icon {
        height: 80px;
        width: 80px;
        line-height: 80px
    }
    .ei-service-icon-text .ei-service-icon i {
        font-size: 35px
    }
    .eight-service-section {
        padding: 65px 0
    }
    .eight-service-section .eight-service-slide a:nth-child(1) {
        margin-bottom: 30px
    }
    .eight-service-section .eight-service-slide a:nth-child(2) {
        margin-bottom: 30px;
        transform: translateX(0)
    }
    .eight-service-section .eight-service-text {
        padding-top: 40px
    }
    .eight-service-section .eight-service-text h2 {
        font-size: 30px
    }
    .eg-fun-fact-section {
        padding: 60px 0
    }
    .eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number .odometer {
        font-size: 36px
    }
    .eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number strong {
        font-size: 30px;
        top: 4px
    }
    .eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number p {
        font-size: 20px;
        max-width: 100px
    }
    .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon {
        margin-right: 0;
        margin-bottom: 15px;
        float: none!important
    }
    .eg-how-work-section .ei-how-work-content-item {
        padding-left: 30px
    }
    .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-text h3 {
        font-size: 20px
    }
    .eg-how-work-section {
        padding-bottom: 30px
    }
    .ei-app-down-text {
        padding: 50px 0
    }
    .ei-faq-section .ei-faq-queans .ei-faq.faq_bg {
        padding: 20px 30px
    }
    .ei-faq-section .ei-faq-queans .ei-faq {
        padding: 0 30px
    }
    .ei-faq-section {
        padding: 60px 0
    }
    .ei-screenshots-section {
        padding: 60px 0
    }
    .ei-testimonial-section {
        padding: 60px 0
    }
    .ei-testimonial-section .ei-testimonial-img-text {
        padding: 25px 20px 25px 0
    }
    .ei-footer-widget {
        margin-bottom: 30px
    }
    .ei-footer-copyright .ei-copyright-menu {
        float: left
    }
    .ei-footer-copyright .ei-copyright-menu a {
        margin-left: 0;
        margin-right: 15px
    }
    .eg-how-work-text {
        display: block;
        width: 100%
    }
    .ei-team-section {
        padding: 60px 0
    }
    .eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(1) {
        height: 45px;
        width: 150px;
        line-height: 45px
    }
    .eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn {
        padding: 20px 0 10px 0
    }
    .main-header-eight .appheader-content .site-logo {
        margin-right: 30px
    }
    .ei-footer-section {
        padding-top: 60px
    }
    .eg-how-work-section .how-work-mockup {
        padding-left: 0
    }
    .ei-team-section .ei-team-content .owl-item.active.center .ei-team-img:after {
        left: 35px
    }
    .ei-team-section .ei-team-content .owl-item.active.center .ei-team-social {
        right: -5px
    }
    .swiper-container {
        width: 295px
    }
}

@media screen and (max-width:380px) {
    .eight-banner-section .eight-banner-content h1 {
        font-size: 36px
    }
    .ei-appdownload-section .app-down-btn a {
        margin-bottom: 20px
    }
    .ei-testimonial-section .ei-testimonial-img-text:before {
        display: none
    }
    .ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form .nws-button button {
        width: 150px;
        margin: 0 auto
    }
    .ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form .nws-button {
        position: static!important;
        text-align: center;
        margin-bottom: 20px
    }
    .eg-how-work-section .mCustomScrollBox {
        left: 0
    }
}

@media screen and (max-width:320px) {
    .main-header-eight .appheader-content .sign-up-btn-eight {
        width: 80px
    }
    .eight-banner-section .eight-banner-content h1 {
        font-size: 33px
    }
    .eight-section-title h2 {
        font-size: 24px
    }
    .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-text h3 {
        font-size: 16px
    }
    .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .scroller-no {
        display: none
    }
    .eg-how-work-section .eg-how-work-content {
        padding-left: 5px
    }
    .ei-faq-section .ei-faq-queans .ei-faq-header button {
        font-size: 16px
    }
    .ei-testimonial-section .ei-testimonial-img-text {
        border-radius: 0;
        padding: 20px
    }
    .ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img {
        float: none!important;
        top: 0;
        margin-bottom: 15px
    }
    .ei-footer-widget .download-btn a {
        margin-bottom: 20px;
        display: block
    }
    .ei-footer-widget h4 {
        margin-bottom: 10px
    }
}

.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::selection {
    color: #fff;
    background-color: #6e3ebf
}

.appseo-home::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.appseo-home .container {
    max-width: 1200px
}

.appseo-preloader {
    background-color: #fff;
    background: #fff url(../img/seo/pre.svg) no-repeat center center
}

.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: 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/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
}

@keyframes borderplsseo {
    0% {
        box-shadow: 0 0 0 0 #f7d4c0
    }
    70% {
        box-shadow: 0 0 0 10px #f7d4c0;
        opacity: 0
    }
    to {
        box-shadow: 0 0 0 0 #f7d4c0;
        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;
    animation: borderplsseo 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
}

@keyframes appseoupdown {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes appseoupdown {
    0% {
        transform: translateY(1px)
    }
    100% {
        transform: translateY(-1px)
    }
}

@keyframes appseoupdown {
    0% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(10px)
    }
}

@keyframes videoup {
    70% {
        box-shadow: 0 0 0 30px rgba(255, 243, 234, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 243, 234, 0)
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 20%
    }
    100% {
        margin-top: -30%
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: 25px
    }
}

@keyframes flying {
    0% {
        transform: translate(2px, 2px)
    }
    50% {
        transform: translate(-2px, -2px)
    }
    100% {
        transform: translate(2px, 2px)
    }
}

@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
}

.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;
    transition: all 0.5s;
    opacity: 1;
    z-index: -1;
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, .8)
}

.appseo-btn-hover:hover:before {
    opacity: 0;
    transform: translate(0, 0)
}

.appseo-main-header {
    z-index: 5;
    width: 100%;
    padding-top: 60px;
    position: absolute
}

.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 li a.active {
    color: #ff8533
}

.appseo-main-header .appseo-main-navigation .dropdown {
    position: relative
}

.appseo-main-header .appseo-main-navigation .dropdown:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 2px;
    transition: 0.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: none;
    display: block;
    border-radius: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    border-bottom: 2px solid #ff6626;
    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;
    transition: 0.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%;
    transform: scale(0);
    background-color: #fff;
    transition: 0.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 {
    transform: scale(1)
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li:last-child {
    border-bottom: none
}

.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;
    transition: 0.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;
    transition: 0.3s all ease-in-out;
    box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    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 {
    transition: 0.3s all ease-in-out;
    background-position: right center
}

.appseo-sticky-header-overlay {
    background-color: #fff;
    animation-duration: 0.7s;
    top: 0;
    position: fixed;
    padding: 5px 0;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
    transition: 0.3s all ease-in-out
}

.appseo-main-header.appseo-sticky-header-overlay .appseo-logo {
    padding-top: 20px
}

.appseo-main-header.appseo-sticky-header-overlay {
    z-index: 9;
    top: 0;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, .8)
}

.appseo-main-header.appseo-sticky-header-overlay .header-button {
    margin-top: 6px
}

.appseo-main-header.appseo-sticky-header-overlay .dropdown:hover .dropdown-menu {
    top: 45px
}

.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;
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    transition: all 0.5s
}

.side_inner_content p {
    text-align: left
}

.side_inner_content .side_inner_logo {
    margin: 30px 0
}

.side_inner_content .side_contact {
    margin-bottom: 30px
}

.side_inner_content .side_contact .social_widget h3 {
    font-size: 18px;
    padding: 10px 0 20px 0
}

.side_inner_content .side_contact .social_widget li {
    margin: 0 3px
}

.side_inner_content .side_copywright {
    font-size: 14px
}

.side_inner_content .close_btn {
    top: 30px;
    left: 20px;
    cursor: pointer;
    position: absolute
}

.side_inner_content .close_btn i {
    font-size: 14px
}

.wide_side_inner.wide_side_on .side_inner_content {
    right: -15px;
    z-index: 99;
    transition: all 0.7s
}

.wide_side_inner {
    display: inline-block
}

.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);
    transition: all 0.3s ease-in-out
}

.body_overlay_on {
    overflow: hidden
}

.wide_side_inner.wide_side_on .side_overlay {
    opacity: 1;
    visibility: visible
}

@keyframes cd-rotate-3-in {
    0% {
        transform: rotateY(180deg)
    }
    100% {
        transform: rotateY(0deg)
    }
}

@keyframes cd-rotate-3-out {
    0% {
        transform: rotateY(0)
    }
    100% {
        transform: rotateY(-180deg)
    }
}

.appseo-banner-section .cd-headline.rotate-3 .cd-words-wrapper {
    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;
    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 {
    transform: rotateY(0deg)
}

.appseo-banner-section .cd-headline.rotate-3 i.in {
    animation: cd-rotate-3-in 0.6s forwards
}

.appseo-banner-section .cd-headline.rotate-3 i.out {
    animation: cd-rotate-3-out 0.6s forwards
}

.appseo-banner-section .no-csstransitions .cd-headline.rotate-3 i {
    transform: rotateY(0deg);
    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 70px 0
}

.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 svg {
    height: 40px;
    width: 40px;
    fill: #213e6e
}

.appseo-banner-section .appseo-banner-content .banner-call-action .call-action-text {
    color: #213e6e;
    font-size: 26px;
    font-weight: 300
}

.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: 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;
    transition: 0.3s all ease-in-out;
    box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    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 {
    transition: 0.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;
    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%;
    box-shadow: 0 0 0 0 #fff3ea;
    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;
    transform: translateX(-50%)
}

.appseo-banner-section .appseo-banner-vector {
    top: 200px;
    right: 140px;
    animation: appseoupdown 2s infinite alternate
}

.appseo-service-section {
    padding: 85px 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;
    transition: 0.3s all ease-in-out;
    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: flex;
    margin: 0 auto;
    margin-bottom: 42px;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    background-image: linear-gradient(45deg, #6cc8e0 15%, #afe1ee 100%)
}

.appseo-service-content .appseo-service-icon-text .appseo-service-icon svg {
    height: 70px;
    fill: #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/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/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;
    transition: 0.3s all ease-in-out;
    background-image: url(../img/seo/shape/s-shape1.png)
}

.appseo-service-content .appseo-service-box {
    transition: 0.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;
    transition: 0.3s all ease-in-out
}

.appseo-service-content .appseo-service-box:hover {
    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: 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: linear-gradient(45deg, #2b3fe1 15%, #4f73ef 100%)
}

.appseo-about-section {
    padding: 260px 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/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: 0;
    left: 0;
    position: absolute
}

.appseo-about-section .appseo-about-content .appseo-about-quote .quote-icon-about svg {
    height: 40px;
    fill: #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;
    transition: 0.3s all ease-in-out;
    box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    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 {
    transition: 0.3s all ease-in-out;
    background-position: right center
}

.ready-to-grow-section {
    overflow: visible;
    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/seo/shape/r-shape.png)
}

.ready-to-grow-section .ready-vector {
    top: -20px;
    left: 50px;
    position: absolute;
    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: none;
    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: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 60px;
    border-radius: 40px;
    text-transform: uppercase;
    background-image: linear-gradient(45deg, #ff6525 15%, #ffa942 100%)
}

.appseo-mission-area-section {
    padding: 125px 0 0 0;
    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/seo/shape/rg-shape1.png)
}

.appseo-mission-area-section .appseo-mission-vector {
    right: 0;
    top: 120px;
    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: 30px;
    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 svg {
    height: 50px;
    fill: #fff
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content .appseo-mission-item-icon:before {
    top: -40px;
    left: -35px;
    content: "";
    z-index: -1;
    width: 130px;
    height: 130px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/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/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/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 {
    position: relative;
    padding-top: 80px
}

.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/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/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 45px;
    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/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: none
}

.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;
    transition: 0.3s all ease-in-out;
    background-size: 200% auto;
    box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    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 {
    transition: 0.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: 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: "";
    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: 0px!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);
    transition: 0.3s all ease-in-out
}

.appseo-testimonial-content .appseo-testimonial-trigger .appseo-testi-name-degi span {
    opacity: .5;
    color: #999;
    text-transform: uppercase;
    transition: 0.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;
    max-width: 1920px;
    margin: 0 auto
}

.appseo-case-study-section .appseo-section-title {
    margin-bottom: 40px
}

.appseo-case-study-content {
    display: flex;
    margin: 0 -15px;
    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;
    transform: scale(.5);
    border-radius: 15px;
    transition: 0.5s all ease-in-out;
    background-image: linear-gradient(45deg, #ff6626 15%, #ffa641 100%)
}

.appseo-case-study-img-text .appseo-case-img img {
    border-radius: 15px;
    transition: 0.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;
    transition: 0.3s all ease-in-out;
    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;
    transition: 0.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 {
    transform: scale(1.2)
}

.appseo-case-study-img-text:hover .appseo-case-img:after {
    opacity: .8;
    transform: scale(1)
}

.appseo-cta-section {
    z-index: 1;
    overflow: visible;
    padding: 120px 0 105px
}

.appseo-cta-section .appseo-call-vector {
    top: 45px;
    right: 220px;
    position: absolute;
    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/seo/banner/ctabg.jpg)
}

.appseo-cta-section .overlay-bg {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .9;
    position: absolute;
    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: 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%;
    animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate
}

.bubble-dotted .dotted-2 {
    width: 7px;
    height: 7px;
    left: 240px;
    top: 40%;
    animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate
}

.bubble-dotted .dotted-3 {
    width: 11px;
    height: 11px;
    left: 460px;
    top: 30%;
    animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate
}

.bubble-dotted .dotted-4 {
    width: 16px;
    height: 16px;
    left: 430px;
    top: 90%;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate
}

.bubble-dotted .dotted-5 {
    width: 6px;
    height: 6px;
    left: 50%;
    top: 50%;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate
}

.bubble-dotted .dotted-6 {
    width: 9px;
    height: 9px;
    left: 70%;
    top: 230px;
    animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate
}

.bubble-dotted .dotted-7 {
    width: 6px;
    height: 6px;
    left: 65%;
    top: 30%;
    animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate
}

.bubble-dotted .dotted-8 {
    width: 6px;
    height: 6px;
    left: 85%;
    top: 35%;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate
}

.bubble-dotted .dotted-9 {
    width: 13px;
    height: 13px;
    left: 90%;
    top: 40%;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate
}

.bubble-dotted .dotted-10 {
    width: 12px;
    height: 12px;
    left: 80%;
    top: 70%;
    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 120px;
    background-color: #f4f8ff
}

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

.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;
    transition: 0.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;
    box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    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;
    transition: 0.3s all ease-in-out
}

.appseo-blog-img-text .appseo-blog-text .appseo-blog-meta span {
    color: #415e8d;
    transition: 0.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: 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: 100px 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: none;
    padding-left: 30px;
    border-radius: 40px;
    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: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    text-transform: uppercase;
    background-color: transparent;
    box-shadow: 1.392px 9.903px 10px 0 rgba(66, 97, 234, .21);
    background-image: linear-gradient(45deg, #ff6525 15%, #ffa942 100%)
}

.appseo-footer-area-section {
    padding: 120px 0 110px
}

.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 .appseo-footer-menu-widget li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px
}

.appseo-footer-widget .appseo-footer-menu-widget li:before,
.appseo-footer-widget .appseo-footer-menu-widget li:after {
    left: 0;
    top: 10px;
    width: 7px;
    content: "";
    height: 7px;
    position: absolute;
    border-radius: 100%;
    background-color: #ff8533
}

.appseo-footer-widget .appseo-footer-menu-widget li:after {
    left: 10px
}

.appseo-footer-widget .appseo-footer-menu-widget li a {
    color: #c9c9c9;
    transition: 0.3s all ease-in-out
}

.appseo-footer-widget .appseo-footer-menu-widget li a:hover {
    color: #ff8533
}

.appseo-copyright {
    margin-top: 30px;
    width: 100%;
    position: relative;
    display: inline-block;
    z-index: 1
}

.appseo-copyright:after {
    top: 18px;
    content: "";
    height: 2px;
    width: 450px;
    right: 20%;
    z-index: -1;
    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;
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    transition: all 0.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;
    transform: none!important
}

.appseo-mobile_menu_content .appseo-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    transition: 0.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;
    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
}

.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: none;
    display: none;
    transition: 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: none;
    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 20px;
        max-width: 255px
    }
    .appseo-cta-section .appseo-call-vector {
        right: 45px
    }
}

@media screen and (max-width:1280px) {
    .appseo-case-study-content {
        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 {
        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 {
        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: 15px 0 10px
    }
    .appseo-about-section .appseo-about-content {
        float: none
    }
    .appseo-main-header.appseo-sticky-header-overlay .appseo-logo {
        padding-top: 0
    }
    .appseo-pricing-section {
        padding-top: 0
    }
}

@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::placeholder {
        font-size: 14px
    }
    .appseo-banner-section .appseo-banner-content h1 {
        font-size: 36px
    }
}

@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
    }
}

.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;
    transition: 0.3s all ease-in-out;
    font-family: "Poppins";
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: 0.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;
    transition: 0.3s all ease-in-out;
    background-image: linear-gradient(-38deg, #20fdee 0%, #0478e9 100%)
}

.theme_feature_area .read_btn:hover,
.compare_content_item .compare_btn:hover {
    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
}

@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)
    }
}

.fadeFromRight {
    animation-name: fadeFromRight
}

.fadeFromLeft {
    animation-name: fadeFromLeft
}

.saas-modern {
    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
}

.saas-modern::selection {
    color: #fff;
    background-color: #6e3ebf
}

.saas-modern::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.saas-modern-preloader {
    background-color: #fff;
    background: #fff url(../img/saas-m/pre.svg) no-repeat center center
}

.decoration-wrapper {
    overflow: hidden;
    position: relative
}

@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
}

.saas-modern-headline h1,
.saas-modern-headline h2,
.saas-modern-headline h3,
.saas-modern-headline h4,
.saas-modern-headline h5,
.saas-modern-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;
    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: linear-gradient(-38deg, #20fdee 0%, #0478e9 100%)
}

.section_title .title_tag .tag_icon i {
    color: #fff;
    font-size: 18px
}

.section_title .section_title_text h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.306;
    padding-bottom: 15px
}

.section_title .section_title_text h2 span {
    font-weight: 400
}

.section_title .section_title_text p {
    font-size: 18px;
    line-height: 1.667
}

@keyframes line_animation {
    0% {
        top: 0;
        opacity: 1
    }
    50% {
        top: 50%
    }
    100% {
        top: 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
    }
}

.line_animation {
    top: 0;
    left: 50%;
    width: 80%;
    bottom: 0;
    z-index: -1;
    display: block;
    position: absolute;
    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;
    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 {
    animation: line_animation 15s ease-out infinite
}

.line_animation .line_area:nth-child(odd):before {
    animation: scroll2 15s ease-out infinite
}

.saas-modern-scrollup {
    width: 55px;
    right: 30px;
    z-index: 5;
    height: 55px;
    bottom: 100px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-image: linear-gradient(-38deg, #20fdee 0%, #0478e9 100%)
}

.saas-modern-scrollup:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 20px;
    top: 15px;
    right: 0;
    box-shadow: 0 0 15px 10px rgba(255, 255, 255, .75);
    border-radius: 50%
}

.saas-modern-scrollup i {
    color: #fff;
    font-size: 20px
}

.main_header {
    z-index: 1;
    padding-top: 80px;
    width: 100%;
    position: absolute
}

.main-navigation {
    display: inline-block
}

.main-navigation .navbar-nav {
    display: inherit
}

.main-navigation .navbar-nav li {
    position: relative
}

.main-navigation .navbar-nav li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 35px 10px;
    display: inline;
    font-family: "Poppins";
    position: relative
}

.main-navigation .navbar-nav li a.active {
    color: #30f8ef
}

.main-navigation .navbar-nav li a:after {
    left: 0;
    width: 0%;
    height: 2px;
    content: "";
    bottom: 25px;
    position: absolute;
    background-color: #31f9ef;
    transition: 0.3s all ease-in-out
}

.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;
    transition: 400ms all ease;
    box-shadow: 0 14px 18px 0 rgba(1, 105, 228, .25)
}

.sign_up_btn:hover {
    color: #000;
    background-color: #fff
}

.menu-bg-overlay {
    background-color: #000;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    position: fixed;
    top: -90px;
    padding: 25px 0;
    animation-timing-function: ease;
    transition: 0.3s all ease-in-out
}

.main_header.menu-bg-overlay {
    z-index: 9;
    top: 0;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, .8)
}

.main_header.menu-bg-overlay .main-navigation .navbar-nav li a:after {
    display: none
}

.main-navigation .dropdown {
    position: relative
}

.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 10px;
    visibility: hidden;
    position: absolute;
    border-radius: 0;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    border: none;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1)
}

.main-navigation .dropdown>.dropdown-menu li {
    padding-bottom: 5px
}

.main-navigation .dropdown>.dropdown-menu li a {
    color: #000;
    font-size: 14px
}

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

.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;
    box-shadow: 0 3px 5px rgba(100, 100, 100, .19);
    transition: all 0.5s cubic-bezier(.9, .03, 0, .96) 0.6s
}

.mobile_menu_content .main-navigation {
    width: 100%
}

.mobile_menu_content .main-navigation .navbar-nav {
    width: 100%
}

.mobile_menu_content .navbar-nav .dropdown-menu {
    position: static!important;
    transform: none!important
}

.mobile_menu_content .main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    padding: 5px 30px;
    transition: 0.3s all ease-in-out;
    border-bottom: 1px solid #dcdcdc
}

.mobile_menu_content .main-navigation .navbar-nav li:first-child {
    border-top: 1px solid #dcdcdc
}

.mobile_menu_content .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;
    transition: all 0.7s cubic-bezier(.9, .03, 0, .96) 0.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);
    transition: all 0.8s ease-in 0.8s
}

.mobile_menu_overlay_on {
    overflow: hidden
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    right: 0;
    transition: all 0.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 .main-navigation .navbar-nav li a:after {
    display: none
}

.mobile_menu .main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 0
}

.mobile_menu .mobile_menu_content .main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 3px 20px;
    line-height: 1
}

.mobile_menu .mobile_menu_content .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: "";
    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;
    margin-bottom: 90px;
    z-index: 0;
    padding: 215px 0 325px 0
}

.banner_text {
    margin: 0 auto;
    max-width: 550px
}

.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
}

.banner_text .download_btn {
    color: #fff;
    width: 175px;
    height: 55px;
    font-size: 15px;
    margin: 0 auto;
    font-weight: 700;
    line-height: 55px;
    border-radius: 30px;
    background-color: #000;
    font-family: "Poppins";
    transition: 400ms all ease
}

.banner_text .download_btn a {
    display: block;
    width: 100%
}

.banner_text .download_btn:hover {
    background-color: #fff;
    color: #000
}

.banner_screen {
    left: 0;
    right: 0;
    bottom: -155px;
    margin: 0 auto;
    max-width: 765px;
    position: absolute
}

.banner_screen .screen_img .middle_screen {
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .14)
}

.banner_screen .screen_img .side_screen1 {
    top: -30px;
    left: -102px;
    position: absolute;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .14)
}

.banner_screen .screen_img .side_screen2 {
    top: 65px;
    right: -150px;
    position: absolute;
    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 {
    padding: 120px 0 0
}

.featured_service_section .section_title {
    padding-bottom: 55px
}

.featured_service_section .section_title h2 {
    margin: 0 auto;
    max-width: 400px
}

.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;
    transition: 0.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;
    transition: 0.3s all ease-in-out;
    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%;
    box-shadow: 0 14px 18px 0 rgba(1, 105, 228, .25);
    background-image: linear-gradient(-38deg, #20fdee 0%, #0478e9 100%)
}

.featured_content .featured_icon_text .featured_icon i {
    color: #fff;
    font-size: 50px
}

.featured_content .featured_icon_text .featured_icon:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 40px;
    top: 25px;
    right: 0;
    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;
    transition: 0.3s all ease-in-out
}

.featured_content .featured_icon_text .featured_text p {
    line-height: 1.625;
    transition: 0.3s all ease-in-out
}

.featured_content .featured_icon_text .feature_btn {
    opacity: 0;
    visibility: hidden;
    margin-right: 25px;
    transition: 0.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: "";
    position: absolute;
    right: -20px;
    font-family: "Font Awesome 5 Free"
}

.featured_content .featured_icon_text:hover {
    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 {
    padding-bottom: 40px
}

#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;
    box-shadow: 0 6px 18px -5px rgba(2, 8, 38, .35);
    background-color: #22b0e7
}

#featured_scroll .mCustomScrollbar,
#featured_scroll .mCustomScrollbar.mCS_touch_action,
#featured_scroll .mCustomScrollbar.mCS_touch_action .mCS-aviva.mCSB_scrollTools {
    touch-action: auto
}

#featured_scroll .mCustomScrollBox {
    touch-action: pan-x pinch-zoom
}

#featured_scroll .mCustomScrollBox.mCSB_vertical_horizontal {
    touch-action: pinch-zoom
}

#featured_scroll .mCustomScrollBox.mCSB_horizontal {
    touch-action: pan-y pinch-zoom
}

.theme_feature_section {
    padding-top: 55px
}

.theme_feature_area {
    padding-bottom: 60px
}

.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 i {
    float: left;
    color: #18ff00;
    font-size: 16px;
    margin-right: 8px
}

.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 i {
    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;
    transition: 0.3s all ease-in-out
}

.theme_feature_area .features_two .read_btn:hover a {
    color: #fff
}

.compare_section {
    padding-bottom: 15px;
    overflow: visible
}

.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 {
    padding-top: 30px
}

.compare_content_item .compare_list {
    padding-left: 30px
}

.compare_content_item .compare_list li {
    margin-bottom: 20px
}

.compare_content_item .compare_list li i {
    float: left;
    color: #27c317;
    margin-right: 12px
}

.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 {
    padding: 80px 0 140px
}

.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;
    transition: 0.3s all ease-in-out;
    box-shadow: 0 4px 15px 0 rgba(23, 23, 23, .13)
}

.trusted_content_img li:nth-child(1) {
    transform: scale(1.1)
}

.trusted_content_img li:nth-child(2) {
    transform: translateY(30px)
}

.trusted_content_img li:nth-child(2):hover {
    transform: translateY(30px) scale(1.1)
}

.trusted_content_img li:nth-child(3) {
    transform: translateY(60px)
}

.trusted_content_img li:nth-child(3):hover {
    transform: translateY(60px) scale(1.1)
}

.trusted_content_img li:nth-child(4) {
    transform: translateY(-35px)
}

.trusted_content_img li:nth-child(4):hover {
    transform: translateY(-35px) scale(1.1)
}

.trusted_content_img li:nth-child(5) {
    transform: translateY(0)
}

.trusted_content_img li:nth-child(5):hover {
    transform: translateY(0) scale(1.1)
}

.trusted_content_img li:nth-child(6) {
    transform: translateY(25px)
}

.trusted_content_img li:nth-child(6):hover {
    transform: translateY(25px) scale(1.1)
}

.trusted_content_img li:nth-child(7) {
    transform: translateY(55px)
}

.trusted_content_img li:nth-child(7):hover {
    transform: translateY(55px) scale(1.1)
}

.trusted_content_img li:nth-child(8) {
    transform: translateY(-35px)
}

.trusted_content_img li:nth-child(8):hover {
    transform: translateY(-35px) scale(1.1)
}

.trusted_content_img li:nth-child(9) {
    transform: translateY(0)
}

.trusted_content_img li:nth-child(9):hover {
    transform: translateY(0) scale(1.1)
}

.trusted_content_img li:nth-child(10) {
    transform: translateY(20px)
}

.trusted_content_img li:nth-child(10):hover {
    transform: translateY(20px) scale(1.1)
}

.trusted_content_img li:nth-child(11) {
    transform: translateY(50px)
}

.trusted_content_img li:nth-child(11):hover {
    transform: translateY(50px) scale(1.1)
}

.trusted_content_img li:nth-child(12) {
    transform: translateY(-35px)
}

.trusted_content_img li:nth-child(12):hover {
    transform: translateY(-35px) scale(1.1)
}

.trusted_content_img li:hover {
    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;
    padding: 105px 0;
    background-color: #edf1f5
}

.partner_member {
    padding-top: 40px
}

.partner_section .section_title {
    margin: 0 auto;
    max-width: 550px;
    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;
    transition: 0.3s all ease-in-out;
    background-image: url(../img/saas-m/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;
    transition: 0.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;
    transform: rotate(50deg);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-in-out;
    box-shadow: 0 14px 18px 0 rgba(1, 105, 228, .25);
    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 {
    padding: 105px 0 70px 0
}

.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;
    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;
    transition: 0.3s all ease-in-out;
    background-image: url(../img/saas-m/testimonial/tshape1.png);
    background-repeat: no-repeat
}

.testimonial_content .testimonial_text:hover:before {
    bottom: -85px;
    opacity: 1;
    visibility: visible
}

.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;
    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;
    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;
    transition: all 300ms ease;
    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: "";
    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: ""
}

.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-m/testimonial/in-bg.png)
}

.testimonial_indicator .carousel-indicators li {
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #202120;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    transition: all 500ms ease;
    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 {
    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;
    box-shadow: inset 0 2px 8px 0 rgba(0, 0, 0, .29);
    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: none;
    padding: 0 25px;
    border-radius: 5px;
    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: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    font-family: "Poppins";
    background-image: linear-gradient(-38deg, #0478e9 0%, #20fdee 100%)
}

.newslatter_content .newslatter-form .nws-button button:hover {
    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: 260px;
    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;
    transition: 0.3s all ease-in-out
}

.footer_widget .footer_social li:hover {
    transform: translateY(-4px)
}

.footer_widget .footer_social li:hover i {
    transition: 0.3s all ease-in-out;
    background-image: linear-gradient(-38deg, #0478e9 0%, #20fdee 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.footer_widget .quick_link {
    max-width: 205px
}

.footer_widget .quick_link li {
    font-size: 14px;
    color: #383838;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative
}

.footer_widget .quick_link li:before {
    height: 1px;
    content: "";
    position: absolute;
    width: 0%;
    right: 0;
    left: auto;
    bottom: 0;
    transition: 0.3s all ease-in-out;
    background-image: linear-gradient(116deg, #20fdee 0%, #0478e9 100%)
}

.footer_widget .quick_link 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: 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
}

.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
}

.insta_feed li:before {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: #000;
    transition: 0.3s all ease-in-out
}

.insta_feed li i {
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    text-align: center;
    color: #fff;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.3s all ease-in-out
}

.insta_feed li: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:1024px) {
    .banner_screen .screen_img .side_screen2 {
        right: -40px
    }
    .trusted_content_img li:nth-child(2),
    .trusted_content_img li:nth-child(2):hover {
        transform: translateY(0)
    }
    .trusted_content_img li:nth-child(3),
    .trusted_content_img li:nth-child(3):hover {
        transform: translateY(0)
    }
    .trusted_content_img li:nth-child(4),
    .trusted_content_img li:nth-child(4):hover {
        transform: translateY(0)
    }
    .trusted_content_img li:nth-child(5),
    .trusted_content_img li:nth-child(5):hover {
        transform: translateY(0)
    }
    .trusted_content_img li:nth-child(6),
    .trusted_content_img li:nth-child(6):hover {
        transform: translateY(0)
    }
    .trusted_content_img li:nth-child(7),
    .trusted_content_img li:nth-child(7):hover {
        transform: translateY(0)
    }
    .trusted_content_img li:nth-child(8),
    .trusted_content_img li:nth-child(8):hover {
        transform: translateY(0)
    }
    .trusted_content_img li:nth-child(9),
    .trusted_content_img li:nth-child(9):hover {
        transform: translateY(0)
    }
    .trusted_content_img li:nth-child(10),
    .trusted_content_img li:nth-child(10):hover {
        transform: translateY(0)
    }
    .trusted_content_img li:nth-child(11),
    .trusted_content_img li:nth-child(11):hover {
        transform: translateY(0)
    }
    .trusted_content_img li:nth-child(12),
    .trusted_content_img li:nth-child(12):hover {
        transform: translateY(0)
    }
    .newslatter_content .img_bg {
        left: -60px
    }
}

@media screen and (max-width:991px) {
    .banner_shape3,
    .banner_shape2 {
        width: 100px
    }
    .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 .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 0
    }
    .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 0
    }
    .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 0
    }
    .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%
    }
    .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 55px;
        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
    }
}

@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
    }
}

.saas-classic {
    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
}

.saas-classic::selection {
    color: #fff;
    background-color: #6e3ebf
}

.saas-classic::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.saas-classic-preloader {
    background-color: #fff;
    background: #fff url(../img/saas-c/pre.svg) no-repeat center center
}

.saas2-headline h1,
.saas2-headline h2,
.saas2-headline h3,
.saas2-headline h4,
.saas2-headline h5,
.saas2-headline h6 {
    margin: 0;
    font-family: "Poppins"
}

.saas-classic-scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-image: linear-gradient(-45deg, #e511e6 32%, #6b2c94 100%)
}

.saas-classic-scrollup i {
    color: #fff;
    font-size: 20px
}

.saas_two_section_title {
    margin: 0 auto;
    max-width: 465px
}

.saas_two_section_title .title_tag {
    padding: 5px 30px
}

.saas_two_section_title h2 {
    font-size: 40px;
    padding-top: 15px
}

.saas_btn a {
    font-size: 15px;
    font-weight: 700;
    border-radius: 30px;
    display: inline-block;
    border: 2px solid #6c2b95
}

.saas_btn:before {
    top: 8px;
    left: 32px;
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    font-family: "Font Awesome 5 Free"
}

@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
}

.saas_two_section_title .title_tag,
.saas_two_banner_section .s2-banner_content .s2-tilte_tag,
.saas_two_feature_section .s2-feature_text .feature_tag,
.integration_section .integration_text .feature_tag {
    color: #951fb3;
    font-size: 18px;
    font-weight: 500;
    padding: 3px 30px;
    border-radius: 8px;
    display: inline-block;
    background-color: #ede0f4
}

.saas_two_section_title h2,
.saas_two_banner_section .s2-banner_content h1,
.saas_two_about_section .s2-about_text_icon .s2-about_text h3,
.saas_two_feature_section .s2-feature_text h2,
.integration_section .integration_text h2,
.saas_two_team_section .s2-team_img_text .s2_name_info h3 {
    font-weight: 700;
    color: #010101
}

.saas_two_section_title h2 span,
.saas_two_banner_section .s2-banner_content h1 span,
.saas_two_about_section .s2-about_text_icon .s2-about_text h3 span,
.saas_two_feature_section .s2-feature_text h2 span,
.integration_section .integration_text h2 span,
.saas_two_team_section .s2-team_img_text .s2_name_info h3 span {
    font-weight: 300
}

.saas_btn:before,
.service_read_more a:after,
.saas_two_about_section .s2-about_text_icon .s2-about_text a:after,
.integration_section .integration_text a:after,
.saas_two_banner_section .s2-banner_content .banner_btn a i,
.saas_two_feature_section .s2-feature_text .saas_btn a i,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a i {
    background: linear-gradient(-45deg, #6b2c94 32%, #fc01fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.saas_two_about_section .s2-about_text_icon .s2-about_text p,
.saas_two_feature_section .s2-feature_text p,
.integration_section .integration_text p {
    color: #353535;
    font-size: 17px;
    line-height: 1.588;
    padding-bottom: 20px
}

.service_read_more a,
.saas_two_about_section .s2-about_text_icon .s2-about_text a,
.integration_section .integration_text a {
    color: #06f;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    font-family: "Poppins"
}

.service_read_more a:after,
.saas_two_about_section .s2-about_text_icon .s2-about_text a:after,
.integration_section .integration_text a:after {
    top: 0;
    right: -35px;
    content: "";
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-in-out;
    font-family: "Font Awesome 5 Free"
}

.service_read_more a:before,
.saas_two_about_section .s2-about_text_icon .s2-about_text a:before,
.integration_section .integration_text a:before {
    height: 2px;
    width: 0%;
    bottom: -3px;
    content: "";
    position: absolute;
    background-color: #06f;
    transition: 0.4s all ease-in-out
}

.service_read_more a:hover:before,
.saas_two_about_section .s2-about_text_icon .s2-about_text a:hover:before,
.integration_section .integration_text a:hover:before {
    width: 100%
}

.service_read_more a:hover:after,
.saas_two_about_section .s2-about_text_icon .s2-about_text a:hover:after,
.integration_section .integration_text a:hover:after {
    opacity: 1;
    right: -25px;
    transition-delay: 0.3s;
    visibility: visible
}

.saas_two_banner_section .s2-banner_content .banner_btn a,
.saas_two_feature_section .s2-feature_text .saas_btn a,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a {
    transition: 0.3s all ease-in-out;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    display: inline-block
}

.saas_two_banner_section .s2-banner_content .banner_btn a:before,
.saas_two_feature_section .s2-feature_text .saas_btn a:before,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 0;
    top: 45px;
    right: 15px;
    box-shadow: 0 0 30px 31px rgba(213, 8, 217, .9);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-in-out
}

.saas_two_banner_section .s2-banner_content .banner_btn a:after,
.saas_two_feature_section .s2-feature_text .saas_btn a:after,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a:after {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: -100%;
    right: 0;
    z-index: -2;
    transition: 0.3s all ease-in-out;
    background-color: #6c2b95
}

.saas_two_banner_section .s2-banner_content .banner_btn a:hover,
.saas_two_feature_section .s2-feature_text .saas_btn a:hover,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a:hover {
    color: #fff
}

.saas_two_banner_section .s2-banner_content .banner_btn a:hover i,
.saas_two_feature_section .s2-feature_text .saas_btn a:hover i,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a:hover i {
    background: none;
    -webkit-text-fill-color: inherit
}

.saas_two_banner_section .s2-banner_content .banner_btn a:hover:before,
.saas_two_feature_section .s2-feature_text .saas_btn a:hover:before,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a:hover:before {
    opacity: 1;
    right: 25px;
    visibility: visible
}

.saas_two_banner_section .s2-banner_content .banner_btn a:hover:after,
.saas_two_feature_section .s2-feature_text .saas_btn a:hover:after,
.s2-pricing_section .s2-pricing_item .s2-pricing_btn a:hover:after {
    top: 0
}

.saas_two_main_header {
    width: 100%;
    z-index: 9;
    padding: 15px 0;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 11px 68px 0 rgba(0, 0, 0, .14)
}

.saas_two_main_header .sign_up_btn {
    display: inline-block
}

.saas_two_main_header .brand_logo {
    padding-top: 10px
}

.saas_two_main_header .s2-main-navigation {
    display: inline-block;
    padding-top: 20px
}

.saas_two_main_header .s2-main-navigation .navbar-nav {
    display: inherit
}

.saas_two_main_header .s2-main-navigation .navbar-nav li {
    font-size: 15px;
    font-weight: 600;
    margin-right: 55px;
    font-family: "Poppins"
}

.saas_two_main_header .s2-main-navigation .navbar-nav li a {
    display: inline;
    position: relative;
    padding-bottom: 30px;
    transition: 0.3s all ease-in-out
}

.saas_two_main_header .s2-main-navigation .navbar-nav li .active,
.saas_two_main_header .s2-main-navigation .navbar-nav li a:hover {
    color: #d10edd
}

.saas_two_main_header .s2-main-navigation .navbar-nav li a:hover:before,
.saas_two_main_header .s2-main-navigation .navbar-nav li a.active:before {
    width: 100%
}

.saas_two_main_header .s2-main-navigation .navbar-nav li a:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    background-color: #d10edd;
    left: 2px;
    transition: 0.3s all ease-in-out;
    bottom: 25px
}

.saas_two_main_header .s2-main-navigation .dropdown {
    position: relative
}

.saas_two_main_header .s2-main-navigation .dropdown:after {
    content: "";
    position: absolute;
    right: -11px;
    top: 2px;
    transition: 0.3s all ease-in-out;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.saas_two_main_header .s2-main-navigation .dropdown:hover:after {
    color: #d10edd
}

.saas_two_main_header .saas_sign_up_btn {
    height: 55px;
    width: 175px;
    float: right;
    line-height: 55px;
    border-radius: 30px;
    background-color: #73299a
}

.saas_two_main_header .saas_sign_up_btn a {
    color: #fff;
    font-weight: 600;
    padding-left: 15px;
    position: relative
}

.saas_two_main_header .saas_sign_up_btn a:before {
    left: -5px;
    top: 4px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    content: "";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Free"
}

.saas_two_main_header .dropdown .dropdown-menu {
    top: 65px;
    left: 0;
    opacity: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    height: auto;
    width: 200px;
    display: block;
    border: none;
    padding: 10px 0 0;
    visibility: hidden;
    position: absolute;
    border-radius: 0;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    border-bottom: 2px solid #73299a;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1)
}

.saas_two_main_header .dropdown .dropdown-menu li {
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5
}

.saas_two_main_header .dropdown .dropdown-menu li a {
    color: #343434;
    font-size: 14px;
    padding: 10px 0;
    position: relative;
    transition: 0.3s all ease-in-out
}

.saas_two_main_header .dropdown .dropdown-menu li a:before {
    display: none
}

.saas_two_main_header .dropdown .dropdown-menu li a:after {
    left: 0;
    top: 15px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    background-color: #73299a;
    transition: 0.3s all ease-in-out
}

.saas_two_main_header .dropdown .dropdown-menu li a:hover {
    padding-left: 15px
}

.saas_two_main_header .dropdown .dropdown-menu li a:hover:after {
    transform: scale(1)
}

.saas_two_main_header .dropdown:hover .dropdown-menu {
    top: 50px;
    opacity: 1;
    visibility: visible
}

.saas_2-menu-bg-overlay {
    background-color: #fff;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    position: fixed;
    top: -90px;
    padding: 10px 0;
    animation-timing-function: ease;
    transition: 0.3s all ease-in-out
}

.saas_two_main_header.saas_2-menu-bg-overlay {
    z-index: 9;
    top: 0;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, .8)
}

.saas_two_main_header.saas_2-menu-bg-overlay .dropdown:hover .dropdown-menu {
    top: 45px
}

@keyframes floatY {
    0% {
        transform: translatey(0)
    }
    50% {
        transform: translatey(-20px)
    }
    100% {
        transform: translatey(0)
    }
}

@keyframes floatX {
    0% {
        transform: translateX(80%)
    }
    50% {
        transform: translateX(100%)
    }
    100% {
        transform: translateX(80%)
    }
}

.saas_two_banner_section {
    margin: 0 auto;
    max-width: 1920px;
    background-color: #fafafa;
    padding: 235px 0 140px 0
}

.saas_two_banner_section:before {
    right: 0;
    width: 80%;
    content: "";
    top: -10px;
    height: 115%;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/saas-c/banner/b-shape1.png)
}

.saas_two_banner_section .s2-banner_content {
    position: relative;
    z-index: 1;
    max-width: 450px
}

.saas_two_banner_section .s2-banner_content .s2-tilte_tag {
    padding: 5px 30px
}

.saas_two_banner_section .s2-banner_content h1 {
    font-size: 55px;
    padding: 18px 0 20px 0
}

.saas_two_banner_section .s2-banner_content p {
    font-size: 18px;
    padding-bottom: 35px
}

.saas_two_banner_section .s2-banner_content .banner_btn a {
    height: 50px;
    width: 175px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    margin-right: 20px;
    font-weight: 700;
    color: #010101;
    font-family: "Poppins";
    display: inline-block;
    z-index: 1;
    border: 2px solid #6c2b95
}

.saas_two_banner_section .s2-banner_content .banner_btn a i {
    font-size: 20px;
    margin-right: 8px
}

.saas_two_banner_section .s2-banner_content .banner_btn span {
    color: #6a6a6a;
    display: block;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 10px
}

.saas_two_banner_section .s2-banner_area .banner_mockup {
    position: absolute;
    top: -40px;
    right: -70px;
    z-index: 1
}

.saas_two_banner_section .s2-banner_shape1 {
    left: 0;
    top: 85px
}

.saas_two_banner_section .s2-banner_shape2 {
    top: 0;
    right: 0;
    animation: floatY 3s ease-in-out infinite
}

.saas_two_banner_section .s2-banner_shape3 {
    top: 0;
    right: 50%;
    transform: translateX(80%);
    animation: floatX 10s ease-in-out infinite
}

.saas_two_service_section {
    padding: 90px 0 110px
}

.saas_two_service_section .service_content {
    padding-top: 70px
}

.saas_two_service_section .service_content_box {
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 25px 30px 30px 35px;
    z-index: 1;
    background-color: #fff;
    transition: 0.5s all ease-in-out;
    box-shadow: 0 20px 81px 0 rgba(8, 0, 20, .14)
}

.saas_two_service_section .service_content_box:before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -3;
    border-radius: 10px;
    position: absolute;
    transition: 0.5s all ease-in-out;
    background-image: linear-gradient(45deg, #fc01fd 32%, #6b2c94 100%)
}

.saas_two_service_section .service_content_box:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    border-radius: 10px;
    background-color: #fff
}

.saas_two_service_section .service_content_box:hover {
    transform: translate(-7px, -7px);
    box-shadow: 0 20px 81px 0 rgba(8, 0, 20, .3)
}

.saas_two_service_section .service_content_box:hover:before {
    transform: translate(7px, 7px)
}

.saas_two_service_section .service_content_box .service_icon_box {
    width: 60px;
    margin-bottom: 18px
}

.saas_two_service_section .service_content_box .service_icon_box .upper_icon svg {
    height: 48px;
    width: 48px;
    fill: #30347b
}

.saas_two_service_section .service_content_box .service_icon_box .lower_icon {
    position: absolute;
    top: 10px;
    z-index: -1;
    right: 0
}

.saas_two_service_section .service_content_box .service_icon_box .lower_icon svg {
    width: 45px;
    height: 45px;
    fill: #c4a2fc
}

.saas_two_service_section .service_content_box .service_text_box h3 {
    color: #010101;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px
}

.saas_two_service_section .service_content_box .service_text_box p {
    line-height: 1.5;
    color: #666
}

.saas_two_about_section {
    padding: 70px 0;
    background-color: #ebedf2
}

.saas_two_about_section:before {
    content: "";
    position: absolute;
    top: 0;
    right: -400px;
    height: 100%;
    width: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/saas-c/banner/abshape.png)
}

.saas_two_about_section:after {
    content: "";
    height: 600px;
    width: 600px;
    right: -380px;
    top: 285px;
    border-radius: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/saas-c/banner/abshape2.png)
}

.saas_two_about_section .about_content_s2 {
    padding: 50px 70px 50px 110px
}

.saas_two_about_section .s2-about_text_icon {
    padding-top: 35px
}

.saas_two_about_section .s2-about_text_icon .s2-about_icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    padding-top: 15px;
    border-radius: 100%;
    margin-bottom: 16px;
    background-color: #6c2b95
}

.saas_two_about_section .s2-about_text_icon .s2-about_icon svg {
    fill: #fff;
    width: 40px;
    height: 40px
}

.saas_two_about_section .s2-about_text_icon .s2-about_text h3 {
    font-size: 36px;
    line-height: 1.278;
    padding-bottom: 15px
}

.saas_two_feature_section {
    padding: 105px 0 85px
}

.saas_two_feature_section .s2-feature_text {
    padding: 40px 0 0 50px
}

.saas_two_feature_section .s2-feature_text h2 {
    font-size: 40px;
    line-height: 1.25;
    padding: 15px 0 15px
}

.saas_two_feature_section .s2-feature_text p {
    padding-bottom: 43px
}

.saas_two_feature_section .s2-feature_text .saas_btn a {
    padding: 10px 25px 10px 25px
}

.saas_two_feature_section .s2-feature_text .saas_btn a i {
    font-size: 20px;
    margin-right: 5px
}

.saas_two_feature_section .s2-feature_right {
    padding-left: 35px
}

.saas_two_feature_section .s2-feature_right .s2-feature_list {
    margin-bottom: 10px;
    padding: 22px 32px 20px;
    border-radius: 10px;
    display: inline-block;
    transition: 0.4s all ease-in-out;
    position: relative
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:before {
    position: absolute;
    content: "";
    height: 0;
    width: 5px;
    left: 0;
    top: 50%;
    border-radius: 50px;
    transform: translateY(-50%);
    transition: 0.3s all ease-in-out
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:hover:before {
    height: 60px
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon {
    width: 95px;
    float: left;
    height: 95px;
    border-radius: 100%;
    line-height: 105px;
    margin-right: 30px
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon:after {
    left: 0;
    right: 0;
    top: 5px;
    width: 90%;
    height: 90%;
    content: "";
    margin: 0 auto;
    position: absolute;
    border: 5px solid #fff;
    border-radius: 100%
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon i {
    font-size: 30px
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box {
    max-width: 310px;
    display: inline-block
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box h3 {
    color: #010101;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:hover {
    margin-left: 30px;
    box-shadow: 0 3px 43px 0 rgba(0, 0, 0, .13)
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(1) .s2-feature_icon {
    background-color: #d9f3de
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(1) .s2-feature_icon i {
    color: #049507
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(1):before {
    background-color: #049507
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(2) .s2-feature_icon {
    background-color: #e1e1f5
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(2) .s2-feature_icon i {
    color: #6c2b95
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(2):before {
    background-color: #6c2b95
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(3) .s2-feature_icon {
    background-color: #ebdcf4
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(3) .s2-feature_icon i {
    color: #d912dc
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(3):before {
    background-color: #d912dc
}

.integration_section {
    background-color: #f0f2f7;
    padding: 120px 0 55px
}

.integration_section .integration_img {
    padding-top: 10px
}

.integration_section .integration_text {
    padding-right: 50px
}

.integration_section .integration_text h2 {
    font-size: 40px;
    line-height: 1.25;
    padding: 15px 0 20px
}

.integration_section .integration_text p {
    color: #666;
    padding-bottom: 18px
}

.saas_two_team_section {
    padding: 118px 0
}

.saas_two_team_section .s2-team_membar {
    padding-top: 130px
}

.saas_two_team_section .s2-team_img_text {
    width: 100%;
    border-radius: 10px;
    display: inline-block;
    padding: 70px 15px 20px;
    transition: 0.4s all ease-in-out;
    box-shadow: 0 12px 43px 0 rgba(0, 0, 0, .13)
}

.saas_two_team_section .s2-team_img_text:hover {
    box-shadow: 0 23px 43px 0 rgba(0, 0, 0, .26)
}

.saas_two_team_section .s2-team_img_text:hover .s2_tean_img:before,
.saas_two_team_section .s2-team_img_text:hover .s2_tean_img:after {
    opacity: 1;
    visibility: visible
}

.saas_two_team_section .s2-team_img_text .s2_tean_img {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 100%;
    position: absolute;
    top: -75px;
    left: 15px
}

.saas_two_team_section .s2-team_img_text .s2_tean_img:before,
.saas_two_team_section .s2-team_img_text .s2_tean_img:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 100%;
    border: 3px solid #cc0fda;
    z-index: 1;
    transition: 0.3s all ease-in-out
}

.saas_two_team_section .s2-team_img_text .s2_tean_img:after {
    height: 95%;
    width: 95%;
    top: 50%;
    right: 0;
    margin: 0 auto;
    border: 3px solid #fff;
    transform: translateY(-50%)
}

.saas_two_team_section .s2-team_img_text .s2_name_info {
    float: left
}

.saas_two_team_section .s2-team_img_text .s2_name_info h3 {
    font-size: 22px;
    padding-bottom: 5px
}

.saas_two_team_section .s2-team_img_text .s2_name_info .s2-designation {
    font-size: 15px;
    font-weight: 500;
    color: #53117f
}

.saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact {
    padding-top: 25px
}

.saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact span {
    font-size: 15px;
    color: #737272;
    display: block;
    margin-bottom: 5px
}

.saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact span i {
    color: #cc0fda;
    margin-right: 8px
}

.saas_two_team_section .s2-team_img_text .s2-mem_social {
    bottom: 30px;
    right: 15px;
    position: absolute
}

.saas_two_team_section .s2-team_img_text .s2-mem_social ul {
    opacity: 0;
    margin-bottom: 15px;
    font-size: 14px;
    padding-top: 10px;
    visibility: hidden;
    position: relative;
    top: -50px;
    transition: 0.3s all ease-in-out
}

.saas_two_team_section .s2-team_img_text .s2-mem_social li {
    color: #fff;
    text-align: center;
    margin-top: 15px;
    transition: 0.3s all ease-in-out
}

.saas_two_team_section .s2-team_img_text .s2-mem_social li:hover {
    transform: translateX(5px)
}

.saas_two_team_section .s2-team_img_text .s2-mem_social .s2-share_btn {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
    transition: 0.3s all ease-in-out;
    background-color: #53117f
}

.saas_two_team_section .s2-team_img_text .s2-mem_social .s2-share_btn i {
    color: #fff
}

.saas_two_team_section .s2-team_img_text .s2-mem_social:after {
    bottom: 20px;
    z-index: -1;
    content: "";
    width: 50px;
    height: 0%;
    opacity: 0;
    border-radius: 35px;
    position: absolute;
    visibility: hidden;
    background-color: #53117f;
    transition: 0.5s all ease-in-out
}

.saas_two_team_section .s2-team_img_text:hover .s2-mem_social:after {
    height: 100%;
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.saas_two_team_section .s2-team_img_text:hover .s2-share_btn {
    background-color: #cc0fda
}

.saas_two_team_section .s2-team_img_text:hover ul {
    top: 0;
    transition-delay: 0.5s;
    opacity: 1;
    visibility: visible
}

#s2_team_slide .owl-stage-outer {
    overflow: visible
}

#s2_team_slide .owl-item {
    opacity: 0;
    transition: opacity 500ms
}

#s2_team_slide .owl-item.active {
    opacity: 1
}

#s2_team_slide .owl-nav {
    text-align: center;
    display: table;
    margin: 35px auto 0;
    padding-top: 3px;
    border-radius: 20px;
    background-color: #beaacb
}

#s2_team_slide .owl-nav .owl-next,
#s2_team_slide .owl-nav .owl-prev {
    margin: 0 10px;
    font-size: 22px;
    line-height: 10px;
    display: inline-block
}

#s2_team_slide .owl-nav .owl-next i,
#s2_team_slide .owl-nav .owl-prev i {
    color: #fff;
    transition: 0.3s all ease-in-out
}

#s2_team_slide .owl-nav .owl-next i:hover,
#s2_team_slide .owl-nav .owl-prev i:hover {
    color: #53117f
}

.s2-faq_section {
    z-index: 1;
    padding: 115px 0 85px
}

.s2-faq_section:after {
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: -1;
    position: absolute
}

.s2-faq_section .s2_faq_content {
    padding-top: 80px
}

.s2-faq_section .s2_faq_content button {
    border: none;
    color: #010101;
    font-size: 19px;
    font-weight: 700;
    font-family: "Poppins";
    padding: 0 0 20px;
    position: relative;
    width: 100%;
    text-align: left;
    background-color: transparent
}

.s2-faq_section .s2_faq_content button:after {
    top: 5px;
    right: 0;
    color: #951fb3;
    font-size: 14px;
    content: "";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Free"
}

.s2-faq_section .s2_faq_content .collapsed:after {
    content: ""
}

.s2-faq_section .s2_faq_content .s2_faq {
    padding-bottom: 10px
}

.s2-faq_section .s2_faq_content .s2_faq .s2_faq-body {
    padding-bottom: 30px;
    text-align: justify;
    max-width: 530px;
    color: #383838;
    line-height: 1.625
}

@keyframes flying {
    0% {
        transform: translate(2px, 2px)
    }
    50% {
        transform: translate(-2px, -2px)
    }
    100% {
        transform: translate(2px, 2px)
    }
}

.s2-pricing_section {
    padding: 120px 0 100px
}

.s2-pricing_section .s2-pricing_content {
    padding-top: 80px
}

.s2-pricing_section .s2-pricing_item {
    margin: 0 auto;
    overflow: hidden;
    max-width: 330px;
    border-radius: 15px;
    transition: 0.4s all ease-in-out;
    box-shadow: 0 23px 43px 0 rgba(0, 0, 0, .13)
}

.s2-pricing_section .s2-pricing_item .s2-pricing_price {
    background-color: #818181;
    padding: 40px 50px 25px;
    margin-bottom: 25px;
    z-index: 1
}

.s2-pricing_section .s2-pricing_item .s2-pricing_price .pricing_icon {
    height: 65px;
    width: 60px;
    margin-right: 25px;
    border-radius: 8px;
    background-color: #fff;
    padding-top: 12px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.s2-pricing_section .s2-pricing_item .s2-pricing_price .pricing_icon svg {
    height: 40px;
    width: 40px;
    fill: #000
}

.s2-pricing_section .s2-pricing_item .s2-pricing_price .pricing_icon:after {
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: visible;
    position: absolute;
    border-radius: 8px;
    transform: scale(.5);
    transition: 0.4s all ease-in-out;
    background-image: linear-gradient(-45deg, #e511e6 32%, #6b2c94 100%)
}

.s2-pricing_section .s2-pricing_item .s2-pricing_price .s2-pricing_text {
    font-family: "Poppins";
    color: #fff
}

.s2-pricing_section .s2-pricing_item .s2-pricing_price .s2-pricing_text span {
    font-size: 20px;
    font-weight: 600;
    display: block
}

.s2-pricing_section .s2-pricing_item .s2-pricing_price .s2-pricing_text strong {
    font-size: 50px;
    line-height: 1;
    font-weight: 700
}

.s2-pricing_section .s2-pricing_item .s2-pricing_price .s2-icon_bg {
    position: absolute;
    right: 20px;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: 0.5s all ease-in-out;
    animation: flying 1.5s linear infinite
}

.s2-pricing_section .s2-pricing_item .s2-pricing_price .s2-icon_bg svg {
    height: 80px;
    width: 80px;
    fill: #aaa
}

.s2-pricing_section .s2-pricing_item .s2-pricing_list li {
    border-bottom: 1px solid #e6e8e9;
    padding: 18px 25px 16px 45px;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px
}

.s2-pricing_section .s2-pricing_item .s2-pricing_list li:last-child {
    border: none;
    padding-bottom: 0
}

.s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-checked,
.s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-unchecked {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    border-radius: 100%;
    line-height: 22px;
    position: relative;
    box-shadow: 0 6px 18px 0 rgba(0, 197, 0, .5);
    background-image: linear-gradient(0deg, #00f500 1%, #00db00 53%, #00c000 100%)
}

.s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-checked:before,
.s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-unchecked:before {
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    content: "";
    font-weight: 900;
    text-align: center;
    position: absolute;
    font-family: "Font Awesome 5 Free"
}

.s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-checked i,
.s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-unchecked i {
    color: #fff;
    font-size: 12px
}

.s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-unchecked {
    background-color: red;
    background-image: none;
    box-shadow: none
}

.s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-unchecked:before {
    content: ""
}

.s2-pricing_section .s2-pricing_item .s2-pricing_btn {
    padding: 25px 0;
    text-align: center;
    margin-top: 8px
}

.s2-pricing_section .s2-pricing_item .s2-pricing_btn a {
    height: 45px;
    width: 160px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    margin-right: 20px;
    font-weight: 700;
    color: #010101;
    font-family: "Poppins";
    display: inline-block;
    border: 2px solid #6c2b95
}

.s2-pricing_section .s2-pricing_item .s2-pricing_btn a i {
    font-size: 20px;
    margin-right: 8px
}

.s2-pricing_section .s2-pricing_item:hover {
    box-shadow: 0 23px 43px 0 rgba(0, 0, 0, .26)
}

.s2-pricing_section .s2-pricing_item:hover .s2-icon_bg {
    opacity: 1;
    top: 30px;
    right: 15px;
    visibility: visible;
    transition-delay: 0.2s
}

.s2-pricing_section .s2-pricing_item:hover .pricing_icon:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.s2-pricing_section .s2-pricing_item:hover .pricing_icon svg {
    fill: #fff
}

.saas_two_footer_section {
    z-index: 1;
    margin-top: 140px;
    padding: 0 0 65px
}

.saas_two_footer_section:before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/saas-c/banner/fobg.png)
}

.saas_two_footer_section .s2-newslatter_section {
    top: -90px;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    border-radius: 20px;
    padding: 45px 0 60px;
    background-color: #6c2b95;
    box-shadow: 0 0 16px 0 rgba(27, 2, 52, .34)
}

.saas_two_footer_section .s2-newslatter_section .s2-newslatter_title h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 10px
}

.saas_two_footer_section .s2-newslatter_section .s2-newslatter_title p {
    font-family: "Poppins";
    color: #fff
}

.saas_two_footer_section .s2-newslatter_section .s2-newslatter-form {
    max-width: 660px;
    margin: 30px auto 0
}

.saas_two_footer_section .s2-newslatter_section .s2-newslatter-form .nws-button {
    top: 0;
    right: 0
}

.saas_two_footer_section .s2-newslatter_section .s2-newslatter-form input {
    height: 62px;
    width: 100%;
    border: none;
    max-width: 490px;
    padding-left: 30px;
    border-radius: 5px
}

.saas_two_footer_section .s2-newslatter_section .s2-newslatter-form button {
    border: none;
    height: 62px;
    width: 155px;
    color: #fff;
    border-radius: 5px;
    background-color: #f104f5;
    position: absolute;
    top: 0;
    right: 0
}

.saas_two_footer_section .s2-newslatter_section .newsletter_pattern_1 {
    top: -25px;
    left: 80px;
    z-index: 1;
    position: absolute
}

.saas_two_footer_section .s2_footer_widget {
    font-family: "Poppins";
    font-size: 14px
}

.saas_two_footer_section .s2_footer_widget .s2-footer_logo {
    margin-bottom: 25px
}

.saas_two_footer_section .s2_footer_widget .footer_about {
    color: #fff;
    max-width: 235px;
    margin-bottom: 20px;
    line-height: 1.714
}

.saas_two_footer_section .s2_footer_widget p {
    color: #fff
}

.saas_two_footer_section .s2_footer_widget .s2_footer_about p {
    width: 165px;
    margin-top: 8px;
    line-height: 1.714
}

.saas_two_footer_section .s2_footer_widget .s2_footer_about span {
    color: #f104f5;
    font-weight: 700;
    margin-bottom: 8px
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu {
    max-width: 340px
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu li {
    width: 50%;
    float: left;
    max-width: 320px;
    margin-bottom: 18px
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu li a {
    color: #fff;
    margin-left: 15px;
    position: relative;
    transition: 0.3s all ease-in-out
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu li a:before {
    top: 0;
    top: 0;
    left: -15px;
    color: #fff;
    font-size: 12px;
    content: "";
    font-weight: 900;
    position: absolute;
    transition: 0.3s all ease-in-out;
    font-family: "Font Awesome 5 Free"
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu li a:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0%;
    left: 0;
    bottom: 0;
    transition: 0.3s all ease-in-out;
    background-color: #f104f5
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu li a:hover {
    margin-left: 25px;
    color: #f104f5
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu li a:hover:before {
    color: #f104f5
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu li a:hover:after {
    width: 100%
}

.saas_two_footer_section .s2_footer_widget .s2_widget_title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 35px
}

.saas_two_footer_section .s2_footer_widget .s2_widget_title span {
    display: inline-block;
    margin-right: 20px
}

.saas_two_footer_section .s2_footer_widget .s2_widget_title i {
    width: 100%;
    height: 1.1px;
    position: relative;
    display: inline-block;
    background-color: rgba(255, 255, 255, .2)
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social a {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #fff;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    transition: 0.3s all ease-in-out
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social a:hover {
    transform: scale(1.1)
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social form {
    margin: 18px 0 30px;
    position: relative
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social form input {
    height: 45px;
    background-color: #503d63;
    border: none;
    width: 100%;
    padding-left: 30px
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social form button {
    color: #fff;
    width: 62px;
    border: none;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #6c2b95
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social .fb-bg {
    color: #16599b
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social .tw-bg {
    color: #03a9f4
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social .dr-bg {
    color: #ea4c89
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social .bh-bg {
    color: #0067ff
}

.s2-copyright {
    color: #fff;
    padding: 18px 0;
    font-size: 14px;
    font-family: "Poppins";
    background-color: #000
}

.s2-copyright a {
    color: #d772fe
}

@keyframes slide {
    from {
        background-position: 0 0
    }
    to {
        background-position: 1920px 0
    }
}

.cloud_anim {
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    max-width: 1170px;
    width: 100%;
    height: 100%;
    z-index: 0;
    margin: 0 auto
}

.newsletter_pattern_2 {
    width: 100%;
    height: 46px;
    background-repeat: no-repeat;
    left: 0;
    top: 50px;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite
}

.newsletter_pattern_3 {
    width: 100%;
    height: 46px;
    background-repeat: no-repeat;
    left: 100px;
    top: 70px;
    animation: slide 50s linear infinite;
    -webkit-animation: slide 50s linear infinite
}

.newsletter_pattern_4 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 150px;
    width: 150px;
    background-size: cover;
    transform: rotate(90deg);
    background-repeat: no-repeat
}

.newsletter_pattern_5 {
    position: absolute;
    right: 0;
    height: 90%;
    width: 200px;
    top: 28px
}

.s2-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 0.5s ease-in
}

.s2-mobile_menu_content .s2-mobile-main-navigation {
    width: 100%
}

.s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav {
    width: 100%
}

.s2-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static!important;
    transform: none!important
}

.s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    transition: 0.3s all ease-in-out;
    border-bottom: 1px solid #dcdcdc
}

.s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav li:first-child {
    border-top: 1px solid #dcdcdc
}

.s2-mobile_menu_content .s2-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
}

.s2-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px
}

.s2-mobile_menu_wrap.mobile_menu_on .s2-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
}

.s2-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible
}

.s2-mobile_menu_button {
    position: absolute;
    display: none;
    right: 0;
    cursor: pointer;
    line-height: 40px;
    color: #73299a;
    text-align: center;
    font-size: 30px;
    top: -40px;
    z-index: 5
}

.s2-mobile_menu .s2-mobile-main-navigation .navbar-nav li a:after {
    display: none
}

.s2-mobile_menu .s2-mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.s2-mobile_menu .s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 5px 0;
    width: 100%;
    border-top: 1px solid #dcdcdc
}

.s2-mobile_menu .s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 20px;
    line-height: 1
}

.s2-mobile_menu .dropdown {
    position: relative
}

.s2-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    padding: 5px 10px
}

.s2-mobile_menu .dropdown .dropdown-btn:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 0;
    background-color: #dcdcdc
}

.s2-mobile_menu .s2-mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute
}

@media screen and (max-width:1140px) {
    .saas_two_footer_section .s2-newslatter_section {
        top: 0;
        max-width: inherit;
        margin-bottom: 50px
    }
    .saas_two_footer_section {
        overflow: hidden;
        margin-top: 0;
        padding: 25px 0 65px
    }
    .saas_two_footer_section:before {
        height: 75%;
        top: auto;
        bottom: 0
    }
}

@media screen and (max-width:1120px) {
    .saas_two_feature_section .s2-feature_right {
        padding-left: 0
    }
    .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon {
        margin-right: 10px
    }
}

@media screen and (max-width:1110px) {
    .saas_two_main_header .s2-main-navigation .navbar-nav li {
        margin-right: 25px
    }
    .saas_two_banner_section .s2-banner_area .banner_mockup {
        max-width: 630px;
        top: 30px
    }
}

@media screen and (max-width:1015px) {
    .saas_two_main_header .s2-main-navigation .navbar-nav li {
        margin-right: 25px
    }
    .saas_two_banner_section .s2-banner_area .banner_mockup {
        max-width: 630px;
        top: 30px
    }
    .saas_two_feature_section .s2-feature_right .s2-feature_list {
        padding: 22px 20px 20px
    }
}

@media screen and (max-width:991px) {
    .saas_two_banner_section:before {
        width: 100%;
        top: 0;
        height: 100%
    }
    .saas_two_banner_section {
        padding-bottom: 0;
        z-index: 1
    }
    .saas_two_banner_section .s2-banner_shape1 {
        z-index: -1
    }
    .saas_two_banner_section .s2-banner_area .banner_mockup {
        position: static;
        margin: 0 auto
    }
    .saas_two_banner_section .s2-banner_content {
        max-width: 750px;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 50px
    }
    .about_content_s2 {
        max-width: 750px;
        margin: 0 auto
    }
    .saas_two_main_header .s2-main-navigation {
        display: none
    }
    .saas_two_banner_section .s2-banner_shape3 {
        top: 60px
    }
    .saas_two_footer_section .s2-newslatter_section .newsletter_pattern_1 {
        display: none
    }
    .saas_two_footer_section:before {
        background-size: cover;
        background-repeat: no-repeat
    }
    .newsletter_pattern_4 {
        display: none
    }
    .newsletter_pattern_5 {
        display: none
    }
    .saas_two_footer_section {
        background-color: #1b0234
    }
    .saas_two_footer_section .s2_footer_widget {
        margin-bottom: 30px
    }
    .saas_two_footer_section .s2_footer_widget .s2_widget_title {
        padding-bottom: 20px
    }
    .s2-mobile_menu_button {
        display: block
    }
    .saas_two_main_header .saas_sign_up_btn {
        position: absolute;
        top: 3px;
        right: 70px;
        height: 40px;
        width: 120px;
        line-height: 40px
    }
    .saas_two_main_header .saas_sign_up_btn a {
        padding-left: 0
    }
    .saas_two_main_header .saas_sign_up_btn a:before {
        display: none
    }
    .saas_two_about_section .about_content_s2 {
        padding: 30px 50px 30px 50px
    }
    .saas_two_feature_section .s2-feature_right {
        padding-left: 0;
        margin-top: 40px
    }
    .s2-pricing_section .s2-pricing_item {
        margin-bottom: 40px
    }
    .saas_two_footer_section {
        padding-top: 0
    }
}

@media screen and (max-width:767px) {
    .saas_two_main_header .saas_sign_up_btn {
        top: -40px
    }
    .saas_two_main_header.saas_2-menu-bg-overlay .saas_sign_up_btn {
        top: -42px
    }
    .saas_two_service_section .service_content_box {
        max-width: 370px;
        margin: 0 auto;
        margin-bottom: 50px
    }
}

@media screen and (max-width:480px) {
    .saas_two_banner_section {
        padding-top: 180px
    }
    .saas_two_banner_section .s2-banner_content h1 {
        font-size: 45px
    }
    .saas_two_banner_section .s2-banner_content .banner_btn a {
        height: 40px;
        width: 140px;
        margin-right: 10px;
        line-height: 36px
    }
    .saas_two_banner_section .s2-banner_content .banner_btn a i {
        font-size: 16px;
        margin-right: 5px
    }
    .saas_two_banner_section .s2-banner_content {
        padding-bottom: 30px
    }
    .saas_two_service_section {
        padding: 60px 0
    }
    .saas_two_about_section {
        padding: 60px 0 30px
    }
    .saas_two_about_section .about_content_s2 {
        padding: 20px 25px 20px 25px
    }
    .saas_two_about_section:before {
        display: none
    }
    .saas_two_about_section .s2-about_text_icon {
        padding-top: 0;
        margin-bottom: 30px
    }
    .s2-about_img {
        margin-bottom: 30px
    }
    .saas_two_feature_section {
        padding: 60px 0 25px
    }
    .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon {
        margin: 0 auto;
        float: none;
        margin-bottom: 20px
    }
    .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box {
        text-align: center;
        max-width: 100%
    }
    .saas_two_team_section {
        padding: 60px 0
    }
    .s2-faq_section .s2_faq_content button {
        padding-right: 20px
    }
    .s2-faq_section {
        padding: 60px 0 25px
    }
    .s2-pricing_section {
        padding: 60px 0 40px
    }
    .saas_two_section_title h2 {
        font-size: 30px
    }
}

@media screen and (max-width:420px) {
    .saas_two_section_title h2 {
        font-size: 30px
    }
    .saas_two_service_section .service_content {
        padding-top: 40px
    }
    .saas_two_about_section .s2-about_text_icon .s2-about_text h3 {
        font-size: 30px
    }
    .saas_two_about_section .s2-about_text_icon {
        margin-bottom: 15px
    }
    .saas_two_feature_section .s2-feature_text h2 {
        font-size: 30px
    }
    .saas_two_feature_section .s2-feature_text {
        padding: 20px 0 0 0
    }
    .saas_two_feature_section .s2-feature_text p {
        padding-bottom: 25px
    }
    .integration_section .integration_text {
        padding-right: 0
    }
    .integration_section .integration_text h2 {
        font-size: 30px
    }
    .s2-faq_section .s2_faq_content {
        padding-top: 40px
    }
    .s2-pricing_section .s2-pricing_content {
        padding-top: 40px
    }
    .saas_two_footer_section {
        padding-bottom: 30px
    }
    .saas_two_footer_section .s2-newslatter_section .s2-newslatter-form button {
        width: 100px
    }
    .s2-pricing_section .s2-pricing_item .s2-pricing_list li {
        padding: 18px 20px 16px 20px
    }
    .s2-pricing_section .s2-pricing_item .s2-pricing_price .s2-pricing_text strong {
        font-size: 40px
    }
    .scrollup {
        width: 40px;
        height: 40px;
        right: 10px;
        line-height: 40px
    }
    .saas_two_feature_section .s2-feature_right .s2-feature_list:hover {
        margin-left: 0
    }
    .saas_two_main_header .saas_sign_up_btn {
        right: 55px
    }
}

@media screen and (max-width:380px) {
    .saas_two_banner_section .s2-banner_content h1 {
        font-size: 36px
    }
    .saas_two_about_section .s2-about_text_icon .s2-about_text h3 {
        font-size: 26px
    }
}

@media screen and (max-width:320px) {
    .saas_two_banner_section .s2-banner_content h1 {
        font-size: 34px
    }
    .saas_two_section_title h2 {
        font-size: 26px
    }
    .saas_two_about_section .s2-about_text_icon .s2-about_text h3 {
        font-size: 24px
    }
}

.str-team-section .str-team-member-item {
    padding-top: 30px
}

.str-team-section .str-team-member-item .owl-nav .owl-prev,
.str-portfolio-section .str-portfolio-area .owl-nav .owl-prev,
.str-team-section .str-team-member-item .owl-nav .owl-next,
.str-portfolio-section .str-portfolio-area .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;
    transform: translateY(-50%);
    transition: 0.3s all ease-in-out
}

.str-team-section .str-team-member-item .owl-nav .owl-prev:hover,
.str-portfolio-section .str-portfolio-area .owl-nav .owl-prev:hover,
.str-team-section .str-team-member-item .owl-nav .owl-next:hover,
.str-portfolio-section .str-portfolio-area .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #4de3ef
}

.str-team-section .str-team-member-item .owl-nav .owl-next,
.str-portfolio-section .str-portfolio-area .owl-nav .owl-next {
    right: -20px
}

.str-team-section .str-team-member-item .owl-nav .owl-prev,
.str-portfolio-section .str-portfolio-area .owl-nav .owl-prev {
    left: -20px
}

@keyframes borderpls {
    0% {
        box-shadow: 0 0 0 0 #082680
    }
    70% {
        box-shadow: 0 0 0 30px #082680;
        opacity: 0
    }
    to {
        box-shadow: 0 0 0 0 #082680;
        opacity: 0
    }
}

@keyframes borderpls2 {
    0% {
        box-shadow: 0 0 0 0 #082680
    }
    70% {
        box-shadow: 0 0 0 10px #082680;
        opacity: 0
    }
    to {
        box-shadow: 0 0 0 0 #082680;
        opacity: 0
    }
}

@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
}

.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-preloader {
    background-color: #fff;
    background: #fff url(../img/startup/pre.svg) no-repeat center center
}

.decoration-wrapper {
    overflow: hidden;
    position: relative
}

@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
}

.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: 25px 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: 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
}

.str-main-header .str-header-top .str-social a {
    color: #fff;
    margin-left: 10px;
    transition: 0.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: "";
    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;
    transition: 0.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: none
}

.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;
    transition: 0.5s all ease-in-out;
    background-image: linear-gradient(125deg, #6407c1 0%, #324add 49%, #008df9 100%)
}

.str-main-header .str-main-menu-item .str-main-navigation li a.active:after,
.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: "";
    font-weight: 900;
    position: absolute;
    transition: 0.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: none;
    display: block;
    overflow: hidden;
    border-radius: 0;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    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;
    transition: 0.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%;
    transform: scale(0);
    background-image: none;
    background-color: #4de3ef;
    transition: 0.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 {
    transform: scale(1)
}

.str-main-header .str-main-menu-item .str-main-navigation .dropdown .dropdown-menu li:last-child {
    border-bottom: none
}

.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;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
    transition: 0.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%;
    transform: translateY(-50%);
    background-color: #d5dbe6;
    transition: 0.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: 60px;
    font-weight: 700;
    position: relative;
    padding-bottom: 70px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 1000ms ease
}

.str-banner-slide-area .str-banner-content h1:after {
    left: 0;
    bottom: 35px;
    height: 5px;
    width: 92px;
    content: "";
    position: absolute;
    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;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 1000ms ease
}

.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;
    transform: scaleY(0);
    transform-origin: top;
    overflow: hidden;
    z-index: 1;
    background-color: #028bf8;
    transition: all 1000ms ease
}

.str-banner-slide-area .str-banner-content a i {
    width: 38px;
    color: #fff;
    height: 38px;
    margin-right: 5px;
    line-height: 38px;
    border-radius: 100%;
    display: inline-block;
    background-color: #6e24c8;
    transition: 0.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;
    transition: 0.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;
    transform: scaleY(1);
    transition-delay: 300ms
}

.str-banner-slide-area .owl-item.active .str-banner-content p {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 600ms
}

.str-banner-slide-area .owl-item.active .str-banner-content a {
    opacity: 1;
    transform: scaleY(1);
    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;
    transition: 0.3s all ease-in-out;
    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;
    margin: 0 auto;
    line-height: 125px;
    margin-bottom: 18px;
    border-radius: 100%;
    transition: 0.3s all ease-in-out;
    background-image: linear-gradient(125deg, #efe7f9 0%, #eaedfc 49%, #e5f3fe 100%)
}

.str-feature-section .str-feature-icon-text .str-feature-icon img {
    width: initial;
    margin: 0 auto;
    display: initial;
    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;
    transition: 0.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;
    transition: 0.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: "";
    font-weight: 900;
    position: absolute;
    transition: 0.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;
    transition: 0.5s all ease-in-out
}

.str-feature-section .str-feature-icon-text:after {
    bottom: 0;
    left: -130px;
    z-index: -1;
    background-image: url(../img/startup/shape/fs1.png);
    transition-delay: 0.3s
}

.str-feature-section .str-feature-icon-text:before {
    z-index: -2;
    bottom: -70px;
    left: -120px;
    background-image: url(../img/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;
    transform: translateY(-50%);
    transition: 0.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;
    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;
    transform: scale(0);
    transition: 0.3s all ease-in-out;
    background-image: linear-gradient(-30deg, #008df9 0%, #6006b3 100%)
}

.str-feature-box:hover .str-hover-icon {
    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: "";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Free"
}

.str-about-section .str-about-content .str-about-img {
    display: flex;
    margin-left: 50px
}

.str-about-section .str-about-content .str-about-img .str-about-shape {
    right: 0;
    top: 40%;
    position: absolute;
    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;
    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: 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 6px;
    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: 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: 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: 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;
    transition: 0.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
}

@keyframes rotate-anim {
    0% {
        transform: rotate(0deg)
    }
    100% {
        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;
    animation-duration: 1500ms;
    animation: rotate-anim 3s infinite linear;
    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: linear-gradient(-30deg, #54e8ec 0%, #33cefa 100%);
    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%;
    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 {
    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 {
    transition: 0.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/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 {
    box-shadow: -1.045px 9.945px 16px 0 rgba(0, 122, 255, .4);
    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/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 {
    box-shadow: none;
    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;
    transition: 0.3s all ease-in-out;
    background: gradient(linear, left top, left bottom, from(#a0843b), color-stop(75%, #a0843b));
    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;
    transition: 0.3s all ease-in-out;
    transition-delay: 0.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: 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 0
}

.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;
    transition: all 300ms ease;
    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: "";
    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: ""
}

.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/startup/testimonial/in-bg.png)
}

.str-testimonial_indicator .carousel-indicators li {
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #202120;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    transition: all 500ms ease;
    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 {
    transform: scale(1.5)
}

.str-testimonial_indicator-dot .carousel-indicators2 {
    right: 45px;
    bottom: 25px;
    position: absolute;
    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;
    transition: 0.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;
    filter: grayscale(1);
    transition: 0.3s all ease-in-out
}

.str-partner-area .str-partner-img img:hover {
    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;
    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: none;
    max-width: 495px;
    padding-left: 30px;
    border-radius: 5px;
    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: none;
    font-weight: 700;
    border-radius: 5px;
    font-family: "Poppins";
    background-color: transparent;
    background-image: linear-gradient(125deg, #6407c1 0%, #324add 49%, #008df9 100%)!important;
    background-size: 200% auto;
    transition: 0.3s all ease-in-out
}

.str-newslatter-content .str-newslatter-form .nws-button button:hover {
    background-position: right center;
    transition: 0.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;
    transition: 0.3s all ease-in-out;
    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;
    transition: 0.3s all ease-in-out
}

.str-team-img-text .str-team-text span {
    font-size: 15px;
    transition: 0.3s all ease-in-out;
    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;
    transform: translateY(10px);
    transition: 0.3s all ease-in;
    transition-delay: 0.3s
}

.str-team-img-text .str-team-text .str-social-team {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.4s all ease-in;
    transition-delay: 0.5s
}

.str-team-img-text .str-team-text .str-social-team a {
    color: #5e6877;
    margin: 0 7px;
    transition: 0.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;
    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;
    transition: 0.5s all ease-in-out;
    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;
    transition: 0.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;
    transition: 0.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
}

#iframemap {
    width: 100%;
    border: none
}

.str-maplocation {
    top: 40%;
    left: 30%;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    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;
    transition: 0.4s all ease-in-out;
    box-shadow: 0 0 49px 0 rgba(2, 21, 78, .18)
}

.str-location-iiner:after {
    content: "";
    bottom: -15px;
    left: 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;
    box-shadow: 0 0 0 2px #082680;
    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;
    transition: 0.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: linear-gradient(-30deg, #008df9 0%, #6006b3 100%);
    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;
    transition: 0.3s all ease-in-out;
    transition-delay: 0.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;
    transform: scale(0);
    background-color: #2786f1;
    transition: 0.5s all ease-in-out;
    transition-delay: 0.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;
    transition: 0.75s all ease-in-out;
    transition-delay: 0.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 {
    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";
    box-shadow: -1.045px 9.945px 16px 0 rgba(68, 46, 200, .4);
    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 form {
    position: relative;
    margin-top: 25px
}

.str-footer-area .footer-content .str-footer-widget .str-newslatter-widget input {
    width: 100%;
    border: none;
    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: none;
    position: absolute;
    background-color: #010101;
    transition: 0.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: 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-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;
    transition: 0.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;
    transition: all 0.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;
    transform: none!important
}

.str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    padding: 13px 15px 13px 0;
    transition: 0.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;
    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, .75);
    transition: all 0.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: none;
    display: none;
    transition: 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: none;
    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: none;
    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-content {
        max-width: 530px;
        margin: 0 auto
    }
    .str-section-title {
        margin: inherit
    }
    .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;
        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;
        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
    }
}

.dia-section-title span,
.dia-banner-section .dia-banner-content .dia-banner-tag {
    font-weight: 700;
    background-image: linear-gradient(81deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn,
.dia-service-section .dia-service-btn .dia-service-more,
.dia-exp-section .dio-exp-text-area .dia-exp-btn,
.dia-port-more a,
.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button {
    z-index: 1;
    overflow: hidden;
    position: relative
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn:before,
.dia-service-section .dia-service-btn .dia-service-more:before,
.dia-exp-section .dio-exp-text-area .dia-exp-btn:before,
.dia-port-more a:before,
.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button:before {
    left: 0;
    width: 100%;
    content: "";
    z-index: -1;
    height: 100%;
    bottom: -100%;
    position: absolute;
    transition: 0.5s all ease-in-out
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn:hover:before,
.dia-service-section .dia-service-btn .dia-service-more:hover:before,
.dia-exp-section .dio-exp-text-area .dia-exp-btn:hover:before,
.dia-port-more a:hover:before,
.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button:hover:before {
    bottom: 0
}

@keyframes borderpls {
    0% {
        box-shadow: 0 0 0 0 #082680
    }
    70% {
        box-shadow: 0 0 0 30px #082680;
        opacity: 0
    }
    to {
        box-shadow: 0 0 0 0 #082680;
        opacity: 0
    }
}

@keyframes borderpls2 {
    0% {
        box-shadow: 0 0 0 0 #082680
    }
    70% {
        box-shadow: 0 0 0 10px #082680;
        opacity: 0
    }
    to {
        box-shadow: 0 0 0 0 #082680;
        opacity: 0
    }
}

@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
}

.dia-home {
    margin: 0;
    padding: 0;
    color: #585476;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.667;
    font-family: "Roboto";
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #fff;
    background: #fff url(../img/pre.svg) no-repeat center center
}

.decoration-wrapper {
    overflow: hidden;
    position: relative
}

@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
}

.dia-headline h1,
.dia-headline h2,
.dia-headline h3,
.dia-headline h4,
.dia-headline h5,
.dia-headline h6 {
    margin: 0;
    font-family: "Poppins"
}

.dia-section-title span {
    font-size: 16px
}

.dia-section-title h2 {
    color: #282350;
    font-size: 40px;
    font-weight: 700;
    padding-top: 5px;
    line-height: 1.375
}

.dia-scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-color: #ff6700
}

.dia-scrollup i {
    color: #fff
}

.dia-main-header {
    z-index: 5;
    width: 100%;
    padding-top: 15px;
    position: absolute
}

.dia-main-header .dia-logo {
    margin-top: 15px
}

.dia-main-header .dropdown {
    position: relative
}

.dia-main-header .dropdown:after {
    top: -2px;
    right: -14px;
    content: "+";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    transition: 0.3s all ease-in-out
}

.dia-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;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    border-bottom: 2px solid #ff6626;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1)
}

.dia-main-header .dropdown .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5
}

.dia-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
}

.dia-main-header .dropdown .dropdown-menu li a:before {
    display: none
}

.dia-main-header .dropdown .dropdown-menu li a:after {
    left: 10px;
    top: 18px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    background-color: #fff;
    transition: 0.3s all ease-in-out
}

.dia-main-header .dropdown .dropdown-menu li a:hover {
    background-color: #ff8533;
    color: #fff
}

.dia-main-header .dropdown .dropdown-menu li a:hover:after {
    transform: scale(1)
}

.dia-main-header .dropdown .dropdown-menu li:last-child {
    border-bottom: none
}

.dia-main-header .dropdown:hover .dropdown-menu {
    top: 45px;
    opacity: 1;
    visibility: visible
}

.dia-main-header .navbar-nav {
    display: inherit
}

.dia-main-header .dia-main-navigation {
    background-color: rgba(255, 255, 255, .8);
    padding: 20px 40px
}

.dia-main-header .dia-main-navigation li {
    margin: 0 32px
}

.dia-main-header .dia-main-navigation li a {
    color: #282350;
    font-weight: 700;
    padding-bottom: 20px;
    display: inline;
    position: relative;
    font-family: "Poppins"
}

.dia-main-header .dia-main-navigation li a:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 0%;
    margin: 0 auto;
    position: absolute;
    transition: 0.5s all ease-in-out;
    background-image: linear-gradient(81deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%)
}

.dia-main-header .dia-main-navigation li a:hover:before,
.dia-main-header .dia-main-navigation li a.active:before {
    width: 100%
}

.dia-sticky-menu {
    top: 20px;
    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
}

.dia-main-header.dia-sticky-menu {
    top: 0;
    z-index: 9;
    z-index: 20;
    padding-top: 0;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, .8)
}

.dia-main-header.dia-sticky-menu .dropdown:hover .dropdown-menu {
    top: 45px
}

.dia-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 0.5s ease-in
}

.dia-mobile_menu_content .dia-mobile-main-navigation {
    width: 100%
}

.dia-mobile_menu_content .dia-mobile-main-navigation .navbar-nav {
    width: 100%
}

.dia-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static!important;
    transform: none!important
}

.dia-mobile_menu_content .dia-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    transition: 0.3s all ease-in-out;
    border-bottom: 1px solid #dcdcdc
}

.dia-mobile_menu_content .dia-mobile-main-navigation .navbar-nav li:first-child {
    border-top: 1px solid #dcdcdc
}

.dia-mobile_menu_content .dia-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
}

.dia-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px
}

.dia-mobile_menu_wrap.mobile_menu_on .dia-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
}

.dia-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible
}

.dia-mobile_menu_button {
    position: absolute;
    display: none;
    right: 0;
    cursor: pointer;
    line-height: 40px;
    color: #f83;
    text-align: center;
    font-size: 30px;
    top: -35px;
    z-index: 5
}

.dia-mobile_menu .dia-mobile-main-navigation .navbar-nav li a:after {
    display: none
}

.dia-mobile_menu .dia-mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.dia-mobile_menu .dia-mobile_menu_content .dia-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 5px 0;
    width: 100%;
    border-top: 1px solid #dcdcdc
}

.dia-mobile_menu .dia-mobile_menu_content .dia-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 20px;
    line-height: 1
}

.dia-mobile_menu .dropdown {
    position: relative
}

.dia-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    padding: 5px 10px
}

.dia-mobile_menu .dropdown .dropdown-btn:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 0;
    background-color: #dcdcdc
}

.dia-mobile_menu .dia-mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.dia-banner-section {
    padding-bottom: 10px
}

.dia-banner-section .banner-side-img {
    right: 0;
    top: -10px;
    z-index: -1
}

.dia-banner-section .banner-side-img.banner-img1 {
    opacity: 0;
    right: -300px;
    transition-delay: 200ms;
    transition: all 1200ms ease
}

.dia-banner-section .banner-side-img.banner-img2 {
    opacity: 0;
    right: -300px;
    transition-delay: 500ms;
    transition: all 1500ms ease
}

.dia-banner-section .banner-side-img.banner-img1.view-on {
    right: 0;
    opacity: 1;
    transition-delay: 200ms
}

.dia-banner-section .banner-side-img.banner-img2.view-on {
    right: 0;
    opacity: 1;
    transition-delay: 500ms
}

.dia-banner-section .dia-banner-content {
    max-width: 460px;
    padding: 275px 0 185px
}

.dia-banner-section .dia-banner-content .dia-banner-tag {
    font-size: 18px
}

.dia-banner-section .dia-banner-content h1 {
    color: #282350;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.071;
    padding: 15px 0 25px
}

.dia-banner-section .dia-banner-content p {
    font-size: 22px;
    color: #403b64
}

.dia-banner-section .dia-banner-content .dia-banner-btn {
    margin-top: 65px
}

.dia-banner-section .dia-banner-content .dia-banner-btn a {
    width: 100%;
    display: block;
    margin-right: 20px
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-play-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-right: 20px;
    border-radius: 100%;
    transition: 0.3s all ease-in-out;
    background-color: #5409d6
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-play-btn i {
    color: #fff
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-play-btn:hover {
    background-image: none;
    background-color: #ff6700
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn {
    color: #fff;
    height: 70px;
    width: 230px;
    font-weight: 700;
    line-height: 70px;
    border-radius: 40px;
    font-family: "Poppins";
    background-color: #ff6700
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn:before {
    background-color: #5409d6
}

.dia-banner-section .cd-headline.clip span {
    display: inline-block;
    padding-bottom: 10px
}

.dia-banner-section .cd-headline.clip .cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top
}

.dia-banner-section .cd-headline.clip .cd-words-wrapper::after {
    content: "";
    top: 10px;
    right: 0;
    width: 2px;
    height: 65px;
    position: absolute;
    background-color: #282350
}

.dia-banner-section .cd-headline.clip b {
    opacity: 0
}

.dia-banner-section .cd-headline.clip b.is-visible {
    opacity: 1
}

.dia-banner-section .cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left
}

.dia-banner-section .cd-words-wrapper b {
    display: inline-block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    white-space: nowrap
}

.dia-banner-section .cd-words-wrapper b.is-visible {
    opacity: 1;
    position: relative
}

.dia-banner-section .no-js .cd-words-wrapper b {
    opacity: 0
}

.dia-banner-section .banner-side-shape1,
.dia-banner-section .banner-side-shape2 {
    bottom: 135px
}

.dia-banner-section .banner-shape1 {
    left: 50%;
    bottom: 15%;
    z-index: -2;
    animation-name: spin;
    animation-duration: 15000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.dia-banner-section .banner-shape2 {
    top: 30%;
    left: 12%
}

.dia-service-section {
    padding: 90px 0 115px
}

.dia-service-section .dia-service-img {
    margin-top: 55px
}

.dia-service-section .dia-service-img .dia-service-shape2 {
    top: 0;
    z-index: -2
}

.dia-service-section .dia-service-img .dia-service-shape1 {
    left: 0;
    top: 10px;
    z-index: -1;
    animation-name: spin;
    animation-duration: 20000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.dia-service-section .dia-service-text {
    padding-left: 60px
}

.dia-service-section .dia-service-details {
    margin: 35px 0 5px
}

.dia-service-section .dia-service-details .dia-service-item {
    width: 50%;
    float: left;
    margin-bottom: 30px
}

.dia-service-section .dia-service-details .dia-service-item h3 {
    color: #282350;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 16px
}

.dia-service-section .dia-service-details .dia-service-item li {
    padding-left: 15px;
    position: relative;
    padding-bottom: 5px
}

.dia-service-section .dia-service-details .dia-service-item li:before {
    top: 0;
    left: 0;
    content: "+";
    position: absolute
}

.dia-service-section .dia-service-details .dia-service-item:nth-child(even) {
    padding-left: 35px
}

.dia-service-section .dia-service-btn .dia-service-more {
    height: 50px;
    width: 225px;
    margin-top: 10px;
    line-height: 50px;
    border-radius: 40px;
    background-color: #390ed2
}

.dia-service-section .dia-service-btn .dia-service-more a {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 700;
    font-family: "Poppins"
}

.dia-service-section .dia-service-btn .dia-service-more:before {
    background-color: #ff6700
}

.dia-service-section .dia-service-review {
    max-width: 215px
}

.dia-service-section .dia-service-review .dia-service-rate ul {
    margin-bottom: 8px
}

.dia-service-section .dia-service-review .dia-service-rate li {
    font-size: 14px;
    color: #f7c903
}

.dia-service-section .dia-service-review .dia-service-rate-text {
    font-size: 14px
}

.dia-service-section .dia-service-review .dia-service-rate-text span {
    color: #282350;
    font-weight: 700
}

.dia-fun-fact-section .dia-fun-fact-title {
    margin: 0 auto;
    max-width: 945px
}

.dia-fun-fact-section .dia-fun-fact-title h2 {
    color: #282350;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.528
}

.dia-fun-fact-section .dia-fun-fact-counter {
    padding-top: 68px
}

.dia-fun-fact-section .dia-fun-fact-counter .col-lg-4:nth-child(1) .dia-fun-fact-item .fun-fact-tag {
    color: #09d32f
}

.dia-fun-fact-section .dia-fun-fact-counter .col-lg-4:nth-child(2) .dia-fun-fact-item .fun-fact-tag {
    color: #ff7b01
}

.dia-fun-fact-section .dia-fun-fact-counter .col-lg-4:nth-child(3) .dia-fun-fact-item .fun-fact-tag {
    color: #390ed2
}

.dia-fun-fact-section .dia-fun-fact-item span {
    font-weight: 700;
    font-family: "Poppins"
}

.dia-fun-fact-section .dia-fun-fact-item .fun-fact-number {
    line-height: 1;
    padding: 18px 0;
    justify-content: center
}

.dia-fun-fact-section .dia-fun-fact-item .fun-fact-number h3 {
    color: #282350;
    font-size: 90px;
    font-weight: 500
}

.dia-fun-fact-section .dia-fun-fact-item .fun-fact-number span {
    color: #282350;
    font-size: 90px;
    line-height: 1.2;
    font-weight: 500;
    font-family: "Poppins"
}

.dia-fun-fact-section .dia-fun-fact-item p {
    margin: 0 auto;
    max-width: 325px
}

.dia-about-section {
    padding-top: 130px
}

.dia-about-section .dia-about-title-text {
    padding-top: 25px
}

.dia-about-content .dia-about-title-text {
    max-width: 455px
}

.dia-about-content .dia-about-text {
    font-size: 18px;
    padding: 25px 0 75px
}

.dia-about-content .dia-about-list li {
    width: 50%;
    float: left;
    color: #282350;
    font-weight: 700;
    padding-left: 30px;
    position: relative;
    margin-bottom: 18px
}

.dia-about-content .dia-about-list li:after {
    left: 0;
    top: -3px;
    color: #25d98f;
    font-size: 20px;
    content: "";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Free"
}

.dia-about-content .dia-about-img {
    z-index: 1;
    padding-left: 40px
}

.dia-about-content .dia-about-img .ab-shape1 {
    top: 30px;
    left: -10px;
    z-index: -1
}

.dia-about-content .dia-about-img .ab-shape2 {
    right: 0;
    bottom: 0;
    z-index: -1
}

.dia-exp-section {
    padding: 115px 0 0
}

.dia-exp-section .dia-exp-img .ab-shape1 {
    top: 60px;
    left: -5px;
    z-index: -1
}

.dia-exp-section .dia-exp-img .ab-shape2 {
    bottom: 20px;
    right: 20px;
    z-index: -1
}

.dia-exp-section .dio-exp-text-area {
    max-width: 520px
}

.dia-exp-section .dio-exp-text-area .dia-about-text {
    margin-top: 30px
}

.dia-exp-section .dio-exp-text-area .dia-exp-btn {
    color: #fff;
    height: 48px;
    width: 155px;
    font-size: 15px;
    font-weight: 700;
    line-height: 48px;
    border-radius: 40px;
    font-family: "Poppins";
    background-color: #390ed2
}

.dia-exp-section .dio-exp-text-area .dia-exp-btn a {
    width: 100%;
    display: block
}

.dia-exp-section .dio-exp-text-area .dia-exp-btn:before {
    background-color: #ff6700
}

.dia-exp-section .skill-progress-bar {
    padding: 20px 0 20px
}

.dia-exp-section .skill-progress-bar .skill-set-percent {
    margin-bottom: 30px
}

.dia-exp-section .skill-progress-bar .skill-set-percent h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto"
}

.dia-exp-section .skill-progress-bar .skill-set-percent .progress {
    height: 6px;
    border-radius: 0;
    overflow: visible;
    position: relative;
    background-color: #dededf
}

.dia-exp-section .skill-progress-bar .skill-set-percent .progress span {
    right: 0;
    top: -30px;
    color: #282350;
    font-size: 16px;
    font-weight: 700;
    position: absolute
}

.dia-exp-section .skill-progress-bar .skill-set-percent .progress-bar {
    width: 0;
    float: left;
    height: 100%;
    position: relative;
    background-color: #ff6700;
    transition: 1s all ease-in-out
}

.dia-portfolio-section {
    padding-top: 100px
}

.dia-portfolio-img-text {
    transition: 0.4s all ease-in-out
}

.dia-portfolio-img-text .dia-portfolio-img {
    overflow: hidden;
    position: relative
}

.dia-portfolio-img-text .dia-portfolio-img img {
    transition: 1s all ease-in-out
}

.dia-portfolio-img-text .dia-portfolio-img:after {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background-color: #000;
    transition: all 700ms ease-out 0s;
    transform: rotateX(180deg) scale(.5, .5)
}

.dia-portfolio-img-text .dia-portfolio-text {
    margin-top: 18px;
    padding-bottom: 28px
}

.dia-portfolio-img-text .dia-portfolio-text h3 {
    color: #282350;
    font-size: 24px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px
}

.dia-portfolio-img-text .dia-portfolio-text h3:before {
    left: 0;
    right: 0;
    width: 0%;
    content: "";
    bottom: 8px;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    background-color: #282350;
    transition: 0.4s all ease-in-out
}

.dia-portfolio-img-text .dia-portfolio-text span {
    display: block;
    font-weight: 700
}

.dia-portfolio-img-text:hover {
    box-shadow: -1.308px 24.966px 22px 0 rgba(0, 0, 0, .11)
}

.dia-portfolio-img-text:hover .dia-portfolio-img img {
    transform: scale(1.4)
}

.dia-portfolio-img-text:hover .dia-portfolio-img:after {
    opacity: .8;
    transform: rotateX(0deg) scale(1, 1)
}

.dia-portfolio-img-text:hover h3:before {
    width: 100%
}

.dia-portfolio-slide-area {
    margin: 45px 0 20px
}

.dia-portfolio-slide-area .owl-stage-outer {
    padding-bottom: 35px
}

.dia-portfolio-slide-area .owl-nav .owl-prev,
.dia-portfolio-slide-area .owl-nav .owl-next {
    top: 40%;
    z-index: 1;
    width: 60px;
    height: 60px;
    cursor: pointer;
    line-height: 60px;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    transform: translateY(-50%);
    transition: 0.4s all ease-in-out;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, .28)
}

.dia-portfolio-slide-area .owl-nav .owl-prev:before,
.dia-portfolio-slide-area .owl-nav .owl-next:before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    transition: 0.4s all ease-in-out;
    background-image: linear-gradient(-81deg, #6806d9 0%, #4f0ad6 57%, #360ed2 100%)
}

.dia-portfolio-slide-area .owl-nav .owl-prev:hover,
.dia-portfolio-slide-area .owl-nav .owl-next:hover {
    color: #fff
}

.dia-portfolio-slide-area .owl-nav .owl-prev:hover:before,
.dia-portfolio-slide-area .owl-nav .owl-next:hover:before {
    transform: scale(1)
}

.dia-portfolio-slide-area .owl-nav .owl-prev {
    left: 12px
}

.dia-portfolio-slide-area .owl-nav .owl-next {
    right: 12px
}

.dia-port-more a {
    color: #fff;
    height: 58px;
    width: 200px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 700;
    line-height: 58px;
    border-radius: 40px;
    font-family: "Poppins";
    background-color: #ff6700
}

.dia-port-more a:before {
    background-color: #390ed2
}

.dia-team-section {
    padding-top: 110px
}

.dia-team-section .dia-section-title {
    margin: 0 auto;
    max-width: 530px
}

.dia-team-section .dia-section-title h2 {
    padding-bottom: 10px
}

.dia-team-section .dia-team-content {
    padding-top: 55px
}

.dia-team-section .dia-team-pic-text .dia-team-img:after {
    width: 236px;
    height: 236px;
    content: "";
    position: absolute;
    top: 0;
    left: 100px;
    opacity: 0;
    visibility: hidden;
    border: double 2px transparent;
    border-radius: 100%;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #ff6600, #ff9903, #ffcb05);
    background-origin: border-box;
    transition: 0.3s all ease-in-out;
    background-clip: content-box, border-box
}

.dia-team-section .dia-team-pic-text .dia-team-img .team-mem-img-ei {
    z-index: 1;
    width: 236px;
    height: 236px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    background-color: #eff0f7
}

.dia-team-section .dia-team-pic-text .dia-team-img .team-mem-img-ei .mshape-bg {
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute
}

.dia-team-section .dia-team-pic-text .dia-team-img .team-mem-img-ei .shape-bg1 {
    top: 90px;
    left: -75px
}

.dia-team-section .dia-team-pic-text .dia-team-img .team-mem-img-ei .shape-bg2 {
    top: 100px;
    z-index: -2;
    right: -68px
}

.dia-team-section .dia-team-pic-text .dia-team-social {
    top: 47px;
    z-index: 1;
    right: 50px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition-delay: 0.2s;
    transition: 0.5s all ease-in-out
}

.dia-team-section .dia-team-pic-text .dia-team-social a {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 37px;
    margin-bottom: 12px;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 0 18px 0 rgba(43, 1, 68, .23)
}

.dia-team-section .dia-team-pic-text .dia-team-social a:after {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
    transition: 0.3s all ease-in-out;
    border-radius: 100%;
    background-image: linear-gradient(81deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%)
}

.dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(1) {
    color: #118bfc
}

.dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(2) {
    transform: translateX(15px);
    color: #03a9f4
}

.dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(3) {
    transform: translateX(9px);
    margin-bottom: 5px;
    color: #ea4c89
}

.dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(4) {
    color: #0c6eff;
    transform: translateX(-20px)
}

.dia-team-section .dia-team-pic-text .dia-team-social a:hover {
    color: #fff
}

.dia-team-section .dia-team-pic-text .dia-team-social a:hover:after {
    opacity: 1;
    visibility: visible
}

.dia-team-section .dia-team-pic-text .dia-team-text {
    margin-top: 20px
}

.dia-team-section .dia-team-pic-text .dia-team-text h3 {
    color: #282350;
    font-size: 22px;
    font-weight: 700
}

.dia-team-section .dia-team-pic-text .dia-team-text p {
    color: #383838;
    font-size: 15px
}

.dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
    opacity: 1;
    left: 102px;
    visibility: visible
}

.dia-team-section .dia-team-pic-text:hover .dia-team-social {
    opacity: 1;
    right: 25px;
    visibility: visible
}

.dia-team-section .dia-team-content {
    z-index: 1;
    margin: 0 auto;
    max-width: 1100px
}

.dia-team-section .dia-team-content .owl-nav .owl-prev,
.dia-team-section .dia-team-content .owl-nav .owl-next {
    top: 50%;
    width: 52px;
    height: 52px;
    cursor: pointer;
    line-height: 52px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    display: inline-block;
    background-color: #fff;
    transform: translateY(-50%);
    transition: 0.3s all ease-in-out;
    box-shadow: 0 7px 18px 0 rgba(16, 31, 60, .25)
}

.dia-team-section .dia-team-content .owl-nav .owl-prev:hover,
.dia-team-section .dia-team-content .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #282350
}

.dia-team-section .dia-team-content .owl-nav .owl-prev {
    left: -40px
}

.dia-team-section .dia-team-content .owl-nav .owl-next {
    right: -50px
}

.dia-team-section .dia-team-content .owl-item.active.center .dia-team-img:after {
    left: 102px;
    opacity: 1;
    visibility: visible
}

.dia-team-section .dia-team-content .owl-item.active.center .dia-team-social {
    opacity: 1;
    right: 25px;
    visibility: visible
}

.dia-testimonial-section {
    overflow: visible;
    padding: 135px 0 100px
}

.dia-testimonial-section .tst-side-shape {
    right: 0;
    top: -100px
}

.dia-testimonial-section .dia-section-title {
    margin: 0 auto;
    max-width: 500px
}

.dia-testimonial-section .dia-testimonial_slider-area {
    margin: 0 auto;
    margin-top: 55px;
    max-width: 725px;
    background-color: #fff;
    box-shadow: -1.046px 11.954px 22px 0 rgba(0, 0, 0, .08)
}

.dia-testimonial-section .dia-testimonial_slider-area:after {
    top: -50px;
    left: 25px;
    font-size: 60px;
    content: "";
    font-weight: 900;
    position: absolute;
    color: rgba(203, 203, 226, .75);
    font-family: "Font Awesome 5 Free"
}

.dia-testimonial-section .dia-testimonial_slider-area .test-shape1 {
    top: -100px;
    z-index: -1;
    left: -175px
}

.dia-testimonial-section .dia-testimonial_slider-area .test-shape2 {
    z-index: -1;
    right: -175px;
    bottom: -100px
}

.dia-testimonial-section .dia-testimonial_indicator .carousel-indicators li {
    width: 90px;
    height: 90px;
    display: inherit;
    text-align: center;
    color: #202120;
    border-radius: 50%;
    overflow: hidden;
    transition: all 500ms ease
}

.dia-testimonial-section .carousel-inner .carousel-item {
    padding: 80px 90px 70px
}

.dia-testimonial-section .carousel-inner .dia-testimonial_rating li {
    color: #ffba00
}

.dia-testimonial-section .carousel-inner .dia-testimonial_text {
    margin: 18px 0 28px;
    font-size: 22px;
    line-height: 1.636
}

.dia-testimonial-section .carousel-inner .dia-testimonial_meta h4 {
    color: #282350;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 3px
}

.dia-testimonial-section .carousel-inner .dia-testimonial_meta p {
    font-size: 18px
}

.dia-testimonial-section .carousel-indicators {
    top: 70px;
    margin: 0;
    left: auto;
    right: -45px;
    position: absolute;
    display: inherit
}

.dia-testimonial-section .carousel-indicators li {
    text-indent: 0;
    margin-bottom: 15px;
    transform: scale(.9);
    border: 3px solid rgba(255, 255, 255, 0)
}

.dia-testimonial-section .carousel-indicators li img {
    border-radius: 100%
}

.dia-testimonial-section .carousel-indicators li.active {
    padding: 5px;
    transform: scale(1);
    border: 3px solid #5409d6
}

.dia-testimonial_indicator-dot .carousel-indicators2 {
    top: 60%;
    right: 45px;
    left: -35px;
    bottom: 25px;
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    transform: translateY(-50%)
}

.dia-testimonial_indicator-dot .carousel-indicators2 li {
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer;
    position: relative;
    border-radius: 100%;
    margin-bottom: 12px;
    background-color: #fff;
    transition: 0.3s all ease-in-out
}

.dia-testimonial_indicator-dot .carousel-indicators2 li:after {
    top: 3px;
    left: 3px;
    content: "";
    width: 60%;
    height: 60%;
    border-radius: 100%;
    position: absolute;
    transform: scale(0);
    transition: 0.3s all ease-in-out;
    background: linear-gradient(81deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%)
}

.dia-testimonial_indicator-dot .carousel-indicators2 li.active {
    transform: scale(1.2)
}

.dia-testimonial_indicator-dot .carousel-indicators2 li.active:after {
    transform: scale(1)
}

.dia-blog-section {
    padding: 100px 0 60px
}

.dia-blog-section .dia-section-title {
    max-width: 450px
}

.dia-blog-section .dia-section-title h2 {
    padding-bottom: 10px
}

.dia-blog-section .dia-blog-content {
    padding-top: 50px
}

.dia-blog-section .dia-blog-img-text {
    max-width: 370px
}

.dia-blog-section .dia-blog-img-text .dia-blog-text {
    margin-top: 25px
}

.dia-blog-section .dia-blog-img-text .dia-blog-text h3 {
    color: #282350;
    font-size: 24px;
    font-weight: 700;
    padding: 15px 0 30px;
    transition: 0.3s all ease-in-out
}

.dia-blog-section .dia-blog-img-text .dia-blog-text h3:hover {
    color: #ff6700
}

.dia-blog-section .dia-blog-img-text .dia-author-area {
    width: 60%
}

.dia-blog-section .dia-blog-img-text .dia-author-area .dia-athur-img {
    width: 43px;
    height: 43px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 100%
}

.dia-blog-section .dia-blog-img-text .dia-author-area .dia-author-name {
    margin-top: 10px
}

.dia-blog-section .dia-blog-img-text .dia-author-area .dia-author-name span {
    font-size: 18px
}

.dia-blog-section .dia-blog-img-text .dia-author-area .dia-author-name span a {
    color: #6606d9;
    font-weight: 700
}

.dia-blog-section .dia-blog-img-text .dia-date-meta {
    margin-top: 10px;
    font-size: 18px
}

.dia-newslatter-section {
    z-index: 1;
    padding: 65px 0 80px;
    background-color: #f6ebe6
}

.dia-newslatter-section .newslatter-shape {
    z-index: -1
}

.dia-newslatter-section .n-shape1 {
    top: 0;
    left: 0
}

.dia-newslatter-section .n-shape4 {
    left: 10%;
    bottom: 30px
}

.dia-newslatter-section .n-shape5 {
    top: 50%;
    right: 12%
}

.dia-newslatter-section .n-shape2 {
    top: 10px;
    left: 14%
}

.dia-newslatter-section .n-shape3 {
    top: 45px;
    right: 13%
}

.dia-newslatter-section .n-shape6 {
    right: 30px;
    bottom: -80px
}

.dia-newslatter-section .dia-newslatter-content {
    border-radius: 30px;
    background-color: #fff;
    padding: 55px 55px 65px 75px
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-text h3 {
    color: #282350;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 12px
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-text p {
    font-size: 17px
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form {
    margin-top: 10px;
    padding-left: 25px
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form input {
    width: 100%;
    border: none;
    height: 50px;
    max-width: 330px;
    padding-left: 20px;
    border-radius: 5px;
    background-color: #ebeff3
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button {
    top: 0;
    right: 0;
    position: absolute
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button {
    color: #fff;
    height: 50px;
    width: 140px;
    border: none;
    font-weight: 700;
    border-radius: 5px;
    font-family: "Poppins";
    background-image: linear-gradient(-100deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%)
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button:before {
    background-color: #390ed2
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .dia-newslatter-checkbox {
    margin-top: 15px
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .dia-newslatter-checkbox input {
    height: inherit;
    width: inherit;
    padding-left: 0;
    margin-right: 5px;
    max-width: inherit
}

.dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .dia-newslatter-checkbox label {
    font-size: 14px;
    margin-bottom: 0
}

.dia-footer-section {
    padding-top: 140px
}

.dia-footer-widget .dia-widget-title {
    font-size: 16px;
    color: #05071f;
    font-weight: 700;
    padding-bottom: 20px
}

.dia-footer-widget .dia-footer-logo {
    margin-bottom: 18px
}

.dia-footer-widget p {
    max-width: 220px;
    line-height: 1.875
}

.dia-footer-widget .dia-payment-mathod {
    margin-top: 30px
}

.dia-footer-widget ul li {
    width: 50%;
    float: left;
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-family: "Poppins"
}

.dia-footer-widget ul li a {
    color: #05071f;
    font-weight: 500;
    position: relative;
    transition: 0.3s all ease-in-out
}

.dia-footer-widget ul li a:before {
    left: -15px;
    top: 0;
    content: "";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Free"
}

.dia-footer-widget ul li a:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0%;
    left: 0;
    bottom: 0;
    background-color: #0072fd;
    transition: 0.3s all ease-in-out
}

.dia-footer-widget ul li a:hover {
    color: #0072fd;
    margin-left: 10px
}

.dia-footer-widget ul li a:hover:after {
    width: 100%
}

.dia-footer-widget h4 {
    width: 45%;
    float: left;
    font-size: 14px;
    font-weight: 700;
    padding-left: 24px;
    margin-right: 15px;
    position: relative;
    display: inline-block
}

.dia-footer-widget h4 i {
    left: 0;
    top: 2px;
    color: #7b0dbd;
    font-size: 16px;
    margin-right: 5px;
    position: absolute
}

.dia-footer-widget h4 span {
    font-family: "Roboto";
    font-weight: 400;
    margin-top: 10px;
    display: block;
    color: #818181
}

.dia-footer-widget .download-btn {
    width: 100%;
    margin-top: 20px;
    display: inline-block
}

.dia-footer-widget .download-btn a {
    margin-right: 10px
}

.dia-footer-widget .dia-footer-social {
    margin-top: 15px
}

.dia-footer-widget .dia-footer-social a {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #fff;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    transition: 0.3s all ease-in-out;
    box-shadow: 0 0 9px 0 rgba(15, 54, 131, .07)
}

.dia-footer-widget .dia-footer-social a:nth-child(1) {
    color: #16599b
}

.dia-footer-widget .dia-footer-social a:nth-child(2) {
    color: #03a9f4
}

.dia-footer-widget .dia-footer-social a:nth-child(3) {
    color: #ea4c89
}

.dia-footer-widget .dia-footer-social a:nth-child(4) {
    color: #0d6fff
}

.dia-footer-widget .dia-footer-social a:hover {
    transform: translateY(5px)
}

.dia-footer-copyright {
    color: #373a5b;
    font-size: 14px;
    margin-top: 25px;
    font-weight: 500;
    font-family: "Poppins"
}

.dia-footer-copyright .dia-footer-copyright-content {
    padding: 25px 0 15px;
    border-top: 2px solid #dee2ef
}

.dia-footer-copyright .dia-copyright-menu {
    float: right
}

.dia-footer-copyright .dia-copyright-menu a {
    margin-left: 35px
}

@keyframes left-right-move {
    0% {
        transform: translateX(-100px)
    }
    50% {
        transform: translateX(-10px)
    }
    100% {
        transform: translateX(-100px)
    }
}

.dia-footer-shape3 {
    left: 0;
    right: 0;
    opacity: 1;
    z-index: -1;
    top: 100px;
    margin: 0 auto;
    text-align: center;
    animation-duration: 25s;
    animation-name: left-right-move;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media only screen and (min-width:1367px) and (max-width:1700px) {
    .dia-banner-section .banner-side-img.banner-img1,
    .dia-banner-section .banner-side-img.banner-img2 {
        right: -450px
    }
    .dia-banner-section .banner-side-img.banner-img1.view-on,
    .dia-banner-section .banner-side-img.banner-img2.view-on {
        right: -200px
    }
    .dia-banner-section .banner-side-shape1,
    .dia-banner-section .banner-side-shape2 {
        left: -150px
    }
}

@media screen and (max-width:1440px) {
    .dia-banner-section .banner-side-img.banner-img1,
    .dia-banner-section .banner-side-img.banner-img2 {
        right: -600px
    }
    .dia-banner-section .banner-side-img.banner-img1.view-on,
    .dia-banner-section .banner-side-img.banner-img2.view-on {
        right: -250px
    }
    .dia-banner-section .banner-shape2 {
        left: 20px
    }
    .dia-newslatter-section .n-shape4 {
        left: 10px
    }
    .dia-banner-section .banner-side-shape1,
    .dia-banner-section .banner-side-shape2 {
        left: -150px
    }
}

@media screen and (max-width:1280px) {
    .dia-banner-section .banner-side-shape1,
    .dia-banner-section .banner-side-shape2,
    .dia-testimonial-section .tst-side-shape {
        display: none
    }
    .dia-banner-section .banner-shape2 {
        z-index: -1
    }
}

@media screen and (max-width:1024px) {
    .dia-banner-section .banner-side-img.banner-img1,
    .dia-banner-section .banner-side-img.banner-img2 {
        right: -800px
    }
    .dia-banner-section .banner-side-img.banner-img1.view-on,
    .dia-banner-section .banner-side-img.banner-img2.view-on {
        right: -500px
    }
    .dia-service-section .dia-service-details .dia-service-item:nth-child(even) {
        padding-left: 0
    }
    .dia-service-section .dia-service-btn .dia-service-more {
        width: 185px
    }
    .dia-team-section .dia-team-content .owl-nav {
        text-align: center;
        margin-top: 30px;
        padding-bottom: 20px
    }
    .dia-testimonial-section {
        overflow: hidden
    }
    .dia-team-section .dia-team-content .owl-nav .owl-prev,
    .dia-team-section .dia-team-content .owl-nav .owl-next {
        position: static;
        margin: 0 8px;
        transform: translateY(0)
    }
    .dia-team-section .dia-team-content .owl-item.active.center .dia-team-img:after,
    .dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
        left: 70px
    }
    .dia-footer-widget .download-btn a {
        margin-right: 0
    }
}

@media screen and (max-width:991px) {
    .dia-banner-section .dia-banner-content {
        max-width: 100%;
        text-align: center
    }
    .dia-banner-section .dia-banner-content .dia-banner-btn {
        justify-content: center
    }
    .dia-testimonial-section .dia-testimonial_slider-area .test-shape1,
    .dia-testimonial-section .dia-testimonial_slider-area .test-shape2 {
        display: none
    }
    .dia-main-navigation {
        display: none
    }
    .dia-banner-section .banner-side-img,
    .dia-about-content .dia-about-img .ab-shape1,
    .dia-about-content .dia-about-img .ab-shape2,
    .dia-exp-section .dia-exp-img .ab-shape1,
    .dia-exp-section .dia-exp-img .ab-shape2 {
        display: none
    }
    .dia-main-header.dia-sticky-menu {
        padding-top: 15px
    }
    .dia-main-header .dia-logo {
        margin-top: 0
    }
    .dia-sticky-menu {
        padding: 15px 0
    }
    .dia-mobile_menu_button {
        display: block
    }
    .dia-service-section .dia-service-img {
        margin-top: 0;
        margin-bottom: 35px
    }
    .dia-fun-fact-section .dia-fun-fact-item .fun-fact-number span,
    .dia-fun-fact-section .dia-fun-fact-item .fun-fact-number h3 {
        font-size: 80px
    }
    .dia-about-content .dia-about-img {
        margin-left: 0;
        margin-top: 30px
    }
    .dia-exp-img {
        margin-bottom: 30px
    }
    .dia-team-section .dia-team-content .owl-item.active.center .dia-team-img:after,
    .dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
        left: 105px
    }
    .dia-testimonial-section {
        overflow: hidden
    }
    .dia-testimonial-section .carousel-indicators {
        display: none
    }
    .dia-banner-section .dia-banner-content {
        padding: 150px 0 0
    }
    .dia-testimonial_indicator-dot .carousel-indicators2 {
        position: static;
        text-align: center
    }
    .dia-testimonial_indicator-dot .carousel-indicators2 li {
        display: inline-block;
        background-color: #390ed2
    }
    .dia-blog-img-text {
        margin-bottom: 40px
    }
    .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form {
        padding-left: 0;
        margin-top: 20px
    }
    .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form input {
        max-width: 100%
    }
    .dia-footer-widget {
        margin-bottom: 30px
    }
}

@media screen and (max-width:580px) {
    .dia-banner-section .dia-banner-content h1 {
        font-size: 50px
    }
    .dia-banner-section .cd-headline.clip .cd-words-wrapper::after {
        height: 35px
    }
    .dia-banner-section .dia-banner-content p {
        font-size: 20px
    }
    .dia-banner-section .dia-banner-content .dia-banner-btn {
        margin-top: 30px
    }
    .dia-team-pic-text {
        max-width: 370px;
        margin: 0 auto
    }
}

@media screen and (max-width:480px) {
    .dia-banner-section .dia-banner-content .dia-banner-btn .dia-play-btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-right: 10px
    }
    .dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn {
        height: 50px;
        width: 200px;
        line-height: 50px
    }
    .dia-banner-section .dia-banner-content h1 {
        font-size: 40px
    }
    .dia-banner-section .dia-banner-content {
        padding: 130px 0 0
    }
    .dia-banner-section {
        padding-bottom: 50px
    }
    .dia-service-section .dia-service-text {
        padding-left: 0
    }
    .dia-service-section .dia-service-details {
        margin: 25px 0 0
    }
    .dia-service-section {
        padding-bottom: 55px
    }
    .dia-section-title h2 {
        font-size: 30px
    }
    .dia-fun-fact-section {
        padding-bottom: 10px
    }
    .dia-fun-fact-section .dia-fun-fact-title h2 {
        font-size: 30px
    }
    .dia-fun-fact-section .dia-fun-fact-counter {
        padding-top: 30px
    }
    .dia-fun-fact-section .dia-fun-fact-item .fun-fact-number {
        padding: 5px 0
    }
    .dia-fun-fact-section .dia-fun-fact-item .fun-fact-number span,
    .dia-fun-fact-section .dia-fun-fact-item .fun-fact-number h3 {
        font-size: 45px
    }
    .dia-fun-fact-item {
        margin-bottom: 40px
    }
    .dia-about-section {
        padding-top: 20px
    }
    .dia-service-section .dia-service-details .dia-service-item {
        width: 100%
    }
    .dia-about-content .dia-about-list li {
        width: 100%
    }
    .dia-about-content .dia-about-text {
        font-size: 16px;
        padding: 20px 0 30px
    }
    .dia-about-content .dia-about-img {
        padding-left: 0
    }
    .dia-exp-section {
        padding: 60px 0 60px
    }
    .dia-exp-section .skill-progress-bar {
        padding: 20px 0 10px
    }
    .dia-team-section {
        padding-top: 60px
    }
    .dia-team-section {
        padding-top: 60px
    }
    .dia-testimonial-section {
        padding: 45px 0 60px
    }
    .dia-testimonial-section .carousel-inner .carousel-item {
        padding: 50px 30px 60px
    }
    .dia-testimonial-section .carousel-inner .dia-testimonial_text {
        font-size: 18px
    }
    .dia-testimonial-section .carousel-inner .dia-testimonial_meta h4 {
        font-size: 26px
    }
    .dia-testimonial-section .dia-testimonial_slider-area:after {
        top: -15px;
        font-size: 40px
    }
    .dia-blog-section .dia-blog-img-text .dia-blog-text h3 {
        font-size: 22px;
        padding: 10px 0 20px
    }
    .dia-blog-section {
        padding-top: 0;
        padding-bottom: 20px
    }
    .dia-newslatter-section .dia-newslatter-content .dia-newslatter-text h3 {
        font-size: 28px
    }
    .dia-newslatter-section .dia-newslatter-content {
        padding: 45px 25px 45px 25px
    }
    .dia-footer-section {
        padding-top: 50px
    }
    .dia-footer-widget .dia-payment-mathod {
        margin-top: 20px
    }
    .dia-footer-copyright .dia-copyright-menu {
        float: none
    }
    .dia-footer-copyright .dia-copyright-menu a {
        margin-left: 0;
        margin: 0 8px
    }
    .dia-footer-copyright-content {
        text-align: center
    }
    .dia-portfolio-section {
        padding-top: 30px
    }
    .dia-service-section {
        padding-top: 0
    }
}

@media screen and (max-width:420px) {
    .dia-service-section .dia-service-review,
    .dia-service-section .dia-service-btn .dia-service-more {
        float: none!important
    }
    .dia-service-section .dia-service-btn .dia-service-more {
        margin-bottom: 15px
    }
    .dia-service-section .dia-service-review .dia-service-rate ul {
        margin-bottom: 0
    }
    .dia-fun-fact-section .dia-fun-fact-title h2 {
        font-size: 28px
    }
    .dia-fun-fact-section {
        margin-bottom: 0
    }
    .dia-port-more a {
        height: 45px;
        width: 150px;
        line-height: 45px
    }
}

@media screen and (max-width:380px) {
    .dia-banner-section .dia-banner-content h1 {
        font-size: 36px;
        padding: 10px 0 15px
    }
    .dia-banner-section .cd-headline.clip .cd-words-wrapper::after {
        height: 25px
    }
    .dia-banner-section .dia-banner-content p {
        font-size: 18px
    }
    .dia-section-title h2 {
        font-size: 26px
    }
    .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .nws-button button {
        width: 100px
    }
    .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form input {
        padding-left: 10px
    }
    .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form input::placeholder {
        font-size: 14px
    }
    .dia-team-section .dia-team-content .owl-item.active.center .dia-team-img:after,
    .dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
        left: 85px
    }
}

@media screen and (max-width:360px) {
    .dia-team-section .dia-team-content .owl-item.active.center .dia-team-img:after,
    .dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
        left: 70px
    }
    .dia-blog-section .dia-blog-img-text .dia-author-area .dia-author-name span,
    .dia-blog-section .dia-blog-img-text .dia-date-meta {
        font-size: 14px
    }
}

@media screen and (max-width:320px) {
    .dia-banner-section .dia-banner-content h1 {
        font-size: 30px
    }
    .dia-team-section .dia-team-content .owl-item.active.center .dia-team-img:after,
    .dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
        left: 35px
    }
    .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form .dia-newslatter-checkbox label {
        font-size: 12px
    }
}

.saasio-breadcurmb-section {
    background-color: #6c2b95;
    padding: 260px 0 150px
}

.breadcurmb-title h2 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    font-family: 'Poppins';
    padding-bottom: 20px
}

.saasio-page-breadcurmb li a {
    color: #fff;
    margin: 0 10px;
    position: relative
}

.saasio-page-breadcurmb li a:after {
    top: 2px;
    right: -17px;
    content: '\f054';
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    font-family: 'Font Awesome 5 Free'
}

.saasio-page-breadcurmb li:last-child a::after {
    display: none
}

.news-feed-section {
    padding: 100px 0
}

.news-feed-section .blog-feed-post {
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 0 35px rgba(0, 0, 0, .15)
}

.news-feed-section .saasio-blog-text {
    padding: 22px 30px 0 0
}

.news-feed-section .saasio-blog-text h3 {
    color: #373a5b;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    font-family: 'Poppins'
}

.news-feed-section .saasio-blog-text p {
    margin-bottom: 0;
    padding-top: 20px
}

.blog-read-more {
    color: #6c2b95;
    display: block;
    font-weight: 700;
    margin-top: 20px
}

.saasio-post-meta a {
    color: #777a91;
    margin-right: 15px
}

.saasio-post-meta a i {
    margin-right: 3px;
    font-size: 15px
}

.saasio-pagination {
    padding-top: 30px
}

.saasio-pagination a {
    height: 40px;
    width: 40px;
    color: #fff;
    font-weight: 700;
    margin: 0 5px;
    line-height: 40px;
    display: inline-block;
    background-color: #6c2b95;
    transition: .3s all ease-in-out
}

.saasio-pagination a:hover,
.saasio-pagination a.active {
    background-color: #cc0fda
}

.saasio-blog-sidebar {
    padding-left: 30px
}

.side-bar-widget {
    margin-bottom: 60px
}

.saasio-blog-sidebar .widget-title-2 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 30px
}

.side-bar-widget .search-widget input {
    height: 50px;
    width: 100%;
    border: none;
    padding-left: 15px;
    background-color: #e6e6e6
}

.side-bar-widget .search-widget button {
    top: 0;
    right: 0;
    color: #fff;
    width: 50px;
    border: none;
    height: 50px;
    position: absolute;
    background-color: #6c2b95
}

.category-widget li a {
    width: 100%;
    display: block;
    font-family: 'Poppins';
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8d8d8
}

.category-widget li:last-child a {
    border-bottom: 0
}

.category-widget li a span {
    float: right
}

.recent-post-img-text {
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8d8d8
}

.recent-post-img-text:last-child {
    border-bottom: none
}

.recent-post-img-text .recent-post-img {
    height: 100px;
    width: 100px;
    overflow: hidden;
    margin-right: 15px
}

.recent-post-img-text .recent-post-text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 5px
}

.recent-post-img-text .recent-post-text .rec-post-meta {
    color: #9e9e9b
}

.popular-widget a {
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    margin: 3px;
    float: left;
    display: inline-block;
    background-color: #6c2b95
}

.blog-details-img {
    margin-bottom: 40px
}

.blog-details-text h2 {
    color: #373a5b;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 25px
}

.blog-details-text h3 {
    color: #373a5b;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px
}

.blog-details-text article {
    padding: 20px 0
}

.blog-details-text blockquote {
    z-index: 1;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 50px;
    border-radius: 4px;
    font-family: 'Poppins';
    position: relative;
    background-color: #73299a
}

.blog-details-text blockquote:after {
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
    font-size: 175px;
    font-weight: 900;
    content: '\f10d';
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
    color: rgb(255 255 255 / 25%);
    font-family: 'Font Awesome 5 Free'
}

.blog-details-text blockquote h4 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 15px
}

.blog-details-tag {
    margin-top: 40px;
    padding: 10px 0;
    border: 1px solid #ded7d7;
    border-left: none;
    border-right: none
}

.blog-feed-tag a {
    margin-left: 8px;
    padding: 10px 10px;
    display: inline-block;
    background-color: #f7f7f7;
    transition: .3s all ease-in-out
}

.blog-details-tag a:hover {
    color: #fff;
    background-color: #73299a
}

.blog-feed-share a {
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    background-color: #f7f7f7;
    transition: .3s all ease-in-out
}

.saasio-comment-field {
    padding-top: 80px
}

.saasio-comment-field h3 {
    font-weight: 600;
    font-size: 30px
}

.comment-author-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%
}

.comment-list-item {
    margin: 60px 0
}

.comment-inner-box {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #f8f8f8
}

.comment-author-text {
    overflow: hidden
}

.comment-author-text p {
    margin-bottom: 0;
    padding: 15px 0 5px
}

.comment-author-text h4 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px
}

.comment-author-text span {
    color: #969696
}

.comment-reply {
    margin-top: 10px;
    padding: 8px 20px;
    border-radius: 4px;
    display: inline-block;
    color: #fff!important;
    background-color: #73299a
}

.comment-form {
    margin-top: 40px
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    height: 60px;
    border: none;
    padding-left: 20px;
    margin-bottom: 20px;
    background-color: #f0f0f0
}

.comment-form textarea {
    height: 180px;
    padding-top: 20px
}

.comment-form button {
    border: none;
    color: #fff;
    padding: 15px 30px;
    background-color: #73299a
}

@media screen and (max-width:1024px) {
    .news-feed-section .saasio-blog-text {
        padding: 22px 30px 30px 0
    }
    .news-feed-section .saasio-blog-text h3 {
        font-size: 20px
    }
    .recent-post-img-text .recent-post-text h3 {
        font-size: 18px
    }
}

@media screen and (max-width:991px) {
    .blog-feed-img {
        margin-bottom: 20px
    }
    .blog-feed-img-txt {
        padding: 30px
    }
    .saasio-blog-sidebar {
        padding-left: 0
    }
}

@media screen and (max-width:767px) {
    .saasio-blog-sidebar {
        margin-top: 30px
    }
    .saasio-breadcurmb-section {
        padding: 150px 0 100px
    }
    .breadcurmb-title h2 {
        font-size: 30px
    }
    .blog-feed-share {
        margin-top: 15px;
        float: left!important
    }
    .comment-inner-box {
        padding: 15px
    }
    .comment-author-img {
        height: 80px;
        width: 80px
    }
}

.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
}

.pm-home::selection {
    color: #fff;
    background-color: #6e3ebf
}

.pm-home::-moz-selection {
    color: #fff;
    background-color: #6e3ebf
}

.pm-preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #fff;
    background: #fff url(../img/pre.svg) no-repeat center center
}

@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
}

.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: 0.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: 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 #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: 0.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: 0.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: none
}

.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;
    display: inline;
    font-size: 16px;
    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: 0.5s all ease-in-out
}

.pm-main-header .pm-main-navigation li:hover a:before,
.pm-main-header .pm-main-navigation li a.active:before {
    width: 100%
}

.pm-main-header .pm-header-btn {
    height: 60px;
    width: 115px;
    line-height: 60px;
    border: 2px solid #3c87eb;
    transition: 0.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: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
    transition: 0.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: 55px
}

.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: 0.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 0.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: 0.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: 0.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-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: "";
    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 {
    background-color: #f8f8f8
}

.pm-feature-section-2 .pm-feature-content-2 .pm-feature-process {
    z-index: 1;
    margin-bottom: 100px;
    background-color: #fff;
    padding: 80px 80px 65px 80px;
    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:nth-child(even) .pm-feature-process .pm-feature-item2 {
    float: right
}

.pm-feature-section-2 .pm-feature-content-2:nth-child(even) .pm-feature-process .pm-f-process-img {
    right: auto;
    left: -85px
}

.pm-feature-section-2 .pm-feature-content-2:last-child .pm-feature-process:after {
    display: none
}

.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: 0.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: 0.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: none;
    -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-text h3 {
    color: #003378;
    font-size: 18px;
    font-weight: 700;
    font-weight: 600
}

.pm-counter-section {
    z-index: 1
}

.pm-counter-section:after {
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 80px;
    z-index: -1;
    position: absolute;
    background-color: #f7f7f7
}

.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 a {
    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 .footer-widget-area .pm-footer-widget {
    float: left;
    width: 32.33%
}

.pm-footer-section .footer-widget-area .pm-footer-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: 0.3s all ease-in-out
}

.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: 0.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: 0.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 a {
    font-size: 16px;
    font-weight: 700;
    color: #003378;
    margin-right: 70px;
    transition: 0.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: 0.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 0.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: 0.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 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
}

.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: none;
    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: none;
    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 .footer-widget-area .pm-footer-widget {
        width: 100%;
        margin-bottom: 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
}

.inner-page-padding {
    padding: 100px 0
}

.sa-team-inner-inner-box {
    margin-bottom: 40px
}

.sa-team-inner-inner-box .str-team-img-text:hover .str-team-text {
    height: 175px
}

.sa-contact-inner-form {
    margin: 0 auto;
    max-width: 750px;
    padding-top: 50px
}
/* sloba 02.11.2022 - select */
.sa-contact-inner-form input,
.sa-contact-inner-form textarea,
.sa-contact-inner-form select {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 2px solid #e8e8e8
}
/* */
.sa-contact-inner-form textarea {
    height: 150px;
    padding-top: 20px
}

.sa-contact-inner-btn {
    width: 100%
}

.side-demo span {
    top: -20px;
    right: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 6px;
    position: absolute;
    background-color: #f40000
}

.custom-container {
    padding: 0 24px
}

.custom-testimonial-section h2 {
    color: #fff
}

.custom-testimonial-section {
    color: #fff
}

.testimonial-block-two .inner-box h5 {
    color: #fff
}

.app-edu-footer-menu p {
    color: #fff;
    font-style: italic
}

.app-edu-landing-footer-section-custom {
    padding-top: 40px;
    margin-top: 40px;
    background-image: linear-gradient(90deg, #5fbec1 0%, #66c2c1 50%, #7dd5b1 100%)!important
}

.app-edu-footer-widget-area {
    padding: 40px 0
}

.testimonial-block-two .inner-box .upper-box {
    min-height: 152px
}

.app-edu-faq-shape-custom {
    left: 0;
    bottom: 0
}

.faq-custom-container {
    padding: 24px;
    background-color: #fff;
    box-shadow: 0 5px 42px 0 rgb(0 0 0 / 10%)
}

.app-edu-about-text-custom {
    padding-top: 10px
}

.app-edu-about-section .app-edu-about-img-custom {
    margin-top: 24px;
    left: 0
}

.app-edu-blog-content-custom {
    padding: 40px 0 0
}

.btn-custom {
    padding: 0 32px;
    height: 65px;
    font-weight: 700;
    line-height: 65px;
    display: inline-block;
    font-family: "Poppins";
    border-radius: 45px;
    background-size: 200%, 1px;
    transition: all 200ms linear 0ms;
    background-image: linear-gradient(90deg, #9851fe 0%, #e77fff 50%, #9851fe);
    color: #fff;
    margin-top: 16px
}

.btn-custom:visited {
    color: #fff
}

.btn-contact-custom {
    width: fit-content
}

.btn-submit-custom {
    border: none
}

.app-edu-testimonial-btn-custom {
    height: fit-content;
    width: fit-content;
    padding: 16px 24px;
    color: #000;
    font-weight: 700;
    line-height: normal;
    font-size: 16px;
    border-radius: 30px;
    font-family: "Poppins";
    display: inline-block;
    border: 1px solid #d0d0d0;
    transition: 500ms all ease
}

.app-edu-testimonial-btn-custom:hover {
    color: #fff;
    background-color: #32acb1;
    border: 1px solid #32acb1
}

.app-edu-accordion-btn-custom {
    height: fit-content;
    width: fit-content;
    padding: 16px 24px;
    color: #000;
    font-weight: 700;
    line-height: normal;
    font-size: 16px;
    border-radius: 30px;
    font-family: "Poppins";
    display: inline-block;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    transition: 500ms all ease;
    text-align: center
}

.app-edu-accordion-btn-custom:hover {
    color: #fff;
    background-color: #32acb1;
    border: 1px solid #32acb1
}

.app-edu-counter-innerbox-custom .app-edu-counter-icon {
    color: #111;
    font-size: 55px;
    margin-right: 30px
}

.app-edu-counter-innerbox-custom .app-edu-counter-text {
    color: #111
}

.app-edu-counter-innerbox-custom .app-edu-counter-text h3 {
    font-size: 72px;
    font-weight: 700;
    margin-right: 20px
}

.app-edu-counter-innerbox-custom .app-edu-counter-text h4 {
    font-size: 24px;
    font-weight: 700;
    max-width: 140px
}

.odometer-inside {
    width: max-content
}

.link-custom,
.link-custom:visited {
    color: #9851fe
}

.link-white-custom,
.link-white-custom:visited {
    padding-top: 16px;
    color: #fff;
    text-decoration: underline
}

.link-white-custom:hover {
    cursor: pointer
}

.app-edu-about-section-custom {
    padding: 20px 0
}

.app-edu-about-section {
    padding: 40px 0
}

.app-edu-footer-contact-custom li {
    color: #fff
}

.dia-portfolio-slide-area .owl-nav .owl-prev,
.dia-portfolio-slide-area .owl-nav .owl-next {
    transform: translateY(0)
}

.dia-portfolio-section {
    padding: 0
}

.saas_two_feature_section {
    padding: 105px 0 0
}

.list-about-custom li {
    font-size: 24px;
    font-weight: 500
}

.applghu-get-in-touch-area .applghu-single-get-in-touch-info .applghu-get-in-touch-info-icon-box {
    justify-content: center;
    align-items: center
}

.saas_two_section_title h2 {
    padding: 5px 0 28px
}

.app-edu-footer-section-custom {
    padding-top: 360px
}

.applghu-get-in-touch-area-custom .applghu-get-in-touch-content-wrap-custom {
    padding: 70px 20px;
    background: none
}

.inner-page-padding-custom {
    padding-top: 100px
}

.testimonial-section-two-custom {
    background: none
}

.testimonial-section-two-landing-custom {
    background: none;
    padding: 0px;
    padding-top: 20px;
}

.owl-carousel-img-custom {
    width: 100%
}

.app-edu-banner-text-italic-custom {
    font-style: italic
}

.app-edu-text-bold-custom {
    font-weight: 600
}

.edu-get-in-touch-italic-custom {
    font-style: italic
}

.applghu-get-in-touch-area .applghu-single-get-in-touch-info {
    align-items: start
}

.edu-get-in-touch-min-width-custom {
    min-width: 60px
}

.edu-container-background-custom {
    background: #f9f9f9;
    border-radius: 5px;
    padding: 22px 20px
}

.app-edu-about-section .app-edu-about-img {
    left: 0;
    position: relative;
    animation: UpdownMoving 2s infinite alternate
}

.app-edu-text-normal-custom {
    font-weight: 400
}

.app-edu-h2-custom {
    font-weight: 500
}

.app-edu-banner-text-bold-custom {
    font-weight: 700
}

.app-edu-banner-text-center-custom {
    text-align: center
}

.app-edu-counter-innerbox .app-edu-counter-text-custom {
    color: #111
}

.app-edu-text-color-custom {
    color: #111
}

.app-edu-span-custom {
    font-style: italic;
    font-size: 12px
}

.app-edu-about-img-right-custom {
    left: 0;
    right: -80px
}

.small-container-banner-custom {
    width: 70%
}

.container-padding-custom {
    padding-top: 40px
}

.container-margin-custom {
    margin-top: 40px
}

.app-edu-certificate-section-custom {
    padding: 150px 0 0
}

.app-edu-shape-z-index-custom {
    z-index: -1
}

.app-edu-course-list-custom {
    margin-top: 0;
    font-size: 24px
}

.app-edu-about-list-custom {
    margin-top: 0
}

.app-edu-about-list-custom li:before {
    top: 0;
    left: 0;
    content: "";
    font-weight: 900;
    color: #930ce8;
    position: absolute;
    font-family: "Font Awesome 5 Free"
}

.app-edu-banner-text .banner-btn {
    padding: 16px 24px;
    height: fit-content;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    font-family: "Poppins";
    border-radius: 45px;
    background-size: 200%, 1px;
    transition: all 200ms linear 0ms;
    background-image: linear-gradient(90deg, #9851fe 0%, #e77fff 50%, #9851fe);
    border: none;
    color: #fff
}

.feature-tag-custom span {
    color: #951fb3;
    font-size: 18px;
    font-weight: 500;
    padding: 3px 30px;
    border-radius: 8px;
    display: inline-block;
    background-color: #ede0f4;
    font-family: 'Roboto'
}

.edu-video-section .edu-video-content .edu-video-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 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;
    z-index: 1
}

.it-nw-team-innerbox .it-nw-team-text {
    -webkit-box-shadow: 0 15px 50px 0 rgba(175, 0, 125, .1);
    box-shadow: 0 15px 50px 0 rgba(175, 0, 125, .1)
}

.edu-video-section .edu-video-content .edu-video-btn a {
    width: 70px;
    height: 70px;
    background-image: -webkit-linear-gradient(137deg, #9851fe 0%, #e77fff 100%);
    background-image: -o-linear-gradient(137deg, #9851fe 0%, #e77fff 100%);
    background-image: linear-gradient(313deg, #9851fe 0%, #e77fff 100%);
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    -webkit-animation: 1.5s aplpg-ripple-animation linear infinite;
    animation: 1.5s aplpg-ripple-animation linear infinite
}

.crm-screen-section {
    background-color: #fff
}

.edu-video-section .edu-video-content {
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

.btn-padding-custom {
    padding-top: 20px
}

.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-image: linear-gradient(-45deg, #e511e6 32%, #6b2c94 100%)
}

.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 {
    border-radius: 100%;
    box-shadow: 0 0 22px 0 rgb(0 0 0 / 28%)
}

.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-image: linear-gradient(-45deg, #e511e6 32%, #6b2c94 100%)
}

.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: 0.4s all ease-in-out;
    transform: scale(0);
    background-image: linear-gradient(-45deg, #e511e6 32%, #6b2c94 100%)
}

.soft-m-section-title h2 {
    color: rgb(17, 17, 17)
}

.soft-m-ft-process-text .soft-m-section-title .soft-ft-process-serial {
    background-color: #930ce8
}

.soft-m-ft-process-text .soft-m-section-title .soft-ft-process-serial:after {
    background-color: #930ce8
}

.soft-m-ft-process-text .soft-m-section-title .soft-ft-tag {
    color: #930ce8
}

.soft-m-feature-process-section {
    padding: 0
}

.saas_two_feature_section {
    padding: 0
}

@-webkit-keyframes aplpg-ripple-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0 #9851fe;
        box-shadow: 0 0 0 0 #9851fe
    }
    50% {
        -webkit-box-shadow: 0 0 0 40px rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 40px rgba(1, 93, 199, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0)
    }
}

@keyframes aplpg-ripple-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0 #9851fe;
        box-shadow: 0 0 0 0 #9851fe
    }
    50% {
        -webkit-box-shadow: 0 0 0 40px rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 40px rgba(1, 93, 199, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0)
    }
}

@-webkit-keyframes app-edu-ripple-animation-custom {
    0% {
        -webkit-box-shadow: 0 0 0 0 #5fbec1;
        box-shadow: 0 0 0 0 #5fbec1
    }
    50% {
        -webkit-box-shadow: 0 0 0 8px rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 8px rgba(1, 93, 199, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0)
    }
}

@keyframes app-edu-ripple-animation-custom {
    0% {
        -webkit-box-shadow: 0 0 0 0 #5fbec1;
        box-shadow: 0 0 0 0 #5fbec1
    }
    50% {
        -webkit-box-shadow: 0 0 0 8px rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 8px rgba(1, 93, 199, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0)
    }
}

@media screen and (max-width:991px) {
    .app-edu-landing-hero-girl {
        margin-top: 0
    }
    .app-edu-footer-section-custom {
        padding-top: 80px;
        background-image: linear-gradient(90deg, #5fbec1 0%, #66c2c1 50%, #7dd5b1 100%)!important
    }
    .app-edu-footer-section {
        padding-top: 40px;
        margin-top: 40px;
        background-image: linear-gradient(90deg, #5fbec1 0%, #66c2c1 50%, #7dd5b1 100%)!important
    }
}

@media screen and (max-width:480px) {
    .list-about-custom li {
        font-size: 20px
    }
}

@media screen and (max-width:1199px) {
    .app-edu-counter-innerbox-custom .app-edu-counter-text h3 {
        font-size: 50px
    }
}

@media screen and (max-width:1024px) {
    .app-edu-counter-innerbox-custom .app-edu-counter-text h3 {
        font-size: 36px;
        margin-right: 10px
    }
}
/* sloba 02.11.2022 */
@media (min-width: 960px) {
    a.app-edu-call-now-custom.text-center {
        display: none !important;
    }
}
/* sloba 04.11.2022 */
li.curriculum-list::before {
    content: ""!important;
}
li.curriculum-list hr {
    width: 60%;
    margin: 30px auto;
    height: 5px;
    background-image: linear-gradient(90deg, #9851fe 0%, #e77fff 50%, #9851fe);
    color: linear-gradient(90deg, #9851fe 0%, #e77fff 50%, #9851fe);
    border-radius: 5px;
}
li.curriculum-list div {
    margin-left: -40px;
}
li.curriculum-list div label {
    display: inline-block;
    margin-left: 25px;
    margin-top: 5px;
}
.old-price.line-through {
    /*text-decoration: line-through !important;*/
    margin-bottom: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.old-price.line-through:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 4px solid;
    border-top-color: #9851fe !important;
    border-color: inherit;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.old-price.line-through:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 4px solid;
    border-top-color: #9851fe !important;
    border-color: inherit;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
}
@media (max-width:520px) {
    .old-price.line-through:before {
        top: 30%;
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    .old-price.line-through:after {
        top: 30%;
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    span.fix-width-mob {
        max-width: 190px;
    }
}
.line-through.old-price .flexing-center {
    justify-content: center;
}
/* sloba 11.11.2022 - separator old price fix */
.fixme-old.app-edu-counter-innerbox::after {
    top: calc(22% + 4px);
}
.none {
    display:none !important;
}
/* */