/*=== fonts ====*/

/* poppins-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/poppins/poppins-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins/poppins-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/poppins/poppins-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins/poppins-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins/poppins-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-900 - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/poppins/poppins-v20-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*===== color =====*/
/*====================================================*/
/*====================================================*/
a {
    text-decoration: none;
}

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

.row.m0 {
    margin: 0px;
}

.p0 {
    padding: 0px;
}

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

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

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

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

.f_size_50 {
    font-size: 50px;
}

.f_size_40 {
    font-size: 40px;
}

.f_size_28 {
    font-size: 28px;
}

.f_size_22 {
    font-size: 22px;
}

.f_size_28 {
    font-size: 28px;
}

.f_size_26 {
    font-size: 26px;
}

.f_size_24 {
    font-size: 24px;
}

.f_size_20 {
    font-size: 20px;
}

.f_size_18 {
    font-size: 18px;
}

.f_size_16 {
    font-size: 16px;
}

.f_size_15 {
    font-size: 15px;
}

.f_size_14 {
    font-size: 14px;
}

.l_height45 {
    line-height: 45px;
}

.l_height40 {
    line-height: 40px;
}

.l_height30 {
    line-height: 30px;
}

.l_height34 {
    line-height: 34px;
}

.l_height28 {
    line-height: 28px;
}

.f_p {
    font-family: "Poppins", sans-serif;
}

/*=========== font-weight ==============*/
.f_300 {
    font-weight: 300;
}

.f_400 {
    font-weight: 400;
}

.f_500 {
    font-weight: 500;
}

.f_600 {
    font-weight: 600;
}

.f_700 {
    font-weight: 700;
}

.f_900 {
    font-weight: 900;
}

.t_color {
    color: #051441;
}

.w_color {
    color: #fff;
}

.t_color2 {
    color: #3f4451;
}

.t_color3 {
    color: #222d39;
}

.d_p_color {
    color: #bdbed6;
}

.bg-color1 {
    background: #2A3F54;
}

.bg_color {
    background: #fbfbfd;
}

.dk_bg_one {
    background: #090a21;
}

.dk_bg_two {
    background: #0f1029;
}

.error-page-bg {
    background: rgba(123, 147, 170, 0.2);
}

.seo_title_color {
    color: #263b5e;
}

