/*----------------------------------------------------
@File: Default Styles

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Docly
@Version: 1.1.0

@Default Styles

Table of Content:
01/ Variables
02/ predefine
03/ header
04/ banner
05/ about
06/ portfolio
07/ team
08/ blog
09/ service
10/ blog
11/ contact 
12/ footer 


=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*=================== fonts ====================*/


.col-md-offset-right-1, .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
}

.loghimedia img {
    max-width: 120px !important;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
html {
    height: 100%;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #FFF;
    opacity: .9;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a {
    color: #FFF;
    text-decoration: none;
    background-color: transparent;
}

p strong {
    font-weight: 600;
}

.font-weight-bold {
    font-weight: 900 !important;
}

body {
    line-height: 20px;
    font-size: .875rem;
    height: 100%;
    /*font-family: "Manrope", sans-serif;*/
    font-family: "Manrope", sans-serif;
    font-weight: 300;
    color: #fff; /*3b4651*/


    background-color: #EC1D78; /* colore di fallback */
    background-attachment: fixed;
    letter-spacing: .5px;

}

:root {
    --bg: radial-gradient(circle at top left, #3B4651, transparent 50%),
    radial-gradient(circle at top right, #FDB913, transparent 50%),
    radial-gradient(circle at bottom left, #8DC63F, transparent 50%),
    radial-gradient(circle at bottom right, #00B5E2, transparent 50%),
    #EC1D78; /* fallback in coda */
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    /* niente background qui: iOS ignorerebbe il fixed */
    background: transparent;
    line-height: 20px;
    font-size: .875rem;
    font-family: "Manrope", sans-serif;
    font-weight: 300;
    color: #fff;
    letter-spacing: .5px;
    min-height: 100vh;
}

:root{
    /* Safe area */
    --sat: env(safe-area-inset-top, 0px);
    --sab: env(safe-area-inset-bottom, 0px);
    --sal: env(safe-area-inset-left, 0px);
    --sar: env(safe-area-inset-right, 0px);

    /* Theme */
    --bg-grad:
            radial-gradient(circle at top left, #3B4651, transparent 50%),
            radial-gradient(circle at top right, #FDB913, transparent 50%),
            radial-gradient(circle at bottom left, #8DC63F, transparent 50%),
            radial-gradient(circle at bottom right, #00B5E2, transparent 50%),
            #EC1D78;
    --header-h: 76px;
    --bottom-h: 60px;
    --card-bg: rgba(255,255,255,0.08);
    --border: rgba(255,255,255,0.18);
    --text: #fff;
}

/* compat vecchi iOS */
@supports (padding: constant(safe-area-inset-top)) {
    :root{
        --sat: constant(safe-area-inset-top);
        --sab: constant(safe-area-inset-bottom);
        --sal: constant(safe-area-inset-left);
        --sar: constant(safe-area-inset-right);
    }
}

* { box-sizing: border-box; }


/* Sfondo “fixed” robusto su iOS */
html::before{
    content:"";
    position: fixed;
    inset: 0; z-index: -1;
    pointer-events: none;
    background: var(--bg-grad);
}

.viewport { min-height: 100vh; padding: 0 var(--sal) 0 var(--sar); }
@supports (height: 100dvh) {
    .viewport { min-height: 100dvh; }
}

:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

    font-family: "Manrope", sans-serif;
    /*color: #3b4651;
	line-height: 1;*/
}

.text-extra-large {
    font-size: 3rem;
}

.h1, h1 {
    font-size: 5rem;
    font-weight: 900;
}

h3, .h3 {
    font-size: 1.5rem;
}

.signup_inner label {
    letter-spacing: .5px;
    font-size: .75rem;
}

label strong {
    font-weight: 600;
}

.w40 {
    width: 40px;
}

#cftick {
    text-transform: uppercase;
}

.homebg { /*background: url('../img/bg-landinf-6.jpg') no-repeat center center !important; background-size: cover !important;*/
    padding-top: 100px;
    padding-bottom: 0px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3f5366+0,3b4651+100 */
    background: rgb(63, 83, 102); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(63, 83, 102, 1) 0%, rgba(59, 70, 81, 1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(63, 83, 102, 1) 0%, rgba(59, 70, 81, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(63, 83, 102, 1) 0%, rgba(59, 70, 81, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f5366', endColorstr='#3b4651', GradientType=1); /* IE6-9 fallback on horizontal gradient */

}

.opac07 {
    opacity: .7;
}

.opac04 {
    opacity: .7;
}

.opac04:hover {
    opacity: 1;
}

.h1 {
    font-size: 50px;
}

.h2 {
    font-size: 44px;
}

.h3 {
    font-size: 36px;
}

.h4 {
    font-size: 30px;
    font-weight: 600;
}

.h5 {
    font-size: 24px;
}

.h6 {
    font-size: 18px;
}

.bold {
    font-weight: 600;
}

.medium {
    font-weight: 400;
}

.regular {
    font-weight: 400;
}

.shortcode_info h1, .shortcode_info h2, .shortcode_info h3, .shortcode_info h4, .shortcode_info h5, .shortcode_info h6,
.blog_single_item h1, .blog_single_item h2, .blog_single_item h3, .blog_single_item h4, .blog_single_item h5, .blog_single_item h6 {
    margin-bottom: 30px;
}

button:focus {
    outline: none;
}

.body_wrapper {
    overflow: hidden;
}

.sec_pad {
    padding: 7rem 0;
}

.pl-40 {
    padding-left: 40px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-60 {
    padding-right: 60px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1600px;
    }

    .signup_right {
        height: 100vh;
        padding: 5rem 0;
        overflow-y: scroll;
        align-items: baseline !important
    }
}

@media (min-width: 1500px) {
    .custom_container {
        /*max-width: 1470px;*/
    }
}

/*===== section title scss ======*/
.section_title {
    margin-bottom: 56px;
}

.section_title p {
    max-width: 530px;
    margin: 10px auto 0;
}

.section_title.text-left p {
    max-width: inherit;
}

.h_title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 600;
}

.text-large {
    font-size: 60px;
}

.text-medium-large {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}

.text-medium {
    font-size: 25px;
    line-height: 30px;
}

.c_head {
    font-size: 20px;
    line-height: 26px;
}

/*===== section title scss ======*/
.bg_color {
    background: #fafcfd;
}

.f_bg_color {
    background: #f6fbfc;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.action_btn2 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    box-shadow: 0 5px 5px 0 rgba(12, 118, 142, 0.24);
    border-radius: 4px;
    background: #10b3d6;
    display: inline-block;
    padding: 8px 20px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .18s ease-in-out;
}

.action_btn2.active {
    color: #10b3d6;
    border: 2px solid #10b3d6;
    background: #DFF6FF;
}

.action_btn2 i {
    vertical-align: middle;
    font-size: 18px;
    padding-left: 5px;
}

.action_btn {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #fff !important;
    box-shadow: 0 5px 10px 0 rgba(12, 118, 142, 0.24) !important;
    border-radius: 4px !important;
    background: #10b3d6 !important;
    display: inline-block;
    padding: 14px 28px !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .18s ease-in-out;
}

.action_btn i {
    vertical-align: middle;
    font-size: 18px;
    padding-left: 5px;
}

.action_btn:hover {
    box-shadow: none;
    background: #0C8BA7 !important;
    color: #fff;
}

.action_btn4 {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #fff !important;
    box-shadow: 0 5px 10px 0 rgba(12, 118, 142, 0.24) !important;
    border-radius: 30px !important;
    background: #10b3d6 !important;
    display: inline-block;
    border: 0;
    padding: 14px 14px !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .18s ease-in-out;
}

.action_btn4 i {
    vertical-align: middle;
    font-size: 18px;
    padding-left: 5px;
}

.action_btn4:hover {
    color: #fff;
    background: #0d8ca7 !important;
    box-shadow: 0 5px 10px 0 rgba(12, 118, 142, 0.45) !important;
}

.action_btn3 {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #fff !important;
    box-shadow: 0 0px 0px 0 rgba(12, 118, 142, 0.1) !important;
    border: 2px dashed rgba(255, 255, 255, 1) !important;
    border-radius: 30px !important;
    background: rgba(255, 255, 255, .1) !important;
    display: inline-block;
    padding: 12px 20px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .15s ease-in-out;

}

.action_btn3 i {
    vertical-align: middle;
    font-size: 16px;
    padding-left: 5px;
}

.action_btn3 .float-right i {
    vertical-align: middle;
    font-size: 20px !important;
    padding-left: 5px;
    margin-top: -2px;
}

.action_btn3:hover {
    box-shadow: none;
    color: #fff;
}

.box-attivita:hover .action_btn3 {
    background: rgba(16, 179, 214, 1) !important;
    letter-spacing: 0px;
}

.action_btn3 .float-right {
    position: relative; /* necessario per muoverlo */
    animation: bounceRight 3s infinite; /* durata 3s, loop infinito */
}


@keyframes bounceRight {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(0); /* posizione di partenza */
    }
    40% {
        transform: translateX(20px); /* sposta a destra */
    }
    60% {
        transform: translateX(10px); /* rimbalzo indietro */
    }
}

.box-attivita:hover .action_btn3 .float-right {
    animation: none;
}

/*
.action_btn3 {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #fff !important;
  box-shadow: 0 5px 10px 0 rgba(12, 118, 142, 0.24) !important;
  border-radius: 30px !important;
  background: #10b3d6 !important;
  display: inline-block;
  padding: 9px 20px !important;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .18s ease-in-out;
}
.action_btn3 i {
  vertical-align: middle;
  font-size: 14px;
  padding-left: 5px;
}
.action_btn3:hover {
  box-shadow: none;
  color: #fff;
}
*/

.doc_border_btn {
    border: 2px solid #79ccde;
    border-radius: 4px;
    color: #10b3d6;
    font-size: 14px;
    font-weight: 400;
    background: #f8fdfe;
    display: inline-block;
    padding: 6px 34px;
    text-align: center;
    transition: all 0.3s linear, color 0.2s;
}

.doc_border_btn i {
    margin-left: 6px;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    transition: all 0.2s linear, color 0s linear;
}

.doc_border_btn:hover {
    box-shadow: 0 10px 20px 0 rgba(12, 118, 142, 0.2);
    background: #10b3d6;
    border-color: #10b3d6;
    color: #fff;
}

.doc_border_btn:hover i {
    transform: translateX(8px);
}

.doc_border_btn2 {
    border: 2px solid #79ccde;
    border-radius: 4px;
    color: #10b3d6;
    font-size: 14px;
    font-weight: 400;
    background: #f8fdfe;
    display: inline-block;
    padding: 6px 14px;
    text-align: center;
    transition: all 0.3s linear, color 0.2s;
}

.doc_border_btn2 i {
    margin-left: 0px;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    transition: all 0.2s linear, color 0s linear;
}

.doc_border_btn2:hover {
    box-shadow: 0 10px 20px 0 rgba(12, 118, 142, 0.2);
    background: #10b3d6;
    border-color: #10b3d6;
    color: #fff;
}

.doc_border_btn2:hover i {
    transform: translateX(8px);
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================= header area css ===============*/
.navbar {
   /* border: 0;
    border-radius: 0;
    padding: 0;
    width: 100%;
    left: 0;
    top: 10px;
    z-index: 1050;
    position: absolute;*/
    position: sticky; top: 0;

    padding: calc(4px + var(--sat)) 5px 5px 5px;  /* spazio notch in alto */
    gap: 12px;
    backdrop-filter: blur(10px) saturate(1.1);
    background: transparent;
    border-radius: 30px;
    margin: 0px;
    z-index: 10;
}

.navbar > .container {
    background: rgba(255, 255, 255, .1);
    border-radius: 30px;
}

.menu_one {
    background: transparent; /*#3b4651*/
    transition: all 0.2s linear;
}

.sticky_logo img + img {
    display: none;
}

.menu > .nav-item {
    padding-bottom: 25px;
    padding-top: 25px;
    transition: all 0.3s linear;
}

.menu > .nav-item > .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 0;

}

.menu > .nav-item > .nav-link:after {
    display: none;
}

.menu > .nav-item.submenu .dropdown-menu {
    margin: 0;
    border-radius: 4px;
    left: -38px;
    min-width: max-content;
    border: 1px solid #e6eeef;
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
}

.menu > .nav-item.submenu .dropdown-menu:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: -6px;
    transform: rotate(45deg);
    left: 40px;
    border-left: 1px solid #e6eeef;
    border-top: 1px solid #e6eeef;
}

@media (min-width: 992px) {
    .menu > .nav-item.submenu .dropdown-menu {
        transform: translateY(20px);
        transition: all 0.3s ease-in;
        opacity: 0;
        visibility: hidden;
        display: block;
    }
}

.menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item {
    padding: 0 30px;
}

.menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item + .nav-item {
    margin-top: 8px;
}

.menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item .nav-link {
    display: flex;
    align-items: center;
}

.menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item .nav-link:before {
    display: none;
}

.menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item .nav-link img {
    margin-right: 20px;
    width: 32px;
}

.menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item .nav-link i {
    margin-right: 20px;
    width: 32px;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item {
    padding: 0 40px 0 30px;
    transition: all 0.3s linear;
    position: relative;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item + .nav-item {
    margin-top: 18px;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
    padding: 0;
    white-space: nowrap;
    font: 400 14px/16px "Roboto", sans-serif;
    color: #6b707f;
    transition: color 0.2s linear;
    position: relative;
    display: inline-block;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
    display: none;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #10b3d6;
    transition: all 0.2s linear;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link h5 {
    padding-top: 9px;
    margin-bottom: 0;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    transition: all 0.2s linear;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link p {
    margin-bottom: 0;
    line-height: 29px;
    font-size: 14px;
    padding-bottom: 0;
}

.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: #10b3d6;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link:before, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link:before, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link:before {
    width: 100%;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link h5, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link h5, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link h5 {
    color: #10b3d6;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > i, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > i, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > i {
    color: #10b3d6;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    transition: all 0.3s ease-in;
}

.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;
        transform: translateY(20px);
        transition: all 0.3s ease-in;
    }
}

.menu > .nav-item.submenu.mega_menu .dropdown-menu {
    min-width: 540px;
    padding: 0;
    background: #4464a1;
    border: 0;
    max-height: 309px;
    min-height: 309px;
}

.menu > .nav-item.submenu.mega_menu .dropdown-menu li > div {
    min-height: 309px;
}

.menu > .nav-item.submenu.mega_menu .dropdown-menu .nav-pills {
    padding: 30px 0;
    background: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 100%;
    margin-right: -10px;
}

.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item {
    padding: 0 30px;
}

.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:after {
    content: "\35";
    position: absolute;
    right: 25px;
    top: -1px;
    font-family: 'ElegantIcons';
    display: block;
    color: #10b3d6;
    transition: all 0.2s linear;
    opacity: 0;
}

.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item .nav-link {
    font-size: 14px;
    color: #6b707f;
    display: inline-block;
    border-radius: 0;
}

.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item .nav-link.active {
    background: transparent;
}

.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item + .nav-item {
    margin-top: 12px;
}

.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:after, .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:after {
    opacity: 1;
    right: 20px;
}

.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover .nav-link, .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active .nav-link {
    color: #10b3d6;
}

.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane {
    padding: 26px 10px;
}

.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list {
    width: 50%;
    padding-bottom: 12px;
}

.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list.w_100 {
    width: 100%;
}

.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li {
    margin-bottom: 12px;
}

.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    position: relative;
    font-family: "Manrope", sans-serif;
}

.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.2s linear;
}

.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a:hover:before, .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a.active:before {
    width: 100%;
}

.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane p {
    font-size: 14px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}

.menu > .nav-item.active > i {
    color: #10b3d6;
}

.menu > .nav-item.active .nav-link {
    color: #10b3d6;
}

.menu > .nav-item.active .nav-link:before {
    transform: scaleX(1);
    opacity: 1;
    background: #209ff0;
}

.menu > .nav-item:hover > i {
    color: #10b3d6;
}

.menu > .nav-item:hover .nav-link {
    color: #10b3d6;
}

.homexxx .tab-content > .active {
    display: flex !important;
}

.homexx .tab-content > .active {
    display: flex !important;
}

.menu > .nav-item:hover .nav-link:before {
    transform: scaleX(1);
    opacity: 1;
    background: #209ff0;
}

@media (min-width: 992px) {
    .menu > .nav-item:hover .dropdown-menu {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .menu > .nav-item:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }
}

.menu > .nav-item + .nav-item {
    margin-left: 25px;
}

.nav_btn {
    font-size: 14px;
    font-weight: 400;
    padding: 7px 25px;
    text-align: center;
    border-radius: 55px;
    border: 2px solid transparent;
    transition: all 0.3s linear;
    margin-left: 80px;
    background: #fff;
    border-color: #fff;
    color: #10b3d6;
}

.nav_btn:hover {
    background: #10b3d6;
    border-color: #10b3d6;
    color: #fff;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

/*================= header area css ===============*/
/*=========== dk_menu css ===========*/
.menu_two {
    box-shadow: 0 4px 10px 0 rgba(12, 118, 142, 0.06);
    z-index: 10;
    background: #fff;
}

.menu_two .nav_btn {
    border: 2px solid #79ccde;
    color: #10b3d6;
    background: #f8fdfe;
}

.menu_two .nav_btn i {
    padding-right: 8px;
    font-size: 12px;
}

.menu_two .nav_btn:hover {
    background: #10b3d6;
    color: #fff;
    border-color: #10b3d6;
}

.menu_two .menu_toggle .hamburger span, .menu_two .menu_toggle .hamburger-cross span {
    background: #1d2746;
}

.menu_two + div, .menu_two + section {
    margin-top: 98px;
}

.dk_menu > .nav-item > .nav-link {
    color: #6b707f;
}

.dk_menu > .nav-item > .nav-link i {
    padding-right: 5px;
    font-size: 14px;
}

.mobile_dropdown_icon {
    display: none;
}

/*=========== dk_menu css ===========*/
@media (max-width: 991px) {
    .display_none {
        display: none;
    }

    .lp_landing h1 {
        font-size: 1.5rem !important;
    }

    .lp_landing p.lead {
        font-size: .875rem;
        line-height: 1.2rem
    }
}

.sticky-nav-doc .mobile_main_menu .menu_toggle .hamburger span {
    background: #1d2746;
}

.mobile_main_menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 13px 0;
}

@media (min-width: 992px) {
    .mobile_main_menu {
        display: none;
    }
}

.mobile_main_menu .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile_main_menu .menu_toggle {
    margin-right: 18px;
}

.mobile_main_menu .menu_toggle .hamburger span {
    width: 100%;
}

.mobile_main_menu .mobile_menu_left {
    display: flex;
}

.mobile_main_menu .nav_btn {
    margin: 0;
}

.mobile_main_menu.navbar_fixed {
    box-shadow: 0 4px 10px 0 rgba(12, 118, 142, 0.06);
    background: #fff;
    transition: all 0.2s, top 0.4s linear;
}

.mobile_main_menu.navbar_fixed .nav_btn {
    border-color: #6b707f;
}

.mobile_main_menu.navbar_fixed .nav_btn:hover {
    border-color: #10b3d6;
}

/*=========== menu_four css ===========*/
.sticky_menu .menu_one {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.sticky_menu .menu_one + div, .sticky_menu .menu_one + section {
    margin-top: 100px;
}

.sticky_menu .menu_one .menu > .nav-item .nav-link {
    position: relative;
    color: #6b707f;
    font-weight: 400;
}

.sticky_menu .menu_one .menu > .nav-item:hover > .nav-link, .sticky_menu .menu_one .menu > .nav-item.active > .nav-link {
    color: #10b3d6;
}

.menu_social {
    margin-bottom: 0;
    margin-left: 70px;
}

.search_form {
    width: 250px;
    list-style: none;
    position: relative;
}

.search_form .form-control {
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
    height: 45px;
    margin-top: -2px;
    padding-left: 20px;
    background: #fafcfd;
    border: 1px solid #e1e4e5;
    border-radius: 4px;
    box-shadow: none;
}

.search_form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.search_form .form-control.placeholder {
    color: #8f94a6;
}

.search_form .form-control:-moz-placeholder {
    color: #8f94a6;
}

.search_form .form-control::-moz-placeholder {
    color: #8f94a6;
}

.search_form .form-control::-webkit-input-placeholder {
    color: #8f94a6;
}

.search_form button {
    position: absolute;
    top: 11px;
    right: 15px;
    border: 0;
    padding: 0;
    color: #1d2746;
    background: transparent;
    font-size: 14px;
    z-index: 3;
}

/*=========== menu_four css ===========*/
.nav_btn_two {
    border-color: #79ccde;
    background: #f1f8fc;
}

.nav_btn_two:hover {
    border-color: #10b3d6;
}

.navbar_fixed {
    position: fixed;
}

.navbar_fixed.menu_one {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    background: #fff;
    transition: all 0.2s, top 0.4s linear;
}

.navbar_fixed.menu_one .menu > .nav-item {
    padding-bottom: 25px;
    padding-top: 25px;
}

.navbar_fixed.menu_one .menu > .nav-item > .nav-link {
    color: #6b707f;
}

.navbar_fixed.menu_one .menu > .nav-item:hover > .nav-link, .navbar_fixed.menu_one .menu > .nav-item.active > .nav-link {
    color: #10b3d6;
}

.navbar_fixed.menu_one .menu > .nav-item.submenu.mega_menu .dropdown-menu {
    border-top: 1px solid #e6eeef;
}

.navbar_fixed.menu_one .nav_btn {
    color: #10b3d6;
    border: 2px solid #79ccde;
}

.navbar_fixed.menu_one .nav_btn:hover {
    background: #10b3d6;
    color: #fff;
    border-color: #10b3d6;
}

.navbar_fixed .sticky_logo img {
    display: none;
}

.navbar_fixed .sticky_logo img + img {
    display: block;
}

.navbar_fixed.menu_two {
    box-shadow: 0 4px 10px 0 rgba(12, 118, 142, 0.06);
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    position: fixed;
    transition: top 0.4s linear;
}

@media (min-width: 992px) {
    .navbar_fixed.menu_two .menu > .nav-item {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.navbar_fixed.menu_two + div, .navbar_fixed.menu_two + section {
    margin-top: 86px;
}

.navbar_fixed .menu_toggle .hamburger span, .navbar_fixed .menu_toggle .hamburger-cross span {
    background: #1d2746;
}

.navbar-toggler {
    padding-right: 0;
    padding-left: 0;
}

.hamburger {
    height: 100%;
    width: 100%;
    display: block;
}

.hamburger span {
    width: 0%;
    height: 0px;
    position: relative;
    top: 0;
    left: 0;
    margin: 0px 0;
    display: block;
    opacity: 0;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.hamburger span:nth-child(1) {
    transition-delay: 0s;
}

.hamburger span:nth-child(2) {
    transition-delay: .125s;
}

.hamburger span:nth-child(3) {
    transition-delay: .2s;
}

.menu_toggle {
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: block;
}

.menu_toggle .hamburger {
    position: absolute;
}

.menu_toggle .hamburger-cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    display: block;
}

.menu_toggle .hamburger-cross span {
    display: block;
    background: #fff;
    border-radius: 3px;
    -webkit-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;
    transition-delay: .3s;
}

.menu_toggle .hamburger-cross span:nth-child(2) {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    transition-delay: .4s;
}

.collapsed .menu_toggle .hamburger span {
    width: 100%;
    opacity: 1;
}

.collapsed .menu_toggle .hamburger span:nth-child(1) {
    transition-delay: .3s;
}

.collapsed .menu_toggle .hamburger span:nth-child(2) {
    transition-delay: .4s;
}

.collapsed .menu_toggle .hamburger span:nth-child(3) {
    transition-delay: .5s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
    height: 0%;
    transition-delay: 0s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
    width: 0%;
    transition-delay: .2s;
}

/*=========== side_menu css ===========*/
.side_menu {
    width: 300px;
    height: 100vh;
    max-height: 100vh;
    top: 0;
    position: fixed;
    transform: translate3d(-300px, 0, 0);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1013;
    background: #fff;
    padding: 20px 0;
    overflow-x: hidden;
}

.side_menu .mobile_menu_header {
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.side_menu .mobile_menu_header .close_nav {
    font-size: 25px;
    color: #1d2746;
    margin-right: 15px;
}

.side_menu .mobile_menu_header .close_nav i + i {
    display: none;
}

.side_menu .doc_left_sidebarlist {
    border: 0;
    padding-right: 1rem;
}

.side_menu .doc_left_sidebarlist:before {
    display: none;
}

.side_menu .nav-sidebar .nav-item {
    padding-right: 0;
}

.side_menu .mobile_nav_wrapper {
    display: flex;
    transform: translate3d(-300px, 0, 0);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.side_menu .mobile_nav_top, .side_menu .mobile_nav_bottom {
    height: calc(100vh - 65px);
    flex-shrink: 0;
    display: block;
    width: 300px;
    padding: 0 15px;
}

.side_menu .mobile_nav_top {
    padding-top: 30px;
}

.side_menu .mobile_nav_top .menu {
    padding-left: 0;
    padding-right: 0;
}

.side_menu.menu-opened .mobile_nav_wrapper {
    transform: translate3d(0, 0, 0);
}

.side_menu.menu-opened .close_nav i {
    display: none;
}

.side_menu.menu-opened .close_nav i + i {
    display: block;
}

.click_capture {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 99;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s linear;
}

@media (max-width: 992px) {
    .menu-is-opened {
        overflow: hidden;
        height: 100%;
    }

    .menu-is-opened .click_capture {
        opacity: 1;
        visibility: visible;
    }

    .menu-is-opened .side_menu {
        transform: translate3d(0, 0, 0);
    }
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=========== doc_banner_area_one css ============*/
.doc_banner_area_one .btn-home {
    border: 2px solid white;
    padding: 10px 50px;
    bottom: 50px;
    right: 30px;
    color: #fff;


}

.doc_banner_area_one .btn-home:hover {
    background: #FFF;
    color: #10b3d6;

}

.doc_banner_area_one {
    padding-top: 76px;
    padding-bottom: 30px;
    display: block;
    align-items: center;
    /* background: radial-gradient(circle at top left,     #3B4651, transparent 50%),
    radial-gradient(circle at top right,    #FDB913, transparent 50%),
    radial-gradient(circle at bottom left,  #8DC63F, transparent 50%),
    radial-gradient(circle at bottom right, #00B5E2, transparent 50%),
    #EC1D78;
    background-size: 150% 150%;
    animation: moveGradients 5s ease-in-out infinite alternate;*/
    color: #fff;


    /* background-image: linear-gradient(30deg, #1d2746 0%, #10b3d6 100%);*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d2746+0,167799+50,167799+100 */
    /*background: rgb(29,39,70); /* Old browsers */
    /*background: -moz-linear-gradient(-45deg,  rgba(29,39,70,1) 0%, rgba(22,119,153,1) 50%, rgba(22,119,153,1) 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(-45deg,  rgba(29,39,70,1) 0%,rgba(22,119,153,1) 50%,rgba(22,119,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(135deg,  rgba(29,39,70,1) 0%,rgba(22,119,153,1) 50%,rgba(22,119,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2746', endColorstr='#167799',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    position: relative;
    overflow: hidden;
    z-index: 1;
}

@keyframes moveGradients {
    0% {
        background-position: 0% 0%, 100% 0%, 0% 100%, 100% 100%;
    }
    25% {
        background-position: 20% 10%, 80% 20%, 10% 80%, 90% 90%;
    }
    50% {
        background-position: 50% 0%, 50% 50%, 0% 50%, 100% 50%;
    }
    75% {
        background-position: 80% 20%, 20% 80%, 90% 30%, 10% 90%;
    }
    100% {
        background-position: 100% 0%, 0% 100%, 100% 100%, 0% 0%;
    }
}

.doc_banner_area_one .star {
    z-index: -1;
}

.doc_banner_area_one .star_one {
    right: 170px;
    top: 50%;
    animation: star 9s both infinite alternate 5s;
}

.doc_banner_area_one .star_two {
    top: 33px;
    right: 147px;
    animation: star2 4s ease-in-out infinite alternate;
}

.doc_banner_area_one .star_three {
    top: 50px;
    left: 347px;
    animation: star 7s ease-in-out infinite alternate;
}

.doc_banner_area_one .one {
    bottom: 0;
    right: 50%;
}

.doc_banner_area_one .two {
    bottom: 0;
    left: 50%;
}

.doc_banner_area_one .three {
    bottom: 0;
    left: 520px;
}

.doc_banner_area_one .four {
    bottom: 0;
    left: 58%;
    margin-left: -20px;
}

.doc_banner_area_one .five {
    bottom: 0px;
    left: 64%;
    transform: translateX(-50%);
    height: 250px
}

.bl_left {
    width: 150px;
    height: 145px;
    bottom: -7px;
    left: 20px;
    z-index: 0;
}

.bl_right {

    right: 70px;
    bottom: 280px;
    z-index: 0;
}

.dark {
    position: absolute;
    width: 100%;
    left: 0;
    height: auto;
    bottom: 0;
    z-index: -1;
}

.dark_two {
    position: absolute;
    width: 100%;
    left: 0;
    height: auto;
    bottom: 0;
    z-index: -1;
}

.star {
    top: 0;
    width: 100%;
    left: 0;
    z-index: 0;
    right: 0;
    height: auto;
}

.doc_banner_text {
    text-align: center;

}

.doc_banner_text h2, .doc_banner_text p, .doc_banner_text h6 {
    color: #fff;
}

.doc_banner_text h2 {
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    font-family: "Manrope", sans-serif;
}

.doc_banner_area_one h4 {
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: "Manrope", sans-serif;

}

.doc_banner_area_one h4.number {
    font-size: 40px;
}

.doc_banner_text p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 300;

}

.doc_banner_text h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 40px;
}

.doc_banner_text h6 span {
    font-weight: 400;
    color: #e1e1e1;
    margin-right: 10px;
}

.doc_banner_text a {
    color: #fff;
    margin-right: 10px;
    letter-spacing: 1px;
}

.doc_banner_text h6 a:last-child {
    margin-right: 0;
}

.doc_banner_text .banner_search_form {
    margin-top: 65px;
}

.banner_search_form {
    max-width: 570px;
    border-bottom: 1px solid #5e6871;
    margin: 0 auto;
    display: flex;
}

.banner_search_form select {
    background: transparent;
    color: #FFF;
    font-weight: 300;
}

.banner_search_form select option {
    color: #333;
}

.banner_search_form .form-control {
    background: transparent;
    border-radius: 0px;
    padding-left: 10px;
    font-size: 12px;
    border: 0;
    border-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    color: #FFF;
}

.banner_search_form .form-control.placeholder {
    color: #848996;
}

.banner_search_form .form-control:-moz-placeholder {
    color: #848996;
}

.banner_search_form .form-control::-moz-placeholder {
    color: #848996;
}

.banner_search_form .form-control::-webkit-input-placeholder {
    color: #848996;
}

.banner_search_form button {
    padding: 5px 15px;
    font-size: 14px;
    background: #5e6871;
    font-weight: 300;
    color: #fff;
    text-align: center;
    border: 0;
    border-radius: 0px 4px 0 0;
    margin-left: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: all 0.4s linear;
}

.banner_search_form button:hover {
    background: #1db2d5;
}

.banner_search_form.search_mobile {
    max-width: 350px;
    border-bottom: 0px solid #5e6871;
    margin: 0 0;
    display: flex;
}

.banner_search_form.search_mobile select {
    background: transparent;
    color: #FFF;
    font-weight: 300;
    height: 40px;

}

.banner_search_form.search_mobile select option {
    color: #333;
}

.banner_search_form.search_mobile .form-control {
    background: transparent;
    border-radius: 0px;
    padding: 5px 10px;
    font-size: 14px;
    border: 0;
    border-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    color: #FFF;
}

.banner_search_form.search_mobile .form-control.placeholder {
    color: rgba(255, 255, 255, .6);
}

.banner_search_form.search_mobile .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, .6);
}

.banner_search_form.search_mobile .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .6);
}

.banner_search_form.search_mobile .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6);
}
.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6);
}

.banner_search_form.search_mobile button {
    padding: 20px 15px;
    font-size: 16px;
    background: #5e6871;
    font-weight: 300;
    color: #fff;
    margin-left: 0;
    text-align: center;
    border: 0;
    border-radius: 4px;
    transition: all 0.4s linear;
}

.banner_search_form.search_mobile button:hover {
    background: #1db2d5;
}

/*=========== doc_banner_area_one css ============*/
/*=========== Start doc_banner_area_two css ============*/
.doc_banner_area_two {
    height: 650px;
    background: #daf6fc;
    position: relative;
    z-index: 1;
    padding-top: 160px;
}

.doc_banner_text h2 {
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: 900;
    letter-spacing: 0px;
    font-family: "Manrope", sans-serif;
}

.doc_banner_area_two .table_img {
    left: 200px;
    bottom: -6px;
    width: 250px;
}

.doc_banner_area_two .flower {
    bottom: 0;
    left: 80px;
}

.doc_banner_area_two .girl {
    right: 130px;
    bottom: 0;
}

.doc_banner_area_two .bord {
    bottom: -14px;
    right: 320px;
}

.b_plus, .b_round, .p_absolute {
    position: absolute;
}

.b_plus.one {
    left: 120px;
    top: 120px;
}

.b_plus.two {
    right: 25%;
    top: 210px;
}

.b_round {
    border-radius: 50%;
}

.b_round.r_one {
    right: 135px;
    top: 85px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #83daed;
    animation: spin1 2s infinite alternate;
}

.b_round.r_two {
    left: 30%;
    top: 160px;
    width: 8px;
    height: 8px;
    background: #10b3d6;
    animation: spin2 2s infinite alternate;
}

.b_round.r_three {
    background: #ffa3be;
    width: 16px;
    height: 16px;
    left: 24%;
    top: 310px;
    animation: spin1 2.5s infinite alternate;
}

.b_round.r_four {
    background: #ffa3be;
    width: 8px;
    height: 8px;
    right: 18%;
    bottom: 380px;
    animation: spin1 1s infinite alternate;
}

.doc_banner_text_two h2 {
    font-size: 46px;
    margin-bottom: 22px;
    font-weight: 600;
}

.doc_banner_text_two p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    max-width: 440px;
    margin: 0 auto;
}

.doc_banner_text_two .banner_search_form {
    max-width: 770px;
    margin: 60px auto 0;
}

.doc_banner_text_two .banner_search_form .form-control {
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: 0 4px 10px 0 rgba(12, 118, 142, 0.06);
}

.doc_banner_text_two .banner_search_form .search_btn {
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    box-shadow: 0 10px 20px 0 rgba(12, 118, 142, 0.1);
    background: #10b3d6;
    padding: 5px 42px;
}

.building_img {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
}

/*=========== End doc_banner_area_two css ============*/
/*=========== Start breadcrumb_area css ============*/
.breadcrumb_area {
    background: #3b4651;
    /* background-image: linear-gradient(30deg, #1d2746 0%, #10b3d6 100%);*/
    padding: 70px 0 20px;
    position: relative;
    overflow: hidden;
}

.breadcrumb_area .one {
    right: 20%;
    bottom: 25px;
}

.breadcrumb_area .two {
    left: 20%;
    bottom: 0;
}

.breadcrumb_area .banner_search_form {
    max-width: 770px;
    position: relative;
    z-index: 5;
}

.breadcrumb_area .banner_search_form .form-control {
    height: 65px;
}

.breadcrumb_area .banner_search_form button {
    background: #10b3d6;
}

.wave_shap_one, .wave_shap_two {
    bottom: 0;
    z-index: 0;
}

.banner_search_form_two .custom-select {
    border-radius: 0;
    font-size: 14px;
    box-shadow: none;
    padding: 0 80px 0 20px;
    height: 100%;
    border: 0;
    background: #fff;
    color: #6b707f;
    line-height: 65px;
    z-index: 3;
}

.banner_search_form_two .custom-select:before {
    width: 1px;
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 15px;
    background: #e2e7e9;
    z-index: 1;
}

.banner_search_form_two .custom-select:after {
    border-bottom: 2px solid #6b707f;
    border-right: 2px solid #6b707f;
    height: 8px;
    width: 8px;
    right: 28px;
    margin-top: -6px;
}

.banner_search_form_two .custom-select ul {
    width: 100%;
    padding: 10px 0;
    border-radius: 4px;
}

.banner_search_form_two .custom-select ul li {
    font-size: 14px;
    color: #6b707f;
    position: relative;
    min-height: 36px;
    line-height: 36px;
}

.banner_search_form_two .custom-select ul li:before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    left: 0;
    background: #10b3d6;
    transition: all 0.2s linear;
}

.banner_search_form_two .custom-select ul li:hover, .banner_search_form_two .custom-select ul li.selected {
    background: #f4f9fa;
    color: #10b3d6;
    font-weight: 400;
}

.banner_search_form_two .custom-select ul li:hover:before, .banner_search_form_two .custom-select ul li.selected:before {
    height: 100%;
}

/*=========== End breadcrumb_area css ============*/
/*=========== Start breadcrumb_area_two css ============*/
.breadcrumb_area_two {
    background: #edfbfe;
    padding: 50px 0 60px;
}

.breadcrumb_content {
    max-width: 630px;
}

.breadcrumb_content h2 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 0;
}

.breadcrumb_content .single_post_author {
    display: flex;
    align-items: flex-start;
    align-items: center;
    padding-top: 10px;
}

.breadcrumb_content .single_post_author .author_img {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin-right: 20px;
}

.breadcrumb_content .single_post_author .text {
    flex: 1;
}

.breadcrumb_content .single_post_author .text h4 {
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
}

.breadcrumb_content .single_post_author .text .post_tag {
    display: inline-block;
    padding-left: 12px;
}

.breadcrumb_content .single_post_author .text .post_tag:before {
    content: "";
    display: inline-block;
    height: 13px;
    width: 1px;
    background: #B7B9BE;
    margin-right: 12px;
}

.breadcrumb_content .single_post_author .text .c_blue {
    color: #2a74fd;
}

/*=========== End breadcrumb_area_two css ============*/
/*=========== Start breadcrumb_area_three css ============*/
.breadcrumb_area_three {
    background: #f8fafd;
    padding: 157px 0 70px;
    position: relative;
    z-index: 1;
}

.breadcrumb_area_three .one {
    top: 0;
    left: 35px;
}

.breadcrumb_area_three .two {
    left: 280px;
    bottom: 55px;
}

.breadcrumb_area_three .three {
    right: 178px;
    bottom: 55px;
}

.breadcrumb_area_three .four {
    right: 0;
    bottom: 0;
}

.breadcrumb_text {
    text-align: center;
    max-width: 660px;
    margin: 0 auto;
}

.breadcrumb_text h2 {
    font-size: 50px;
    line-height: 66px;
    font-weight: 300;
    margin-bottom: 15px;
}

.breadcrumb_text h2 span {
    font-weight: 600;
}

.breadcrumb_text p {
    margin-bottom: 0;
}

/*=========== End breadcrumb_area_three css ============*/
/*=========== Start page_breadcrumb css ============*/
.page_breadcrumb {
    background: #f0f5f7;
    padding: 16px 0;
    position: relative;
    z-index: 1;
}

.page_breadcrumb .row {
    align-items: center;
}

.page_breadcrumb .date {
    color: #878EA6;
    float: right;
    font-size: 14px;
    padding-right: 10px;
}

.page_breadcrumb .date i {
    padding-right: 10px;
}

.breadcrumb {
    margin-bottom: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.breadcrumb .breadcrumb-item {
    color: #878EA6;
    font-size: 14px;
    line-height: 21px;
}

.breadcrumb .breadcrumb-item a {
    color: #878EA6;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #10b3d6;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: "\35";
    font-family: eleganticons;
    color: #B7B9BE;
}

.breadcrumb .active {
    color: #1d2746;
}

.breadcrumb_content_two {
    position: relative;
    z-index: 1;
}

.breadcrumb_content_two h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
}

.breadcrumb_content_two .breadcrumb {
    justify-content: center;
}

.breadcrumb_content_two .breadcrumb .breadcrumb-item {
    font-size: 16px;
    color: #fff;
}

.breadcrumb_content_two .breadcrumb .breadcrumb-item:before {
    color: #fff;
}

.breadcrumb_content_two .breadcrumb .breadcrumb-item a {
    color: #fff;
}

.breadcrumb_area_four {
    overflow: hidden;
}

/*=========== End page_breadcrumb css ============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=============== doc_features_area_one css ===========*/
.doc_features_area_one {
    position: relative;
    z-index: 1;
    padding: 100px 0 140px;
}

/*.doc_features_area_one:before {
  content: "";
  width: 100%;
  height: 460px;
  top: 0;
  left: 0;
  background: url("../img/home_one/dow_bg.png") no-repeat scroll center top/cover;
  position: absolute;
  z-index: -1;
}*/

.doc_features_item_one {
    border-radius: 6px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(4, 73, 89, 0.05);
    padding: 30px;
    transition: all 0.3s linear;
    cursor: pointer;
}

.doc_features_item_one h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    transition: color 0.2s linear;
}

.doc_features_item_one h3:hover {
    color: #10b3d6;
}

.doc_features_item_one p {
    line-height: 24px;
}

.doc_features_item_one img {
    margin-right: 30px;
}

.doc_features_item_one .learn_btn {
    font-size: 14px;
}

.doc_features_item_one .learn_btn i {
    font-size: 20px;
    margin-left: 4px;
}

.doc_features_item_one:hover {
    box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.08);
}

.learn_btn {
    font-size: 14px;
    font-weight: 400;
    color: #1d2746;
    padding-top: 5px;
    display: inline-block;
    transition: color 0.2s linear;
}

.learn_btn i {
    vertical-align: middle;
    display: inline-block;
    font-size: 20px;
    margin-left: 6px;
    transition: all 0.2s linear, color 0s linear;
}

.learn_btn.c_blue {
    color: #10b3d6;
}

.learn_btn:hover {
    color: #10b3d6;
}

.learn_btn:hover i {
    transform: translateX(8px);
}

.learn_btn:hover.c_blue {
    color: #1d2746;
}

/*=============== doc_features_area_one css ===========*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== Start doc_tag_area css =============*/
.doc_tag_area {
    padding: 0 0 110px;
}

.doc_tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 0;
    margin-bottom: 75px;
}

.doc_tag .nav-item {
    margin-bottom: 0;
}

.doc_tag .nav-item .nav-link {
    font-size: 14px;
    font-weight: 400;
    color: #10b3d6;
    border: 1px solid #79ccde;
    border-radius: 4px;
    background-color: rgba(16, 179, 214, 0.031);
    padding: 0 20px;
    line-height: 28px;
    margin: 0 5px;
    transition: all 0.4s linear;
}

.doc_tag .nav-item .nav-link:hover, .doc_tag .nav-item .nav-link.active {
    background-color: #10b3d6;
    border-color: #10b3d6;
    box-shadow: 0 10px 20px 0 rgba(12, 118, 142, 0.2);
    color: #fff;
}

.doc_tag_title {
    margin-bottom: 43px;
}

.doc_tag_title h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
}

.doc_tag_title .line {
    height: 2px;
    width: 100%;
    background: #e1e9eb;
    display: block;
}

.doc_tab_pane .row {
    margin-bottom: -85px;
}

.doc_tag_item {
    margin-bottom: 85px;
}

.tag_list {
    margin-bottom: 25px;
}

.tag_list li {
    margin-top: 15px;
}

.tag_list li a {
    font-size: 16px;
    color: #6b707f;
    line-height: 22px;
    transition: color 0.2s linear;
    display: flex;
}

.tag_list li a i {
    margin-right: 15px;
}

.tag_list li a:hover {
    color: #10b3d6;
}

/*============== End doc_tag_area css =============*/
/*============== Start documentation_area css =============*/
.documentation_tab {
    border-bottom: 2px solid #e1e9eb;
}

.documentation_tab .nav-item {
    margin-bottom: 0;
}

.documentation_tab .nav-item .nav-link {
    border-radius: 0;
    border: 0;
    color: #6b707f;
    font-size: 14px;
    font-weight: 400;
    padding: 0 20px 10px;
    position: relative;
    transition: color 0.2s linear;
    background: transparent;
}

.documentation_tab .nav-item .nav-link:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: auto;
    right: 0;
    background: #10b3d6;
    transition: width 0.3s linear;
}

.documentation_tab .nav-item .nav-link.active, .documentation_tab .nav-item .nav-link:hover {
    color: #10b3d6;
}

.documentation_tab .nav-item .nav-link.active:before, .documentation_tab .nav-item .nav-link:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.documentation_tab_pane {
    padding-top: 80px;
}

.documentation_tab_pane .row {
    margin-bottom: -26px;
}

.documentation_text .round {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #0fccd0;
    box-shadow: 0 20px 30px 0 rgba(24, 211, 214, 0.2);
    display: block;
    text-align: center;
    line-height: 100px;
    margin-bottom: 25px;
}

.documentation_text h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 18px;
}

.documentation_text p {
    margin-bottom: 0;
}

.documentation_text .learn_btn {
    padding-top: 20px;
}

.documentation_item {
    padding-right: 40px;
    margin-bottom: 52px;
}

.documentation_item .icon {
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 10px 30px 0 rgba(4, 73, 89, 0.12);
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 66px;
    margin-right: 30px;
}

.documentation_item .media-body h5 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 12px;
    transition: color 0.2s linear;
}

.documentation_item .media-body h5:hover {
    color: #10b3d6;
}

.documentation_item .media-body p {
    margin-bottom: 0;
    line-height: 24px;
}

/*============== End documentation_area css =============*/
/*============== Start doc_faq_area css =============*/
.doc_faq_area .doc_tag {
    margin-bottom: 50px;
}

.doc_faq_info .card {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 20px 50px 0 rgba(4, 73, 89, 0.1);
    border: 0;
    margin-bottom: 30px;
}

.doc_faq_info .card .card-header {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
}

.doc_faq_info .card .card-header h2 button {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #10b3d6;
    text-decoration: none;
    padding: 19px 40px 19px 30px;
    position: relative;
}

.doc_faq_info .card .card-header h2 button i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    display: none;
}

.doc_faq_info .card .card-header h2 button i + i {
    display: block;
}

.doc_faq_info .card .card-header h2 button.collapsed {
    color: #1d2746;
}

.doc_faq_info .card .card-header h2 button.collapsed i {
    display: block;
}

.doc_faq_info .card .card-header h2 button.collapsed i + i {
    display: none;
}

.doc_faq_info .card .card-body {
    border: 0;
    line-height: 24px;
    padding: 0 30px 35px;
}

.doc_faq_info .card.active {
    position: relative;
    z-index: 1;
}

/*============== End doc_faq_area css =============*/
/*============== Start doc_categories_guide_area css =============*/
.doc_categories_guide_area {
    position: relative;
    z-index: 1;
}

.doc_categories_guide_area .shap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 490px;
    z-index: -1;
    background-size: cover;
}

.categories_guide_item {
    border-radius: 15px;
    background: #3b4651;
    box-shadow: 0 50px 120px 0 rgba(4, 73, 89, 0.08);
    padding: 40px 40px 50px;
    margin-bottom: 30px;
}

.categories_guide_item img {
    margin-bottom: 34px;
}

.categories_guide_item .doc_tag_title {
    margin-bottom: 24px;
}

.categories_guide_item .doc_tag_title h4 {
    margin-bottom: 0;
}

.categories_guide_item .tag_list {
    margin-bottom: 42px;
}

.all_doc_btn {
    padding: 10px 40px;
    margin-top: 30px;
}

/*============== End doc_categories_guide_area css =============*/
/*============== Start doc_solution_area css =============*/
.doc_solution_area .all_doc_btn {
    padding: 20px 73px;
    font-size: 18px;
}

.doc_solution_area .all_doc_btn i {
    font-size: 25px;
    margin-left: 10px;
}

.doc_solution_item {
    text-align: center;
    padding: 60px;
    margin-bottom: 30px;
}

.doc_solution_item img {
    margin-bottom: 45px;
}

.doc_solution_item h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.doc_solution_item p {
    margin-bottom: 20px;
}

.doc_solution_item.online_doc {
    background: #fcf3da;
}

.doc_solution_item.premium_doc {
    background: #daecfc;
}

/*============== End doc_solution_area css =============*/
/*============== Start doc_fun_fact_area css =============*/
.doc_fun_fact_area {
    background: #10b3d6;
    padding: 105px 0;
    position: relative;
    z-index: 1;
}

.animated-wave {
    position: absolute;
    height: 200px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.doc_fact_item {
    text-align: center;
}

.doc_fact_item .counter {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
}

.doc_fact_item p {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    padding-top: 5px;
}

/*============== End doc_fun_fact_area css =============*/
/*============== Start theme_doc_area css =============*/
.theme_doc_area .row {
    margin-bottom: -30px;
}

.theme_doc_item {
    box-shadow: 0 4px 8px 0 rgba(4, 73, 89, 0.05);
    border-radius: 6px;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s linear;
    cursor: pointer;
}

.theme_doc_item img {
    margin-right: 30px;
}

.theme_doc_item .c_head {
    margin-bottom: 14px;
    transition: color 0.2s linear;
}

.theme_doc_item .c_head:hover {
    color: #10b3d6;
}

.theme_doc_item p {
    margin-bottom: 0;
}

.theme_doc_item:hover {
    box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.08);
}

/*============== End theme_doc_area css =============*/
/*============== End theme_doc_area css =============*/
.doc_action_info {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 50px 150px 0 rgba(4, 73, 89, 0.1);
    padding: 88px 70px;
    position: relative;
    z-index: 2;
}

.doc_action_info.mt_130 {
    margin-bottom: -130px;
}

.doc_action_info .media img {
    margin-right: 30px;
}

.doc_action_info .media .media-body h2 {
    margin-bottom: 13px;
}

.doc_action_info .media .media-body p {
    margin-bottom: 0;
    font-size: 18px;
}

.doc_action_info .action_btn {
    box-shadow: none;
}

.doc_action_info .action_btn:hover {
    box-shadow: 0 20px 30px 0 rgba(12, 118, 142, 0.24);
    color: #fff;
}

/*============== End theme_doc_area css =============*/
/*============== Start doc_action_area_two css =============*/
.doc_action_area_three {
    background: #1d2746;
    padding: 140px 0;
    position: relative;
    z-index: 1;
}

.doc_action_area_three .shadows {
    left: 40%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
}

.doc_action_area_three .b_man {
    right: 100px;
    bottom: 0;
}

@media (max-width: 1400px) {
    .doc_action_area_three .b_man {
        right: 0;
    }
}

.action_content h2 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
    margin-top: -10px;
}

.action_content h2 span {
    font-weight: 600;
}

.action_content p {
    font-size: 18px;
    color: #aeb5ca;
    margin-bottom: 0;
}

.action_subscribe_form .form-group {
    position: relative;
}

.action_subscribe_form .form-group .form-control {
    height: 70px;
    line-height: 70px;
}

.action_subscribe_form .form-group .form-control.placeholder {
    color: #a0a1a1;
}

.action_subscribe_form .form-group .form-control:-moz-placeholder {
    color: #a0a1a1;
}

.action_subscribe_form .form-group .form-control::-moz-placeholder {
    color: #a0a1a1;
}

.action_subscribe_form .form-group .form-control::-webkit-input-placeholder {
    color: #a0a1a1;
}

.action_subscribe_form .form-group .s_btn {
    padding: 7px 29px;
    transition: all 0.2s linear;
}

.action_subscribe_form .form-group .s_btn i {
    vertical-align: middle;
    font-size: 20px;
    transition: all 0.2s linear;
    display: inline-block;
}

.action_subscribe_form .form-group .s_btn:hover {
    background: #1d2746;
}

.action_subscribe_form .form-group .s_btn:hover i {
    transform: translateX(5px);
}

.action_subscribe_form .form-check {
    padding-left: 25px;
}

.action_subscribe_form .form-check input[type=checkbox] {
    position: relative;
    appearance: none;
    outline: none;
    border: none;
    cursor: pointer;
    outline-width: 0;
    height: auto;
    position: absolute;
    margin: 0;
    left: 0;
    top: 5px;
}

.action_subscribe_form .form-check input[type=checkbox]:before, .action_subscribe_form .form-check input[type=checkbox]:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #aeb5ca;
    border-radius: 2px;
}

.action_subscribe_form .form-check input[type=checkbox]:before {
    width: 14px;
    height: 14px;
}

.action_subscribe_form .form-check input[type=checkbox]:after {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    border: solid #10b3d6;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 4px;
    opacity: 0;
}

.action_subscribe_form .form-check input[type=checkbox]:checked:before {
    border-color: #10b3d6;
}

.action_subscribe_form .form-check input[type=checkbox]:checked:after {
    opacity: 1;
}

.action_subscribe_form .form-check label {
    position: relative;
    font-size: 15px;
    color: #aeb5ca;
    font-weight: 400;
}

/*============== End doc_action_area_two css =============*/
/*=========== Start doc_faq_area_two ============*/
.fact_navigation_info {
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 20px 40px 0 rgba(4, 73, 89, 0.1);
    padding: 40px 40px 28px;
}

.fact_navigation {
    border: 0;
    padding-top: 8px;
    margin: 0;
}

.fact_navigation .nav-item {
    display: block;
    width: 100%;
    padding: 12px 0;
}

.fact_navigation .nav-item .nav-link {
    display: block;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: rgba(16, 179, 214, 0.5);
    position: relative;
    padding-left: 28px;
    border: 0;
    border-radius: 0;
    transition: all 0.2s linear;
}

.fact_navigation .nav-item .nav-link:before {
    content: "\35";
    font-family: eleganticons;
    font-size: 20px;
    position: absolute;
    right: 0;
}

.fact_navigation .nav-item .nav-link i {
    position: absolute;
    left: 0;
    top: 2px;
}

.fact_navigation .nav-item .nav-link.active, .fact_navigation .nav-item .nav-link:hover {
    color: #10b3d6;
}

.fact_navigation .nav-item .nav-link.active:before, .fact_navigation .nav-item .nav-link:hover:before {
    color: #10b3d6;
}

.fact_navigation .nav-item + li {
    border-top: 1px solid #e6eeef;
}

/*=========== End doc_faq_area_two ============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============ Start doc_feedback_area css ==========*/
.doc_feedback_area {
    position: relative;
    z-index: 1;
}

.overlay_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 19, 50, 0.8);
}

