@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900);
a {
    text-decoration: none
}

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

.row.m0 {
    margin: 0
}

.p0 {
    padding: 0
}

i:before {
    margin-left: 0!important
}

body {
    font: 300 15px/28px "Poppins", sans-serif;
    letter-spacing: 0;
    color: #677294;
    padding: 0;
    overflow-x: hidden;
    z-index: 0;
    position: relative
}

.body_wrapper {
    z-index: 20;
    overflow: hidden
}

a,
.btn,
button {
    text-decoration: none;
    outline: none
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
    text-decoration: none;
    outline: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (min-width:1250px) {
    .container {
        max-width: 1200px
    }
}

@media (max-width:767px) {
    .container {
        max-width: 100%
    }
}

.container.custom_container {
    max-width: 1520px
}

.btn_hover {
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.btn_hover:hover {
    color: #fff
}

.btn_get {
    font: 500 12px/47px "Poppins", sans-serif;
    color: #19c0f2;
    border: 2px solid #19c0f2;
    border-radius: 4px;
    -webkit-box-shadow: 0 20px 24px 0 rgba(0, 11, 40, .1);
    box-shadow: 0 20px 24px 0 rgba(0, 11, 40, .1);
    padding: 0 23px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 120px;
    text-align: center
}

.btn_get:hover {
    color: #fff;
    background: #19c0f2;
    border-color: #19c0f2;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #19c0f2;
    border-color: #19c0f2;
    color: #fff
}

.btn_get_two:hover {
    background: transparent;
    color: #19c0f2
}

.price_btn {
    font: 500 15px/53px "Poppins", sans-serif;
    color: #19c0f2;
    border: 1px solid #19c0f2;
    border-radius: 4px;
    padding: 0 25px;
    display: inline-block;
    -webkit-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear
}

.price_btn:hover {
    background: #19c0f2;
    color: #fff
}

.slider_btn {
    font: 500 14px/20px "Poppins", sans-serif;
    color: #00aff0;
    border-radius: 45px;
    padding: 15px 35px;
    background: #fff
}

.slider_btn:hover {
    background: #00aff0;
    color: #fff
}

.btn_three {
    font: 500 14px "Poppins", sans-serif;
    color: #fff;
    text-align: center;
    background-image: -moz-linear-gradient( 40deg, rgb(28, 74, 224) 0%, rgb(24, 211, 245) 100%);
    background-image: -webkit-linear-gradient( 40deg, rgb(28, 74, 224) 0%, rgb(24, 211, 245) 100%);
    background-image: -ms-linear-gradient( 40deg, rgb(28, 74, 224) 0%, rgb(24, 211, 245) 100%);
    border-radius: 3px;
    padding: 15px 30px;
    border: 1px solid #19c0f2;
    margin-top: 50px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
    display: inline-block
}

.btn_three:hover {
    color: #7444fd;
    background: transparent
}

.agency_banner_btn {
    font: 500 14px "Poppins", sans-serif;
    color: #fff;
    background: #19c0f2;
    -webkit-box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
    box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
    border-radius: 3px;
    padding: 16px 38px;
    border: 1px solid #19c0f2;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer
}

.agency_banner_btn:hover {
    color: #19c0f2;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent
}

.agency_banner_btn_two {
    font: 500 14px "Poppins", sans-serif;
    color: #222d39;
    position: relative;
    margin-left: 50px;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.agency_banner_btn_two:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #60656d;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear
}

.agency_banner_btn_two:hover {
    color: #19c0f2
}

.agency_banner_btn_two:hover:before {
    background: #19c0f2
}

.software_banner_btn {
    font: 500 14px "Poppins", sans-serif;
    color: #fff;
    background: #3d64f4;
    -webkit-box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
    box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
    display: inline-block;
    padding: 16px 42px;
    border-radius: 45px;
    border: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.software_banner_btn:hover {
    color: #3d64f4;
    background: #fff
}

.video_btn {
    font: 500 14px "Poppins", sans-serif;
    color: #fff;
    margin-left: 30px
}

.video_btn .icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    color: #3d64f4;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    margin-right: 18px;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .19);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .19)
}

.btn_four {
    font: 500 14px "Poppins", sans-serif;
    padding: 16px 40px;
    border-radius: 45px;
    color: #fff;
    border: 1px solid #3d64f4;
    background: #3d64f4;
    cursor: pointer
}

.btn_four:hover {
    color: #3d64f4;
    background: transparent
}

.saas_banner_btn {
    padding: 16px 40px;
    background: #3d57f4;
    border-radius: 4px;
    color: #fff
}

.btn_five {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 3px;
    padding: 12px 28px
}

.btn_five:hover {
    background: #3d57f4;
    border-color: #3d57f4
}

.app_btn {
    -webkit-box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
    box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
    background-color: #4069eb;
    display: inline-block;
    padding: 14px 40px;
    color: #fff;
    border-radius: 45px;
    border: 1px solid #4069eb
}

.app_btn:hover {
    color: #4069eb;
    background: #fbfbfd;
    -webkit-box-shadow: none;
    box-shadow: none
}

.gr_btn {
    font: 500 14px "Poppins", sans-serif;
    color: #23b1fe;
    display: inline-block;
    padding: 15px 31px;
    position: relative;
    min-width: 140px;
    border-radius: 4px;
    background-image: -moz-linear-gradient(-48deg, #237efd 0%, #24b0fe 46%, #24e2ff 100%);
    background-image: -webkit-linear-gradient(-48deg, #237efd 0%, #24b0fe 46%, #24e2ff 100%);
    background-image: -ms-linear-gradient(-48deg, #237efd 0%, #24b0fe 46%, #24e2ff 100%);
    z-index: 1;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.gr_btn:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 50%;
    width: calc(100% - 2px);
    bottom: 1px;
    border-radius: 4px;
    background: #fff;
    z-index: 0;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%)
}

.gr_btn .text {
    position: relative;
    z-index: 1
}

.gr_btn:hover {
    color: #fff
}

.gr_btn:hover:before {
    opacity: 0
}

.btn_six {
    background: #17c7bd;
    font-size: 15px;
    border: 1px solid #17c7bd;
    padding: 13px 35px;
    color: #fff;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block
}

.btn_six:hover {
    background: #ebfaf9;
    color: #17c7bd
}

.btn_six+.btn_six {
    background: #ebfaf9;
    color: #17c7bd;
    margin-left: 20px
}

.btn_six+.btn_six i {
    padding-right: 5px
}

.btn_six+.btn_six:hover {
    background: #17c7bd;
    color: #fff
}


/* counter */

.counter {
    padding: 120px 0px;
    background: -moz-linear-gradient(2.67% 104.35% 40deg, rgba(28, 70, 223, 1) 0.45%, rgba(27, 112, 230, 1) 31.16%, rgba(24, 216, 246, 1) 100%);
    background: -webkit-linear-gradient(40deg, rgba(28, 70, 223, 1) 0.45%, rgba(27, 112, 230, 1) 31.16%, rgba(24, 216, 246, 1) 100%);
    background: -webkit-gradient(linear, 2.67% 104.35%, 97.33% -4.35%, color-stop(0.0045, rgba(28, 70, 223, 1)), color-stop(0.3116, rgba(27, 112, 230, 1)), color-stop(1, rgba(24, 216, 246, 1)));
    background: -o-linear-gradient(40deg, rgba(28, 70, 223, 1) 0.45%, rgba(27, 112, 230, 1) 31.16%, rgba(24, 216, 246, 1) 100%);
    background: -ms-linear-gradient(40deg, rgba(28, 70, 223, 1) 0.45%, rgba(27, 112, 230, 1) 31.16%, rgba(24, 216, 246, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C46DF', endColorstr='#18D8F6' ,GradientType=0)";
    background: linear-gradient(50deg, rgba(28, 70, 223, 1) 0.45%, rgba(27, 112, 230, 1) 31.16%, rgba(24, 216, 246, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1C46DF', endColorstr='#18D8F6', GradientType=1);
    color: #ffffff;
}

.counter-logo {
    text-align: center;
    margin-bottom: 1.5rem;
}

.counter-logo img {
    width: 60px;
    height: 60px;
}


/* /Counter */


/* contact_info */

.contact_info ul li a {
    color: #677294!important;
}


/*/ contact_info */

.header_area {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 20;
    top: 0
}

.menu_one {
    padding: 0
}

.menu_one .btn_get {
    margin-left: 40px
}

.sticky_logo img {
    width: 168px;
}

.sticky_logo img+img {
    display: none
}

@media (min-width:992px) {
    .mobile_btn {
        visibility: hidden;
        display: none
    }
}

@media (max-width:991px) {
    .hidden-sm {
        visibility: hidden;
        display: none
    }
}

.menu>.nav-item {
    position: relative;
    padding-bottom: 35px;
    padding-top: 35px
}

.menu>.nav-item>.nav-link {
    font: 500 15px "Poppins", sans-serif;
    color: #051441;
    padding: 0;
    -webkit-transition: color .3s ease 0s;
    -o-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
    position: relative
}

.menu>.nav-item>.nav-link:before {
    content: "";
    width: 0;
    height: 1px;
    background: #19c0f2;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.menu>.nav-item>.nav-link:after {
    display: none
}

.menu>.nav-item.submenu .dropdown-menu {
    margin: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    left: -40px;
    min-width: 200px;
    padding: 0;
    background: transparent;
    -webkit-box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, .05);
    box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, .05)
}

@media (min-width:992px) {
    .menu>.nav-item.submenu .dropdown-menu {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
        opacity: 0;
        visibility: hidden;
        display: block
    }
}

.menu>.nav-item.submenu .dropdown-menu .nav-item {
    display: block;
    width: 100%;
    margin-right: 0;
    padding: 0 40px;
    background: #fff;
    position: relative
}

.menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link {
    padding: 0;
    white-space: nowrap;
    font: 400 14px/34px "Poppins", sans-serif;
    color: #051441;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
    display: none
}

.menu>.nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item:focus>.nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item.active>.nav-link {
    color: #19c0f2
}

.menu>.nav-item.submenu .dropdown-menu .nav-item:first-child {
    padding-top: 25px
}

@media (min-width:992px) {
    .menu>.nav-item.submenu .dropdown-menu .nav-item:first-child>.dropdown-menu {
        top: 0
    }
}

.menu>.nav-item.submenu .dropdown-menu .nav-item:last-child {
    padding-bottom: 30px;
    margin-bottom: -8px
}

.menu>.nav-item.submenu .dropdown-menu .nav-item>.dropdown-menu {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    padding: 0
}

.menu>.nav-item.submenu .dropdown-menu .nav-item>.dropdown-menu:before {
    display: none
}

@media (min-width:992px) {
    .menu>.nav-item.submenu .dropdown-menu .nav-item>.dropdown-menu {
        position: absolute;
        left: 100%;
        top: -25px;
        opacity: 0;
        display: block;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in
    }
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three .nav-item {
    padding: 20px 45px;
    border: 1px solid transparent;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three .nav-item .nav-link .navdropdown_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three .nav-item .nav-link .navdropdown_link .navdropdown_icon {
    margin-right: 25px
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three .nav-item .nav-link .navdropdown_link .navdropdown_content h5 {
    font: 500 16px "Poppins", sans-serif;
    color: #13112d;
    margin-bottom: 0
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three .nav-item .nav-link .navdropdown_link .navdropdown_content p {
    margin-bottom: 0;
    padding-top: 5px;
    font-size: 15px;
    line-height: 20px;
    color: #677294
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three .nav-item.nav_download_btn {
    border-top-color: #f2f0f7;
    padding: 15px 45px
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three .nav-item.nav_download_btn .nav-link .navdropdown_link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three .nav-item.nav_download_btn .nav-link .navdropdown_link .navdropdown_icon {
    margin-right: 10px
}

.menu>.nav-item.submenu .dropdown-menu.mega_menu_three .nav-item:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    border-color: #f2f0f7;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1), 0 -1px 0 0 rgba(243, 241, 248, .004);
    box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1), 0 -1px 0 0 rgba(243, 241, 248, .004)
}

.menu>.nav-item.submenu.mega_menu {
    position: static
}

.menu>.nav-item.submenu.mega_menu .mega_menu_inner {
    min-width: 200px;
    list-style: none;
    position: absolute;
    -webkit-box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, .05);
    box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, .05);
    left: 0;
    right: 0;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    background: #fff
}

@media (min-width:992px) {
    .menu>.nav-item.submenu.mega_menu .mega_menu_inner {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
        top: 100%;
        opacity: 0;
        visibility: hidden;
        display: block
    }
}

.menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    left: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

@media (min-width:992px) {
    .menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu>.nav-item {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
    width: 25%
}

.menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu>.nav-item>.nav-link {
    font: 500 18px "Poppins", sans-serif;
    color: #13112d
}

.menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu>.nav-item .dropdown-menu {
    left: 0;
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    top: 0
}

.menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu>.nav-item .dropdown-menu>.nav-item {
    padding-left: 0;
    padding-right: 0;
    white-space: normal
}

.menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu>.nav-item .dropdown-menu>.nav-item:first-child {
    padding-top: 20px
}

.menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu>.nav-item .dropdown-menu>.nav-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

@media (min-width:992px) {
    .menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu {
        padding: 20px
    }
}

@media (max-height:980px) and (min-width:992px) {
    .menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu {
        max-height: 750px
    }
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu .mCSB_scrollTools {
    width: 0
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu .mCSB_container {
    margin: 0
}

@media (min-width:992px) {
    .menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu .mCSB_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu .nav-item {
    padding: 15px 20px;
    margin-bottom: 0;
    width: 25%
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu .nav-item .item {
    text-align: center
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu .nav-item .item .rebon_tap {
    font: 500 12px "Poppins", sans-serif;
    color: #1bcb1f;
    background: #fff;
    display: block;
    position: absolute;
    top: -7px;
    left: -25px;
    padding: 15px 22px 5px;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu .nav-item .item .img {
    -webkit-box-shadow: 0 4px 8px 0 rgba(12, 0, 46, .06);
    box-shadow: 0 4px 8px 0 rgba(12, 0, 46, .06);
    position: relative;
    margin-top: 0;
    display: block;
    overflow: hidden
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu .nav-item .item .img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #13112d;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu .nav-item .item .img img {
    width: 100%;
    max-width: 100%
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu .nav-item .item .img.box_none {
    -webkit-box-shadow: none;
    box-shadow: none
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu .nav-item .item .text {
    font: 500 16px/22px "Poppins", sans-serif;
    color: #13112d;
    display: block;
    margin-top: 20px
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu .nav-item .item .text:hover {
    color: #19c0f2
}

.menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu .nav-item .item:hover .img:before {
    opacity: .50
}

@media (min-width:992px) {
    .menu>.nav-item.submenu.mega_menu:hover .dropdown-menu>.nav-item>.dropdown-menu {
        opacity: 1;
        visibility: visible
    }
    .menu>.nav-item.submenu.mega_menu:hover .mega_menu_inner {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }
}

.menu > .nav-item:nth-last-child(-n+2).submenu .dropdown-menu {
    left: auto;
    right: 0
}

.menu > .nav-item:nth-last-child(-n+2).submenu .dropdown-menu .nav-item > .dropdown-menu {
    left: auto;
    right: 100%
}

.menu > .nav-item:nth-last-child(-n+2).submenu.mega_menu .dropdown-menu {
    left: 0;
    right: auto
}

.menu > .nav-item:nth-last-child(-n+2).submenu.mega_menu .dropdown-menu .nav-item > .dropdown-menu {
    left: 0;
    right: auto
}

.menu>.nav-item+.nav-item {
    margin-left: 45px
}

.menu>.nav-item.active .nav-link {
    color: #19c0f2
}

.menu>.nav-item.active .nav-link:before {
    width: 100%;
    left: 0;
    right: auto
}

.menu>.nav-item:hover .nav-link {
    color: #19c0f2
}

.menu>.nav-item:hover .nav-link:before {
    width: 100%;
    left: 0;
    right: auto
}

@media (min-width:992px) {
    .menu>.nav-item:hover .dropdown-menu {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        visibility: visible
    }
}

@media (min-width:992px) and (min-width:992px) {
    .menu>.nav-item:hover .dropdown-menu>.nav-item:hover .dropdown-menu {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible
    }
}

.navbar .search_cart .search a,
.navbar .search_cart .shpping-cart a {
    font-size: 16px;
    line-height: 18px;
    color: #282835;
    margin-left: 12px
}

.navbar .search_cart .search {
    display: inline-block
}

.navbar .search_cart .search a.nav-link {
    font-size: 13px;
    line-height: 19px;
    position: relative;
    margin-left: 32px
}

.navbar .search_cart .search a.nav-link:before {
    width: 1px!important;
    height: 12px;
    left: -14px;
    top: 3px;
    background: #13112d
}

.navbar .search_cart .shpping-cart {
    display: inline-block;
    margin-left: 0;
    margin-right: 0
}

.navbar .search_cart .shpping-cart .num {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #19c0f2;
    color: #fff;
    font-size: 11px;
    display: block;
    position: absolute;
    top: -8px;
    right: -9px;
    line-height: 16px;
    text-align: center
}

.navbar .search_cart .shpping-cart .dropdown-menu {
    padding: 5px 0 0;
    min-width: 350px;
    width: 100%;
    position: absolute
}

.navbar .search_cart .shpping-cart .dropdown-menu li {
    background: #fff
}

.navbar .search_cart .shpping-cart .dropdown-menu li:first-child {
    padding-bottom: 0
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item a {
    color: #333;
    margin-left: 0
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-img {
    display: block;
    width: 30%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content {
    width: 60%;
    padding-left: 15px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content .cart-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content p {
    font-size: 14px;
    line-height: 22px;
    font-family: "Poppins", sans-serif;
    color: #333;
    font-weight: 300;
    margin-bottom: 0
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content p del {
    color: #919191
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove {
    width: 10%;
    text-align: right;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove a {
    font-size: 14px;
    color: #333
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove a:hover {
    color: #19c0f2
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item:hover .cart-img {
    opacity: .5
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item:hover .cart-title a {
    color: #19c0f2
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart_f {
    padding: 25px 30px 30px;
    background: #f9f9f9
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .total {
    font-size: 14px;
    color: #676b75
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .total .p-total {
    float: right;
    font-size: 20px;
    color: #333;
    font-weight: 500
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn {
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 4px;
    margin: 0;
    line-height: 40px;
    padding: 0 32px;
    background: #19c0f2;
    border: 1px solid #19c0f2;
    color: #fff;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn:hover {
    background: transparent;
    color: #19c0f2
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn+.get_btn {
    margin-left: 10px;
    background: transparent;
    color: #19c0f2
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn+.get_btn:hover {
    background: #19c0f2;
    color: #fff
}

.menu_two {
    padding: 0
}

.menu_two .w_menu>.nav-item .nav-link:before {
    background: #a5d5f5
}

.menu_two .w_menu>.nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link,
.menu_two .w_menu>.nav-item.submenu .dropdown-menu .nav-item:focus>.nav-link,
.menu_two .w_menu>.nav-item.submenu .dropdown-menu .nav-item.active>.nav-link {
    color: #00aff0
}

.menu_two .w_menu>.nav-item.submenu.mega_menu>.dropdown-menu>.nav-item>.nav-link {
    color: #13112d
}

.menu_two .menu_toggle .hamburger-cross span,
.menu_two .menu_toggle .hamburger span {
    background: #fff
}

.w_menu .nav-item .nav-link {
    color: #fff
}

.w_menu .nav-item .nav-link:before {
    background: #fff
}

.w_menu .nav-item:hover .nav-link,
.w_menu .nav-item.active .nav-link {
    color: #fff
}

.nav_right_btn .login_btn {
    font: 500 15px "Poppins", sans-serif;
    padding: 13px 32px;
    min-width: 120px;
    display: inline-block;
    text-align: center;
    color: #fff;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    border-top-right-radius: 45px;
    border: 1px solid transparent
}

.nav_right_btn .login_btn:hover,
.nav_right_btn .login_btn.active {
    background: #fff;
    color: #00aff0;
    -webkit-box-shadow: 0 20px 24px 0 rgba(0, 11, 40, .1);
    box-shadow: 0 20px 24px 0 rgba(0, 11, 40, .1)
}
.alert {
    position: fixed;
    z-index: 1000;
    right: 15px;
    top: 6rem;
}
@media (max-width:991px) {
    .nav_right_btn {
        display: block
    }
}

.menu_four .btn_get {
    border-color: #fff;
    padding: 0 30px;
    background: #fff;
    min-width: 120px;
    text-align: center
}

.menu_four .btn_get:hover {
    background-image: -moz-linear-gradient( 40deg, rgb(28, 74, 224) 0%, rgb(24, 211, 245) 100%);
    background-image: -webkit-linear-gradient( 40deg, rgb(28, 74, 224) 0%, rgb(24, 211, 245) 100%);
    background-image: -ms-linear-gradient( 40deg, rgb(28, 74, 224) 0%, rgb(24, 211, 245) 100%);
    border-color: #19c0f2;
}

.menu_four .btn_get_radious {
    background: transparent
}

.menu_four .btn_get_radious:hover {
    background: #fff
}

.menu_four .menu_toggle .hamburger span,
.menu_four .menu_toggle .hamburger-cross span {
    background: #fff
}

.menu_five {
    border-radius: 0
}

.menu_five .menu>.nav-item .nav-link {
    color: #fff
}

.menu_five .menu>.nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link,
.menu_five .menu>.nav-item.submenu .dropdown-menu .nav-item:focus>.nav-link,
.menu_five .menu>.nav-item.submenu .dropdown-menu .nav-item.active>.nav-link {
    color: #3d64f4
}

.menu_five .menu>.nav-item.submenu.mega_menu>.dropdown-menu>.nav-item>.nav-link {
    color: #051441
}

.menu_five .btn_get {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    line-height: 44px;
    padding: 0 28px;
    min-width: 120px;
    text-align: center
}

.menu_five .btn_get:hover {
    background: #fff;
    color: #3d64f4;
    border-color: #fff
}

.menu_five .menu_toggle .hamburger span,
.menu_five .menu_toggle .hamburger-cross span {
    background: #fff
}

.menu_six {
    padding: 0
}

.menu_six .menu>.nav-item .nav-link {
    color: #fff
}

.menu_six .menu>.nav-item:hover .nav-link,
.menu_six .menu>.nav-item.active .nav-link {
    color: #3d57f4
}

.menu_six .menu>.nav-item:hover .nav-link:before,
.menu_six .menu>.nav-item.active .nav-link:before {
    background: #3d57f4
}

.menu_six .menu>.nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link,
.menu_six .menu>.nav-item.submenu .dropdown-menu .nav-item:focus>.nav-link,
.menu_six .menu>.nav-item.submenu .dropdown-menu .nav-item.active>.nav-link {
    color: #3d57f4
}

.menu_six .menu>.nav-item.submenu.mega_menu>.dropdown-menu>.nav-item>.nav-link {
    color: #051441
}

.menu_six .menu > .nav-item:nth-last-child(-n+2).submenu .dropdown-menu {
    left: -40px;
    right: auto
}

.menu_six .menu_toggle .hamburger-cross span,
.menu_six .menu_toggle .hamburger span {
    background: #fff
}

.menu_six .btn_get {
    border: 1px solid #fff;
    line-height: 43px;
    color: #fff
}

.menu_six .btn_get:hover {
    background: #3d57f4;
    border-color: #3d57f4
}

.menu_seven {
    padding: 0
}

.menu_seven .menu .nav-item .nav-link {
    color: #fff
}

.menu_seven .menu .nav-item.active .nav-link:before,
.menu_seven .menu .nav-item:hover .nav-link:before {
    background: #fff
}

.menu_seven .menu .nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link,
.menu_seven .menu .nav-item.submenu .dropdown-menu .nav-item:focus>.nav-link,
.menu_seven .menu .nav-item.submenu .dropdown-menu .nav-item.active>.nav-link {
    color: #4069eb
}

.menu_seven .menu .nav-item.submenu.mega_menu>.dropdown-menu>.nav-item>.nav-link {
    color: #051441
}

.menu_seven .menu_toggle .hamburger-cross span,
.menu_seven .menu_toggle .hamburger span {
    background: #fff
}

.menu_seven .btn_get {
    background: transparent
}

.menu_seven .btn_get:hover {
    background: #fff;
    color: #4069eb
}

.menu_eight .menu .nav-item.active .nav-link:before,
.menu_eight .menu .nav-item:hover .nav-link:before {
    background: #fff
}

.menu_eight .menu .nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link,
.menu_eight .menu .nav-item.submenu .dropdown-menu .nav-item:focus>.nav-link,
.menu_eight .menu .nav-item.submenu .dropdown-menu .nav-item.active>.nav-link {
    color: #23b1fe
}

.menu_eight .menu .nav-item.submenu.mega_menu>.dropdown-menu>.nav-item>.nav-link {
    color: #051441
}

.menu_eight .saas_btn {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #23b1fe
}

.menu_eight .menu_toggle .hamburger-cross span,
.menu_eight .menu_toggle .hamburger span {
    background: #fff
}

.menu_nine .menu>.nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link,
.menu_nine .menu>.nav-item.submenu .dropdown-menu .nav-item:focus>.nav-link,
.menu_nine .menu>.nav-item.submenu .dropdown-menu .nav-item.active>.nav-link {
    color: #5f51fb
}

.menu_nine .menu_toggle .hamburger-cross span,
.menu_nine .menu_toggle .hamburger span {
    background: #fff
}

.menu_nine .btn_get {
    border-radius: 45px;
    line-height: 40px;
    font-size: 15px;
    margin-left: 35px
}

.btn_get_radious {
    border-radius: 45px;
    border-width: 1px;
    color: #fff;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 28px;
    line-height: 45px
}

.btn_get_radious:before {
    background: #5846ed
}

.btn_get_radious:hover {
    color: #5846ed
}

.navbar-toggler {
    padding: 0;
    margin-left: 20px
}

.navbar-toggler:focus {
    outline: none
}

.menu_toggle {
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: block
}

.menu_toggle .hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block
}

.menu_toggle .hamburger span {
    width: 0%;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    margin: 4px 0;
    display: block;
    background: #19c0f2;
    border-radius: 3px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.menu_toggle .hamburger span:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.menu_toggle .hamburger span:nth-child(2) {
    -webkit-transition-delay: .125s;
    -o-transition-delay: .125s;
    transition-delay: .125s
}

.menu_toggle .hamburger span:nth-child(3) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.menu_toggle .hamburger-cross {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block
}

.menu_toggle .hamburger-cross span {
    display: block;
    background: #19c0f2;
    border-radius: 3px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.menu_toggle .hamburger-cross span:nth-child(1) {
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 10px;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.menu_toggle .hamburger-cross span:nth-child(2) {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.collapsed .menu_toggle .hamburger span {
    width: 100%
}

.collapsed .menu_toggle .hamburger span:nth-child(1) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.collapsed .menu_toggle .hamburger span:nth-child(2) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.collapsed .menu_toggle .hamburger span:nth-child(3) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
    height: 0%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
    width: 0%;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.header_area_two+section,
.header_area_three+section {
    margin-top: 93px
}

.h_dark {
    background: #13112d
}

.header_area_three {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .1);
    box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .1)
}

.header_area_three .menu_four .pl_30 {
    padding-left: 30px
}

.header_area_three .menu_four .btn_get {
    border-color: #19c0f2;
    background: #19c0f2;
    color: #fff
}

.header_area_three .menu_four .btn_get:hover {
    background: transparent;
    color: #19c0f2
}

.header_area_three.navbar_fixed .menu_four .btn_get {
    border-color: #19c0f2!important
}

.header_area_four .header_top {
    background: #13112d
}

.header_area_four .header_top a {
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear
}

.header_area_four .header_top a:hover {
    color: #19c0f2
}

.header_area_four+section {
    margin-top: 144px
}

.header_top {
    padding: 12px 0
}

.header_contact_info {
    margin-bottom: 0
}

.header_contact_info li {
    display: inline-block;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize
}

.header_contact_info li:before {
    content: "";
    width: 1px;
    height: 12px;
    top: 1px;
    background: #5e5d76;
    display: inline-block;
    position: relative;
    margin: 0 22px 0 20px
}

.header_contact_info li:first-child:before {
    display: none
}

.header_contact_info li a {
    color: #c3c1da;
    font-weight: 300;
    padding-left: 5px
}

.header_social_icon {
    text-align: right;
    margin-bottom: 0
}

.header_social_icon li {
    display: inline-block;
    margin: 0 0 0 15px
}

.header_social_icon li a {
    font-size: 12px;
    color: #fff
}

.header_area_five .menu_one {
    padding: 0 50px
}

.header_area_six .header_top {
    border-bottom: 1px solid #e5ddfc
}

.header_area_six .header_top a:hover {
    color: #19c0f2!important
}

.header_area_six .header_top .header_contact_info li {
    color: #282835
}

.header_area_six .header_top .header_contact_info li a {
    color: #677294
}

.header_area_six .header_top .header_social_icon li a {
    color: #282835
}

.header_area_six+section {
    margin-top: 144px
}

.header_area_seven .header_top {
    background: #19c0f2;
    padding: 0
}

.header_area_seven .header_top a {
    line-height: 50px;
    opacity: .7;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.header_area_seven .header_top a:hover {
    opacity: 1
}

.header_area_seven .header_top .header_contact_info li i {
    vertical-align: middle
}

.header_area_seven .header_top .header_contact_info li a {
    color: #fff
}

.header_area_seven .header_top .header_social_icon {
    border-left: 1px solid #7444ff;
    padding-left: 22px;
    margin-left: 40px
}

.header_area_seven .header_top .header_top_menu {
    text-align: right;
    margin-bottom: 0
}

.header_area_seven .header_top .header_top_menu li {
    display: inline-block
}

.header_area_seven .header_top .header_top_menu li:before {
    content: "";
    width: 1px;
    height: 11px;
    background: #8e6bf7;
    display: inline-block;
    vertical-align: middle;
    margin: 0 17px 0 15px
}

.header_area_seven .header_top .header_top_menu li a {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #fff;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.header_area_seven .header_top .header_top_menu li:first-child:before {
    display: none
}

.header_area_seven+section {
    margin-top: 143px
}

.header_area {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.header_area.navbar_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .06);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .06)
}

.header_area.navbar_fixed .menu_one {
    padding: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.header_area.navbar_fixed .menu_one .btn_get {
    -webkit-box-shadow: none;
    box-shadow: none
}

.header_area.navbar_fixed .sticky_logo img {
    display: none
}

.header_area.navbar_fixed .sticky_logo img+img {
    display: block
}

.header_area.navbar_fixed .w_menu .nav-item .nav-link {
    color: #051441
}

.header_area.navbar_fixed .w_menu .nav-item .nav-link:before {
    background: #051441
}

.header_area.navbar_fixed .menu_two .menu_toggle .hamburger-cross span,
.header_area.navbar_fixed .menu_two .menu_toggle .hamburger span {
    background: #051441
}

.header_area.navbar_fixed .menu_two .nav_right_btn .login_btn.active,
.header_area.navbar_fixed .menu_two .nav_right_btn .login_btn:hover {
    border-color: #00aff0;
    color: #00aff0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header_area.navbar_fixed .menu_two .nav_right_btn .login_btn.active:hover {
    background: #00aff0;
    color: #fff
}

.header_area.navbar_fixed .menu_four .btn_get {
    border: 2px solid #19c0f2;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header_area.navbar_fixed .menu_four .btn_get:hover {
    border-color: #ffffff;
}

.header_area.navbar_fixed .menu_four .btn_get_radious {
    border-color: #563bd1;
    color: #563bd1
}

.header_area.navbar_fixed .menu_four .btn_get_radious:hover {
    background: #563bd1;
    color: #fff
}

.header_area.navbar_fixed .menu_four .menu_toggle .hamburger span,
.header_area.navbar_fixed .menu_four .menu_toggle .hamburger-cross span {
    background: #19c0f2
}

.header_area.navbar_fixed .nav_right_btn .login_btn {
    color: #051441
}

.header_area.navbar_fixed .menu_five .btn_get {
    border-color: #3d64f4;
    color: #3d64f4
}

.header_area.navbar_fixed .menu_five .btn_get:hover {
    background: #3d64f4;
    color: #fff
}

.header_area.navbar_fixed .menu_five .menu_toggle .hamburger-cross span,
.header_area.navbar_fixed .menu_five .menu_toggle .hamburger span {
    background: #3d64f4
}

.header_area.navbar_fixed .menu_six .menu>.nav-item>.nav-link {
    color: #051441
}

.header_area.navbar_fixed .menu_six .menu>.nav-item:hover>.nav-link,
.header_area.navbar_fixed .menu_six .menu>.nav-item.active>.nav-link {
    color: #3d57f4
}

.header_area.navbar_fixed .menu_six .menu>.nav-item:hover>.nav-link:before,
.header_area.navbar_fixed .menu_six .menu>.nav-item.active>.nav-link:before {
    background: #3d57f4
}

.header_area.navbar_fixed .menu_six .menu_toggle .hamburger-cross span,
.header_area.navbar_fixed .menu_six .menu_toggle .hamburger span {
    background: #3d57f4
}

.header_area.navbar_fixed .menu_six .btn_get {
    border-color: #3d57f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3d57f4
}

.header_area.navbar_fixed .menu_six .btn_get:hover {
    color: #fff
}

.header_area.navbar_fixed .menu_seven .menu>.nav-item>.nav-link {
    color: #051441
}

.header_area.navbar_fixed .menu_seven .menu>.nav-item:hover>.nav-link,
.header_area.navbar_fixed .menu_seven .menu>.nav-item.active>.nav-link {
    color: #4069eb
}

.header_area.navbar_fixed .menu_seven .menu>.nav-item:hover>.nav-link:before,
.header_area.navbar_fixed .menu_seven .menu>.nav-item.active>.nav-link:before {
    background: #4069eb
}

.header_area.navbar_fixed .menu_seven .btn_get {
    border-color: #4069eb;
    color: #4069eb
}

.header_area.navbar_fixed .menu_seven .btn_get:hover {
    background: #4069eb;
    color: #fff
}

.header_area.navbar_fixed .menu_seven .menu_toggle .hamburger-cross span,
.header_area.navbar_fixed .menu_seven .menu_toggle .hamburger span {
    background: #4069eb
}

.header_area.navbar_fixed .menu_eight .saas_btn {
    border-color: #23b1fe;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header_area.navbar_fixed .menu_eight .saas_btn:hover {
    background: #23b1fe;
    color: #fff
}

.header_area.navbar_fixed .menu_eight .menu_toggle .hamburger span,
.header_area.navbar_fixed .menu_eight .menu_toggle .hamburger-cross span {
    background: #23b1fe
}

.header_area.navbar_fixed .menu_nine .menu>.nav-item:hover>.nav-link,
.header_area.navbar_fixed .menu_nine .menu>.nav-item.active>.nav-link {
    color: #5f51fb
}

.header_area.navbar_fixed .menu_nine .menu>.nav-item:hover>.nav-link:before,
.header_area.navbar_fixed .menu_nine .menu>.nav-item.active>.nav-link:before {
    background: #5f51fb
}

.header_area.navbar_fixed .menu_nine .btn_get {
    border-color: #5f51fb;
    color: #5f51fb
}

.header_area.navbar_fixed .menu_nine .btn_get:hover {
    background: #5f51fb;
    color: #fff
}

.header_area.navbar_fixed .menu_nine .menu_toggle .hamburger-cross span,
.header_area.navbar_fixed .menu_nine .menu_toggle .hamburger span {
    background: #5f51fb
}

.header_area.navbar_fixed.header_area_five .menu_one {
    padding: 0 50px
}

.header_area.navbar_fixed.header_area_six .header_top {
    display: none
}

.full_header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 105;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px
}

.full_header .logo img {
    display: none
}

.full_header .logo img+img {
    display: inline-block
}

.full_header .bar_menu {
    cursor: pointer
}

.full_header .bar_menu span {
    width: 36px;
    height: 2px;
    background: #fff;
    display: block
}

.full_header .bar_menu span:not(:last-child) {
    margin-bottom: 7px
}

.full_header .bar_menu span:nth-child(2) {
    width: 24px
}

.full_header .bar_menu span:nth-child(3) {
    width: 30px
}

.full_header.content-white .logo img {
    display: inline-block
}

.full_header.content-white .logo img+img {
    display: none
}

.hamburger-menu-wrepper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding: 55px 80px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .8s ease .4s;
    transition: -webkit-transform .8s ease .4s;
    -o-transition: transform .8s ease .4s;
    transition: transform .8s ease .4s;
    transition: transform .8s ease .4s, -webkit-transform .8s ease .4s;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    background: rgba(0, 0, 0, .9)
}

.hamburger-menu-wrepper .nav {
    position: relative;
    z-index: 100;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
    visibility: hidden;
    -o-transition: all ease .3s .0s;
    -webkit-transition: all ease .3s .0s;
    transition: all ease .3s .0s
}

.hamburger-menu-wrepper .nav .nav_logo img {
    opacity: 1!important
}

.hamburger-menu-wrepper .nav .close-menu {
    color: #fff
}

.hamburger-menu-wrepper .animation-box {
    position: absolute;
    top: 5%;
    height: 100%;
    width: 100%;
    left: 0;
    -webkit-transform: perspective(600px) rotateX(-65deg);
    transform: perspective(600px) rotateX(-65deg);
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.hamburger-menu-wrepper .animation-box .menu-box {
    display: table;
    height: 100%;
    width: 62%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.hamburger-menu-wrepper.show-menu {
    z-index: 100;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    transition: -webkit-transform .7s ease .2s;
    -webkit-transition: -webkit-transform .7s ease .2s;
    -o-transition: transform .7s ease .2s;
    transition: transform .7s ease .2s;
    transition: transform .7s ease .2s, -webkit-transform .7s ease .2s
}

.hamburger-menu-wrepper.show-menu .nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity ease 1.4s .7s, -webkit-transform ease 1.4s .7s;
    transition: opacity ease 1.4s .7s, -webkit-transform ease 1.4s .7s;
    -o-transition: transform ease 1.4s .7s, opacity ease 1.4s .7s;
    transition: transform ease 1.4s .7s, opacity ease 1.4s .7s;
    transition: transform ease 1.4s .7s, opacity ease 1.4s .7s, -webkit-transform ease 1.4s .7s;
    opacity: 1;
    visibility: visible
}

.hamburger-menu-wrepper.show-menu .animation-box {
    top: 0;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    opacity: 1;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s
}

.hamburger-menu-wrepper.show-menu .animation-box .menu-box {
    opacity: 1
}

.hamburger-menu-wrepper.show-menu .animation-box .menu-box .offcanfas_menu>li a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity ease 1.4s .6s, -webkit-transform ease 1.4s .6s;
    transition: opacity ease 1.4s .6s, -webkit-transform ease 1.4s .6s;
    -o-transition: transform ease 1.4s .6s, opacity ease 1.4s .6s;
    transition: transform ease 1.4s .6s, opacity ease 1.4s .6s;
    transition: transform ease 1.4s .6s, opacity ease 1.4s .6s, -webkit-transform ease 1.4s .6s;
    opacity: 1;
    visibility: visible
}

.saas_home_area {
    position: relative;
    background: #fafafe;
    height: 1100px
}

.banner_top {
    padding-top: 210px
}

.banner_top h2 {
    color: #051441;
    margin-bottom: 25px
}

.banner_top p {
    margin-bottom: 42px
}

.banner_top .subcribes {
    max-width: 630px;
    margin: 0 auto
}

.banner_top .subcribes .form-control {
    border: 1px solid #e9ebf4;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 11, 40, .1);
    box-shadow: 0 30px 30px 0 rgba(0, 11, 40, .1);
    font: 400 15px/60px "Poppins", sans-serif;
    padding-left: 30px;
    color: #051441;
    height: 60px;
    z-index: 0
}

.banner_top .subcribes .form-control.placeholder {
    color: #b4b9c8
}

.banner_top .subcribes .form-control:-moz-placeholder {
    color: #b4b9c8
}

.banner_top .subcribes .form-control::-moz-placeholder {
    color: #b4b9c8
}

.banner_top .subcribes .form-control::-webkit-input-placeholder {
    color: #b4b9c8
}

.banner_top .subcribes .form-control:focus {
    border-color: #19c0f2
}

.banner_top .subcribes .btn_submit {
    position: absolute;
    right: 8px;
    background: #19c0f2;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 11px 32px
}

.saas_home_img {
    text-align: center;
    margin-top: 120px;
    position: relative
}

.saas_home_img img {
    -webkit-box-shadow: 0 40px 60px 0 rgba(0, 11, 40, .16);
    box-shadow: 0 40px 60px 0 rgba(0, 11, 40, .16);
    border-radius: 8px
}

.slider_area {
    background-image: -moz-linear-gradient(40deg, #1786d8 0%, #00aff0 100%);
    background-image: -webkit-linear-gradient(40deg, #1786d8 0%, #00aff0 100%);
    background-image: -ms-linear-gradient(40deg, #1786d8 0%, #00aff0 100%);
    height: 930px;
    background-size: cover;
    background-position: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.slider_area .bottom_shoape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%
}

.slider_area .middle_shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.leaf {
    position: absolute
}

.leaf.l_left {
    top: 200px;
    left: 260px
}

.leaf.l_right {
    right: 0;
    bottom: 100px
}

.mobile_img {
    position: relative
}

.mobile_img .img {
    -webkit-animation-timing-function: cubic-bezier(.54, .085, .5, .92);
    animation-timing-function: cubic-bezier(.54, .085, .5, .92);
    -webkit-animation-name: animateUpDown;
    animation-name: animateUpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.mobile_img .mobile {
    z-index: -1;
    position: relative
}

.mobile_img .women_img {
    top: 245px;
    right: 160px;
    z-index: 1
}

.slider_content {
    color: #fff;
    padding-top: 200px
}

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

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

.prototype_banner_area {
    background: #fbfbfd;
    padding-top: 220px;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.prototype_content .banner_subscribe .subcribes {
    display: block
}

.prototype_content .banner_subscribe .subcribes .form-control {
    max-width: 370px;
    width: 100%;
    border-radius: 3px;
    background-color: #fff;
    border: 0;
    height: 50px;
    color: #222d39;
    padding-left: 30px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(12, 0, 46, .06);
    box-shadow: 0 2px 3px 0 rgba(12, 0, 46, .06);
    font: 300 14px/28px "Poppins", sans-serif;
    border: 1px solid transparent
}

.prototype_content .banner_subscribe .subcribes .form-control.placeholder {
    color: #aeb4ba
}

.prototype_content .banner_subscribe .subcribes .form-control:-moz-placeholder {
    color: #aeb4ba
}

.prototype_content .banner_subscribe .subcribes .form-control::-moz-placeholder {
    color: #aeb4ba
}

.prototype_content .banner_subscribe .subcribes .form-control::-webkit-input-placeholder {
    color: #aeb4ba
}

.prototype_content .banner_subscribe .subcribes .form-control:focus {
    border-color: #19c0f2
}

.partner_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 100px;
    border-bottom: 1px solid #eeeef5;
    padding-bottom: 35px;
    position: relative;
    z-index: 4
}

.partner_logo .p_logo_item {
    width: calc(100% / 5);
    text-align: center
}

.partner_logo .p_logo_item img {
    max-width: 100%;
    -webkit-filter: contrast(.3%);
    filter: contrast(.3%);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.partner_logo .p_logo_item:hover img {
    -webkit-filter: contrast(100%);
    filter: contrast(100%)
}

.agency_banner_area {
    padding-top: 150px;
    position: relative;
    z-index: 1
}

.agency_banner_area .banner_shap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.agency_content h2 {
    font-size: 50px;
    line-height: 66px
}

.software_banner_area {
    min-height: 100vh;
    background-image: -moz-linear-gradient(140deg, #23026d 0%, #3d64f4 100%);
    background-image: -webkit-linear-gradient(140deg, #23026d 0%, #3d64f4 100%);
    background-image: -ms-linear-gradient(140deg, #23026d 0%, #3d64f4 100%);
    position: relative;
    z-index: 0
}

.software_banner_area:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: url("../img/home5/shap_tecture.png") no-repeat scroll center 0/cover
}

.saas_banner_area {
    background-image: -moz-linear-gradient(140deg, #030207 0%, #111339 100%);
    background-image: -webkit-linear-gradient(140deg, #030207 0%, #111339 100%);
    background-image: -ms-linear-gradient(140deg, #030207 0%, #111339 100%);
    padding-top: 230px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.saas_shap {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.dasboard_img img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.app_banner_area {
    background: url(../img/home7/banner.png.pagespeed.ce.djM6JeUYWh.png) no-repeat scroll center 100%;
    padding-top: 230px;
    padding-bottom: 210px;
    overflow: hidden;
    background-size: cover
}

.app_banner_area .app_img .app_screen {
    position: absolute;
    -webkit-animation-timing-function: cubic-bezier(.54, .085, .5, .92);
    animation-timing-function: cubic-bezier(.54, .085, .5, .92);
    -webkit-animation-name: animateUpDown;
    animation-name: animateUpDown;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.app_banner_area .app_img .app_screen.one {
    top: 135px;
    left: 110px;
    -webkit-animation-duration: 1.9s;
    animation-duration: 1.9s
}

.app_banner_area .app_img .app_screen.two {
    top: 46px;
    left: 220px;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s
}

.app_banner_area .app_img .app_screen.three {
    top: 6px;
    left: 375px;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s
}

.app_banner_contentmt h2 {
    line-height: 64px
}

.app_banner_contentmt .app_btn {
    border: 0;
    background: #fff;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    color: #4069eb;
    padding: 14px 40px
}

.app_banner_contentmt .app_btn:hover {
    border-color: #4069eb;
    background: #4069eb;
    color: #fff
}

.hiring {
    background-image: url(../img/hiring.jpg);
    background-repeat: no-repeat;
    padding: 180px 0 140px;
    position: relative;
    z-index: -1;
    overflow: hidden;
    color: #fff!important;
}

.hiring:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(2.67% 104.35% 40deg, rgba(28, 70, 223, 0.8) 0.45%, rgba(27, 112, 230, 0.8) 31.16%, rgba(24, 216, 246, 0.8) 100%);
    background: -webkit-linear-gradient(40deg, rgba(28, 70, 223, 0.8) 0.45%, rgba(27, 112, 230, 0.8) 31.16%, rgba(24, 216, 246, 0.8) 100%);
    background: -o-linear-gradient(40deg, rgba(28, 70, 223, 0.8) 0.45%, rgba(27, 112, 230, 0.8) 31.16%, rgba(24, 216, 246, 0.8) 100%);
    background: -ms-linear-gradient(40deg, rgba(28, 70, 223, 0.8) 0.45%, rgba(27, 112, 230, 0.8) 31.16%, rgba(24, 216, 246, 0.8) 100%);
    background-size: 200% 200%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    z-index: -1;
}

.home_banner,
.home_other {
    background: -moz-linear-gradient(2.67% 104.35% 40deg, rgba(28, 70, 223, 1) 0.45%, rgba(27, 112, 230, 1) 31.16%, rgba(24, 216, 246, 1) 100%);
    background: -webkit-linear-gradient(40deg, rgba(28, 70, 223, 1) 0.45%, rgba(27, 112, 230, 1) 31.16%, rgba(24, 216, 246, 1) 100%);
    background: -o-linear-gradient(40deg, rgba(28, 70, 223, 1) 0.45%, rgba(27, 112, 230, 1) 31.16%, rgba(24, 216, 246, 1) 100%);
    background: -ms-linear-gradient(40deg, rgba(28, 70, 223, 1) 0.45%, rgba(27, 112, 230, 1) 31.16%, rgba(24, 216, 246, 1) 100%);
    background-size: 200% 200%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    padding: 180px 0 140px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff!important;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.home_banner:after {
    background-image: url(../img/separator_bottom.png);
    position: absolute;
    content: '';
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100%;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0;
    z-index: -1;
}

.dot_shap {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, .03);
    border-radius: 50%;
    z-index: -1
}

.dot_shap.one {
    width: 740px;
    height: 740px;
    top: -280px
}

.dot_shap.two {
    width: 640px;
    height: 640px;
    top: -150px;
    right: -80px
}

.dot_shap.three {
    width: 640px;
    height: 640px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -450px
}

.agency_banner_img {
    margin-left: -100px
}

.jk_sub_content .agency_banner_btn {
    color: #19c0f2;
    border-color: #fff;
    background: #fff
}

.saas_banner_area_two {
    position: relative;
    z-index: 1
}

.saas_banner_area_two .shap_img {
    position: absolute;
    width: 101%;
    height: 540px;
    bottom: 120px;
    z-index: 0;
    left: 0;
    overflow: hidden;
    background-size: cover;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    right: 0
}

.saas_banner_area_two .section_intro {
    background-image: -moz-linear-gradient(-50deg, #237efd 0%, #24b0fe 46%, #24e2ff 100%);
    background-image: -webkit-linear-gradient(-50deg, #237efd 0%, #24b0fe 46%, #24e2ff 100%);
    background-image: -ms-linear-gradient(-50deg, #237efd 0%, #24b0fe 46%, #24e2ff 100%)
}

.section_container {
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
    height: 100vh
}

.section_container .intro {
    height: 53%;
    width: 100%;
    position: relative
}

.section_container .intro_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0 15px
}

.section_container .intro_content h1 {
    font-size: 50px;
    letter-spacing: -.20px;
    line-height: 70px;
    margin-bottom: 16px
}

.section_container .intro_content p {
    line-height: 30px;
    margin-bottom: 60px
}

.section_container .intro_content .subcribes {
    max-width: 570px;
    margin: 0 auto
}

.section_container .intro_content .subcribes .form-control {
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 11, 40, .1);
    box-shadow: 0 8px 16px 0 rgba(0, 11, 40, .1);
    font: 300 16px/36px "Poppins", sans-serif;
    border: 0;
    color: #a1a8be;
    height: 60px;
    padding-left: 30px;
    position: relative;
    z-index: 1
}

.section_container .intro_content .subcribes .form-control.placeholder {
    color: #a1a8be
}

.section_container .intro_content .subcribes .form-control:-moz-placeholder {
    color: #a1a8be
}

.section_container .intro_content .subcribes .form-control::-moz-placeholder {
    color: #a1a8be
}

.section_container .intro_content .subcribes .form-control::-webkit-input-placeholder {
    color: #a1a8be
}

.section_container .intro_content .subcribes .btn_submit {
    position: absolute;
    top: 0;
    right: 0;
    font: 400 14px/60px "Poppins", sans-serif;
    color: #fff;
    background: #1c7ce7;
    border-radius: 4px;
    padding: 0 25px;
    border: 0;
    z-index: 2
}

.animation_img {
    text-align: center;
    margin-top: -320px;
    z-index: 2;
    position: relative
}

.company_banner_area {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background-image: -moz-linear-gradient(125deg, #5f51fb 0%, #ae59cb 64%, #fd609b 100%);
    background-image: -webkit-linear-gradient(125deg, #5f51fb 0%, #ae59cb 64%, #fd609b 100%);
    background-image: -ms-linear-gradient(125deg, #5f51fb 0%, #ae59cb 64%, #fd609b 100%);
    z-index: 1;
    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;
    text-align: center;
    color: #fff
}

.company_banner_area .parallax-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 105%;
    z-index: -1;
    opacity: .1
}

.company_banner_area .company_banner_content h6 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 28px
}

.company_banner_area .company_banner_content h2 {
    font-size: 50px;
    line-height: 66px;
    font-weight: 700
}

.company_banner_area .company_banner_content .about_btn {
    color: #5f51fb;
    font-size: 15px;
    padding: 14px 35px;
    margin-top: 28px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff
}

.company_banner_area .company_banner_content .about_btn:hover {
    background: #fff;
    color: #5f51fb;
    -webkit-box-shadow: none;
    box-shadow: none
}

.new_startup_banner_area {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #563bd1;
    position: relative;
    z-index: 0
}

.new_startup_banner_area .new_startup_img {
    padding-right: 70px;
    position: relative;
    z-index: 1
}

.new_startup_banner_area .new_startup_img .line {
    position: absolute;
    z-index: -1;
    height: 100%
}

.new_startup_banner_area .new_startup_img .line.line_one {
    left: -40px;
    top: -95px
}

.new_startup_banner_area .new_startup_img .line.line_two {
    left: 80px;
    bottom: -138px;
    opacity: .4
}

.new_startup_banner_area .new_startup_img .line.line_three {
    right: 93px;
    top: -160px;
    opacity: .4
}

.new_startup_content h2 {
    font: 300 50px "Poppins", sans-serif;
    line-height: 65px;
    text-transform: uppercase
}

.new_startup_content h2 span {
    font-weight: 700
}

.new_startup_content .app_btn {
    background: #fff;
    border-color: #fff;
    color: #563bd1;
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 11, 40, .1);
    box-shadow: 0 20px 20px 0 rgba(0, 11, 40, .1)
}

.new_startup_content .app_btn i {
    padding-left: 8px
}

.startup_banner_area_three {
    min-height: 100vh;
    background: #17c7bd;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.startup_banner_area_three:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url("../img/new/startup_shap.png") no-repeat scroll center bottom/cover;
    z-index: -1
}

.startup_content_three h2 {
    font-size: 50px;
    color: #051441;
    font-weight: 300;
    line-height: 60px;
    margin-bottom: 30px
}

.startup_content_three h2 span {
    font-weight: 700
}

.startup_content_three p {
    font-size: 18px;
    color: #3c4043;
    line-height: 30px;
    font-style: italic;
    margin-bottom: 50px
}

.stratup_app_screen {
    position: absolute;
    width: 48%;
    height: 100%;
    right: 0;
    z-index: -1
}

.stratup_app_screen .phone,
.stratup_app_screen .laptop {
    position: absolute;
    right: 0
}

.stratup_app_screen .phone {
    bottom: -220px;
    left: 0
}

.stratup_app_screen .laptop {
    right: -200px;
    bottom: -200px
}

.digital_banner_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    background-image: -moz-linear-gradient(40deg, #5f51fb 0%, #767cfd 64%, #8ca7ff 100%);
    background-image: -webkit-linear-gradient(40deg, #5f51fb 0%, #767cfd 64%, #8ca7ff 100%);
    background-image: -ms-linear-gradient(40deg, #5f51fb 0%, #767cfd 64%, #8ca7ff 100%);
    position: relative;
    overflow: hidden;
    z-index: 1
}

.digital_banner_area .round_shap {
    position: absolute;
    border-radius: 50%;
    background-image: -moz-linear-gradient(50deg, #40dcfd 0%, #5286fd 36%, #632ffd 100%);
    background-image: -webkit-linear-gradient(50deg, #40dcfd 0%, #5286fd 36%, #632ffd 100%);
    background-image: -ms-linear-gradient(50deg, #40dcfd 0%, #5286fd 36%, #632ffd 100%);
    border-radius: 50%;
    z-index: -1
}

.digital_banner_area .round_shap.one {
    width: 200px;
    height: 200px;
    left: -100px
}

.digital_banner_area .round_shap.two {
    width: 520px;
    height: 520px;
    left: 38%;
    bottom: -100px
}

.digital_banner_area .round_shap.three {
    width: 100px;
    height: 100px;
    left: 34%;
    top: 200px
}

.digital_banner_area #demo {
    position: absolute;
    z-index: -1
}

.digital_content {
    color: #fff;
    padding-right: 85px
}

.digital_content h6 {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    border-bottom: 1px solid #fff;
    display: inline-block
}

.digital_content h2 {
    font-size: 50px;
    line-height: 66px;
    font-weight: 700;
    margin-bottom: 20px
}

.digital_content p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 44px
}

.digital_content .btn_six {
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 11, 40, .1);
    box-shadow: 0 30px 30px 0 rgba(0, 11, 40, .1);
    background: #26c4e5;
    border-color: #26c4e5
}

.digital_content .btn_six:hover {
    background: #26c4e5;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.digital_video_slider {
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.digital_video_slider .owl-stage {
    padding-left: 0!important;
    padding-bottom: 30px
}

.digital_video_slider .video_item {
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 11, 40, .12);
    box-shadow: 0 20px 30px 0 rgba(0, 11, 40, .12)
}

.digital_video_slider .video_item .video_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.digital_video_slider .video_item .video_icon:before {
    -webkit-transform: scale(1.32);
    -ms-transform: scale(1.32);
    transform: scale(1.32)
}

.digital_video_slider .video_item .video_icon:after {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 15px 1px rgba(255, 255, 255, .3);
    box-shadow: 0 1px 15px 1px rgba(255, 255, 255, .3);
    content: "";
    -webkit-animation: pulse 2s infinite;
    -webkit-transform: scale(8);
    -ms-transform: scale(8);
    transform: scale(8);
    animation: pulse 2s infinite
}

.digital_video_slider .video_item .video_icon i:after {
    display: none
}

.saas_banner_area_three .owl-stage {
    padding-bottom: 138px
}

.saas_banner_area_three .owl-dots {
    position: absolute;
    right: 50px;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0
}

.saas_banner_area_three .owl-dots button {
    display: block;
    margin: 15px 0
}

.saas_banner_area_three .owl-dots button span {
    background: #9886f7;
    border-color: #9886f7
}

.saas_banner_area_three .owl-dots button.active span {
    background: #fff;
    border-color: #fff
}

.saas_banner_area_three .slider_item {
    min-height: 900px;
    background-image: -moz-linear-gradient(125deg, #5f51fb 0%, #ae59cb 64%, #fd609b 100%);
    background-image: -webkit-linear-gradient(125deg, #5f51fb 0%, #ae59cb 64%, #fd609b 100%);
    background-image: -ms-linear-gradient(125deg, #5f51fb 0%, #ae59cb 64%, #fd609b 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.saas_banner_area_three .slider_item.slider_item_two {
    background-image: -moz-linear-gradient(-120deg, #8647f9 0%, #4e91c1 64%, #15da88 100%);
    background-image: -webkit-linear-gradient(-120deg, #8647f9 0%, #4e91c1 64%, #15da88 100%);
    background-image: -ms-linear-gradient(-120deg, #8647f9 0%, #4e91c1 64%, #15da88 100%)
}

.saas_banner_area_three .slider_item .slidet_content {
    text-align: center;
    color: #fff;
    padding-top: 250px
}

.saas_banner_area_three .slider_item .slidet_content h2 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 15px
}

.saas_banner_area_three .slider_item .slidet_content h2 span {
    font-weight: 300
}

.saas_banner_area_three .slider_item .slidet_content p {
    margin-bottom: 45px
}

.saas_banner_area_three .slider_item .slidet_content .slider_btn {
    padding: 14px 51px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff
}

.saas_banner_area_three .slider_item .slidet_content .slider_btn:hover {
    background: #fff;
    color: #5f51fb
}

.saas_banner_area_three .slider_item .slidet_content .slider_btn+.slider_btn {
    background: #fff;
    color: #5f51fb;
    margin-left: 15px
}

.saas_banner_area_three .slider_item .slidet_content .slider_btn+.slider_btn:hover {
    background: transparent;
    color: #fff
}

.saas_banner_area_three .slider_item .slidet_content_two {
    color: #fff;
    padding-top: 190px
}

.saas_banner_area_three .slider_item .slidet_content_two h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px
}

.saas_banner_area_three .slider_item .slidet_content_two .slider_btn {
    border-radius: 3px;
    color: #1bd38e
}

.saas_banner_area_three .slider_item .slidet_content_two .slider_btn:hover {
    background: #1bd38e;
    color: #fff
}

.saas_banner_area_three .slider_item .image_mockup {
    position: absolute;
    bottom: -140px;
    width: 1030px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

.saas_banner_area_three .slider_item .image_mockup img {
    max-width: 100%;
    width: auto;
    display: inline-block
}

.saas_banner_area_three .slider_item .image_mockup .laptop {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all .7s linear;
    -o-transition: all .7s linear;
    transition: all .7s linear
}

.saas_banner_area_three .slider_item .image_mockup .phone {
    right: 0;
    position: absolute;
    bottom: 46px
}

.saas_banner_area_three .slider_item .image_mockup .watch {
    left: 0;
    position: absolute;
    bottom: 0
}

.saas_banner_area_three .active .image_mockup .laptop {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

.breadcrumb_area {
    background-image: -moz-linear-gradient(180deg, #19c0f2 0%, #a485fd 100%);
    background-image: -webkit-linear-gradient(180deg, #19c0f2 0%, #a485fd 100%);
    background-image: -ms-linear-gradient(180deg, #19c0f2 0%, #a485fd 100%);
    position: relative;
    z-index: 1;
    padding: 235px 0 125px;
    overflow: hidden
}

.breadcrumb_area .breadcrumb_shap {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.breadcrumb_area_two {
    background: #f8f6fe;
    position: relative;
    padding: 235px 0 125px;
    z-index: 1
}

.breadcrumb_area_two .breadcrumb_shap {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%
}

.breadcrumb_area_two .bubble li {
    background: #19c0f2;
    opacity: .1;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute
}

.breadcrumb_area_two .bubble li:nth-child(1) {
    left: 220px;
    bottom: 50px;
    -webkit-animation: spin3 2s infinite alternate;
    animation: spin3 2s infinite alternate
}

.breadcrumb_area_two .bubble li:nth-child(2) {
    left: 35%;
    top: 100px;
    -webkit-animation: spin 2s infinite alternate;
    animation: spin 2s infinite alternate
}

.breadcrumb_area_two .bubble li:nth-child(3) {
    left: 40%;
    width: 51px;
    height: 51px;
    bottom: 50px;
    -webkit-animation: spin1 3s infinite alternate;
    animation: spin1 3s infinite alternate
}

.breadcrumb_area_two .bubble li:nth-child(4) {
    left: 42%;
    bottom: 50px;
    width: 20px;
    height: 20px
}

.breadcrumb_area_two .bubble li:nth-child(5) {
    left: 76%;
    width: 51px;
    height: 51px;
    top: 160px;
    -webkit-animation: spin1 3s infinite alternate;
    animation: spin1 3s infinite alternate
}

.breadcrumb_area_two .bubble li:nth-child(6) {
    left: 75%;
    width: 30px;
    height: 30px;
    top: 186px
}

.breadcrumb_area_two .bubble li:nth-child(7) {
    left: 52%;
    top: 150px;
    width: 20px;
    height: 20px;
    -webkit-animation: spin2 2s infinite alternate;
    animation: spin2 2s infinite alternate
}

.breadcrumb_area_two .bubble li:nth-child(8) {
    left: 90%;
    top: 250px;
    width: 20px;
    height: 20px;
    -webkit-animation: spin2 2s infinite alternate;
    animation: spin2 2s infinite alternate
}

.breadcrumb_content_two h1 {
    color: #222d39;
    margin-bottom: 12px
}

.breadcrumb_content_two .breadcrumb {
    background: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.breadcrumb_content_two .breadcrumb li {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    color: #525c7c
}

.breadcrumb_content_two .breadcrumb li a {
    color: #051441
}

.breadcrumb_content_two .breadcrumb li+li {
    padding-left: 32px
}

.breadcrumb_content_two .breadcrumb li+li:after {
    content: "\e649";
    font-family: 'themify';
    position: absolute;
    left: 8px;
    top: 0;
    font-size: 14px
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: translateX(-10px) scale(0.9);
        transform: translateX(-10px) scale(0.9);
    }
    100% {
        -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
        transform: translateX(30px) scale(1.3) translateY(10px);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: translateX(-10px) scale(0.9);
        transform: translateX(-10px) scale(0.9);
    }
    100% {
        -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
        transform: translateX(30px) scale(1.3) translateY(10px);
    }
}

@-webkit-keyframes spin1 {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes spin1 {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
}

@keyframes spin2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
}

@-webkit-keyframes spin3 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    25% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}

@keyframes spin3 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    25% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}

.blog_breadcrumb_area {
    position: relative;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

.blog_breadcrumb_area .background_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: -moz-linear-gradient(-140deg, #19c0f2 0%, #8037da 100%);
    background-image: -webkit-linear-gradient(-140deg, #19c0f2 0%, #8037da 100%);
    background-image: -ms-linear-gradient(-140deg, #19c0f2 0%, #8037da 100%);
    opacity: .90;
    z-index: -1
}

.blog_breadcrumb_area .breadcrumb_content_two {
    color: #fff;
    padding-top: 80px
}

.blog_breadcrumb_area .breadcrumb_content_two h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px
}

.blog_breadcrumb_area .breadcrumb_content_two h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.25em;
    color: #fff;
    margin-bottom: 25px
}

.blog_breadcrumb_area .breadcrumb_content_two ol {
    margin-bottom: 0
}

.blog_breadcrumb_area .breadcrumb_content_two ol li {
    display: inline-block;
    font-size: 16px
}

.blog_breadcrumb_area .breadcrumb_content_two ol li+li:before {
    content: "\e649";
    display: inline-block;
    font-family: 'themify';
    font-size: 10px;
    margin: 0 5px 0 3px
}

.service_promo_area {
    position: relative;
    overflow: hidden;
    z-index: 0
}

.service_promo_area .shape {
    position: absolute;
    width: 100%;
    height: 1320px;
    z-index: -1
}

.service_promo_area .shape.shape_one {
    opacity: .01;
    left: -25%;
    top: 350px
}

.service_promo_area .shape.shape_two {
    opacity: .02;
    left: -15%;
    top: 400px
}

.service_promo_area .shape.shape_three {
    right: -52%;
    bottom: -9%;
    opacity: .01
}

.service_promo_area .shape.shape_four {
    right: -44%;
    bottom: -12%;
    opacity: .02
}

.s_service_section {
    margin-top: 360px
}

.s_service_item {
    background-image: -moz-linear-gradient(40deg, #19c0f2 0%, #19cce6 100%);
    background-image: -webkit-linear-gradient(40deg, #19c0f2 0%, #19cce6 100%);
    background-image: -ms-linear-gradient(40deg, #19c0f2 0%, #19cce6 100%);
    -webkit-box-shadow: 0 20px 60px 0 rgba(0, 11, 40, .06);
    box-shadow: 0 20px 60px 0 rgba(0, 11, 40, .06);
    padding: 50px 40px 40px;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.s_service_item .icon {
    width: 82px;
    height: 82px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    line-height: 82px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 34px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.s_service_item .icon.icon_1 {
    background-color: rgba(10, 188, 123, .059);
    border-color: rgba(10, 188, 123, .3);
    color: #0abc7b
}

.s_service_item .icon.icon_2 {
    border-color: rgba(231, 178, 18, .3);
    background-color: rgba(214, 167, 25, .059);
    color: #d6a719
}

.s_service_item .icon.icon_3 {
    color: #19c0f2;
    background-color: rgba(103, 84, 226, .059);
    border-color: rgba(103, 84, 226, .3)
}

.s_service_item .icon.icon_4 {
    color: #f91c60;
    background-color: rgba(248, 27, 95, .059);
    border-color: rgba(248, 27, 95, .3)
}

.s_service_item .solid_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.s_service_item h5 {
    margin-bottom: 18px;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.s_service_item:hover .solid_overlay {
    opacity: 0
}

.s_service_item:hover .learn_btn_two,
.s_service_item:hover h5,
.s_service_item:hover p {
    color: #fff
}

.s_service_item:hover .icon {
    border-color: rgba(255, 255, 255, .3);
    background-color: rgba(255, 255, 255, .059);
    color: #fff
}

.learn_btn_two {
    color: #051441;
    font-size: 15px;
    display: inline-block;
    margin-top: 7px;
    position: relative;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.learn_btn_two:before {
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    left: 0;
    background: #fff;
    bottom: 0;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.learn_btn_two i {
    font-size: 13px;
    padding-left: 5px;
    vertical-align: middle
}

.learn_btn_two:hover {
    color: #fff
}

.learn_btn_two:hover:before {
    width: 100%
}

.learn_btn_two:hover i {
    padding-left: 10px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.service_promo_area_two {
    margin-top: -140px;
    padding-bottom: 120px
}

.service_promo_area_two .s_service_section {
    margin-top: 200px
}

.service_promo_area_two .shape.shape_one {
    top: 150px
}

.service_promo_area_two .shape.shape_two {
    top: 250px
}

.service_promo_area_two .s_service_item {
    background: #5f51fb
}

.s_features_section {
    margin-top: 190px;
    padding-bottom: 70px
}

.s_features_item .s_features_content {
    max-width: 590px
}

.s_features_item .s_features_content .icon_square {
    width: 72px;
    height: 72px;
    border-radius: 4px;
    border: 1px solid rgba(127, 203, 17, .3);
    background-color: rgba(127, 203, 17, .059);
    text-align: center;
    font-size: 30px;
    line-height: 72px;
    color: #7fcb11
}

.s_features_item .s_features_content h2 {
    margin: 32px 0 20px
}

.s_features_item .ml_50 {
    margin-left: -50px
}

.s_features_item .ml_25 {
    margin-left: -25px
}

.s_features_item.s_features_item_two .s_features_content .icon_square {
    background-color: rgba(94, 44, 237, .059);
    border-color: rgba(94, 44, 237, .3);
    color: #19c0f2
}

.s_features_item.s_features_item_two .s_features_content .learn_btn:hover {
    color: #19c0f2
}

.s_features_item.s_features_item_two .s_features_content .learn_btn:hover:before {
    background: #19c0f2
}

.s_features_item.s_features_item_two .s_features_content .learn_btn:hover i {
    color: #19c0f2
}

.learn_btn {
    font: 500 16px/25px "Poppins", sans-serif;
    color: #051441;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin-top: 30px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.learn_btn i {
    padding-left: 8px;
    font-size: 14px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.learn_btn:before {
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #051441;
    position: absolute;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear
}

.learn_btn:hover {
    color: #7fcb11
}

.learn_btn:hover:before {
    background: #7fcb11
}

.learn_btn:hover i {
    padding-left: 15px
}

.software_promo_area {
    background: #f6f7fa;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.software_promo_area .round_shape {
    border-radius: 50%;
    max-width: 650px;
    min-height: 650px;
    margin: 120px auto 0;
    position: relative
}

.software_promo_area .round_shape .symbols-pulse {
    top: 50%
}

.software_promo_area .round_shape .r_shape {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #e9ebf0;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.software_promo_area .round_shape .r_shape.r_shape_five {
    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
}

.software_promo_area .round_shape .r_shape.r_shape_five a {
    display: block;
    color: #fff;
    font-size: 80px;
    font-weight: 700
}

.software_promo_area .round_shape .r_shape.r_shape_five .round {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    background: #399be4;
    border: 5px solid #fff;
    right: 10px;
    position: absolute;
    bottom: 12px
}

.s_promo_info .promo_item {
    position: absolute;
    border-style: solid;
    border: 0 solid rgba(93, 88, 247, .14);
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 11, 40, .1);
    box-shadow: 0 30px 60px 0 rgba(0, 11, 40, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    width: 95px;
    height: 95px
}

.s_promo_info .promo_item .text {
    padding: 10px
}

.s_promo_info .promo_item .text img {
    max-width: 100%;
    height: auto
}

.s_promo_info .promo_item .text p {
    display: block;
    font-size: 14px;
    color: #677294;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 400
}

.s_promo_info .promo_item.item_one {
    left: 50%;
    top: 0
}

.s_promo_info .promo_item.item_two {
    left: 0;
    top: 228px
}

.s_promo_info .promo_item.item_three {
    left: 133px;
    top: 95px
}

.s_promo_info .promo_item.item_four {
    left: 72%;
    top: 23%
}

.s_promo_info .promo_item.item_five {
    left: 84%;
    top: 50%
}

.s_promo_info .promo_item.item_six {
    top: 61%;
    left: 24%
}

.s_promo_info .promo_item.item_seven {
    top: 70%;
    left: 67%
}

.s_promo_info .promo_item.item_eight {
    top: 84%;
    left: 41%
}

.s_promo_info .promo_item.item_nine {
    left: 0;
    top: 65%
}

.s_promo_info .promo_item.scroll_animation.in-view {
    opacity: 1
}

.s_promo_info .promo_item.scroll_animation.in-view.item_one {
    -webkit-animation: rollIncustom3 .6s linear;
    animation: rollIncustom3 .6s linear
}

.s_promo_info .promo_item.scroll_animation.in-view.item_two {
    -webkit-animation: rollIncustom .6s linear;
    animation: rollIncustom .6s linear
}

.s_promo_info .promo_item.scroll_animation.in-view.item_three {
    -webkit-animation: rollIncustom1 .9s linear;
    animation: rollIncustom1 .9s linear
}

.s_promo_info .promo_item.scroll_animation.in-view.item_four {
    -webkit-animation: rollIncustom4 1.2s linear;
    animation: rollIncustom4 1.2s linear
}

.s_promo_info .promo_item.scroll_animation.in-view.item_five {
    -webkit-animation: rollIncustom5 .9s linear;
    animation: rollIncustom5 .9s linear
}

.s_promo_info .promo_item.scroll_animation.in-view.item_six {
    -webkit-animation: rollIncustom6 .6s linear;
    animation: rollIncustom6 .6s linear
}

.s_promo_info .promo_item.scroll_animation.in-view.item_seven {
    -webkit-animation: rollIncustom7 .9s linear;
    animation: rollIncustom7 .9s linear
}

.s_promo_info .promo_item.scroll_animation.in-view.item_eight {
    -webkit-animation: rollIncustom8 .6s linear;
    animation: rollIncustom8 .6s linear
}

.s_promo_info .promo_item.scroll_animation.in-view.item_nine {
    -webkit-animation: rollIncustom9 .9s linear;
    animation: rollIncustom9 .9s linear
}

.process_area .features_info {
    padding-bottom: 185px
}

.features_area {
    background: #fbfbfd;
    overflow: hidden
}

.feature_info .feature_img img {
    max-width: 100%
}

.feature_info .feature_img.f_img_one {
    margin-left: -50px
}

.feature_info .feature_img.f_img_one .one {
    bottom: 10px;
    left: 50px
}

.feature_info .feature_img.f_img_one .three {
    bottom: 60px;
    left: 50px
}

.feature_info .feature_img.f_img_two .one {
    right: 120px;
    bottom: 10px
}

.feature_info .feature_img.f_img_two .three {
    right: 70px;
    bottom: 30px
}

.feature_info .feature_img.f_img_two .four {
    top: 80px;
    left: 100px
}

.feature_info .f_content .icon {
    position: relative;
    width: 105px;
    height: 105px;
    text-align: center;
    line-height: 105px;
    font-size: 20px;
    color: #fff;
    margin-left: -24px;
    z-index: 1
}

.feature_info .f_content .icon img {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: -1
}

.feature_info .f_content h2 {
    color: #3f4451;
    line-height: 44px;
    padding-right: 50px;
    margin: 8px 0 30px
}

.feature_info .f_content p {
    color: #677294;
    line-height: 30px;
    margin-bottom: 0
}

.prototype_featured_area {
    background: #f4f4f9;
    position: relative;
    z-index: 1
}

.p_feature_item+.p_feature_item {
    margin-top: 170px
}

.p_feature_item img {
    max-width: 100%
}

.p_feature_item .p_feture_img_one {
    margin-right: -160px
}

.p_feature_item .p_feture_img_two {
    margin-left: -160px
}

.p_feature_item .prototype_content h2 {
    font-size: 26px;
    line-height: 36px;
    padding-right: 70px
}

.p_feature_item .prototype_content .prototype_logo {
    background-color: #fbfbfd;
    -webkit-box-shadow: 0 2px 3px 0 rgba(12, 0, 46, .04);
    box-shadow: 0 2px 3px 0 rgba(12, 0, 46, .04);
    display: inline-block;
    padding: 7px 16px;
    margin: 35px 0 45px
}

.p_feature_item .prototype_content .prototype_logo a {
    display: inline-block;
    padding: 10px 12px
}

.p_feature_item .prototype_content p {
    font-weight: 300
}

.agency_featured_area {
    padding-top: 160px
}

.agency_featured_area_two {
    padding-bottom: 150px
}

.features_info {
    position: relative;
    padding-bottom: 170px
}

.features_info .dot_img {
    position: absolute;
    left: 0;
    top: 28px
}

.features_info.feature_info_two {
    padding-bottom: 70px
}

.dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(255, 161, 39, .161);
    display: block;
    position: absolute;
    left: -9px;
    top: 15px;
    z-index: 1
}

.dot .dot1 {
    position: absolute;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #feb85d
}

.dot .dot2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(254, 184, 93, .8);
    -webkit-animation: pulsate 3s infinite;
    animation: pulsate 3s infinite;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    will-change: transform
}

.dot.middle_dot {
    left: 54.8%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    top: auto
}

.agency_featured_item {
    margin-top: 130px
}

.agency_featured_item .agency_featured_content {
    position: relative
}

.agency_featured_item .agency_featured_content h3 {
    font: 500 26px/36px "Poppins", sans-serif;
    color: #222d39;
    margin: 32px 0 25px
}

.agency_featured_item .agency_featured_content p {
    font-size: 15px
}

.agency_featured_item .agency_featured_content .icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(40deg, #19c0f2 0%, #a485fd 100%);
    background-image: -webkit-linear-gradient(40deg, #19c0f2 0%, #a485fd 100%);
    background-image: -ms-linear-gradient(40deg, #19c0f2 0%, #a485fd 100%);
    -webkit-box-shadow: 0 10px 20px 0 rgba(94, 44, 237, .2);
    box-shadow: 0 10px 20px 0 rgba(94, 44, 237, .2);
    font-size: 20px;
    color: #fff;
    display: inline-block;
    text-align: center
}

.agency_featured_item.agency_featured_item_two .agency_featured_content .dot {
    left: 30px
}

.software_featured_area {
    padding-top: 120px
}

.software_featured_item .s_icon {
    display: inline-block;
    position: relative
}

.software_featured_item .s_icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -22px
}

.software_featured_item h3 {
    font-size: 17px;
    margin: 30px 0 25px
}

.software_featured_item .learn_btn {
    font: 400 14px/26px "Poppins", sans-serif;
    color: #222d39;
    position: relative;
    margin-top: 0
}

.software_featured_item .learn_btn:before {
    content: "";
    width: 0;
    height: 1px;
    left: auto;
    right: 0;
    bottom: 0;
    background: #3d64f4;
    position: absolute;
    -webkit-transition: width .2s linear;
    -o-transition: width .2s linear;
    transition: width .2s linear
}

.software_featured_item .learn_btn:hover {
    color: #3d64f4
}

.software_featured_item .learn_btn:hover:before {
    width: 100%;
    right: auto;
    left: 0
}

.software_featured_area_two {
    background-image: -moz-linear-gradient(40deg, #23026d 0%, #3d64f4 100%);
    background-image: -webkit-linear-gradient(40deg, #23026d 0%, #3d64f4 100%);
    background-image: -ms-linear-gradient(40deg, #23026d 0%, #3d64f4 100%)
}

.software_featured_img {
    margin-left: -30px
}

.software_featured_content .btn_four {
    border: 0;
    color: #3d64f4;
    background: #fff
}

.software_featured_content .btn_four:hover {
    color: #fff;
    background: #3d64f4
}

.saas_featured_area {
    position: relative;
    overflow: hidden
}

.square_box {
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-left-radius: 45px;
    opacity: .302
}

.square_box.box_one {
    background-image: -moz-linear-gradient(140deg, #290a59 0%, #3d57f4 100%);
    background-image: -webkit-linear-gradient(140deg, #290a59 0%, #3d57f4 100%);
    background-image: -ms-linear-gradient(140deg, #290a59 0%, #3d57f4 100%);
    width: 382px;
    height: 382px;
    bottom: -191px;
    left: -50px
}

.square_box.box_two {
    background-image: -moz-linear-gradient(140deg, #3c0f73 0%, #bc2280 100%);
    background-image: -webkit-linear-gradient(140deg, #3c0f73 0%, #bc2280 100%);
    background-image: -ms-linear-gradient(140deg, #3c0f73 0%, #bc2280 100%);
    width: 235px;
    height: 235px;
    bottom: -116px;
    left: 250px
}

.square_box.box_three {
    background-image: -moz-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -webkit-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -ms-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    opacity: .059;
    left: -80px;
    top: -60px;
    width: 500px;
    height: 500px;
    border-radius: 45px
}

.square_box.box_four {
    background-image: -moz-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -webkit-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -ms-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    opacity: .059;
    left: 150px;
    top: -25px;
    width: 550px;
    height: 550px;
    border-radius: 45px
}

.saas_featured_info .saas_featured_item {
    color: #fff;
    border-radius: 4px;
    padding: 50px 30px 50px 40px;
    margin-bottom: 30px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer
}

.saas_featured_info .saas_featured_item.s_featured_one {
    background-image: -moz-linear-gradient(40deg, #3c0f73 0%, #bc2280 100%);
    background-image: -webkit-linear-gradient(40deg, #3c0f73 0%, #bc2280 100%);
    background-image: -ms-linear-gradient(40deg, #3c0f73 0%, #bc2280 100%)
}

.saas_featured_info .saas_featured_item.s_featured_two {
    background-image: -moz-linear-gradient(40deg, #290a59 0%, #3d57f4 100%);
    background-image: -webkit-linear-gradient(40deg, #290a59 0%, #3d57f4 100%);
    background-image: -ms-linear-gradient(40deg, #290a59 0%, #3d57f4 100%)
}

.saas_featured_info .saas_featured_item.s_featured_three {
    background-image: -moz-linear-gradient(40deg, #411881 0%, #1183ad 100%);
    background-image: -webkit-linear-gradient(40deg, #411881 0%, #1183ad 100%);
    background-image: -ms-linear-gradient(40deg, #411881 0%, #1183ad 100%)
}

.saas_featured_info .saas_featured_item.s_featured_four {
    background-image: -moz-linear-gradient(40deg, #411881 0%, #9b2bdc 100%);
    background-image: -webkit-linear-gradient(40deg, #411881 0%, #9b2bdc 100%);
    background-image: -ms-linear-gradient(40deg, #411881 0%, #9b2bdc 100%)
}

.saas_featured_info .saas_featured_item h6 {
    font-size: 18px
}

.saas_featured_info .saas_featured_item p {
    font-size: 15px;
    font-weight: 300
}

.saas_featured_info .saas_featured_item:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06)
}

.saas_featured_info .saas_featured_content p {
    color: #bdbed6
}

.saas_featured_info .f_img_one {
    margin-left: -100px
}

.saas_featured_info .img_border img {
    border: 4px solid #2a3656;
    border-radius: 6px
}

.saas_featured_info .f_img_two {
    margin-right: -120px;
    position: relative;
    z-index: 0
}

.saas_featured_info .f_img_two:before {
    content: "";
    background-color: #0f1029;
    position: absolute;
    width: 420px;
    height: 100%;
    right: -50px;
    top: -55px;
    z-index: -1
}

.saas_featured_info .f_img_two img {
    border-color: #49436f
}

.saas_featured_info .saas_featured_content .saas_banner_btn {
    padding: 12px 30px
}

.saas_featured_info+.saas_featured_info {
    margin-top: 250px
}

.app_featured_area {
    padding: 140px 0;
    position: relative;
    z-index: 1
}

.triangle_shape {
    position: absolute;
    z-index: -2;
    height: 161%;
    width: 149%;
    background: #fbfbfd;
    bottom: -290px;
    right: -47%;
    -webkit-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    transform: rotate(-36deg)
}

.app_featured_content {
    padding: 50px 100px 90px 0
}

.app_featured_content .learn_btn_two {
    margin-top: 20px;
    overflow: hidden
}

.app_featured_content .learn_btn_two:before {
    background: #4069eb
}

.app_featured_content .learn_btn_two:hover {
    color: #4069eb
}

.app_fetured_item {
    position: relative;
    height: 100%;
    margin-left: 70px
}

.app_item {
    text-align: center;
    border-radius: 6px;
    width: 200px;
    padding: 45px 0 35px;
    position: absolute;
    z-index: 0
}

.app_item h6 {
    margin-bottom: 0;
    margin-top: 10px
}

.app_item.item_one {
    background-image: -moz-linear-gradient(40deg, #e87e16 0%, #f0de14 100%);
    background-image: -webkit-linear-gradient(40deg, #e87e16 0%, #f0de14 100%);
    background-image: -ms-linear-gradient(40deg, #e87e16 0%, #f0de14 100%);
    -webkit-box-shadow: 0 20px 40px 0 rgba(224, 149, 32, .4);
    box-shadow: 0 20px 40px 0 rgba(224, 149, 32, .4);
    right: 0;
    top: 0;
    z-index: 1
}

.app_item.item_two {
    background-image: -moz-linear-gradient(40deg, #19c0f2 0%, #a485fd 100%);
    background-image: -webkit-linear-gradient(40deg, #19c0f2 0%, #a485fd 100%);
    background-image: -ms-linear-gradient(40deg, #19c0f2 0%, #a485fd 100%);
    -webkit-box-shadow: 0 20px 40px 0 rgba(94, 44, 237, .4);
    box-shadow: 0 20px 40px 0 rgba(94, 44, 237, .4);
    left: 140px;
    top: 90px
}

.app_item.item_three {
    background-image: -moz-linear-gradient(40deg, #e03827 0%, #f9a47a 100%);
    background-image: -webkit-linear-gradient(40deg, #e03827 0%, #f9a47a 100%);
    background-image: -ms-linear-gradient(40deg, #e03827 0%, #f9a47a 100%);
    -webkit-box-shadow: 0 20px 40px 0 rgba(224, 56, 39, .4);
    box-shadow: 0 20px 40px 0 rgba(224, 56, 39, .4);
    left: 0;
    bottom: 70px;
    z-index: -1
}

.app_item.item_four {
    background-image: -moz-linear-gradient(40deg, #2171d4 0%, #2cc4f0 100%);
    background-image: -webkit-linear-gradient(40deg, #2171d4 0%, #2cc4f0 100%);
    background-image: -ms-linear-gradient(40deg, #2171d4 0%, #2cc4f0 100%);
    -webkit-box-shadow: 0 20px 40px 0 rgba(44, 130, 237, .4);
    box-shadow: 0 20px 40px 0 rgba(44, 130, 237, .4);
    right: 0;
    bottom: 10px
}

.app_img {
    position: relative;
    display: inline-block;
    z-index: 0
}

.app_img .dot {
    background: rgba(64, 105, 235, .161)
}

.app_img .dot .dot1 {
    background: #6c8bed
}

.app_img .dot .dot2 {
    background: rgba(64, 105, 235, .8)
}

.app_img .dot_one {
    right: 75px;
    top: 35px;
    left: auto
}

.app_img .dot_two {
    right: 100px;
    top: 67%;
    left: auto
}

.app_img .dot_three {
    top: 38%;
    left: 105px
}

.app_img .text_bg {
    position: absolute;
    z-index: 1
}

.app_img .text_bg.one {
    left: -50%;
    top: 190px
}

.app_img .text_bg.two {
    right: -34%;
    top: -50px
}

.app_img .text_bg.three {
    right: -50%;
    bottom: 100px
}

.app_featured_area_two {
    position: relative;
    padding-bottom: 120px
}

.app_featured_area_two .app_feature_info {
    margin-top: 230px
}

.saas_features_area_two {
    padding-top: 90px
}

.saas_features_item {
    padding: 0 40px;
    margin-bottom: 30px
}

.saas_features_item h4 {
    margin: 25px 0 20px
}

.new_service {
    position: relative
}

.new_service .col-lg-4:first-child .separator {
    display: none
}

.new_service .number {
    width: 33px;
    height: 33px;
    text-align: center;
    font-size: 16px;
    color: #5f51fb;
    border: 1px solid #5f51fb;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 32px;
    background: #fff;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 1;
    position: relative
}

.new_service .separator {
    position: absolute;
    top: 15px;
    width: 100%;
    background: #ededed;
    height: 1px;
    left: -51%;
    z-index: 0
}

.new_service .separator:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    background: #5f51fb;
    height: 1px;
    left: 0;
    z-index: 0;
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear
}

.new_service .new_service_content {
    margin-top: 50px;
    border-radius: 4px;
    padding: 50px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.new_service .saas_features_item {
    padding: 0;
    cursor: pointer
}

.new_service .saas_features_item:hover .number {
    background: #5f51fb;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95, 81, 251, .5);
    box-shadow: 0 10px 30px 0 rgba(95, 81, 251, .5);
    color: #fff
}

.new_service .saas_features_item:hover .separator:before {
    width: 100%
}

.new_service .saas_features_item:hover .new_service_content {
    background-color: #fff;
    -webkit-box-shadow: 0 50px 80px 0 rgba(0, 11, 40, .08);
    box-shadow: 0 50px 80px 0 rgba(0, 11, 40, .08)
}

.payment_features_area {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px
}

.payment_features_area .featured_item+.featured_item {
    margin-top: 100px
}

.payment_features_area .payment_featured_img {
    margin-left: -190px
}

.payment_features_area .payment_featured_img.img_two {
    margin-right: -190px;
    margin-left: 0
}

.payment_features_area .bg_shape {
    position: absolute;
    background-color: #fafbff;
    width: 1100px;
    height: 1775px;
    display: block;
    border-radius: 120px;
    z-index: -1
}

.payment_features_area .shape_one {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -669px;
    top: -80px
}

.payment_features_area .shape_two {
    left: -669px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-43deg);
    top: 275px;
    width: 870px
}

.payment_features_area .shape_three {
    bottom: -29%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -100px;
    width: 988px;
    height: 1022px
}

.payment_features_content .icon {
    display: inline-block;
    position: relative;
    height: 100px;
    width: 100px;
    margin-bottom: 40px
}

.payment_features_content .icon .icon_img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -23px;
    margin-left: -11px
}

.payment_features_content h2 {
    font-weight: 700;
    font-size: 26px;
    color: #051441;
    margin-bottom: 15px
}

.payment_features_content p {
    font-size: 18px;
    color: #677294;
    line-height: 30px;
    margin-bottom: 50px
}

.pay_btn {
    color: #5956fe;
    position: relative;
    border: 0;
    z-index: 1;
    border-radius: 4px;
    background: #fff;
    z-index: 1;
    min-width: 170px;
    padding: 15px 20px;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px 0 rgba(63, 54, 132, .1);
    box-shadow: 0 2px 5px 0 rgba(63, 54, 132, .1)
}

.pay_btn:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    border-radius: 3px;
    background-image: -moz-linear-gradient(0deg, #7121ff 0%, #21d4fd 100%);
    background-image: -webkit-linear-gradient(0deg, #7121ff 0%, #21d4fd 100%);
    background-image: -ms-linear-gradient(0deg, #7121ff 0%, #21d4fd 100%);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.pay_btn.pay_btn_two {
    color: #fff;
    margin-left: 18px
}

.pay_btn.pay_btn_two:before {
    opacity: 1
}

.pay_btn.pay_btn_two:hover {
    color: #5956fe;
    -webkit-box-shadow: 0 2px 5px 0 rgba(63, 54, 132, .1);
    box-shadow: 0 2px 5px 0 rgba(63, 54, 132, .1)
}

.pay_btn.pay_btn_two:hover:before {
    opacity: 0
}

.pay_btn:hover {
    color: #fff
}

.pay_btn:hover:before {
    opacity: 1
}

.payment_features_two {
    position: relative;
    z-index: 1
}

.payment_features_item {
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 60px 0 rgba(0, 11, 40, .06);
    box-shadow: 0 20px 60px 0 rgba(0, 11, 40, .06);
    padding: 50px 40px
}

.payment_features_item h4 {
    font: 600 20px/26px "Poppins", sans-serif;
    color: #051441;
    margin-bottom: 22px
}

.payment_features_item p {
    font-weight: 300;
    margin-bottom: 28px
}

.payment_features_item .learn_btn_two:before {
    background: #5f51fb
}

.payment_features_item .learn_btn_two:hover {
    color: #5f51fb
}

.payment_features_area_three {
    padding: 135px 0 75px
}

.payment_features_content_two h2 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 18px;
    font-weight: 500
}

.payment_features_content_two p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 60px
}

.payment_features_content_two .item {
    margin-top: 30px
}

.payment_features_content_two .item h3 {
    font-size: 20px;
    line-height: 26px;
    color: #051441;
    margin-bottom: 15px;
    margin-top: 5px
}

.payment_features_content_two .item p {
    font-size: 16px;
    line-height: 26px
}

.payment_features_content_two .app_btn {
    background: #5f51fb;
    border-color: #5f51fb;
    padding: 11px 38px
}

.payment_features_content_two .app_btn i {
    font-size: 12px;
    padding-left: 10px
}

.payment_features_content_two .app_btn:hover {
    color: #5f51fb;
    background: transparent
}

.payment_features_img {
    position: relative;
    text-align: left;
    z-index: 1;
    float: left
}

.payment_features_img:before {
    content: "";
    background: url(../img/new/xshape_bg.png.pagespeed.ic.XNeziYv76W.png) no-repeat scroll center left;
    position: absolute;
    left: -65px;
    top: -20px;
    right: -32px;
    height: 100%;
    background-size: cover;
    z-index: -1
}

.payment_features_img img {
    margin-left: -50px
}

.payment_features_area_four .payment_features_content h2 {
    line-height: 44px;
    font-size: 30px
}

.payment_features_area_four .pay_btn {
    border-radius: 45px;
    border: 1px solid #5f51fb;
    min-width: auto;
    padding: 12px 36px;
    color: #5f51fb
}

.payment_features_area_four .pay_btn:before {
    background: #5f51fb
}

.payment_features_area_four .pay_btn:hover {
    color: #fff
}

.payment_features_area_four .pay_btn.pay_btn_two {
    color: #fff
}

.payment_features_area_four .pay_btn.pay_btn_two:hover {
    color: #5f51fb
}

.perfect_solution_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.perfect_solution_area .perfect_solution_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 150px 0
}

.perfect_solution_area .perfect_solution_left .per_solution_content {
    max-width: 685px;
    margin-left: auto;
    margin-right: 0;
    padding-right: 170px
}

.perfect_solution_area .perfect_solution_left .per_solution_content h2 {
    font-size: 40px;
    line-height: 56px;
    color: #051441;
    font-weight: 500;
    margin-bottom: 32px
}

.perfect_solution_area .perfect_solution_left .per_solution_content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px
}

.perfect_solution_area .perfect_solution_left .per_solution_content .btn_three {
    margin-top: 0;
    font-size: 15px;
    background: #5f51fb;
    padding: 15px 42px
}

.perfect_solution_area .perfect_solution_left .per_solution_content .btn_three:hover {
    background: transparent
}

.perfect_solution_area .perfect_solution_left .per_solution_content .btn_six {
    background: transparent;
    color: #677294;
    border-color: #dfe3ed;
    margin-left: 20px
}

.perfect_solution_area .perfect_solution_left .per_solution_content .btn_six:hover {
    background: #5f51fb;
    border-color: #5f51fb;
    color: #fff
}

.perfect_solution_area .perfect_solution_left .per_solution_content.per_solution_content_two {
    padding-right: 0;
    margin-right: auto;
    margin-left: 0;
    padding-left: 110px
}

.perfect_solution_area .perfect_solution_left .per_solution_content.per_solution_content_three {
    padding-right: 0;
    margin-right: auto;
    margin-left: 0;
    padding-left: 110px
}

.perfect_solution_area .perfect_solution_left .per_solution_content.per_solution_content_three h2 {
    font-weight: 600;
    line-height: 56px
}

.perfect_solution_area .perfect_solution_left .per_solution_content.per_solution_content_three .btn_three {
    border-radius: 45px;
    padding: 13px 44px
}

.perfect_solution_area .perfect_solution_right {
    padding: 0;
    position: relative
}

.startup_tab {
    border: 0;
    margin-bottom: 50px
}

.startup_tab .nav-item {
    width: calc(100% / 5);
    padding: 0 15px;
    margin: 0;
    text-align: center
}

.startup_tab .nav-item .nav-link {
    border: 0;
    background: #fbfbfd;
    padding: 32px 0;
    border-radius: 4px;
    border: 2px solid transparent;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.startup_tab .nav-item .nav-link .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    line-height: 72px;
    color: #fff;
    margin-bottom: 15px
}

.startup_tab .nav-item .nav-link h3 {
    font-size: 18px;
    line-height: 26px;
    color: #051441;
    font-weight: 400;
    white-space: pre-line;
    margin-bottom: 0
}

.startup_tab .nav-item .nav-link.active {
    border-color: #6fadfa;
    background: #fff;
    -webkit-box-shadow: 0 30px 40px 0 rgba(29, 7, 90, .08);
    box-shadow: 0 30px 40px 0 rgba(29, 7, 90, .08)
}

.startup_tab .nav-item:nth-child(1) .icon {
    background: #fa6fd1
}

.startup_tab .nav-item:nth-child(1) .nav-link.active {
    border-color: #fa6fd1
}

.startup_tab .nav-item:nth-child(2) .icon {
    background: #6fadfa
}

.startup_tab .nav-item:nth-child(2) .nav-link.active {
    border-color: #6fadfa
}

.startup_tab .nav-item:nth-child(3) .icon {
    background: #f3af4e
}

.startup_tab .nav-item:nth-child(3) .nav-link.active {
    border-color: #f3af4e
}

.startup_tab .nav-item:nth-child(4) .icon {
    background: #aa6ffa
}

.startup_tab .nav-item:nth-child(4) .nav-link.active {
    border-color: #aa6ffa
}

.startup_tab .nav-item:nth-child(5) .icon {
    background: #fa6666
}

.startup_tab .nav-item:nth-child(5) .nav-link.active {
    border-color: #fa6666
}

.startup_tab_content .show .startup_tab_img .phone_img,
.startup_tab_content .show .startup_tab_img .web_img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.startup_tab_img {
    position: relative;
    padding-top: 40px;
    padding-bottom: 64px;
    z-index: 1
}

.startup_tab_img:before {
    content: "";
    height: 100%;
    background: url("../img/new/tab_shape_bg.png") no-repeat scroll center 0/contain;
    top: 0;
    right: -55px;
    left: -55px;
    position: absolute;
    z-index: -1
}

.startup_tab_img .web_img {
    display: inline-block;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 11, 40, .14);
    box-shadow: 0 20px 40px 0 rgba(0, 11, 40, .14);
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.startup_tab_img .phone_img {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.intregration_logo {
    padding-right: 60px;
    margin-bottom: -30px
}

.intregration_logo .intregration_item {
    margin-bottom: 30px
}

.intregration_icon {
    width: 100%;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 5px 0 rgba(29, 7, 90, .06);
    box-shadow: 0 4px 5px 0 rgba(29, 7, 90, .06);
    height: 100%;
    padding: 30px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.intregration_icon:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.intregration_content h2 {
    font-size: 30px;
    color: #051441;
    font-weight: 600;
    margin-bottom: 25px
}

.intregration_content p {
    line-height: 30px;
    margin-bottom: 40px
}

.startup_fuatures_area_two .startup_tab {
    margin-bottom: 0
}

.startup_fuatures_area_two .startup_tab .nav-item:hover:nth-child(1) .nav-link {
    border-color: #fa6fd1
}

.startup_fuatures_area_two .startup_tab .nav-item:hover:nth-child(2) .nav-link {
    border-color: #6fadfa
}

.startup_fuatures_area_two .startup_tab .nav-item:hover:nth-child(3) .nav-link {
    border-color: #f3af4e
}

.startup_fuatures_area_two .startup_tab .nav-item:hover:nth-child(4) .nav-link {
    border-color: #aa6ffa
}

.startup_fuatures_area_two .startup_tab .nav-item:hover:nth-child(5) .nav-link {
    border-color: #fa6666
}

.service_area {
    background: #f4f6fa
}

.service_item {
    background: #fff;
    -webkit-box-shadow: 0 30px 40px 0 rgba(3, 115, 156, .1);
    box-shadow: 0 30px 40px 0 rgba(3, 115, 156, .1);
    padding: 47px 40px 0;
    height: 100%;
    position: relative;
    border: 2px solid transparent;
    -webkit-transition: border .2s linear;
    -o-transition: border .2s linear;
    transition: border .2s linear;
    cursor: pointer;
    overflow: hidden
}

.service_item p {
    line-height: 28px
}

.service_item .icon {
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background-image: -moz-linear-gradient(40deg, #19c0f2 0%, #a485fd 100%);
    background-image: -webkit-linear-gradient(40deg, #19c0f2 0%, #a485fd 100%);
    background-image: -ms-linear-gradient(40deg, #19c0f2 0%, #a485fd 100%);
    -webkit-box-shadow: 0 14px 30px 0 rgba(94, 44, 237, .4);
    box-shadow: 0 14px 30px 0 rgba(94, 44, 237, .4);
    position: absolute;
    right: 30px;
    top: 30px
}

.service_item .icon.s_icon_one {
    background-image: -moz-linear-gradient(40deg, #19c0f2 0%, #a485fd 100%);
    background-image: -webkit-linear-gradient(40deg, #19c0f2 0%, #a485fd 100%);
    background-image: -ms-linear-gradient(40deg, #19c0f2 0%, #a485fd 100%);
    -webkit-box-shadow: 0 14px 30px 0 rgba(94, 44, 237, .4);
    box-shadow: 0 14px 30px 0 rgba(94, 44, 237, .4)
}

.service_item .icon.s_icon_two {
    background-image: -moz-linear-gradient(40deg, #e03827 0%, #f9a47a 100%);
    background-image: -webkit-linear-gradient(40deg, #e03827 0%, #f9a47a 100%);
    background-image: -ms-linear-gradient(40deg, #e03827 0%, #f9a47a 100%);
    -webkit-box-shadow: 0 14px 30px 0 rgba(224, 56, 39, .4);
    box-shadow: 0 14px 30px 0 rgba(224, 56, 39, .4)
}

.service_item .icon.s_icon_three {
    background-image: -moz-linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%);
    background-image: -webkit-linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%);
    background-image: -ms-linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%);
    -webkit-box-shadow: 0 14px 30px 0 rgba(44, 130, 237, .4);
    box-shadow: 0 14px 30px 0 rgba(44, 130, 237, .4)
}

.service_item .icon.s_icon_four {
    background-image: -moz-linear-gradient(40deg, #e09520 0%, #fae926 100%);
    background-image: -webkit-linear-gradient(40deg, #e09520 0%, #fae926 100%);
    background-image: -ms-linear-gradient(40deg, #e09520 0%, #fae926 100%);
    -webkit-box-shadow: 0 14px 30px 0 rgba(224, 149, 32, .4);
    box-shadow: 0 14px 30px 0 rgba(224, 149, 32, .4)
}

.service_item img {
    margin-right: -25px;
    width: auto
}

.service_item:hover {
    border-color: #c4e7f7
}

.prototype_service_area_two,
.prototype_service_area_three {
    overflow: hidden
}

.jksolution,
.jkwho {
    padding: 150px 0 175px;
    position: relative;
    z-index: 0
}

.jkwho img {
    width: 65%;
}

.p_service_info {
    margin-bottom: -90px
}

.p_service_item {
    margin-bottom: 90px
}

.p_service_item .icon {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 55px;
    height: 60px;
    position: relative;
    margin: 0 0 25px;
    font-size: 24px;
    -webkit-border-radius: 50% / 14%;
    border-radius: 50% / 14%;
    color: #fff;
    text-align: center;
    line-height: 64px;
    -o-text-overflow: clip;
    text-overflow: clip;
    z-index: 1
}

.service_carousel {
    padding-left: 155px;
    position: relative;
    z-index: 1
}

.service_carousel:before {
    width: 100px;
    content: "";
    height: 100%;
    right: -25px;
    top: 0;
    position: absolute;
    background: #fbfbfb;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    -webkit-box-shadow: 0 100px 40px 0 rgba(251, 251, 251, .1);
    box-shadow: 0 100px 40px 0 rgba(251, 251, 251, .1);
    z-index: 1
}

.service_carousel .owl-stage {
    left: -100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.service_carousel .owl-item {
    padding-left: 25px;
    padding-bottom: 55px
}

.service_carousel .owl-item .service_item {
    -webkit-box-shadow: 0 30px 40px 0 rgba(12, 0, 46, .1);
    box-shadow: 0 30px 40px 0 rgba(12, 0, 46, .1)
}

.service_carousel .owl-item .service_item:hover {
    border-color: rgba(116, 68, 253, .2)
}

.service_carousel .owl-item .service_item img {
    width: auto
}

.service_carousel .owl-next {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 2px 20px 2px rgba(12, 0, 46, .06);
    box-shadow: 0 2px 20px 2px rgba(12, 0, 46, .06);
    font-size: 16px;
    color: #222d39;
    line-height: 56px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.service_carousel .owl-next:hover {
    background: #7444fd!important;
    color: #fff!important
}

.prototype_service_area_two {
    background: #f8f8fc;
    padding: 120px 0 60px;
    position: relative;
    z-index: 1
}

.agency_service_area {
    padding: 135px 0 140px
}

.agency_service_item {
    margin-bottom: 30px
}

.agency_service_item .icon {
    width: auto;
    height: auto;
    display: inline-block
}

.agency_service_item .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.agency_service_item a {
    font: 400 14px/26px "Poppins", sans-serif;
    color: #222d39;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-transition: color .3s linear 0s;
    -o-transition: color .3s linear 0s;
    transition: color .3s linear 0s
}

.agency_service_item a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #222d39;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: width .3s linear 0s;
    -o-transition: width .3s linear 0s;
    transition: width .3s linear 0s
}

.agency_service_item p {
    display: inline-block
}

.agency_service_item p i {
    vertical-align: middle;
    padding-left: 8px;
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.agency_service_item p:hover a {
    color: #19c0f2
}

.agency_service_item p:hover a:before {
    width: 132%;
    background: #19c0f2
}

.agency_service_item p:hover i {
    color: #19c0f2;
    padding-left: 12px
}

.design_img img {
    border: 2px solid #e4ebf2;
    border-radius: 6px;
    background-color: #c3c9ce;
    -webkit-box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
    box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1)
}

.design_img_two {
    margin-left: -100px
}

.software_service_area {
    background: #f9f9fc
}

.software_service_tab {
    margin: 0;
    border: 0;
    display: block
}

.software_service_tab .nav-item {
    margin: 0
}

.software_service_tab .nav-item .nav-link {
    display: block;
    padding: 16px 32px 16px 40px;
    -webkit-transition: border-left-color .25s linear;
    -o-transition: border-left-color .25s linear;
    transition: border-left-color .25s linear;
    border-radius: 0;
    border: 0;
    border-left: 4px solid #e6e8ef;
    background: transparent;
    font: 400 16px "Poppins", sans-serif;
    color: #677294;
    position: relative
}

.software_service_tab .nav-item .nav-link:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #3d64f4;
    position: absolute;
    left: -2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

.software_service_tab .nav-item .nav-link.active {
    border-left-color: #3d64f4;
    color: #3d64f4
}

.software_service_tab .nav-item .nav-link.active:before {
    opacity: 1
}

.software_service_tab_content {
    margin-bottom: -70px
}

.software_service_tab_content .software_service_item {
    padding-right: 30px
}

.software_service_tab_content .software_service_item i {
    font-size: 30px;
    color: #3d64f4;
    line-height: 40px
}

.software_service_tab_content .software_service_item h5 {
    font: 600 17px/25px "Poppins", sans-serif;
    color: #222d39
}

.software_service_tab_content .software_service_item p {
    font-size: 15px
}

.developer_product_area {
    background: #f9f9fc;
    padding: 160px 0
}

.developer_product_content {
    padding-right: 100px
}

.developer_product_content .develor_tab {
    display: inline-block;
    border-bottom: 2px solid #e1e3ed;
    padding: 0 40px 0 10px
}

.developer_product_content .develor_tab .nav-item {
    margin: 0 0 0 50px;
    float: left
}

.developer_product_content .develor_tab .nav-item .nav-link {
    font: 400 16px "Poppins", sans-serif;
    color: #677294;
    border: 0;
    padding: 0 0 10px;
    position: relative
}

.developer_product_content .develor_tab .nav-item .nav-link:before {
    width: 0;
    content: "";
    left: auto;
    right: 0;
    height: 2px;
    background: #3d64f4;
    position: absolute;
    bottom: -2px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.developer_product_content .develor_tab .nav-item .nav-link.active {
    color: #3d64f4;
    background: transparent
}

.developer_product_content .develor_tab .nav-item .nav-link.active:before {
    right: auto;
    left: 0;
    width: 100%
}

.developer_product_content .develor_tab .nav-item:first-child {
    margin-left: 0
}

.developer_product_content .developer_tab_content p {
    line-height: 28px;
    font-weight: 300
}

.developer_product_content .developer_tab_content .details_btn {
    font: 400 14px "Poppins", sans-serif;
    color: #3d64f4;
    position: relative;
    display: inline-block
}

.developer_product_content .developer_tab_content .details_btn:before {
    width: 100%;
    content: "";
    left: auto;
    right: 0;
    height: 1px;
    background: #3d64f4;
    position: absolute;
    bottom: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.c_blue {
    color: #222d39
}

.c_blue:before {
    background: #19c0f2
}

.c_blue:hover {
    color: #19c0f2
}

.d_product_content_two .develor_tab .nav-item .nav-link:before {
    background: #19c0f2
}

.d_product_content_two .develor_tab .nav-item .nav-link.active {
    color: #19c0f2
}

.tab_img_info {
    position: relative
}

.tab_img_info .tab_img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.tab_img_info .tab_img.active {
    position: relative;
    opacity: 1
}

.app_service_area {
    padding-top: 120px;
    background: #fff
}

.app_service_info {
    margin-bottom: -90px;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.app_service_item {
    border: 1px solid #f4f4f9;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    padding: 30px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    margin-bottom: 30px;
    cursor: pointer
}

.app_service_item .app_icon {
    width: 60px;
    height: 60px;
    line-height: 45px;
}

.app_service_item .app_icon.two {
    text-shadow: 0 14px 30px rgba(224, 56, 39, .4);
    color: #e03827;
    background-image: -moz-linear-gradient(0deg, #e03827 0%, #f9a47a 100%);
    background-image: -webkit-linear-gradient(0deg, #e03827 0%, #f9a47a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app_service_item .app_icon.three {
    text-shadow: 0 14px 30px rgba(94, 44, 237, .4);
    color: #e03827;
    background-image: -moz-linear-gradient(0deg, #19c0f2 0%, #a485fd 100%);
    background-image: -webkit-linear-gradient(0deg, #19c0f2 0%, #a485fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app_service_item .learn_btn_two {
    color: #222d39;
    font-size: 14px
}

.app_service_item .learn_btn_two:before {
    background: #4069eb
}

.app_service_item .learn_btn_two:hover {
    color: #4069eb
}

.app_service_item .learn_btn_two.c_blue:hover {
    color: #19c0f2
}

.app_service_item .learn_btn_two.c_blue:hover:before {
    background: #19c0f2
}

.app_service_item:hover {
    -webkit-box-shadow: 0 20px 40px 0 rgba(12, 0, 46, .08);
    box-shadow: 0 20px 40px 0 rgba(12, 0, 46, .08)
}

.app_service_area_two {
    background: #f9f9fc;
    padding: 120px 0
}

.app_service_area_one {
    background: #ffffff;
    padding: 120px 0
}

.app_service_area_two .app_service_info {
    margin-bottom: -30px
}

.service_details_img {
    margin-left: -80px
}

.service_details ul {
    padding-left: 35px
}

.service_details ul li {
    font: 400 16px "Poppins", sans-serif;
    color: #677294;
    position: relative;
    padding-left: 35px;
    margin-bottom: 13px
}

.service_details ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #19c0f2
}

.service_details ul li:last-child {
    margin-bottom: 0
}

.service_details_item+.service_details_item {
    margin-top: 200px
}

.saas_service_item .saas_service_content .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 64px;
    color: #fff;
    text-align: center;
    margin-bottom: 35px
}

.saas_service_item .saas_service_content .icon.icon_one {
    background-image: -moz-linear-gradient(40deg, #19c0f2 0%, #a485fd 100%);
    background-image: -webkit-linear-gradient(40deg, #19c0f2 0%, #a485fd 100%);
    background-image: -ms-linear-gradient(40deg, #19c0f2 0%, #a485fd 100%);
    -webkit-box-shadow: 0 10px 20px 0 rgba(94, 44, 237, .2);
    box-shadow: 0 10px 20px 0 rgba(94, 44, 237, .2)
}

.saas_service_item .saas_service_content .icon.icon_two {
    background-image: -moz-linear-gradient(40deg, #e03827 0%, #f9a47a 100%);
    background-image: -webkit-linear-gradient(40deg, #e03827 0%, #f9a47a 100%);
    background-image: -ms-linear-gradient(40deg, #e03827 0%, #f9a47a 100%);
    -webkit-box-shadow: 0 10px 20px 0 rgba(227, 69, 49, .2);
    box-shadow: 0 10px 20px 0 rgba(227, 69, 49, .2)
}

.saas_service_item .saas_service_content .icon.icon_three {
    background-image: -moz-linear-gradient(40deg, #57b22a 0%, #77ea3d 100%);
    background-image: -webkit-linear-gradient(40deg, #57b22a 0%, #77ea3d 100%);
    background-image: -ms-linear-gradient(40deg, #57b22a 0%, #77ea3d 100%);
    -webkit-box-shadow: 0 10px 20px 0 rgba(92, 186, 45, .2);
    box-shadow: 0 10px 20px 0 rgba(92, 186, 45, .2)
}

.saas_service_item .saas_service_content .icon.icon_four {
    background-image: -moz-linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%);
    background-image: -webkit-linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%);
    background-image: -ms-linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%);
    -webkit-box-shadow: 0 10px 20px 0 rgba(45, 139, 239, .2);
    box-shadow: 0 10px 20px 0 rgba(45, 139, 239, .2)
}

.s_pricing-item .tag_label {
    font: 400 16px/22px "Poppins", sans-serif;
    color: #fff;
    background: #19c0f2;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 36px;
    right: 0;
    padding: 9px 26px;
    border: 0;
    display: block
}

.s_pricing-item .tag_label:before {
    content: "";
    border-top: 20px solid #19c0f2;
    border-bottom: 20px solid #19c0f2;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    position: absolute;
    right: -11px;
    top: 0
}

.s_pricing-item .tag_label.blue_bg {
    background: #19cce6
}

.s_pricing-item .tag_label.blue_bg:before {
    border-top: 20px solid #19cce6;
    border-bottom: 20px solid #19cce6
}

.s_pricing-item .shape_img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.s_pricing-item .s_price_icon {
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 110px;
    background: #f0f2f8;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.right_shape,
.bottom_shape {
    position: absolute;
    width: 700px;
    height: 600px
}

.right_shape path,
.bottom_shape path {
    opacity: .03
}

.right_shape {
    right: -450px;
    top: -102px
}

.bottom_shape {
    left: 130px;
    top: 280px
}

.s_subcribes {
    max-width: 970px;
    margin: 0 auto;
    position: relative
}

.s_subcribes .form-control {
    font: 300 16px/100px "Poppins", sans-serif;
    color: #9ea4b7;
    height: 100px;
    padding: 0 0 0 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 30px 60px 0 rgba(8, 0, 63, .14);
    box-shadow: 0 30px 60px 0 rgba(8, 0, 63, .14);
    border: 0;
    border-radius: 0;
    border-left: 10px solid #19c0f2;
    z-index: 0
}

.s_subcribes .form-control.placeholder {
    color: #9ea4b7
}

.s_subcribes .form-control:-moz-placeholder {
    color: #9ea4b7
}

.s_subcribes .form-control::-moz-placeholder {
    color: #9ea4b7
}

.s_subcribes .form-control::-webkit-input-placeholder {
    color: #9ea4b7
}

.s_subcribes .btn-submit {
    position: absolute;
    background: transparent;
    color: #19c0f2;
    right: 40px;
    line-height: 100px;
    padding: 0;
    font-size: 30px;
    z-index: 3
}

.pricing_area {
    background: #fbfbfd
}

.price_tab {
    border-radius: 45px;
    max-width: 400px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 13px 0 rgba(0, 11, 40, .08);
    box-shadow: 0 3px 13px 0 rgba(0, 11, 40, .08);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    border: 0;
    padding: 7px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.price_tab .nav-item {
    padding: 0;
    margin: 0
}

.price_tab .nav-item .nav-link {
    margin: 0;
    font: 400 16px "Poppins", sans-serif;
    color: #677294;
    padding: 12px 30px;
    display: inline-block;
    border: 0;
    border-radius: 45px;
    min-width: 193px;
    text-align: center;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
    position: relative;
    z-index: 1
}

.price_tab .nav-item .nav-link.active {
    border: 0;
    border-radius: 45px;
    background: transparent;
    color: #fff
}

.price_tab .hover_bg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #00aff0;
    left: 0;
    height: calc(100% - 14px);
    border-radius: 45px;
    z-index: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.price_tab_two .hover_bg {
    background: #19c0f2
}

.price_content .fade {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.price_content .fade.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.price_content .price_item {
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 11, 40, .1);
    box-shadow: 0 4px 6px 0 rgba(0, 11, 40, .1);
    padding: 50px 50px 40px;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer
}

.price_content .price_item .tag {
    position: absolute;
    font: 400 14px "Poppins", sans-serif;
    color: #fff;
    background: #00aff0;
    padding: 19px 32px;
    top: -10px;
    left: -39px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.price_content .price_item .tag span {
    position: relative;
    top: 11px
}

.price_content .price_item p {
    font-size: 16px;
    line-height: 22px;
    color: #677294;
    font-weight: 300;
    margin-bottom: 0
}

.price_content .price_item .price {
    line-height: 40px;
    border-bottom: 1px solid #e9e9f4;
    padding: 33px 0 30px
}

.price_content .price_item .price sub {
    color: #677294;
    bottom: 0
}

.price_content .price_item .p_list {
    padding: 30px 0 20px
}

.price_content .price_item .p_list li {
    font: 300 16px/40px "Poppins", sans-serif;
    color: #505975
}

.price_content .price_item .p_list li i {
    padding-right: 10px
}

.price_content .price_item .p_list li .ti-check {
    color: #00aff0
}

.price_content .price_item .p_list li .ti-close {
    color: #f0002d
}

.price_content .price_item .price_btn {
    border-radius: 45px;
    color: #00aff0;
    border-color: #00aff0;
    padding: 0 36px
}

.price_content .price_item .price_btn:hover {
    color: #fff;
    background: #00aff0
}

.price_content .price_item:hover {
    border-color: #c9ebfa;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 11, 40, .14);
    box-shadow: 0 30px 60px 0 rgba(0, 11, 40, .14)
}

.pricing_area_two {
    background: #f6f7fa
}

.price_content_two .price_item .tag {
    background: #19c0f2
}

.price_content_two .price_item .p_list li .ti-check {
    color: #19c0f2
}

.price_content_two .price_item .price_btn {
    border-color: #19c0f2;
    color: #19c0f2;
    background: transparent
}

.price_content_two .price_item .price_btn:hover {
    background: #19c0f2;
    color: #fff
}

.price_content_two .price_item:hover {
    border-color: #dad1f8
}

.price_content_three .price_item .tag {
    background: #5f51fb
}

.price_content_three .price_item .p_list li .ti-check {
    color: #5f51fb
}

.price_content_three .price_item .price_btn {
    border-color: #5f51fb;
    color: #5f51fb;
    background: transparent
}

.price_content_three .price_item .price_btn:hover {
    background: #5f51fb;
    color: #fff
}

.price_content_three .price_item:hover {
    border-color: #dfdcfe
}

.call_action_area {
    min-height: 900px;
    position: relative;
    background-image: -moz-linear-gradient(180deg, #1786d8 0%, #00aff0 100%);
    background-image: -webkit-linear-gradient(180deg, #1786d8 0%, #00aff0 100%);
    background-image: -ms-linear-gradient(180deg, #1786d8 0%, #00aff0 100%);
    z-index: 1;
    padding-top: 250px;
    position: relative;
    overflow: hidden
}

.call_action_area .action_one {
    left: -240px;
    bottom: 0;
    height: 100%;
    z-index: -1
}

.call_action_area .action_two {
    right: 0;
    background-position: 50% 50%;
    z-index: -1;
    top: 0
}

.call_action_area .action_content {
    color: #fff;
    max-width: 570px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.call_action_area .action_content h2 {
    margin-bottom: 15px
}

.call_action_area .action_content p {
    font-weight: 300
}

.call_action_area .action_content .action_btn {
    min-width: 180px;
    line-height: 55px;
    border-radius: 45px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 11, 40, .2);
    box-shadow: 0 20px 40px 0 rgba(0, 11, 40, .2);
    background: #fff;
    color: #00aff0
}

.call_action_area .action_content .action_btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.design_tab_area {
    background: #fbfbfd
}

.design_tab {
    border: 0
}

.design_tab .nav-item {
    width: 100%;
    margin-bottom: 30px
}

.design_tab .nav-item .nav-link {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(12, 0, 46, .04);
    box-shadow: 0 2px 3px 0 rgba(12, 0, 46, .04);
    border: 0;
    border-radius: 0;
    padding: 25px 50px;
    -webkit-transition: background .5s ease 0s;
    -o-transition: background .5s ease 0s;
    transition: background .5s ease 0s
}

.design_tab .nav-item .nav-link h5 {
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    color: #222d39;
    -webkit-transition: color .5s ease 0s;
    -o-transition: color .5s ease 0s;
    transition: color .5s ease 0s
}

.design_tab .nav-item .nav-link p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
    color: #677294;
    -webkit-transition: color .5s ease 0s;
    -o-transition: color .5s ease 0s;
    transition: color .5s ease 0s
}

.design_tab .nav-item .nav-link.active {
    background-color: #7444fd
}

.design_tab .nav-item .nav-link.active h5,
.design_tab .nav-item .nav-link.active p {
    color: #fff
}

.tab-content .tab-pane .tab_img img {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    max-width: 100%
}

.tab-content .tab-pane.show .tab_img img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.tab-content .tab_img {
    margin-right: -160px;
    padding-left: 120px;
    max-width: 100%
}

.action_area_two {
    background: #f6f6fa;
    padding-bottom: 40px
}

.action_content {
    margin-top: 25px
}

.action_content .btn_three {
    margin-top: 40px;
    -webkit-box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
    box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1)
}

.action_content .btn_three:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.action_area_three .action_content .white_btn {
    color: #19c0f2;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    margin-right: 25px
}

.action_area_three .action_content .white_btn:hover {
    -webkit-box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
    box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
    color: #fff;
    background: #19c0f2
}

.payment_priceing_area {
    padding: 120px 0 90px;
    position: relative;
    z-index: 1
}

.payment_priceing_area .payment_price_info {
    display: block;
    overflow: hidden;
    padding: 30px 0
}

.payment_price_item {
    text-align: center;
    background: #fbfbfd;
    padding: 50px 40px 55px;
    border: 1px solid #f1f3f8;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    width: calc(100% / 3);
    float: left;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.payment_price_item:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(-140deg, #fdabe7 0%, #bd8ef2 36%, #7d71fd 100%);
    background-image: -webkit-linear-gradient(-140deg, #fdabe7 0%, #bd8ef2 36%, #7d71fd 100%);
    background-image: -ms-linear-gradient(-140deg, #fdabe7 0%, #bd8ef2 36%, #7d71fd 100%);
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 11, 40, .1);
    box-shadow: 0 30px 60px 0 rgba(0, 11, 40, .1);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    border-radius: 4px;
    -webkit-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear
}

.payment_price_item h2 {
    font-size: 40px;
    font-weight: 600;
    color: #051441
}

.payment_price_item h6 {
    font-size: 18px;
    color: #051441;
    font-weight: 400;
    margin-bottom: 30px
}

.payment_price_item p {
    line-height: 30px;
    margin-bottom: 50px
}

.payment_price_item .payment_price_btn {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border-radius: 45px;
    background: rgba(253, 83, 135, .1);
    display: inline-block;
    padding: 10px 42px;
    color: #fd5387
}

.payment_price_item .payment_price_btn i {
    font-size: 12px;
    padding-left: 5px
}

.payment_price_item:nth-child(3) .payment_price_btn {
    background: rgba(95, 81, 251, .1);
    color: #5f51fb
}

.payment_price_item.center,
.payment_price_item:hover {
    border: 0;
    border-radius: 4px;
    padding: 80px 40px 86px;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.payment_price_item.center:before,
.payment_price_item:hover:before {
    opacity: 1
}

.payment_price_item.center h2,
.payment_price_item.center h6,
.payment_price_item.center p,
.payment_price_item:hover h2,
.payment_price_item:hover h6,
.payment_price_item:hover p {
    color: #fff
}

.payment_price_item.center .payment_price_btn,
.payment_price_item:hover .payment_price_btn {
    background: rgba(255, 255, 255, .1);
    color: #fff
}

.priceing_area_four .sec_title {
    margin-bottom: 50px
}

.priceing_area_four .sec_title h2 {
    margin-bottom: 0
}

.priceing_area_four .sec_title p {
    font-style: italic
}

.price_info_two {
    -webkit-box-shadow: 0 4px 5px 0 rgba(12, 0, 46, .05);
    box-shadow: 0 4px 5px 0 rgba(12, 0, 46, .05)
}

.price_info_two .price_head {
    display: table;
    width: 100%
}

.price_info_two .price_head .p_head {
    width: calc(100% / 4);
    text-align: center;
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    padding: 31px 0
}

.price_info_two .price_head .p_head h4 {
    color: #222d39;
    font-size: 20px
}

.price_info_two .price_head .p_head h4,
.price_info_two .price_head .p_head h5 {
    margin-bottom: 0
}

.price_info_two .price_head .p_head p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400
}

.price_info_two .price_head .p_head:nth-child(2) {
    background: #0ed1b3
}

.price_info_two .price_head .p_head:nth-child(3) {
    background: #6c84ee
}

.price_info_two .price_head .p_head:nth-child(4) {
    background: #ee6cda
}

.price_info_two .price_head .p_head h5 {
    font-size: 20px;
    font-weight: 600
}

.price_info_two .price_item {
    width: calc(100% / 4);
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
    padding: 15px 0
}

.price_info_two .price_item:nth-child(odd) {
    background: #f8f8fa
}

.price_info_two .price_item:first-child {
    text-align: left;
    padding-left: 30px
}

.price_info_two .price_item h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #222d39
}

.price_info_two .price_item h5 i {
    font-size: 20px
}

.price_info_two .price_item .pr_title {
    position: relative;
    display: inline-block;
    padding-left: 30px
}

.price_info_two .price_item .pr_title:before {
    content: "\70";
    position: absolute;
    left: 0;
    top: 0;
    font-family: eleganticons;
    color: #afb5c7;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.price_info_two .price_item .pr_title:hover:before {
    color: #19c0f2
}

.price_info_two .price_item .check {
    color: #0ed1b3
}

.price_info_two .price_item .cros {
    color: #afb5c7
}

.price_info_two .pr_list {
    display: table;
    width: 100%
}

.price_info_two .price_btn {
    border-radius: 45px;
    color: #677294;
    border-color: #dfe3ed;
    padding: 0 32px;
    line-height: 46px;
    margin: 40px 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.price_info_two .price_btn:hover {
    background: #19c0f2;
    border-color: #19c0f2;
    color: #fff
}

.tooltip .tooltip-inner {
    background-color: #fff;
    opacity: 1;
    color: #111;
    opacity: 1;
    -webkit-box-shadow: 0 20px 40px 0 rgba(12, 0, 46, .14);
    box-shadow: 0 20px 40px 0 rgba(12, 0, 46, .14);
    font-size: "Poppins", sans-serif;
    font-size: 16px;
    color: #677294;
    line-height: 26px;
    width: 100%
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #fff
}

.agency_about_area .owl-dots {
    position: absolute;
    left: -48%;
    bottom: 10px
}

.agency_about_area .owl-dots button span {
    width: 8px;
    height: 8px;
    display: block;
    background: #9c7bfb;
    border-radius: 50%;
    border: 1px solid #9c7bfb;
    margin: 0 5px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.agency_about_area .owl-dots button.active span {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    border-color: rgba(251, 251, 253, .8);
    background: transparent
}

.about_content_left {
    padding: 0 0 0 200px
}

.about_content {
    background-image: -moz-linear-gradient(40deg, #19c0f2 0%, #a485fd 100%);
    background-image: -webkit-linear-gradient(40deg, #19c0f2 0%, #a485fd 100%);
    background-image: -ms-linear-gradient(40deg, #19c0f2 0%, #a485fd 100%);
    height: 100%;
    color: #fff;
    padding: 100px;
    position: relative;
    bottom: -30px
}

.about_btn {
    font: 500 14px "Poppins", sans-serif;
    padding: 17px 28px;
    background: #fbfbfd;
    -webkit-box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
    box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
    border-radius: 3px;
    color: #19c0f2;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.about_btn:hover {
    color: #fff;
    background: #19c0f2
}

.about_img {
    padding: 0;
    position: relative
}

.about_img .about_img_slider .about_item {
    float: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer
}

.about_img .about_img_slider .about_item:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(17, 22, 28, .7);
    position: absolute;
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity .4s linear 0s;
    -o-transition: opacity .4s linear 0s;
    transition: opacity .4s linear 0s
}

.about_img .about_img_slider .about_item img {
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.about_img .about_img_slider .about_item.w55 {
    width: 53.3%
}

.about_img .about_img_slider .about_item.w45 {
    width: 46.7%
}

.about_img .about_img_slider .about_item img {
    width: 100%;
    max-width: 100%
}

.about_img .about_img_slider .about_item .about_text {
    position: absolute;
    bottom: 80px;
    padding: 0 80px 0 50px;
    left: 0;
    color: #fff;
    z-index: 1;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.about_img .about_img_slider .about_item .about_text .br {
    width: 50px;
    height: 5px;
    background: #fff;
    opacity: .30;
    margin-bottom: 25px;
    display: block
}

.about_img .about_img_slider .about_item .about_text.text_two {
    bottom: 30px
}

.about_img .about_img_slider .about_item:hover:after {
    opacity: 1
}

.about_img .about_img_slider .about_item:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.about_img .about_img_slider .about_item:hover .about_text {
    bottom: 90px
}

.about_img .about_img_slider .about_item:hover .about_text.text_two {
    bottom: 50px
}

.about_img .pluse_icon {
    width: 100px;
    height: 100px;
    text-align: center;
    color: #19c0f2;
    line-height: 100px;
    font-size: 22px;
    background-color: #fbfbfd;
    -webkit-box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .14);
    box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .14);
    display: inline-block;
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: 2
}

.agency_testimonial_info {
    position: relative
}

.agency_testimonial_info .testimonial_slider {
    max-width: 770px;
    border-radius: 6px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 40px 0 rgba(12, 0, 46, .06);
    box-shadow: 0 20px 40px 0 rgba(12, 0, 46, .06);
    padding: 50px
}

.agency_testimonial_info .testimonial_slider .testimonial_item {
    z-index: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.agency_testimonial_info .testimonial_slider .testimonial_item .author_img img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    border-radius: 50%
}

.agency_testimonial_info .testimonial_slider .testimonial_item .author_description {
    margin-top: 18px;
    margin-bottom: 40px
}

.agency_testimonial_info .testimonial_slider .testimonial_item .author_description h4 {
    margin-bottom: 5px
}

.agency_testimonial_info .testimonial_slider .testimonial_item .author_description h6 {
    font: 400 14px/26px "Poppins", sans-serif;
    color: #959cb1
}

.agency_testimonial_info .testimonial_slider .testimonial_item p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 50px
}

.agency_testimonial_info .testimonial_slider .active {
    position: relative;
    z-index: 9
}

.agency_testimonial_info .testimonial_slider .owl-dots {
    text-align: center;
    bottom: 0;
    position: relative;
    margin-top: 0
}

.agency_testimonial_info .testimonial_slider .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid transparent;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    margin: 0 2px
}

.agency_testimonial_info .testimonial_slider .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #cfcfe7;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    border: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.agency_testimonial_info .testimonial_slider .owl-dots .owl-dot.active {
    border-color: #19c0f2
}

.agency_testimonial_info .testimonial_slider .owl-dots .owl-dot.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.agency_testimonial_info .owl-prev,
.agency_testimonial_info .owl-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #f3f5f8;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .06);
    box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .06);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.agency_testimonial_info .owl-prev:hover,
.agency_testimonial_info .owl-next:hover {
    background: #19c0f2;
    color: #fff
}

.agency_testimonial_info .owl-next {
    right: 0
}

.partner_logo_area_two {
    padding-top: 120px
}

.partner_logo_area_two h4 {
    color: #8891aa
}

.partner_info {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.partner_info .logo_item {
    width: calc(100% / 5);
    margin-bottom: 60px
}

.partner_info .logo_item img {
    max-width: 100%;
    -webkit-filter: contrast(.3%);
    filter: contrast(.3%);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.partner_info .logo_item:hover img {
    -webkit-filter: contrast(100%);
    filter: contrast(100%)
}

.subscribe_form_info {
    border-style: solid;
    border-width: 1px;
    border-color: #f3f6f9;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 30px 50px 0 rgba(12, 0, 46, .1);
    box-shadow: 0 30px 50px 0 rgba(12, 0, 46, .1);
    padding: 120px 0;
    margin-bottom: -150px;
    z-index: 2;
    position: relative
}

.subscribe_form_info .subscribe-form {
    max-width: 370px;
    margin: 0 auto
}

.subscribe_form_info .subscribe-form .form-control {
    text-align: center;
    border: 0;
    font: 400 18px/28px "Poppins", sans-serif;
    color: #b4bacc;
    border-radius: 0;
    border-bottom: 1px solid #3d64f4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.subscribe_form_info .subscribe-form .form-control.placeholder {
    color: #b4bacc
}

.subscribe_form_info .subscribe-form .form-control:-moz-placeholder {
    color: #b4bacc
}

.subscribe_form_info .subscribe-form .form-control::-moz-placeholder {
    color: #b4bacc
}

.subscribe_form_info .subscribe-form .form-control::-webkit-input-placeholder {
    color: #b4bacc
}

.subscribe_form_info .subscribe-form .btn_four {
    padding: 16px 44px;
    -webkit-box-shadow: 0 20px 30px 0 rgba(61, 100, 244, .16);
    box-shadow: 0 20px 30px 0 rgba(61, 100, 244, .16)
}

.subscribe_form_info .subscribe-form .btn_four:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.s_form_info_two .subscribe-form .form-control {
    border-color: #19c0f2
}

.s_form_info_two .subscribe-form .btn_four {
    border-radius: 4px;
    border-color: #19c0f2;
    background: #19c0f2;
    -webkit-box-shadow: 0 20px 30px 0 rgba(61, 100, 244, .16);
    box-shadow: 0 20px 30px 0 rgba(61, 100, 244, .16)
}

.s_form_info_two .subscribe-form .btn_four:hover {
    color: #fff
}

.saas_subscribe_area_two .subscribe_form_info {
    padding: 80px 0
}

.saas_subscribe_area_two .subscribe_form_info .form-control {
    border-color: #5f51fb
}

.saas_subscribe_area_two .subscribe_form_info .btn_four {
    border-color: #5f51fb;
    background: #5f51fd;
    -webkit-box-shadow: 0 20px 30px 0 rgba(61, 100, 244, .16);
    box-shadow: 0 20px 30px 0 rgba(61, 100, 244, .16)
}

.saas_subscribe_area_two .subscribe_form_info .btn_four:hover {
    color: #fff
}

.partner_logo_area_three {
    padding: 100px 0
}

.partner_logo_area_three .partner_info {
    margin-bottom: -20px
}

.partner_logo_area_three .partner_info .logo_item {
    margin-bottom: 20px
}

.partner_logo_area_three .partner_info .logo_item a {
    display: inline-block
}

.partner_logo_area_three .partner_info .logo_item img {
    -webkit-filter: contrast(100%);
    filter: contrast(100%);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.partner_logo_area_three .partner_info .logo_item:hover img {
    -webkit-filter: brightness(200%);
    filter: brightness(200%)
}

.partner_logo_area_three .partner_info_two .logo_item {
    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
}

.partner_logo_area_three .partner_info_two .logo_item:hover img {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.partner_logo_area_four {
    padding-top: 80px;
    margin-bottom: -40px
}

.partner_logo_area_four h4 {
    color: #8891aa
}

.partner_logo_area_five {
    padding: 200px 0 70px
}

.payment_logo_area {
    padding: 200px 0 120px
}

.partner_logo_area_six {
    padding: 56px 0
}

.partner_logo_area_six .partner_info {
    margin-bottom: -60px
}

.partner_logo_area_six .partner_info .logo_item:hover img {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

.saas_signup_form .input-group .form-control {
    background: transparent;
    font: 300 14px "Poppins", sans-serif;
    color: rgba(255, 255, 255, .7);
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #3c3c5b;
    padding-left: 0;
    padding-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 0;
    position: relative
}

.saas_signup_form .input-group .form-control.placeholder {
    color: #535473
}

.saas_signup_form .input-group .form-control:-moz-placeholder {
    color: #535473
}

.saas_signup_form .input-group .form-control::-moz-placeholder {
    color: #535473
}

.saas_signup_form .input-group .form-control::-webkit-input-placeholder {
    color: #535473
}

.saas_signup_form .input-group .form-control:focus+label {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.saas_signup_form .input-group label {
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #3d57f4;
    z-index: 2;
    bottom: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    margin-bottom: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.saas_signup_form .saas_banner_btn {
    border: 0;
    padding: 12px 48px
}

.fun_fact_area {
    padding-top: 150px;
    padding-bottom: 110px;
    overflow: hidden
}

.fun_fact_area_two {
    background: #f7f6fa
}

.fun_fact_content h1 {
    font-size: 60px
}

.fun_fact_content .fact_item h1 {
    font-size: 70px;
    font-weight: 400
}

.fact_author_img {
    position: relative
}

.fact_author_img .box_three {
    width: 630px;
    height: 630px;
    background-image: -moz-linear-gradient(90deg, #290a59 0%, #3d57f4 100%);
    background-image: -webkit-linear-gradient(90deg, #290a59 0%, #3d57f4 100%);
    background-image: -ms-linear-gradient(90deg, #290a59 0%, #3d57f4 100%);
    opacity: 1;
    top: -460px
}

.fact_author_img .box_four {
    background-image: -moz-linear-gradient(90deg, #411881 0%, #9b2bdc 100%);
    background-image: -webkit-linear-gradient(90deg, #411881 0%, #9b2bdc 100%);
    background-image: -ms-linear-gradient(90deg, #411881 0%, #9b2bdc 100%);
    opacity: 1;
    width: 708px;
    height: 708px;
    top: -460px;
    left: 150px
}

.fact_author_img img {
    margin-top: -70px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.fact_author_img_two .box_three {
    background-image: -moz-linear-gradient(-90deg, #fb862f 0%, #c640fd 100%);
    background-image: -webkit-linear-gradient(-90deg, #fb862f 0%, #c640fd 100%);
    background-image: -ms-linear-gradient(-90deg, #fb862f 0%, #c640fd 100%)
}

.fact_author_img_two .box_four {
    background-image: -moz-linear-gradient(90deg, #19c0f2 0%, #a485fd 100%);
    background-image: -webkit-linear-gradient(90deg, #19c0f2 0%, #a485fd 100%);
    background-image: -ms-linear-gradient(90deg, #19c0f2 0%, #a485fd 100%)
}

.feedback_slider .owl-nav {
    display: none
}

.feedback_slider .item {
    padding: 0 15px
}

.feedback_slider .shap_one,
.feedback_slider .shap_two {
    position: absolute;
    bottom: 0;
    right: 20px;
    opacity: .302;
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 66px;
    height: 66px;
    bottom: -35px;
    opacity: .302
}

.feedback_slider .shap_one {
    background-image: -moz-linear-gradient(40deg, #290a59 0%, #3d57f4 100%);
    background-image: -webkit-linear-gradient(40deg, #290a59 0%, #3d57f4 100%);
    background-image: -ms-linear-gradient(40deg, #290a59 0%, #3d57f4 100%)
}

.feedback_slider .shap_two {
    background-image: -moz-linear-gradient(40deg, #290a59 0%, #3d57f4 100%);
    background-image: -webkit-linear-gradient(40deg, #290a59 0%, #3d57f4 100%);
    background-image: -ms-linear-gradient(40deg, #290a59 0%, #3d57f4 100%);
    right: -10px;
    bottom: -45px
}

.feedback_slider .center .feedback_item {
    border-color: #3d57f4
}

.feedback_slider .center .feedback_item .shap_one,
.feedback_slider .center .feedback_item .shap_two {
    opacity: 1
}

.feedback_item {
    border: 1px solid #131430;
    border-radius: 4px;
    background-color: #0f1029;
    -webkit-box-shadow: 0 30px 50px 0 rgba(12, 0, 46, .3);
    box-shadow: 0 30px 50px 0 rgba(12, 0, 46, .3);
    padding: 45px;
    position: relative;
    overflow: hidden
}

.feedback_item .feed_back_author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.feedback_item .media .img {
    border: 1px solid #44467b;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 18px
}

.feedback_item .media .img img {
    max-width: 100%;
    width: auto
}

.feedback_item .media .media-body {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.feedback_item .media .media-body h6 {
    margin-bottom: 0;
    font-size: 14px;
    color: #58596e
}

.feedback_item p {
    font-weight: 300;
    margin-top: 34px;
    margin-bottom: 25px
}

.feedback_item .post_date {
    font-size: 14px;
    line-height: 24px;
    color: #58596e;
    font-style: italic;
    font-weight: 300;
    position: relative
}

.feedback_item .post_date:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #58596e;
    position: absolute;
    left: 0;
    bottom: 0
}

.feedback_item .ratting {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right
}

.feedback_item .ratting a {
    font-size: 12px;
    color: #58596e
}

.feedback_item .ratting a:nth-child(1),
.feedback_item .ratting a:nth-child(2),
.feedback_item .ratting a:nth-child(3) {
    color: #3d57f4
}

.owl-dots {
    text-align: center;
    margin-top: 75px
}

.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3d3e65;
    margin: 0 5px;
    border: 1px solid #3d3e65;
    display: block;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.owl-dots .owl-dot.active span {
    background: transparent;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    border-color: #3d57f4
}

.owl-dots .owl-dot:focus {
    outline: none
}

.app_testimonial_area {
    background: #fbfbfd;
    padding-top: 200px;
    padding-bottom: 140px;
    overflow: hidden;
    position: relative
}

.app_testimonial_area .text_shadow {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0
}

.app_testimonial_area .text_shadow:before {
    content: attr(data-line);
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: #f6f6fa;
    font-weight: 700;
    background-image: -webkit-linear-gradient(310deg, #672dde 0%, #4069eb 100%);
    background-image: -o-linear-gradient(310deg, #672dde 0%, #4069eb 100%);
    background-image: linear-gradient(140deg, #672dde 0%, #4069eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Poppins", sans-serif;
    font-size: 200px;
    line-height: 200px;
    z-index: -1;
    text-transform: uppercase;
    top: 50%;
    opacity: .02
}

.app_testimonial_slider {
    max-width: 690px;
    margin: 0 auto
}

.nav_container {
    position: relative;
    z-index: 1
}

.nav_container .owl-prev,
.nav_container .owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 4px 0 rgba(12, 0, 46, .06);
    box-shadow: 0 3px 4px 0 rgba(12, 0, 46, .06);
    font-size: 20px;
    color: #222d39;
    border: 0;
    line-height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer
}

.nav_container .owl-prev:hover,
.nav_container .owl-next:hover {
    background: #4069eb;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.nav_container .owl-prev {
    left: 15px
}

.nav_container .owl-next {
    right: 15px
}

.nav_container .owl-dots {
    margin-top: 30px
}

.nav_container .owl-dots .owl-dot span {
    background: #cfcfe7;
    border: 0
}

.nav_container .owl-dots .owl-dot.active span {
    background: #653cee
}

.shap {
    position: absolute;
    opacity: .02;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 45px;
    left: 90px;
    z-index: -1
}

.shap.one {
    background-image: -moz-linear-gradient(140deg, #7d0df0 0%, #0cb6e7 100%);
    background-image: -webkit-linear-gradient(140deg, #7d0df0 0%, #0cb6e7 100%);
    background-image: -ms-linear-gradient(140deg, #7d0df0 0%, #0cb6e7 100%);
    width: 650px;
    height: 510px;
    top: -155%
}

.shap.two {
    background-image: -moz-linear-gradient(140deg, #7d0df0 0%, #0cb6e7 100%);
    background-image: -webkit-linear-gradient(140deg, #7d0df0 0%, #0cb6e7 100%);
    background-image: -ms-linear-gradient(140deg, #7d0df0 0%, #0cb6e7 100%);
    width: 666px;
    height: 330px;
    top: -145%;
    left: 290px
}

.app_testimonial_item .author-img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 15px
}

.app_testimonial_item .author-img img {
    width: auto;
    border-radius: 100%;
    max-width: 100%
}

.app_testimonial_item .author_info {
    margin-bottom: 35px
}

.app_testimonial_item .author_info p {
    color: #959cb1;
    font-size: 14px;
    margin-bottom: 0
}

.experts_team_area .learn_btn:hover {
    color: #4069eb
}

.experts_team_area .learn_btn:hover:before {
    background: #4069eb
}

.ex_team_item {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    overflow: hidden;
    cursor: pointer
}

.ex_team_item img {
    max-width: 100%
}

.ex_team_item .hover_content,
.ex_team_item .team_content {
    position: absolute;
    width: 100%
}

.ex_team_item h3 {
    margin-bottom: 3px
}

.ex_team_item h5 {
    font: 300 14px/24px "Poppins", sans-serif;
    color: #677294;
    margin-bottom: 0
}

.ex_team_item .team_content {
    bottom: 0;
    background: rgba(255, 255, 255, .9);
    padding: 17px 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.ex_team_item .hover_content {
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 33px;
    background: -moz-linear-gradient(2.67% 104.35% 40deg, rgba(28, 70, 223, .8) 0.45%, rgba(27, 112, 230, .8) 31.16%, rgba(24, 216, 246, .8) 100%);
    background: -webkit-linear-gradient(40deg, rgba(28, 70, 223, .8) 0.45%, rgba(27, 112, 230, .8) 31.16%, rgba(24, 216, 246, .8) 100%);
    background: -webkit-gradient(linear, 2.67% 104.35%, 97.33% -4.35%, color-stop(0.0045, rgba(28, 70, 223, .8)), color-stop(0.3116, rgba(27, 112, 230, .8)), color-stop(1, rgba(24, 216, 246, .8)));
    background: -o-linear-gradient(40deg, rgba(28, 70, 223, .8) 0.45%, rgba(27, 112, 230, .8) 31.16%, rgba(24, 216, 246, .8) 100%);
    background: -ms-linear-gradient(40deg, rgba(28, 70, 223, .8) 0.45%, rgba(27, 112, 230, .8) 31.16%, rgba(24, 216, 246, .8) 100%);
    opacity: 0;
    visibility: visible;
    z-index: -1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.ex_team_item .hover_content .n_hover_content {
    width: 100%
}

.ex_team_item .hover_content .n_hover_content ul {
    margin-bottom: 0
}

.ex_team_item .hover_content .n_hover_content ul li {
    display: inline-block
}

.ex_team_item .hover_content .n_hover_content ul li a {
    font-size: 13px;
    color: #fff;
    margin: 0 5px
}

.ex_team_item .hover_content .n_hover_content ul li a:hover {
    color: #0cb6e7
}

.ex_team_item .hover_content .n_hover_content .br {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    display: block;
    margin: 15px 0 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear
}

.ex_team_item .hover_content .n_hover_content h3 {
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.ex_team_item .hover_content .n_hover_content h5 {
    color: #fff;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear
}

.ex_team_item:hover .hover_content {
    opacity: 1;
    visibility: visible;
    z-index: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.ex_team_item:hover .hover_content .br {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.ex_team_item:hover .hover_content h3,
.ex_team_item:hover .hover_content h5 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.ex_team_item:hover .team_content {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.payment_clients_area .clients_bg_shape_right {
    width: 1600px;
    height: 1253px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 59px 0 rgba(91, 82, 254, .05);
    box-shadow: 0 0 59px 0 rgba(91, 82, 254, .05);
    position: absolute;
    right: -44.5%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 150px;
    top: -375px
}

.payment_clients_area .payment_clients_inner {
    position: relative
}

.payment_clients_area .payment_clients_inner .clients_item {
    border-width: 5px;
    border-color: #f6f6fa;
    border-style: solid;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 30px 0 rgba(55, 125, 162, .2);
    box-shadow: 0 1px 30px 0 rgba(55, 125, 162, .2);
    position: absolute;
    text-align: center
}

.payment_clients_area .payment_clients_inner .clients_item img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.payment_clients_area .payment_clients_inner .clients_item.one {
    width: 120px;
    height: 120px;
    top: 170px
}

.payment_clients_area .payment_clients_inner .clients_item.two {
    width: 180px;
    height: 180px;
    top: 325px;
    left: 150px
}

.payment_clients_area .payment_clients_inner .clients_item.three {
    width: 128px;
    height: 128px;
    left: 245px
}

.payment_clients_area .payment_clients_inner .clients_item.four {
    width: 142px;
    height: 142px;
    left: 450px;
    top: 400px
}

.payment_clients_area .payment_clients_inner .clients_item.five {
    width: 110px;
    height: 110px;
    left: 621px;
    top: 260px
}

.payment_clients_area .payment_clients_inner .clients_item.six {
    width: 100px;
    height: 100px;
    left: 425px;
    top: 180px
}

.payment_clients_area .payment_clients_inner .clients_item.seven {
    width: 80px;
    height: 80px;
    left: 550px;
    top: 0
}

.payment_clients_area .payment_clients_inner .clients_item.eight {
    width: 95px;
    height: 95px;
    left: 745px;
    top: 35px
}

.payment_testimonial_area {
    background: #fafbff;
    padding-top: 150px
}

.payment_testimonial_area .testimonial_img {
    margin-bottom: -82px;
    position: relative;
    z-index: 1
}

.payment_testimonial_info .testimonial_content {
    padding-left: 80px;
    position: relative;
    margin-top: 100px
}

.payment_testimonial_info .testimonial_content .icon {
    font-size: 300px;
    color: #ebeff9;
    position: absolute;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -35px;
    top: 0;
    font-family: "Poppins", sans-serif;
    height: 133px
}

.payment_testimonial_info .testimonial_content p {
    line-height: 34px;
    margin-bottom: 45px
}

.payment_testimonial_info .testimonial_content .author_description {
    color: #6781a9;
    font-weight: 300;
    padding-top: 5px
}

.payment_action_area {
    padding: 225px 0 145px;
    position: relative
}

.payment_action_content .pay_icon {
    margin: 0 auto 50px
}

.payment_action_content h2 {
    font-size: 26px
}

.payment_action_content p {
    line-height: 30px;
    font-size: 18px;
    margin: 25px 0 60px
}

.payment_action_content .pay_btn {
    margin: 0
}

.sass_partner_logo_area,
.saas_map_area,
.saas_subscribe_area {
    background: #fbfcfe
}

.saas_subscribe_area .saas_action_content {
    max-width: 970px;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 22px 95px 0 rgba(55, 168, 237, .1);
    box-shadow: 0 22px 95px 0 rgba(55, 168, 237, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px;
    margin-bottom: -50px;
    position: relative;
    z-index: 2
}

.saas_subscribe_area .saas_action_content .gr_btn {
    min-width: 200px;
    padding: 20px 0;
    text-align: center;
    color: #fff
}

.saas_subscribe_area .saas_action_content .gr_btn:before {
    opacity: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.saas_subscribe_area .saas_action_content .gr_btn:hover {
    color: #23b1fe
}

.saas_subscribe_area .saas_action_content .gr_btn:hover:before {
    opacity: 1
}

.payment_subscribe_info {
    border-radius: 6px;
    background-image: -moz-linear-gradient(50deg, #5f51fb 0%, #767cfd 64%, #8ca7ff 100%);
    background-image: -webkit-linear-gradient(50deg, #5f51fb 0%, #767cfd 64%, #8ca7ff 100%);
    background-image: -ms-linear-gradient(50deg, #5f51fb 0%, #767cfd 64%, #8ca7ff 100%);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px;
    margin-bottom: -100px;
    position: relative
}

.payment_subscribe_info .payment_subscribe_content {
    padding-top: 0;
    color: #fff
}

.payment_subscribe_info .payment_subscribe_content h2 {
    font: 600 26px "Poppins", sans-serif
}

.payment_subscribe_info .payment_subscribe_content p {
    margin-bottom: 0;
    font-weight: 300
}

.payment_subscribe_info .subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.payment_subscribe_info .subscribe-form .form-control {
    width: 430px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 45px;
    background: rgba(247, 248, 252, .059);
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding-left: 30px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.payment_subscribe_info .subscribe-form .form-control.placeholder {
    color: #d3d3f2
}

.payment_subscribe_info .subscribe-form .form-control:-moz-placeholder {
    color: #d3d3f2
}

.payment_subscribe_info .subscribe-form .form-control::-moz-placeholder {
    color: #d3d3f2
}

.payment_subscribe_info .subscribe-form .form-control::-webkit-input-placeholder {
    color: #d3d3f2
}

.payment_subscribe_info .subscribe-form .btn_four {
    background: #5f51fb;
    color: #fff;
    border: #5f51fd;
    margin-left: 20px
}

.payment_subscribe_info .subscribe-form .btn_four:hover {
    background: #fff;
    border-color: #fff;
    color: #5f51fd
}

.testimonial_area_four {
    position: relative
}

.testimonial_shap_img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.testimonial_title {
    position: relative;
    padding-bottom: 90px
}

.testimonial_title h6 {
    font-size: 16px;
    color: #563bd1;
    font-family: "Poppins", sans-serif;
    font-style: italic
}

.testimonial_title .owl-prev,
.testimonial_title .owl-next {
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #e0e4ed;
    text-align: center;
    font-size: 14px;
    color: #677294;
    border-radius: 50%;
    line-height: 48px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
    background: transparent
}

.testimonial_title .owl-prev:hover,
.testimonial_title .owl-next:hover {
    background: #563bd1;
    color: #fff
}

.testimonial_title .owl-next {
    left: 60px
}

.stratup_testimonial_info {
    height: 576px;
    position: relative
}

.stratup_testimonial_info:before {
    content: "";
    background: url("../img/new/testimonial_bg.png") no-repeat scroll center 0/contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.testimonial_slider_four {
    padding: 0 70px
}

.testimonial_slider_four .item {
    text-align: center;
    color: #fff
}

.testimonial_slider_four .item .author_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 35px
}

.testimonial_slider_four .item img {
    width: auto
}

.testimonial_slider_four .item p {
    font-size: 18px;
    line-height: 36px;
    font-style: italic;
    margin-bottom: 40px
}

.testimonial_slider_four .item h5 {
    font-size: 18px;
    font-weight: 600
}

.testimonial_slider_four .item h6 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0
}

.testimonial_area_five {
    position: relative
}

.testimonial_area_five .stratup_testimonial_info:before {
    background: url("../img/new/testimonial_bg_two.png") no-repeat scroll center 0/contain
}

.testimonial_area_five .testimonial_title h6 {
    color: #26c4e5
}

.testimonial_area_five .testimonial_title .owl-next:hover,
.testimonial_area_five .testimonial_title .owl-prev:hover {
    background: #26c4e5
}

.app_screenshot_area {
    overflow: hidden
}

.app_screenshot_area .app_screen_info {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -10px
}

.app_screenshot_area .app_screenshot_slider .item {
    padding: 10px 20px 20px
}

.app_screenshot_area .app_screenshot_slider .item .screenshot_img {
    border: 1px solid #f4f4f9;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 16px 0 rgba(12, 0, 46, .06);
    box-shadow: 0 6px 16px 0 rgba(12, 0, 46, .06)
}

.app_screenshot_area .app_screenshot_slider .item .screenshot_img img {
    max-width: 100%
}

.app_screenshot_area .app_screenshot_slider .owl-dots {
    margin-top: 40px
}

.app_screenshot_area .app_screenshot_slider .owl-dots .owl-dot span {
    background: #cfcfe7;
    border: 0
}

.app_screenshot_area .app_screenshot_slider .owl-dots .owl-dot.active span {
    background: #653cee
}

.app_screenshot_area .app_screenshot_slider .owl-prev,
.app_screenshot_area .app_screenshot_slider .owl-next {
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #d9e1ea;
    background: #fbfbfd;
    border-radius: 25px;
    font-size: 20px;
    line-height: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.app_screenshot_area .app_screenshot_slider .owl-prev:hover,
.app_screenshot_area .app_screenshot_slider .owl-next:hover {
    background: #4069eb;
    border-color: #4069eb;
    color: #fff
}

.app_screenshot_area .app_screenshot_slider .owl-prev {
    left: calc(50% - 60px)
}

.app_screenshot_area .app_screenshot_slider .owl-next {
    right: calc(50% - 60px)
}

.get_started_area {
    background-image: -moz-linear-gradient(140deg, #672dde 0%, #4069eb 100%);
    background-image: -webkit-linear-gradient(140deg, #672dde 0%, #4069eb 100%);
    background-image: -ms-linear-gradient(140deg, #672dde 0%, #4069eb 100%);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.get_started_area .shap {
    opacity: .03
}

.get_started_area .shap.one {
    background: #fff;
    top: -290px;
    left: -50px
}

.get_started_area .shap.two {
    background: #fff;
    top: -260px;
    left: 100px
}

.get_started_area .shap.three {
    background: #fff;
    top: auto;
    left: 47%;
    bottom: -300px
}

.get_started_area .shap.four {
    background: #fff;
    top: auto;
    left: 63%;
    bottom: -280px
}

.get_content {
    color: #fff
}

.get_content h3 {
    font-size: 24px
}

.get_content .app_btn {
    font: 500 16px "Poppins", sans-serif;
    padding: 12px 34px;
    border-color: #fff;
    background: #fff;
    line-height: 27px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    min-width: 200px;
    text-align: center
}

.get_content .app_btn.app_btn_one {
    color: #4069eb;
    vertical-align: middle
}

.get_content .app_btn.app_btn_one img {
    padding-right: 12px
}

.get_content .app_btn.app_btn_one:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff
}

.get_content .app_btn.app_btn_two {
    background: rgba(255, 255, 255, .1);
    vertical-align: middle;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 20px
}

.get_content .app_btn.app_btn_two i {
    font-size: 25px;
    padding-right: 10px;
    vertical-align: sub
}

.get_content .app_btn.app_btn_two:hover {
    color: #4069eb;
    background: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1);
    box-shadow: 0 20px 30px 0 rgba(12, 0, 46, .1)
}

.get_started_three .startup_tab_img .web_img,
.get_started_three .startup_tab_img .phone_img {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.get_started_three .get_btn_info {
    margin-top: 50px
}

.get_started_three .get_btn_info .get_btn_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 110px;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.get_started_three .get_btn_info .get_btn_item .get_icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 45px;
    text-align: center;
    border-radius: 3px;
    background: #fff1f3;
    color: #ff738b;
    margin-right: 25px
}

.get_started_three .get_btn_info .get_btn_item h3 {
    font-size: 20px;
    line-height: 34px;
    color: #051441;
    font-weight: 400;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.get_started_three .get_btn_info .get_btn_item .icon_two {
    background: #f1f5ff
}

.get_started_three .get_btn_info .get_btn_item .icon_two .small {
    color: #46d779;
    font-size: 25px;
    position: relative;
    top: -25px;
    left: 6px;
    padding-top: 0
}

.get_started_three .get_btn_info .get_btn_item .icon_two i {
    color: #73a1ff;
    padding-top: 30px;
    display: inline-block
}

.job_listing_area .sec_title {
    max-width: 970px
}

.job_listing_area .app_service_info {
    margin-bottom: -30px
}

.job_listing {
    margin-top: 160px
}

.job_listing .job_list_tab {
    border-bottom: 1px solid #e7e7f6
}

.job_listing .job_list_tab .list_item_tab {
    font: 300 15px/26px "Poppins", sans-serif;
    color: #677294;
    padding: 0 0 10px;
    border: 0;
    border-radius: 0;
    position: relative;
    display: inline-block;
    cursor: pointer
}

.job_listing .job_list_tab .list_item_tab:before {
    content: "";
    width: 0;
    height: 1px;
    background: #19c0f2;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.job_listing .job_list_tab .list_item_tab.active,
.job_listing .job_list_tab .list_item_tab:hover {
    background: transparent
}

.job_listing .job_list_tab .list_item_tab.active:before {
    width: 100%;
    right: auto;
    left: 0
}

.job_listing .job_list_tab .list_item_tab+.list_item_tab {
    margin-left: 55px
}

.job_listing .listing_tab {
    margin-bottom: -30px;
    margin-top: 60px;
    overflow: hidden
}

.job_listing .listing_tab .list_item {
    display: table;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(12, 0, 46, .04);
    box-shadow: 0 2px 8px 0 rgba(12, 0, 46, .04);
    padding: 20px 45px 20px 20px;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.job_listing .listing_tab .list_item figure {
    float: left;
    width: 70px;
    margin-bottom: 0;
    margin-right: 20px
}

.job_listing .listing_tab .list_item figure a,
.job_listing .listing_tab .list_item figure img {
    float: left;
    width: 100%
}

.job_listing .listing_tab .list_item .joblisting_text {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #eeebf7;
    width: 100%;
    padding-left: 25px
}

.job_listing .listing_tab .list_item .joblisting_text .job_list_table {
    display: table;
    width: 100%
}

.job_listing .listing_tab .list_item .joblisting_text .jobsearch-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 75%;
    line-height: 46px
}

.job_listing .listing_tab .list_item .joblisting_text h4 a {
    font-size: 20px;
    margin-bottom: 5px;
    display: inline-block
}

.job_listing .listing_tab .list_item .joblisting_text h4 a:hover {
    color: #19c0f2
}

.job_listing .listing_tab .list_item .joblisting_text ul {
    margin-bottom: 0
}

.job_listing .listing_tab .list_item .joblisting_text ul li {
    float: left;
    font: 300 14px/15px "Poppins", sans-serif;
    color: #677294;
    padding: 0 10px;
    border-left: 2px solid #aeb3c3
}

.job_listing .listing_tab .list_item .joblisting_text ul li:first-child {
    padding-left: 0;
    border: none
}

.job_listing .listing_tab .list_item .joblisting_text ul li.p_color {
    color: #19c0f2
}

.job_listing .listing_tab .list_item .joblisting_text ul li.g_color {
    color: #61bd17
}

.job_listing .listing_tab .list_item .joblisting_text ul li.gold_color {
    color: #d7ad1e
}

.job_listing .listing_tab .list_item .joblisting_text .jobsearch-job-userlist {
    float: right
}

.job_listing .listing_tab .list_item .joblisting_text .jobsearch-job-userlist .apply_btn {
    font: 300 14px/36px "Poppins", sans-serif;
    color: #5c6789;
    border: 1px solid #e7e7f6;
    border-radius: 3px;
    display: inline-block;
    padding: 4px 22px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.job_listing .listing_tab .list_item .joblisting_text .jobsearch-job-userlist .apply_btn:hover {
    background: #19c0f2;
    border-color: #19c0f2;
    color: #fff
}

.job_listing .listing_tab .list_item .joblisting_text .jobsearch-job-userlist .like-btn {
    font-size: 18px;
    line-height: 46px;
    float: right;
    margin-left: 20px
}

.job_listing .listing_tab .list_item .joblisting_text .jobsearch-job-userlist .like-btn a {
    display: inline-block;
    color: #d4d8e4
}

.job_listing .listing_tab .list_item .joblisting_text .jobsearch-job-userlist .like-btn a:hover {
    color: #19c0f2
}

.job_listing .listing_tab .list_item:hover {
    -webkit-box-shadow: 0 25px 30px -8px rgba(12, 0, 46, .06);
    box-shadow: 0 25px 30px -8px rgba(12, 0, 46, .06)
}

.job_listing .pagination {
    display: block
}

.job_listing .pagination .nav-links .page-numbers {
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7f6;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #677294;
    font-size: 16px;
    border-radius: 50%;
    background-color: #fbfbfd;
    margin: 0 3px
}

.job_listing .pagination .nav-links .page-numbers i {
    font-size: 14px
}

.job_listing .pagination .nav-links .page-numbers.current {
    background: #19c0f2;
    color: #fff
}

.details_content .f_size_22 {
    font-size: 22px
}

.details_content .btn_three {
    min-width: 150px;
    text-align: center;
    background: #19c0f2;
    border-color: #19c0f2;
    color: #fff
}

.details_content .btn_three:hover {
    color: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(61, 100, 244, .16);
    box-shadow: 0 20px 30px 0 rgba(61, 100, 244, .16)
}

.job_deatails_content {
    padding-bottom: 40px
}

.job_deatails_content ul li {
    position: relative;
    padding-left: 36px;
    font-weight: 300;
    font-size: 15px;
    color: #677294;
    margin-bottom: 27px
}

.job_deatails_content ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #19c0f2
}

.job_deatails_content:nth-child(4) {
    /*border-bottom: 1px solid #eeebf6*/
}

.job_info {
    border: 1px solid #f4f4f9;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    padding: 50px
}

.job_info .info_head {
    border-bottom: 1px solid #eeebf6;
    padding-bottom: 18px
}

.job_info .info_head i {
    font-size: 40px;
    color: #9979f7;
    text-shadow: 0 14px 30px rgba(94, 44, 237, .4);
    margin-bottom: 35px;
    display: inline-block
}

.job_info .info_item {
    position: relative;
    padding-left: 30px;
    margin-top: 25px
}

.job_info .info_item i {
    color: #9979f7;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 5px
}

.job_info .info_item h6 {
    font-size: 18px;
    color: #222d39;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 5px
}

.job_info .info_item p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    color: #677294
}

.apply_form .form-group {
    margin-bottom: 30px
}

.apply_form input[type="text"],
.apply_form textarea,
.apply_form .selectpickers {
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    font: 300 15px/60px "Poppins", sans-serif;
    color: #9ca3b9;
    width: 100%;
    height: 60px;
    padding-left: 30px;
    border: 1px solid #fff
}

.apply_form input[type="text"]:focus,
.apply_form textarea:focus,
.apply_form .selectpickers:focus {
    -webkit-box-shadow: 0 10px 14px 0 rgba(12, 0, 46, .06);
    box-shadow: 0 10px 14px 0 rgba(12, 0, 46, .06);
    border-color: #f2effc;
    outline: none
}

.apply_form input[type="text"].placeholder,
.apply_form textarea.placeholder,
.apply_form .selectpickers.placeholder {
    color: #9ca3b9
}

.apply_form input[type="text"]:-moz-placeholder,
.apply_form textarea:-moz-placeholder,
.apply_form .selectpickers:-moz-placeholder {
    color: #9ca3b9
}

.apply_form input[type="text"]::-moz-placeholder,
.apply_form textarea::-moz-placeholder,
.apply_form .selectpickers::-moz-placeholder {
    color: #9ca3b9
}

.apply_form input[type="text"]::-webkit-input-placeholder,
.apply_form textarea::-webkit-input-placeholder,
.apply_form .selectpickers::-webkit-input-placeholder {
    color: #9ca3b9
}

.apply_form textarea {
    height: 180px
}

.apply_form .selectpickers {
    width: 100%
}

.apply_form .upload_box {
    width: 100%;
    border: 1px dotted #e7e3f2;
    font: 300 15px/26px "Poppins", sans-serif;
    color: #9ca3b9;
    padding: 20px 50px
}

.apply_form .upload_box input[type="file"] {
    font: 300 15px/26px "Poppins", sans-serif;
    color: #9ca3b9;
    display: block;
    margin-top: 45px
}

.apply_form .upload_box input[type="file"]:focus {
    outline: none
}

.apply_form p {
    font: 300 15px/26px "Poppins", sans-serif;
    color: #677294
}

.apply_form p a {
    color: #222d39
}

.apply_form .btn_three {
    font-size: 14px;
    font-weight: 500;
    background: #19c0f2;
    padding: 14px 37px;
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
    margin-top: 20px
}

.apply_form .btn_three:hover {
    color: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(61, 100, 244, .16);
    box-shadow: 0 20px 30px 0 rgba(61, 100, 244, .16)
}

.faq_tab {
    border: 1px solid #f4f4f9;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    padding: 50px 40px
}

.faq_tab .nav-tabs {
    border: 0;
    margin-bottom: 0;
    display: block
}

.faq_tab .nav-item {
    margin: 0
}

.faq_tab .nav-item .nav-link {
    font: 400 16px/22px "Poppins", sans-serif;
    color: #677294;
    padding: 0;
    border: 0;
    border-radius: 0;
    display: inline-block;
    position: relative;
    margin-bottom: 20px
}

.faq_tab .nav-item .nav-link:before {
    content: "";
    width: 0;
    height: 1px;
    background: #19c0f2;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: width .2s linear;
    -o-transition: width .2s linear;
    transition: width .2s linear
}

.faq_tab .nav-item .nav-link.active {
    color: #19c0f2
}

.faq_tab .nav-item .nav-link.active:before {
    width: 100%
}

.faq_content .tab-pane .card {
    border: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #e4e0ee
}

.faq_content .tab-pane .card .card-header {
    padding: 0;
    border: 0;
    background: transparent
}

.faq_content .tab-pane .card .card-header .btn {
    color: #19c0f2;
    display: block;
    width: 100%;
    text-align: left;
    font: 500 18px/26px "Poppins", sans-serif;
    padding: 20px 30px 20px 0;
    position: relative;
    white-space: normal
}

.faq_content .tab-pane .card .card-header .btn i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    font-size: 20px
}

.faq_content .tab-pane .card .card-header .btn i+i {
    display: block
}

.faq_content .tab-pane .card .card-header .btn.collapsed {
    color: #576370
}

.faq_content .tab-pane .card .card-header .btn.collapsed i {
    display: block
}

.faq_content .tab-pane .card .card-header .btn.collapsed i+i {
    display: none
}

.faq_content .tab-pane .card .card-body {
    padding: 0 0 45px;
    font: 400 15px/26px "Poppins", sans-serif;
    color: #677294
}

.portfolio_area {
    overflow: hidden
}

.portfolio_area .price_btn {
    border-color: #5f51fb;
    color: #5f51fb;
    background: transparent;
    margin-top: 50px;
    line-height: 48px;
    padding: 0 30px
}

.portfolio_area .price_btn:hover {
    background: #5f51fb;
    color: #fff
}

.portfolio_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.portfolio_filter .work_portfolio_item {
    font: 400 16px/22px "Poppins", sans-serif;
    color: #677294;
    display: inline-block;
    border-radius: 3px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    position: relative;
    cursor: pointer
}

.portfolio_filter .work_portfolio_item:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    background: transparent;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear
}

.portfolio_filter .work_portfolio_item.active,
.portfolio_filter .work_portfolio_item:hover {
    color: #19c0f2
}

.portfolio_filter .work_portfolio_item.active:before,
.portfolio_filter .work_portfolio_item:hover:before {
    width: 100%;
    background: #19c0f2;
    right: auto;
    left: 0
}

.portfolio_filter .work_portfolio_item+.work_portfolio_item {
    margin-left: 60px
}

.portfolio_filter_blue .work_portfolio_item.active,
.portfolio_filter_blue .work_portfolio_item:hover {
    color: #26c4e5
}

.portfolio_filter_blue .work_portfolio_item.active:before,
.portfolio_filter_blue .work_portfolio_item:hover:before {
    width: 100%;
    background: #26c4e5
}

.pr_btn {
    margin-top: 70px;
    background: transparent;
    color: #26c4e5;
    border-color: #26c4e5
}

.pr_btn:hover {
    background: #26c4e5;
    color: #fff
}

.portfolio_gallery .portfolio_item .portfolio_img {
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.portfolio_gallery .portfolio_item .portfolio_img img {
    max-width: 100%;
    width: 100%
}

.portfolio_gallery .portfolio_item .portfolio_img .img_rounded {
    border-radius: 6px
}

.portfolio_gallery .portfolio_item .portfolio_img .hover_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(44, 44, 57, .7);
    opacity: 0;
    -webkit-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear
}

.portfolio_gallery .portfolio_item .portfolio_img .hover_content .img_popup {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    right: 50px;
    top: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.portfolio_gallery .portfolio_item .portfolio_img .hover_content .img_popup:hover {
    background: #fff;
    color: #282835
}

.portfolio_gallery .portfolio_item .portfolio_img .hover_content .portfolio-description {
    bottom: 0;
    padding-left: 50px;
    padding-bottom: 48px;
    width: 100%
}

.portfolio_gallery .portfolio_item .portfolio_img .hover_content .portfolio-description h3 {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    color: #fff
}

.portfolio_gallery .portfolio_item .portfolio_img .hover_content .portfolio-description .links {
    overflow: hidden
}

.portfolio_gallery .portfolio_item .portfolio_img .hover_content .portfolio-description .links a {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    color: #fff;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.portfolio_gallery .portfolio_item .portfolio_img .hover_content .portfolio-description .links a:before {
    background: #fff
}

.portfolio_gallery .portfolio_item .portfolio_img .hover_content.h_content_two .img_popup {
    right: 30px;
    top: 30px
}

.portfolio_gallery .portfolio_item .portfolio_img .hover_content.h_content_two .portfolio-description {
    padding-left: 30px;
    padding-bottom: 30px
}

.portfolio_gallery .portfolio_item .portfolio_img .hover_content.h_content_two .portfolio-description .links a {
    font-size: 14px
}

.portfolio_gallery .portfolio_item .portfolio_img:hover .hover_content {
    opacity: 1
}

.portfolio_gallery .portfolio_item .portfolio_img:hover .hover_content .img_popup {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.portfolio_gallery .portfolio_item .portfolio_img:hover .hover_content .portfolio-description h3,
.portfolio_gallery .portfolio_item .portfolio_img:hover .hover_content .portfolio-description a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.portfolio-description .portfolio-title {
    overflow: hidden;
    display: inline-block
}

.portfolio-description h3 {
    margin-top: 22px;
    margin-bottom: 0;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    color: #282835
}

.portfolio-description h3:hover {
    color: #19c0f2
}

.portfolio-description .links {
    overflow: hidden
}

.portfolio-description .links a {
    font-size: 15px;
    color: #677294;
    font-weight: 300;
    position: relative;
    display: inline-block;
    margin-right: 8px;
    -webkit-transition: color .01s linear;
    -o-transition: color .01s linear;
    transition: color .01s linear
}

.portfolio-description .links a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    background: #19c0f2;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear
}

.portfolio-description .links a:hover {
    color: #19c0f2
}

.portfolio-description .links a:hover:before {
    width: 100%;
    right: auto;
    left: 0
}

.portfolio_fullwidth_area {
    padding-top: 100px
}

.p_category_item .social_icon,
.icon .social_icon {
    padding-top: 8px
}

.p_category_item .social_icon a,
.icon .social_icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    line-height: 43px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    color: #fff
}

.p_category_item .social_icon a:nth-child(1),
.icon .social_icon a:nth-child(1) {
    background: #4779de
}

.p_category_item .social_icon a:nth-child(2),
.icon .social_icon a:nth-child(2) {
    background: #e43e30
}

.p_category_item .social_icon a:nth-child(3),
.icon .social_icon a:nth-child(3) {
    background: #1da1f3
}

.p_category_item .social_icon a:hover,
.icon .social_icon a:hover {
    -webkit-box-shadow: 0 5px 12px 2px rgba(0, 11, 40, .2);
    box-shadow: 0 5px 12px 2px rgba(0, 11, 40, .2)
}

.portfolio_pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.portfolio_pagination .prev,
.portfolio_pagination .next {
    font-size: 14px;
    font-weight: 300;
    color: #9ca3b9;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.portfolio_pagination .prev:hover,
.portfolio_pagination .next:hover {
    color: #222d39
}

.portfolio_pagination .prev i {
    padding-right: 8px
}

.portfolio_pagination .next i {
    padding-left: 8px
}

.pr_slider .owl-prev,
.pr_slider .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    background: transparent;
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 24px;
    color: #677294;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    cursor: pointer
}

.pr_slider .owl-prev:hover,
.pr_slider .owl-next:hover {
    color: #19c0f2
}

.pr_slider .owl-prev {
    left: 40px
}

.pr_slider .owl-next {
    right: 40px
}

.p_details_three .portfolio_category {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px
}

.p_details_three .portfolio_category .p_category_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.p_details_three .portfolio_pagination {
    margin-top: 190px
}

.p_details_three .icon {
    margin-top: 120px
}

.map_area {
    height: 552px;
    position: relative
}

.map_area iframe {
    height: 100%;
    width: 100%;
    border: 0;
    pointer-events: none;
    margin: 0;
    padding: 0
}

.app_contact_info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 600px;
    background-color: #fff;
    -webkit-box-shadow: 0 40px 50px 0 rgba(12, 0, 46, .2);
    box-shadow: 0 40px 50px 0 rgba(12, 0, 46, .2);
    padding: 45px 45px 15px
}

.app_contact_info .triangle {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 55px;
    background: #fff;
    bottom: -7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.app_contact_info .info_item {
    padding-left: 55px;
    position: relative;
    margin-bottom: 35px
}

.app_contact_info .info_item i {
    position: absolute;
    left: 0;
    font-size: 30px;
    color: #19c0f2;
    background-image: -moz-linear-gradient(0deg, #19c0f2 0%, #a485fd 100%);
    background-image: -webkit-linear-gradient(0deg, #19c0f2 0%, #a485fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 0;
    left: 0
}

.app_contact_info .info_item h6 {
    color: #051441;
    margin-bottom: 5px
}

.app_contact_info .info_item p,
.app_contact_info .info_item a {
    color: #677294;
    line-height: 24px;
    margin-bottom: 0
}

.app_contact_info .info_item a:hover {
    color: #4069eb
}

.contact_info_item {
    border-bottom: 1px solid #eeebf6;
    padding-bottom: 25px
}

.contact_info_item p {
    color: #677294;
    margin-bottom: 8px
}

.contact_info_item a {
    color: #677294;
    padding-left: 3px;
    display: inline-block
}

.contact_info_item a:hover {
    color: #19c0f2
}

.contact_info_item+.contact_info_item {
    border: 0;
    margin-top: 33px
}

.mapbox {
    height: 400px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(12, 0, 46, .05);
    box-shadow: 0 3px 4px 0 rgba(12, 0, 46, .05);
    border: 10px solid #fff
}

#mapBox {
    height: 100%!important
}

.text_box {
    margin-bottom: 30px
}

.text_box input[type="text"],
.text_box textarea,
.text_box input[type="password"],
.text_box input[type="email"] {
    font: 400 15px/60px "Poppins", sans-serif;
    color: #222d39;
    height: 60px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    width: 100%;
    border: 1px solid #fff;
    padding-left: 30px
}

.text_box input[type="text"].placeholder,
.text_box textarea.placeholder,
.text_box input[type="password"].placeholder,
.text_box input[type="email"].placeholder {
    color: #9ca3b9
}

.text_box input[type="text"]:-moz-placeholder,
.text_box textarea:-moz-placeholder,
.text_box input[type="password"]:-moz-placeholder,
.text_box input[type="email"]:-moz-placeholder {
    color: #9ca3b9
}

.text_box input[type="text"]::-moz-placeholder,
.text_box textarea::-moz-placeholder,
.text_box input[type="password"]::-moz-placeholder,
.text_box input[type="email"]::-moz-placeholder {
    color: #9ca3b9
}

.text_box input[type="text"]::-webkit-input-placeholder,
.text_box textarea::-webkit-input-placeholder,
.text_box input[type="password"]::-webkit-input-placeholder,
.text_box input[type="email"]::-webkit-input-placeholder {
    color: #9ca3b9
}

.text_box input[type="text"]:focus,
.text_box textarea:focus,
.text_box input[type="password"]:focus,
.text_box input[type="email"]:focus {
    border-color: #f2effc;
    -webkit-box-shadow: 0 10px 14px 0 rgba(12, 0, 46, .06);
    box-shadow: 0 10px 14px 0 rgba(12, 0, 46, .06);
    outline: none
}

.text_box textarea {
    height: 135px
}

.contact_form_box .btn_three {
    text-align: center;
    background-image: -moz-linear-gradient( 40deg, rgb(28, 74, 224) 0%, rgb(24, 211, 245) 100%);
    background-image: -webkit-linear-gradient( 40deg, rgb(28, 74, 224) 0%, rgb(24, 211, 245) 100%);
    background-image: -ms-linear-gradient( 40deg, rgb(28, 74, 224) 0%, rgb(24, 211, 245) 100%);
    border-color: #19c0f2;
    margin-top: 0;
}

.contact_form_box .btn_three:hover {
    background: transparent;
    color: #19c0f2;
}

.mapbox2 {
    height: 440px;
    border-top: 10px solid #fff
}

.login_area {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.login_area .login_info {
    padding: 160px 100px 160px 0
}

.login_area .login_info:before {
    content: "";
    position: absolute;
    width: 2500px;
    right: 0;
    height: 100%;
    background: #fbfbfb;
    top: 0;
    z-index: -1
}

.login_area .login_info p a {
    color: #677294
}

.login-form .text_box .text_c {
    color: #161341;
    font-size: 14px;
    margin-bottom: 15px
}

.login-form .text_box input[type="password"] {
    padding-top: 8px;
    line-height: 50px
}

.login-form .text_box input[type="password"]:focus {
    padding-top: 0
}

.login-form .extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font: 400 14px/30px "Poppins", sans-serif;
    margin-top: 45px
}

.login-form .extra .checkbox label {
    margin-bottom: 0;
    color: #161341
}

.login-form .extra .checkbox input[type="checkbox"] {
    position: relative;
    width: 10px;
    height: 10px;
    margin-right: 10px
}

.login-form .extra .checkbox input[type="checkbox"]:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    border: 1px solid #7348ef;
    border-radius: 2px;
    background-color: #fff
}

.login-form .extra .checkbox input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    width: 4px;
    height: 8px;
    border: solid #7348ef;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 3px
}

.login-form .extra .forgotten-password a {
    color: #677294
}

.login-form .btn_three {
    width: 100%;
    background: #19c0f2;
    color: #fff;
    margin-top: 40px
}

.login-form .btn_three:hover {
    -webkit-box-shadow: 0 20px 30px 0 rgba(61, 100, 244, .16);
    box-shadow: 0 20px 30px 0 rgba(61, 100, 244, .16)
}

.login-form .alter-login {
    font: 400 15px/26px "Poppins", sans-serif;
    color: #9ca3b9
}

.login-form .alter-login a {
    color: #19c0f2;
    display: inline-block;
    margin-left: 6px
}

.login_img {
    padding-left: 100px;
    margin-right: -250px
}

.login_img img {
    max-width: 100%
}

.sign_info {
    border: 20px solid #fff;
    background: #fbfbfd;
    padding: 80px 50px;
    -webkit-box-shadow: 0 50px 100px 0 rgba(12, 0, 46, .05);
    box-shadow: 0 50px 100px 0 rgba(12, 0, 46, .05)
}

.sign_info .login_info {
    padding-left: 30px
}

.sign_info .sign_info_content h2 {
    font-size: 30px;
    color: #677294
}

.sign_info .sign_info_content ul li {
    font: 400 16px/34px "Poppins", sans-serif;
    color: #677294
}

.sign_info .sign_info_content ul li i {
    color: #19c0f2;
    margin-right: 10px
}

.sign_info .login-form .text_box {
    margin-bottom: 25px
}

.sign_info .lead-text {
    font: 400 14px/40px "Poppins", sans-serif;
    color: #677294;
    padding-right: 20px
}

.sign_info .social_tag li {
    display: inline-block
}

.sign_info .social_tag li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    line-height: 44px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-left: 7px
}

.sign_info .social_tag li:first-child a {
    background: #4779de
}

.sign_info .social_tag li:nth-child(2) a {
    background: #e43e30
}

.sign_info .social_tag li:nth-child(3) a {
    background: #1da1f3
}

.sign_info .sign-in-form .btn_three {
    width: auto;
    margin-top: 0
}

.sign_info .sign-in-form .extra .forgotten-password a {
    color: #161341;
    font-weight: 400
}

.sign_info .sign-in-form .extra .forgotten-password a:hover {
    color: #19c0f2
}

.sign_btn_transparent {
    display: inline-block;
    background: transparent;
    border-color: #19c0f2;
    color: #19c0f2
}

.sign_btn_transparent:hover {
    background: #19c0f2;
    color: #fff
}

.get_quote_form .form-group {
    margin-bottom: 30px
}

.get_quote_form .form-group .form-control {
    font: 300 15px "Poppins", sans-serif;
    color: #677294;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    border: 1px solid transparent;
    height: 60px;
    padding: 0 30px
}

.get_quote_form .form-group .form-control.placeholder {
    color: #9ca3b9
}

.get_quote_form .form-group .form-control:-moz-placeholder {
    color: #9ca3b9
}

.get_quote_form .form-group .form-control::-moz-placeholder {
    color: #9ca3b9
}

.get_quote_form .form-group .form-control::-webkit-input-placeholder {
    color: #9ca3b9
}

.get_quote_form .form-group .form-control:focus {
    border-color: #f2effc;
    -webkit-box-shadow: 0 10px 14px 0 rgba(12, 0, 46, .06);
    box-shadow: 0 10px 14px 0 rgba(12, 0, 46, .06)
}

.get_quote_form .form-group textarea.form-control {
    height: 210px;
    padding-top: 15px
}

.get_quote_form .btn_three {
    margin-top: 10px
}

.saasland_container {
    height: 100vh;
    width: 100%;
    min-height: 600px;
    background: #fbfbfd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.saasland_container .saasland_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0
}

.saasland_container .saasland_col_content {
    position: relative;
    width: 40%
}

.saasland_container .saasland_col_content .container_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 35px;
    z-index: 3;
    overflow: hidden;
    min-height: 600px
}

.saasland_container .saasland_col_content .saasland_log {
    left: 21%;
    position: absolute;
    width: 70%;
    top: 100px
}

.saasland_container .saasland_col_content .saasland_content {
    display: block;
    position: absolute;
    left: 21%;
    top: calc(50% - 150px);
    width: 70%
}

.saasland_container .saasland_col_content .saasland_content h2 {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    color: #747d99;
    margin-bottom: 30px;
    font-weight: 400;
    font-style: italic
}

.saasland_container .saasland_col_content .saasland_content h1 {
    color: #051441;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 60px
}

.saasland_container .saasland_col_content .saasland_content .car_theme_btn {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-transform: capitalize
}

.saasland_container .saasland_col_content .saasland_bottom {
    bottom: 25px;
    left: 21%;
    position: absolute;
    width: 70%;
    font: 400 12px/40px "Poppins", sans-serif;
    color: #7f88a6
}

.saasland_container .saasland_col_content .saasland_bottom a {
    color: #19c0f2
}

.saasland_col_screen {
    background-image: -moz-linear-gradient(-120deg, #19c0f2 0%, #a485fd 100%);
    background-image: -webkit-linear-gradient(-120deg, #19c0f2 0%, #a485fd 100%);
    background-image: -ms-linear-gradient(-120deg, #19c0f2 0%, #a485fd 100%);
    width: 60%;
    position: relative;
    z-index: 1
}

.saasland_col_screen .saasland_bg {
    position: absolute;
    content: "";
    width: 500px;
    height: 100%;
    background: #fbfbfd;
    left: -1px;
    z-index: -1;
    -webkit-clip-path: polygon(0 100%, 0 0, 95% 0, 0% 100%);
    clip-path: polygon(0 100%, 0 0, 95% 0, 0% 100%)
}

.saasland_col_screen .clock {
    position: absolute;
    bottom: 190px;
    z-index: 1;
    text-align: center;
    width: 100%
}

.saasland_col_screen .clock .timer {
    display: inline-block;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 5px;
    padding: 20px 30px;
    margin: 0 8px
}

.saasland_col_screen .clock .timer span {
    font-size: 50px;
    font-weight: 500;
    line-height: 50px
}

.saasland_col_screen .clock .timer .smalltext {
    font-size: 18px
}

.saasland_col_screen .saasland_social {
    bottom: 25px;
    left: 70px;
    position: absolute;
    z-index: 1
}

.saasland_col_screen .saasland_social p {
    margin-bottom: 0;
    display: inline-block;
    color: #fff;
    font-size: 14px
}

.saasland_col_screen .saasland_social ul {
    display: inline-block;
    padding-left: 0
}

.saasland_col_screen .saasland_social ul li {
    display: inline-block
}

.saasland_col_screen .saasland_social ul li a {
    font-size: 14px;
    color: #fff;
    padding: 0 5px;
    -webkit-transition: color .4s linear;
    -o-transition: color .4s linear;
    transition: color .4s linear
}

.saasland_col_screen .saasland_social ul li a:hover {
    color: #19c0f2
}

#success,
#error {
    position: absolute;
    top: -15px;
    display: block;
    right: 0;
    left: 0;
    bottom: -15px;
    background: rgba(0, 0, 0, .5);
    display: none
}

#success p,
#error p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0
}

#success {
    color: #7cfc00
}

#error {
    color: #ff4500
}

.error_shap {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.error_contain h1 {
    font-size: 15vw;
    line-height: 14vw;
    margin-bottom: 0
}

.error_contain h2 {
    letter-spacing: 12px;
    margin-bottom: 25px
}

.error_contain .about_btn {
    min-width: 230px;
    -webkit-box-shadow: 0 20px 30px 0 rgba(15, 0, 57, .1);
    box-shadow: 0 20px 30px 0 rgba(15, 0, 57, .1)
}

.error_two_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    height: 100vh;
    min-height: 750px
}

.error_content_two h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    color: #051441;
    margin-top: 40px
}

.error_content_two p {
    font-size: 20px;
    line-height: 30px
}

.error_content_two .search {
    margin: 45px 0 40px
}

.error_content_two .search .form-control {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 22px 0 rgba(12, 0, 46, .06);
    box-shadow: 0 4px 22px 0 rgba(12, 0, 46, .06);
    border: 1px solid transparent;
    border-radius: 45px;
    height: 60px;
    padding: 0 30px;
    color: #677294;
    font-size: 15px;
    font-weight: 300;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.error_content_two .search .form-control.placeholder {
    color: #677294
}

.error_content_two .search .form-control:-moz-placeholder {
    color: #677294
}

.error_content_two .search .form-control::-moz-placeholder {
    color: #677294
}

.error_content_two .search .form-control::-webkit-input-placeholder {
    color: #677294
}

.error_content_two .search .form-control:focus {
    border-color: #19c0f2
}

.error_content_two .about_btn {
    background: #051441;
    color: #fff;
    border-radius: 3px;
    padding: 17px 35px;
    font-weight: 400
}

.error_content_two .about_btn i {
    vertical-align: middle;
    padding-left: 5px
}

.error_content_two .about_btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.download_area {
    height: 100vh;
    min-height: 700px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    z-index: 1
}

.download_content .download_btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background: #f7f4ff;
    border-radius: 50%;
    z-index: -2
}

.download_content .download_btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    background: #f1ecff;
    border-radius: 50%;
    z-index: -1
}

.download_content .download_btn .pulse-x {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f1ecff;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    z-index: -2;
    -webkit-animation: pulsate 3s infinite;
    animation: pulsate 3s infinite
}

.download_content .download_btn i {
    width: 120px;
    height: 120px;
    display: inline-block;
    background-image: -moz-linear-gradient(50deg, #19c0f2 0%, #a485fd 100%);
    background-image: -webkit-linear-gradient(50deg, #19c0f2 0%, #a485fd 100%);
    background-image: -ms-linear-gradient(50deg, #19c0f2 0%, #a485fd 100%);
    -webkit-box-shadow: inset 2px -3.464px 6px 0 rgba(34, 10, 104, .2);
    box-shadow: inset 2px -3.464px 6px 0 rgba(34, 10, 104, .2);
    border-radius: 50%;
    line-height: 120px;
    font-size: 55px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.download_content h2 {
    font-size: 60px;
    color: #051441;
    font-weight: 400;
    margin-bottom: 35px
}

.download_content p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    color: #051441
}

.download_content p a {
    color: #19c0f2;
    position: relative
}

.download_content p a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #19c0f2;
    position: absolute;
    left: 0;
    bottom: 0
}

.thanks_content h2 {
    font-size: 50px;
    margin-bottom: 30px;
    margin-top: 30px
}

.thanks_content p {
    color: #677294
}

.thanks_content a {
    font-size: 14px;
    font-weight: 500;
    color: #959bad;
    position: relative;
    text-transform: uppercase;
    padding: 0 6px;
    display: inline-block;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    margin-top: 45px
}

.thanks_content a:before {
    content: "";
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #959bad;
    left: 0;
    bottom: 0;
    position: absolute
}

.thanks_content a i {
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    padding-left: 5px
}

.thanks_content a:hover {
    color: #19c0f2
}

.thanks_content a:hover:before {
    border-color: #19c0f2
}

.thanks_content a:hover i {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px)
}

.shop_menu_left p {
    margin-bottom: 0;
    font: 300 16px "Poppins", sans-serif;
    color: #282835
}

.shop_menu_right h5 {
    font: 500 16px "Poppins", sans-serif;
    color: #282835;
    margin-bottom: 5px
}

.shop_menu_right .selectpickers {
    border: 0
}

.shop_menu_right .selectpickers:after {
    width: 8px;
    height: 8px;
    top: 42%
}

.shop_menu_right .selectpickers .current {
    font: 300 16px "Poppins", sans-serif;
    color: #677294
}

.shop_menu_right .shop_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.shop_menu_right .shop_grid a {
    font-size: 16px;
    color: #677294;
    margin-left: 12px
}

.shop_menu_right .shop_grid .active a {
    color: #19c0f2
}

.single_product_item {
    text-align: center;
    margin-top: 30px
}

.single_product_item .product_img {
    position: relative
}

.single_product_item .product_img .hover_content {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden;
    opacity: 0
}

.single_product_item .product_img .hover_content a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    background: #fff;
    margin: 0 2px;
    color: #282835;
    font-size: 16px;
    display: inline-block;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single_product_item .product_img .hover_content a:hover {
    background: #19c0f2;
    color: #fff
}

.single_product_item .product_img:hover .hover_content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.single_product_item .single_pr_details {
    padding: 28px 0
}

.single_product_item .single_pr_details h3 {
    color: #282835;
    margin-bottom: 5px
}

.single_product_item .single_pr_details h3:hover {
    color: #19c0f2
}

.single_product_item .single_pr_details .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: 300 14px/28px "Poppins", sans-serif;
    color: #677294
}

.single_product_item .single_pr_details .price ins {
    font-weight: 500;
    color: #282835;
    text-decoration: none;
    padding-right: 12px
}

.single_product_item .ratting a {
    font-size: 14px;
    color: #f3ad16
}

.single_product_item .ratting a:before {
    content: "\e60a\e60a\e60a\e60a";
    font-family: 'themify'
}

.hr {
    width: 100%;
    height: 1px;
    background: #e7e7f6;
    margin-bottom: 40px
}

.shop_page_number {
    text-align: center;
    margin-bottom: 0
}

.shop_page_number li {
    display: inline-block;
    margin: 0 3px
}

.shop_page_number li .page-numbers {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e7e7f6;
    font-size: 16px;
    line-height: 39px;
    font-weight: 300;
    color: #677294;
    text-align: center;
    display: block;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.shop_page_number li .page-numbers:hover {
    border-color: #19c0f2;
    color: #19c0f2
}

.shop_page_number li .page-numbers.current {
    background: #19c0f2;
    border-color: #19c0f2;
    color: #fff
}

.shop_list_area .shop_page_number {
    margin-top: 70px
}

.shop_list_item {
    padding-top: 50px
}

.shop_list_item .single_product_item .single_pr_details {
    padding-bottom: 0
}

.shop_list_item .single_product_item .single_pr_details .price {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 16px
}

.shop_list_item .single_product_item .single_pr_details .s_list_title {
    display: inline-block
}

.shop_list_item .single_product_item .single_pr_details .ratting {
    float: right
}

.shop_list_item .single_product_item .single_pr_details .pr_button .cart_btn {
    font: 400 15px/30px "Poppins", sans-serif;
    color: #677294;
    border: 1px solid #e7e7f6;
    border-radius: 45px;
    background: #f9f9fc;
    padding: 9px 28px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer
}

.shop_list_item .single_product_item .single_pr_details .pr_button .cart_btn:hover {
    color: #fff;
    background: #19c0f2;
    border-color: #19c0f2
}

.shop_list_item .single_product_item .single_pr_details .pr_button a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #e7e7f6;
    background: #f9f9fc;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #282835;
    margin-left: 4px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer
}

.shop_list_item .single_product_item .single_pr_details .pr_button a:hover {
    color: #fff;
    background: #19c0f2;
    border-color: #19c0f2
}

.product_details_area .product_slider {
    padding-right: 42px
}

.product_details_area .product_slider .owl-thumbs {
    display: table;
    width: 102.6%;
    text-align: center;
    padding: 0;
    margin-top: 24px;
    margin-left: -7px;
    margin-right: -7px
}

.product_details_area .product_slider .owl-thumbs .owl-thumb-item {
    display: table-cell;
    border: none;
    background: none;
    padding: 7px;
    width: calc(100% / 4)
}

.product_details_area .product_slider .owl-thumbs .owl-thumb-item img {
    max-width: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.product_details_area .product_slider .owl-thumbs .owl-thumb-item.active img {
    border-color: #c8b6fc
}

.pr_details .pr_title {
    color: #282835
}

.pr_details .ratting {
    float: right;
    text-align: right
}

.pr_details .ratting .star-rating {
    color: #19c0f2;
    line-height: 12px
}

.pr_details .ratting .star-rating:before {
    content: "\e60a\e60a\e60a\e60a";
    font-family: 'themify';
    font-size: 12px
}

.pr_details .ratting .woocommerce-review-link {
    font-size: 14px;
    font-weight: 300;
    color: #677294
}

.pr_details .price {
    font: 300 20px "Poppins", sans-serif;
    color: #677294;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 8px
}

.pr_details .price ins {
    text-decoration: none;
    font-weight: 600;
    color: #282835;
    padding-right: 18px
}

.pr_details .stock {
    font: 400 16px "Poppins", sans-serif;
    color: #19c0f2;
    vertical-align: middle;
    padding-top: 20px;
    display: inline-block
}

.pr_details .stock:before {
    content: "\e64c";
    font-family: 'themify';
    color: #19c0f2;
    padding-right: 10px
}

.pr_details p {
    margin-bottom: 0;
    padding: 20px 0 40px
}

.pr_details .product-qty {
    display: inline-block;
    position: relative
}

.pr_details .product-qty .manual-adjust {
    width: 95px;
    border: 1px solid #e7e7f6;
    border-radius: 45px;
    background: #fff;
    text-align: center;
    height: 50px
}

.pr_details .product-qty .ar_top,
.pr_details .product-qty .ar_down {
    position: absolute;
    background: #fff;
    border: 0;
    font-size: 12px;
    color: #677294;
    right: 5px;
    border-radius: 15px;
    padding: 0 15px 0 0
}

.pr_details .product-qty .ar_top:hover,
.pr_details .product-qty .ar_down:hover {
    color: #19c0f2
}

.pr_details .product-qty .ar_top {
    top: 3px
}

.pr_details .product-qty .ar_down {
    bottom: 3px
}

.pr_details .cart_button {
    display: inline-block
}

.pr_details .cart_button .cart_btn {
    border-radius: 45px;
    font: 400 15px/48px "Poppins", sans-serif;
    color: #677294;
    border: 1px solid #e7e7f6;
    background: #f8f8fc;
    min-width: 140px;
    text-align: center;
    display: inline-block;
    margin: 0 5px
}

.pr_details .cart_button .wish_list {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #282835;
    width: 50px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #e7e7f6
}

.pr_details .cart_button .cart_btn,
.pr_details .cart_button .wish_list {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.pr_details .cart_button .cart_btn:hover,
.pr_details .cart_button .wish_list:hover {
    background: #19c0f2;
    color: #fff;
    border-color: #19c0f2
}

.pr_details .product_meta {
    margin-bottom: 0
}

.pr_details .product_meta li {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #677294;
    margin-bottom: 10px
}

.pr_details .product_meta li a {
    color: #677294
}

.pr_details .product_meta li a:hover {
    color: #19c0f2
}

.pr_details .product_meta li span {
    font-weight: 400;
    color: #282835;
    padding-right: 8px
}

.pr_details .share-link label {
    margin-bottom: 0;
    font: 400 15px "Poppins", sans-serif;
    color: #282835
}

.pr_details .share-link .social-icon {
    margin-bottom: 0;
    display: inline-block
}

.pr_details .share-link .social-icon li {
    display: inline-block
}

.pr_details .share-link .social-icon li a {
    font-size: 12px;
    color: #677294;
    padding-right: 10px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.pr_details .share-link .social-icon li a:hover {
    color: #19c0f2
}

.pr_details_area {
    padding-top: 120px
}

.product_info_details {
    border-bottom: 1px solid #e2e5ef
}

.product_info_details .pr_tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    margin: 0 auto 50px
}

.product_info_details .pr_tab .nav-item {
    float: left;
    margin: 0;
    border: 1px solid #e7e7f6;
    overflow: hidden;
    border-left: 0
}

.product_info_details .pr_tab .nav-item .nav-link {
    font: 300 16px/40px "Poppins", sans-serif;
    color: #677294;
    padding: 5px 25px;
    min-width: 148px;
    text-align: center;
    border: 0;
    border-radius: 0
}

.product_info_details .pr_tab .nav-item .nav-link.active {
    background: #19c0f2;
    color: #fff
}

.product_info_details .pr_tab .nav-item:first-child {
    border-bottom-left-radius: 45px;
    border-top-left-radius: 45px;
    border-left: 1px solid #e7e7f6
}

.product_info_details .pr_tab .nav-item:last-child {
    border-bottom-right-radius: 45px;
    border-top-right-radius: 45px
}

.product_info_details .aditional_info h6 {
    color: #282835
}

.product_info_details .comment-box .comment-content {
    padding-left: 95px;
    position: relative
}

.product_info_details .comment-box .comment-content .avatar {
    position: absolute;
    left: 0
}

.product_info_details .comment-box .comment-content .avatar img {
    border-radius: 50%
}

.product_info_details .comment-box .comment-content .comment-header {
    font: 300 14px "Poppins", sans-serif;
    display: inline-block
}

.product_info_details .comment-box .comment-content .comment-header a {
    font-size: 15px;
    font-weight: 500;
    color: #3d3f45
}

.product_info_details .comment-box .comment-content .comment-header a:after {
    content: "/";
    display: inline-block;
    margin: 0 5px 0 6px;
    font-weight: 400;
    color: #abb0bb
}

.product_info_details .comment-box .comment-content .ratting a {
    font-size: 12px;
    color: #c9ccd1
}

.product_info_details .comment-box .comment-content .ratting a:nth-child(1),
.product_info_details .comment-box .comment-content .ratting a:nth-child(2),
.product_info_details .comment-box .comment-content .ratting a:nth-child(3) {
    color: #19c0f2
}

.car_get_quote_content {
    padding-bottom: 35px
}

.car_get_quote_content h2 {
    color: #282835
}

.car_get_quote_content .get_quote_form .form-group .form-control {
    height: 60px;
    border: 1px solid #ebebf7;
    border-radius: 4px;
    background: transparent;
    font: 300 14px "Poppins", sans-serif;
    color: #282835;
    padding-left: 25px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.car_get_quote_content .get_quote_form .form-group .form-control.placeholder {
    color: #a7adbe
}

.car_get_quote_content .get_quote_form .form-group .form-control:-moz-placeholder {
    color: #a7adbe
}

.car_get_quote_content .get_quote_form .form-group .form-control::-moz-placeholder {
    color: #a7adbe
}

.car_get_quote_content .get_quote_form .form-group .form-control::-webkit-input-placeholder {
    color: #a7adbe
}

.car_get_quote_content .get_quote_form .form-group .form-control:focus {
    border-color: #ddd1fe;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 21, 46, .1);
    box-shadow: 0 10px 20px 0 rgba(0, 21, 46, .1)
}

.car_get_quote_content .get_quote_form .form-group textarea.form-control {
    height: 200px;
    padding-top: 20px
}

.car_get_quote_content .ratting span {
    font-size: 14px;
    color: #282835
}

.car_get_quote_content .ratting a {
    font-size: 12px;
    color: #c9ccd1
}

.car_get_quote_content .ratting a:nth-child(4),
.car_get_quote_content .ratting a:nth-child(2),
.car_get_quote_content .ratting a:nth-child(3) {
    color: #19c0f2
}

.car_get_quote_content .agency_banner_btn {
    float: right;
    border-radius: 45px;
    height: 46px;
    line-height: 45px;
    padding: 0;
    min-width: 120px;
    text-align: center
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none
}

.shopping_cart_area .cart_title {
    border-bottom: 1px solid #e7e7f6
}

.shopping_cart_area h6 {
    font-size: 14px;
    color: #282835;
    line-height: 30px
}

.shopping_cart_area .cart_table {
    padding-top: 30px
}

.shopping_cart_area .cart_table tbody {
    width: 100%
}

.shopping_cart_area .cart_table td {
    vertical-align: middle;
    font: 400 16px/28px "Poppins", sans-serif;
    color: #282835;
    border: 0;
    padding-top: 0;
    padding-bottom: 30px
}

.shopping_cart_area .cart_table .product {
    padding-top: 0
}

.shopping_cart_area .cart_table .product .media .media-left {
    width: 100px;
    height: 100px
}

.shopping_cart_area .cart_table .product .media .media-left img {
    max-width: 100%
}

.shopping_cart_area .cart_table .product .media .media-body {
    padding-left: 30px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.shopping_cart_area .cart_table .product .media .media-body h5 {
    font: 500 16px/28px "Poppins", sans-serif;
    color: #282835
}

.shopping_cart_area .cart_table .total {
    width: 175px
}

.shopping_cart_area .cart_table .quantity {
    width: 175px
}

.shopping_cart_area .cart_table .quantity p {
    color: #677294;
    margin-bottom: 0
}

.shopping_cart_area .cart_table .del-item {
    white-space: nowrap;
    vertical-align: middle;
    width: 140px
}

.shopping_cart_area .cart_table .del-item a {
    color: #677294
}

.shopping_cart_area .cart_table .del-item a:hover {
    color: #19c0f2
}

.shopping_cart_area .cart_table .del-item a i {
    font-size: 22px
}

.shopping_cart_area .cart_table .del-item a+a {
    position: relative;
    top: 3px
}

.shopping_cart_area .cart_table .del-item .total {
    margin-right: 85px
}

.shopping_cart_area .cart_table .product-qty {
    position: relative;
    display: inline-block
}

.shopping_cart_area .cart_table .product-qty .ar_top,
.shopping_cart_area .cart_table .product-qty .ar_down {
    position: absolute;
    background: #fff;
    border: 0;
    font-size: 12px;
    color: #677294;
    right: 4px;
    border-radius: 15px;
    padding: 0 15px 0 0;
    line-height: 12px;
    cursor: pointer
}

.shopping_cart_area .cart_table .product-qty .ar_top:hover,
.shopping_cart_area .cart_table .product-qty .ar_down:hover {
    color: #19c0f2
}

.shopping_cart_area .cart_table .product-qty .ar_top {
    top: 8px
}

.shopping_cart_area .cart_table .product-qty .ar_down {
    bottom: 8px
}

.shopping_cart_area .cart_table .product-qty .manual-adjust {
    width: 95px;
    border: 1px solid #e7e7f6;
    height: 44px;
    border-radius: 45px;
    text-align: center;
    color: #677294
}

.shopping_cart_area .cart_table .product-qty .manual-adjust.placeholder {
    color: #677294
}

.shopping_cart_area .cart_table .product-qty .manual-adjust:-moz-placeholder {
    color: #677294
}

.shopping_cart_area .cart_table .product-qty .manual-adjust::-moz-placeholder {
    color: #677294
}

.shopping_cart_area .cart_table .product-qty .manual-adjust::-webkit-input-placeholder {
    color: #677294
}

.shopping_cart_area .cart_btn {
    font: 400 14px "Poppins", sans-serif;
    color: #fff;
    border: 1px solid #19c0f2;
    margin: 0;
    background: #19c0f2;
    padding: 15px 33px;
    border-radius: 4px
}

.shopping_cart_area .cart_btn.cart_btn_two {
    border: 1px solid #e7e7f6;
    background: transparent;
    color: #5c6789;
    margin-left: 15px
}

.shopping_cart_area .action_btn {
    width: 100%
}

.shopping_cart_area h5 {
    color: #282835
}

.shopping_cart_area .wislist_table .total,
.shopping_cart_area .wislist_table .del-item {
    width: 178px
}

.shopping_cart_area .wislist_table .quantity {
    width: 140px
}

.shopping_cart_area .wislist_table .add_cart {
    font: 400 14px "Poppins", sans-serif;
    border: 1px solid #e7e7f6;
    background: transparent;
    color: #5c6789;
    margin-right: 20px;
    padding: 15px 33px;
    border-radius: 4px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.shopping_cart_area .wislist_table .add_cart:hover {
    background: #19c0f2;
    color: #fff!important;
    border-color: #19c0f2
}

.cart_box {
    width: 370px;
    border: 1px solid #f4f4f9;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    padding: 30px 35px
}

.cart_box .shop_table {
    width: 100%
}

.cart_box .shop_table tbody tr {
    border-bottom: 1px solid #e7e7f6
}

.cart_box .shop_table tbody tr th {
    width: 70%
}

.cart_box .shop_table tbody tr td,
.cart_box .shop_table tbody tr th {
    font: 400 16px/28px "Poppins", sans-serif;
    color: #282835;
    padding: 10px 0
}

.cart_box .shop_table tbody tr td {
    text-align: right
}

.cart_box .shop_table tbody tr td .amount {
    color: #677294
}

.cart_box .shop_table tbody tr:last-child {
    border: 0
}

.coupon {
    width: 370px;
    position: relative
}

.coupon .input_text {
    width: 100%;
    border: 1px solid #f4f4f9;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    font: 300 15px "Poppins", sans-serif;
    color: #9ca3b9;
    height: 55px;
    padding-left: 25px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.coupon .input_text:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.coupon .button {
    position: absolute;
    right: 4px;
    top: 50%;
    font: 400 14px/38px "Poppins", sans-serif;
    color: #282835;
    height: 48px;
    padding: 0 25px;
    border: 0;
    background: #eff2f7;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.coupon .button:hover {
    background: #19c0f2;
    color: #fff
}

.checkout_button {
    font: 500 15px/30px "Poppins", sans-serif;
    color: #fff;
    background: #19c0f2;
    border-radius: 0;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #19c0f2;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.checkout_button:hover {
    background: transparent;
    color: #19c0f2
}

.return_customer {
    font: 400 15px/25px "Poppins", sans-serif;
    color: #3d3f45;
    padding-bottom: 20px
}

.return_customer i {
    color: #19c0f2;
    padding-right: 8px;
    font-size: 14px
}

.return_customer a {
    color: #19c0f2;
    font-weight: 300
}

.return_customer a.collapsed {
    color: #9ca3b9
}

.checkout_content {
    margin-bottom: -22px
}

.checkout_content .checkout_title {
    margin-top: 63px;
    color: #282835
}

.checkout_content input {
    -webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    background: #fff;
    padding: 0 30px;
    font: 300 14px/60px "Poppins", sans-serif;
    color: #969ca5;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 30px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.checkout_content input.placeholder {
    color: #9ca3b9
}

.checkout_content input:-moz-placeholder {
    color: #9ca3b9
}

.checkout_content input::-moz-placeholder {
    color: #9ca3b9
}

.checkout_content input::-webkit-input-placeholder {
    color: #9ca3b9
}

.checkout_content input:focus {
    -webkit-box-shadow: 0 10px 14px 0 rgba(12, 0, 46, .06);
    box-shadow: 0 10px 14px 0 rgba(12, 0, 46, .06);
    border-color: #f2effc;
    outline: none
}

.checkout_content label {
    font: 600 16px/50px "Poppins", sans-serif;
    display: block;
    color: #282835;
    margin-bottom: 20px
}

.checkout_content label .required {
    font-size: 16px;
    color: #ff2525;
    text-decoration: none
}

.checkout_content .selectpickers {
    width: 100%;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 11, 40, .06);
    box-shadow: 0 2px 3px 0 rgba(0, 11, 40, .06);
    font: 300 14px/60px "Poppins", sans-serif;
    background: #fff;
    height: 60px;
    color: #9ca3b9;
    padding-left: 30px;
    margin-bottom: 30px
}

.checkout_content .selectpickers:after {
    right: 30px
}

.checkout_content .selectpickers ul {
    width: 100%
}

.checkout_content input[type="checkbox"] {
    position: relative;
    top: 2px;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none
}

.checkout_content input[type="checkbox"]:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #9ca3b9;
    top: 0;
    left: 0;
    border-radius: 2px;
    background-color: #fbfbfb
}

.checkout_content input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 49%;
    left: 49%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #9ca3b9
}

.checkout_content .l_text {
    display: inline-block;
    font: 300 15px/26px "Poppins", sans-serif;
    color: #9ca3b9;
    padding-left: 8px
}

.checkout_content textarea {
    width: 100%;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 11, 40, .06);
    box-shadow: 0 2px 3px 0 rgba(0, 11, 40, .06);
    height: 170px;
    font: 300 14px/20px "Poppins", sans-serif;
    color: #b6b9be;
    padding-left: 30px;
    padding-top: 20px;
    margin-bottom: 30px
}

.checkout_content textarea.placeholder {
    color: #9ca3b9
}

.checkout_content textarea:-moz-placeholder {
    color: #9ca3b9
}

.checkout_content textarea::-moz-placeholder {
    color: #9ca3b9
}

.checkout_content textarea::-webkit-input-placeholder {
    color: #9ca3b9
}

.checkout_content textarea:focus {
    outline: none
}

.checkout_content .tab_content p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    margin-bottom: 0;
    padding: 0 0 25px
}

.checkout_content .tab_content .login_button {
    overflow: hidden;
    margin-bottom: 25px
}

.checkout_content .tab_content .login_button label {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}

.checkout_content .tab_content .login_button label input {
    margin-bottom: 0
}

.checkout_content .tab_content .login_btn {
    float: right;
    font: 400 16px/48px "Poppins", sans-serif;
    background: #19c0f2;
    border: 1px solid #19c0f2;
    color: #fff;
    border-radius: 4px;
    padding: 0 38px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.checkout_content .tab_content .login_btn:hover {
    background: transparent;
    color: #19c0f2
}

.checkout_content .tab_content .coupon_form {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.checkout_content .tab_content .coupon_form input {
    max-width: 380px;
    margin-bottom: 0
}

.checkout_content .tab_content .coupon_form .login_btn {
    line-height: 60px;
    margin-left: 20px
}

.cart_total_box {
    margin-left: 50px;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 11, 40, .06);
    box-shadow: 0 2px 3px 0 rgba(0, 11, 40, .06);
    padding: 50px
}

.cart_total_box .checkout_title {
    border-bottom: 2px solid #e7e7f6;
    padding-bottom: 10px;
    color: #282835
}

.woocommerce-checkout-review-order .shop_table {
    width: 100%;
    margin-bottom: 30px
}

.woocommerce-checkout-review-order .shop_table tbody tr td {
    font: 400 15px/30px "Poppins", sans-serif;
    color: #677294
}

.woocommerce-checkout-review-order .shop_table tbody tr td.price {
    color: #282835
}

.woocommerce-checkout-review-order .shop_table tbody tr td.total {
    color: #19c0f2;
    font-size: 20px
}

.woocommerce-checkout-review-order .shop_table tbody tr td+td {
    text-align: right
}

.woocommerce-checkout-review-order .shop_table tbody tr.subtotal {
    border-top: 1px solid #dfe2f1
}

.woocommerce-checkout-review-order .shop_table tbody tr.subtotal td {
    line-height: 56px;
    padding-bottom: 0
}

.woocommerce-checkout-review-order h6 {
    font-size: 15px;
    color: #282835;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    margin-bottom: 6px
}

.woocommerce-checkout-review-order .note {
    font-size: 15px;
    line-height: 26px;
    color: #677294;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    margin-bottom: 25px
}

.woocommerce-checkout-review-order ul li.payment {
    padding-left: 25px;
    position: relative
}

.woocommerce-checkout-review-order ul li.payment .radio-btn {
    position: absolute;
    left: 0
}

.woocommerce-checkout-review-order ul li.payment span {
    float: none;
    font-size: 12px;
    color: #ff5f6d;
    padding-top: 15px;
    display: block
}

.woocommerce-checkout-review-order ul li input[type="checkbox"] {
    position: relative;
    border: 0;
    visibility: hidden;
    display: none
}

.woocommerce-checkout-review-order ul li input[type="checkbox"]:checked+label:after {
    opacity: 1
}

.woocommerce-checkout-review-order ul li input[type="checkbox"]:checked+label:before {
    border-color: #19c0f2
}

.woocommerce-checkout-review-order ul li .radio-btn {
    line-height: 20px
}

.woocommerce-checkout-review-order ul li .radio-btn label {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 20px
}

.woocommerce-checkout-review-order ul li .radio-btn label:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #9ca3b9;
    top: 1px;
    left: 0;
    border-radius: 50%
}

.woocommerce-checkout-review-order ul li .radio-btn label:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 4px;
    left: 3px;
    border-radius: 50%;
    background: #19c0f2;
    opacity: 0
}

.woocommerce-checkout-review-order .condition {
    border-top: 1px solid #dfe2f1;
    padding-top: 25px;
    margin-top: 50px
}

.woocommerce-checkout-review-order .condition p {
    font-size: 15px;
    font-weight: 300
}

.woocommerce-checkout-review-order .condition input[type="checkbox"] {
    position: relative;
    border: 0;
    visibility: hidden;
    display: none
}

.woocommerce-checkout-review-order .condition input[type="checkbox"]:checked+label:after {
    opacity: 1
}

.woocommerce-checkout-review-order .condition input[type="checkbox"]:checked+label:before {
    border-color: #19c0f2
}

.woocommerce-checkout-review-order .condition .l_text {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    color: #282835
}

.woocommerce-checkout-review-order .condition .l_text span {
    color: #ff1e1e
}

.woocommerce-checkout-review-order .condition .l_text:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #878a8e;
    top: 8px;
    left: 0;
    border-radius: 2px;
    background-color: #fff
}

.woocommerce-checkout-review-order .condition .l_text:after {
    content: "";
    display: block;
    width: 5px;
    height: 7px;
    border: solid #19c0f2;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 3px;
    opacity: 0
}

.woocommerce-checkout-review-order .button {
    width: 100%;
    background: #19c0f2;
    border: 1px solid #19c0f2;
    font: 500 16px/50px "Poppins", sans-serif;
    color: #fff;
    cursor: pointer;
    margin-top: 25px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.woocommerce-checkout-review-order .button:hover {
    background: transparent;
    color: #19c0f2
}

.pr_sidebar .widget+.widget {
    margin-top: 60px
}

.pr_sidebar .sp_widget_title {
    color: #282835;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px
}

.pr_sidebar .filter_slider_area {
    padding-top: 10px
}

.pr_sidebar .filter_slider_area .ui-slider {
    height: 6px;
    background: #dbe2e9;
    border: 0;
    border-radius: 0
}

.pr_sidebar .filter_slider_area .ui-slider .ui-slider-range {
    background: #9f7efd;
    border-radius: 0
}

.pr_sidebar .filter_slider_area .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #19c0f2;
    border: 0;
    margin-left: 0;
    top: -7px
}

.pr_sidebar .filter_slider_area .ui-slider .ui-slider-handle:focus {
    outline: none
}

.pr_sidebar .filter_slider_area .filter_content {
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    color: #282835;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px
}

.pr_sidebar .filter_slider_area .filter_content #amount {
    border: 0;
    font-size: 16px;
    display: inline-block;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 5px
}

.pr_sidebar .widget_category ul {
    margin-bottom: 0
}

.pr_sidebar .widget_category ul li a {
    font-size: 16px;
    color: #677294;
    display: inline-block;
    position: relative
}

.pr_sidebar .widget_category ul li a:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #19c0f2;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.pr_sidebar .widget_category ul li a:hover {
    color: #19c0f2
}

.pr_sidebar .widget_category ul li a:hover:before {
    opacity: 1
}

.pr_sidebar .widget_category ul li:not(:last-child) {
    margin-bottom: 15px
}

.pr_sidebar .woocommerce-widget-layered-nav-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.pr_sidebar .woocommerce-widget-layered-nav-list li {
    position: relative;
    padding-left: 30px;
    color: #333
}

.pr_sidebar .woocommerce-widget-layered-nav-list li::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #333;
    left: 0;
    top: 50%;
    margin-top: -7.5px
}

.pr_sidebar .woocommerce-widget-layered-nav-list li a {
    color: #333
}

.pr_sidebar .woocommerce-widget-layered-nav-list li:not(:last-child) {
    margin-bottom: 12px
}

.pr_sidebar .widget_size ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0
}

.pr_sidebar .widget_size ul li {
    font-size: 16px;
    color: #333
}

.pr_sidebar .widget_size ul li a {
    color: #333
}

.pr_sidebar .widget_color ul li:first-child:before {
    background: #1c1c1c;
    border-color: #1c1c1c
}

.pr_sidebar .widget_color ul li:nth-child(2):before {
    background: #ff934c;
    border-color: #ff934c
}

.pr_sidebar .widget_color ul li:nth-child(3):before {
    background: #fb53a7;
    border-color: #fb53a7
}

.pr_sidebar .widget_color ul li:nth-child(4):before {
    background: #ff4949;
    border-color: #ff4949
}

.pr_sidebar .widget_color ul li:nth-child(6):before {
    background: #ffeb50;
    border-color: #ffeb50
}

.pr_sidebar .widget_product ul {
    margin-bottom: 0
}

.pr_sidebar .widget_product ul li .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pr_sidebar .widget_product ul li .media img {
    padding-right: 30px
}

.pr_sidebar .widget_product ul li .media .media-body h3 {
    font-size: 16px;
    color: #282835
}

.pr_sidebar .widget_product ul li .media .media-body .rate {
    color: #677294;
    font-size: 16px
}

.pr_sidebar .widget_product ul li:not(:last-child) {
    margin-bottom: 20px
}

.pr_sidebar .widget_tag ul li {
    display: inline-block;
    margin-bottom: 6px
}

.pr_sidebar .widget_tag ul li a {
    font-size: 16px;
    color: #677294;
    position: relative;
    display: block;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.pr_sidebar .widget_tag ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #19c0f2;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.pr_sidebar .widget_tag ul li a:hover {
    color: #19c0f2
}

.pr_sidebar .widget_tag ul li a:hover:before {
    opacity: 1
}

.blog_grid_item {
    cursor: pointer
}

.blog_grid_item img {
    -webkit-transition: opacity 600ms linear;
    -o-transition: opacity 600ms linear;
    transition: opacity 600ms linear
}

.blog_grid_item:hover .blog_img img {
    opacity: .70
}

.blog_img {
    background: #002
}

.blog_img img {
    max-width: 100%
}

.blog_content {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .06);
    box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .06);
    padding: 30px 47px 42px 50px;
    position: relative
}

.blog_content .post_date {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 0 0 rgba(12, 0, 46, .06);
    box-shadow: 0 3px 0 0 rgba(12, 0, 46, .06);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 50px;
    top: -40px;
    background: #fff
}

.blog_content .post_date h2 {
    font: 700 30px/20px "Poppins", sans-serif;
    margin-bottom: 0;
    color: #19c0f2;
    padding-top: 5px
}

.blog_content .post_date span {
    font-weight: 300;
    font-size: 14px;
    display: block;
    padding-top: 5px
}

.blog_content p {
    font-weight: 400;
    font-size: 15px
}

.blog_content h5:hover {
    color: #19c0f2
}

.blog_content .learn_btn_two {
    font: 400 14px "Poppins", sans-serif;
    color: #282835
}

.blog_content .learn_btn_two:before {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.blog_content .learn_btn_two i {
    font-size: 14px
}

.blog_content .learn_btn_two:hover {
    color: #19c0f2
}

.blog_content .learn_btn_two:hover:before {
    background: #19c0f2
}

.entry_post_info {
    font: 400 15px/25px "Poppins", sans-serif;
    color: #677294;
    padding-bottom: 5px
}

.entry_post_info a {
    color: #677294
}

.entry_post_info a+a:before {
    content: "/";
    display: inline-block;
    margin: 0 7px 0 2px
}

.blog_single .blog_content {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.blog_single .blockquote {
    color: #19c0f2;
    font-style: italic;
    border-left: 4px solid #19c0f2;
    padding-left: 35px
}

.post_share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d8dceb;
    padding-bottom: 10px
}

.post_share a {
    font: 400 14px/26px "Poppins", sans-serif;
    color: #525c7c
}

.post_share a i {
    padding-right: 12px
}

.post_share a:hover {
    color: #19c0f2
}

.post_share a+a {
    margin-left: 15px
}

.post_share .flex {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right
}

.post-nam {
    font: 400 15px/26px "Poppins", sans-serif;
    color: #282835
}

.post_tag {
    padding-top: 20px
}

.post_tag .post-nam {
    padding-right: 10px
}

.post_tag a {
    font: 400 13px/26px "Poppins", sans-serif;
    color: #595b64;
    border: 1px solid #cfcfe6;
    border-radius: 3px;
    padding: 0 11px;
    display: inline-block;
    margin-left: 10px
}

.post_author .media-body {
    padding-left: 20px
}

.post_author .media-body h6 {
    color: #677294
}

.post_author .media-body p {
    color: #677294;
    margin-bottom: 0
}

.blog_post_item .blog_content {
    padding: 22px 22px 35px
}

.blog_post_item .blog_content h5 {
    margin-bottom: 15px
}

.comment-box .post_comment .post_author {
    margin-bottom: 30px
}

.comment-box .post_comment .post_author .media-left {
    margin-right: 30px
}

.comment-box .post_comment .post_author .replay {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #525c7c;
    padding-top: 14px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.comment-box .post_comment .post_author .replay:hover {
    color: #19c0f2
}

.comment-box .post_comment .post_author .media-body {
    border-bottom: 1px solid #e8ebf4;
    padding-left: 0;
    padding-bottom: 25px
}

.comment-box .post_comment .reply-comment {
    padding-left: 110px
}

.comment-box .post_comment .reply-comment .post_author {
    margin-bottom: 0
}

.widget_title {
    margin-bottom: 35px
}

.widget_title .border_bottom {
    width: 180px;
    height: 1px;
    background: #677294;
    display: block
}

.widget_title_two {
    font-size: 20px;
    font-weight: 600;
    color: #282835;
    margin-bottom: 30px
}

.blog-sidebar {
    padding-left: 40px
}

.blog-sidebar .widget.widget_search .search-form {
    position: relative
}

.blog-sidebar .widget.widget_search .search-form .form-control {
    font: 300 14px "Poppins", sans-serif;
    color: #677294;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(12, 0, 46, .08);
    box-shadow: 0 2px 3px 0 rgba(12, 0, 46, .08);
    border-radius: 0;
    border: 0;
    padding-left: 30px;
    height: 55px;
    z-index: 0;
    border: 1px solid transparent
}

.blog-sidebar .widget.widget_search .search-form .form-control.placeholder {
    color: #677294
}

.blog-sidebar .widget.widget_search .search-form .form-control:-moz-placeholder {
    color: #677294
}

.blog-sidebar .widget.widget_search .search-form .form-control::-moz-placeholder {
    color: #677294
}

.blog-sidebar .widget.widget_search .search-form .form-control::-webkit-input-placeholder {
    color: #677294
}

.blog-sidebar .widget.widget_search .search-form .form-control:focus {
    border-color: #19c0f2;
    border-radius: 3px
}

.blog-sidebar .widget.widget_search .search-form button {
    border: 0;
    border-radius: 0;
    font-size: 16px;
    color: #282835;
    background: transparent;
    position: absolute;
    right: 20px;
    height: 100%;
    padding: 0;
    z-index: 1;
    cursor: pointer
}

.blog-sidebar .widget.widget_search .search-form button:hover {
    color: #19c0f2
}

.blog-sidebar .widget.widget_recent_post .post_item img {
    border-radius: 3px
}

.blog-sidebar .widget.widget_recent_post .post_item .media-body {
    padding-left: 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.blog-sidebar .widget.widget_recent_post .post_item .media-body h3 {
    color: #282835
}

.blog-sidebar .widget.widget_recent_post .post_item .media-body h3:hover {
    color: #19c0f2
}

.blog-sidebar .widget.widget_recent_post .post_item .media-body .entry_post_info {
    padding-bottom: 0
}

.blog-sidebar .widget.widget_recent_post .post_item+.post_item {
    margin-top: 30px
}

.blog-sidebar .widget.widget_categorie .widget_title {
    margin-bottom: 28px
}

.blog-sidebar .widget.widget_categorie ul {
    margin-bottom: 0
}

.blog-sidebar .widget.widget_categorie ul li a {
    font: 400 16px/35px "Poppins", sans-serif;
    color: #282835;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.blog-sidebar .widget.widget_categorie ul li a span {
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.blog-sidebar .widget.widget_categorie ul li a em {
    float: right;
    font-style: normal
}

.blog-sidebar .widget.widget_categorie ul li a:hover span {
    color: #19c0f2;
    border-color: #19c0f2
}

.blog-sidebar .widget.widget_tag_cloud .post-tags {
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px
}

.blog-sidebar .widget.widget_tag_cloud .post-tags a {
    font: 400 13px/26px "Poppins", sans-serif;
    color: #595b64;
    border: 1px solid #cfcfe6;
    border-radius: 3px;
    padding: 6px 18px;
    float: left;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    margin: 5px
}

.blog-sidebar .widget.widget_tag_cloud .post-tags a:hover {
    background: #19c0f2;
    border-color: #19c0f2;
    color: #fff
}

.blog-sidebar .widget.search_widget_two .search-form .form-control {
    padding: 0 30px;
    background: #f3f4f9;
    border-radius: 4px;
    height: 60px;
    font-size: 15px;
    color: #677294;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 0;
    border-color: transparent;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.blog-sidebar .widget.search_widget_two .search-form .form-control.placeholder {
    color: #677294
}

.blog-sidebar .widget.search_widget_two .search-form .form-control:-moz-placeholder {
    color: #677294
}

.blog-sidebar .widget.search_widget_two .search-form .form-control::-moz-placeholder {
    color: #677294
}

.blog-sidebar .widget.search_widget_two .search-form .form-control::-webkit-input-placeholder {
    color: #677294
}

.blog-sidebar .widget.search_widget_two .search-form .form-control:focus {
    border-color: #19c0f2;
    background: #fff
}

.blog-sidebar .widget.search_widget_two .search-form button {
    position: absolute;
    background: transparent;
    padding: 0;
    border: 0;
    right: 30px;
    top: 51%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #282835;
    z-index: 0
}

.blog-sidebar .widget.recent_post_widget_two .post_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-sidebar .widget.recent_post_widget_two .post_item img {
    border-radius: 4px;
    padding-right: 25px
}

.blog-sidebar .widget.recent_post_widget_two .post_item .media-body h3 {
    font: 500 16px/22px "Poppins", sans-serif;
    color: #222d39;
    margin-bottom: 0
}

.blog-sidebar .widget.recent_post_widget_two .post_item .media-body h3:hover {
    color: #19c0f2
}

.blog-sidebar .widget.recent_post_widget_two .post_item .media-body .entry_post_info {
    font-size: 14px;
    color: #85859c;
    font-weight: 400;
    text-transform: uppercase
}

.blog-sidebar .widget.recent_post_widget_two .post_item:not(:last-child) {
    margin-bottom: 30px
}

.blog-sidebar .widget.categorie_widget_two ul {
    margin-bottom: 0
}

.blog-sidebar .widget.categorie_widget_two ul li a {
    font-size: 14px;
    line-height: 36px;
    color: #282835;
    text-transform: uppercase
}

.blog-sidebar .widget.categorie_widget_two ul li a em {
    font-style: normal;
    color: #282835;
    padding-left: 10px
}

.blog-sidebar .widget.categorie_widget_two ul li a:hover {
    color: #19c0f2
}

.blog-sidebar .widget.tag_widget_two .post-tags {
    margin: -5px -4px
}

.blog-sidebar .widget.tag_widget_two .post-tags a {
    padding: 6px 20px;
    font-size: 14px;
    color: #5a5a77;
    background: #f0f2f9;
    border-radius: 4px;
    margin: 5px 4px;
    display: inline-block;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.blog-sidebar .widget.tag_widget_two .post-tags a:hover {
    background: #19c0f2;
    color: #fff
}

.blog-sidebar .widget.instagram_widget ul {
    margin: -7px
}

.blog-sidebar .widget.instagram_widget ul li {
    display: inline-block;
    padding: 7px 6px
}

.blog-sidebar .widget.instagram_widget ul li a {
    display: block;
    position: relative
}

.blog-sidebar .widget.instagram_widget ul li a:before {
    content: "\e73d";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: 'themify';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    background: rgba(94, 44, 237, .6);
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
    color: #fff
}

.blog-sidebar .widget.instagram_widget ul li a img {
    max-width: 100%;
    border-radius: 4px
}

.blog-sidebar .widget.instagram_widget ul li a:hover:before {
    opacity: 1
}

.blog_area_two .blog_list_item:not(:last-child) {
    margin-bottom: 70px
}

.blog_area_two .shop_page_number {
    border-top: 1px solid #ebe8f1;
    padding-top: 35px;
    margin-top: 0
}

.blog_list_item_two {
    position: relative
}

.blog_list_item_two .post_date {
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 4px;
    background-color: #fbfbfd;
    -webkit-box-shadow: 0 14px 30px 0 rgba(68, 28, 183, .25);
    box-shadow: 0 14px 30px 0 rgba(68, 28, 183, .25);
    text-align: center;
    color: #19c0f2;
    padding: 13px 26px;
    z-index: 1
}

.blog_list_item_two .post_date h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0
}

.blog_list_item_two .post_date span {
    display: block;
    font-size: 15px;
    font-weight: 400
}

.blog_list_item_two a img {
    border-radius: 6px
}

.blog_list_item_two .video_post {
    position: relative;
    z-index: 0
}

.blog_list_item_two .video_post:before {
    content: "";
    background: #282835;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .5;
    border-radius: 6px
}

.blog_list_item_two .video_post img {
    border-radius: 6px
}

.blog_list_item_two .video_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.blog_list_item_two .video_icon:after {
    display: none
}

.blog_list_item_two .video_icon:before {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.blog_list_item_two .video_icon i {
    color: #794afd;
    text-shadow: 0 6px 25px rgba(121, 74, 253, .9)
}

.blog_list_item_two .blog_content {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.blog_list_item_two .blog_content p {
    font-size: 16px;
    margin-bottom: 25px
}

.blog_list_item_two .blog_content .post-info-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog_list_item_two .blog_content .post-info-bottom .post-info-comments {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #282835
}

.blog_list_item_two .blog_content .post-info-bottom .post-info-comments i {
    color: #19c0f2;
    padding-right: 5px
}

.blog_list_item_two .blog_content .learn_btn_two {
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 0;
    line-height: 20px;
    display: inline-block;
    font-weight: 500
}

.blog_list_item_two .blog_content .post-info-comments {
    text-transform: uppercase;
    line-height: 20px;
    display: inline-block
}

.blog_title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #222d39;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px
}

.blog_title:hover {
    color: #19c0f2
}

.qutoe_post .blog_content {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(20, 3, 67, .08);
    box-shadow: 0 10px 30px 0 rgba(20, 3, 67, .08);
    border-radius: 6px;
    padding: 28px 40px 42px 40px;
    position: relative;
    overflow: hidden;
    border-left: 6px solid #19c0f2;
    z-index: 0
}

.qutoe_post .blog_content:after {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 30px;
    bottom: 0;
    color: #f2effd;
    font-size: 100px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: -1
}

.qutoe_post .blog_content i {
    font-size: 30px;
    color: #19c0f2;
    padding-bottom: 12px;
    display: inline-block
}

.qutoe_post .blog_content h6 {
    font-size: 20px;
    color: #525c7c;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 0
}

.qutoe_post .blog_content .author_name {
    font-size: 14px;
    color: #848ca5;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 22px;
    display: inline-block;
    text-transform: uppercase
}

.qutoe_post.qutoe_post_two .blog_content:after {
    content: "\e02c";
    font-family: 'ElegantIcons';
    font-size: 150px;
    right: 0;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.qutoe_post.qutoe_post_two .blog_content .blog_title {
    font-weight: 500
}

.blog_grid_info .blog_list_item {
    margin-bottom: 60px
}

.blog_grid_info .blog_list_item .post_date {
    padding: 7px 19px
}

.blog_grid_info .blog_list_item .post_date h2 {
    font-size: 24px
}

.blog_grid_info .blog_list_item .blog_content {
    padding-top: 25px
}

.blog_grid_info .blog_list_item .blog_content .blog_title {
    font-size: 20px;
    margin-bottom: 10px
}

.blog_grid_info .blog_list_item.qutoe_post .blog_content {
    padding-bottom: 80px
}

.blog_grid_info .blog_list_item.qutoe_post .blog_content:after {
    bottom: 0;
    font-size: 90px;
    line-height: 90px
}

.blog_grid_info .blog_list_item.qutoe_post_two .blog_content:after {
    bottom: auto;
    top: 80%
}

.blog_single_info .blog_list_item_two .blog_content {
    padding-top: 50px
}

.blog_single_info .blog_list_item_two .blog_content .qutoe_post {
    margin: 45px 0
}

.blog_single_info .blog_list_item_two .blog_content .post-info-bottom {
    padding-top: 20px
}

.blog_single_info .blog_list_item_two .blog_content .post-info-bottom .social_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    font-size: 13px;
    color: #424255;
    font-weight: 500;
    letter-spacing: 1px
}

.blog_single_info .blog_list_item_two .blog_content .post-info-bottom .social_icon ul {
    display: inline-block
}

.blog_single_info .blog_list_item_two .blog_content .post-info-bottom .social_icon ul li {
    display: inline-block;
    margin-left: 8px
}

.blog_single_info .blog_list_item_two .blog_content .post-info-bottom .social_icon ul li a {
    font-size: 12px;
    color: #848ca5
}

.blog_single_info .blog_list_item_two .blog_content .post-info-bottom .social_icon ul li a:hover {
    color: #19c0f2
}

.blog_single_info .blog_titles {
    font: 600 20px "Poppins", sans-serif;
    color: #282835;
    margin-bottom: 30px
}

.blog_single_info blockquote {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(20, 3, 67, .08);
    box-shadow: 0 10px 30px 0 rgba(20, 3, 67, .08);
    border-radius: 6px;
    padding: 28px 40px 22px 40px;
    position: relative;
    overflow: hidden;
    border-left: 6px solid #19c0f2;
    z-index: 0;
    margin: 40px 0 45px
}

.blog_single_info blockquote:before {
    content: "\f10d";
    font-size: 30px;
    color: #19c0f2;
    padding-bottom: 12px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.blog_single_info blockquote:after {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 30px;
    bottom: auto;
    top: 80%;
    color: #f2effd;
    font-size: 100px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: -1
}

.blog_single_info blockquote i {
    font-size: 30px;
    color: #19c0f2;
    padding-bottom: 12px;
    display: inline-block
}

.blog_single_info blockquote h6 {
    font-size: 20px;
    color: #525c7c;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 0
}

.blog_single_info blockquote .author_name {
    font-size: 14px;
    color: #848ca5;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 22px;
    display: inline-block;
    text-transform: uppercase
}

.post_author_two {
    background: #f3f5fa;
    border-radius: 4px;
    padding: 35px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post_author_two .img_rounded {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-right: 30px
}

.post_author_two .media-body .comment_info h3 {
    font: 500 18px/24px "Poppins", sans-serif;
    color: #282835
}

.post_author_two .media-body .comment_info .comment-date {
    font: 400 14px "Poppins", sans-serif;
    color: #677294
}

.post_author_two .media-body p {
    margin-bottom: 0;
    font-size: 16px;
    color: #525c7c
}

.blog_related_post {
    margin-top: 100px
}

.blog_related_post.blog_grid_info .blog_list_item .blog_content {
    padding-top: 25px
}

.blog_related_post.blog_grid_info .blog_list_item .blog_content h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px
}

.blog_related_post.blog_grid_info .blog_list_item .blog_content p {
    font-size: 15px
}

.comment_inner {
    margin-top: 40px
}

.comment_inner .comment_box {
    margin-bottom: 0
}

.comment_inner .comment_box .post_comment {
    background: #f7f8fb;
    padding: 30px 30px 30px
}

.comment_inner .comment_box .post_comment .post_author_two {
    padding: 0;
    background: transparent;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit
}

.comment_inner .comment_box .post_comment .post_author_two .comment_info {
    display: inline-block
}

.comment_inner .comment_box .post_comment .post_author_two .comment_info h3 {
    margin-bottom: 0
}

.comment_inner .comment_box .post_comment .post_author_two .img_rounded {
    width: 70px;
    height: 70px
}

.comment_inner .comment_box .post_comment .post_author_two .comment_reply {
    float: right;
    font: 500 13px/26px "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #424255
}

.comment_inner .comment_box .post_comment .post_author_two .comment_reply i {
    vertical-align: middle;
    font-size: 20px;
    padding-left: 5px
}

.comment_inner .comment_box .post_comment .post_author_two .comment_reply:hover {
    color: #19c0f2
}

.comment_inner .comment_box .post_comment .post_author_two p {
    padding-top: 12px
}

.comment_inner .comment_box .post_comment .reply_comment {
    margin-left: 100px;
    border-top: 1px solid #e8ebf4;
    margin-top: 30px
}

.comment_inner .comment_box .post_comment .reply_comment .post_author_two {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px
}

.comment_inner .comment_box .post_comment:not(:last-child) {
    margin-bottom: 30px
}

.blog_comment_box {
    margin-top: 100px
}

.blog_comment_box .get_quote_form .form-group .form-control {
    background: #f7f8fb;
    -webkit-box-shadow: none;
    box-shadow: none
}

.blog_comment_box .get_quote_form .form-group .form-control.placeholder {
    color: #9ca3b9
}

.blog_comment_box .get_quote_form .form-group .form-control:-moz-placeholder {
    color: #9ca3b9
}

.blog_comment_box .get_quote_form .form-group .form-control::-moz-placeholder {
    color: #9ca3b9
}

.blog_comment_box .get_quote_form .form-group .form-control::-webkit-input-placeholder {
    color: #9ca3b9
}

.blog_comment_box .get_quote_form .form-group .form-control:focus {
    border-color: #19c0f2;
    background: #fff
}

.comments_widget ul {
    margin-bottom: 0
}

.comments_widget ul li .comments_items .round_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 30px;
    margin-top: 7px
}

.comments_widget ul li .comments_items .media-body p {
    font-size: 15px;
    line-height: 26px;
    color: #282835;
    margin-bottom: 0
}

.comments_widget ul li .comments_items .media-body p:hover {
    color: #19c0f2
}

.comments_widget ul li .comments_items .media-body span {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #848ca5;
    display: block;
    padding-top: 12px
}

.comments_widget ul li:not(:last-child) {
    margin-bottom: 30px
}

.widget_recent_comments #recentcomments {
    padding: 0;
    list-style: none;
    margin-bottom: 0
}

.widget_recent_comments #recentcomments .recentcomments {
    position: relative;
    padding-left: 90px;
    font-size: 15px;
    line-height: 26px;
    color: #282835;
    font-family: "Poppins", sans-serif;
    min-height: 66px
}

.widget_recent_comments #recentcomments .recentcomments:before {
    content: "\76";
    font-family: eleganticons;
    border: 1px solid #19c0f2;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 20px;
    color: #19c0f2;
    -webkit-transition: background .3s linear, color .3s linear;
    -o-transition: background .3s linear, color .3s linear;
    transition: background .3s linear, color .3s linear;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px
}

.widget_recent_comments #recentcomments .recentcomments .comment-author-link {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #848ca5
}

.widget_recent_comments #recentcomments .recentcomments a {
    color: #282835
}

.widget_recent_comments #recentcomments .recentcomments a:hover {
    color: #19c0f2
}

.widget_recent_comments #recentcomments .recentcomments:hover:before {
    background: #19c0f2;
    color: #fff
}

.widget_recent_comments #recentcomments .recentcomments:not(:last-child) {
    margin-bottom: 30px
}

.search_boxs {
    z-index: 20000;
    position: fixed;
    top: -105%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.search_boxs:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(27, 29, 34, .95);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    -webkit-transform: scale(.04), translateY(9999px);
    -ms-transform: scale(.04), translateY(9999px);
    transform: scale(.04), translateY(9999px);
    overflow: hidden
}

.search_boxs .close_icon {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
    opacity: 0
}

.search_boxs .input-group {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 800px;
    width: 20%;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    transition: all 900ms linear;
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s
}

.search_boxs .input-group input {
    border: none;
    height: 55px;
    padding: 0 15px;
    font-size: 16px;
    padding-left: 0;
    width: 100%;
    color: #fff;
    background: transparent;
    border-bottom: 2px solid rgba(255, 255, 255, .6);
    border-radius: 0;
    outline: none
}

.search_boxs .input-group input.placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, .6)
}

.search_boxs .input-group input:-moz-placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, .6)
}

.search_boxs .input-group input::-moz-placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, .6)
}

.search_boxs .input-group input::-webkit-input-placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, .6)
}

.search_boxs .input-group .input-group-append {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 4
}

.search_boxs .input-group .input-group-append button {
    border: none;
    background: transparent;
    border-radius: 0;
    height: 55px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: rgba(255, 255, 255, .6);
    font-size: 24px;
    padding: 0;
    font-family: "Poppins", sans-serif;
    outline: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    cursor: pointer
}

.search_boxs .input-group .input-group-append button i {
    cursor: pointer
}

input[type="text"] {
    -webkit-appearance: none;
    outline: none
}

.open .search_boxs {
    top: 0
}

.open .search_boxs:before {
    -webkit-animation: menu-animation .8s ease-out forwards;
    animation: menu-animation .8s ease-out forwards;
    height: 100%
}

.open .search_boxs .close_icon {
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
    opacity: 1
}

.open .search_boxs .input-group {
    width: 100%;
    opacity: 1
}

@-webkit-keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out;
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px);
    }
    61% {
        -webkit-transform: scale(0.04);
        transform: scale(0.04);
    }
    99.9% {
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out;
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px);
    }
    61% {
        -webkit-transform: scale(0.04);
        transform: scale(0.04);
    }
    99.9% {
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}

.ms-left .ms-section.section_1 {
    background-image: -moz-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
    background-image: -webkit-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
    background-image: -ms-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%)
}

.ms-left .ms-section.section_2 {
    background-image: -moz-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
    background-image: -webkit-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
    background-image: -ms-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%)
}

.ms-left .ms-section.section_4 {
    background-image: -moz-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
    background-image: -webkit-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%);
    background-image: -ms-linear-gradient(40deg, #6712a8 0%, #5f28fb 100%)
}

.ms-right .ms-section:last-child {
    background-image: -webkit-linear-gradient(310deg, #6712a8 0%, #5f28fb 100%);
    background-image: -o-linear-gradient(310deg, #6712a8 0%, #5f28fb 100%);
    background-image: -webkit-linear-gradient(50deg, #6712a8 0%, #5f28fb 100%);
    background-image: -o-linear-gradient(50deg, #6712a8 0%, #5f28fb 100%);
    background-image: linear-gradient(40deg, #6712a8 0%, #5f28fb 100%)
}

.height {
    height: 100%
}

.split_banner,
.split_banner_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.square {
    width: 50px;
    height: 50px
}

.square.one {
    top: 200px;
    left: 50px;
    -webkit-animation: spin2 2s infinite alternate;
    animation: spin2 2s infinite alternate
}

.square.two {
    top: 220px;
    left: 70px;
    -webkit-animation: spin2 2.5s infinite alternate;
    animation: spin2 2.5s infinite alternate
}

.square.three {
    height: 102px;
    width: 102px;
    top: auto;
    left: 20px;
    bottom: -10%;
    -webkit-animation: spin1 3s infinite alternate;
    animation: spin1 3s infinite alternate
}

.square.four {
    bottom: 43%;
    left: 80px;
    -webkit-animation: spin2 2s infinite alternate;
    animation: spin2 2s infinite alternate
}

.intro {
    width: 70%;
    margin-left: auto;
    margin-right: 100px;
    position: relative
}

.split_slider_content {
    color: #fff;
    padding: 70px 0 70px 120px;
    position: relative;
    z-index: 0
}

.split_slider_content .br_shap {
    position: absolute;
    left: 0;
    top: 0;
    width: 330px;
    border: 10px solid #8429c9;
    height: 100%;
    z-index: -1
}

.split_slider_content h2 {
    font-size: 50px;
    line-height: 66px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear
}

.split_slider_content h2:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: .8;
    position: absolute;
    z-index: 0;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear
}

.split_slider_content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 45px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0
}

.split_slider_content .btn_get {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    padding: 3px 33px;
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0
}

.split_slider_content .btn_get:hover {
    background: #fff;
    color: #5f28fb
}

.split_slider_content .content {
    overflow: hidden
}

.spliet_slider_img .phone_one {
    position: absolute;
    top: -23%;
    z-index: 0;
    left: 111px;
    -webkit-animation-timing-function: cubic-bezier(.54, .085, .5, .92);
    animation-timing-function: cubic-bezier(.54, .085, .5, .92);
    -webkit-animation-name: animateUpDown;
    animation-name: animateUpDown;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.spliet_slider_img .phone_two {
    position: relative;
    left: 40px;
    top: 112px;
    -webkit-animation-timing-function: cubic-bezier(.54, .085, .5, .92);
    animation-timing-function: cubic-bezier(.54, .085, .5, .92);
    -webkit-animation-name: animateUpDown;
    animation-name: animateUpDown;
    -webkit-animation-duration: 3.3s;
    animation-duration: 3.3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.border_shap {
    position: absolute;
    width: 400px;
    height: 700px;
    background: rgba(255, 255, 255, .05);
    top: 0;
    left: 100px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    opacity: 0;
    visibility: hidden
}

.border_shap.two {
    left: 36%;
    top: -20%
}

.square {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .05)
}

.active .border_shap {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: 1.5s ease-in-out;
    -o-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out
}

.active .border_shap.two {
    -webkit-transition: -webkit-transform 2.5s linear;
    transition: -webkit-transform 2.5s linear;
    -o-transition: transform 2.5s linear;
    transition: transform 2.5s linear;
    transition: transform 2.5s linear, -webkit-transform 2.5s linear
}

.active .split_slider_content h2 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1.5s linear;
    -o-transition: all 1.5s linear;
    transition: all 1.5s linear
}

.active .split_slider_content h2:before {
    right: 0;
    left: auto;
    width: 0;
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear
}

.active .split_slider_content p {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 1s 1.5s linear, -webkit-transform 1s 1.5s linear;
    transition: opacity 1s 1.5s linear, -webkit-transform 1s 1.5s linear;
    -o-transition: transform 1s 1.5s linear, opacity 1s 1.5s linear;
    transition: transform 1s 1.5s linear, opacity 1s 1.5s linear;
    transition: transform 1s 1.5s linear, opacity 1s 1.5s linear, -webkit-transform 1s 1.5s linear
}

.active .split_slider_content .btn_get {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 1s 1.7s linear, -webkit-transform 1s 1.8s linear;
    transition: opacity 1s 1.7s linear, -webkit-transform 1s 1.8s linear;
    -o-transition: transform 1s 1.8s linear, opacity 1s 1.7s linear;
    transition: transform 1s 1.8s linear, opacity 1s 1.7s linear;
    transition: transform 1s 1.8s linear, opacity 1s 1.7s linear, -webkit-transform 1s 1.8s linear;
    opacity: 1
}

.split_app_content h2 {
    margin-bottom: 38px
}

.split_app_content p {
    font-size: 18px;
    line-height: 30px;
    color: #7e86a1;
    margin-bottom: 0
}

.split_app_content .btn_three {
    font-size: 15px;
    padding: 15px 33px
}

.split_app_content .s_app_btn {
    background: #5f28fb;
    border-color: #5f28fb;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.split_app_content .s_app_btn i {
    margin-right: 10px;
    font-size: 22px
}

.split_app_content .s_app_btn+.s_app_btn {
    background: transparent;
    color: #5f28fb;
    margin-left: 16px
}

.split_app_content .s_app_btn+.s_app_btn:hover {
    background: #5f28fb;
    color: #fff
}

.split_app_content .s_app_btn:hover {
    background: transparent;
    color: #5f28fb
}

.split_title {
    font-size: 40px;
    line-height: 50px;
    color: #051441;
    font-weight: 700;
    font-family: "Poppins", sans-serif
}

.split_title span {
    font-weight: 400
}

.web_skill_content {
    max-width: 540px
}

.web_skill_content .split_title {
    margin-bottom: 45px
}

.web_skill_content .skillbar-bg {
    width: 100%;
    height: 5px;
    background: #e7e9f0;
    position: relative
}

.web_skill_content .skillbar-bg .custom-skillbar {
    background: #7a4cfa;
    height: 100%;
    position: absolute;
    left: 0;
    width: 0
}

.web_skill_content .custom-skillbar-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
    color: #051441;
    padding-bottom: 8px
}

.web_skill_content .skillbar-box {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.web_skill_content .skillbar-box li {
    margin-bottom: 25px
}

.web_skill_content .skillbar-box li:nth-child(1) .custom-skillbar-title .skill-bar-percent {
    color: #7a4cfa
}

.web_skill_content .skillbar-box li:nth-child(1) .skillbar-bg .custom-skillbar {
    background: #7a4cfa
}

.web_skill_content .skillbar-box li:nth-child(2) .custom-skillbar-title .skill-bar-percent {
    color: #00d8e6
}

.web_skill_content .skillbar-box li:nth-child(2) .skillbar-bg .custom-skillbar {
    background: #00d8e6
}

.web_skill_content .skillbar-box li:nth-child(3) .custom-skillbar-title .skill-bar-percent {
    color: #e6c300
}

.web_skill_content .skillbar-box li:nth-child(3) .skillbar-bg .custom-skillbar {
    background: #e6c300
}

.web_skill_content .btn_three {
    margin-top: 35px;
    background: transparent;
    color: #7a4cfa
}

.web_skill_content .btn_three:hover {
    background: #7a4cfa;
    color: #fff
}

.split_banner .contact_bg {
    position: absolute;
    top: 0;
    background: url(../img/new/home-split/xcontact.png.pagespeed.ic.3JKAHJr4kY.png);
    width: 100%;
    height: 100%;
    background-size: cover
}

.split_banner .app_img {
    margin-left: 118px
}

.split_content .contact_form_box {
    padding-top: 45px
}

.split_content .contact_form_box .text_box input[type="text"],
.split_content .contact_form_box .text_box textarea,
.split_content .contact_form_box .text_box input[type="password"] {
    background: #f7f8fb;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.split_content .contact_form_box .text_box input[type="text"]:focus,
.split_content .contact_form_box .text_box textarea:focus,
.split_content .contact_form_box .text_box input[type="password"]:focus {
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 11, 40, .1);
    box-shadow: 0 20px 20px 0 rgba(0, 11, 40, .1);
    background: #fff;
    border-color: rgba(95, 40, 251, .4)
}

.split_content .contact_form_box .text_box {
    margin-bottom: 20px
}

#multiscroll-nav ul li a span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e6e7ec;
    border: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#multiscroll-nav ul li a.active span {
    background: #5f28fb;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#multiscroll-nav.white ul li a span {
    background: #8051f1
}

#multiscroll-nav.white ul li a.active span {
    background: #fff
}

span.arrow_carrot-right {
    right: 25px;
    position: absolute;
    line-height: 30px;
    font-size: 18px
}

.section_container.Sass_he {
    height: 500px
}

.section_container .intro.Subs_ele_cus {
    height: 74%
}

.saas_home_area.Cus_subs_Ele {
    height: auto
}

.banner_top.Banner_top_bo {
    padding: 115px 0 128px
}

.prototype_banner_area.Pro_to-Bo {
    padding: 120px 0 130px
}

.payment_testimonial_area .testimonial_img.Cus_test_img {
    margin-bottom: 0
}

.blog_area.sec_pad.cus_ptB_Bl {
    padding: 120px 0 75px
}

.blog_content.cus_p {
    padding: 0
}

.Cus_col {
    color: #222d39
}

.software_featured_area.Cus_head_ele {
    padding: 120px 0 130px
}

.Custom_button {
    padding: 100px 0 120px
}

.nav_right_btn .login_btn.Cus_bbtn {
    background: #4069eb
}

.nav_right_btn .login_btn.Cus_bbtn:hover {
    color: #fff
}

.Cus_bl {
    display: block
}

.cus_mb-10 {
    margin-bottom: 30px
}

.mt_c20 {
    margin-top: 0
}

.pay_btn.pay_btn_two.cus_mb-10 {
    margin-left: 0
}

.payment_clients_area.Inte_cus_ptb {
    background: #fafbff;
    padding: 130px 0 280px;
    position: relative;
    overflow: hidden
}

.header_area.header_area_three.navbar_fixed .menu_four .btn_get {
    color: #fff
}

.header_area.header_area_three.navbar_fixed .menu_four .btn_get:hover {
    color: #19c0f2
}

.call_action_area.Call_Ele_Cu:before {
    background: none
}

.payment_action_area.pay_ele_cus {
    padding: 120px 0
}

.ele_pagi_cus {
    padding: 120px 0
}

.ele_pagi_cus .job_listing {
    margin-top: 0
}

.ele_pa_cus2 {
    padding: 120px 0
}

.agency_about_area.cusPtb_hesix {
    padding: 120px 0
}

.Cus_acc .tab-pane .card:last-child {
    border-bottom: none
}

.cus_bttn h2 {
    color: #222d39;
    margin: 0 auto 20px;
    text-align: center;
    font: 600 40px "Poppins", sans-serif
}

.cus_bttn p {
    margin: 0 auto 40px;
    font-size: 16px;
    text-align: center;
    font-weight: 400
}

.section_container .intro_content h1.sub_hecu {
    font-size: 40px;
    line-height: 50px
}

.job_listing_area.sec_pad.Job_li_ele {
    padding: 120px 0
}

.job_listing_area .job_listing.Cus_jobli {
    margin-top: 0
}

.navbar-brand.sticky_logo {
    padding-top: 0
}

.f_bg {
    background: #eff2f9;
    -webkit-box-shadow: 0 -1px 0 0 rgba(231, 236, 246, .004);
    box-shadow: 0 -1px 0 0 rgba(231, 236, 246, .004)
}

.footer_top {
    border-bottom: 1px solid #e0e3ef;
    padding: 115px 0 100px
}

.f_widget .widget-wrap {
    margin-top: 35px
}

.f_widget .widget-wrap p span {
    color: #051441
}

.f_widget .widget-wrap p a {
    color: #677294;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.f_widget .widget-wrap p a:hover {
    color: #19c0f2
}

.f_widget.company_widget .mchimp-errmessage,
.f_widget.company_widget .mchimp-sucmessage {
    position: absolute
}

.f_widget.about-widget .f_list {
    margin-bottom: 0
}

.f_widget.about-widget .f_list li {
    margin-bottom: 15px
}

.f_widget.about-widget .f_list li a {
    font: 300 16px/20px "Poppins", sans-serif;
    color: #677294;
    position: relative;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    display: inline-block
}

.f_widget.about-widget .f_list li a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #19c0f2;
    right: 0;
    left: auto;
    bottom: 0;
    position: absolute;
    -webkit-transition: width .2s linear;
    -o-transition: width .2s linear;
    transition: width .2s linear
}

.f_widget.about-widget .f_list li a:hover {
    color: #19c0f2
}

.f_widget.about-widget .f_list li a:hover:before {
    width: 100%;
    right: auto;
    left: 0
}

.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0
}

.f_subscribe {
    position: relative;
    margin-top: 40px
}

.f_subscribe .form-control {
    font: 300 14px "Poppins", sans-serif;
    color: #333;
    border: 1px solid #e2e7f3;
    border-radius: 3px;
    background: #e9ecf3;
    padding-left: 25px;
    height: 54px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.f_subscribe .form-control.placeholder {
    color: #9ba2b5
}

.f_subscribe .form-control:-moz-placeholder {
    color: #9ba2b5
}

.f_subscribe .form-control::-moz-placeholder {
    color: #9ba2b5
}

.f_subscribe .form-control::-webkit-input-placeholder {
    color: #9ba2b5
}

.f_subscribe .form-control:focus {
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .06);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .06)
}

.f_subscribe button {
    position: absolute;
    right: 25px;
    background: transparent;
    padding: 0;
    color: #222d39;
    font-size: 16px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0
}

.footer_bottom p a {
    color: #19c0f2;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.footer_bottom .f_menu {
    margin-bottom: 0
}

.footer_bottom .f_menu li {
    display: inline-block;
    position: relative
}

.footer_bottom .f_menu li a {
    color: #7f88a6;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.footer_bottom .f_menu li a:hover {
    color: #19c0f2
}

.footer_bottom .f_menu li+li {
    margin-left: 16px
}

.footer_bottom .f_menu li+li:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #b1b7ca;
    display: inline-block;
    margin-right: 18px;
    vertical-align: middle
}

.footer_bottom a:hover {
    color: #19c0f2
}

.f_social_icon_two a {
    font-size: 14px;
    color: #969db4;
    margin: 0 8px
}

.footer_area_two {
    background: #fbfbfd
}

.footer_area_two .footer_top_two {
    border-bottom: 1px solid #e9ecf3;
    padding: 120px 0 70px
}

.footer_area_two .footer_top_two .f_widget.about-widget .f_list li a:before {
    background: #00aff0
}

.footer_area_two .footer_top_two .f_widget.about-widget .f_list li a:hover {
    color: #00aff0
}

.footer_area_two .footer_top_two .f_widget .widget-wrap p a:hover {
    color: #00aff0
}

.footer_area_two .footer_bottom {
    position: relative
}

.footer_area_two .footer_bottom p a {
    color: #00aff0
}

.footer_area_two .footer_bottom .f_menu li a:hover {
    color: #00aff0
}

.footer_area_two .footer_bottom .f_menu li+li:before {
    background: #7f88a6
}

.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.f_social_icon a:hover {
    background: #00aff0;
    color: #fff
}

.f_social_icon a+a {
    margin-left: 10px
}

.pagescroll_btn {
    width: 44px;
    height: 44px;
    border: 1px solid #1d1d42;
    font-size: 16px;
    color: #00aff0;
    text-align: center;
    line-height: 44px;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -22px;
    background: #121233
}

.footer_three {
    background: #1b1e29
}

.footer_three .footer_top {
    border-color: #252130;
    color: #b2b6c4
}

.footer_three .footer_top p {
    color: #b2b6c4
}

.footer_three .footer_top .f-title {
    color: #fff
}

.footer_three .footer_top .f_widget.about-widget .f_list li a {
    color: #b2b6c4
}

.footer_three .footer_top .f_widget.about-widget .f_list li a:before {
    background: #a8a9ab
}

.footer_three .footer_top .f_widget.about-widget .f_list li a:hover {
    color: #fff
}

.footer_three .footer_top .social_icon {
    margin-top: 42px
}

.footer_three .footer_top .social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #8a8e9b;
    font-size: 14px;
    line-height: 45px;
    background: #282b38;
    text-align: center;
    display: inline-block;
    margin-right: 12px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.footer_three .footer_top .social_icon a:hover {
    background: #7444fd;
    color: #fff
}

.footer_three .footer_bottom {
    color: #b2b6c4
}

.footer_three .footer_bottom .f_menu li a {
    color: #b2b6c4
}

.footer_three .footer_bottom .f_menu li a:hover {
    color: #fff
}

.footer_area_four .footer_top {
    border-bottom: 1px solid #e9ecf3;
    padding: 120px 0 70px
}

.footer_area_four .footer_top .f_widget.about-widget .f_list li a:hover {
    color: #19c0f2
}

.footer_area_four .footer_top .f_widget.about-widget .f_list li a:hover:before {
    background: #19c0f2
}

.footer_area_four .footer_top .f_widget .widget-wrap p a:hover {
    color: #19c0f2
}

.footer_area_four .footer_bottom p a {
    color: #19c0f2
}

.footer_area_four .footer_bottom a:hover {
    color: #19c0f2
}

.footer_area_five .footer_top .f_widget.about-widget .f_list li a:hover {
    color: #3d64f4
}

.footer_area_five .footer_top .f_widget.about-widget .f_list li a:hover:before {
    background: #3d64f4
}

.footer_area_five .footer_top .f_widget .widget-wrap p a:hover {
    color: #3d64f4
}

.footer_area_five .footer_bottom p a {
    color: #3d64f4
}

.footer_area_five .footer_bottom a:hover {
    color: #3d64f4
}

.footer_area_six {
    background-image: -moz-linear-gradient(0deg, #1c143b 0%, #111339 100%);
    background-image: -webkit-linear-gradient(0deg, #1c143b 0%, #111339 100%);
    background-image: -ms-linear-gradient(0deg, #1c143b 0%, #111339 100%);
    border-top: 2px solid #192161
}

.footer_top_six .company_widget a {
    color: #3d64f4
}

.footer_top_six .f_widget.about-widget .f_list li a:before {
    background: #fff
}

.footer_top_six .f_widget.about-widget .f_list li a:hover {
    color: #fff
}

.footer_top_six .social-widget {
    margin-right: -15px
}

.footer_top_six .social-widget .f_social_icon {
    padding-top: 4px
}

.footer_top_six .social-widget .f_social_icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #232453;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.footer_top_six .social-widget .f_social_icon a+a {
    margin-left: 2px
}

.footer_top_six .social-widget .f_social_icon a:hover {
    background: #3d57f4
}

.footer_seven {
    border-top: 1px solid #d9e1fb
}

.footer_seven .f_social_icon {
    padding-top: 14px
}

.footer_seven .f_social_icon a {
    width: auto;
    height: auto;
    font-size: 14px;
    color: #969db4;
    background: transparent
}

.footer_seven .f_social_icon a:hover {
    color: #4069eb
}

.footer_seven .f_social_icon a+a {
    margin-left: 16px
}

.footer_seven .f_widget .widget-wrap p a:hover {
    color: #4069eb
}

.footer_seven .f_widget.about-widget .f_list li {
    margin-bottom: 13px
}

.footer_seven .f_widget.about-widget .f_list li a {
    font-size: 14px
}

.footer_seven .f_widget.about-widget .f_list li a:before {
    background: #4069eb
}

.footer_seven .f_widget.about-widget .f_list li a:hover {
    color: #4069eb
}

.footer_seven .footer_bottom {
    padding: 20px 0
}

.footer_seven .footer_bottom a:hover {
    color: #4069eb
}

.footer_seven .footer_bottom p a {
    color: #4069eb
}

.error_footer {
    background: #eff2f9;
    padding: 40px 0
}

.error_footer a:hover {
    color: #19c0f2
}

.error_footer .f_menu li a {
    position: relative
}

.error_footer .f_menu li a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #19c0f2;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.error_footer .f_menu li a:hover {
    color: #19c0f2
}

.error_footer .f_menu li a:hover:before {
    width: 100%
}

.error_footer .f_menu li+li:before {
    display: none
}

.footer_dark_one {
    background: #15133a
}

.footer_dark_one .footer_top {
    border-color: #1f1d48
}

.footer_dark_one .f_widget.about-widget .f_list li a,
.footer_dark_one .f_widget .widget-wrap p a,
.footer_dark_one .f_social_icon_two a {
    color: #9ca5c1
}

.dark_f_bottom a {
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.dark_f_bottom a:hover {
    color: #4069eb
}

.dark_f_bottom p {
    color: #9ca5c1
}

.dark_f_bottom p a {
    color: #4069eb
}

.dark_f_bottom .f_menu li a {
    color: #9ca5c1
}

.dark_f_bottom .f_menu li a:hover {
    color: #4069eb
}

.dark_f_bottom .f_menu li+li:before {
    background: #5e6482
}

.dark_widget .f-title {
    color: #fff
}

.dark_widget.company_widget .f_social_icon_two {
    margin-top: 25px
}

.dark_widget.company_widget .f_social_icon_two a:first-child {
    margin-left: 0
}

.dark_widget.company_widget .f_social_icon_two a:hover {
    color: #4069eb
}

.dark_widget .widget-wrap p span {
    color: #fff
}

.dark_widget .widget-wrap p a:hover {
    color: #4069eb
}

.dark_widget.about-widget .f_list li a:before {
    background: #4069eb
}

.dark_widget.about-widget .f_list li a:hover {
    color: #4069eb
}

.dark_widget .f_subscribe .form-control {
    background: transparent;
    border-color: #202430
}

.dark_widget .f_subscribe button {
    color: #fff
}

.footer_dark_two {
    background: #13112d
}

.footer_dark_two .footer_top {
    border-color: #1f1d48
}

.footer_dark_two .dark_widget.company_widget .f_social_icon_two a:hover {
    color: #19c0f2
}

.footer_dark_two .dark_widget .widget-wrap p a:hover {
    color: #19c0f2
}

.footer_dark_two .dark_widget.about-widget .f_list li a:before {
    background: #19c0f2
}

.footer_dark_two .dark_widget.about-widget .f_list li a:hover {
    color: #19c0f2
}

.footer_dark_two .dark_f_bottom a {
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.footer_dark_two .dark_f_bottom a:hover {
    color: #19c0f2
}

.footer_dark_two .dark_f_bottom p a {
    color: #19c0f2
}

.footer_dark_two .dark_f_bottom .f_menu li a:hover {
    color: #19c0f2
}

.footer_dark_three {
    background: #1b1e29
}

.footer_dark_three .footer_top {
    border-color: #212532
}

.footer_dark_three .dark_widget .widget-wrap p a {
    color: #6d738c;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.footer_dark_three .dark_widget .widget-wrap p a:hover {
    color: #19c0f2
}

.footer_dark_three .dark_widget.about-widget .f_list li a {
    color: #6d738c
}

.footer_dark_three .dark_widget.about-widget .f_list li a:before {
    background: #19c0f2
}

.footer_dark_three .dark_widget.about-widget .f_list li a:hover {
    color: #19c0f2
}

.footer_dark_three .dark_f_bottom a {
    color: #6d738c
}

.footer_dark_three .dark_f_bottom a:hover {
    color: #19c0f2
}

.footer_dark_three .dark_f_bottom p {
    color: #6d738c
}

.footer_dark_three .dark_f_bottom p a {
    color: #19c0f2
}

.footer_dark_three .dark_f_bottom .f_menu li a {
    color: #6d738c
}

.footer_dark_three .dark_f_bottom .f_menu li a:hover {
    color: #19c0f2
}

.footer_dark_four {
    background: #16143a
}

.footer_dark_five {
    background: #121233
}

.footer_dark_five .footer_top_two {
    border-color: #1d1d42
}

.footer_dark_five .f_widget .widget-wrap p span {
    color: #fff
}

.footer_dark_five .f_widget .f_social_icon a {
    background: #1c1c42
}

.footer_dark_five .f_widget .f_social_icon a:hover {
    background: #00aff0
}

.footer_nine_area {
    position: relative
}

.footer_nine_top {
    padding-bottom: 170px;
    position: relative;
    padding-top: 150px
}

.footer_nine_top .f_widget .f-title {
    color: #051441;
    text-transform: uppercase
}

.footer_nine_top .f_widget .f-title:after {
    content: "";
    width: 100px;
    height: 1px;
    display: block;
    background: #ebeefa;
    margin-top: 15px
}

.footer_nine_top .f_widget.about-widget .f_list li a:before {
    background: #0479f7
}

.footer_nine_top .f_widget.about-widget .f_list li a:hover {
    color: #0479f7
}

.footer_nine_top .company_widget .f_social_icon_two a:first-child {
    margin-left: 0
}

.footer_nine_top .company_widget .f_social_icon_two a:hover {
    color: #0479f7
}

.footer_nine_bottom {
    background: #051441;
    padding: 27px 0
}

.footer_nine_bottom p {
    font: 300 14px "Poppins", sans-serif;
    color: #7f88a6
}

.footer_nine_bottom p a {
    color: #fff
}

.footer_nine_bottom .flag_selector {
    float: right
}

.footer_nine_bottom .flag_selector .dropdown-toggle {
    background-color: transparent!important;
    border: 0!important;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font: 400 14px "Poppins", sans-serif;
    color: #7f88a6
}

.footer_nine_bottom .flag_selector .dropdown-toggle:after {
    display: none
}

.footer_nine_bottom .flag_selector .dropdown-toggle:focus {
    outline: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.footer_nine_bottom .flag_selector .text {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.footer_nine_bottom .flag_selector .text .flag-icon {
    margin-left: 0;
    margin-right: 20px;
    float: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.footer_nine_bottom .flag_selector .flag-icon {
    position: relative;
    display: inline-block;
    width: 39px;
    line-height: 1em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    height: 22px;
    margin-left: 27px;
    float: right
}

.footer_nine_bottom .flag_selector .flag-icon:before {
    content: "";
    width: 1px;
    height: 100%;
    position: relative;
    display: inline-block;
    background: #18295c;
    left: -15px
}

.footer_nine_bottom .flag_selector .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: 0
}

.footer_nine_bottom .flag_selector .dropdown-menu .flag-icon:before {
    display: none
}

.footer_nine_bottom .flag_selector .dropdown-menu li .dropdown-item {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.footer_nine_bottom .flag_selector .dropdown-menu li .dropdown-item:hover {
    background: #21d4fd;
    color: #fff
}

.footer_dark_ten .f_widget .widget-wrap p a:hover {
    color: #23b1fe
}

.footer_dark_ten .f_widget.about-widget .f_list li a:before {
    background: #23b1fe
}

.footer_dark_ten .f_widget.about-widget .f_list li a:hover {
    color: #23b1fe
}

.footer_dark_ten .dark_f_bottom .f_menu li a:hover,
.footer_dark_ten .dark_f_bottom a {
    color: #23b1fe
}

.payment_footer_area {
    background: #07112d;
    border: 0;
    padding: 220px 0 100px
}

.payment_footer_area .f_widget .company_widget p {
    color: #7f88a6
}

.payment_footer_area .f_widget .company_widget a {
    color: #5f51fb
}

.payment_footer_area .f_widget.about-widget .f_list li a {
    color: #959eb8
}

.payment_footer_area .social-widget .f_social_icon a {
    background: #182240
}

.payment_footer_area .social-widget .f_social_icon a:hover {
    background: #5f51fb
}

.payment_footer_area_two {
    padding: 100px 0
}

.mapbox iframe {
    width: 100%;
    height: 100%;
    border: none
}

#success2,
#error2 {
    position: absolute;
    top: -15px;
    display: block;
    right: 0;
    left: 0;
    bottom: -15px;
    background: rgba(0, 0, 0, .5);
    display: none
}

#success2 p,
#error2 p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0
}

#success2 {
    color: #7cfc00
}

#error2 {
    color: #ff4500
}

@media (min-width:2000px) {
    .call_action_area .action_one {
        left: 40px
    }
}

@media (max-width:1650px) {
    .about_content {
        padding: 100px 30px
    }
    .saas_banner_area_two .shap_img {
        bottom: 150px
    }
    .section_container.Sass_he {
        height: 470px
    }
    .section_container .intro_content p {
        margin-bottom: 40px
    }
    .saas_features_item {
        padding: 0
    }
    .stratup_app_screen img {
        max-width: 100%
    }
    .stratup_app_screen .phone {
        max-width: 80%;
        bottom: -290px;
        left: -80px
    }
    .saasland_col_screen .saasland_bg {
        -webkit-clip-path: polygon(0 100%, 0 0, 95% 0, 0% 100%);
        clip-path: polygon(0 100%, 0 0, 34% 0, 0% 100%)
    }
    .saasland_container .saasland_col_content .saasland_content h1 {
        font-size: 40px;
        margin-bottom: 55px
    }
    .section_container {
        height: 795px
    }
}

@media (max-width:1550px) {
    .s_features_item .s_features_img img {
        max-width: 100%
    }
    .service_promo_area .shape.shape_two {
        left: -40%
    }
    .s_features_item .ml_50 {
        margin-left: 0
    }
    .s_features_item .s_features_content {
        padding-right: 0;
        padding-left: 45px
    }
    .saas_home_img img,
    .software_img img {
        max-width: 100%
    }
    .container.custom_container {
        max-width: 1170px
    }
    .service_item {
        padding: 47px 15px 0
    }
    .call_action_area .action_one {
        left: -720px
    }
    .company_widget img,
    .protype_img {
        max-width: 100%
    }
    .p_feature_item .p_feture_img_one {
        margin-right: -20px
    }
    .p_feature_item .p_feture_img_two {
        margin-left: -20px
    }
    .action_img {
        margin-right: 0
    }
    .service_carousel {
        padding-left: 70px
    }
    .agency_featured_img img {
        max-width: 100%
    }
    .about_content_left {
        padding: 0 0 0 50px
    }
    .about_content {
        padding: 60px 30px 100px
    }
    .about_img .about_img_slider .about_item .about_text {
        padding: 0 20px
    }
    .agency_banner_area .banner_shap {
        width: 80%;
        top: -100px
    }
    .p_service_item.agency_service_item {
        padding-right: 0;
        padding-left: 0
    }
    .saas_featured_info .f_img_two {
        margin-right: 0
    }
    .saas_featured_info .f_img_one {
        margin-left: 0
    }
    .footer_top_six .social-widget .f_social_icon a+a {
        margin-left: 0
    }
    .app_img .mobile {
        margin-left: -100px
    }
    .menu > .nav-item:nth-last-child(-n+2).submenu .dropdown-menu {
        left: auto;
        right: 0
    }
    .split_slider_content {
        padding: 40px 0 48px 45px
    }
    .app_featured_content {
        padding: 50px 0 30px 0
    }
    .split_title {
        font-size: 34px;
        line-height: 42px
    }
    .split_banner .app_img .phone_img {
        max-width: 67%
    }
    .app_img .dot_one {
        right: 160px
    }
    .app_img .text_bg.two {
        right: -4%
    }
    .app_img .text_bg.one {
        left: -63%
    }
    .app_img .text_bg.three {
        right: -28%
    }
    .app_img .dot_three {
        top: 57%;
        left: 60px
    }
    .app_img .dot_two {
        right: 156px;
        top: 51%
    }
    .section_4 .split_banner .app_img {
        margin-left: 0
    }
    .split_content .contact_form_box .text_box {
        margin-bottom: 7px
    }
}

@media (max-width:1450px) {
    .app_banner_area {
        background-size: cover;
        padding-bottom: 100px;
        padding-top: 150px
    }
    .app_img .mobile {
        margin-top: 140px;
        max-width: 100%;
        position: relative;
        top: -110px;
        z-index: -1;
        margin-left: 0
    }
    .app_banner_contentmt p br {
        display: none
    }
    .app_feature_info .col-lg-5 {
        text-align: center
    }
    .app_feature_info+.app_feature_info .app_featured_content {
        padding: 50px 0 90px 126px
    }
    .app_screenshot_area .app_screenshot_slider .item {
        padding: 10px 10px 20px
    }
    .agency_banner_img {
        max-width: 100%;
        margin-left: 0
    }
    .developer_product_area .service_tab_img {
        max-width: 100%
    }
    .s_service_item {
        padding: 50px 20px 40px
    }
    .payment_features_area .payment_featured_img {
        margin-left: -130px
    }
    .payment_testimonial_area .testimonial_img {
        margin-bottom: -38px
    }
    .payment_clients_area .clients_bg_shape_right {
        right: -77.7%
    }
    .payment_clients_area .payment_clients_inner .clients_item.three {
        left: 150px
    }
    .payment_clients_area .payment_clients_inner .clients_item.four {
        left: 400px
    }
    .payment_clients_area .payment_clients_inner .clients_item.six {
        left: 295px
    }
    .payment_clients_area .payment_clients_inner .clients_item.five {
        left: 520px
    }
    .payment_clients_area .payment_clients_inner .clients_item.seven {
        left: 400px
    }
    .perfect_solution_area .perfect_solution_left .per_solution_content {
        max-width: 580px;
        padding-right: 60px
    }
    .perfect_solution_area .perfect_solution_left .per_solution_content.per_solution_content_two {
        padding: 0 0 0 60px
    }
    .spliet_slider_img img {
        max-width: 67%
    }
    .split_slider_content h2 {
        font-size: 45px;
        line-height: 58px
    }
    .split_content .contact_form_box {
        padding-top: 8px
    }
    .text_box textarea {
        height: 140px
    }
    .ms-left .ms-section.section_2 .split_banner .app_img {
        margin-top: 50px
    }
    .feedback_area_two .sec_title {
        padding-left: 15px
    }
    .feedback_slider_two .owl-nav {
        right: 15px
    }
}

@media (max-width:1350px) {
    .payment_banner_content {
        max-width: 556px
    }
    .animation_img_two {
        bottom: 120px
    }
    .digital_video_slider {
        width: 55%
    }
}

@media (max-width:1199px) {
    .s_service_item {
        padding: 50px 22px 40px
    }
    .saas_home_area {
        height: 920px
    }
    .s_pricing-item {
        padding: 55px 25px
    }
    .software_promo_area .round_shape {
        border: 0
    }
    .feature_info .f_content h2 {
        padding-right: 0
    }
    .mobile_img .mobile {
        left: -180px
    }
    .container.custom_container {
        max-width: 960px
    }
    .service_item .icon {
        right: 5px
    }
    .slider_area .slider_content p br {
        display: none
    }
    .footer_top_two .f_width_24 {
        width: 35%
    }
    .f_width_12 {
        width: 15%
    }
    .f_width_20 {
        width: 25%
    }
    .f_width_24,
    .f_width_12,
    .f_width_20 {
        margin-bottom: 35px
    }
    .footer_top_two .pl-30,
    .footer_top_two .pl_40,
    .tab-content .tab_img {
        padding-left: 0
    }
    .service_carousel .owl-stage {
        left: 0
    }
    .prototype_content h2 {
        padding-right: 0
    }
    .action_area_two {
        padding-bottom: 40px;
        padding-top: 20px
    }
    .agency_featured_item .agency_featured_content {
        padding-right: 0;
        padding-left: 20px
    }
    .features_info .dot_img,
    .dot {
        display: none
    }
    .agency_featured_item {
        margin-top: 80px
    }
    .features_info {
        padding-bottom: 0
    }
    .about_content_left,
    .about_img {
        max-width: 100%;
        flex: 1;
        padding-left: 0
    }
    .agency_about_area {
        display: block!important;
        padding: 0 15px
    }
    .about_content {
        bottom: 0;
        margin-bottom: 0;
        padding: 90px 30px 100px
    }
    .agency_content h2 {
        font-size: 36px;
        line-height: 53px
    }
    .agency_banner_area .banner_shap {
        width: 100%;
        top: -200px
    }
    .agency_about_area .owl-dots {
        left: 30px;
        top: -63px;
        margin-top: 0;
        bottom: auto
    }
    .software_banner_content h2 {
        font-size: 40px
    }
    .software_service_tab_content .software_service_item {
        padding-right: 0
    }
    .developer_product_content .develor_tab {
        padding-left: 0;
        padding-right: 0
    }
    .saas_shap {
        max-width: 100%
    }
    .saas_featured_content.pr_70,
    .developer_product_content {
        padding-right: 0
    }
    .saas_featured_info .saas_featured_item {
        padding: 50px 10px 50px 20px
    }
    .saas_featured_content h2 br {
        display: none
    }
    .saas_featured_info .pl_100 {
        padding-left: 15px
    }
    .saas_featured_info .pr_70 {
        padding-right: 15px
    }
    .footer_top_six .social-widget {
        margin-left: -42px
    }
    .app_banner_area .app_img .app_screen {
        max-width: 20%
    }
    .app_banner_area .app_img .app_screen.one {
        top: 108px;
        left: 6px
    }
    .app_banner_area .app_img .app_screen.two {
        top: 70px;
        left: 89px
    }
    .app_banner_area .app_img .app_screen.three {
        top: 30px;
        left: 171px
    }
    .app_featured_content {
        padding: 50px 0 90px 0
    }
    .app_item.item_two {
        left: -10px;
        top: 70px
    }
    .app_fetured_item {
        margin-left: 0
    }
    .app_item.item_three {
        bottom: 35px
    }
    .app_feature_info .app_img .dot {
        display: block
    }
    .app_img .text_bg.one {
        left: -26%
    }
    .app_img .dot_three {
        left: 164px
    }
    .home_banner .jk_sub_content h2 {
        font-size: 32px;
        line-height: 45px
    }
    .home_banner {
        padding-top: 150px
    }
    .features_info.feature_info_two {
        padding-bottom: 0
    }
    .blog_content {
        padding: 25px 15px 42px 20px
    }
    .blog-sidebar {
        padding-left: 0
    }
    .blog-sidebar .widget.widget_recent_post .post_item .media-body {
        padding-left: 12px
    }
    .menu>.nav-item+.nav-item {
        margin-left: 20px
    }
    .blog_post_item .blog_content {
        padding: 22px 12px 35px
    }
    .blog_single .blog_content {
        padding-bottom: 0
    }
    .faq_area .pr_50 {
        padding-right: 15px
    }
    .portfolio_details_info.pl_100 {
        padding-left: 0;
        padding-right: 0
    }
    .p_details_three .portfolio_pagination {
        margin-top: 155px
    }
    .process_area .features_info {
        padding-bottom: 0
    }
    .service_details_area .service_details_img img {
        max-width: 100%
    }
    .cart_box {
        width: 100%
    }
    .sign_info .login_info {
        padding-left: 0
    }
    .sign_info .social_tag li a {
        margin-left: 0
    }
    .login-form .extra {
        font-size: 13px
    }
    .feature_info .feature_img.f_img_two .four {
        left: 0
    }
    .payment_features_area .payment_featured_img,
    .payment_features_area .payment_featured_img.img_two {
        margin-left: 0;
        margin-right: 0
    }
    .payment_features_area .payment_featured_img img {
        max-width: 100%
    }
    .payment_service_item {
        padding-right: 0
    }
    .animation_img_two {
        bottom: 20px
    }
    .footer_nine_top .pl_100 {
        padding-left: 50px
    }
    .footer_nine_top {
        padding-bottom: 100px;
        padding-top: 125px
    }
    .saas_service_content {
        padding-right: 0;
        padding-left: 0
    }
    .saas_service_item+.saas_service_item {
        margin-top: 118px
    }
    .p_feature_item .prototype_content h2 {
        padding-right: 0
    }
    .app_featured_area {
        padding: 90px 0
    }
    .app_feature_info+.app_feature_info {
        margin-top: 175px
    }
    .job_details_area .pl_70,
    .job_apply_area .pl_70 {
        padding-left: 20px
    }
    .login_img {
        padding-left: 20px;
        margin-right: -115px
    }
    .login_area .login_info {
        padding-right: 50px
    }
    .triangle_shape {
        height: 107%
    }
    .app_featured_area_two .app_feature_info {
        margin-top: 120px
    }
    .new_service .new_service_content {
        padding: 50px 15px
    }
    .perfect_solution_area {
        display: block
    }
    .perfect_solution_area .perfect_solution_right,
    .perfect_solution_area .perfect_solution_left {
        max-width: 100%;
        height: 500px;
        display: block;
        overflow: hidden
    }
    .perfect_solution_area .perfect_solution_left {
        display: flex!important;
        padding: 100px 0;
        height: auto
    }
    .perfect_solution_area .perfect_solution_right .bg_img {
        position: relative
    }
    .perfect_solution_area .perfect_solution_left .per_solution_content.per_solution_content_two,
    .perfect_solution_area .perfect_solution_left .per_solution_content,
    .perfect_solution_area .perfect_solution_left .per_solution_content.per_solution_content_three {
        max-width: 960px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto
    }
    .startup_tab_img .web_img img {
        max-width: 100%
    }
    .startup_tab_img .phone_img img {
        max-width: 80%
    }
    .menu_four .btn_get_radious {
        margin-left: 5px
    }
    .new_startup_banner_area .new_startup_img img {
        max-width: 100%
    }
    .new_startup_content h2 {
        font-size: 35px;
        line-height: 45px
    }
    .new_startup_banner_area .new_startup_img {
        padding-right: 20px
    }
    .stratup_service_img img {
        max-width: 100%
    }
    .stratup_service_info {
        margin-left: 0;
        padding-top: 55px
    }
    .testimonial_slider_four {
        padding: 0 25px
    }
    .testimonial_slider_four .item p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 19px
    }
    .stratup_testimonial_info {
        height: 465px
    }
    .startup_content_three h2 {
        font-size: 35px;
        line-height: 45px
    }
    .navbar .pl_100 {
        padding-left: 48px
    }
    .stratup_app_screen .laptop {
        right: -115px;
        bottom: -165px
    }
    .stratup_app_screen .phone {
        bottom: -250px;
        left: -108px
    }
    .get_started_three .get_btn_info .get_btn_item {
        padding-right: 20px
    }
    .intregration_logo {
        padding-right: 0
    }
    .intregration_icon img {
        max-width: 100%
    }
    .digital_content h2 {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 16px
    }
    .saas_banner_area_three .owl-dots {
        right: 10px
    }
    .payment_features_area_four {
        padding-bottom: 100px
    }
    .case_study_item .text {
        padding: 20px 30px
    }
    .details_img img {
        max-width: 100%
    }
    .saasland_container .saasland_col_content .saasland_content h1 br {
        display: none
    }
    .saasland_col_screen,
    .saasland_container .saasland_col_content {
        width: 50%
    }
    .saasland_col_screen .clock .timer {
        width: 100px;
        padding: 20px 0;
        text-align: center
    }
    .saasland_col_screen .saasland_bg {
        -webkit-clip-path: polygon(0 100%, 0 0, 5% 0, 0% 100%);
        clip-path: polygon(0 100%, 0 0, 5% 0, 0% 100%)
    }
    .saasland_container .saasland_col_content .saasland_log {
        left: 4%;
        top: 70px
    }
    .saasland_container .saasland_col_content .saasland_content,
    .saasland_container .saasland_col_content .saasland_bottom {
        left: 4%
    }
    .saasland_col_screen {
        display: flex
    }
    .error_content_two {
        max-width: 960px;
        margin: 0 auto
    }
    .error_content_two img {
        max-width: 60%
    }
    .error_content_two h2 {
        font-size: 32px;
        line-height: 44px;
        margin-top: 35px
    }
    .price_info_two .price_item:first-child {
        padding-left: 10px
    }
    .navbar .search_cart .shpping-cart {
        margin-left: 0
    }
    #multiscroll {
        overflow: auto;
        height: 100vh;
        -webkit-transition: all .3s cubic-bezier(0, 0, .58, 1);
        -moz-transition: all .3s cubic-bezier(0, 0, .58, 1);
        -ms-transition: all .3s cubic-bezier(0, 0, .58, 1);
        -o-transition: all .3s cubic-bezier(0, 0, .58, 1);
        transition: all .3s cubic-bezier(0, 0, .58, 1)
    }
    #multiscroll .ms-left,
    #multiscroll .ms-right {
        width: 100%!important;
        position: relative!important;
        top: auto!important
    }
    .menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu {
        max-width: 960px
    }
    .payment_subscribe_info .subscribe-form .form-control {
        width: 360px
    }
    .payment_subscribe_info {
        padding-left: 20px;
        padding-right: 20px
    }
    .payment_subscribe_info .subscribe-form .btn_four {
        padding: 16px 32px
    }
    .payment_features_img img {
        max-width: 100%;
        margin-left: 0
    }
    .payment_features_content_two h2 br {
        display: none
    }
    .payment_features_content_two h2 {
        font-size: 37px;
        line-height: 48px
    }
    .payment_features_img:before {
        left: 0
    }
}

@media (max-width:991px) {
    .s_service_section {
        margin-top: 280px
    }
    .s_service_item {
        padding: 50px 40px 40px;
        margin-top: 30px
    }
    .s_service_info {
        margin-top: 40px
    }
    .s_features_section {
        margin-top: 100px;
        padding-bottom: 100px
    }
    .s_features_item .ml_25 {
        margin-left: 0
    }
    .service_details_area .service_details_img {
        margin-left: 0;
        margin-bottom: 60px
    }
    .service_promo_area .shape.shape_four,
    .service_promo_area .shape.shape_three {
        bottom: -2%
    }
    .banner_top br,
    .s_service_section h2 br {
        display: none
    }
    .footer_top .f_widget {
        padding-left: 0;
        margin-bottom: 40px
    }
    .footer_top {
        padding-bottom: 60px
    }
    .footer_bottom,
    .f_social_icon_two a {
        font-size: 13px
    }
    .slider_area {
        height: auto
    }
    .mobile_img .mobile {
        left: 0;
        top: -143px
    }
    .mobile_img .women_img {
        top: 70px;
        right: 280px
    }
    .container.custom_container {
        max-width: 100%;
        padding: 0 15px
    }
    .price_content .price_item {
        height: 100%
    }
    .price_content .col-sm-6 {
        margin-bottom: 30px
    }
    .pricing_area {
        padding-bottom: 80px
    }
    .feature_info .feature_img {
        margin-left: 0;
        margin-bottom: 30px
    }
    .feature_info .feature_img.f_img_two {
        max-width: 570px;
        position: relative
    }
    .feature_info .feature_img.f_img_two .one {
        right: 40%
    }
    .features_area .mt_130 {
        margin-top: 80px
    }
    .service_item {
        padding: 47px 25px 0
    }
    .service_item .icon {
        right: 20px
    }
    .feature_info .feature_img.f_img_one {
        margin-left: 0
    }
    .service_carousel:before {
        display: none
    }
    .protype_img {
        margin-top: 50px
    }
    .partner_logo .p_logo_item {
        width: calc(100% / 4);
        margin-bottom: 20px
    }
    .p_feature_item .p_feture_img_one {
        margin-right: 0
    }
    .p_feature_item .p_feture_img_two {
        margin-left: 0
    }
    .p_feature_item+.p_feature_item {
        margin-top: 50px
    }
    .prototype_content {
        padding-top: 20px
    }
    .p_service_item.pl_50,
    .p_service_item.pl_70 {
        padding-left: 0
    }
    .p_service_item.pr_70 {
        padding-right: 0
    }
    .p_service_item {
        margin-bottom: 40px
    }
    .action_content {
        margin-bottom: 40px
    }
    .action_img {
        margin-top: 0
    }
    .p_service_info {
        margin-bottom: -40px
    }
    .jksolution {
        padding: 120px 0
    }
    .p_feature_item .prototype_content h2 {
        padding-right: 0
    }
    .agency_banner_area .banner_shap {
        width: auto;
        top: 0;
        max-width: 100%
    }
    .footer_area_four .footer_top {
        padding-bottom: 40px
    }
    .company_widget .f_subscribe {
        max-width: 300px
    }
    .software_banner_area {
        padding-top: 150px
    }
    .design_developers_area .col-md-5,
    .design_developers_area .col-md-7 .design_img {
        justify-content: center;
        text-align: center
    }
    .software_featured_img {
        margin-left: 0;
        margin-bottom: 50px
    }
    .software_service_tab_content .software_service_item {
        margin-bottom: 40px
    }
    .software_service_tab_content {
        margin-bottom: -40px
    }
    .software_featured_area_two .pl-0 {
        padding-left: 15px!important
    }
    .developer_product_content {
        padding-right: 0;
        margin-bottom: 50px
    }
    .developer_product_area {
        padding: 120px 0
    }
    .partner_info .logo_item {
        width: calc(100% / 3)
    }
    .saas_featured_info {
        margin-top: 60px
    }
    .saas_featured_content.pr_70 {
        margin-top: 0
    }
    .saas_featured_area .saas_featured_info {
        margin-top: 30px
    }
    .saas_featured_info .f_img_one,
    .saas_featured_info .f_img_two {
        margin-bottom: 50px
    }
    .saas_featured_area .saas_featured_info+.saas_featured_info {
        margin-top: 100px
    }
    .fun_fact_content .fact_item.pl_100 {
        padding-left: 10px
    }
    .partner_logo_area_three .partner_info .logo_item {
        margin-bottom: 30px
    }
    .footer_top_six .social-widget {
        margin-left: 0
    }
    .footer_top_six .f_widget {
        margin-bottom: 40px
    }
    .footer_area_six.sec_pad {
        padding-bottom: 80px
    }
    .app_banner_area .app_banner_contentmt h2 br {
        display: none
    }
    .app_img .mobile {
        top: -38px
    }
    .app_banner_area {
        padding-bottom: 50px;
        padding-top: 110px
    }
    .app_fetured_item .app_item {
        position: relative;
        display: inline-block
    }
    .app_item.item_two {
        left: 31px;
        top: 120px
    }
    .app_item.item_one {
        top: -50px
    }
    .app_feature_info .app_featured_content {
        padding-bottom: 0
    }
    .app_featured_area_two .app_feature_info .app_featured_content {
        padding-left: 0;
        padding-bottom: 0
    }
    .app_testimonial_area .nav_container .owl-prev {
        left: 0
    }
    .app_testimonial_area .nav_container .owl-next {
        right: 0
    }
    .app_testimonial_area .nav_container .owl-prev,
    .app_testimonial_area .nav_container .owl-next {
        opacity: 0
    }
    .app_testimonial_area .nav_container:hover .owl-next,
    .app_testimonial_area .nav_container:hover .owl-prev {
        opacity: 1
    }
    .app_contact_info {
        left: 60px
    }
    .app_banner_area .app_img .app_screen.one {
        top: 191px;
        left: 117px
    }
    .app_banner_area .app_img .app_screen.two {
        top: 116px;
        left: 233px
    }
    .app_banner_area .app_img .app_screen.three {
        top: 90px;
        left: 380px
    }
    .get_started_area .col-lg-6.text-right img {
        margin-top: 50px
    }
    .ex_team_item img {
        width: 100%
    }
    .features_info.feature_info_two .agency_featured_img {
        text-align: left!important;
        margin-bottom: 50px
    }
    .home_banner .agency_banner_img {
        margin-bottom: 60px
    }
    .blog-sidebar {
        margin-top: 50px
    }
    .blog_post_item .blog_img img {
        width: 100%
    }
    .blog_sidebar_left .blog_post {
        margin-bottom: -30px
    }
    .blog_post .blog_post_item {
        margin-bottom: 30px
    }
    .faq_tab {
        margin-bottom: 60px
    }
    .faq_content h3.mt_100 {
        margin-top: 50px
    }
    .portfolio_details_info {
        padding-left: 0;
        padding-right: 0
    }
    .portfolio_details_info .portfolio_category {
        margin-top: 40px
    }
    .portfolio_details_info .portfolio_pagination {
        margin-top: 70px;
        margin-bottom: 50px
    }
    .portfolio_details_area .portfolio_details_gallery.gallery_two {
        margin-bottom: 20px
    }
    .portfolio_details_info .portfolio_pagination_two {
        margin-bottom: 0
    }
    .portfolio_gallery .portfolio_item .portfolio_img .hover_content .portfolio-description {
        padding-left: 30px;
        padding-bottom: 28px
    }
    .portfolio_gallery .portfolio_item .portfolio_img .hover_content .img_popup {
        right: 30px;
        top: 30px
    }
    .agency_featured_item .agency_featured_img {
        text-align: left!important
    }
    .agency_content {
        max-width: 500px
    }
    .agency_featured_item .agency_featured_content {
        padding-left: 0;
        margin-top: 50px
    }
    .product_details_area .pr_details,
    .service_details_item+.service_details_item {
        margin-top: 50px
    }
    .product_details_area .product_slider {
        padding-right: 0
    }
    .single_product_item .single_pr_details {
        padding-top: 0
    }
    .shopping_cart_area .cart_table .product .media {
        width: 340px
    }
    .coupon {
        width: 100%
    }
    .shopping_cart_area .cart_btn {
        padding: 15px 22px
    }
    .sign_info .login_info {
        margin-top: 50px
    }
    .sec_title p br {
        display: none
    }
    .menu>.nav-item+.nav-item {
        margin-left: 0
    }
    .menu>.nav-item {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .menu {
        padding: 10px 30px;
        background: #fff;
        margin-top: 20px
    }
    .navbar-collapse {
        max-height: 400px;
        overflow-y: scroll;
        margin-left: -20px;
        margin-right: -20px;
        background: #fff
    }
    .header_area .navbar-brand,
    .menu_toggle {
        margin-bottom: 20px;
        transition: all .2s linear
    }
    .menu_four .btn_get {
        border-color: #19c0f2;
        box-shadow: none;
        margin-left: 20px;
        color: #19c0f2
    }
    .menu_four .btn_get:hover {
        color: #fff
    }
    .navbar .pl_100 {
        padding-left: 20px;
        padding-right: 15px
    }
    .header_area.navbar_fixed .navbar-brand,
    .navbar_fixed .menu_toggle {
        margin-bottom: 0
    }
    .menu>.nav-item>.nav-link {
        display: inline-block
    }
    .menu>.nav-item.submenu .dropdown-menu .nav-item>.dropdown-menu {
        display: block;
        box-shadow: none
    }
    .menu>.nav-item.submenu .dropdown-menu .nav-item {
        padding: 0 25px
    }
    .menu>.nav-item.submenu .dropdown-menu {
        box-shadow: none;
        -webkit-transition: max-height .5s, opacity .2s .1s, visibility 0s 0s;
        -moz-transition: max-height .5s, opacity .2s .1s, visibility 0s 0s;
        -ms-transition: max-height .3s, opacity .2s .1s, visibility 0s 0s;
        -o-transition: max-height .5s, opacity .2s .1s, visibility 0s 0s;
        transition: max-height .5s, opacity .2s .1s, visibility 0s 0s;
        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        padding: 0;
        margin: 0
    }
    .menu>.nav-item.submenu.mega_menu .mega_menu_inner {
        box-shadow: none;
        position: static
    }
    .menu>.nav-item.submenu .dropdown-menu.show {
        -webkit-transition: max-height .5s, opacity .2s .1s, visibility 0s 0s;
        -moz-transition: max-height .5s, opacity .2s .1s, visibility 0s 0s;
        -ms-transition: max-height .5s, opacity .2s .1s, visibility 0s 0s;
        -o-transition: max-height .5s, opacity .2s .1s, visibility 0s 0s;
        transition: max-height .5s, opacity .2s .1s, visibility 0s 0s;
        max-height: 250px;
        overflow-y: scroll;
        display: block;
        opacity: 1;
        visibility: visible
    }
    .menu>.nav-item.submenu .dropdown-menu .nav-item.submenu .dropdown-menu .nav-item {
        padding-left: 15px;
        padding-right: 15px
    }
    .menu>.nav-item.submenu .dropdown-menu .nav-item.submenu .dropdown-menu .nav-item:first-child {
        padding-top: 0
    }
    .menu>.nav-item.submenu .dropdown-menu .nav-item.submenu .dropdown-menu .nav-item:last-child {
        padding-bottom: 0
    }
    .menu>.nav-item.submenu .dropdown-menu .nav-item.submenu .dropdown-menu .nav-item .nav-link:before {
        content: "\e649";
        display: inline-block;
        font-family: 'themify';
        margin-right: 8px;
        width: auto;
        font-size: 9px;
        float: none
    }
    .menu>.nav-item.submenu.mega_menu>.dropdown-menu.show {
        margin-top: 10px;
        box-shadow: none;
        min-height: 350px
    }
    .menu>.nav-item.submenu.mega_menu>.dropdown-menu>.nav-item+.nav-item {
        padding-top: 0
    }
    .menu>.nav-item.submenu.mega_menu>.dropdown-menu>.nav-item .dropdown-menu,
    .menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu>.nav-item .dropdown-menu {
        padding-left: 15px;
        opacity: 1;
        visibility: visible;
        min-height: max-content
    }
    .menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu>.nav-item {
        padding: 0 25px
    }
    .menu>.nav-item.submenu .dropdown-menu .nav-item:first-child,
    .menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu>.nav-item:first-child {
        padding-top: 12px
    }
    .menu>.nav-item.submenu .dropdown-menu .nav-item:last-child,
    .menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu>.nav-item:last-child {
        padding-bottom: 0
    }
    .menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu>.nav-item>.dropdown-menu>.nav-item:last-child {
        padding-bottom: 20px
    }
    .menu_one .mobile_btn {
        margin-left: 15px
    }
    .menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu {
        display: flex;
        flex-wrap: wrap
    }
    .menu>.nav-item.submenu.mega_menu>.dropdown-menu>.nav-item {
        width: 100%
    }
    .menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu .nav-item {
        width: calc(100% / 3);
        padding: 15px 20px
    }
    .footer_top_two .company_widget {
        padding-right: 0
    }
    .footer_top_two .f_widget {
        margin-bottom: 40px
    }
    .footer_area_two .footer_top_two .row {
        margin-bottom: -40px
    }
    .header_area .container {
        padding-left: 20px;
        padding-right: 20px
    }
    .menu_one,
    .header_area.navbar_fixed .menu_one,
    .menu_two,
    .menu_six,
    .menu_seven {
        padding: 15px 0
    }
    .w_menu .nav-item .nav-link {
        color: #051441
    }
    .w_menu .nav-item:hover .nav-link,
    .w_menu .nav-item.active .nav-link {
        color: #00aff0
    }
    .prototype_banner_area {
        padding-top: 140px
    }
    .menu_four .menu>.nav-item .nav-link,
    .menu_five .menu>.nav-item .nav-link,
    .menu_six .menu>.nav-item .nav-link,
    .menu_seven .menu .nav-item .nav-link {
        color: #051441
    }
    .menu_five .menu>.nav-item:hover .nav-link,
    .menu_five .menu>.nav-item.active .nav-link {
        color: #3d64f4
    }
    .menu_five .menu>.nav-item:hover .nav-link:before,
    .menu_five .menu>.nav-item.active .nav-link:before {
        background: #3d64f4
    }
    .menu_seven .menu>.nav-item:hover .nav-link,
    .menu_seven .menu>.nav-item.active .nav-link {
        color: #4069eb
    }
    .menu_seven .menu>.nav-item:hover .nav-link:before,
    .menu_seven .menu>.nav-item.active .nav-link:before {
        background: #4069eb
    }
    .menu_four .menu>.nav-item:hover .nav-link,
    .menu_four .menu>.nav-item.active .nav-link {
        color: #19c0f2
    }
    .menu_four .menu>.nav-item:hover .nav-link:before,
    .menu_four .menu>.nav-item.active .nav-link:before {
        background: #19c0f2
    }
    .payment_features_content.pl_70 {
        padding-left: 0
    }
    .animation_img_two {
        display: none
    }
    .payment_banner_content {
        max-width: 90%
    }
    .payment_service_area .service-content {
        margin-bottom: 40px
    }
    .payment_clients_area .payment_features_content {
        padding-right: 0
    }
    .payment_clients_area .payment_clients_inner {
        height: 450px;
        margin-top: 50px
    }
    .payment_clients_area .payment_clients_inner .clients_item.eight {
        left: 500px
    }
    .payment_clients_area {
        padding-top: 0
    }
    .payment_testimonial_area {
        padding-top: 50px
    }
    .payment_testimonial_info .testimonial_content {
        padding-bottom: 50px
    }
    .footer_nine_top .company_widget.pr_100 {
        padding-right: 0
    }
    .footer_nine_top .pl_100 {
        padding-left: 15px
    }
    .footer_nine_top .f_widget {
        margin-bottom: 40px
    }
    .footer_nine_top {
        padding-bottom: 80px
    }
    .payment_action_area {
        padding: 125px 0 120px
    }
    .payment_features_area {
        padding-bottom: 0
    }
    .payment_features_area_four {
        padding-bottom: 100px
    }
    .saas_map_area img {
        max-width: 100%
    }
    .saas_banner_area_two .animation_img img {
        width: 100%
    }
    .saas_banner_area_two .animation_img {
        padding: 0 15px
    }
    .saas_banner_area_two .shap_img {
        transform: rotate(0deg);
        bottom: 176px
    }
    .section_container .intro {
        height: 50%
    }
    .saas_banner_area_two .shap_img {
        bottom: 0
    }
    .saas_features_area_two {
        padding-top: 200px
    }
    .saas_service_img {
        margin-bottom: 40px
    }
    .saas_service_item+.saas_service_item {
        margin-top: 80px
    }
    .saas_subscribe_area .saas_action_content {
        padding: 30px 30px 38px;
        text-align: center
    }
    .saas_subscribe_area .justify-content-end {
        justify-content: center!important;
        margin-top: 20px
    }
    .saas_banner_area_two .animation_img {
        position: absolute;
        bottom: -150px
    }
    .saas_banner_content p br {
        display: none
    }
    .saas_banner_content h2 {
        line-height: 48px
    }
    .saas_banner_area {
        padding-top: 150px
    }
    .prototype_content .btn_three {
        margin-top: 25px
    }
    .app_service_area {
        padding-top: 100px
    }
    .app_testimonial_area {
        padding-top: 150px;
        padding-bottom: 100px
    }
    .app_screenshot_area,
    .experts_team_area {
        padding: 100px 0
    }
    .payment_features_content.pr_70 {
        padding-right: 0
    }
    .job_listing .listing_tab .list_item figure a,
    .job_listing .listing_tab .list_item figure img {
        width: auto;
        max-width: 95%
    }
    .job_listing .listing_tab .list_item figure {
        width: 60px;
        margin-right: 10px
    }
    .job_listing .listing_tab .list_item .joblisting_text {
        padding-left: 15px
    }
    .job_listing .listing_tab .list_item .joblisting_text .jobsearch-table-cell {
        width: 70%
    }
    .job_listing .listing_tab .list_item {
        padding: 20px
    }
    .job_listing .listing_tab .list_item .joblisting_text ul li {
        font-size: 12px;
        padding: 0 5px
    }
    .job_listing {
        margin-top: 100px
    }
    .job_details_area .pl_70,
    .job_apply_area .pl_70 {
        padding-left: 15px;
        margin-bottom: 50px
    }
    .checkout_area .cart_total_box {
        margin-left: 0;
        padding: 50px 20px
    }
    .login_area .login_info {
        padding-right: 0;
        padding-top: 70px;
        padding-bottom: 70px
    }
    .login_area .login_info:before {
        right: -20%
    }
    .login_img {
        margin: 0 auto;
        padding: 70px 0
    }
    .footer_bottom .f_menu li+li {
        margin-left: 7px
    }
    .shopping_cart_area .cart_table .total,
    .shopping_cart_area .cart_table .quantity {
        width: 95px
    }
    .shopping_cart_area .cart_table .del-item {
        width: 60px
    }
    .shopping_cart_area .cart_table .del-item .total {
        margin-right: 10px
    }
    .triangle_shape {
        height: 115%;
        transform: rotate(-22deg);
        -webkit-transform: rotate(-22deg);
        width: 170%
    }
    .new_service .separator {
        display: none
    }
    .new_service .new_service_content {
        margin-top: 0
    }
    .payment_footer_area_two {
        padding-bottom: 60px
    }
    .startup_tab .nav-item {
        width: calc(100% / 4);
        margin-bottom: 25px
    }
    .new_startup_banner_area {
        min-height: auto;
        padding: 150px 0 100px
    }
    .startup_tab {
        margin-left: -15px;
        margin-right: -15px
    }
    .new_startup_banner_area .new_startup_img {
        padding-right: 0;
        padding-bottom: 50px
    }
    .stratup_service_img .shape {
        left: 0
    }
    .progress_bar_area .progress_item {
        padding: 0 15px
    }
    .testimonial_slider_four {
        padding: 0 125px
    }
    .stratup_testimonial_info {
        margin-top: 50px
    }
    .video_content {
        padding: 0 60px
    }
    .video_info {
        height: 350px;
        max-width: 100%
    }
    .video_leaf {
        left: 0;
        top: -22px
    }
    .cup {
        right: -27px
    }
    .get_started_three .get_btn_info .get_btn_item h3 {
        font-size: 18px;
        line-height: 32px
    }
    .get_started_three .get_btn_info .get_btn_item {
        padding-right: 0;
        margin-bottom: 20px
    }
    .intregration_content {
        padding-top: 50px
    }
    .digital_video_slider {
        width: 45%
    }
    .saas_banner_area_three .slider_item .image_mockup {
        width: 780px;
        padding: 0 40px
    }
    .saas_banner_area_three .slider_item .image_mockup .phone {
        max-width: 13%;
        right: 25px
    }
    .saas_banner_area_three .slider_item .image_mockup .laptop {
        max-width: 90%
    }
    .saas_banner_area_three .slider_item .slidet_content h2 {
        font-size: 36px
    }
    .saas_banner_area_three .slider_item .slidet_content {
        padding-top: 140px
    }
    .saas_banner_area_three .slider_item {
        min-height: 670px
    }
    .saas_banner_area_three .slider_item .slidet_content_two {
        padding-top: 160px
    }
    .service_promo_area .shape.shape_two {
        left: 0
    }
    .perfect_solution_area .perfect_solution_left .per_solution_content.per_solution_content_three {
        padding-left: 15px;
        padding-right: 15px
    }
    .service_details_area .details_content {
        padding-top: 50px
    }
    .study_details .details_info,
    .study_details_two .study_details_content,
    .study_details_three .study_details_content {
        padding-top: 50px
    }
    .breadcrumb_area {
        padding-top: 180px
    }
    .details_img.text-right {
        text-align: left!important
    }
    .download_content .download_btn {
        width: 200px;
        height: 200px;
        margin-bottom: 30px
    }
    .download_content .download_btn .pulse-x {
        width: 70px;
        height: 70px
    }
    .download_content h2 br {
        display: none
    }
    .thanks_content a {
        margin-top: 30px
    }
    .thanks_content h2 {
        font-size: 36px;
        margin-bottom: 22px;
        margin-top: 16px
    }
    .saasland_container {
        height: 100%;
        min-height: inherit
    }
    .saasland_col_screen,
    .saasland_container .saasland_col_content {
        width: 100%;
        height: 100vh
    }
    .saasland_container .saasland_col_content .container_wrap {
        min-height: 517px;
        padding: 0 15px
    }
    .saasland_col_screen {
        height: 70vh
    }
    .saasland_col_screen .saasland_bg {
        display: none
    }
    .saasland_col_screen .clock {
        text-align: left;
        padding-left: 12px
    }
    .saasland_col_screen .saasland_social {
        left: 15px
    }
    .saasland_container .saasland_col_content .saasland_content {
        width: 94%
    }
    .saasland_container .saasland_col_content .saasland_content,
    .saasland_container .saasland_col_content .saasland_bottom,
    .saasland_container .saasland_col_content .saasland_log {
        left: 15px
    }
    .error_content_two p {
        font-size: 15px;
        line-height: 25px
    }
    .error_content_two img {
        max-width: 93%
    }
    .error_content_two .search {
        margin: 30px 0
    }
    .pr_sidebar {
        margin-top: 60px
    }
    .alter_nav {
        position: absolute;
        right: 63px;
        top: -4px
    }
    .search_cart.menu {
        padding: 0;
        margin-top: 0;
        flex-direction: initial
    }
    .header_area_six+section {
        margin-top: 122px
    }
    .header_contact_info li {
        font-size: 13px
    }
    .header_contact_info li:before {
        margin: 0 5px 0 0
    }
    .navbar .search_cart .search a.nav-link:before {
        display: none
    }
    .software_promo_area .round_shape {
        max-width: 690px;
        min-height: 690px
    }
    .payment_features_item {
        margin-bottom: 30px
    }
    .feedback_area_two .sec_title,
    .feedback_area_three .sec_title {
        padding-right: 156px
    }
    .payment_subscribe_info {
        display: block
    }
    .payment_subscribe_info .subscribe-form {
        justify-content: center;
        margin-top: 20px;
        margin-left: 0
    }
    .payment_subscribe_info .payment_subscribe_content {
        text-align: center
    }
    .payment_price_item {
        padding: 50px 10px 55px
    }
    .payment_price_item.center,
    .payment_price_item:hover {
        padding: 80px 10px 86px
    }
    .feedback_area_three {
        height: 640px
    }
    .header_area a.menu_cus {
        margin-left: 30px
    }
    .header_area .menu_five .menu_custfive {
        border-color: #3d64f4;
        color: #3d64f4
    }
    .header_area .menu_six .Cus_dark {
        margin-left: 30px;
        border-color: #3d64f4;
        color: #3d64f4
    }
    .header_area .menu_six .Cus_dark:hover {
        color: #fff
    }
    .header_area .menu_seven a.Cus_seven {
        color: #3d64f4;
        margin-left: 30px
    }
    .header_area .navbar-brand,
    .menu_toggle {
        margin-bottom: 0;
        transition: all .2s linear
    }
    .header_area_five .menu_one {
        padding: 15px 40px
    }
    .header_area.navbar_fixed.header_area_five .menu_one {
        padding: 15px 40px
    }
    .header_area_two+section,
    .header_area_three+section {
        margin-top: 68px
    }
    .search_cart.menu.Cus_se {
        margin-top: 15px
    }
    .header_area_four.Cus_four+section {
        margin-top: 125px
    }
    .header_area_seven.Custom_se+section {
        margin-top: 125px
    }
    .nav_right_btn.mb_Show {
        display: inline-block
    }
    .nav_right_btn.mb_hide {
        display: none
    }
    .nav_right_btn span {
        display: block;
        margin-bottom: 20px
    }
    .navbar-toggler[aria-expanded="true"]+.navbar-collapse+.search_cart {
        width: 100%
    }
    .nav_right_btn span .login_btn {
        border-color: #00aff0;
        color: #00aff0
    }
    .nav_right_btn span:first-child .login_btn:hover {
        color: #051441;
        box-shadow: none
    }
    .header_area.navbar_fixed .nav_right_btn span .login_btn {
        color: #00aff0
    }
    .payment_clients_area.Inte_cus_ptb {
        padding: 100px 0 200px
    }
    .Cus_subs_el .Subs_ele_cus .intro_content {
        padding-top: 100px
    }
    .call_action_area.Call_Ele_Cu {
        min-height: 820px;
        padding-top: 130px
    }
    .pay_ele_cus p br {
        display: none
    }
    .payment_action_area.pay_ele_cus {
        padding: 115px 0 100px
    }
    .software_banner_area.cus_vi {
        padding-top: 110px
    }
    .blog_area.sec_pad.cus_ptB_Bl {
        padding: 120px 0 65px
    }
    .Cus_ffa h1 {
        font-size: 50px
    }
    .Cus_ffa .fun_fact_content .fact_item h1 {
        font-size: 50px
    }
    .Fun_fa_fse .fun_fact_content h1 {
        font-size: 50px
    }
}

@media (max-width:768px) {
    .menu_four .btn_get {
        color: #19c0f2
    }
    .menu_four .btn_get:hover {
        color: #fff
    }
    .sec_title br,
    .jksolution h2 br {
        display: none
    }
    .footer_bottom p {
        text-align: center;
        margin-bottom: 12px!important
    }
    .footer_bottom .f_social_icon_two {
        text-align: right!important;
        margin-bottom: 12px
    }
    .footer_bottom .f_menu {
        text-align: center!important
    }
    .banner_top h2 {
        font-size: 32px
    }
    .l_height60 {
        line-height: 45px
    }
    .footer_top_two .f_width_24,
    .f_width_12,
    .f_width_20 {
        width: 100%
    }
    .footer_area_two .footer_bottom p {
        text-align: left;
        margin-bottom: 0!important
    }
    .partner_logo .p_logo_item {
        width: calc(100% / 3)
    }
    .prototype_featured_area h2 br {
        display: none
    }
    .service_carousel {
        padding-left: 0
    }
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        opacity: 0
    }
    .service_carousel:hover .owl-nav .owl-next,
    .service_carousel:hover .owl-nav .owl-prev {
        opacity: 1
    }
    .feedback_slider_two .owl-nav .owl-next,
    .feedback_slider_two .owl-nav .owl-prev {
        opacity: 1
    }
    .prototype_service_area {
        padding-bottom: 70px
    }
    .jksolution .mb_90 {
        margin-bottom: 70px
    }
    .about_img .about_img_slider .about_item .about_text h5 {
        font-size: 15px
    }
    .agency_featured_item .agency_featured_img {
        text-align: center!important
    }
    .agency_featured_item .agency_featured_content {
        padding-left: 0;
        margin-top: 50px
    }
    .action_area_three:before {
        background-size: contain
    }
    .action_area_three .action_content {
        margin: 0
    }
    .mb_90 {
        margin-bottom: 50px
    }
    .agency_service_area {
        padding: 70px 0
    }
    .agency_featured_area {
        padding-top: 120px
    }
    .agency_testimonial_area,
    .software_featured_area {
        padding-top: 70px
    }
    .agency_testimonial_info .testimonial_slider {
        padding: 50px 20px
    }
    .sec_pad,
    .jksolution {
        padding: 70px 0
    }
    .sec_title.mb_70 {
        margin-bottom: 50px
    }
    .pricing_area {
        padding-bottom: 10px
    }
    .design_img_two {
        margin-top: -50px;
        margin-left: 15px;
        margin-right: 15px
    }
    .software_service_tab .nav-item {
        display: inline-block;
        margin-bottom: 20px
    }
    .software_service_tab_content {
        margin-top: 60px
    }
    .developer_product_area {
        padding: 70px 0
    }
    .partner_logo_area_two .subscribe_form_info {
        padding: 100px 20px
    }
    .partner_logo_area_two .subscribe_form_info h2 {
        line-height: 42px
    }
    .saas_signup_form .input-group {
        margin-bottom: 25px
    }
    .saas_signup_form .saas_banner_btn {
        margin-top: 40px
    }
    .fun_fact_content .fact_item.pl_100 {
        padding-left: 30px
    }
    .fun_fact_content,
    .cart_box {
        margin-top: 50px
    }
    .footer_area_six.sec_pad {
        padding-bottom: 30px
    }
    .feedback_area .feedback_slider .item {
        padding: 0
    }
    .feedback_slider .feedback_item {
        padding-left: 20px;
        padding-right: 20px
    }
    .app_featured_area,
    .agency_featured_area_two {
        padding-bottom: 80px
    }
    .app_service_area {
        padding-top: 80px
    }
    .fact_author_img.fact_author_img_two {
        text-align: center!important
    }
    .features_info.feature_info_two .agency_featured_img {
        margin-bottom: 0
    }
    .partner_logo_area_five {
        padding-top: 110px;
        padding-bottom: 50px
    }
    .blog_area .shop_page_number {
        text-align: center!important
    }
    .blog_single .blockquote {
        padding-left: 15px
    }
    .post_share a i {
        padding-right: 4px
    }
    .post_share a+a {
        margin-left: 5px
    }
    .post_tag .post-nam {
        padding-right: 0
    }
    .post_tag a {
        margin-left: 3px
    }
    .portfolio_filter .work_portfolio_item+.work_portfolio_item {
        margin-left: 35px
    }
    .price_content .price_item {
        padding-left: 15px;
        padding-right: 15px
    }
    .process_area .agency_featured_item {
        margin-top: 50px
    }
    .single_product_item .single_pr_details {
        padding-top: 30px
    }
    .sign_info {
        padding: 50px 30px
    }
    .s_promo_info .promo_item {
        opacity: 1;
        left: 0;
        top: 75%
    }
    .banner_top {
        padding-top: 125px
    }
    .svg_intro_bottom {
        width: 130%
    }
    .payment_banner_content {
        max-width: 100%
    }
    .payment_banner_content h1 {
        line-height: 50px;
        font-size: 32px
    }
    .payment_banner_content .action_btn {
        margin-top: 45px
    }
    .slider_content {
        padding-top: 150px
    }
    .saas_features_area_two {
        padding-top: 165px
    }
    .section_container .intro_content {
        position: relative;
        padding-top: 150px;
        padding-left: 15px;
        padding-right: 15px
    }
    .section_container .intro_content h1 {
        font-size: 44px
    }
    .saas_service_img img {
        max-width: 100%
    }
    .about_img .about_img_slider .about_item .about_text .br {
        margin-bottom: 15px
    }
    .s_service_section {
        margin-top: 120px
    }
    .mobile_img .women_img {
        top: 50px;
        right: 200px;
        max-width: 40%
    }
    .design_tab_area .tab-content .tab_img {
        margin-top: 20px
    }
    .saas_featured_info .f_img_two:before {
        top: -20px
    }
    .saas_featured_info .saas_featured_item {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }
    .payment_testimonial_area .testimonial_img {
        margin-bottom: -24px
    }
    .payment_testimonial_info .testimonial_content .icon {
        left: 0
    }
    .payment_testimonial_info .testimonial_content {
        padding-left: 115px
    }
    .partner_logo_area_two {
        padding-top: 70px
    }
    .payment_action_content p br {
        display: none
    }
    .s_features_item .s_features_content .learn_btn {
        margin-top: 05px
    }
    .f_widget .mb_40 {
        margin-bottom: 16px
    }
    .company_widget .mt_30 {
        margin-top: 20px
    }
    .feature_info .f_content h2 {
        line-height: 33px;
        margin-bottom: 15px
    }
    .breadcrumb_area {
        padding: 124px 0 100px
    }
    .breadcrumb_content p br {
        display: none
    }
    .job_listing .listing_tab .list_item {
        padding: 30px
    }
    .job_listing .listing_tab .list_item .joblisting_text {
        display: block
    }
    .job_listing .listing_tab .list_item .joblisting_text .job_list_table,
    .job_listing .listing_tab .list_item .joblisting_text .jobsearch-table-cell {
        display: block;
        width: 100%;
        overflow: hidden
    }
    .job_listing .listing_tab .list_item .joblisting_text {
        padding: 0;
        border: 0
    }
    .job_listing .listing_tab .list_item figure {
        margin-bottom: 20px
    }
    .job_listing .listing_tab .list_item figure,
    .job_listing .listing_tab .list_item figure a,
    .job_listing .listing_tab .list_item figure img,
    .job_listing .listing_tab .list_item .joblisting_text .jobsearch-job-userlist {
        float: none
    }
    .job_listing .listing_tab .list_item .joblisting_text .jobsearch-job-userlist {
        display: flex;
        padding-top: 25px
    }
    .job_listing {
        margin-top: 70px
    }
    .checkout_content .checkout_title {
        margin-top: 40px
    }
    .checkout_area .cart_total_box {
        margin-top: 50px
    }
    .checkout_content textarea {
        padding-left: 20px
    }
    .sign_info {
        background: #fff
    }
    .error_contain h1 {
        font-size: 20vw;
        line-height: 22vw
    }
    .shopping_cart_area .cart_title {
        display: none
    }
    .shopping_cart_area .cart_table tr {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 40px;
        background: #f5f5f5;
        padding: 0 15px
    }
    .shopping_cart_area .cart_table tr td {
        display: block;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        padding-bottom: 20px;
        padding-top: 20px!important;
        margin-bottom: 0;
        border-bottom: 1px solid #ededed
    }
    .shopping_cart_area .cart_table tr td:last-child {
        border-bottom: 0
    }
    .shopping_cart_area .cart_table tr td:before {
        content: attr(data-title) ": ";
        font-weight: 600;
        float: left;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
    .shopping_cart_area .cart_table {
        margin: 0;
        padding-top: 0
    }
    .shopping_cart_area .cart_table .total,
    .shopping_cart_area .cart_table .quantity,
    .shopping_cart_area .cart_table .del-item {
        float: right;
        width: auto
    }
    .shopping_cart_area .cart_table .del-item .total {
        float: none
    }
    .shopping_cart_area .cart_table .product .media {
        display: inline-block;
        width: auto;
        float: right
    }
    .shopping_cart_area .cart_table .product .media .media-left {
        margin-left: auto;
        margin-bottom: 20px
    }
    .shopping_cart_area .cart_table .del-item a {
        display: inline-flex
    }
    .app_img .text_bg.three {
        right: -30%;
        bottom: 48px
    }
    .app_img .dot_two {
        right: 157px;
        top: 76%
    }
    .company_banner_area .company_banner_content h2 {
        font-size: 40px;
        line-height: 52px
    }
    .company_banner_area .company_banner_content h2 br {
        display: none
    }
    .startup_tab .nav-item {
        width: calc(100% / 3)
    }
    .startup_tab_img .phone_img img {
        max-width: 58%
    }
    .progress_bar_area {
        padding-top: 70px
    }
    .progress_bar_area .br_bottom {
        margin-top: 55px
    }
    .stratup_app_screen .phone {
        max-width: 80%;
        bottom: -222px;
        left: -32px
    }
    .digital_banner_area {
        display: block;
        min-height: auto;
        padding: 140px 0 100px
    }
    .digital_video_slider {
        width: 100%;
        position: relative;
        top: auto;
        bottom: 0;
        transform: translateY(0);
        padding: 50px 15px 0
    }
    .digital_video_slider .owl-stage {
        padding-left: 100px!important
    }
    .digital_content {
        padding-right: 0
    }
    .saas_banner_area_three .slider_item .slidet_content_two h2 {
        font-size: 40px
    }
    .saas_banner_area_three .slider_item .slidet_content_two h2 br {
        display: none
    }
    .saas_banner_area_three .slider_item .image_mockup .watch,
    .saas_banner_area_three .slider_item .image_mockup .phone {
        display: none
    }
    .saas_banner_area_three .slider_item .image_mockup {
        width: 90%;
        padding: 0;
        position: relative;
        margin-top: 50px;
        bottom: 0
    }
    .saas_banner_area_three .slider_item {
        height: auto;
        padding-bottom: 50px;
        min-height: auto
    }
    .saas_banner_area_three .slider_item .image_mockup .laptop {
        max-width: 100%
    }
    .saas_banner_area_three .owl-stage {
        padding-bottom: 0
    }
    .service_details_area .pr_70 {
        padding-right: 15px
    }
    .price_info_two .price_head .p_head {
        display: none
    }
    .price_info_two .price_head .p_head.time {
        display: block;
        width: 100%
    }
    .price_info_two .pr_list {
        display: block;
        width: 100%
    }
    .price_info_two .price_item {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 0
    }
    .price_info_two .price_item:first-child {
        text-align: center;
        padding: 5px 0
    }
    .price_info_two .price_item:first-child h5 {
        width: initial;
        border: 0;
        float: none
    }
    .price_info_two .price_item:before {
        content: attr(data-title);
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 500
    }
    .price_info_two .price_item h5 {
        border-left: 1px dashed #ededed;
        display: block;
        float: right;
        font-size: 1.1rem;
        height: 100%;
        line-height: 3.1rem;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        width: 50%
    }
    .price_info_two .pr_list:last-child {
        display: none
    }
    .blog_breadcrumb_area .breadcrumb_content_two h1 br {
        display: none
    }
    .blog_breadcrumb_area .breadcrumb_content_two h1 {
        font-size: 7vw;
        font-weight: 700;
        line-height: 1.5em
    }
    .header_social_icon li {
        margin: 0 0 0 13px
    }
    .software_promo_area .round_shape {
        width: 600px;
        height: 600px;
        max-width: 100%;
        min-height: 100%;
        margin-top: 100px
    }
    .software_promo_area .round_shape .r_shape.r_shape_two {
        width: 400px;
        height: 400px
    }
    .software_promo_area .round_shape .r_shape.r_shape_three {
        width: 230px;
        height: 230px
    }
    .payment_features_area_three {
        padding: 80px 0
    }
    .payment_features_area_three .col-lg-5 img {
        max-width: 100%
    }
    .payment_features_content_two .item {
        margin-top: 0
    }
    .payment_features_content_two p br {
        display: none
    }
    .payment_logo_area,
    .payment_priceing_area {
        padding: 80px 0
    }
    .payment_content_two .payment_img img {
        max-width: 100%
    }
    .feedback_area_three {
        height: auto
    }
    .alter_nav.Cus_header_se {
        right: 100px;
        top: 0
    }
    .software_featured_area.Cus_head_ele {
        padding: 90px 0 100px
    }
    .Cus_ffa h1 {
        font-size: 45px
    }
    .Cus_ffa .fun_fact_content .fact_item h1 {
        font-size: 45px
    }
    .Fun_fa_fse .fun_fact_content h1 {
        font-size: 45px
    }
}


/* Mobile */

@media (max-width:650px) {
    .row {
        margin: 0px;
    }
    .about_img .about_img_slider .about_item.w45,
    .about_img .about_img_slider .about_item.w55 {
        width: 100%
    }
    .about_img .pluse_icon {
        display: none
    }
    .app_img .mobile {
        top: -83px
    }
    .comment-box .post_comment .reply-comment {
        padding-left: 25px
    }
    .portfolio_filter .work_portfolio_item+.work_portfolio_item {
        margin-left: 15px
    }
    .sign_info .login_info .sign-in-form .d-flex {
        display: block!important
    }
    .sign_info .lead-text {
        padding-right: 0;
        padding-top: 15px
    }
    .payment_clients_area .payment_clients_inner .clients_item.two,
    .payment_clients_area .payment_clients_inner .clients_item.one,
    .payment_clients_area .payment_clients_inner .clients_item.three {
        left: 0
    }
    .payment_clients_area .payment_clients_inner .clients_item.four {
        left: 205px
    }
    .payment_clients_area .payment_clients_inner .clients_item.seven {
        left: 150px
    }
    .payment_clients_area .payment_clients_inner .clients_item.eight {
        left: 250px
    }
    .payment_clients_area .payment_clients_inner .clients_item.six {
        left: 215px
    }
    .payment_clients_area .payment_clients_inner .clients_item.five {
        left: 330px
    }
    .payment_clients_area .payment_clients_inner .clients_item.four {
        left: 0;
        top: 540px
    }
    .payment_clients_area .payment_clients_inner .clients_item.eight {
        left: 165px;
        top: 105px
    }
    .payment_clients_area .payment_clients_inner .clients_item.six {
        top: 225px;
        left: 190px
    }
    .payment_testimonial_info .testimonial_content {
        padding-left: 110px;
        margin-top: 20px
    }
    .payment_testimonial_info .testimonial_content .icon {
        left: 0
    }
    .payment_clients_area .payment_clients_inner {
        height: 690px
    }
    .agency_featured_area {
        padding-top: 80px
    }
    .about_img .about_img_slider .about_item .about_text {
        bottom: 30px
    }
    .software_banner_content h2 {
        font-size: 35px
    }
    .t_color3 br {
        display: none
    }
    .design_developers_area .btn_four {
        margin-top: 35px
    }
    .company_widget .mt_40 {
        margin-top: 25px
    }
    .f_widget h3.mb-30 {
        margin-bottom: 15px
    }
    .footer_nine_top .f_widget .f-title:after {
        margin-top: 10px
    }
    .app_featured_content h2 {
        margin-bottom: 15px
    }
    .app_featured_content .learn_btn_two {
        margin-top: 10px
    }
    .f_widget .widget-wrap {
        margin-top: 20px
    }
    .home_banner .jk_sub_content h2 {
        font-size: 28px;
        line-height: 35px
    }
    .home_banner .agency_banner_img {
        max-width: 90%;
        margin-bottom: 30px
    }
    .home_banner {
        padding-top: 100px;
        padding-bottom: 80px
    }
    .error_contain p br {
        display: none
    }
    .error_contain h2 {
        letter-spacing: .50px
    }
    .app_img .dot_three {
        top: 48%
    }
    .app_img .dot_two {
        top: 69%
    }
    .triangle_shape {
        -webkit-transform: rotate(65deg);
        transform: rotate(65deg)
    }
    .perfect_solution_area .perfect_solution_left .per_solution_content h2 {
        font-size: 32px;
        line-height: 44px
    }
    .testimonial_slider_four {
        padding: 0 75px
    }
    .stratup_app_screen .phone {
        bottom: -140px;
        left: -77px
    }
    .stratup_app_screen .laptop {
        right: -42px;
        bottom: -92px
    }
    .post_author_two {
        padding: 25px 20px
    }
    .comment_inner .comment_box .post_comment {
        padding: 30px 20px 30px
    }
    .menu>.nav-item.submenu.mega_menu>.dropdown-menu.show {
        padding: 0 10px
    }
    .menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu>.nav-item {
        padding: 15px 10px
    }
    .menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu>.nav-item .item .text {
        font-size: 12px
    }
    .feedback_area_two {
        height: auto;
        padding-bottom: 50px
    }
    .payment_price_item {
        width: 100%;
        margin-bottom: 30px
    }
    .payment_price_item.center,
    .payment_price_item:hover {
        transform: translateY(0)
    }
    .payment_priceing_area .payment_price_info {
        padding-bottom: 0
    }
    .payment_subscribe_info .subscribe-form .form-control {
        width: 300px
    }
    .Cus_subs_el .intro_content h1 {
        font-size: 40px
    }
    .Cus_subs_el .Sass_he {
        height: 415px
    }
    .Cus_subs_el .Subs_ele_cus .intro_content {
        padding-top: 90px
    }
    .call_action_area.Call_Ele_Cu {
        min-height: 680px;
        padding-top: 90px
    }
    .payment_clients_area.Inte_cus_ptb {
        padding: 100px 0
    }
    .payment_action_area.pay_ele_cus {
        padding: 100px 0 90px
    }
    .Cus_head_ele h1 {
        font-size: 40px
    }
    .Cus_head_ele h1 {
        font-size: 40px
    }
    .Cus_head_ele h2 {
        font-size: 30px
    }
    .blog_area.sec_pad.cus_ptB_Bl {
        padding: 100px 0 45px
    }
}

@media (max-width:576px) {
    .app_featured_area {
        padding-top: 135px
    }
    .app_banner_area {
        padding-bottom: 10px
    }
    .saas_home_area {
        height: auto
    }
    .saas_home_img {
        margin-top: 50px
    }
    .s_features_item .s_features_content {
        padding-left: 0
    }
    .footer_bottom .f_social_icon_two,
    .footer_bottom .f_menu,
    .footer_area_two .footer_bottom p {
        text-align: center!important
    }
    .footer_bottom .f_social_icon_two {
        margin-bottom: 6px
    }
    .banner_top h2 {
        font-size: 26px;
        line-height: 35px
    }
    .l_height60,
    .l_height50 {
        line-height: 45px
    }
    .f_size_30 {
        font-size: 24px;
        line-height: 35px
    }
    .mobile_img .mobile {
        left: 0;
        top: -100px;
        max-width: 100%
    }
    .saas_banner_area_two .shap_img {
        height: 280px
    }
    .call_action_area .action_one {
        left: -878px
    }
    .f_size_40 {
        font-size: 30px
    }
    .footer_area_two .footer_bottom p {
        margin-bottom: 8px!important
    }
    .partner_logo .p_logo_item {
        width: 100%;
        margin-bottom: 30px
    }
    .agency_content h2 {
        font-size: 28px;
        line-height: 45px;
        margin-bottom: 23px
    }
    .agency_content .action_btn {
        display: block!important;
        text-align: center
    }
    .agency_content .action_btn .agency_banner_btn {
        display: block;
        margin-bottom: 20px
    }
    .agency_banner_btn_two {
        margin-left: 0
    }
    .about_content {
        padding: 90px 15px 100px
    }
    .developer_product_content .develor_tab .nav-item {
        margin-left: 25px
    }
    .partner_info .logo_item {
        width: calc(100% / 2)
    }
    .fun_fact_content .fact_item h1 {
        font-size: 60px
    }
    .feedback_slider .feedback_item .feed_back_author {
        display: block
    }
    .feedback_slider .feedback_item .ratting {
        text-align: left;
        padding-left: 75px
    }
    .app_screenshot_area .app_screenshot_slider .item {
        padding-left: 30px;
        padding-right: 30px
    }
    .app_img .phone_img {
        max-width: 80%
    }
    .app_banner_contentmt h2 {
        line-height: 60px;
        font-size: 40px
    }
    .app_banner_area .app_img .app_screen.one {
        top: 155px;
        left: 15px
    }
    .app_banner_area .app_img .app_screen.two {
        top: 123px;
        left: 105px
    }
    .app_banner_area .app_img .app_screen.three {
        top: 90px;
        left: 194px
    }
    .app_item.item_one {
        top: -143px
    }
    .app_item.item_two {
        left: 31px;
        top: -60px
    }
    .app_item.item_three {
        bottom: 50px
    }
    .app_item.item_four {
        right: -52px;
        bottom: 36px
    }
    .get_started_area .col-lg-6.text-right img {
        max-width: 100%
    }
    .get_content .app_btn.app_btn_two {
        margin-left: 0
    }
    .app_service_item {
        padding: 50px 20px
    }
    .app_contact_info .info_item {
        padding-left: 38px;
        margin-bottom: 26px
    }
    .app_contact_info {
        left: 20px;
        padding: 45px 15px 15px
    }
    .app_screenshot_area .app_screenshot_slider .owl-prev {
        left: calc(50% - 32px)
    }
    .app_screenshot_area .app_screenshot_slider .owl-next {
        right: calc(50% - 80px)
    }
    .partner_logo_area_two .subscribe_form_info {
        padding: 50px 20px
    }
    .blog_grid_item {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto
    }
    .comment-box .post_comment .reply-comment {
        padding-left: 0
    }
    .comment-box .post_comment .post_author .media-left {
        margin-right: 10px
    }
    .breadcrumb_content h1 {
        font-size: 28px;
        line-height: 32px
    }
    .portfolio_filter {
        display: block;
        text-align: center;
        margin-bottom: 30px
    }
    .portfolio_filter .work_portfolio_item {
        margin-bottom: 5px
    }
    .portfolio_gallery .portfolio_item .portfolio_img img,
    .single_product_item .product_img img {
        width: 100%
    }
    .shopping_cart_area .cart_btn.cart_btn_two {
        margin-left: 0
    }
    .shopping_cart_area .cart_btn {
        margin-bottom: 10px
    }
    .login-form .extra {
        display: block!important
    }
    .s_promo_info .promo_item {
        width: 90px;
        height: 90px
    }
    .s_promo_info .promo_item.item_four {
        top: 17%;
        left: 69%
    }
    .s_promo_info .promo_item.item_three {
        left: 0;
        top: 25px
    }
    .s_promo_info .promo_item.item_two {
        left: 0;
        top: 146px
    }
    .s_promo_info .promo_item.item_seven {
        top: 66%;
        left: 64%
    }
    .software_promo_area .round_shape .r_shape.r_shape_five {
        width: 115px;
        height: 115px
    }
    .software_promo_area .round_shape .r_shape.r_shape_five img {
        max-width: 100%
    }
    .s_promo_info .promo_item.item_six {
        top: 57%;
        left: 0%
    }
    .s_promo_info .promo_item.item_nine {
        left: 18px;
        top: 83%
    }
    .s_promo_info .promo_item.item_five {
        left: 72%;
        top: 44%
    }
    .feature_info .feature_img.f_img_one .one {
        left: 0;
        max-width: 80%
    }
    .feature_info .feature_img.f_img_one .three {
        max-width: 69%
    }
    .feature_info .feature_img.f_img_two .one {
        right: 131px;
        max-width: 43%
    }
    .mobile_btn {
        display: none
    }
    .action_area_three .action_content .white_btn {
        margin-right: 0;
        margin-bottom: 10px
    }
    .payment_clients_area .payment_clients_inner .clients_item.five {
        left: 180px;
        top: 517px
    }
    .footer_nine_bottom {
        text-align: center
    }
    .footer_nine_bottom .flag_selector {
        float: none;
        margin-top: 12px
    }
    .payment_action_content h2 {
        line-height: 40px
    }
    .payment_testimonial_area .testimonial_img img {
        max-width: 100%
    }
    .payment_testimonial_area .testimonial_img {
        margin-bottom: -13px
    }
    .payment_banner_content .action_btn {
        display: block!important
    }
    .payment_banner_content .agency_banner_btn_two {
        display: block;
        margin-left: 0;
        margin-top: 15px
    }
    .payment_banner_content h1 {
        line-height: 38px;
        font-size: 28px
    }
    .pay_btn.pay_btn_two {
        margin-left: 0
    }
    .section_container .intro_content h1 {
        font-size: 30px;
        line-height: 45px
    }
    .section_container .intro_content .subcribes {
        display: block
    }
    .section_container .intro_content .subcribes .form-control {
        width: 100%
    }
    .section_container .intro_content .subcribes .btn_submit {
        position: relative;
        margin-top: 10px;
        display: block;
        max-width: 100%;
        width: 100%
    }
    .saas_banner_area_two .animation_img {
        bottom: -40px
    }
    .saas_features_area_two {
        padding-top: 100px
    }
    .software_banner_content .action_btn {
        display: block!important
    }
    .video_btn {
        display: block;
        margin-left: 10px;
        margin-top: 20px
    }
    .saas_banner_content p.mt_30 {
        margin-top: 20px
    }
    .app_testimonial_area .nav_container .owl-prev,
    .app_testimonial_area .nav_container .owl-next {
        display: none
    }
    .app_feature_info .app_featured_content .app_btn {
        margin-top: 15px
    }
    .banner_top .subcribes .btn_submit {
        position: relative;
        right: 0;
        display: block;
        top: 0;
        transform: translateY(0);
        margin: 20px auto 0
    }
    .sec_title h2.mb_20 {
        margin-bottom: 10px
    }
    .breadcrumb_area {
        padding: 110px 0 50px
    }
    .shop_grid_area .row,
    .shop_list_area .row {
        text-align: center
    }
    .shop_menu_right {
        justify-content: center!important
    }
    .shop_list_area .shop_page_number {
        margin-top: 40px
    }
    .product_details_area .pr_details,
    .service_details_item+.service_details_item {
        margin-top: 30px
    }
    .blog_content .post_date {
        top: -60px
    }
    .banner_top .subcribes {
        display: block
    }
    .banner_top .subcribes .form-control {
        display: block;
        width: 100%
    }
    .s_subcribes .form-control {
        line-height: 70px;
        height: 70px
    }
    .s_subcribes .btn-submit {
        font-size: 18px;
        line-height: 70px
    }
    .app_featured_area_two .app_feature_info {
        margin-top: 30px
    }
    .app_img .dot_two {
        top: 65%
    }
    .app_img .dot_three {
        top: 41%
    }
    .app_img .dot_two {
        right: 115px
    }
    .perfect_solution_area .perfect_solution_left .per_solution_content .btn_six {
        margin-left: 0
    }
    .startup_tab .nav-item {
        width: calc(100% / 2)
    }
    .startup_tab_img .phone_img {
        text-align: right
    }
    .stratup_service_img .phone_img {
        width: 20%
    }
    .video_content {
        padding: 0
    }
    .digital_video_slider .owl-stage {
        padding-left: inherit!important
    }
    .saas_banner_area_three .slider_item .image_mockup {
        display: none
    }
    .saas_banner_area_three .owl-dots {
        display: none
    }
    .saas_banner_area_three .slider_item {
        padding-bottom: 100px
    }
    .saas_subscribe_area_two .subscribe_form_info {
        padding: 80px 20px
    }
    .case_study_item img {
        width: 100%
    }
    .download_content h2 {
        font-size: 30px
    }
    .saasland_col_screen {
        height: 100vh
    }
    .saasland_col_screen .clock .timer {
        margin-bottom: 15px
    }
    .saasland_container .saasland_col_content .saasland_content {
        width: 90%
    }
    .saasland_container .saasland_col_content .saasland_content h1 {
        font-size: 33px;
        margin-bottom: 50px
    }
    .saasland_container .saasland_col_content .saasland_content h2 {
        font-size: 28px
    }
    .saasland_container .saasland_col_content .saasland_bottom {
        width: 95%
    }
    .pr_sidebar .widget {
        text-align: left
    }
    .blog_list_item_two a img {
        width: 100%
    }
    .header_social_icon {
        display: none
    }
    .menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu .nav-item {
        width: calc(100% / 2)
    }
    .software_promo_area .round_shape {
        width: auto;
        height: 600px;
        max-width: 100%;
        min-height: 100%;
        margin-top: 50px
    }
    .software_promo_area .round_shape .r_shape.r_shape_one {
        height: 580px;
        width: 580px
    }
    .payment_content_two .payment_img img {
        max-width: 100%
    }
    .payment_content_two .payment_img .payment_icon.icon_one,
    .payment_content_two .payment_img .payment_icon.icon_two,
    .payment_content_two .payment_img .payment_icon.icon_three,
    .payment_content_two .payment_img .payment_icon.icon_four,
    .payment_content_two .payment_img .payment_icon.icon_five,
    .payment_content_two .payment_img .payment_icon.icon_six {
        max-width: 48%
    }
    .payment_content_two .payment_img .payment_icon.icon_five {
        right: -17px;
        top: 19px
    }
    .payment_content_two .payment_img .payment_icon.icon_two {
        left: 20px;
        top: 15%
    }
    .payment_content_two .payment_img .payment_icon.icon_six {
        top: 116px
    }
    .payment_content_two .action_btn {
        display: inline-block!important;
        position: relative;
        z-index: 3
    }
    .payment_content_two h2 {
        font-size: 40px;
        line-height: 55px
    }
    .payment_banner_area_two {
        padding-top: 135px
    }
    .payment_features_content_two h2 br {
        display: none
    }
    .payment_features_img img {
        max-width: 100%
    }
    .payment_features_img:before {
        top: -30px;
        left: -10px;
        right: 0
    }
    .payment_subscribe_info .subscribe-form {
        display: block;
        text-align: center
    }
    .payment_subscribe_info .subscribe-form .form-control {
        width: 100%;
        margin-bottom: 15px
    }
    .payment_footer_area {
        padding-bottom: 75px
    }
    .mt_c20 {
        margin-top: 0;
        margin-bottom: 40px
    }
    .banner_top.Banner_top_bo {
        padding: 108px 0 110px
    }
    .Cus_subs_el .Sass_he {
        height: 515px
    }
    .section_container .intro_content h1.sub_hecu {
        font-size: 35px
    }
    .call_action_area.Call_Ele_Cu {
        min-height: 722px;
        padding-top: 90px
    }
    .payment_action_area.pay_ele_cus {
        padding: 100px 0 90px
    }
    .job_listing_area.sec_pad.Job_li_ele {
        padding: 100px 0
    }
    .Cus_head_ele br {
        display: none
    }
    .Cus_head_ele h1 {
        font-size: 35px
    }
    .Cus_head_ele h2 {
        font-size: 28px
    }
    .software_featured_area.Cus_head_ele {
        padding: 70px 0
    }
    .blog_area.sec_pad.cus_ptB_Bl {
        padding: 80px 0 30px
    }
    .Cus_ffa h1 {
        font-size: 30px
    }
    .Cus_ffa .fun_fact_content .fact_item h1 {
        font-size: 30px
    }
    .Fun_fa_fse .fun_fact_content h1 {
        font-size: 30px
    }
    .Fun_fa_fse .fun_fact_content h1 {
        font-size: 30px
    }
    .ele_pa_cus2 {
        padding: 100px 0
    }
}

@media (max-width:575px) {
    .header_area_seven .header_top {
        padding: 8px 0
    }
    .header_area_seven .header_top a {
        line-height: 30px
    }
    .header_area_seven .header_top .header_top_menu {
        display: inline-block
    }
}

@media (max-height:420px) {
    .navbar-collapse {
        max-height: 310px
    }
    .payment_banner_area {
        min-height: 435px
    }
}

@media (max-width:420px) {
    .get_content .app_btn.app_btn_one.Cus_getapp {
        margin-bottom: 30px
    }
    .get_content .app_btn:last-child {
        margin-bottom: 0
    }
    .software_featured_area.Cus_head_ele {
        padding: 65px 0
    }
    .job_listing .job_list_tab .list_item_tab+.list_item_tab {
        margin-left: 25px
    }
}

@media (max-width:480px) {
    .feedback_area_three {
        height: auto
    }
    .startup_tab_img .phone_img img {
        max-width: 40%
    }
    .testimonial_slider_four {
        padding: 0 15px
    }
    .testimonial_slider_four .item p {
        font-size: 14px;
        line-height: 26px
    }
    .testimonial_slider_four .item .author_img {
        margin-bottom: 5px
    }
    .stratup_testimonial_info {
        height: 385px
    }
    .saas_banner_area_three .slider_item .slidet_content .slider_btn+.slider_btn {
        margin-left: 0
    }
    .post_author_two {
        display: block
    }
    .comment_inner .comment_box .post_comment .reply_comment {
        margin-left: 0
    }
    .post_author_two .img_rounded {
        margin-right: 0;
        margin-bottom: 20px
    }
    .header_area .container {
        padding-left: 15px;
        padding-right: 15px
    }
    .feedback_area_two .sec_title,
    .feedback_area_three .sec_title {
        padding-right: 0
    }
    .feedback_slider_two .owl-nav {
        display: none
    }
    .header_area_seven .header_top {
        padding: 8px 0
    }
    .header_area_seven .header_top a {
        line-height: 30px
    }
    .header_area_seven .header_top .header_top_menu {
        display: inline-block
    }
    .section_container .intro_content h1.sub_hecu {
        font-size: 30px
    }
    .Cus_ffa h1 {
        font-size: 28px
    }
    .Cus_ffa .fun_fact_content .fact_item h1 {
        font-size: 26px
    }
    .Fun_fa_fse .fun_fact_content h1 {
        font-size: 28px
    }
    .Fun_fa_fse .fun_fact_content h1 {
        font-size: 26px
    }
    .fun_fact_area.Cus_ffa {
        padding-bottom: 80px
    }
    section.fun_fact_area.fun_fact_area_two.Fun_fa_fse {
        padding-bottom: 90px
    }
    .ele_pa_cus2 {
        padding: 81px 0
    }
}

@media (max-width:450px) {
    .price_tab {
        max-width: 100%;
        border-radius: 3px
    }
    .price_tab .nav-item .nav-link {
        display: block;
        position: relative
    }
    .price_tab,
    .price_tab .nav-item {
        display: block
    }
    .price_tab .nav-item .nav-link.active {
        background: #00aff0;
        border-radius: 3px
    }
    .partner_info .logo_item {
        width: 100%
    }
    .app_img .phone_img {
        max-width: 55%
    }
    .app_img .text_bg {
        max-width: 60%
    }
    .app_img .text_bg.three {
        right: -7%;
        bottom: 125px
    }
    .app_img .text_bg.two {
        right: 12%;
        top: -37px
    }
    .app_img .text_bg.one {
        left: -2%
    }
    .app_img .dot_three {
        left: 128px
    }
    .app_img .dot_one {
        right: 145px;
        top: 20px
    }
    .price_tab.price_tab_two .nav-item .nav-link.active {
        background: #19c0f2
    }
    .get_content .app_btn {
        margin-top: 5px
    }
    .pr_details .ratting {
        float: none;
        text-align: left;
        padding-top: 12px
    }
    .pr_footer,
    .login-form .extra {
        display: block!important
    }
    .pr_details .post-body .ratting {
        padding-top: 0
    }
    .product_info_details .comment-box .comment-content {
        padding-left: 80px
    }
    .product_info_details .pr_tab {
        display: block;
        border-radius: 0
    }
    .product_info_details .pr_tab .nav-item .nav-link {
        border-radius: 0
    }
    .product_info_details .pr_tab .nav-item {
        float: none
    }
    .sign_info {
        padding: 30px 15px
    }
    .text_box input[type="text"],
    .text_box textarea,
    .text_box input[type="password"] {
        padding-left: 10px
    }
    .payment_testimonial_info .testimonial_content .icon {
        top: -53px
    }
    .payment_testimonial_info .testimonial_content {
        padding-left: 0
    }
    .mobile_img .women_img {
        right: 80px
    }
    .mobile_img .mobile {
        top: -35px
    }
    .post_share a+a {
        margin-left: 0
    }
    .coupon .button {
        position: relative;
        right: 0;
        top: 0;
        transform: translateY(0);
        margin-top: 15px
    }
    .feedback_item .feed_back_author {
        display: block
    }
    .feedback_item .ratting {
        text-align: left;
        padding-left: 80px
    }
    .feedback_slider_two .feedback_item {
        padding: 45px 20px 25px
    }
    .partner_logo_area_five h2 br {
        display: none
    }
    .company_banner_area .company_banner_content h2 {
        font-size: 35px;
        line-height: 46px
    }
    .testimonial_slider_four .item p {
        color: #677294
    }
    .testimonial_slider_four .item h5,
    .testimonial_slider_four .item h6 {
        color: #051441
    }
    .stratup_testimonial_info:before {
        display: none
    }
    .stratup_testimonial_info {
        height: auto;
        margin: 50px 0
    }
    .stratup_app_screen {
        display: none
    }
    .startup_content_three .btn_six {
        margin-bottom: 15px
    }
    .btn_six+.btn_six {
        margin-left: 0
    }
    .startup_content_three h2 {
        font-size: 28px;
        margin-bottom: 15px;
        line-height: 42px
    }
    .startup_content_three p {
        margin-bottom: 30px
    }
    .intregration_logo {
        display: block
    }
    .intregration_logo .intregration_item {
        max-width: 100%
    }
    .menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu .nav-item {
        width: 250px
    }
    .menu>.nav-item.submenu.mega_menu.mega_menu_two>.dropdown-menu>.nav-item .item .text {
        font-size: 16px
    }
}

@media (max-width:400px) {
    .header_area_six .header_top {
        display: none
    }
    .header_area_six+section {
        margin-top: 68px
    }
    .payment_content_two .payment_img .payment_icon.icon_one,
    .payment_content_two .payment_img .payment_icon.icon_two,
    .payment_content_two .payment_img .payment_icon.icon_three,
    .payment_content_two .payment_img .payment_icon.icon_four,
    .payment_content_two .payment_img .payment_icon.icon_five,
    .payment_content_two .payment_img .payment_icon.icon_six {
        display: none
    }
    .header_area_seven.Custom_se+section {
        margin-top: 148px
    }
    .mt_c20 {
        margin-top: 0;
        margin-bottom: 40px
    }
    .Custom_button {
        padding: 70px 0 70px
    }
    .payment_clients_area.Inte_cus_ptb {
        padding: 80px 0 80px
    }
    .Cus_subs_el .Subs_ele_cus .intro_content {
        padding-top: 60px
    }
    .Cus_subs_el .Sass_he {
        height: 530px
    }
    .payment_action_area.pay_ele_cus {
        padding: 85px 0 75px
    }
    .software_featured_area.Cus_head_ele {
        padding: 80px 0
    }
    .Cus_head_ele h1 {
        font-size: 32px
    }
    .Cus_head_ele h2 {
        font-size: 28px
    }
    .software_featured_area.Cus_head_ele {
        padding: 62px 0
    }
    .blog_area.sec_pad.cus_ptB_Bl {
        padding: 75px 0 25px
    }
    .ele_pa_cus2 {
        padding: 50px 0
    }
    .header_area_four.Cus_four+section {
        margin-top: 125px
    }
    .section_container .intro_content h1.sub_hecu {
        font-size: 26px
    }
}

@media (max-width:320px) {
    .header_area_four.Cus_four+section {
        margin-top: 150px
    }
    .header_area_five.Cus_fi .menu_one,
    .header_area.navbar_fixed.header_area_five.Cus_fi .menu_one {
        padding: 15px 40px
    }
    .header_area_seven .header_top {
        padding: 8px 0
    }
    .header_area_seven .header_top a {
        line-height: 30px
    }
    .header_area_seven .header_top .header_top_menu {
        display: inline-block
    }
    .job_listing .job_list_tab .list_item_tab+.list_item_tab {
        margin-left: 10px
    }
    .Cus_head_ele h1 {
        font-size: 28px
    }
    .Cus_head_ele h2 {
        font-size: 24px
    }
    .Cus_head_ele h3 {
        font-size: 22px
    }
    .Cus_head_ele h4 {
        font-size: 20px
    }
    .Cus_head_ele h5 {
        font-size: 18px
    }
    .Cus_head_ele h6 {
        font-size: 16px
    }
}