.mt_60 {
    margin-top: 60px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_70 {
    margin-top: 70px;
}

.mt_75 {
    margin-top: 75px;
}

.mt_100 {
    margin-top: 100px;
}

.mt_130 {
    margin-top: 130px;
}

.mb_70 {
    margin-bottom: 70px;
}

.ml_20 {
    margin-left: 20px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mb_30 {
    margin-bottom: -30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb-50 {
    margin-bottom: -50px;
}

.mb_60 {
    margin-bottom: 60px;
}

.pl_20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl_40 {
    padding-left: 40px;
}

.pl_50 {
    padding-left: 50px;
}

.pl_100 {
    padding-left: 100px;
}

.pl_70 {
    padding-left: 70px;
}

.pl_120 {
    padding-left: 120px;
}

.pr_100 {
    padding-right: 100px;
}

.pr_120 {
    padding-right: 120px;
}

.pr_70 {
    padding-right: 70px;
}

.pr_50 {
    padding-right: 50px;
}

.pr_20 {
    padding-right: 20px;
}

.pt_150 {
    padding-top: 150px;
}

.pt_120 {
    padding-top: 40px;
}

.sec_pad {
    padding: 80px 0px;
}

/*====================================================*/
/*====================================================*/
.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 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn_hover:hover {
    color: #fff;
}

.btn_get {
    font: 500 14px/47px "Poppins", sans-serif;
    color: #6754e2;
    border: 2px solid #ccc5fa;
    border-radius: 4px;
    -webkit-box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
    box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
    padding: 0px 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 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-width: 120px;
    text-align: center;
}

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

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

.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}

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

.price_btn:hover {
    color: #fff;
}

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

.slider_btn:hover {
    color: #fff;
}

.btn_three {
    font: 500 14px "Poppins", sans-serif;
    color: #fff;
    background: #7444fd;
    border-radius: 3px;
    padding: 15px 30px;
    border: 1px solid #7444fd;
    margin-top: 50px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    display: inline-block;
}

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

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

.saas_banner_btn:hover {
    color: #3d57f4;
    background: #fff;
}

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

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

/*============== header_area css ==============*/
.header_area {
    /*position: absolute;*/
    position: relative;
    width: 100%;
    left: 0;
    z-index: 20;
    top: 0;
    background: #2A3F54;
}

img:focus {
    outline: none;
}

.header_area.one-color-page {
    background: #c7cedf !important;
}

.get-started-video-block {
    max-width: 900px;
    margin: 0 auto;
    border: 20px solid #c7cedf;
    border-radius: 10px;
    line-height: 0;
}

.get-started-video-block video {
    width: 100%;
}

.get-started-video-block video:focus {
    outline: none;
}

/*.menu_one {*/
/*  padding: 0px;*/
/*}*/

.menu.languages-desktop .nav-link:before {
    height: 0 !important;
}

.menu.languages-desktop > .nav-item + .nav-item {
    margin-left: 0 !important;
}

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

.sticky_logo img + img {
    display: none;
}

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

.menu > .nav-item > .nav-link {
    font: 400 15px "Poppins", sans-serif;
    color: #fff;
    padding: 0px;
    position: relative;
}

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

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

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

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

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

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

.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link span.arrow_carrot-right {
    right: 20px;
    position: absolute;
    line-height: 30px;
    font-size: 18px;
}

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

.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: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    -o-transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    padding: 0px;
}

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

.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 + .nav-item {
    margin-left: 30px;
}

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

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

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

.menu_two {
    padding: 0px;
}

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

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

/*============== header_area css ==============*/

/*========= hamburger menu css ========*/
.navbar-toggler {
    padding: 0px;
    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: #fff;
    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: #fff;
    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_top {
    padding: 12px 0px;
}

/*============ sticky menu css ==============*/
.header_area {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header_area .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_area .navbar-brand img {
    /*max-height: 30px;*/
    margin-right: 5px;
}

.header_area .navbar-brand span {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

/*.faq_area{*/
/*  background: #c7cedf;*/
/*}*/
.header_area.navbar_fixed {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    /*box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06);*/
}

.header_area.navbar_fixed .menu_one, .header_area .menu_one {
    /*-webkit-transition: all 0.2s linear;*/
    /*-o-transition: all 0.2s linear;*/
    /*transition: all 0.2s linear;*/
    /*padding: 0;*/
}

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

.menu_one .container-fluid {
    padding-left: 65px;
    padding-right: 100px;
}

/*.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: 0px 15px;
}

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

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

.s_pricing_area {
    background: #fafafa;
}

.s_pricing-item {
    border-radius: 8px;
    text-align: center;
    background: rgba(123, 147, 170, 0.2);
    padding: 55px;
    cursor: default;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-bottom: 30px;
    position: relative;
}

.s_pricing-item .tag_label {
    font: 400 16px/22px "Poppins", sans-serif;
    color: #fff;
    background: #5f2eed;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 36px;
    right: 0;
    padding: 9px 26px;
    border: 0px;
    display: block;
}

.s_pricing-item .tag_label:before {
    content: "";
    border-top: 20px solid #5f2eed;
    border-bottom: 20px solid #5f2eed;
    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 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.s_pricing-item .s_price_icon i:before {
    font-size: 48px;
}

.s_pricing-item .s_price_icon.p_icon1 {
    color: #7fcb11;
}

.s_pricing-item .s_price_icon.p_icon2 {
    color: #6754e2;
}

.s_pricing-item .s_price_icon.p_icon3 {
    color: #e92460;
}

.s_pricing-item p {
    color: #2A3F54;
}

.s_pricing-item .descr {
    max-width: 200px;
    margin: 0 auto;
}

.s_pricing-item .price {
    color: #2A3F54;
    padding: 24px 0px 40px;
    border-bottom: 1px solid #e9e9f4;
}

.s_pricing-item .price sub {
    color: #2A3F54;
    bottom: 0;
}

.s_pricing-item ul li {
    color: #2A3F54;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 1.3;
    letter-spacing: 0;
    margin-top: 15px;
}

.s_pricing-item:hover {
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 11, 40, .3);
    box-shadow: 0 30px 60px 0 rgba(0, 11, 40, .3);
}

.s_pricing-item:hover .s_price_icon {
    background: #faf9fa;
}

.tab-content .tab-pane .tab_img img {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.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%;
}

.tooltip .tooltip-inner {
    background-color: #fff !important;
    opacity: 1;
    color: #111 !important;
    opacity: 1;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.14);
    box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.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;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #fff;
}

.tooltip.show {
    opacity: 1;
}

/*=============== agency_testimonial_area css ==============*/
.agency_testimonial_area {
    /*background: #fafafa;*/
}

/*===================== job_listing_area css ======================*/
/*============== job_details_area css =============*/
.details_content .f_size_22 {
    font-size: 22px;
}

.details_content .btn_three {
    min-width: 150px;
    text-align: center;
    background: #5e2ced;
    border-color: #5e2ced;
    color: #fff;
}

.details_content .btn_three:hover {
    color: #fff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(61, 100, 244, 0.16);
    box-shadow: 0px 20px 30px 0px rgba(61, 100, 244, 0.16);
}

/*====================================================*/
/*====================================================*/
/*============== faq area css =============*/
.faq_tab {
    background-color: white;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    padding: 50px 40px;
}

.faq_tab .nav-tabs {
    border: 0px;
    margin-bottom: 0px;
    display: block;
}

.faq_tab .nav-item {
    margin: 0px;
}

.faq_tab .nav-item .nav-link {
    font: 400 16px/22px "Poppins", sans-serif;
    color: #677294;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.faq_tab .nav-item .nav-link:before {
    content: "";
    width: 0;
    height: 1px;
    background: #2A3F54;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

.faq_tab .nav-item .nav-link.active {
    color: #2A3F54;
}

.faq_tab .nav-item .nav-link.active:before {
    width: 100%;
}

.faq_content .tab-pane .card {
    border: 0px;
    border-radius: 0px;
    background: transparent;
    border-bottom: 1px solid #e4e0ee;
}

.faq_content .tab-pane .card .card-header {
    padding: 0px;
    border: 0px;
    background: transparent;
}

.faq_content .tab-pane .card .card-header .btn {
    color: #2A3F54;
    display: block;
    width: 100%;
    text-align: left;
    font: 500 18px/26px "Poppins", sans-serif;
    padding: 20px 30px 20px 0px;
    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: 0px 0px 45px;
    font: 400 15px/26px "Poppins", sans-serif;
    color: #677294;
    line-height: 1.3;
}

.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: #2A3F54;
    height: 45px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    width: 100%;
    border: none;
    padding-left: 10px;
}

.text_box input[type="text"].placeholder, .text_box textarea.placeholder, .text_box input[type="password"].placeholder, .text_box input[type="email"].placeholder {
    color: #2A3F54;
    font-size: 14px;
}

.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: #2A3F54;
    font-size: 14px;
}

.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: #2A3F54;
    font-size: 14px;
}

.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: #2A3F54;
    font-size: 14px;
}

.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: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
    box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
    outline: none;
}