.overlay_bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;


    background: rgba(0, 0, 0, 0.5);


}

.overlay_bg3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+14,343a40+39,343a40+84,343a40+84&0.8+14,0.4+39,1+89 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+80&0.4+0,0.8+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#cc000000', GradientType=0); /* IE6-9 */

}

.doc_feedback_info {
    position: relative;
}

.slider_nav .arrow {
    width: 25px;
    height: 2px;
    background: #989dad;
    transition: all .3s ease-in-out;
    display: block;
    margin-top: 12px;
}

.slider_nav .arrow:before, .slider_nav .arrow:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    left: -2px;
    background-color: #bdb4b4;
    transition: all .3s ease-in-out;
}

.slider_nav .prev, .slider_nav .next {
    height: 25px;
    width: 27px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.slider_nav .prev:hover, .slider_nav .next:hover {
    width: 40px;
}

.slider_nav .prev:hover .arrow, .slider_nav .next:hover .arrow {
    width: 40px;
    background: #10b3d6;
}

.slider_nav .prev:hover .arrow:before, .slider_nav .prev:hover .arrow:after, .slider_nav .next:hover .arrow:before, .slider_nav .next:hover .arrow:after {
    background: #10b3d6;
}

.slider_nav .prev {
    left: 0;
}

.slider_nav .prev .arrow:before {
    top: 17px;
    transform: rotate(45deg);
}

.slider_nav .prev .arrow:after {
    top: 7px;
    transform: rotate(-45deg);
}

.slider_nav .prev:hover {
    left: -20px;
}

.slider_nav .next {
    right: 0;
}

.slider_nav .next .arrow:before {
    transform: rotate(-45deg);
    right: -1px;
    left: auto;
    bottom: 6px;
}

.slider_nav .next .arrow:after {
    transform: rotate(45deg);
    right: -1px;
    left: auto;
    top: 6px;
}

.slider_nav .next:hover {
    right: -20px;
}

.doc_feedback_slider {
    max-width: 770px;
    margin: 0 auto 0 !important;
    text-align: center;
}

.doc_feedback_slider .item .author_img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto 43px;
}