.text_box textarea {
    height: 220px;
}

.contact_form_box .btn_three {
    min-width: 180px;
    text-align: center;
    background: #5e2ced;
    border-color: #5e2ced;
    margin-top: 0px;
}

.contact_form_box .btn_three:hover {
    background: transparent;
    color: #5e2ced;
}

/*============= login_area css =============*/
.login_area {
    /*position: relative;*/
    overflow: hidden;
    z-index: 1;
    /*background: #c7cedf;*/
    background: rgba(123, 147, 170, 0.2);
}

.login_area .login_info {
    padding: 100px 100px 160px 0;
}

.login_area .login_info:before {
    content: "";
    position: absolute;
    width: 2500px;
    right: 0;
    height: 100%;
    /*background: #c7cedf;*/
    top: 0;
    z-index: -1;
}

.login_area .login_info p a {
    color: #677294;
}

.login-form .text_box .text_c {
    color: #2A3F54;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}

.login-form .text_box input[type="password"] {
    padding-top: 8px;
    line-height: 50px;
}

.login-form .text_box input[type="password"]:focus {
    /*padding-top: 0px;*/
}

.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: 20px;
    flex-wrap: wrap;
}

.login-form .extra .checkbox {
    margin-right: 10px;
}

.login-form .extra .checkbox label {
    margin-bottom: 0px;
    color: #2A3F54;
}

.login-form .extra .checkbox input[type="checkbox"] {
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    vertical-align: text-top;
    -moz-appearance: initial;
}

.login-form .extra .checkbox input[type="checkbox"]:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    border: 1px solid #2A3F54;
    border-radius: 2px;
    background-color: white;
}

.login-form .extra .checkbox input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    width: 7px;
    height: 10px;
    border: solid #143485;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 5px;
}

.login-form .btn_three {
    width: 100%;
    background: #5e2ced;
    color: #fff;
    margin-top: 40px;
}

.login-form .btn_three:hover {
    -webkit-box-shadow: 0px 20px 30px 0px rgba(61, 100, 244, 0.16);
    box-shadow: 0px 20px 30px 0px rgba(61, 100, 244, 0.16);
}

.login-form .alter-login {
    font: 400 15px/26px "Poppins", sans-serif;
    color: #73879C;
}

.login-form .alter-login a {
    display: inline-block;
    margin-left: 6px;
}

.login_img {
    /*padding-left: 100px;*/
    margin-right: -150px;
}

.login_img img {
    max-width: 100%;
}

/*About Page*/
.about-page-header {
    background: #c7cedf;
}

.about-page-top-block {
    /*background: #c7cedf;*/
    background: rgba(123, 147, 170, 0.2);
}

.about-page-top-block {
    padding-top: 190px;
}

.about-page-top-block h1 {
    font-size: 30px;
    margin-bottom: 65px;
}

.about-page-top-block img {
    max-height: 378px;
    position: absolute;
    bottom: -80px;
    z-index: 99;
}

.about-page-what-is {
    background: #fff;
    position: relative;
}

.about-page-what-is svg {
    position: absolute;
    bottom: 0;
}

.about-page-what-is {
    padding-top: 175px;
    padding-bottom: 160px;
}

.about-page-err-img {
    text-align: center;
}

.about-page-err-img img {
    max-height: 155px;
    margin-top: 25px;
}

.about-page-err-title h2 {
    margin-bottom: 20px;
    color: #2A3F54;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 28px;
}

.about-page-err-title p {
    color: #2A3F54;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.3;
    letter-spacing: 0;
}