.doc_feedback_slider .item p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 38px;
}

.doc_feedback_slider .item h5 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.doc_feedback_slider .item h6 {
    font-size: 16px;
    color: #989dad;
    font-weight: 400;
    margin-bottom: 0;
}

/*============ End doc_feedback_area css ==========*/
/*============ Start doc_action_area css ==========*/
.doc_action_area {
    position: relative;
    z-index: 1;
    padding: 93px 0;
}

.doc_action_area .overlay_bg {
    background-image: linear-gradient(180deg, rgba(4, 133, 161, 0.6) 0%, rgba(29, 39, 70, 0.6) 100%);
}

.doc_action_area .action_btn {
    border: 1px solid #10b3d6;
}

.doc_action_area .action_btn:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.action_text h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
}

.action_text p {
    font-size: 18px;
    line-height: 28px;
    color: #b4b9c8;
    margin-bottom: 0;
}

/*============ End doc_action_area css ==========*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
@keyframes wave2 {
    25% {
        transform-origin: 0 100%;
    }
    50% {
        transform: scale(1.8, 1.3);
    }
    75% {
        transform-origin: 100% 100%;
    }
    100% {
        transform: scale(1, 1.3);
    }
}

@keyframes wave4 {
    25% {
        transform: scaleY(0.9);
    }
    75% {
        transform: scaleY(1.1) scaleX(1.02);
    }
}

@keyframes star {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }
    50% {
        transform: scale(0.8);
        opacity: 1;
    }
    75% {
        transform: scale(1) rotate(45deg);
        opacity: 1;
    }
    100% {
        transform: scale(1.01) rotate(-5deg);
        opacity: 1;
    }
}

@keyframes star2 {
    0% {
        transform: scale(0.3);
    }
    50% {
        transform: scale(0.8);
    }
    75% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.01);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: translateX(-10px) scale(0.9);
    }
    100% {
        transform: translateX(30px) scale(1.3) translateY(10px);
    }
}

@keyframes spin {
    0% {
        transform: translateX(-10px) scale(0.9);
    }
    100% {
        transform: translateX(30px) scale(1.3) translateY(10px);
    }
}

@-webkit-keyframes spin1 {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1.5);
    }
}

@keyframes spin1 {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1.5);
    }
}

@-webkit-keyframes spin2 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(40px);
    }
}

@keyframes spin2 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(40px);
    }
}

@-webkit-keyframes pulse1 {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.5);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(4.5);
        border-radius: 50%;
    }
}

@keyframes pulse1 {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.5);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(4.5);
        border-radius: 50%;
    }
}

@keyframes customUp {
    0% {
        transform: translateY(8px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes clipInDown {
    0% {
        clip-path: polygon(-10% -10%, -10% -10%, 110% -10%, 110% -10%);
    }
    100% {
        clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
    }
}

.clipInDown {
    animation-name: clipInDown;
}

/*================ preloader css ====================*/
#preloader {
    background: #fff;
    height: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1099;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#preloader .loading {
    display: flex;
}

#preloader .ctn-preloader {
    padding-left: 15px;
    padding-right: 15px;
}

#preloader .spinner {
    animation: spinner 3s infinite linear;
    border-radius: 50%;
    border: 3px solid #f1f6f8;
    border-left-color: #10b3d6;
    border-top-color: #10b3d6;
    margin: 0 auto 0em auto;
    position: absolute;
    left: -40px;
    right: -40px;
    bottom: -40px;
    top: -40px;
}

#preloader .spinner:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 6px solid #fff;
    box-shadow: 0 0 20px 0 rgba(4, 46, 56, 0.2);
    background: #10b3d6;
    position: absolute;
    right: 31px;
    top: 41px;
    border-radius: 50%;
}

@media (max-width: 576px) {
    #preloader .spinner:before {
        top: 18px;
    }
}

#preloader .round_spinner {
    border-width: 1px;
    border-color: #eef3f4;
    border-style: solid;
    border-radius: 50%;
    background-color: #fdfdfd;
    box-shadow: 0 0 100px 0 rgba(4, 46, 56, 0.14);
    width: 248px;
    height: 248px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 40px auto 80px;
}

@media (max-width: 576px) {
    #preloader .round_spinner {
        width: 155px;
        height: 155px;
    }
}

#preloader .round_spinner h4 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0;
    color: #1d2746;
}

#preloader .round_spinner h4 span {
    font-weight: 600;
}

#preloader .head {
    color: #1d2746;
    display: block;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 5.2px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Manrope", sans-serif;
    margin: 5% 0 1% 0;
    padding: 0;
}

#preloader p {
    color: #6b707f;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border: none;
    margin: 0;
    padding: 0;
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

/*---------------------------------------------------- */

#preloader2 {

    height: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#preloader2 .loading {
    display: flex;
}

#preloader2 .ctn-preloader {
    padding-left: 15px;
    padding-right: 15px;
}

#preloader2 .spinner {
    animation: spinner 3s infinite linear;
    border-radius: 50%;
    border: 3px solid #f1f6f8;
    border-left-color: #10b3d6;
    border-top-color: #10b3d6;
    margin: 0 auto 0em auto;
    position: absolute;
    left: -40px;
    right: -40px;
    bottom: -40px;
    top: -40px;
}

#preloader2 .spinner:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 6px solid #fff;
    box-shadow: 0 0 20px 0 rgba(4, 46, 56, 0.2);
    background: #10b3d6;
    position: absolute;
    right: 31px;
    top: 41px;
    border-radius: 50%;
}

@media (max-width: 576px) {
    #preloader2 .spinner:before {
        top: 18px;
    }
}

#preloader2 .round_spinner {
    border-width: 1px;
    border-color: #eef3f4;
    border-style: solid;
    border-radius: 50%;
    background-color: #fdfdfd;
    box-shadow: 0 0 100px 0 rgba(4, 46, 56, 0.14);
    width: 248px;
    height: 248px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 40px auto 80px;
}

@media (max-width: 576px) {
    #preloader2 .round_spinner {
        width: 155px;
        height: 155px;
    }
}

#preloader2 .round_spinner h4 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0;
    color: #1d2746;
}

#preloader2 .round_spinner h4 span {
    font-weight: 600;
}

#preloader2 .head {

    display: block;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 5.2px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Manrope", sans-serif;
    margin: 5% 0 1% 0;
    padding: 0;
}

#preloader2 p {

    display: block;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border: none;
    margin: 0;
    padding: 0;
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

/*----------------------------------------------------*/
.doc_documentation_area {

    margin-top: 0px;

}

@media (min-width: 1400px) {
    .doc_documentation_area {
        /*min-height: 1000px;*/
        margin-top: 10px;
    }
}

.doc_documentation_area .overlay_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #1d2746;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    transition: all 0.4s linear;
}

.doc_documentation_area.body_fixed .doc_left_sidebarlist {
    position: fixed;
    top: 0;
    width: 512px;
    /*width: 307px;*/
}

@media (min-width: 1500px) {
    .doc_documentation_area.body_fixed .doc_left_sidebarlist {
        /*width: 307px;*/
        width: 512px;
        /* max-width: 700px;*/
    }
}

@media (max-height: 630px) {
    .doc_documentation_area.body_fixed .doc_left_sidebarlist {
        padding-top: 20px;
    }

}

.doc_documentation_area.body_fixed .doc_rightsidebar {
    position: fixed;
    top: 0;
    max-width: 240px;
}

@media (max-height: 630px) {
    .doc_documentation_area.body_fixed .doc_rightsidebar {
        padding-top: 20px;
    }
}

.doc_documentation_area.overlay .overlay_bg {
    opacity: 0.5;
    visibility: visible;
}

.full-width-doc .body_fixed .doc_rightsidebar, .full-width-doc .body_fixed .doc_left_sidebarlist {
    padding-top: 30px;
}

/*============ doc_left_sidebarlist css =========*/
.doc_left_sidebarlist {
    padding-top: 0px;
    padding-bottom: 30px;
    z-index: 1;
    /*margin-right: 30px;*/
    position: relative;
    height: 100%;
}

.doc_left_sidebarlist:before {
    content: "";
    width: 200%;
    right: 0;
    height: 100%;
    /*background: #fafcfd;*/
    position: absolute;
    /*border-bottom: 1px solid #e5e9eb;*/
    top: 0;
    z-index: -1;
}

.doc_left_sidebarlist .scroll {
    max-height: 900px;
}

.doc_left_sidebarlist .scroll .mCSB_inside > .mCSB_container {
    margin-right: 0 !important;
}

@media (max-height: 630px) {
    .doc_left_sidebarlist .scroll {
        padding-bottom: 0;
        max-height: 450px;
    }
}

.doc_left_sidebarlist h2 {
    margin-bottom: 25px;
}

.nav-sidebar {
    margin-bottom: 0;
}

.nav-sidebar .nav-item {
    margin-bottom: 20px;
    padding-right: 35px;
    position: relative;
    cursor: pointer;
}

.nav-sidebar .nav-item .nav-link {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #1d2746;
    position: relative;
}

.nav-sidebar .nav-item .nav-link img {
    padding-right: 15px;
}

.nav-sidebar .nav-item .nav-link + .icon {
    font-size: 20px;
    color: #6b707f;
    float: right;
    position: absolute;
    right: 30px;
    top: -2px;
    transition: all 0.3s linear;
}

.nav-sidebar .nav-item:hover .nav-link, .nav-sidebar .nav-item.active .nav-link {
    color: #10b3d6;
}

.nav-sidebar .nav-item:hover .icon, .nav-sidebar .nav-item.active .icon {
    color: #10b3d6;
}

.nav-sidebar .nav-item.active .icon {
    transform: rotate(-180deg);
}

.nav-sidebar .nav-item .dropdown_nav {
    padding-left: 32px !important;
    margin-bottom: 0;
    padding-top: 12px;
    width: 100% !important;
    display: none;
}

.nav-sidebar .nav-item .dropdown_nav li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #6b707f;
    padding: 0;
}

.nav-sidebar .nav-item .dropdown_nav li a:hover, .nav-sidebar .nav-item .dropdown_nav li a.active {
    color: #10b3d6;
}

.nav-sidebar .nav-item .dropdown_nav li a:hover i, .nav-sidebar .nav-item .dropdown_nav li a.active i {
    color: #10b3d6;
}

.nav-sidebar + .nav-sidebar {
    border-top: 1px solid #e5e9eb;
    padding-top: 20px;
}

.coding_nav {
    padding-top: 15px;
    padding-bottom: 20px;
}

.bottom_nav .nav-item .nav-link i {
    position: relative;
    color: #1d2746;
    padding-left: 4px;
    transition: all 0.2s linear;
}

.bottom_nav .nav-item .nav-link:hover i {
    transform: translateX(5px);
}

/*============ doc_left_sidebarlist css =========*/
.documentation_info {
    padding-right: 59px;
    padding-left: 15px;
    position: relative;
}

.documentation_info .c_head {
    margin-bottom: 20px;
    font-weight: 400;
}

.documentation_info .c_head .anchorjs-link {
    font-size: 22px !important;
}

.documentation_info .slideshow {
    width: auto;
    height: 600px;
}

.documentation_info .slideshow .slide {
    width: inherit;
    height: inherit;
}

.documentation_info .slideshow .slide .item--horse {
    top: 124px;
    left: 78px;
}

.documentation_info .slideshow .nav {
    display: none;
}

.documentation_info .slideshow .title {
    color: #10b3d6;
}

.sticky-nav-doc #documentation {
    padding-top: 174px;
}

.documentation_body {
    padding-top: 60px;
}

.doc_documentation_area .shortcode_title {
    /* margin-bottom: 18px;*/
    border-radius: 30px;
    overflow: hidden;

}

.doc_documentation_area .shortcode_title h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 12px;
}

.doc_documentation_area .shortcode_title h4 {
    margin-bottom: 15px;
}

.doc_documentation_area .shortcode_title p span {
    font-weight: 300;
}

.doc_documentation_area .shortcode_title .s_title {
    margin-bottom: 10px;
}

.get_started {
    padding-top: 45px;
    padding-bottom: 50px;
}

.get_started .c_head i {
    color: #10b3d6;
    font-size: 16px;
    margin-left: 8px;
}

.get_started p {
    color: #6b707f;
}

.get_started p a {
    color: #10b3d6;
}

.link {
    background: #f1fdf3;
    padding: 14px 10px 14px 30px;
    border-radius: 4px;
}

.link p {
    position: relative;
    margin-bottom: 0;
    padding-left: 40px;
}

.link p:before {
    content: "\52";
    position: absolute;
    font-family: eleganticons;
    left: 0;
    top: 4px;
    font-size: 24px;
    color: #10d631;
}

.test_version {
    padding-top: 45px;
}

.test_version p {
    font-size: 16px;
}

.test_version p span {
    color: #1d2746;
}

.v_menu {
    /*border-bottom: 1px solid #e8ecee;*/
    padding-bottom: 0px;
    padding-top: 5px;
    margin-bottom: 0px;
}

.v_menu .nav-item {
    /*display: block;
	width:100%;*/
}

.v_menu .nav-item .nav-link {
    font-size: 18px;
    transition: all 0.2s linear;
    padding: 0;
    border: 0;
    border-radius: 0;
    padding: 10px 0
}

.v_menu .nav-item .nav-link span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: transparent;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    margin-right: 10px;
    color: #FFF;
    font-weight: 900;
    transition: all 0.2s linear;
}

.v_menu .nav-item .nav-link.active, .v_menu .nav-item .nav-link:hover {
    border: 0;

    background: transparent;
}

.v_menu .nav-item .nav-link.active span, .v_menu .nav-item .nav-link:hover span {
    background: #10b3d6;
    color: #fff;
}

.v_menu .nav-item + li {
    /* margin-left: 55px;*/
}

.process_tab_shortcode .version {
    background: #f8fafb;
    padding: 30px;
    font-size: 15px;
    margin-bottom: 20px;
}

.process_tab_shortcode .version p {
    margin-bottom: 20px;
}

.process_tab_shortcode .version p:last-child {
    margin-bottom: 0;
}

.process_tab_shortcode .version .v_head {
    padding-bottom: 24px;
}

.process_tab_shortcode .version .v_middle p {
    margin-bottom: 0;
    font-size: 15px;
}

.process_tab_shortcode .version .v_middle p .red {
    color: #f12249;
}

.process_tab_shortcode .version .v_middle p .green {
    color: #11c52f;
}

.process_tab_shortcode .version .v_footer {
    padding-top: 25px;
}

.process_tab_shortcode .version .v_footer p {
    margin-bottom: 0;
}

.developer {
    padding: 34px 0 20px;
}

.developer p a {
    color: #10b3d6;
}

.developer .tag_list li {
    margin-top: 5px;
}

.developer .tag_list li i {
    padding-right: 10px;
}

.help_text {
    padding: 40px 0 0;
}

.help_text .help_info {
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
    margin-left: -30px;
    margin-right: -30px;
}

.help_text .help_info .help_item {
    width: 33.33%;
    margin-bottom: 15px;
    padding: 0 30px;
}

.help_text .help_info .help_item h4 {
    font-size: 16px;
    margin-bottom: 15px;
    transition: color 0.2s linear;
}

.help_text .help_info .help_item h4 i {
    font-size: 18px;
    top: 2px;
    position: relative;
}

.help_text .help_info .help_item h4:hover {
    color: #10b3d6;
}

.code_structure {
    padding-top: 50px;
}

.code_structure .c_head {
    margin-bottom: 8px;
}

.process_tab_shortcode {
    position: relative;
    overflow: hidden;
}

/*.process_tab_shortcode .previous, .process_tab_shortcode .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border-radius: 0;
  background: #e7f7fb;
  border: 0;
  color: #10b3d6;
  outline: none;
  box-shadow: none;
  transition: all 0.4s linear;
}
.process_tab_shortcode .previous:focus, .process_tab_shortcode .next:focus {
  outline: none;
  box-shadow: none;
}
.process_tab_shortcode .previous:hover, .process_tab_shortcode .next:hover {
  outline: none;
  box-shadow: none;
  background: #10b3d6;
  color: #fff;
}
.process_tab_shortcode .next {
  right: -30px;
}
.process_tab_shortcode .previous {
  left: -30px;
}
.process_tab_shortcode:hover .next {
  right: 0;
}
.process_tab_shortcode:hover .previous {
  left: 0;
}*/

.question_box {
    padding-top: 35px;
    padding-bottom: 70px;
}

.question_box .question_text h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 18px;
}

.question_box .question_text p a {
    color: #10b3d6;
}

.question_box .question_text_two {
    padding-left: 50px;
}

.question_box .signup_form {
    padding-top: 10px;
    padding-bottom: 20px;
}

.question_box .signup_form .input-group {
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 2px 6px 0 rgba(2, 48, 58, 0.14);
}

.question_box .signup_form .input-group .form-control {
    background: transparent;
    border: 0;
    font-size: 16px;
    color: #1d2746;
    box-shadow: none;
    padding-left: 20px;
    height: 50px;
}

.question_box .signup_form .input-group .form-control.placeholder {
    color: #9c9fa9;
}

.question_box .signup_form .input-group .form-control:-moz-placeholder {
    color: #9c9fa9;
}

.question_box .signup_form .input-group .form-control::-moz-placeholder {
    color: #9c9fa9;
}

.question_box .signup_form .input-group .form-control::-webkit-input-placeholder {
    color: #9c9fa9;
}

.question_box .signup_form .input-group button {
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    color: #10b3d6;
    padding: 0 20px;
    position: relative;
}

.question_box .signup_form .input-group button:before {
    content: "";
    width: 1px;
    background: #e8ecee;
    top: 8px;
    bottom: 8px;
    left: 0;
    position: absolute;
}

.feedback_link {
    align-items: center;
    padding-top: 30px;
}

.feedback_link h6 {
    font-weight: 400;
    font-size: 16px;
    color: #6b707f;
    margin-bottom: 0;
}

.feedback_link h6 a {
    color: #10b3d6;
}

.feedback_link h6 i {
    padding-right: 8px;
}

.feedback_link p {
    margin-bottom: 0;
    text-align: right;
}

.feedback_link .h_btn {
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #6b707f;
    display: inline-block;
    padding: 1px 14px 0;
    background-color: white;
    box-shadow: 0 3px 8px 0 rgba(2, 48, 58, 0.14);
    transition: all 0.2s linear;
    margin-left: 8px;
}

.feedback_link .h_btn:hover {
    color: #10b3d6;
}

.help_form {
    max-width: 630px;
    display: flex;
    align-items: center;
    height: 100vh;
    margin-top: 10px;
    margin-bottom: 0;
}

.help_form .modal-content {
    border: 0;
    position: absolute
}


.contact_form .form-group {
    margin-bottom: 30px;
}

.contact_form .form-group .form-control, .contact_form .form-group textarea {
    border: 1px solid #f4f8f8;
    height: 58px;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 4px 10px 0 rgba(4, 73, 89, 0.08);
    color: #878b99;
    font-weight: 400;
    padding-left: 30px;
}

.contact_form .form-group .form-control.placeholder, .contact_form .form-group textarea.placeholder {
    color: #878b99;
}

.contact_form .form-group .form-control:-moz-placeholder, .contact_form .form-group textarea:-moz-placeholder {
    color: #878b99;
}

.contact_form .form-group .form-control::-moz-placeholder, .contact_form .form-group textarea::-moz-placeholder {
    color: #878b99;
}

.contact_form .form-group .form-control::-webkit-input-placeholder, .contact_form .form-group textarea::-webkit-input-placeholder {
    color: #878b99;
}

.contact_form .form-group .form-control:focus, .contact_form .form-group textarea:focus {
    box-shadow: 0 20px 30px 0 rgba(4, 73, 89, 0.1);
}

.contact_form .form-group textarea {
    width: 100%;
    height: 160px;
    padding-top: 20px;
    display: block;
}

.contact_form .form-group .action_btn {
    border: 0;
    padding: 13px 42px;
    box-shadow: none;
}

.contact_form .form-group .action_btn:hover {
    box-shadow: 0 20px 30px 0 rgba(12, 118, 142, 0.24);
}

/*========== doc_rightsidebar css ============*/
.mCSB_scrollTools {
    width: 0;
}

.open_icon {
    width: 40px;
    height: 40px;
    background: #e8eeff;
    line-height: 40px;
    font-size: 32px;
    text-align: center;
    position: absolute;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    left: -40px;
    color: #10b3d6;
    display: none;
}

.open_icon i {
    display: inline-block;
}

.open_icon i + i {
    display: none;
}

.open_icon.overlay i {
    display: none;
}

.open_icon.overlay i + i {
    display: inline-block;
}

.full-width-doc .doc_rightsidebar {
    padding-right: 15px;
}

.full-width-doc .doc_rightsidebar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 225px;
}

.doc_rightsidebar {
    border-left: 1px solid #e8ecee;
    margin-left: -20px;
    padding-left: 30px;
    padding-top: 50px;
    height: 100%;
}

.doc_rightsidebar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 204px;
}

@media (max-height: 530px) {
    .doc_rightsidebar {
        padding-bottom: 0;
        max-height: 300px;
    }
}

.doc_rightsidebar.scroll .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.doc_rightsidebar h6 {
    font-size: 15px;
    font-weight: 400;
}

.doc_rightsidebar .doc_right_link li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.doc_rightsidebar .doc_right_link li a {
    font-size: 14px;
    font-weight: 400;
    color: #6b707f;
}

.doc_rightsidebar .doc_right_link li a i {
    padding-right: 12px;
    position: absolute;
    left: 0;
    font-size: 12px;
    top: 5px;
}

.doc_rightsidebar .doc_switch {
    display: flex;
    align-items: center;
    padding-bottom: 36px;
}

.doc_rightsidebar .doc_switch .tab-btn {
    font-size: 16px;
    color: #10b3d6;
    line-height: 22px;
    margin-bottom: 0;
    padding-top: 2px;
    cursor: pointer;
    transition: color 0.2s linear;
}

.doc_rightsidebar .doc_switch .tab-btn:hover {
    color: #10b3d6;
}

.doc_rightsidebar .doc_switch .fa-moon {
    top: -1px;
    position: relative;
}

.doc_rightsidebar .doc_switch input[type=checkbox] {
    width: 50px;
    height: 22px;
    border: 1px solid #91e1f2;
    background: #e7f7fb;
    display: block;
    border-radius: 25px;
    margin: 0 12px 0 15px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: content-box;
}

.doc_rightsidebar .doc_switch input[type=checkbox]:before {
    content: "";
    width: 16px;
    height: 16px;
    background: #10b3d6;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s linear;
    left: 3px;
}

.doc_rightsidebar .doc_switch input[type=checkbox]:checked:before {
    left: calc(100% - 19px);
}

.doc_rightsidebar .doc_switch input[type=checkbox]:checked + .tab-btn {
    color: #10b3d6;
}

.doc_rightsidebar .doc_switch input[type=checkbox] + .tab-btn {
    color: #6b707f;
}

.doc_menu .nav-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding: 0;
    color: #6b707f;
}

.doc_menu .nav-link.active, .doc_menu .nav-link:hover {
    color: #1d2746;
}

.doc_menu .nav-link.active {
    font-weight: 400;
}

.doc_menu .nav {
    padding-left: 20px;
}

.doc_menu .nav .nav-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.mobile_menu {
    width: 300px;
    position: fixed;
    height: 100vh;
    max-height: 100vh !important;
    top: 0;
    background: #fff;
    right: -300px;
    z-index: 1050;
    transition: all 0.4s linear;
}

.mobile_menu .doc_left_sidebarlist {
    padding-left: 20px;
}

.mobile_menu .doc_left_sidebarlist:before {
    display: none;
}

.mobile_menu.open {
    right: 0;
}

.mobile_menu .close_nav {
    padding-top: 20px;
    padding-left: 30px;
    font-size: 28px;
}

/*=============== doc_documentation_full_area css =========*/
.full-width-doc .doc_left_sidebarlist {
    margin-right: 0;
    padding-left: 0;
}

.full-width-doc.body_fixed .doc_left_sidebarlist {
    width: 50%;
}

.full-width-doc .documentation_info {
    padding-left: 35px;
    padding-right: 35px;
}

.full-width-doc .doc_rightsidebar {
    margin-left: 0;
}

.sticky_menu .doc_documentation_area.body_fixed .doc_left_sidebarlist, .sticky_menu .doc_documentation_area.body_fixed .doc_rightsidebar {
    top: 78px;
}

.resource .c_head {
    margin-bottom: 5px;
}

.resource .tag_list {
    padding-top: 0;
}

.resource .tag_list li {
    margin-top: 4px;
}

.resource .tag_list li a {
    display: inline-block;
    font-weight: 400;
}

/*========== typrography_content css ========*/
.typrography_content .c_head.load-order-2 {
    font-size: 24px;
    margin-bottom: 12px;
}

.typrography_content .code-preview {
    border: 1px solid #e5ebef;
    padding: 20px;
    box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.02);
    position: relative;
}

.typrography_content .code-preview #header-name {
    margin-bottom: 0;
}

.typrography_content .code-preview img {
    max-width: 100%;
}

.typrography_content .code-preview.video_img {
    display: inline-block;
}

.typrography_content .code-toolbar .snippets {
    margin-bottom: 0;
}

.typrography_content .code-toolbar .snippets code {
    margin-bottom: 20px;
}

.typrography_content .code_item {
    padding-top: 15px;
}

.typrography_content .code_item p a {
    color: #10b3d6;
}

.vjs-iframe-blocker {
    display: none;
}

.video-js {
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    height: 360px;
}

.video-js .mfp-close {
    right: -55px;
    top: -10px;
}

.doc_mobile_menu2 {
    background: rgba(255, 255, 255, .1);
    border-radius: 30px;
    padding: 10px;
}
.container_opacity {
    background: rgba(255, 255, 255, .1);
    border-radius: 30px;
    padding: 10px;
}

.btn-date {
    background: #3b4651
}

.btn-date:hover {
    background: transparent !important
}

/*============ Sticky Nav doc css ================*/
.sticky-nav-doc:not(.onepage-doc) .body_fixed .doc_rightsidebar, .sticky-nav-doc:not(.onepage-doc) .body_fixed .doc_left_sidebarlist {
    padding-top: 100px;
}

.sticky-nav-doc .body_fixed.body_navbar_fixed .doc_left_sidebarlist, .sticky-nav-doc .body_fixed.body_navbar_fixed .doc_rightsidebar {
    padding-top: 30px;
}

.sticky-nav-doc.onepage-doc #post {
    padding-top: 80px;
}

/*============ onepage doc css ================*/
.onepage-doc .shortcode_info {
    padding-left: 0;
    padding-right: 0;
}

.onepage-doc .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 230px;
}

.onepage-doc.body_fixed .doc_left_sidebarlist {
    padding-top: 30px;
}

.onepage-doc .doc_left_sidebarlist {
    width: 270px;
    margin-right: 0;
    border: 0;
    padding-top: 80px;
}

.onepage-doc .doc_left_sidebarlist:before {
    display: none;
}

.onepage-doc .nav-sidebar .nav-item {
    padding-right: 0;
    background: #f8fafb;
    margin-bottom: 0;
    margin-top: 3px;
    position: relative;
}

.onepage-doc .nav-sidebar .nav-item .docs-progress-bar {
    position: absolute;
    background: #ebf0f1;
    bottom: 0;
    left: 0;
    top: 0;
    max-height: 48px;
}

.onepage-doc .nav-sidebar .nav-item .nav-link {
    padding: 13px 20px;
}

.onepage-doc .nav-sidebar .nav-item .icon {
    top: 0;
    right: 20px;
    line-height: 48px;
    font-size: 18px;
    position: absolute;
    color: #10b3d6;
    transform: rotate(0deg);
}

.onepage-doc .nav-sidebar .nav-item .icon i {
    display: inline-block;
}

.onepage-doc .nav-sidebar .nav-item .icon i + i {
    display: none;
}

.onepage-doc .nav-sidebar .nav-item.active .icon i {
    display: none;
}

.onepage-doc .nav-sidebar .nav-item.active .icon i + i {
    display: inline-block;
}

.onepage-doc .nav-sidebar .nav-item.active .dropdown_nav {
    display: block;
}

.onepage-doc .nav-sidebar .nav-item .dropdown_nav {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    position: relative;
}

.onepage-doc .nav-sidebar .nav-item .dropdown_nav:before {
    content: "";
    width: 2px;
    bottom: 15px;
    background: #edf1f3;
    position: absolute;
    top: 15px;
    left: 20px;
}

.onepage-doc .nav-sidebar .nav-item .dropdown_nav .nav-item {
    margin-top: 0;
    background: transparent;
    position: relative;
    padding-left: 22px;
}

.onepage-doc .nav-sidebar .nav-item .dropdown_nav .nav-item:before {
    content: "\35";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'ElegantIcons';
    color: #10b3d6;
}

.onepage-doc .nav-sidebar .nav-item .dropdown_nav .nav-item .docs-progress-bar {
    display: none;
}

.onepage-doc .nav-sidebar .nav-item .dropdown_nav .nav-item .nav-link {
    padding: 0;
    color: #6b707f;
}

.onepage-doc .nav-sidebar .nav-item .dropdown_nav .nav-item.active .nav-link {
    color: #10b3d6;
}

.onepage-doc .doc_rightsidebar {
    margin-left: 0;
    padding-right: 10px;
}

.doc_rightsidebar .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 14px;
}

.doc_rightsidebar .dropdown-toggle {
    background: #fafcfd;
    border: 1px solid #e1e4e5;
    border-radius: 5px;
    font-size: 16px;
    color: #6b707f;
    padding: 9px 20px 0;
    box-shadow: none;
}

.doc_rightsidebar .dropdown-toggle:after {
    content: "\33";
    border: 0;
    font-family: 'ElegantIcons';
    top: -2px;
    position: relative;
}

.doc_rightsidebar .dropdown-toggle i {
    padding-right: 8px;
}

.doc_rightsidebar .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
}

.doc_rightsidebar .bootstrap-select {
    margin-bottom: 30px;
}

.doc_rightsidebar .bootstrap-select > .dropdown-menu {
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    background: #fff;
    border: 0;
}

.doc_rightsidebar .bootstrap-select > .dropdown-menu .inner .dropdown-menu {
    border: 0;
}

.doc_rightsidebar .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a {
    color: #6b707f;
    position: relative;
    font-size: 14px;
}

.doc_rightsidebar .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a:before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #10b3d6;
    transition: all 0.2s linear;
}

.doc_rightsidebar .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a i {
    padding-right: 8px;
}

.doc_rightsidebar .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a.active, .doc_rightsidebar .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a:hover {
    background: #f6f6f6;
    color: #10b3d6;
}

.doc_rightsidebar .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a.active:before, .doc_rightsidebar .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a:hover:before {
    height: 100%;
}

.doc_rightsidebar .doc_switch {
    padding-top: 20px;
    margin-left: -40px;
    margin-top: 10px;
    padding-left: 40px;
}

.fontsize-controllers .btn-group {
    border: 1px solid #dfe2e4;
    background-color: white;
    box-shadow: 0 1px 0 0 rgba(3, 13, 37, 0.2), inset 0 -8px 14px 0 rgba(3, 13, 37, 0.1);
    border-radius: 4px;
}

.fontsize-controllers .btn-group .btn {
    font-size: 16px;
    font-weight: 400;
    color: #1d2746;
    line-height: 1.2;
    border: 0;
}

.fontsize-controllers .btn-group .btn:focus {
    outline: none;
    box-shadow: none;
    background: #eff0f1;
}

.fontsize-controllers .btn-group .btn.rvfs-reset {
    border-left: 1px solid #dfe2e4;
    border-right: 1px solid #dfe2e4;
}

.print {
    color: #6b707f;
    font-size: 18px;
}

.nav_title {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #1d2746;
    border-radius: 4px;
    line-height: 22px;
    padding: 13px 30px;
    margin-bottom: 0;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*========== shortcode_text css ==============*/
.shortcode_text .shortcode_title p {
    margin-bottom: 20px;
}

.shortcode_text ul li {
    margin-bottom: 6px;
}

.shortcode_text ul li a {
    color: #6b707f;
}

.shortcode_text ul li a:hover {
    color: #10b3d6;
}

.shortcode_text .c_head {
    margin-top: 30px;
}

.article_list {
    margin-bottom: 30px;
}

/*============== shortcode_info css =========*/
.shortcode_info {
    padding: 10px;
    border-radius: 30px;

}

.shortcode_info .shortcode_title p {
    margin-bottom: 0;
}

.shortcode_info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 26px;
}

.shortcode_info h4:first-of-type {
    padding-top: 0;
}

.shortcode_info h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
}

.shortcode_info p {
    margin-bottom: 0px;
}

.shortcode_info footer {
    padding-top: 60px;
}
.partnerBox .tab_shortcode {
    background: rgba(255, 255, 255, .1); border-radius: 30px; margin: 0 10px; padding: 1rem;
}
.tab_shortcode {
    margin-bottom: 50px;
}

.tab_shortcode .nav-tabs {
    border: 0;
}

.tab_shortcode .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    color: #6b707f;
    border-radius: 0;
    padding: 9px 20px;
    background: #f0f2f5;
    border: 0;
    border-left: 1px solid #dbe1e4;
    position: relative;
}

.tab_shortcode .nav-tabs .nav-item .nav-link:before {
    content: "";
    width: 0;
    height: 2.1px;
    background: #10b3d6;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: width 0.2s linear;
}

.tab_shortcode .nav-tabs .nav-item .nav-link.active {
    background: #fff;
    color: #1d2746;
}

.tab_shortcode .nav-tabs .nav-item .nav-link.active:before {
    opacity: 1;
    width: 100%;
}

.tab_shortcode .nav-tabs .nav-item:last-child .nav-link {
    border-right: 1px solid #dbe1e4;
}

.tab_shortcode .tab-content {
    color: #6b707f;
    padding: 25px 30px;
    border: 1px solid #dbe1e4;
    border-radius: 5px;
    border-top-left-radius: 0;
}

/*============== shortcode_info css =========*/
/*=========== toggle_shortcode css ========*/
.toggle_shortcode {
    padding-bottom: 60px;
}

.toggle_btn {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #1d2746;
    background: #f0f2f5;
    text-align: left;
    border-radius: 4px;
    padding: 12px 30px;
    position: relative;
}

.toggle_btn:before {
    content: "\43";
    position: absolute;
    font-size: 18px;
    font-family: eleganticons;
    right: 30px;
    transform: rotate(180deg);
    transition: all 0.2s linear;
    color: #10b3d6;
}

.toggle_btn.collapsed:before {
    transform: rotate(0deg);
    color: #1d2746;
}

.toggle_btn:focus {
    color: #1d2746;
}

.toggle_body {
    border: 1px solid #e8ecee;
    padding: 25px 30px;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

/*=========== toggle_shortcode css ========*/
/*=========== doc_accordion Shortcode css ========*/
.dochome .doc_accordion {
    border: 0;
    margin-bottom: 5px;
    background: transparent;
    margin: 30px 0
}

.dochome .doc_accordion .card {
    border-radius: 0;
    border: 0 !important;
    background: transparent;
    padding: 0;
}

.dochome .doc_accordion .toggle_body {

    border: 0;
    border-radius: 0px;
    background: transparent;
    padding: 25px 30px;

}

.dochome .doc_accordion .card-header {
    border-radius: 0;
    border: 0;
    background: transparent;
    padding: 0;
}

.dochome .doc_accordion .card-header button {
    padding: 12px 50px;
    border-radius: 30px;
    text-align: left;
    width: 100%;
    font-size: 20px;
    color: #10b3d6;
    font-weight: 900;
    background: #FFF;
    text-decoration: none;
    position: relative;
}

.dochome .doc_accordion .card-header button .ic i {
    position: absolute;
    left: 10px !important;
    color: #10b3d6;
    font-size: 22px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    transition: all 0.2s linear;
}

.dochome .doc_accordion .card-header button i {
    position: absolute;
    right: 50px !important;
    color: #10b3d6;
    font-size: 22px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    transition: all 0.2s linear;
}

.dochome .doc_accordion .card-header button .ic i + i {
    display: block;
}

.dochome .doc_accordion .card-header button.collapsed .ic i {
    display: block;
    color: #10b3d6;
}

.dochome .doc_accordion .card-header button.collapsed .ic i + i {
    display: none;
}


.doc_accordion .card-header {
    border-radius: 0;
    border: 0;
    background: transparent;
    padding: 0;
}

.doc_accordion .card-header button {
    padding: 12px 30px;
    border-radius: 4px;
    text-align: left;
    width: 100%;
    font-size: 16px;
    color: #1d2746;
    font-weight: 400;
    background: #f0f2f5;
    text-decoration: none;
    position: relative;
}

.doc_accordion .card-header button i {
    position: absolute;
    right: 30px;
    color: #10b3d6;
    font-size: 22px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    transition: all 0.2s linear;
}

.doc_accordion .card-header button i + i {
    display: block;
}

.doc_accordion .card-header button.collapsed i {
    display: block;
    color: #6b707f;
}

.doc_accordion .card-header button.collapsed i + i {
    display: none;
}

/*=========== doc_accordion Shortcode css ========*/
/*=========== message_alert Shortcode css ========*/
.message_alert {
    border: 1px solid #e5e9eb;
    border-radius: 4px;
    background: #fafcfd;
    padding: 32px 40px 30px;
    margin-bottom: 20px;
}

.message_alert i {
    font-size: 24px;
    color: #abb0c0;
    margin-right: 25px;
}

.message_alert h5 {
    font-size: 16px;
    color: #1d2746;
    font-weight: 400;
    margin-bottom: 12px;
}

.message_alert p {
    margin-bottom: 0;
}

.message_alert .close {
    position: absolute;
    right: 14px;
    top: 12px;
    font-size: 24px;
    opacity: 1;
}

.message_alert .close i {
    margin-right: 0;
}

.alert {
    border-radius: 30px;
}

.alert-danger {
    background: #fff3f4;
    border-color: #fbadb3;
}

.alert-danger i, .alert-danger h5 {
    color: #fa303e;
}

.alert-success {
    background: #f1fdf3;
    border-color: #94e3a1;
}

.alert-success i, .alert-success h5 {
    color: #10d631;
}

.alert-warning {
    background: #fefbf1;
    border-color: #f2dca0;
}

.alert-warning i, .alert-warning h5 {
    color: #f6ba18;
}

.alert-info {
    background: #f1fbfd;
    border-color: #a0e3f2;
}

.alert-info i, .alert-info h5 {
    color: #10b3d6;
}

/*=========== message_alert Shortcode css ========*/
/*=========== notice Shortcode css ========*/
.notice_shortcode {
    padding-top: 25px;
}

.notice {
    border-left: 10px solid;
    padding: 30px 40px;
    margin-bottom: 20px;
    margin-top: 0;
}

.notice:before, .notice:after {
    display: none;
}

.notice i {
    font-size: 24px;
    margin-right: 25px;
}

.notice h5 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
}

.notice p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #6b707f;
}

.notice p span {
    padding: 1px 10px;
    background: #fff;
    color: #ed2937;
}

.notice-success {
    background: #459e6d;
    border-color: #30845e;
}

.notice-success p, .notice-success i, .notice-success h5 {
    color: #fff;
}

.notice-warning {
    background: #fefaed;
    border-color: #f6ba18;
}

.notice-warning i {
    color: #f6ba18;
    padding-top: 4px;
}

.notice-danger {
    background: #ffeff0;
    border-color: #fa303e;
}

.notice-danger i {
    color: #fa303e;
}

.explanation {
    position: relative;
    background: linear-gradient(90deg, #fff, #75e3fb);
    border: 10px solid #fff;
    padding: 1rem 2rem;
    border-radius: 16px;
}

.explanation::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid #10b3d6;
    border-radius: 8px;
    pointer-events: none;
}