.about-page-why-use {
    /*background: #e5eaf3;*/
    background: rgba(123, 147, 170, 0.2);
    padding-top: 100px;
    padding-bottom: 230px;
    position: relative;
}

.about-page-why-use svg {
    position: absolute;
    bottom: 0;
}

.about-page-how-it-works {
    /*background: #c7cedf;*/
    background: rgba(123, 147, 170, 0.3);
    position: relative;
    padding-bottom: 100px;
}

.about-page-how-it-works h2 {
    color: #2A3F54;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 28px;
}

.about-page-how-it-works .items {
    position: relative;
}

.about-page-how-it-works img {
    max-height: 550px;
    position: absolute;
    left: -65px;
    top: 80px;
}

.about-page-how-it-works .item.mt0 {
    margin-top: 0 !important;
}

.about-page-how-it-works .item.item2 {
    margin-left: 120px;
}

.about-page-how-it-works .item.item3 {
    margin-left: 200px;
}

.about-page-how-it-works .item.item4 {
    margin-left: 235px;
}

.about-page-how-it-works .item.item5 {
    margin-left: 135px;
}

.about-page-how-it-works .item {
    display: flex;
    align-items: center;
    margin-top: 25px;
    max-width: 500px;
}

.about-page-how-it-works .item .number {
    font-family: 'Poppins', cursive;
    font-weight: bold;
    font-size: 48px;
    color: #2A3F54;
    margin-right: 13px;
}

.about-page-how-it-works .item .text {
    font-size: 15px;
    color: #2A3F54;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 400;
}

.error_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: calc(100vh - 394px);
    min-height: 650px;
}

.error_contain h1 {
    font-size: 15vw;
    line-height: 14vw;
    margin-bottom: 0px;
}

.error_contain h2 {
    letter-spacing: 12px;
    margin-bottom: 25px;
}

.error_contain .about_btn {
    min-width: 230px;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(15, 0, 57, 0.1);
    box-shadow: 0px 20px 30px 0px rgba(15, 0, 57, 0.1);
}

h1, h2, h3, h4, h5, h6 {
    /*color: #4b505e;*/
    color: #212529;
}

p {
    font-size: 16px;
    color: #677294;
}

p span {
    padding: 3px 8px;
}

.alert {
    font-size: 16px;
    line-height: 34px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-radius: .25rem;
    margin-bottom: 30px;
}

.alert i {
    float: left;
    font-size: 20px;
    line-height: 32px;
    margin-right: 20px;
}

.alert.error {
    background: #ffebeb;
    border-color: #f4bdbd;
    color: #eb4a4a;
}

.alert.success {
    background: #ecffeb;
    border-color: #b0efac;
    color: #4acc43;
}

.hr {
    width: 100%;
    height: 1px;
    background: #e7e7f6;
    margin-bottom: 40px;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="text"] {
    -webkit-appearance: none;
    outline: none;
}

.erp_menu .er_btn {
    margin-top: 0;
    margin-left: 30px;
}

header .navbar-collapse {
    border-radius: 5px;
}

.erp_menu .navbar-collapse.show .menu > .nav-item > .nav-link, .erp_menu .navbar-collapse.collapsing .menu > .nav-item > .nav-link {
    color: #2A3F54;
}

.erp_menu .menu > .nav-item > .nav-link:before {
    display: none;
}

.erp_menu .menu > .nav-item:hover > .nav-link, .erp_menu .menu > .nav-item.active > .nav-link {
    color: #3498db;
}

.erp_menu .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .erp_menu .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .erp_menu .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
    color: #4e78f4;
}

.hosting_title {
    margin-bottom: 70px;
}

.hosting_title h2 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
    color: #2c2c51;
    margin-bottom: 15px;
}

.hosting_title p {
    color: #2A3F54;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5;
    letter-spacing: 0;
}

.hosting_title .w_color {
    color: #fff;
}

.wave-top {
    width: 100%;
    height: 390px;
    background: #2A3F54;
    /*margin-top: -3px;*/
}

.dashboard-header-menu {
    padding-bottom: 10px;
    padding-top: 10px;
}

.intro-mac {
    max-width: 830px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    z-index: 99;
}

.intro-mac img {
    width: 100%;
}

.section_intro {
    padding-bottom: 100px;
}

/*============== erp_banner_area_two css =============*/
.erp_banner_area_two {
    padding-top: 4rem;
    position: relative;
    z-index: 0;
    background: #2A3F54;
}

.erp_banner_area_two + section {
    position: relative;
    z-index: 1;
}

.erp_banner_area_two .cloud_animation {
    margin-bottom: 0;
}

.erp_banner_area_two .cloud_animation li {
    position: absolute;
}

.erp_banner_area_two .cloud_animation li:nth-child(1) {
    top: 220px;
    left: 170px;
    -webkit-animation: jurk 4s 5s linear infinite alternate;
    animation: jurk 4s 5s linear infinite alternate;
}