.explanation::after {
    font-family: "Manrope", sans-serif;
    content: "Hey!";
    text-transform: uppercase;
    font-weight: 600;
    top: -19px;
    left: 1rem;
    padding: 0 .5rem;
    font-size: .6rem;
    position: absolute;
    z-index: 1;
    color: #000;
    background: #fff;
}

/*=========== lightbox Shortcode css ========*/
.lightbox_shortcode {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.lightbox_shortcode img {
    background-color: #f0f2f5;
    box-shadow: 0 4px 14px 0 rgba(4, 73, 89, 0.08);
    max-width: 100%;
}

.img_popup {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 52px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(29, 39, 70, 0.5);
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
}

.img_popup i {
    margin-left: -2px;
}

.img_popup:hover, .img_popup:focus {
    background: #fff;
    color: #1d2746;
    box-shadow: 4px 15px 34px 2px rgba(4, 73, 89, 0.2);
}

button.mfp-close {
    font-size: 30px;
    color: #6b707f;
    right: 10px;
    top: 5px;
}

.mfp-bg {
    background: #fff;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
    padding: 0;
}

.mfp-with-zoom .mfp-container {
    transform: scale(0);
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
    transform: scale(1);
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 1;
}

.mfp-figure:after {
    background-color: #eceff4;
    box-shadow: 0 20px 80px 0 rgba(4, 73, 89, 0.12);
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*=========== lightbox Shortcode css ========*/
/*=========== tooltip Shortcode css ========*/
.tooltipster-sidetip .tooltipster-box {
    max-width: 300px;
    background: #fff;
    box-shadow: 0 30px 90px -20px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.05);
    border: 0;
    margin-top: 0;
}

.tooltipster-sidetip .tooltipster-box .tooltipster-content {
    padding: 0;
    background: #fff;
    border-radius: 5px;
    z-index: 1;
}

.tooltipster-sidetip .tooltipster-box .tooltipster-content .blog_grid_post {
    margin-bottom: 0;
}

.tooltipster-sidetip .tooltipster-box .tooltipster-content .blog_grid_post img {
    max-width: 100%;
}

.tooltipster-sidetip .tooltipster-box .tooltipster-content .blog_grid_post .grid_post_content {
    padding: 30px 20px 10px;
    box-shadow: none;
}

.tooltipster-sidetip .tooltipster-box .tooltipster-content .blog_grid_post .grid_post_content .post_tag a {
    font-size: 14px;
}

.tooltipster-sidetip .tooltipster-box .tooltipster-content .blog_grid_post .grid_post_content .b_title {
    font-size: 18px;
    line-height: 25px;
}

.tooltipster-sidetip .tooltipster-box .tooltipster-content .blog_grid_post .grid_post_content p {
    color: #6b707f;
    font-size: 14px;
    line-height: 22px;
}

.tooltip_content p {
    margin-bottom: 25px;
}

.tooltip_content p i {
    vertical-align: middle;
}

.tooltip_content p a {
    color: #10b3d6;
}

.tooltip_content .text-decoration {
    position: relative;
    display: inline-block;
}

.tooltip_content .text-decoration:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #10b3d6;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.direction_steps {
    display: inline-flex;
    align-items: center;
}

.direction_step {
    padding: 0 8px;
    font-size: 13px;
    border-radius: 4px;
    background: rgba(127, 130, 248, 0.8);
    color: #fff;
    position: relative;
    line-height: 20px;
}

.direction_step + .direction_step {
    margin-left: 28px;
}

.direction_step + .direction_step:before {
    content: "\24";
    font-family: eleganticons;
    position: absolute;
    left: -22px;
    color: rgba(127, 130, 248, 0.8);
}

.tip_content {
    background: #fff;
    box-shadow: 0 20px 50px 0 rgba(4, 73, 89, 0.16);
    max-width: 320px;
    max-height: 100%;
    border-radius: 6px;
    text-align: left;
}

.tip_content .text {
    padding: 25px;
}

.tip_content p {
    font-size: 14px;
    line-height: 26px;
    color: #6b707f;
}

.tip_content h6 {
    font-size: 14px;
    color: #1d2746;
    font-weight: 400;
    padding-top: 10px;
    margin-bottom: 0;
}

.tip_content h6 span {
    display: block;
    font-weight: 400;
    color: #6b707f;
    font-size: 14px;
    padding-top: 5px;
}

.tip_content img {
    max-width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.tip_content#tooltipTwo {
    min-height: 450px;
}

/*=========== tooltip Shortcode css ========*/
/*=========== image_pointer Shortcode css ========*/
.image_pointer .pointing_img {
    padding-bottom: 20px;
}

.image_pointer .pointing_img img {
    max-width: 100%;
    box-shadow: 0 20px 50px 0 rgba(4, 73, 89, 0.1);
}

.image_pointer .pointing_img h6 {
    margin-top: 35px;
}

.image_pointer .pointing_img h6 a {
    color: #10b3d6;
}

.modal-open {
    padding-right: 0 !important;
    overflow: hidden;
}

.modal-backdrop {
    background: #000;
}

.img_modal {
    background: rgba(52, 58, 64, .7);
    padding-right: 0 !important;
    box-shadow: 0 4px 14px 0 rgba(4, 73, 89, 0.08);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.img_modal img {
    /*box-shadow: 0 30px 80px 0 rgba(4, 73, 89, 0.12);*/
}

.img_modal .close {
    font-size: 30px;
    padding-right: 25px;
    padding-top: 25px;
    opacity: 1;
    color: #6b707f;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0;
    z-index: 3;
}

.img_modal.fade .pointing_img_container {
    max-width: 1170px;
    margin: 0rem auto;
    padding: 80px 0;
    height: 100%;
    display: flex;
    align-items: center;
    transform: translate(0, 0);
}

.img_modal.fade .pointing_img_container .modal-content {
    border: 0;
    padding: 0;
}

.img_modal.fade .pointing_img_container .modal-content img {
    max-width: 100%;
}

.img_pointing {
    width: 10px;
    height: 10px;
    background: #a54ffe;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
}

.img_pointing:before, .img_pointing:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    background: #a54ffe;
}

.img_pointing:before {
    transform: scale(2.1);
    opacity: 0.3;
}

.img_pointing:after {
    transform: scale(3);
    opacity: 0.2;
}

.img_pointing .dot {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(165, 79, 254, 0.9);
    animation: pulse1 3s infinite;
    transform: translate(-50%, -50%);
    animation-delay: 1.5s;
    will-change: transform;
}

.img_pointing.one {
    top: 60px;
    right: 340px;
}

.img_pointing.two {
    left: 175px;
    top: 20px;
}

.img_pointing.three {
    left: 50%;
    transform: translateX(-50%);
    top: 250px;
}

.img_pointing.four {
    left: 30%;
    transform: translateX(-50%);
    top: 50%;
}

.img_pointing_content {
    padding: 25px;
}

.img_pointing_content p {
    font-size: 14px;
    line-height: 22px;
    font-family: "Manrope", sans-serif;
    color: #6b707f;
    margin-bottom: 0;
}

.img_pointing_content p span {
    color: #1d2746;
}

.img_pointing_content p + p {
    margin-top: 15px;
}

.pointing_img_two {
    position: relative;
    margin-bottom: 60px;
}

.pointing_img_two img {
    box-shadow: 0 20px 50px 0 rgba(4, 73, 89, 0.1);
}

.pointing_img_two .img_pointing.one {
    right: 130px;
}

.pointing_img_two .img_pointing.three {
    left: 55%;
}

.pointing_img_two .img_pointing.four {
    left: 100px;
}

/*=========== image_pointer Shortcode css ========*/
/*=========== caniuse Shortcode css ========*/
.caniuse ul {
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
}

.caniuse ul .caniuse_agents_item {
    text-align: center;
    border-radius: 5px;
    padding: 23px 30px 20px;
    margin: 6px;
}

.caniuse ul .caniuse_agents_item img {
    height: 40px;
    display: block;
}

.caniuse ul .caniuse_agents_item span {
    display: block;
    font-size: 20px;
    padding-top: 13px;
}

.caniuse_section + .caniuse_section {
    margin-top: 55px;
}

.light_blue {
    background: #ece6fc;
    color: #784bfb;
}

.light_red {
    background: #fce6e6;
    color: #f84343;
}

.blue {
    background: #e6f8fc;
    color: #10b3d6;
}

.caniuse_section_legend p {
    padding-top: 25px;
}

.caniuse_section_legend .caniuse_legend_list {
    padding: 15px 0 10px;
}

.caniuse_section_legend .caniuse_legend_list span {
    margin-right: 20px;
}

.caniuse_section_legend .caniuse_legend_list a {
    font-size: 14px;
    font-weight: 400;
    padding: 0 18px;
    display: inline-block;
    margin: 0 3px;
}

.caniuse_section_legend .caniuse_legend_list a.blue:hover {
    background: #10b3d6;
    color: #fff;
}

.purpale_btn {
    background: #fad9ea;
    color: #e32a8b;
}

.purpale_btn:hover {
    background: #e32a8b;
    color: #fff;
}

.green_btn {
    background: #cef5d4;
    color: #11ca30;
}

.green_btn:hover {
    background: #11ca30;
    color: #fff;
}

.violate_btn {
    background: #e8d9fa;
    color: #9744fd;
}

.violate_btn:hover {
    background: #9744fd;
    color: #fff;
}

/*=========== caniuse Shortcode css ========*/
/*=========== table Shortcode css ========*/
.table_shortcode thead {
    background: #06a8cb;
}

.table_shortcode thead th {
    padding: 20px 25px;
    border: 0;
}

.table_shortcode th, .table_shortcode td {
    border: 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    vertical-align: middle;
}

.table_shortcode tbody tr {
    background: #f0f2f5;
}

.table_shortcode tbody tr th {
    background: #10b3d6;
}

.table_shortcode tbody tr td, .table_shortcode tbody tr th {
    padding: 12px 25px;
}

.table_shortcode tbody tr td {
    color: #6b707f;
}

.table_shortcode tbody tr:nth-child(odd) {
    background: #fafcfd;
}

.basic_table {
    padding-top: 45px;
}

.basic_table .s_title {
    margin-bottom: 10px;
}

.basic_table p {
    margin-bottom: 25px;
}

.basic_table_info {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border: 1px solid #f1f2f3;
}

.basic_table_info thead th {
    border: 0;
}

.basic_table_info tbody tr th, .basic_table_info tbody tr td {
    border-color: #eaeff4;
}

.basic_table_info.table-hover tbody tr {
    transition: all 0.3s linear;
}

.basic_table_info.table-hover tbody tr:hover {
    background: #10b3d6;
    color: #fff;
}

/*=========== table Shortcode css ========*/
/*============ Footnote ===========*/
.text-component--has-footnotes {
    counter-reset: footnotes;
}

.footnotes {
    border-top: 1px solid var(--color-contrast-low);
    font-size: 0.875em;
}

.footnotes-link {
    counter-increment: footnotes;
    font-size: 0.75em;
    vertical-align: super;
}

.footnotes-link::before {
    content: "[" counter(footnotes) "]";
}

.footnotes-link:target, .footnotes_item:target {
    outline: 2px solid #10b3d6;
    outline-offset: 2px;
}

.footnotes_item {
    font-size: 14px;
}

.footnotes_item strong {
    color: #1d2746;
    padding-bottom: 7px;
    display: inline-block;
    font-size: 16px;
}

.footnotes_item + .footnotes_item {
    margin-top: 20px;
}

/*============ Footnote ===========*/
/*============ List Style ===========*/
.single_list {
    list-style: none;
    box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.02);
    border: 1px solid #e5ebef;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 25px;
    border-radius: 2px;
}

.single_list li {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    padding-left: 20px;
}

.single_list li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b3d6;
    position: absolute;
    left: 0;
    top: 9px;
}

.single_list li + li {
    margin-top: 15px;
}

.steps-panel {
    box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.02);
    border: 1px solid #e5ebef;
    margin-top: 10px;
    margin-bottom: 25px;
    border-radius: 2px;
}

.steps-panel ul.ordered-list li::before {
    content: "\68";
    font-family: 'ElegantIcons';
    font-size: 10px;
}

.steps-panel .ordered-list {
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin: 20px 0;
}

.steps-panel .ordered-list::before {
    content: "";
    position: absolute;
    left: 32px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #c4cdd5;
}

.steps-panel .ordered-list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 16px 0;
    position: relative;
    padding-left: 35px;
    counter-increment: a;
}

.steps-panel .ordered-list li::before {
    content: counter(a);
    position: absolute;
    color: #fff;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
    background-color: #10b3d6;
    text-align: center;
    line-height: 23px;
    top: -4px;
    left: -4px;
    border: 5px solid #fff;
}

/*============ changelog css ===========*/
.changelog_inner {
    padding-right: 30px;
    padding-bottom: 100px;
}

.changelog_info {
    padding-top: 15px;
}

.changelog_info .version_info {
    margin-right: 15px;
    position: relative;
    height: 100%;
}

.changelog_info .c_version {
    flex: 1;
    background: #1d2746;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    height: 26px;
    line-height: 27px;
    border-radius: 3px;
    color: #fff;
    min-width: 50px;
    max-width: 60px;
    display: block;
    margin: 0 auto;
}

.changelog_info .changelog_date {
    display: flex;
    flex-direction: row-reverse;
    text-align: right;
}

.changelog_info .changelog_date .c_date h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.changelog_info .changelog_date .c_date p {
    font-size: 14px;
    margin-bottom: 0;
    color: #6b707f;
}

.changelog_info .line {
    height: 106%;
    width: 2px;
    background: #e2e5ee;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
}

.changelog_info:last-child .line {
    height: 100%;
}

.changelog_info:last-child .changelog_content {
    padding-bottom: 0;
}

.changelog_content {
    padding-bottom: 60px;
}

.changelog_content p {
    display: flex;
    margin-bottom: 15px;
    font-size: 14px;
}

.changelog_content span {
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    min-width: 110px;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    border-radius: 3px;
    margin-right: 20px;
    height: 22px;
    flex: 0;
    letter-spacing: .8px;
}

.changelog_content span.improve {
    background: #10b3d6;
}

.changelog_content span.new {
    background: #0ed193;
}

.changelog_content span.update {
    background: #ffa100;
}

.changelog_content span.fixed {
    background: #ea3940;
}

.changelog_content .download-links {
    border-top: 1px dotted rgba(51, 51, 51, 0.2);
}

.changelog_content .changelog_btn {
    font-size: 14px;
    color: #6b707f;
    font-weight: 400;
    margin-top: 12px;
    display: inline-block;
    opacity: .5;
}

.changelog_content .changelog_btn i {
    margin-right: 10px;
}

.changelog_content .changelog_btn:hover {
    color: #10b3d6;
}

.changelog_content .changelog_btn + .changelog_btn {
    margin-left: 28px;
}

.changelog_content:hover .changelog_btn {
    opacity: 1;
}

.tour_info_content p {
    font-size: 14px;
    margin-bottom: 0;
}

.tour_item {
    padding: 70px 0;
}

.tour_item .arrow.text-right {
    margin-right: -80px;
    position: relative;
    z-index: 1;
}

.tour_intro_item .tour_info_content {
    position: relative;
}

.tour_intro_item .tour_info_content p {
    margin-bottom: 55px;
}

.tour_intro_item .tour_info_content .arrow {
    position: absolute;
    bottom: 0;
    left: -20px;
}

.tour_intro_item.flex-row-reverse .arrow {
    right: -20px;
    left: auto;
}

.tour_intro_item + .tour_intro_item {
    margin-top: 60px;
}

.last_tour_item {
    padding-bottom: 0;
}

.just_text {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.just_text p {
    margin-bottom: 0;
}

.just_text + .just_text {
    margin-top: 70px;
}

.answer_bottom {
    align-items: flex-start;
}

.tour_preview_img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*========== cheatsheet_info css =========*/
.cheatsheet_info + .cheatsheet_info {
    margin-top: 30px;
}

.cheatsheet_accordian .card {
    border: 0;
    padding: 0;
    overflow: visible;
    margin-top: 10px;
}

.cheatsheet_accordian .card .card-header {
    padding: 0;
    border: 0;
    background: transparent;
}

.cheatsheet_accordian .card .card-header button {
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    background: transparent;
    color: #1d2746;
    text-decoration: none;
}

.cheatsheet_accordian .card .card-header button .minus {
    display: inline-block;
}

.cheatsheet_accordian .card .card-header button .pluse {
    display: none;
}

.cheatsheet_accordian .card .card-header button.collapsed .pluse {
    display: inline-block;
}

.cheatsheet_accordian .card .card-header button.collapsed .minus {
    display: none;
}

.cheatsheet_item {
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(4, 73, 89, 0.05);
    padding: 20px 15px 30px;
    margin-bottom: 30px;
    transition: all 0.3s linear;
}

.cheatsheet_item:hover {
    box-shadow: 0 20px 27px 0 rgba(4, 73, 89, 0.08);
}

.cheatsheet_item .cheatsheet_num {
    text-align: right;
}

.cheatsheet_item p {
    margin-bottom: 0;
}

.cheatsheet_item h4 {
    margin-bottom: 0;
    color: #10b3d6;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*==============typography_area css ================*/
.typography_area {
    padding: 115px 0 120px;
}

.typography_area p {
    line-height: 28px;
}

.heading_content .t_title {
    color: #6b707f;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.heading_content .bold, .heading_content .medium, .heading_content .regular {
    margin-bottom: 22px;
    line-height: 1;
}

.typography_preview {
    margin-top: 30px;
}

.typography_underline h4 {
    margin-bottom: 35px;
}

.highlight_text, .typography_underline {
    padding-right: 100px;
    margin-top: 85px;
}

.highlight_text h5 {
    color: #6b707f;
    margin-bottom: 30px;
}

.highlight_text span {
    display: inline-block;
    padding: 0 6px;
}

.highlight_text .h_black {
    background: #222d39;
    color: #fff;
}

.highlight_text .h_green {
    background: #15e18d;
    color: #fff;
}

.highlight_text .h_blue {
    background: #2cabed;
    color: #fff;
}

.highlight_text p .tooltips_one {
    color: #10b3d6;
}

.highlight_text p .tooltips_two {
    color: #ef971a;
}

.tooltip_blue .arrow:before {
    border-top-color: #10b3d6;
}

.tooltip_blue.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #10b3d6;
}

.tooltip_blue .tooltip-inner {
    background: #10b3d6;
}

.tooltip_danger.show {
    opacity: 1;
}

.tooltip_danger {
    opacity: 1;
}

.tooltip_danger .arrow:before {
    border-top-color: #ef971a;
}

.tooltip_danger.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #ef971a;
}

.tooltip_danger .tooltip-inner {
    background: #ef971a;
}

.dropcap_content p span {
    float: left;
    font-size: 54px;
    margin-right: 10px;
    color: #fc5bc1;
    font-weight: 600;
    line-height: 55px;
    font-family: "Manrope", sans-serif;
}

.dropcap_content p .r_dropcap {
    background: #13c5bf;
    border-radius: 4px;
    color: #fff;
    padding: 0 6px;
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
    margin-top: 10px;
}

.typography_list h5, .dropcap_content h5 {
    color: #6b707f;
    margin-bottom: 30px;
}

.typography_list ul li a, .typography_list ol li a {
    font-size: 15px;
    line-height: 34px;
    color: #6b707f;
    font-weight: 400;
}

.typography_list ol {
    padding-left: 15px;
}

.typography_list ol li ol {
    padding-left: 30px;
}

.typography_list .unorderlist li {
    position: relative;
    padding-left: 14px;
}

.typography_list .unorderlist li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a7acbd;
    position: absolute;
    left: 0;
    top: 14px;
}

.typography_list .unorderlist li ul {
    padding-left: 10px;
}

.blockquote_inner {
    margin-top: 85px;
}

.blockquote_inner h6 {
    color: #6b707f;
    margin-bottom: 0;
}

.blockquote {
    background: transparent;
    padding: 0 0 0 40px;
    border-color: #1d2746;
    border-width: 2px;
    margin-bottom: 55px;
}

.blockquote:before, .blockquote:after {
    display: none;
}

.blockquote p {
    font-size: 18px;
    font-style: italic;
    color: #4b505e;
    line-height: 30px;
}

.blockquote_two {
    background: #f9fafb;
    padding: 14px 40px 26px 140px;
    border: 0;
    position: relative;
    margin-top: 25px;
}

.blockquote_two:before, .blockquote_two:after {
    display: none;
}

.blockquote_two span {
    background: #d6dffa;
    padding: 0 4px;
}

.blockquote_two .quote_icon {
    font-size: 150px;
    color: #d3d6e1;
    position: absolute;
    transform: rotate(180deg);
    top: 18px;
    background: transparent;
    left: 40px;
    line-height: 155px;
}

.blockquote_two h5 {
    font-size: 22px;
    line-height: 40px;
    font-style: italic;
    font-weight: 400;
    color: #6b707f;
}

.button_inner {
    margin-top: 60px;
}

.button_inner h4 {
    margin-bottom: 50px;
    padding-top: 30px;
}

.button_inner h6 {
    color: #6b707f;
    font-weight: 400;
}

.button_inner .button_inner_one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 50px;
    border-bottom: 1px solid #e6eeef;
}

.button_inner:last-child .button_inner_one {
    border: 0;
    padding-bottom: 0;
}

.btn_small {
    padding: 0 16px;
}

.btn_small_two {
    padding: 8px 29px;
}

.doc_border_btn_two, .btn_small_three {
    padding: 10px 47px;
}

.btn_bg {
    padding: 15px 78px;
}

.btn_radious_none {
    border-radius: 0;
    padding: 10px 68px;
}

.btn_radious_45 {
    border-radius: 45px;
    padding: 5px 28px;
}

.action_btn.btn_small, .action_btn.btn_small_two, .action_btn.btn_small_three, .action_btn.btn_bg, .action_btn.btn_radious_none, .action_btn.btn_radious_45 {
    box-shadow: none;
    border: 2px solid #10b3d6;
    transition: all 0.3s linear;
}

.action_btn.btn_small:hover, .action_btn.btn_small_two:hover, .action_btn.btn_small_three:hover, .action_btn.btn_bg:hover, .action_btn.btn_radious_none:hover, .action_btn.btn_radious_45:hover {
    background: #f8fdfe;
    border-color: #79ccde;
    color: #10b3d6;
}

.icon_btn {
    border: 2px solid #79ccde;
    margin-left: 0;
    background: #f8fdfe;
}

.icon_btn i {
    padding-right: 7px;
}

.icon_btn:hover {
    border-color: #10b3d6;
}

.arrow_btn_medium {
    padding: 13px 28px;
}

.arrow_btn_big {
    padding: 18px 44px;
    font-size: 18px;
}

.arrow_btn_big i {
    font-size: 28px;
    padding-left: 12px;
}

.arrow_btn_small {
    padding: 15px 37px;
}

.arrow_btn_small_two {
    padding: 10px 23px;
}

.dropcap_inner {
    padding: 50px 0;
}

/*==============typography_area css ================*/
/*==============action_area_three css ================*/
.action_area_three {
    background: url("../img/action_bg.jpg") no-repeat scroll center 0/cover;
    padding: 110px 0;
    background-attachment: fixed;
}

.action_content_three {
    max-width: 520px;
    margin: 0 auto;
}

.action_content_three h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.action_content_three .doc_border_btn {
    background: transparent;
    color: #fff;
    border-color: #b4b6da;
    padding: 13px 34px;
}

.action_content_three .doc_border_btn:hover {
    background: #ffffff;
    color: #10b3d6;
    border-color: #fff;
}

/*==============action_area_three css ================*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=========== blog_top_post_area css ==========*/
.blog_top_post {
    box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
    border-radius: 6px;
    margin: 0;
}

.blog_top_post .p_top_img {
    position: relative;
    padding-right: 0;
}

.blog_top_post .p_top_img .p_img {
    position: absolute;
    padding-right: 0;
    height: 100%;
    top: 0;
    right: 0;
    width: 100%;
    background: url("../img/blog-grid/top_post.jpg");
    background-size: cover;
}

.blog_top_post .b_top_post_content {
    padding: 50px 30px 50px 50px;
}

.blog_top_post .b_top_post_content .post_tag {
    padding-bottom: 15px;
}

.blog_top_post .b_top_post_content h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 17px;
    transition: color 0.2s linear;
}

.blog_top_post .b_top_post_content h3:hover {
    color: #10b3d6;
}

.blog_top_post .b_top_post_content .learn_btn {
    color: #6b707f;
}

.blog_top_post .b_top_post_content .learn_btn:hover {
    color: #10b3d6;
}

.blog_top_post .b_top_post_content p {
    margin-bottom: 22px;
}

.blog_top_post .b_top_post_content .post_author {
    padding-top: 45px;
}

.post_tag a {
    font-size: 14px;
    color: #6b707f;
    display: inline-block;
}

.post_tag a.cat-Docly {
    color: #fd8d2a;
}

.post_tag a.cat-megento {
    color: #f26322;
}

.post_tag a.cat-woocommerce {
    color: #96588a;
}

.post_tag a.c_blue {
    color: #10b3d6;
}

.post_tag a.cat-laravel {
    color: #ff2d20;
}

.post_tag a + a {
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px !important;
}

.post_tag a + a:before {
    content: "";
    width: 1px;
    height: 13px;
    background: #B7B9BE;
    display: inline-block;
    margin-right: 13px;
}

.post_author .round_img {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.post_author .round_img img {
    height: 40px;
    width: auto;
}

.post_author .author_text {
    margin-top: 5px;
}

.post_author .author_text h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: #1d2746;
}

.post_author .author_text .date {
    font-size: 13px;
    font-weight: 400;
    color: #6b707f;
}

/*=========== blog_top_post_area css ==========*/
/*=========== Start blog_grid_area css ==========*/
.doc_blog_grid_area {
    padding-bottom: 100px;
}

.blog_grid_inner {
    border-top: 1px solid #e7edf0;
}

.blog_tab .nav-item {
    margin-bottom: 0;
}

.blog_tab .nav-item .nav-link {
    padding: 17px 21px;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    color: #858997;
    font-size: 14px;
    position: relative;
    background: transparent;
    transition: all 0.2s ease-in;
}

.blog_tab .nav-item .nav-link:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    height: 2px;
    left: 0;
    background: #10b3d6;
    transform: scale(0);
    transform-origin: 50% 50%;
    transition: all 0.3s ease-in;
}

.blog_tab .nav-item .nav-link.active, .blog_tab .nav-item .nav-link:hover {
    background: #e9f6f9;
    color: #10b3d6;
}

.blog_tab .nav-item .nav-link.active:before, .blog_tab .nav-item .nav-link:hover:before {
    transform: scale(1);
}

.blog_tab .nav-item.cat-laravel .nav-link:hover {
    background: rgba(255, 45, 32, 0.2);
    color: #ff2d20;
}

.blog_tab .nav-item.cat-laravel .nav-link:before {
    background: #ff2d20;
}

.blog_tab .nav-item.cat-Docly .nav-link:hover {
    background: rgba(253, 141, 42, 0.2);
    color: #fd8d2a;
}

.blog_tab .nav-item.cat-Docly .nav-link:before {
    background: #fd8d2a;
}

.blog_tab .nav-item.cat-megento .nav-link:hover {
    background: rgba(242, 99, 34, 0.2);
    color: #f26322;
}

.blog_tab .nav-item.cat-megento .nav-link:before {
    background: #f26322;
}

.blog_tab .nav-item.cat-woocommerce .nav-link:hover {
    background: rgba(150, 88, 138, 0.2);
    color: #96588a;
}

.blog_tab .nav-item.cat-woocommerce .nav-link:before {
    background: #96588a;
}

.blog_grid_tab {
    padding-top: 20px;
    margin-bottom: -40px;
}

.b_title {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    transition: all 0.2s linear;
}

.b_title:hover {
    color: #10b3d6;
}

.blog_grid_post {
    border-radius: 15px;
    background-color: #3b4651;
    box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
    margin-bottom: 20px;
    transition: all 0.1s linear;
    overflow: hidden;
    cursor: pointer;
}

.blog_grid_post .grid_post_content {
    padding: 20px 30px 25px;
}

.blog_grid_post .grid_post_content .post_tag {
    padding-bottom: 10px;
}

.blog_grid_post .grid_post_content .b_title {
    margin-bottom: 18px;
}

.blog_grid_post .grid_post_content .post_author {
    padding-top: 18px;
}

.blog_grid_post:hover {
    box-shadow: 0 0px 24px 0 rgba(255, 255, 255, .2);
}

.doc_blog_grid_area_two {
    padding: 100px 0 120px;
}

/*=========== End blog_grid_area css ==========box-shadow: 0 0px 24px 0 rgba(4, 73, 89, 1);*/
/*=========== Start blog_area css ==========*/
.blog_area {
    padding: 100px 0 120px;
}

.blog_single_item .blog_single_img {
    display: block;
    margin-bottom: 25px;
}

.blog_single_item .blog_single_img img {
    max-width: 100%;
}

.blog_single_item p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 26px;
}

.blog_single_item p a {
    color: #10b3d6;
    text-decoration: underline;
}

blockquote {
    background: #f3f8f9;
    border-left: 4px solid #10b3d6;
    font-size: 20px;
    padding: 50px 40px;
    position: relative;
    z-index: 0;
    margin: 46px 0;
}

blockquote:before, blockquote:after {
    content: "";
    position: absolute;
    z-index: -1;
}

blockquote:before {
    background: url("../img/blog-classic/quote_top.png") no-repeat scroll left top;
    width: 132px;
    height: 81px;
    top: 0;
}

blockquote:after {
    background: url("../img/blog-classic/quote_bottom.png") no-repeat scroll left bottom;
    width: 77px;
    height: 75px;
    right: 40px;
    bottom: 30px;
}

blockquote .c_head {
    color: #6b707f;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 45px;
}

blockquote .author {
    font-weight: 400;
    font-size: 16px;
    color: #1d2746;
}

.single_post_two {
    padding-top: 10px;
}

.single_post_two h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}

.single_post_two img {
    margin-bottom: 25px;
    max-width: 100%;
}

.single_post_two p {
    margin-bottom: 28px;
}

.blog_social {
    padding-top: 20px;
}

.blog_social h5 {
    font-size: 16px;
    margin-bottom: 0;
}

.blog_social .f_social_icon {
    display: inline-block;
    margin-top: 28px;
    position: relative;
    z-index: 0;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
}

.blog_social .f_social_icon:before, .blog_social .f_social_icon:after {
    content: "";
    width: 105%;
    position: absolute;
    top: 50%;
    height: 1px;
    background: #dde5e7;
}

.blog_social .f_social_icon:before {
    left: -103%;
}

.blog_social .f_social_icon:after {
    right: -103%;
}

.blog_social .f_social_icon li a {
    margin-right: 0;
    border: 1px solid #e5edef;
    color: #989da9;
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.blog_social .f_social_icon li + li {
    margin-left: 5px;
}

.blog_post_author {
    background: #f3f8f9;
    padding: 40px;
    padding-right: 70px;
    margin-top: 35px;
}

.blog_post_author .author_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 30px;
    overflow: hidden;
}

.blog_post_author .media-body h5 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
}

.blog_post_author .media-body p {
    margin-bottom: 0;
}

.comment_inner {
    padding-top: 80px;
}

.comment_box {
    margin-bottom: 0;
}

.comment_box .post_comment .comment_author {
    padding-top: 40px;
}

.comment_box .post_comment .comment_author .img_rounded {
    border-radius: 50%;
    margin-right: 30px;
}

.comment_box .post_comment .comment_author .media-body {
    border-bottom: 1px solid #dde5e7;
    padding-bottom: 24px;
}

.comment_box .post_comment .comment_author .media-body .comment_info h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.comment_box .post_comment .comment_author .media-body .comment_info .comment_date {
    font-size: 16px;
    font-weight: 400;
    color: #6b707f;
    margin-bottom: 15px;
}

.comment_box .post_comment .comment_author .media-body .comment_reply {
    font-size: 14px;
    font-weight: 400;
    color: #1d2746;
    transition: all 0.2s linear;
}

.comment_box .post_comment .comment_author .media-body .comment_reply i {
    vertical-align: middle;
    font-size: 18px;
    position: relative;
    top: -2px;
    padding-right: 5px;
}

.comment_box .post_comment .comment_author .media-body .comment_reply:hover {
    color: #10b3d6;
}

.comment_box .post_comment .reply_comment {
    padding-left: 80px;
}

.blog_comment_box {
    padding-top: 80px;
}

.blog_comment_box p {
    margin-bottom: 0;
}

.blog_comment_box .get_quote_form {
    padding-top: 40px;
}

.blog_comment_box .get_quote_form .form-group {
    margin-bottom: 30px;
}

.blog_comment_box .get_quote_form .form-group .form-control {
    height: 60px;
    border-radius: 4px;
    border: 1px solid #e1e8ea;
    font-size: 14px;
    line-height: 60px;
    padding-left: 30px;
}

.blog_comment_box .get_quote_form .form-group .form-control.placeholder {
    color: #6b707f;
}

.blog_comment_box .get_quote_form .form-group .form-control:-moz-placeholder {
    color: #6b707f;
}

.blog_comment_box .get_quote_form .form-group .form-control::-moz-placeholder {
    color: #6b707f;
}

.blog_comment_box .get_quote_form .form-group .form-control::-webkit-input-placeholder {
    color: #6b707f;
}

.blog_comment_box .get_quote_form .form-group .form-control:focus {
    box-shadow: 0 20px 30px 0 rgba(4, 73, 89, 0.1);
    border-color: #f4f8f8;
}

.blog_comment_box .get_quote_form .form-group .form-control.message {
    height: 160px;
    padding-top: 22px;
}

.blog_comment_box .get_quote_form .thm_btn {
    padding: 9px 35px;
    box-shadow: none;
}

.blog_comment_box .get_quote_form .thm_btn:hover {
    box-shadow: 0 20px 30px 0 rgba(12, 118, 142, 0.24);
}

/*============= doc_blog_classic_area css ==============*/
.doc_blog_classic_area blockquote {
    margin-top: 0;
    margin-bottom: 50px;
}

.blog_classic_item {
    overflow: hidden;
    margin-bottom: 50px;
    transition: all 0.2s linear;
    cursor: pointer;
}

.blog_classic_item .b_top_post_content {
    padding: 26px 40px 30px;
}

.blog_classic_item .b_top_post_content .post_tag {
    padding-bottom: 10px;
}

.blog_classic_item .b_top_post_content .p_bottom {
    align-items: center;
}

.blog_classic_item .b_top_post_content .p_bottom .learn_btn {
    color: #1d2746;
}

.blog_classic_item .b_top_post_content .p_bottom .learn_btn:hover {
    color: #10b3d6;
}

.blog_classic_item .b_top_post_content .post_author {
    padding-top: 0;
    align-items: center;
}

.blog_classic_item:hover {
    box-shadow: 0 20px 24px 0 rgba(4, 73, 89, 0.1);
}

.video_post {
    position: relative;
    z-index: 1;
}

.video_post:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(9, 16, 50, 0.2);
    position: absolute;
    z-index: 0;
}

.video_icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 20px 40px 0 rgba(1, 16, 58, 0.14);
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    position: absolute;
    transition: all 0.3s linear;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_icon:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 0.2px solid #fff;
    border-radius: 50%;
    opacity: 0.60;
    position: absolute;
    left: 0;
    transform: scale(1.5);
}

.video_icon i {
    color: #10b3d6;
    text-shadow: 0 6px 13px rgba(12, 118, 142, 0.6);
    position: relative;
}

.video_icon i:after {
    width: 300%;
    height: 300%;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    box-shadow: 0 1px 15px 1px rgba(255, 255, 255, 0.5);
    content: "";
    -webkit-animation: pulse 2s infinite;
    -webkit-transform: scale(8);
    -ms-transform: scale(8);
    transform: scale(8);
    animation: pulse 2s infinite;
}

.blog_link_post {
    background: #f3f8f9;
    border-left: 4px solid #10b3d6;
    padding: 45px 40px;
    line-height: 34px;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.blog_link_post:before, .blog_link_post:after {
    content: "";
    position: absolute;
}

.blog_link_post:before {
    background: url("../img/blog-classic/icon_01.png") no-repeat;
    top: 5px;
    left: 40px;
    width: 42px;
    height: 41px;
}

.blog_link_post:after {
    background: url("../img/blog-classic/icon_02.png") no-repeat;
    bottom: -35px;
    right: 30px;
    width: 100px;
    height: 100px;
}

.blog_link_post p {
    font-size: 20px;
    color: #6b707f;
    margin-bottom: 0;
    transition: color 0.2s linear;
}

.blog_link_post p:hover {
    color: #10b3d6;
}

.blog_related_post {
    padding-top: 80px;
}

.blog_related_post .c_head {
    margin-bottom: 45px;
}

.blog_related_post .row {
    margin-bottom: -40px;
}

.blog_related_post .blog_grid_post {
    box-shadow: none;
}

.blog_related_post .blog_grid_post img {
    border-radius: 4px;
    max-width: 100%;
}

.blog_related_post .grid_post_content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.blog_related_post .grid_post_content .post_tag {
    padding-bottom: 4px;
}

.blog_related_post .grid_post_content .b_title {
    font-size: 18px;
    line-height: 24px;
}

.blog_related_post .grid_post_content p {
    margin-bottom: 0;
}

/*============ keyframes animation  =============*/
@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2);
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2);
    }
}

/*============= doc_blog_classic_area css ==============*/
.pagination .page-numbers {
    width: 36px;
    height: 36px;
    display: inline-flex;
    border-radius: 4px;
    border: 1px solid #a7e1ed;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    vertical-align: middle;
    color: #10b3d6;
    transition: all 0.2s linear;
}

.pagination .page-numbers i {
    font-size: 24px;
}

.pagination .page-numbers + .page-numbers {
    margin-left: 10px;
}

.pagination .page-numbers:hover, .pagination .page-numbers.current {
    background-color: #10b3d6;
    border-color: #10b3d6;
    box-shadow: 0 20px 30px 0 rgba(12, 118, 142, 0.24);
    color: #fff;
}

.pagination .page-numbers.current {
    box-shadow: none;
}

/*=========== End blog_area css ==========*/
/*=========== Start blog_sidebar css ==========*/
.widget .c_head {
    margin-bottom: 35px;
}

.widget + .widget {
    margin-top: 53px;
}

.about_widget .img {
    border: 1px solid #e5edef;
    padding: 8px;
    border-radius: 4px;
}

.about_widget .img img {
    max-width: 100%;
}

.about_widget .text {
    padding-top: 28px;
}

.about_widget .text h3 {
    font-family: "Great Vibes", cursive;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 12px;
}

.about_widget .text p {
    margin-bottom: 0;
}

.categorie_list {
    margin-bottom: 0;
}

.categorie_list li a {
    font-size: 16px;
    font-weight: 400;
    color: #1d2746;
    position: relative;
    padding-left: 20px;
}

.categorie_list li a:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #aab0c0;
    position: absolute;
    left: 0;
    top: 6.5px;
}

.categorie_list li a span {
    padding-left: 10px;
}

.categorie_list li a:hover {
    color: #10b3d6;
}

.categorie_list li a:hover:before {
    background: #10b3d6;
}

.categorie_list li + li {
    margin-top: 8px;
}

.recent_post_item {
    align-items: center;
}

.recent_post_item img {
    border-radius: 4px;
    margin-right: 20px;
}

.recent_post_item .media-body h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    transition: color 0.2s linear;
}

.recent_post_item .media-body h5:hover {
    color: #10b3d6;
}

.recent_post_item .media-body .entry_post_date {
    font-size: 14px;
    color: #6b707f;
}

.recent_post_item + .recent_post_item {
    margin-top: 20px;
}

.w_tag_list {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.w_tag_list li {
    margin: 4px;
}

.w_tag_list li a {
    color: #6b707f;
    padding: 2px 18px;
    display: inline-block;
    background: #f3f8f9;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.2s linear;
}

.w_tag_list li a:hover {
    box-shadow: 0 10px 20px 0 rgba(12, 118, 142, 0.24);
    background: #10b3d6;
    color: #fff;
}

.comments_widget {
    margin-bottom: 0;
}

.comments_widget li h6 {
    font-size: 13px;
    font-weight: 400;
    color: #1d2746;
    margin-bottom: 12px;
}

.comments_widget li h6 i {
    color: #6b707f;
    padding-right: 8px;
}

.comments_widget li .text {
    display: block;
    background-color: #f3f8f9;
    border: 1px solid #e7edee;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #686d7d;
    padding: 8px 24px;
}

.comments_widget li + li {
    margin-top: 23px;
}

.instragram_info {
    margin: -5px;
    display: flex;
    flex-wrap: wrap;
}

.instragram_info .instragram_item {
    display: block;
    margin: 5px;
    position: relative;
    z-index: 0;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.1s linear;
    width: calc(90% / 3);
}

.instragram_info .instragram_item img {
    max-width: 100%;
}

.instragram_info .instragram_item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 39, 70, 0.5);
    z-index: 0;
    opacity: 0;
    transition: all 0.2s linear;
}

.instragram_info .instragram_item:hover:before {
    opacity: 1;
}

/*=========== End blog_sidebar css ==========*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================ signup_area css ==============*/
.signup_area {
    height: 100vh;
    min-height: 580px;
    /*background: #fbfcfd;*/
}

.signup_area .row {
    height: 100%;
}

.sign_left {
    width: calc(50% - 360px);
    position: relative;
    z-index: 1;
    padding: 100px 70px 0;
}

.sign_left .top {
    left: 0;
    top: 0;
    z-index: -1;
}

.sign_left .bottom {
    bottom: 0;
    right: 0;
    z-index: -1;
}

.sign_left .round {
    position: absolute;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    left: -150px;
    bottom: -60px;
    z-index: -1;
}

.sign_left h2 {
    color: #fff;
    font-size: 36px;
    line-height: 44px;
}

.signup_left {
    background: #795fee;
}

.signup_left .middle {
    top: 50%;
    margin-top: -150px;
}

.sign_right {
    width: calc(50% + 360px);
    flex: 1;
    display: flex;
    align-items: center;
}

.sign_inner {
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
}

.sign_inner h3 {
    font-size: 26px;
    line-height: 34px;
}

.sign_inner p {
    /*font-size: 14px;*/
}



.sign_inner .btn-google {
    box-shadow: 0 4px 10px 0 rgba(4, 73, 89, 0.06);
    border-radius: 6px;
    border: 1px solid #e6ecee;
    font-size: 14px;
    color: #6b707f;
    padding: 8px 27px;
    display: inline-block;
    margin-top: 20px;
}

.sign_inner .btn-google img {
    vertical-align: inherit;
    padding-right: 8px;
}

.sign_inner .btn-google:hover {
    box-shadow: none;
}

.sign_inner .divider {
    border-bottom: 1px solid #e3e8ea;
    position: relative;
    margin-bottom: 30px;
    margin-top: 36px;
}

.sign_inner .divider .or-text {
    font-size: 16px;
    color: #1d2746;
    position: absolute;
    top: -14px;
    padding: 0 10px;
    display: inline-block;
    left: 50%;
    margin-left: -21px;
}

/*
.login_form .form-group {
  margin-bottom: 30px;
  position: relative;
}
.login_form .form-group .small_text {
  color: #1d2746;
  margin-bottom: 5px;
}
.login_form .form-group .form-control {
  border-radius: 6px;
  background-color: #fbfcfd;
  border: 1px solid #e3e8ea;
  font-size: 14px;
  color: #1d2746;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  height: 50px;
  line-height: 60px;
  padding: 2px 10px 0;
  transition: all 0.2s linear;
}
.login_form .form-group .form-control.placeholder {
  color: #878b99;
  font-family: "Manrope", sans-serif;
}
.login_form .form-group .form-control:-moz-placeholder {
  color: #878b99;
  font-family: "Manrope", sans-serif;
}
.login_form .form-group .form-control::-moz-placeholder {
  color: #878b99;
  font-family: "Manrope", sans-serif;
}
.login_form .form-group .form-control::-webkit-input-placeholder {
  color: #878b99;
  font-family: "Manrope", sans-serif;
}
.login_form .form-group .form-control:focus {
  box-shadow: 0 20px 30px 0 rgba(4, 73, 89, 0.1);
}
.login_form .form-group .check_box {
  margin-top: -10px;
}
.login_form .form-group .check_box input[type="checkbox"] {
  position: relative;
  top: 1px;
  width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.login_form .form-group .check_box input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fbfcfd;
  top: 0;
  left: 0;
  border-radius: 2px;
  border: 1px solid #a6abb7;
}
.login_form .form-group .check_box input[type="checkbox"]:checked:after {
  content: "\4e";
  font-family: 'ElegantIcons';
  display: block;
  font-size: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: #10b3d6;
  text-align: center;
  line-height: 12px;
  left: 0;
}
.login_form .form-group .l_text {
  font-size: 16px;
  color: #6b707f;
  padding-left: 20px;
  margin-bottom: 0;
}
.login_form .form-group .l_text span {
  color: #10b3d6;
}
.login_form .form-group .confirm_password {
  position: relative;
}
.login_form .form-group .forget_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 14px;
  color: #a5a9b4;
}
.login_form .thm_btn {
  padding: 9px 24px;
  box-shadow: none;
}
.login_form .thm_btn:hover {
  box-shadow: 0 20px 30px 0 rgba(12, 118, 142, 0.24);
}

/*================ signup_area css ==============*/
/*================ signin_left css ==============*/
.signin_left {
    background-image: linear-gradient(30deg, #10b3d6 0%, #1d2746 100%);
}

/*.signin_left:before {
  content: "";
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(180deg, #10b3d6 0%, #1d2746 100%);
  position: absolute;
  bottom: 0;
  z-index: 0;
}*/
.signin_left .round {
    bottom: 100px;
    width: 600px;
    height: 600px;
    left: -50px;
}

.signin_left .middle {
    bottom: 50px;
}

.signin_left .bottom {
    bottom: 100px;
}

.small, small {
    font-size: 80%;
    font-weight: 300;
    display: inline-block;
    line-height: 130%;
}

.btn small {
    font-weight: 400;
}

p.add {
    line-height: 15px;
}

/*================ signin_left css ==============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=========== contact_area css =========*/
.get_info_area {
    position: relative;
    z-index: 1;
}

.get_info_item {
    border: 1px solid #e3e8ea;
    border-radius: 30px;
    padding: 15px 15px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

.get_info_item .media img {
    margin-right: 60px;
}

.get_info_item .media .media-body h5 {
    margin-bottom: 4px;
    font-size: 20px;
}

.get_info_item .media .media-body p {
    margin-bottom: 0;
}

.get_info_item .time {
    font-size: 16px;
    color: #6b707f;
}

.get_info_item .time span {
    color: #1d2746;
}

.get_info_item .doc_border_btn {
    max-width: 190px;
    width: 100%;
    display: block;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.get_info_item + .get_info_item {
    margin-top: 30px;
}

.contact_info {
    padding-top: 80px;
}

.contact_info .contact_form .form-group h6 {
    font-size: 16px;
}

.contact_info .contact_form .form-group .box_info {
    margin-left: -20px;
    margin-right: -20px;
}

.contact_info .contact_form .form-group .form-check {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #6b707f;
    padding-left: 22px;
    margin: 20px 20px 15px;
}

.contact_info .contact_form .form-group .form-check input[type="checkbox"] {
    width: 12px;
    position: absolute;
    outline: none;
    height: 12px;
    top: 1px;
    left: 0;
    margin: 0;
}

.contact_info .contact_form .form-group .form-check input[type="checkbox"]:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #6b707f;
    top: 0;
    left: 0;
    border-radius: 2px;
    background-color: #fff;
}

.contact_info .contact_form .form-group .form-check input[type="checkbox"]:after {
    content: "";
    display: block;
    width: 5px;
    height: 11px;
    border: solid #10b3d6;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: -2px;
    left: 5px;
    opacity: 0;
    transition: all 0.2s linear;
}

.contact_info .contact_form .form-group .form-check input[type="checkbox"]:checked:before {
    border-color: #10b3d6;
}

.contact_info .contact_form .form-group .form-check input[type="checkbox"]:checked:after {
    opacity: 1;
}

.contact_info .contact_form .form-group .form-check input[type="checkbox"]:checked + label {
    color: #10b3d6;
}

.contact_info .contact_form .form-group .form-check input[type="radio"] {
    width: 12px;
    position: absolute;
    outline: none;
    height: 12px;
    margin: 0;
    left: 0;
    top: 1px;
}

.contact_info .contact_form .form-group .form-check input[type="radio"]:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #6b707f;
    border-radius: 50%;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: all 0.2s linear;
}

.contact_info .contact_form .form-group .form-check input[type="radio"]:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b3d6;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    transform: scale(0);
    transition: all 0.2s linear;
}