.erp_banner_area_two .cloud_animation li:nth-child(2) {
    top: 420px;
    left: 370px;
    -webkit-animation: jurk 4s 2s linear infinite alternate;
    animation: jurk 4s 2s linear infinite alternate;
}

.erp_banner_area_two .cloud_animation li:nth-child(3) {
    left: 120px;
    top: 50%;
    -webkit-animation: jurk 3s 3s linear infinite alternate;
    animation: jurk 3s 3s linear infinite alternate;
}

.erp_banner_area_two .cloud_animation li:nth-child(6) {
    top: 220px;
    right: 170px;
    -webkit-animation: jurk 5s 3s linear infinite alternate;
    animation: jurk 5s 3s linear infinite alternate;
}

.erp_banner_area_two .cloud_animation li:nth-child(4) {
    top: 500px;
    right: 280px;
    -webkit-animation: jurk 4s 2s linear infinite alternate;
    animation: jurk 4s 2s linear infinite alternate;
}

.erp_banner_area_two .cloud_animation li:nth-child(5) {
    right: 120px;
    top: 380px;
    -webkit-animation: jurk 8s 2s linear infinite alternate;
    animation: jurk 8s 2s linear infinite alternate;
}

.erp_banner_area_two .section_container .intro_content h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 500;
}

.erp_banner_area_two .section_container .intro_content p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 40px;
    color: #fff;
}

.erp_banner_area_two .section_container .intro_content .er_btn {
    padding: 10px 37px;
    margin-top: 0;
}

/*============== erp_service_area css =============*/
.erp_service_area {
    /*padding-top: 120px;*/
}

.erp_service_area .row {
    margin-top: 100px;
}

.erp_title h2 {
    font-size: 34px;
}

.erp_title h2 span {
    color: #ff0000;
}

.erp_service_item {
    margin-bottom: 100px;
}

.erp_service_item .h_head:hover {
    color: #4e78f4;
}

.erp_service_item p {
    font-weight: 400;
    margin-bottom: 0;
}

/*=========== erp_features_area css =============*/
.erp_features_img_two {
    position: relative;
    padding-top: 50px;
    max-width: 500px;
}

.erp_features_img_two img {
    width: 100%;
}

.erp_content_two {
    padding-left: 120px;
}

.erp_item_features.last {
    margin-top: 100px;
}

.erp_content_two .erp_title {
    margin-bottom: 40px;
}

.erp_content_two .erp_title h2 {
    margin-bottom: 20px;
    color: #2A3F54;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 28px;
}

.erp_content_two .erp_title .analytices_list {
    padding-top: 0;
    list-style: inherit;
    margin-left: 10px;
}

.erp_content_two .erp_title .analytices_list li {
    padding-left: 0;
    color: #2A3F54;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 10px;
}

.erp_content_two .erp_title .analytices_list li:before {
    display: none;
}

.erp_content_two .erp_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 28px;
}

.flex-row-reverse .erp_content_two {
    padding-right: 125px;
    padding-left: 0;
}

.erp_menu .custom-btn1, .erp_menu .custom-btn4 {
    margin-top: 0;
    margin-left: 30px;
}

.l-spacing-2 {
    letter-spacing: 2px !important;
}

.l-height-1n3 {
    line-height: 1.3 !important;
}

.l-height-1n5 {
    line-height: 1.5 !important;
}

.l-spacing-0 {
    letter-spacing: 0 !important;
}

.custom-btn {
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    border-radius: 10px;
    padding: 12px 22px;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.custom-btn.custom-btn1 {
    color: #3498db;
    border: 2px solid #3498db;
}

.custom-btn.custom-btn1:hover {
    color: #fff;
    background: #3498db;
}

.custom-btn.custom-btn2 {
    background: #3498db;
    color: #fff;
    border: 2px solid #3498db;
}

.custom-btn.custom-btn2:not(.no-hover):hover, .custom-btn.custom-btn3:hover, .custom-btn.custom-btn5:hover {
    box-shadow: 0 10px 24px 0 rgba(0, 11, 40, .3);
}

.custom-btn.custom-btn3 {
    background: #3498db;
    color: #fff;
    font-weight: 500;
    padding: 12px 85px;
    border: 2px solid #3498db;
}

.custom-btn.custom-btn4 {
    color: #143485;
    border: 2px solid #f7845c;
}

.custom-btn.custom-btn4:hover {
    color: #143485;
    background: #f7845c;
    border: 2px solid #f7845c;
}

.custom-btn.custom-btn5 {
    background: #143485;
    color: #f7845c;
    border: 2px solid #143485;
}

.erp_features_area_two {
    padding: 80px 0 120px;
}

.erp_call_action_area {
    padding-bottom: 90px;
    padding-top: 55px;
    background: #fafafa;
    position: relative;
    z-index: 1;
}

.erp_action_content img {
    margin-bottom: 32px;
}

.erp_action_content h3 {
    font-size: 28px;
    font-weight: 500;
    color: #2A3F54;
    line-height: 1.3;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.erp_action_content p {
    font-size: 16px;
    color: #2A3F54;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}

.erp_action_content p span {
    font-weight: 700;
    color: #4e78f4;
}

.erp_action_content .custom-btn {
    margin-top: 20px;
}

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

.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, .nav_right_btn .login_btn.active, .header_area.navbar_fixed .menu_two .nav_right_btn .login_btn.active, .header_area.navbar_fixed .menu_two .nav_right_btn .login_btn:hover, .slider_btn {
    color: #00aff0;
}

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

.header_area.navbar_fixed .menu_two .nav_right_btn .login_btn.active:hover, .slider_btn:hover, .f_widget.about-widget .f_list li a:before {
    background: #00aff0;
}

.analytices_list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 40px;
}

.analytices_list li {
    font-size: 16px;
    line-height: 20px;
    color: #7b7b93;
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
}

.analytices_list li:before {
    content: "\e64c";
    display: inline-block;
    font-family: 'themify';
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 14px;
    color: #4e78f4;
}

.footer_top {
    padding: 70px 0 110px;
}

.f_widget.company_widget .mchimp-errmessage, .f_widget.company_widget .mchimp-sucmessage {
    position: absolute;
}

.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}

.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}