.contact_info .contact_form .form-group .form-check input[type="radio"]:checked:before {
    border-color: #10b3d6;
}

.contact_info .contact_form .form-group .form-check input[type="radio"]:checked:after {
    transform: scale(1);
}

.contact_info .contact_form .form-group .form-check input[type="radio"]:checked + label {
    color: #10b3d6;
}

.contact_info .contact_form .form-group .form-control {
    height: 60px;
    line-height: 55px;
    background: #f9fbfc;
    box-shadow: none;
    border-color: #d9e1e3;
    padding-left: 30px;
    font-weight: 400;
    transition: all 0.2s linear;
    border-radius: 6px;
}

.contact_info .contact_form .form-group .form-control.placeholder {
    color: #878b99;
}

.contact_info .contact_form .form-group .form-control:-moz-placeholder {
    color: #878b99;
}

.contact_info .contact_form .form-group .form-control::-moz-placeholder {
    color: #878b99;
}

.contact_info .contact_form .form-group .form-control::-webkit-input-placeholder {
    color: #878b99;
}

.contact_info .contact_form .form-group .form-control.message {
    height: 200px;
    padding-top: 0;
}

.contact_info .contact_form .form-group .form-control:focus {
    background: #fbfcfd;
    box-shadow: 0 20px 30px 0 rgba(4, 73, 89, 0.1);
}

.contact_info .contact_form .form-group:last-child {
    margin-bottom: 0;
}

.contact_info .contact_fill {
    padding-top: 20px;
}

/*=========== contact_area css =========*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============ error_area css ========*/
.error {
    color: #fa303e !important;
}

.errorinput {

    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #721c24 !important;

}

.err {

    color: #721c24 !important;
    font-size: 80%;

}

.error_area {
    display: flex;
    position: fixed;
    z-index: 1;
    height: 100vh;
    min-height: 620px;
}

.error_dot {
    position: absolute;
    border-radius: 50%;
}

.error_dot.one {
    width: 8px;
    height: 8px;
    background: #10b3d6;
    left: 325px;
    top: 120px;
    animation: spin2 2s infinite alternate;
}

.error_dot.two {
    width: 16px;
    height: 16px;
    background: #f99e43;
    left: 170px;
    bottom: 260px;
    animation: spin1 1s infinite alternate;
}

.error_dot.three {
    width: 30px;
    height: 30px;
    background: #beebf5;
    animation: spin1 2s infinite alternate;
    right: 225px;
    top: 370px;
}

.error_dot.four {
    width: 6px;
    height: 6px;
    background: #ffa3be;
    bottom: 148px;
    right: 185px;
    animation: spin2 2s infinite alternate;
}

.error_content_two {
    max-width: 970px;
    margin: 0 auto;
}

.error_content_two h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.error_content_two p {
    font-size: 18px;
    /* color: #82879c;*/
}

.error_img {
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
}

.error_img .error_shap {
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.error_img .clipInDown {
    display: inline-block;
    position: relative;
}

.error_img .one {
    top: -50px;
}

.error_img .two {
    margin: 0 12px;
    top: -12px;
}

.error_img .three {
    top: -58px;
}

.error_img .img_one {
    animation: customUp 1.5s infinite alternate;
}

.error_img .img_two {
    animation: customUp 1.8s infinite alternate;
}

.error_img .img_three {
    animation: customUp 2s infinite alternate;
}

.error_search {
    margin-bottom: 40px;
    padding-top: 25px;
}

.error_search .form-control {
    height: 60px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 16px 50px 0 rgba(3, 62, 75, 0.1);
    font-size: 16px;
    font-weight: 400;
    color: #1d2746;
    border: 0;
    padding-left: 30px;
}

.error_search .form-control.placeholder {
    color: #82879c;
}

.error_search .form-control:-moz-placeholder {
    color: #82879c;
}

.error_search .form-control::-moz-placeholder {
    color: #82879c;
}

.error_search .form-control::-webkit-input-placeholder {
    color: #82879c;
}

/*============ error_area css ========*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.body_dark {
    color: #d3d4d4;
}

.body_dark .body_wrapper {
    background: #131417;
}

.body_dark .doc_left_sidebarlist:before {
    background: #1e1f26;
}

.body_dark .nav-sidebar .nav-item .nav-link {
    color: #ffffff;
}

.body_dark .nav-sidebar .nav-item .nav-link.active, .body_dark .nav-sidebar .nav-item .nav-link:hover {
    color: #10b3d6;
}

.body_dark .nav-sidebar .nav-item .dropdown_nav li a {
    color: #bbb;
}

.body_dark .doc_menu .nav-link,
.body_dark .doc_rightsidebar .doc_right_link li a {
    color: #bbb;
}

.body_dark .doc_menu .nav-link.active, .body_dark .doc_menu .nav-link:hover,
.body_dark h1, .body_dark h2, .body_dark h3, .body_dark h4, .body_dark h5, .body_dark h6 {
    color: #fff;
}

.body_dark .documentation_item .icon {
    background: rgba(255, 255, 255, 0.2);
}

.body_dark .doc_left_sidebarlist:before, .body_dark .doc_left_sidebarlist, .body_dark .nav-sidebar + .nav-sidebar, .body_dark .doc_rightsidebar, .body_dark .v_menu, .body_dark .toggle_body, .body_dark .basic_table_info, .body_dark .basic_table_info tbody tr th, .body_dark .basic_table_info tbody tr td, .body_dark .typrography_content .code-preview, .body_dark .doc_left_sidebarlist:before {
    border-color: #272830;
}

.body_dark .border_bottom {
    background: #384c59;
}

.body_dark .link, .body_dark .version, .body_dark .question_box .signup_form .input-group, .body_dark .tab_shortcode .tab-content {
    border: 1px solid #384c59;
    background: #1f3341;
}

.body_dark .tab_shortcode .nav-tabs .nav-item .nav-link {
    background: #1f3341;
    border-color: #384c59;
}

.body_dark .question_box .signup_form .input-group .form-control {
    color: #6b707f;
}

.body_dark .question_box .signup_form .input-group button:before {
    background: #384c59;
}

.body_dark .get_started p {
    color: #d3d4d4;
}

.body_dark .f_bg_color, .body_dark .page_breadcrumb, .body_dark .toggle_btn, .body_dark .doc_accordion .card-header button {
    background: #1f3341;
}

.body_dark .tab_shortcode .nav-tabs .nav-item .nav-link.active, .body_dark .page_breadcrumb .breadcrumb .breadcrumb-item.active, .body_dark .breadcrumb-item + .breadcrumb-item::before, .body_dark .toggle_btn.collapsed:before, .body_dark .toggle_btn.collapsed, .body_dark .doc_accordion .card-header button, .body_dark .table {
    color: #fff;
}

.body_dark .toggle_body, .body_dark .doc_accordion, .body_dark .message_alert {
    background: #061f2f;
}

.body_dark .toggle_btn {
    color: #10b3d6;
}

.body_dark .menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link h5 {
    color: #1d2746;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*========== Start footer_area css ==========*/
.footer_area {
    padding-top: 117px;
    position: relative;
    z-index: 1;
}

.footer_area .leaf {
    right: 60px;
    bottom: 0;
    width: 180px;
    z-index: -1;
}

.footer_area .f_man {
    right: 280px;
    bottom: 40px;
}

.footer_area .f_man_two {
    bottom: 60px;
    left: 125px;
}

.footer_area .f_cloud {
    bottom: 410px;
    left: 150px;
}

.footer_area .f_email {
    left: 75px;
    bottom: 290px;
}

.footer_area .f_email_two {
    bottom: 200px;
    left: 250px;
}

.footer_p_top {
    padding-top: 225px;
}

.footer_top .border_bottom {
    margin-top: 100px;
}

.border_bottom {
    width: 100%;
    height: 1px;
    background: #e8f0f1;
}

.f_widget .f_title {
    font-size: 18px;
    margin-bottom: 30px;
}

.f_widget.subscribe_widget {
    padding-right: 40px;
}

.f_widget.subscribe_widget .f_logo {
    display: inline-block;
    margin-bottom: 32px;
}

.f_widget.subscribe_widget h4 {
    margin-bottom: 34px;
}

.f_widget.link_widget .link_list {
    margin-bottom: 0;
}

.f_widget.link_widget .link_list li a {
    color: #6b707f;
    font-size: 16px;
}

.f_widget.link_widget .link_list li a:hover {
    color: #10b3d6;
}

.f_widget.link_widget .link_list li + li {
    margin-top: 14px;
}

.footer_subscribe_form {
    position: relative;
}

.footer_subscribe_form .form-control {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(4, 73, 89, 0.08);
    height: 56px;
    border: 1px solid transparent;
    color: #1d2746;
    padding-left: 25px;
    position: relative;
    transition: all 0.2s linear;
}

.footer_subscribe_form .form-control.placeholder {
    color: #878b99;
}

.footer_subscribe_form .form-control:-moz-placeholder {
    color: #878b99;
}

.footer_subscribe_form .form-control::-moz-placeholder {
    color: #878b99;
}

.footer_subscribe_form .form-control::-webkit-input-placeholder {
    color: #878b99;
}

.footer_subscribe_form .form-control:focus {
    outline: none;
}

.footer_subscribe_form .s_btn {
    border: 0;
    font-size: 16px;
    font-weight: 400;
    background: #10b3d6;
    border-radius: 4px;
    color: #fff;
    position: absolute;
    top: 8px;
    bottom: 8px;
    right: 8px;
    padding: 7px 22px;
}

.f_social_icon {
    padding-top: 40px;
}

.f_social_icon li {
    display: inline-block;
}

.f_social_icon li a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #79ccde;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    display: block;
    color: #10b3d6;
    margin-right: 6px;
}

.f_social_icon li a:hover {
    background: #10b3d6;
    border-color: #10b3d6;
    box-shadow: 0 10px 20px 0 rgba(12, 118, 142, 0.2);
    color: #fff;
}

.footer_bottom {
    padding: 38px 0 66px;
    position: relative;
    z-index: 1;
}

.footer_bottom p {
    margin-bottom: 0;
    font-size: 16px;
    color: #6b707f;
}

.footer_bottom p a {
    color: #10b3d6;
}

.pl_30 {
    padding-left: 30px;
}

.pl_70 {
    padding-left: 70px;
}

.simple_footer {
    padding: 30px 0;
    position: relative;
}

.simple_footer .row {
    align-items: center;
}

.simple_footer .leaf_right {
    position: absolute;
    right: 170px;
    bottom: 0;
    z-index: -1;
}

.simple_footer p {
    margin-bottom: 0;
    font-size: 16px;
    color: #FFFFFF;
}

.simple_footer p a {
    color: #FFFFFF;
}

.simple_footer .f_social_icon {
    margin-bottom: 0;
    padding-top: 0;
}

.simple_footer .f_social_icon li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.simple_footer .f_social_icon li a:hover {
    background: #10b3d6;
    border-color: #10b3d6;
    color: #fff;
}

/*========== End footer_area css ==========*/
/*---------------------------------------------------- */


.modal-content2 {
    margin: auto !important;
    text-align: center;
    max-width: 378px;

    pointer-events: auto;
    background-color: #fff !important;
    background-clip: padding-box;

    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    outline: 0;
}

.salva {
    position: fixed;
    bottom: 0;
    z-index: 2000;
    box-shadow: 0 20px 30px 0 rgba(12, 118, 142, 0.24);
    display: none;
}

@media (min-width: 992px) {
    .salva {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 2000;
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0 0 10px #000;
        display: none;
    }

    .salva p {
        max-width: 500px;
        margin: auto;
    }
}

.text-primary {
    color: #10b3d6 !important;
}

.text-light-dark {
    color: #ADADAD !important;
}

.changeimg {
    cursor: pointer;
}

.nav-sidebar .nav-item .nav-link i {
    padding-right: 15px;
}

.nmo .nav-item {
    margin-bottom: 5px;
}

.fileinput-exists img {
    border-radius: 50% !important;
}

.square-box {
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
    border: 1px solid #CCC;
    background-position: center center;
    border-radius: 50%;
    animation-name: shine;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


.square-button {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden
}

.square-box:hover .square-button {
    visibility: visible
}

.btn-file {
    overflow: hidden;
    position: absolute;
    vertical-align: middle;
}

.square-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select,
    textarea,
    input {
        font-size: 16px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 1rem
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .banner_search_form select,
    .banner_search_formtextarea,
    .banner_search_forminput {
        font-size: 12px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .banner_search_formselect:focus,
    .banner_search_formtextarea:focus,
    .banner_search_forminput:focus {
        font-size: 12px;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

.bg-primary {
    background: #10b3d6 !important;
}

.bg-fucsia {
    background: #E30E7E !important;
    color: #FFF;
}

.bg-light-dark {
    background: #3b4651 !important;
    color: #FFF;
}

p.lead {
    line-height: 25px;
}

b, strong {
    font-weight: 900;
}

.javas {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: white;
    box-shadow: 0px 0px 50px #000;
    z-index: 100000
}

.follow, .nofollow {
    cursor: pointer;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}

.table-vcenter th, .table-vcenter td {
    vertical-align: middle;
}

.navbar-brand {
    width: 230px;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    padding-right: 1rem;

    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.badge {
    font-size: 80% !important;
    font-weight: 300
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.shortcode_title h4 {
    color: #FFF;
    font-size: 25px !important;
    font-weight: 600 !important;
}

.shortcode_info .shortcode_title h4 {
    color: #FFF;
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 0;
}

.shortcode_info2 {
    /*margin-bottom: .7rem;*/

}

.shortcode_info2 .shortcode_title2 h4 {
    color: #FFF;
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 0;
}

.shortcode_info .shortcode_title h4.h4desk {
    color: #FFF;
    font-size: 28px !important;
    font-weight: 900 !important;
}

.btn-tranparent {
    background: transparent;
    border: 0px;
}

.tick {
    cursor: pointer;
}

.tickrow {
    border: 10px 10px 0 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 2px;
    padding-top: 2px;


}

.tick:hover {
    background: rgba(52, 58, 64, 0.68) !important;
}

.lead p {
    font-size: 1.25rem;
    font-weight: 300;
}

.input-group .w-30 {
    width: auto !important;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: #0a0a0a;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 30px;
    outline: 0;
}

.modal-content .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: 0.375rem 1.2rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3b4651 !important;
    background-color: rgba(255, 255, 255, .1);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-dialog-slideout .modal-content .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: 0.375rem 1.2rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, .1);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-dialog-slideout .modal-content textarea.form-control {
    display: block;
    width: 100%;
    height: calc(2.5em + 2.5rem + 2px);
    padding: 0.375rem 1.2rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, .1);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-dialog-slideout .modal-content .input-group .form-control {
    display: block;
    width: auto;
    height: calc(1.5em + 1.5rem + 2px);
    padding: 0.375rem 1.2rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, .1);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;

    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-dialog-slideout .modal-content {
    min-height: 100%;
    border-radius: 0px;
    background: transparent;
    background:
            radial-gradient(circle at top left, rgba(59, 70, 81, 0.77), transparent 50%),
            radial-gradient(circle at top right, rgba(253, 185, 19, 0.75), transparent 50%),
            radial-gradient(circle at bottom left, rgba(141, 198, 63, 0.61), transparent 50%),
            radial-gradient(circle at bottom right, rgba(0, 181, 226, 0.69), transparent 50%),
            #EC1D78;
    background-color: rgba(236, 29, 120, 0.81);
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
}
.modal-dialog-slideout::after {
    content: "";
    position: absolute;          /* fisso alla viewport */
    inset: 0;                 /* copre tutta l’area del pannello */
    right: auto;              /* mantieni solo la parte del pannello */
    width: inherit;           /* stessa larghezza del dialog */
    max-width: inherit;
    z-index: -1;
    height: 100%;  /* dietro al contenuto */
    background-color: rgba(59, 70, 81, 1);
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-dialog-slideout {

    min-height: 100%;
    margin: 0 0 0 auto;
    background: #3b4651;


}


.modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(100%,0)scale(1);transform: translate(100%,0)scale(1);}
.modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);display: flex;align-items: stretch;-webkit-box-align: stretch;height: 100%;}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{overflow-y: auto;overflow-x: hidden;}
.modal-dialog-slideout .modal-content{border: 0; padding-bottom:80px !important; }
.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {height: 69px; display: block;}
.modal-dialog-slideout .modal-header h5 {float:left;}

.fa-ticket-alt {
    transform: rotate(135deg);
}

.action_btn3 .fa-ticket-alt {
    margin-top: -10px;
}

.lead i {
    font-size: 1rem !important;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 !important;
}

.fa-ul > li {
    margin-bottom: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #10b3d6;
    border-color: #10b3d6;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-primary:hover {
    color: #fff;
    background-color: #1d2746;
    border-color: #1d2746;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .20rem .5rem;
    font-size: .8rem;
    line-height: 1.2;
    border-radius: .2rem;
}

#side-overlay {
    padding: inherit 10px;
}

.attlink {
    border-radius: 30px;
    border: 0px solid rgb(255, 255, 255);
    background: none !important;
}

.imglink {
    position: relative;
    height: 400px;
}

.homexx #tab_p_det li.nav-item a.active {
    font-weight: 600;
    font-family: "Manrope", sans-serif;
    text-transform: none;
    font-size: 1.2rem !important;
    border-radius: 0px;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #10b3d6;
    color: #FFF;
    font-size: 30px;
    border-radius: 10px 10px 0 0;

}

.homexx #tab_p_det li.nav-item a:hover {
    border-bottom: 1px dashed #10b3d6;
}

.blog_grid_post.attlink h3 {
    font-size: 1.2rem;
}

.homexx #tab_p_det li.nav-item a {
    font-weight: 600;
    margin: 5px;
    font-family: "Manrope", sans-serif;
    font-size: 1.2rem !important;
    text-transform: none;
    border-radius: 0px;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px dashed #CCC;
    color: #FFF;
    border-radius: 10px 10px 0 0;


}

.homexxx #tab_p_det li.nav-item a.active {
    font-weight: 600;
    text-transform: none;
    border: 0px;
    border-bottom: 1px solid #10b3d6;
    color: #10b3d6;
    font-size: 30px;


}

.homexxx #tab_p_det li.nav-item {
    margin: 5px;
}

.homexxx #tab_p_det li.nav-item a {
    font-weight: 600;
    padding-right: 12px;
    padding-left: 12px;
    font-family: "Manrope", sans-serif;
    font-size: 1.3rem !important;
    text-transform: none;
    border-radius: 0px;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px dotted #CCC;
    color: #FFF;
    border-radius: 10px 10px 0 0;


}

#tab_p_det li.nav-item a.active {
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid #10b3d6;
    color: #3b4651;
    border-radius: 10px 10px 0 0;

}

#tab_p_det li.nav-item a {
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid #CCC;
    color: #333;
    border-radius: 10px 10px 0 0;


}

.badge {
    padding: 5px 5px !important
}

.badge-gray {
    color: #333;
    background-color: #CCC;
    font-size: 10px;
}

a.badge-gray:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #1a84da;
}

.pupx_notify {
    position: fixed;
    width: 300px;
    height: 100px;
    bottom: 20px;
    right: 20px;
    z-index: 998
}

.pupx_help {
    position: fixed;
    width: 200px;
    height: 70px;
    bottom: 20px;
    right: 20px;
    z-index: 1051
}

.divline {
    line-height: 5px !important;
    margin: 5px 0;

}

.divlineTitle {
    line-height: 10px !important;
    margin: 10px 0;

}

.divline span {
    display: inline-block;
    height: 3px;
    border-radius: 30px;
}

.bg-fucsia {
    background: #e4087e;
}

.bg-orange {
    background: #f8b233;
}

.bg-green {
    background: #93c021;
}

.bg-blue {
    background: #10b3d6;
}

.w10 {
    width: 10px
}

.w20 {
    width: 20px
}

.w30 {
    width: 30px
}

.w40 {
    width: 40px
}

.tbselect {
    fill: #488C1C !important;
}

.tbselect_half {
    fill: #DBB30F !important;
}

.tbbusy {
    fill: #9B2727 !important;
    cursor: not-allowed;
}

.tbnotallow text {
    cursor: not-allowed;
}

.tbfree, .tbfreex {
    cursor: pointer !important;
}

.tbfree:hover circle, .tbfreex:hover circle {
    fill: #83BD9C !important;
}

.badge_right {
    text-transform: uppercase;
    position: absolute;
    padding: 5px 15px;
    top: 15px;
    right: 15px;
    z-index: 2;
    color: white;
    border-radius: 20px;
    font-size: 70%;

}

.badge_left {
    text-transform: uppercase;
    position: absolute;
    padding: 5px 15px;
    top: 15px;
    left: 15px;
    z-index: 2;
    color: white;
    border-radius: 20px;
    font-size: 70%;


}

.font-size-default {
    font-size: 1rem !important;
}

.font-size-xl {
    font-size: 1.428571rem !important;
    line-height: 1.6rem;
}

.font-size-lg {
    font-size: 1.285714rem !important;
}

.font-size-md {
    font-size: 1.142857rem !important;
}

.font-size-sm {
    /*font-size: 0.928571rem !important;*/
    font-size: 0.875rem !important;
}

.font-size-xs {
    font-size: 0.745rem !important;
}


@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #575757;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #10b3d6;
    border-color: #10b3d6;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    color: #3B4651;
    background-color: #FFFFFF;
    border-color: #10b3d6;
}

.btn-default {
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 5px !important;
    color: #10b3d6 !important
}

.btn-default:hover {
    background-color: #10b3d6 !important;
    border-color: #10b3d6 !important;
    color: #FFF !important
}

.btn-primary:focus, .btn-primary.focus {
    background-color: #10b3d6;
    border-color: #10b3d6;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #10b3d6;
    border-color: #10b3d6;
}

.btn-primary:not([disabled]):not(.disabled):active {
    background-color: #10b3d6;
    border-color: #197ed1;
}

.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: #197ed1;
    background-image: none;
    border-color: #1463a3;
}

.btn-primary.btn-noborder {
    border-color: #10b3d6;
}

.btn-primary.btn-noborder:hover, .btn-primary.btn-noborder:focus, .btn-primary.btn-noborder.focus {
    border-color: #197ed1;
}

.btn-primary.btn-noborder.disabled, .btn-primary.btn-noborder:disabled, .btn-primary.btn-noborder:not([disabled]):not(.disabled):active, .btn-primary.btn-noborder:not([disabled]):not(.disabled).active {
    border-color: #10b3d6;
}

.show > .btn-primary.btn-noborder.dropdown-toggle {
    border-color: #197ed1;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #50565c;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #50565c;
    border-color: #383d41;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #6c757d;
    border-color: #50565c;
}

.btn-secondary:not([disabled]):not(.disabled):active {
    background-color: #6c757d;
    border-color: #50565c;
}

.btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #50565c;
    background-image: none;
    border-color: #383d41;
}

.btn-secondary.btn-noborder {
    border-color: #6c757d;
}

.btn-secondary.btn-noborder:hover, .btn-secondary.btn-noborder:focus, .btn-secondary.btn-noborder.focus {
    border-color: #50565c;
}

.btn-secondary.btn-noborder.disabled, .btn-secondary.btn-noborder:disabled, .btn-secondary.btn-noborder:not([disabled]):not(.disabled):active, .btn-secondary.btn-noborder:not([disabled]):not(.disabled).active {
    border-color: #6c757d;
}