.f_widget.about-widget .f_list li a {
    font: 300 15px/20px "Poppins", sans-serif;
    color: #677294;
    position: relative;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    display: inline-block;
}

.f_widget.about-widget .f_list li a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #6754e2;
    right: 0;
    left: auto;
    bottom: 0;
    position: absolute;
    -webkit-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

.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: 0px;
}

.f_social_icon_two a {
    font-size: 14px;
    color: #969db4;
    margin: 0px 8px;
}

/*============== footer_dark_one css =============*/
.footer_dark_one {
    background: #2A3F54;
}

.footer_dark_one .f-logo img {
    max-height: 30px;
}

.footer_dark_one .footer_top {
    border-color: #1f1d48;
}

.footer_dark_one .f_widget.about-widget .f_list li a, .footer_dark_one .f_social_icon_two a {
    color: #f5f8f2 !important;
}

.footer_dark_one .f_widget.about-widget .f_list li a {
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 400;
}

.dark_widget .f-title {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
}

.dark_widget.company_widget .f_social_icon_two {
    margin-top: 20px;
}

.dark_widget.company_widget .f_social_icon_two p {
    color: #f5f8f2;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 400;
}

.dark_widget.company_widget .f_social_icon_two a:first-child {
    margin-left: 0px;
}

.dark_widget.company_widget .f_social_icon_two a:hover {
    color: #4069eb;
}

.dark_widget.about-widget .f_list li a:before {
    background: #4069eb;
}

.dark_widget .f_subscribe .form-control {
    background: transparent;
    border-color: #202430;
}

.dark_widget .f_subscribe button {
    color: #fff;
}


.footer_dark_ten .f_widget.about-widget .f_list li a:before {
    background: #fff;
}

.footer_dark_ten .f_widget.about-widget .f_list li a:hover {
    color: #3498db !important;
}

.footer_dark_ten .dark_f_bottom .f_menu li a:hover, .footer_dark_ten .dark_f_bottom a {
    color: #23b1fe;
}

.support_form {
    /*background: #c7cedf;*/
}

.faq_area {
    background: rgba(123, 147, 170, 0.2);
}

.support_form .custom-btn {
    padding: 15px 75px;
}