.show > .btn-secondary.btn-noborder.dropdown-toggle {
    border-color: #50565c;
}

.btn-success {
    color: #fff;
    background-color: #9ccc65;
    border-color: #7eb73d;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #7eb73d;
    border-color: #649130;
}

.btn-success.disabled, .btn-success:disabled {
    background-color: #9ccc65;
    border-color: #7eb73d;
}

.btn-success:not([disabled]):not(.disabled):active {
    background-color: #9ccc65;
    border-color: #7eb73d;
}

.btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    background-color: #7eb73d;
    background-image: none;
    border-color: #649130;
}

.btn-success.btn-noborder {
    border-color: #9ccc65;
}

.btn-success.btn-noborder:hover, .btn-success.btn-noborder:focus, .btn-success.btn-noborder.focus {
    border-color: #7eb73d;
}

.btn-success.btn-noborder.disabled, .btn-success.btn-noborder:disabled, .btn-success.btn-noborder:not([disabled]):not(.disabled):active, .btn-success.btn-noborder:not([disabled]):not(.disabled).active {
    border-color: #9ccc65;
}

.show > .btn-success.btn-noborder.dropdown-toggle {
    border-color: #7eb73d;
}

.btn-info {
    color: #fff;
    background-color: #26c6da;
    border-color: #1c97a6;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #1c97a6;
    border-color: #15707b;
}

.btn-info.disabled, .btn-info:disabled {
    background-color: #26c6da;
    border-color: #1c97a6;
}

.btn-info:not([disabled]):not(.disabled):active {
    background-color: #26c6da;
    border-color: #1c97a6;
}

.btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    background-color: #1c97a6;
    background-image: none;
    border-color: #15707b;
}

.btn-info.btn-noborder {
    border-color: #26c6da;
}

.btn-info.btn-noborder:hover, .btn-info.btn-noborder:focus, .btn-info.btn-noborder.focus {
    border-color: #1c97a6;
}

.btn-info.btn-noborder.disabled, .btn-info.btn-noborder:disabled, .btn-info.btn-noborder:not([disabled]):not(.disabled):active, .btn-info.btn-noborder:not([disabled]):not(.disabled).active {
    border-color: #26c6da;
}

.show > .btn-info.btn-noborder.dropdown-toggle {
    border-color: #1c97a6;
}

.btn-warning {
    color: #fff;
    background-color: #ffca28;
    border-color: #eab000;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #eab000;
    border-color: #b78a00;
}

.btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffca28;
    border-color: #eab000;
}

.btn-warning:not([disabled]):not(.disabled):active {
    background-color: #ffca28;
    border-color: #eab000;
}

.btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    background-color: #eab000;
    background-image: none;
    border-color: #b78a00;
}

.btn-warning.btn-noborder {
    border-color: #ffca28;
}

.btn-warning.btn-noborder:hover, .btn-warning.btn-noborder:focus, .btn-warning.btn-noborder.focus {
    border-color: #eab000;
}

.btn-warning.btn-noborder.disabled, .btn-warning.btn-noborder:disabled, .btn-warning.btn-noborder:not([disabled]):not(.disabled):active, .btn-warning.btn-noborder:not([disabled]):not(.disabled).active {
    border-color: #ffca28;
}

.show > .btn-warning.btn-noborder.dropdown-toggle {
    border-color: #eab000;
}

.btn-danger {
    color: #fff;
    background-color: #ef5350;
    border-color: #ea1c18;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ea1c18;
    border-color: #bd1511;
}

.btn-danger.disabled, .btn-danger:disabled {
    background-color: #ef5350;
    border-color: #ea1c18;
}

.btn-danger:not([disabled]):not(.disabled):active {
    background-color: #ef5350;
    border-color: #ea1c18;
}

.btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    background-color: #ea1c18;
    background-image: none;
    border-color: #bd1511;
}

.btn-danger.btn-noborder {
    border-color: #ef5350;
}

.btn-danger.btn-noborder:hover, .btn-danger.btn-noborder:focus, .btn-danger.btn-noborder.focus {
    border-color: #ea1c18;
}

.btn-danger.btn-noborder.disabled, .btn-danger.btn-noborder:disabled, .btn-danger.btn-noborder:not([disabled]):not(.disabled):active, .btn-danger.btn-noborder:not([disabled]):not(.disabled).active {
    border-color: #ef5350;
}

.show > .btn-danger.btn-noborder.dropdown-toggle {
    border-color: #ea1c18;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #d4dae1;
}

.btn-light:hover, .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #d4dae1;
    border-color: #b7c1cb;
}

.btn-light.disabled, .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #d4dae1;
}

.btn-light:not([disabled]):not(.disabled):active {
    background-color: #f8f9fa;
    border-color: #d4dae1;
}

.btn-light:not([disabled]):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    background-color: #d4dae1;
    background-image: none;
    border-color: #b7c1cb;
}

.btn-light.btn-noborder {
    border-color: #f8f9fa;
}

.btn-light.btn-noborder:hover, .btn-light.btn-noborder:focus, .btn-light.btn-noborder.focus {
    border-color: #d4dae1;
}

.btn-light.btn-noborder.disabled, .btn-light.btn-noborder:disabled, .btn-light.btn-noborder:not([disabled]):not(.disabled):active, .btn-light.btn-noborder:not([disabled]):not(.disabled).active {
    border-color: #f8f9fa;
}

.show > .btn-light.btn-noborder.dropdown-toggle {
    border-color: #d4dae1;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #191b1e;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #191b1e;
    border-color: #020202;
}

.btn-dark.disabled, .btn-dark:disabled {
    background-color: #343a40;
    border-color: #191b1e;
}

.btn-dark:not([disabled]):not(.disabled):active {
    background-color: #343a40;
    border-color: #191b1e;
}

.btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    background-color: #191b1e;
    background-image: none;
    border-color: #020202;
}

.btn-dark.btn-noborder {
    border-color: #343a40;
}

.btn-dark.btn-noborder:hover, .btn-dark.btn-noborder:focus, .btn-dark.btn-noborder.focus {
    border-color: #191b1e;
}

.btn-dark.btn-noborder.disabled, .btn-dark.btn-noborder:disabled, .btn-dark.btn-noborder:not([disabled]):not(.disabled):active, .btn-dark.btn-noborder:not([disabled]):not(.disabled).active {
    border-color: #343a40;
}

.show > .btn-dark.btn-noborder.dropdown-toggle {
    border-color: #191b1e;
}

.btn-outline-primary {
    color: #10b3d6;
    background-color: transparent;
    background-image: none;
    border-color: #10b3d6;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #10b3d6;
    border-color: #10b3d6;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #10b3d6;
    background-color: transparent;
}

.btn-outline-primary:not([disabled]):not(.disabled):active {
    color: #10b3d6;
    background-color: transparent;
    border-color: #10b3d6;
}

.btn-outline-primary:not([disabled]):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #10b3d6;
    border-color: #10b3d6;
}

.btn-outline-primary.btn-noborder {
    border-color: transparent;
}

.btn-outline-primary.btn-noborder:not([disabled]):not(.disabled):active, .btn-outline-primary.btn-noborder:not([disabled]):not(.disabled).active {
    border-color: transparent;
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active {
    color: #6c757d;
    background-color: transparent;
    border-color: #6c757d;
}

.btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary.btn-noborder {
    border-color: transparent;
}

.btn-outline-secondary.btn-noborder:not([disabled]):not(.disabled):active, .btn-outline-secondary.btn-noborder:not([disabled]):not(.disabled).active {
    border-color: transparent;
}

.btn-outline-success {
    color: #9ccc65;
    background-color: transparent;
    background-image: none;
    border-color: #9ccc65;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus {
    color: #fff;
    background-color: #9ccc65;
    border-color: #9ccc65;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #9ccc65;
    background-color: transparent;
}

.btn-outline-success:not([disabled]):not(.disabled):active {
    color: #9ccc65;
    background-color: transparent;
    border-color: #9ccc65;
}

.btn-outline-success:not([disabled]):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #9ccc65;
    border-color: #9ccc65;
}

.btn-outline-success.btn-noborder {
    border-color: transparent;
}

.btn-outline-success.btn-noborder:not([disabled]):not(.disabled):active, .btn-outline-success.btn-noborder:not([disabled]):not(.disabled).active {
    border-color: transparent;
}

.btn-outline-info {
    color: #26c6da;
    background-color: transparent;
    background-image: none;
    border-color: #26c6da;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus {
    color: #fff;
    background-color: #26c6da;
    border-color: #26c6da;
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #26c6da;
    background-color: transparent;
}

.btn-outline-info:not([disabled]):not(.disabled):active {
    color: #26c6da;
    background-color: transparent;
    border-color: #26c6da;
}

.btn-outline-info:not([disabled]):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #26c6da;
    border-color: #26c6da;
}

.btn-outline-info.btn-noborder {
    border-color: transparent;
}

.btn-outline-info.btn-noborder:not([disabled]):not(.disabled):active, .btn-outline-info.btn-noborder:not([disabled]):not(.disabled).active {
    border-color: transparent;
}

.btn-outline-warning {
    color: #ffca28;
    background-color: transparent;
    background-image: none;
    border-color: #ffca28;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #ffca28;
    border-color: #ffca28;
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffca28;
    background-color: transparent;
}

.btn-outline-warning:not([disabled]):not(.disabled):active {
    color: #ffca28;
    background-color: transparent;
    border-color: #ffca28;
}

.btn-outline-warning:not([disabled]):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffca28;
    border-color: #ffca28;
}

.btn-outline-warning.btn-noborder {
    border-color: transparent;
}

.btn-outline-warning.btn-noborder:not([disabled]):not(.disabled):active, .btn-outline-warning.btn-noborder:not([disabled]):not(.disabled).active {
    border-color: transparent;
}

.btn-outline-danger {
    color: #ef5350;
    background-color: transparent;
    background-image: none;
    border-color: #ef5350;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #fff;
    background-color: #ef5350;
    border-color: #ef5350;
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ef5350;
    background-color: transparent;
}

.btn-outline-danger:not([disabled]):not(.disabled):active {
    color: #ef5350;
    background-color: transparent;
    border-color: #ef5350;
}

.btn-outline-danger:not([disabled]):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ef5350;
    border-color: #ef5350;
}

.btn-outline-danger.btn-noborder {
    border-color: transparent;
}

.btn-outline-danger.btn-noborder:not([disabled]):not(.disabled):active, .btn-outline-danger.btn-noborder:not([disabled]):not(.disabled).active {
    border-color: transparent;
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light.focus {
    color: #3b4651;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not([disabled]):not(.disabled):active {
    color: #f8f9fa;
    background-color: transparent;
    border-color: #f8f9fa;
}

.btn-outline-light:not([disabled]):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light.btn-noborder {
    border-color: transparent;
}

.btn-outline-light.btn-noborder:not([disabled]):not(.disabled):active, .btn-outline-light.btn-noborder:not([disabled]):not(.disabled).active {
    border-color: transparent;
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark.focus {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not([disabled]):not(.disabled):active {
    color: #343a40;
    background-color: transparent;
    border-color: #343a40;
}

.btn-outline-dark:not([disabled]):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark.btn-noborder {
    border-color: transparent;
}

.btn-outline-dark.btn-noborder:not([disabled]):not(.disabled):active, .btn-outline-dark.btn-noborder:not([disabled]):not(.disabled).active {
    border-color: transparent;
}

.btn-link {
    font-weight: 400;
    color: #10b3d6;
    text-decoration: none;
}

.btn-link:hover {
    color: #1568ac;
    text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: none;
    box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg {
    padding: 1.2rem 1.285714rem !important;
    font-size: 1.5rem !important;
    line-height: 20px;
}

.btn-lg.btn-icon {
    position: relative;
    text-align: left;
    padding: 1.2rem 2rem !important;
    font-size: 1.5rem !important;
    line-height: 30px;
}

.btn-lg.btn-icon::after {
    content: "\f054"; /* freccia a destra */
    position: absolute;
    font-family: "Font Awesome 5 Free"; /* o Pro se hai la licenza */
    font-weight: 900; /* 400 = regular, 900 = solid */
    right: 30px;
    top: 50%;
    margin-top: -15px;
    transition: right 0.3s ease; /* aggiungi transizione fluida */
}

.btn-lg.btn-icon:hover::after {
    right: 10px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.357143rem 0.642857rem;
    /*font-size: 0.9286rem;*/
    line-height: 16px;
    border-radius: 10rem;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 0.25rem 0.50rem;
    /*font-size: 0.9286rem;*/
    line-height: 12px;
    border-radius: 0.2rem;
    font-size: 12px !important;
    font-weight: 300
}

.badgebox-right {
    position: absolute;
    padding: 5px 10px;
    top: 15px;
    right: 0px;
    z-index: 2;
    color: white;
    border-radius: 20px 0 0 20px
}

.badgebox-left {
    position: absolute;
    padding: 5px 10px;
    top: 15px;
    right: 0px;
    z-index: 2;
    color: white;
    border-radius: 20px 0 0 20px
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.v_menu {
    border-bottom: 2px solid #e1e9eb;
}

.v_menu .nav-item {
    margin-bottom: 0;
}

.v_menu .nav-item .nav-link {
    border-radius: 0;
    border: 0;
    color: #CCC;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px 10px;
    position: relative;
    transition: color 0.2s linear;
    background: transparent;
}

.v_menu .nav-item .nav-link:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: auto;
    right: 0;
    background: #10b3d6;
    transition: width 0.3s linear;
}

.v_menu .nav-item .nav-link.active, .documentation_tab .nav-item .nav-link:hover {
    color: #10b3d6;
}

.v_menu .nav-item .nav-link.active:before, .documentation_tab .nav-item .nav-link:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.form-control-sm {
    height: calc(1.5em + .9rem + 2px) !important;
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;

}

.opentext {
    position: absolute;
    bottom: 0;
    text-align: left;
    padding-top: 30px;
    padding-left: 10px;
    z-index: 51;
    width: 100%;
    height: 50px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+82&0+0,1+82 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#343a40+0,343a40+81,343a40+81&0+0,1+81 */
    background: -moz-linear-gradient(top, rgba(52, 58, 64, 0) 0%, rgba(52, 58, 64, 1) 81%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(52, 58, 64, 0) 0%, rgba(52, 58, 64, 1) 81%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(52, 58, 64, 0) 0%, rgba(52, 58, 64, 1) 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00343a40', endColorstr='#343a40', GradientType=0); /* IE6-9 */

}

.textboxinside {
    margin-left: 3.5rem !important;
    padding-bottom: 20px;
}

.textboxinside .texticon {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -50px;
    opacity: .5;
}

.textboxto {
    /*position:relative; padding-bottom: 10px; overflow: hidden*/
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0d9ab9 !important;
}

.mt-05, .my-05 {
    margin-top: 0.15rem !important;
}

.box-event {
    position: relative;
    min-height: 243px;
}

.box-attivita {
    position: relative;
    min-height: 243px;
}

.box-details {
    position: relative;
    min-height: 243px;
}

.box-details-inside {
    position: relative;
    min-height: 340px
}

.box-event-inside {
    position: relative;
    min-height: 340px
}

.text-limiter {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: 0.375rem 1.2rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFF;
    background-color: rgba(255, 255, 255, .1);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #FFF;
    background-color: rgba(255, 255, 255, .3);
    border-color: #FFF;
    border:3px solid #e1e1e1;
    outline: 10px;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
    opacity: .8;
}

select option {
    background: #3b4651 !important;
    color: #FFF !important

}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px dashed #FFF;
}

.img_modal hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px dashed #FFF;
}

.btn-event {
    left: 0px;
    position: relative;
    bottom: 0;
    z-index: 1054;
}

.navBorder {
    border-bottom: 1px solid #3b4651;
}

.bg-success-light {
    background-color: #9ccc65 !important;
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: auto;
}

.border_right {
    border-right: 1px solid #3b4651
}

.border_left {
    border-left: 1px solid #3b4651
}

.btn {
    border-radius: 50px;
    padding: 10px 20px;
    font-size: .875rem;

}


/* FB Loading - First Box
.pr-loading > div:nth-child(1){
  width:100%;
  height:30px;
}*/

/* FB Loading - Image Box */
.pr-loading .square-box {
    position: relative;
    background-color: #3b4651;
    height: 100%;
    width: 100%;
    animation-name: shine;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.pr-loading h4 {
    position: relative;
    background-color: #3b4651;
    height: 20px;
    width: 100%;
    animation-name: shine;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.pr-loading small {
    position: relative;
    background-color: #3b4651;
    height: 16px;
    width: 100%;
    animation-name: shine;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/* FB Loading - First Row */
.pr-loading > div > div:nth-child(2),
    /* FB Loading - Second Row */
.pr-loading > div > div:nth-child(3),
    /* FB Loading - Third Row */
.pr-loading > div:nth-child(2),
    /* FB Loading - Fourth Row */
.pr-loading > div:nth-child(3),
    /* FB Loading - Fifth Row */
.pr-loading > div:nth-child(4) {
    position: relative;
    background-color: #CCC;
    height: 6px;
    animation-name: shine;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes shine {
    from {
        transition: none;
    }
    to {
        background-color: #999;
        transition: all 0.3s ease-out;
    }
}

/* FB Loading - First Row */
.pr-loading > div > div:nth-child(2) {
    left: 50px;
    top: -33px;
    width: 25%;
}

/* FB Loading - Second Row */
.pr-loading > div > div:nth-child(3) {
    left: 50px;
    top: -20px;
    width: 15%;
}

/* FB Loading - Third Row */
.pr-loading > div:nth-child(2) {
    left: 0px;
    top: 30px;
    width: 80%;
}

/* FB Loading - Fourth Row */
.pr-loading > div:nth-child(3) {
    left: 0px;
    top: 45px;
    width: 90%;
}

/* FB Loading - Fifth Row */
.pr-loading > div:nth-child(4) {
    left: 0px;
    top: 60px;
    width: 50%;
}

.FB-Loading-Card {
    background: #3b4651 !important

}

/* FB Loading - First Box */
.FB-Loading-Card > div:nth-child(1) {
    width: 70%;
    height: 50px;
}

/* FB Loading - Image Box */
.FB-Loading-Card > div > div:nth-child(1) {
    position: relative;
    left: 20px;
    top: 10px;
    background-color: #CCC;
    height: 16px;
    width: 120px;
    animation-name: shine;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.FB-Loading-Card > div > div {
    border-radius: 30px;
}

/* FB Loading - First Row */
.FB-Loading-Card > div > div:nth-child(2),
    /* FB Loading - Second Row */
.FB-Loading-Card > div > div:nth-child(3),
    /* FB Loading - Third Row */
.FB-Loading-Card > div:nth-child(2),
    /* FB Loading - Fourth Row */
.FB-Loading-Card > div:nth-child(3),
    /* FB Loading - Fifth Row */
.FB-Loading-Card > div:nth-child(4) {
    position: relative;
    background-color: #CCC;
    height: 6px;
    animation-name: shine;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes shine {
    from {
        transition: none;
    }
    to {
        background-color: #3b4651;
        transition: all 0.3s ease-out;
    }
}

/* FB Loading - First Row */
.FB-Loading-Card > div > div:nth-child(2) {
    left: 20px;
    top: 20px;
    width: 120px;
}

/* FB Loading - Second Row */
.FB-Loading-Card > div > div:nth-child(3) {
    right: 20px;
    top: 10px;
    width: 30px;
    height: 30px;
}

/* FB Loading - Third Row */
.FB-Loading-Card > div:nth-child(2) {
    right: 0px;
    width: 30%;
    height: 50px;
}

/* FB Loading - Fourth Row */
.FB-Loading-Card > div:nth-child(3) {
    left: 0px;
    top: 45px;
    width: 90%;
}

/* FB Loading - Fifth Row */
.FB-Loading-Card > div:nth-child(4) {
    left: 0px;
    top: 60px;
    width: 50%;
}

.form-group label {
    margin-left: 20px !important;
    margin-bottom: 3px !important;
}

.form-group p {
    margin-left: 20px !important;
    margin-bottom: 3px !important;
}

.text-secondary {
    color: #999 !important;
}

/*.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}*/
.form-check-input:checked[type=checkbox] {
    background-image: none;   /* rimuovo la vecchia immagine */
    position: relative;
}

.form-check-input:checked[type=checkbox]::after {
    content: "\f00c"; /* codice unicode fa-check */
    font-family: "Font Awesome 7 Free"; /* dipende dalla tua versione */
    font-weight: 900; /* necessario per le icone solid */
    color: #fff; /* colore del check */
    font-size: 0.7rem; /* ridimensiona */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-check-input:checked {
    background-color: #0284c7;
    border-color: #0284c7;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.form-check-input {
    float: left;
    margin-left: 0rem;
    margin-right: 0rem;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 2px;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #d1d7e1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #9ccc65;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
    border-color: #dc3545;

    background-repeat: no-repeat;
}

.border {
    border: 2px dashed #FFF !important;
}

.shortcode_title2 hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px dashed #CCC;
}

.eventDate2::after {
    content: "\f054"; /* freccia a destra */
    position: absolute;
    font-family: "Font Awesome 5 Free"; /* o Pro se hai la licenza */
    font-weight: 900; /* 400 = regular, 900 = solid */
    top: 40%;
    left: 0px;
}

#aside {
    background: rgba(255, 255, 255, .1);
    border-radius: 30px;

}

/*box-shadow: 0px 0px 10px #000000;*/
#aside {
    position: relative;
    transition: all 0.3s;
    padding: 0px !important;
}

#aside.fixed {
    z-index: 0;
    width: 370px;
    position: fixed;
    top: 20px;

}

.box {
    border-radius: 30px;
    padding: 20px;

    margin-bottom: 20px;
    border: 2px dashed #FFFFFF
}

.box p {
    margin-bottom: 0px;
}

.box > div {
    padding: 0 10px;
}

.box div i {
    font-size: 3em;
}

.table td, .table th {
    border-top: 2px dashed #FFF;
    padding: 20px;
}

.w-75 {
    width: 75%;
}
/* Header / Menu height: var(--header-h);*/
.app-header{
    position: sticky; top: 0;

    padding: calc(4px + var(--sat)) 5px 5px 5px;  /* spazio notch in alto */
    gap: 12px;
    backdrop-filter: blur(10px) saturate(1.1);
    background: transparent;
    border-radius: 0 0 30px 30px;
    margin: 0px;
    z-index: 10;
}
.app-header div.container_opacity {
    max-width: 1600px;
    display: flex; align-items: center; gap: 12px;
    margin: auto;
}
.app-title{ font-weight: 700; font-size: 1rem; letter-spacing: .4px; }
.spacer{ flex: 1; }

/* Contenuto */
/* Bottom bar (CTA / nav) */

.app-bottom{
    position: fixed; left: 0; right: 0; bottom: 0;
    height: calc(var(--bottom-h) + var(--sab));


    backdrop-filter: blur(10px) saturate(1.1);
    z-index: 1054;
    border-radius: 30px;
}

/* Stato “standalone” – regole addizionali se serve differenziare */
.is-standalone .app-header { /* già copre safe area con var(--sat) */ }
.is-standalone .app-bottom  { /* già copre home indicator con var(--sab) */ }

/* Toast */
.toast{
    position: fixed; left: 50%; transform: translateX(-50%);
    bottom: calc(var(--bottom-h) + var(--sab) + 16px);
    background: rgba(0,0,0,.7);
    color: #fff; padding: 10px 14px; border-radius: 999px;
    border: 1px solid var(--border);
    opacity: 0; pointer-events: none; transition: opacity .25s ease;
}
.toast.show{ opacity: 1; }
@media (display-mode: standalone) {

}
.border-right {
    border-right:2px dashed #FFF !important;
}
.app-main {
    padding-top: 3rem !important;
    padding-bottom:3rem !important;
}
#err_user {
    border-radius:20px;
    background-color: #dc3545!important;
    color: #FFF !important;
    padding-left: 10px;
    padding-right: 10px;
}
#modal-login, #modal-password, #modal-register {
    z-index: 1060;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}