.support_form .login_info:before {
    background: transparent !important;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.form-group {
    margin-bottom: 24px !important;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.custom-a {
    color: #4e78f4 !important;
}

.c-1 {
    color: #2A3F54 !important;
}

.c-2 {
    color: #73879C !important;
}

.c-3 {
    color: #aaaaaa !important;
}

.c-success {
    color: #66AB92 !important;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #000;
}

.languages-mobile {
    display: none !important;
}

.custom-erp-service-area {
    margin-top: 250px;
}

.custom-erp-service-area .custom-erp-service-item h3 {
    margin-bottom: 0;
    margin-top: 35px;
    font-size: 18px;
}

.custom-a1 {
    color: #2A3F54;
    text-decoration: underline;
}

.custom-a1:hover {
    color: #2A3F54;
    text-decoration: none;
}

.custom-erp-service-area .custom-erp-service-item {
    text-align: center;
}

.custom-erp-service-area .custom-erp-service-item .img {
    max-width: 85px;
    margin: 0 auto;
}

.custom-erp-service-area .custom-erp-service-item .img img {
    width: 100%;
}

.custom-erp-service-area .custom-erp-service-item p.description {
    font-size: 15px;
    margin-top: 25px;
}

.custom-erp-service-area .custom-erp-service-item {
    padding: 0 20px;
}

.custom-erp-service-area .custom-erp-service-item .row {
    display: flex;
    flex-wrap: wrap;
}

.custom-erp-service-area .custom-erp-service-item .row div:first-of-type {
    display: flex;
}

.s_pricing-item {
    max-width: 270px;
    padding: 40px 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto 30px;
}

.s_pricing-item.highlight {
    box-shadow: 0 30px 60px 0 rgba(0, 11, 40, .3);
}

.s_pricing-item .price {
    padding-top: 0;
    border: 0;
    padding-bottom: 5px;
}

.s_pricing-item .monitors-count {
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 20px;
    padding: 5px;
}

.s_pricing-item .monitors-count:focus {
    outline: none;
}

.s_pricing-item .ti-check {
    color: #66AB92;
    font-weight: bold;
    margin-right: 10px;
}

.s_pricing-item .ti-close {
    color: #73879C;
    font-weight: bold;
    margin-right: 10px;
}

.s_pricing-item ul {
    margin-bottom: 2rem;
}

.s_pricing-item .custom-btn {
    margin: 35px 0;
    border-width: 1px;
    padding-left: 14px;
    padding-right: 14px;
}

.s_pricing_area .row {
    flex-wrap: wrap;
}

.s_pricing-item .tag {
    position: absolute;
    font: 400 14px "Poppins", sans-serif;
    color: #fff;
    background: #3498db;
    padding: 30px 30px 5px;
    top: -7px;
    left: -41px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.service-status-container {
    margin-top: 50px;
}

.service-status-container .service-status-col {
    display: flex;
    justify-content: flex-end;
}

.service-status-container .service-status-col .back {
    color: #2A3F54;
    display: flex;
    align-items: center;
}

.service-status-container .service-status-col .back:hover {
    color: #000;
}

.service-status-container .service-status-col .back i {
    margin-right: 5px;
    font-size: 12px;
}

.service-status-container .service-status-col.between {
    justify-content: space-between;
    align-items: center;
}

.service-status-container .service-status-block p {
    text-align: right;
    color: #2A3F54;
    font-size: 24px;
    margin-bottom: 0;
}

.status-page-title {
    display: flex;
    align-items: baseline;
}

.status-page-title p {
    margin-bottom: .5rem;
    font-size: 28px;
    color: #2A3F54;
    font-weight: 500;
    margin-right: .5rem;
}

.status-page-title span {
    color: #687790;
    font-size: 20px;
}

.group-container .group-list {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}

.group-container .group-list table {
    width: 100%;
}

/** NEW **/
.group-container .group-list .group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #e6e7e8;
}

.group-container .group-list .group-item:last-child {
    border-bottom: 0;
}


.group-container .group-list .group-item td {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #e6e7e8;
}

.group-container .group-list .group-item:last-child td {
    border-bottom: 0;
}

.group-container .group-list .group-item .group-item-name {
    /*width: 20%;*/
    max-width: 180px;
    width: 100%;
}

.group-container .group-list .group-item .group-item-name a {
    color: #2A3F54;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    /*max-width: 100px;*/
}

.group-container .group-list .group-item .group-item-name .group-item-name-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.group-container .group-list .group-item .group-item-name .group-item-name-parent a i {
    font-size: 12px;
    margin-left: 5px;
    color: #2A3F54;
}

.group-container .group-list .group-item .group-item-name .group-item-name-parent a i:hover {
    color: #000;
}

.group-container .group-list .group-item .group-item-name a:hover {
    color: #000;
}

.group-container .group-list .group-item .group-item-name span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.group-container .group-list .group-item .group-item-chart {
    /*width: 70%;*/
}

.group-container .group-list .group-item .group-item-chart .percent {
    margin-right: 10px;
    width: 60px;
    text-align: right;
}

.group-container .group-list .group-item .group-item-chart .group-item-chart-parent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-container .group-list .group-item .group-item-status.mobile{
    display: none;
}

.group-container .group-list .group-item .group-item-status {
    /*width: 8%;*/
    max-width: 70px;
    width: 100%;
    /*text-align: right;*/
}

.group-container .group-list .group-item .group-item-status .icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 5px;
}

.status-page {
    background: #f9f8f8;
}

.overall-uptime-container .overall-uptime-block {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.overall-uptime-container .overall-uptime-block .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.overall-uptime-block .col-item {
    border-right: 1px solid;
}

.overall-uptime-block .col-item:last-child {
    border-right: 0;
}

.overall-uptime-block .item {
    text-align: center;
}

.overall-uptime-block .item p {
    font-size: 22px;
    color: #2A3F54;
    font-weight: 500;
    margin-bottom: 0;
}

.overall-uptime-block .item span {
    color: #687790;
    font-size: 16px;
}

.status-updates-container {
    margin-bottom: 150px;
}

.status-updates-container .status-updates-block {
    background: #fff;
    padding: 35px 40px;
    border-radius: 10px;
}

.status-updates-container .status-updates-block .empty {
    text-align: center;
}

.status-updates-container .status-updates-block .empty p {
    margin-bottom: 0;
}

.status-updates-container .status-updates-block .empty a {
    color: #143485;
}

.mt-6 {
    margin-top: 2rem;
}

.group-item-chart span.success {
    color: #1ABB9C;
}

.group-item-chart span.danger {
    color: #E74C3C;
}

.group-item-chart span.info {
    color: #73879C;
}

.group-chart {
    display: flex;
}

.group-chart.small .group-chart-item {
    width: 3px;
    height: 15px;
}

.group-chart.small .group-chart-item i {
    width: 3px;
    height: 15px;
    display: block;
}

.group-chart.large .group-chart-item {
    width: 7px;
    height: 17px;
    margin: 2px;
}

.group-chart.large .group-chart-item i {
    width: 6px;
    height: 17px;
    display: block;
}

.group-chart .group-chart-item {
    display: block;
    border-radius: 10px;
    margin-right: 3px;
    cursor: pointer;
}

.group-chart .group-chart-item.success {
    background: #1ABB9C;
}

.group-chart .group-chart-item.empty {
    background: #fff;
    border: 1px solid rgba(104, 119, 144, .5);
    cursor: default;

}

.group-chart .group-chart-item.danger {
    background: #E74C3C;
}

.group-chart .group-chart-item.info {
    background: #73879C;
}

.group-container .group-list .group-item .group-item-status.success {
    color: #1ABB9C;
}

.group-container .group-list .group-item .group-item-status.success .icon {
    background: #1ABB9C;
}

.group-container .group-list .group-item .group-item-status.danger {
    color: #E74C3C;
}

.group-container .group-list .group-item .group-item-status.danger .icon {
    background: #E74C3C;
}

.group-container .group-list .group-item .group-item-status.start {
    color: #3498DB;
}

.group-container .group-list .group-item .group-item-status.start .icon {
    background: #3498DB;
}

.group-container .group-list .group-item .group-item-status.pause {
    color: #5A738E;
}

.group-container .group-list .group-item .group-item-status.pause .icon {
    background: #5A738E;
}

.uptime-container .uptime-block .percent.success {
    color: #1ABB9C;
}

.uptime-container .uptime-block .percent.danger {
    color: #E74C3C;
}

.uptime-container .uptime-block .percent.info {
    color: #73879C;
}

.uptime-container .uptime-block {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.a-underline:hover {
    text-decoration: underline;
}

.response-container .response-block {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.recent-container {
    margin-bottom: 150px;
}

.recent-container .recent-block {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.recent-container .load-more {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    color: #2A3F54;
    text-decoration: underline;
    font-size: 16px;
}

.recent-container .load-more:hover {
    text-decoration: none;
}

.recent-container .load-more.disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.recent-container .recent-block-parent {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.recent-container .recent-block-parent-item {
    display: flex;
    align-items: baseline;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e7e8;
}

.recent-container .recent-block-parent-item i {
    font-size: 18px;
}

.recent-container .recent-block-parent-item i:before{
    vertical-align: sub;
}

.recent-container .recent-block-parent-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.recent-container .result {
    padding-left: 20px;
    width: 100%;
}

.recent-container .result p {
    margin-bottom: .3rem;
}

.recent-container .result .title {
    font-size: 18px;
    color: #2A3F54;
    font-weight: 500;
}

.recent-container .result .title:not(.no-overflow){
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.recent-container .result .date {
    color: #687790;
    font-size: 14px;
    font-weight: 300;
}

.recent-container .result .reason {
    color: #2A3F54;
    font-size: 16px;
}

.recent-container .result .reason b {
    font-weight: 600;
}

.recent-container .result .reason .code {
    width: 25px;
    height: 19px;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
}

.recent-container .result .reason .code.error {
    background: #E74C3C;
}


.recent-container .result .details {
    color: #687790;
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recent-container .result .details b {
    font-weight: 500;
}

.status-success {
    color: #1ABB9C;
}

.status-danger {
    color: #E74C3C;
}

.status-start {
    color: #3498DB;
}

.status-pause {
    color: #5A738E;
}

.empty-data {
    text-align: center;
    font-size: 16px;
}

.vue-tooltip {
    z-index: 999999999999;
    color: #fff;
    background: #143485;
    font-weight: 100;
    border-radius: 10px;
    padding: 3px 5px;
}

.tooltip-content {
    text-align: left;
    padding: 3px 5px;
}

.tooltip-content p {
    color: #687790;
    font-size: 12px;
    margin-bottom: 0;
}

.status-page .echarts {
    width: 100% !important;
    height: 200px !important;
}

.text-underline {
    text-decoration: underline;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-logo img {
    margin-right: 5px;
}

.footer-logo span {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.swal2-styled:focus {
    outline: 0;
    box-shadow: none !important;
}

.we-got-you-covered, .get-started-with-our-free-tier {
    max-width: 700px;
    margin: 0 auto;
}

.monitor-your-website-and-get-notified-when-problems-occur {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.sticky-content {
    min-height: calc(100vh - 394px);
}

.v-title-parent {
    text-align: center;
}

.v-title-parent .v-title-parent-contents {
    font-size: 12px !important;
    word-break: break-word !important;
}