@charset "UTF-8";

/*----------------------------------------------------
@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: Docy
@Version: 1.1.2

@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*/
:root {
    --brand_color: #f7931e !important;
    --secondary_color: #1d2746;
    --p_color: #425466;
    --gradient_bg_color1: var(--gradient_bg_color-from, #fffbf2);
    --gradient_bg_color2: var(--gradient_bg_color-to, #edfffd);
    --border_on_white: #e6edf0;
    --border_on_highlight: #e6edf0;
    --bs-white: #fff;
    --black_25: #f9f9f9;
    --black_50: #ebebeb;
    --black_100: #d6d9dc;
    --black_150: #c8ccd0;
    --black_200: #bbc0c4;
    --black_300: #9fa6ad;
    --black_350: #9199a1;
    --black_400: #848d95;
    --black_500: #6a737c;
    --black_600: #535a60;
    --black_700: #3c4146;
    --black_750: #2f3337;
    --black_800: #242729;
    --black_900: #0c0d0e;
    --bs_sm: 0 1px 2px rgb(0 0 0 / 5%), 0 1px 4px rgb(0 0 0 / 5%), 0 2px 8px rgb(0 0 0 / 5%);
    --bs_md: 0 1px 3px rgb(0 0 0 / 6%), 0 2px 6px rgb(0 0 0 / 6%), 0 3px 8px rgb(0 0 0 / 9%);
    --bs_lg: 0 1px 4px rgb(0 0 0 / 9%), 0 3px 8px rgb(0 0 0 / 9%), 0 4px 13px rgb(0 0 0 / 13%);
    --body_bg: #ffffff;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
    -webkit-appearance: none;
}

/* Firefox */
input[type="search"] {
    appearance: textfield;
}

/**=== Functions ===**/
.col-md-offset-right-1,
.col-lg-offset-right-1 {
    margin-right: 8.33333333%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
html {
    height: 100%;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: var(--brand_color);
}

body {
    line-height: 28px;
    font-size: 16px;
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: var(--p_color);
    letter-spacing: 0.15px;
}

p {
    color: var(--p_color);
}

:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: var(--black_800);
    line-height: 1.3;
}

a {
    color: var(--brand_color);
}

pre[class*=language-]>code {
    border-left: 5px solid rgba(76, 76, 241, 0.8);
}


/** === Scrollbar === **/
::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 30px;
}

/** === Predefined Global Classes === **/
.h1 {
    font-size: 50px;
}

.h2 {
    font-size: 44px;
}

.h3 {
    font-size: 36px;
}

.h4 {
    font-size: 30px;
}

.h5 {
    font-size: 24px;
}

.h6 {
    font-size: 18px;
}

.bold {
    font-weight: 700;
}

.medium {
    font-weight: 500;
}

.regular {
    font-weight: 400;
}

button:focus {
    outline: none;
}

/** === Container === **/
.body_wrapper {
    position: relative;
    background: #fff;
    z-index: 30;
    overflow: hidden;
    /* min-height: 100vh; */
}

@media (min-width: 1200px) {
    .container {
        max-width: 1212px;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/** === Back to Top Button === **/
#back-to-top {
    display: inline-block;
    background-color: rgba(220, 220, 220, 0.8);
    width: 53px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#back-to-top::after {
    content: "2";
    font-family: eleganticons;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #000;
}

#back-to-top:hover {
    cursor: pointer;
    background-color: #333;
}

#back-to-top:hover::after {
    color: #fff;
}

#back-to-top:active {
    background-color: #555;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/* Home Advanced Search Area css
============================================================================================ */
.submit_btn {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: var(--brand_color);
    padding: 10px 29px;
    border-radius: 4px;
    border: 0;
    box-shadow: 0 10px 20px 0 rgba(2, 2, 59, 0.2);
    transition: all 300ms linear 0s;
}

.submit_btn:hover {
    background: #fff;
    color: var(--brand_color);
    font-size: 16px;
    font-weight: 400;
}

/*================= header area css ===============*/
.navbar {
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    position: absolute;
}

.navbar .search-input {
    position: relative;
    margin-left: 4rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    width: 300px;
}

.navbar .search-input .search-icon {
    position: absolute;
    left: 10px;
    top: 11px;
}


.sticky-nav .icon_search {
    color: #ffffff;
}

.sticky-nav.scrolled .nav-link,
.sticky-nav.scrolled .navbar-brand {
    color: #000000 !important;
}

.sticky-nav.scrolled .icon_search,
.sticky-nav.scrolled .search-icon i,
.sticky-nav.scrolled .icon_close,
.sticky-nav.scrolled .search-close i {
    color: #000000 !important;
}

.navbar .search-input .search-input__clear {
    width: 18px;
    height: 18px;
    background-color: #e3e9f3;
    right: 12px;
}

.navbar .search-input input {
    width: 100%;
    font-weight: 400;
    border: 0;
    outline: 0;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -webkit-appearance: none;
    vertical-align: middle;
    font-size: 13px;
    line-height: 18px;
    padding: 24px 21px !important;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f6f7f9;
    height: 39px;
    text-indent: 0;
}

.menu_one {
    background: transparent;
    transition: all 0.2s linear;
}

.header_logo img.sticky_logo {
    display: none;
}

.header_logo img.white_logo {
    display: block;
}

.sticky-nav.scrolled .white_logo {
    display: none;
}

.sticky-nav.scrolled .sticky_logo {
    display: block;
}

.header_logo .first_logo,
.header_logo .white_logo {
    max-height: 54px;
    padding: 5px 0;
}

.menu>.nav-item {
    padding-right: 59px;
    padding-bottom: 37px;
    padding-top: 37px;
    transition: all 0.3s linear;
}

.menu>.nav-item>.nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #ffffffc9;
    padding: 0;
}

.menu>.nav-item>.nav-link:after {
    display: none;
}

.menu>.nav-item.submenu .dropdown-menu {
    margin: 0;
    border-radius: 4px;
    left: -30px;
    min-width: max-content;
    border: 1px solid var(--black_50);
    background: var(--bs-white);
    padding: 20px 0;
    box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
}

.dropdown-toggle .icon span img {
    margin-right: 5px;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    object-fit: none;
}

.dropdown-menu li .icon span img {
    width: 16px;
    height: 16px;
    object-fit: cover;
    padding: unset;
    vertical-align: text-top;
}

.menu>.nav-item.submenu .dropdown-menu:before {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--bs-white);
    position: absolute;
    top: -6px;
    transform: rotate(45deg);
    left: 40px;
    border-left: 1px solid var(--black_50);
    border-top: 1px solid var(--black_50);
    z-index: 1;
}

@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 .nav-item {
    padding: 5px 40px 5px 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: var(--black_700);
    transition: color 0.2s linear;
    position: relative;
    display: inline-block;
}

.menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link span {
    font-size: 14.4px;
}

.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: var(--brand_color);
    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: 500;
    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 .arrow-button {
    display: none;
}

.menu>.nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item:focus>.nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item.active>.nav-link {
    color: var(--brand_color);
}

.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: var(--brand_color);
}

.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: var(--brand_color);
}

.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: transparent;
    max-height: 309px;
    min-height: 309px;
    border: none;
}

.menu>.nav-item.submenu.mega_menu .dropdown-menu li .col-lg-7 {
    padding-left: 0;
    margin-left: -5px;
}

.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: var(--bs-white);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 100%;
    margin-right: -10px;
    border-top: 1px solid var(--black_50);
    border-bottom: 1px solid var(--black_50);
    border-right: 0;
    border-left: 1px solid var(--black_50);
}

.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: "5";
    position: absolute;
    right: 25px;
    top: -1px;
    font-family: "ElegantIcons";
    display: block;
    color: var(--brand_color);
    transition: all 0.2s linear;
    opacity: 0;
}

.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item .nav-link {
    font-size: 14px;
    color: var(--p_color);
    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: var(--brand_color);
}

.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(2) .nav-link::before,
.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(2) .nav-link::before {
    background: #b03532;
}

.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(3) .nav-link::before,
.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(3) .nav-link::before {
    background: #59a627;
}

.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(4) .nav-link::before,
.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(4) .nav-link::before {
    background: #da6f2b;
}

.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(5) .nav-link::before,
.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(5) .nav-link::before {
    background: var(--black_800);
}

.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(6) .nav-link::before,
.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(6) .nav-link::before {
    background: #00aa6a;
}

.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(2) .nav-link,
.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(2) .nav-link {
    color: #b03532;
}

.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(3) .nav-link,
.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(3) .nav-link {
    color: #59a627;
}

.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(4) .nav-link,
.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(4) .nav-link {
    color: #da6f2b;
}

.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(5) .nav-link,
.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(5) .nav-link {
    color: var(--black_800);
}

.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(6) .nav-link,
.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(6) .nav-link {
    color: #00aa6a;
}

.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane {
    padding: 26px 10px 26px 25px;
    min-height: 309px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.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;
    display: block;
}

.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: "Roboto", sans-serif;
    padding: 0;
    overflow: visible;
}

.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 .text a {
    display: block;
    padding: 0;
}

.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.submenu.mega_menu .dropdown-menu .tabContent .tab-pane:first-child {
    background: var(--brand_color);
}

.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(2) {
    background: #b03532;
}

.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(3) {
    background: #59a627;
}

.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(4) {
    background: #da6f2b;
}

.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(5) {
    background: #1d2746;
}

.menu>.nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(6) {
    background: #00aa6a;
}

.menu>.nav-item.active>i {
    color: var(--brand_color);
}

.menu>.nav-item.active .nav-link {
    color: var(--brand_color);
}

.menu>.nav-item.active .nav-link:before {
    transform: scaleX(1);
    opacity: 1;
    background: #209ff0;
}

.menu>.nav-item:hover>i {
    color: var(--brand_color);
}

.menu>.nav-item:hover .nav-link {
    color: var(--brand_color);
}

.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: 40px;
}

.navbar .search-input {
    position: absolute;
    top: -23px;
    right: 11px;
    width: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: width 0.4s ease, opacity 0.3s ease;
}

.navbar .search-input input {
    width: 650px;
}

.search-close {
    display: none;
}



/*================= header area css ===============*/
/*=========== dk_menu css ===========*/
.mobile_dropdown_icon {
    display: none;
}

/*=========== dk_menu css ===========*/
@media (max-width: 991px) {
    .display_none {
        display: none;
    }
}

.sticky-nav-doc .navbar-brand img+img {
    display: none;
}

.sticky-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: top 0.3s ease;
}

.sticky-nav {
    background: transparent;
    transition: top 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

/* When scrolled */
.sticky-nav.scrolled {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.sticky-nav.scrolled .hamburger span {
    background: black;
}

.offcanvas {
    width: 280px;
}

.sticky-nav {
    transition: all 0.3s ease;
    z-index: 1030;
}

.heading_offcanvas {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 11px;
}

.heading_offcanvas .btn-close {
    height: 33px;
    padding-left: 43px;
}

.heading_offcanvas .header_logo {
    margin-right: 0;
}

.heading_offcanvas .header_logo img {
    height: auto;
    width: 68%;
}

/*============ Start menu_purple css ==============*/
/*============ menu_purple css ==============*/
.menu_purple .menu>.nav-item>.nav-link {
    position: relative;
}

.menu_purple .menu>.nav-item>.nav-link:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: width 0.2s linear;
}

.menu_purple .menu>.nav-item:hover>.nav-link,
.menu_purple .menu>.nav-item.current_page_parent>.nav-link,
.menu_purple .menu>.nav-item.active>.nav-link {
    color: #fff;
}

.menu_purple .menu>.nav-item.current_page_parent>.nav-link::before,
.menu_purple .menu>.nav-item.active>.nav-link::before {
    width: 100%;
}

.menu_purple .menu>.nav-item.submenu.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:after {
    color: var(--brand_color);
}

.menu_purple .menu>.nav-item.submenu .dropdown-menu .nav-item>.nav-link:before {
    background: var(--brand_color);
}

.menu_purple .menu>.nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link,
.menu_purple .menu>.nav-item.submenu .dropdown-menu .nav-item.active>.nav-link {
    color: var(--brand_color);
}

.menu_purple .menu>.nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link h5,
.menu_purple .menu>.nav-item.submenu .dropdown-menu .nav-item.active>.nav-link h5 {
    color: var(--brand_color);
}

.menu_purple .nav_btn:not(.not-round-btn) {
    color: #fff;
    border-radius: 45px;
}

.menu_purple .nav_btn:not(.not-round-btn):hover {
    background: #fff;
    color: var(--brand_color);
    border-color: #fff;
}

/*============ End menu_purple css ==============*/
/*=========== 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: var(--p_color);
    font-weight: 400;
}

.sticky_menu .menu_one .menu>.nav-item:hover>.nav-link,
.sticky_menu .menu_one .menu>.nav-item.active>.nav-link {
    color: var(--brand_color);
}

.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.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 ===========*/
.navbar_fixed {
    position: fixed;
    z-index: 35;
}

.navbar_fixed .search-input {
    visibility: visible;
    opacity: 1;
}

.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;
    margin-top: 0;
}

.navbar_fixed.menu_one .menu>.nav-item {
    padding-bottom: 25px;
    padding-top: 25px;
}

.navbar_fixed.menu_one .menu>.nav-item>.nav-link {
    color: var(--secondary_color);
}

.navbar_fixed.menu_one .menu>.nav-item:hover>.nav-link,
.navbar_fixed.menu_one .menu>.nav-item.active>.nav-link {
    color: var(--brand_color);
}

.navbar_fixed.menu_one .nav_btn {
    color: var(--brand_color);
    border: 2px solid rgba(76, 76, 241, 0.1);
}

.navbar_fixed.menu_one .nav_btn:hover {
    background: var(--brand_color);
    color: #fff;
    border-color: var(--brand_color);
}

.navbar_fixed.menu_one .nav_btn.tp_btn {
    color: #4c4cf1 !important;
}

.navbar_fixed.menu_one.menu_purple .menu>.nav-item>.nav-link:before {
    display: none;
}

.navbar_fixed.menu_one.menu_purple .menu>.nav-item:hover>.nav-link,
.navbar_fixed.menu_one.menu_purple .menu>.nav-item.active>.nav-link {
    color: var(--brand_color);
}

.navbar_fixed.menu_one.menu_purple .nav_btn {
    color: var(--brand_color);
    border: 1px solid var(--black_50);
}

.navbar_fixed.menu_one.menu_purple .nav_btn:hover {
    background: var(--brand_color);
    color: #fff;
    border-color: var(--brand_color);
}

.navbar_fixed .header_logo img:not(.sticky_logo) {
    display: none;
}

.navbar_fixed .header_logo img.sticky_logo {
    display: block;
}

.navbar_fixed.menu_two {
    box-shadow: 0 4px 10px 0 rgba(76, 76, 241, 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-left: 0;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset !important;
}

.hamburger {
    height: 100%;
    width: 100%;
    display: block;
}

.hamburger span {
    width: 0%;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    margin: 4px 0;
    display: block;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.hamburger span:nth-child(1) {
    transition-delay: 0s;
}

.hamburger span:nth-child(2) {
    transition-delay: 0.125s;
}

.hamburger span:nth-child(3) {
    transition-delay: 0.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: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.menu_toggle .hamburger-cross span:nth-child(1) {
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 10px;
    transition-delay: 0.3s;
}

.menu_toggle .hamburger-cross span:nth-child(2) {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
    width: 100%;
}

.collapsed .menu_toggle .hamburger span:nth-child(1) {
    transition-delay: 0.3s;
}

.collapsed .menu_toggle .hamburger span:nth-child(2) {
    transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span:nth-child(3) {
    transition-delay: 0.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: 0.2s;
}

.navbar:not(.navbar_fixed) .menu>.nav-item.submenu .dropdown-menu {
    margin-top: 13px;
}

/*=========== End Banner Support ============*/


/*---------------------------------------------------- */
/*----------------------------------------------------*/
@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: 999;
    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: var(--brand_color);
    border-top-color: var(--brand_color);
    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: var(--brand_color);
    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: rgb(238, 243, 244);
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(253, 253, 253);
    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 .text img {
    max-width: 110px;
    margin-bottom: 10px;
}

#preloader .head {
    color: var(--secondary_color);
    display: block;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 5.2px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Roboto", sans-serif;
    margin: 5% 0 1% 0;
    padding: 0;
}

#preloader h4 {
    color: #425466;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border: none;
    margin: 0;
    padding: 0;
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@media print {

    /* Hide everything */
    body * {
        visibility: hidden;
    }

    .wide-container .doc_banner_area_background_image,
    .wide-container .page_breadcrumb,
    .wide-container .doc_banner_area_background_image .doc_banner_content {
        visibility: hidden !important;
        display: none !important;
    }

    .doc-middle-content,
    .doc-middle-content * {
        visibility: visible;
    }

    .doc-middle-content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .doc-middle-content .shortcode_title .d-flex.flex-row.my-3.gap-2,
    .doc-middle-content .left-sidebar-toggle {
        visibility: hidden !important;
        display: none !important;
    }

}

.print {
    color: var(--p_color);
    font-size: 18px;
}

/* Forum Collaps Tabs Area css
============================================================================================ */
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}


@keyframes slideDown {
    0% {
        transform: translate3d(0, 15px, 0);
    }

    100% {
        transform: translate3d(0, 23px, 0);
    }
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Hotspot Area css
============================================================================================ */
.blur nav {
    filter: blur(6px);
}

/*==============typography_area css ================*/
/*==============action_area_three css ================*/

.fade {
    transition: opacity 0.5s ease-in-out;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}


/*============ 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_banner_area css  =============*/
.doc_banner_area_background_overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #000000 0%, #000000 100%);
    opacity: 0.63;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
}

.doc_banner_area {
    text-align: center;
    padding: 290px 0 200px;
    position: relative;
}

.banner_shap_img li {
    position: absolute;
    z-index: 0;
}

.banner_shap_img li:nth-child(1),
.banner_shap_img li:nth-child(2) {
    top: 0;
    left: 0;
}

.banner_shap_img li:nth-child(3),
.banner_shap_img li:nth-child(4) {
    bottom: 0;
    right: 0;
}

.banner_shap_img li:nth-child(5) {
    left: 145px;
    top: 44%;
}

.banner_shap_img li:nth-child(6) {
    top: 50%;
    right: 375px;
}

.banner_shap_img li:nth-child(7),
.banner_shap_img li:nth-child(8),
.banner_shap_img li:nth-child(9) {
    border-radius: 50%;
    background: #fff;
    opacity: 0.14;
}

.banner_shap_img li:nth-child(7) {
    width: 16px;
    height: 16px;
    left: 435px;
    bottom: 265px;
}

.banner_shap_img li:nth-child(8) {
    width: 30px;
    height: 30px;
    right: 135px;
    top: 255px;
}

.banner_shap_img li:nth-child(9) {
    width: 20px;
    height: 20px;
    right: 225px;
    opacity: 1;
    bottom: 115px;
}

.banner_creative1 .doc_banner_content h2 {
    color: #fff;
}

.doc_banner_content {
    position: relative;
}

.doc_banner_content h2 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 12px;
}

.doc_banner_content p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}

.header_search_form {
    max-width: 720px;
    margin: 57px auto 0;
}

.header_search_form .form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header_search_form .input-wrapper {
    position: relative;
    flex: 1;
    max-width: 570px;
    margin-right: 10px;
}

.header_search_form .input-wrapper i {
    position: absolute;
    left: 25px;
    font-size: 16px;
    color: #b6bac3;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}

.header_search_form .input-wrapper input {
    background: #fff;
    border: 0;
    height: 60px;
    font-size: 16px;
    padding-left: 52px;
    width: 100%;
    border-radius: 45px;
    padding-right: 155px;
}

.header_search_form .input-wrapper input.placeholder {
    color: #848996;
}

.header_search_form .input-wrapper input:-moz-placeholder {
    color: #848996;
}

.header_search_form .input-wrapper input::-moz-placeholder {
    color: #848996;
}

.header_search_form .input-wrapper input::-webkit-input-placeholder {
    color: #848996;
}

.header_search_form .custom-select {
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    color: var(--black_800);
    padding: 0 65px 0 25px !important;
    background: var(--black_25);
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    width: 104px !important;
}

.header_search_form .custom-select:after {
    border-bottom: 1px solid var(--black_800);
    border-right: 1px solid var(--black_800);
}

.header_search_form .custom-select li {
    font-size: 14px;
    color: #1d2746;
    line-height: 40px;
}

.header_search_form .custom-select:focus {
    box-shadow: none;
}

.header_search_form .header_form_submit {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #0d0d75;
    padding: 10px 48px;
    border-radius: 45px;
    border: 0;
    box-shadow: 0 10px 20px 0 rgba(2, 2, 59, 0.2);
    transition: all 0.2s linear;
}

.header_search_form .header_form_submit:hover {
    background: #fff;
    color: #0d0d75;
}

.header_search_form_info {
    position: relative;
}

.header_search_form_info .header_search_form_panel {
    border: 1px solid var(--black_50);
    box-shadow: 0 3px 4px 0 rgba(4, 73, 89, 0.06);
    background-color: var(--bs-white);
    border-radius: 3px;
    display: none;
    position: absolute;
    top: 115%;
    left: 0;
    width: 100%;
    text-align: left;
    z-index: 99;
    padding: 30px;
}

.header_search_form_info .header_search_form_panel:before {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--bs-white);
    position: absolute;
    top: -6px;
    transform: rotate(45deg);
    left: 40px;
    border-left: 1px solid var(--black_50);
    border-top: 1px solid var(--black_50);
}

.header_search_form_info .header_search_form_panel ul {
    margin-bottom: 0;
}

.header_search_form_info .header_search_form_panel ul>li {
    font-size: 16px;
    color: var(--black_800);
}

.header_search_form_info .header_search_form_panel ul>li .search_item {
    border-top: 1px solid var(--black_50);
    padding: 10px 0 5px;
    margin-top: 8px;
}

.header_search_form_info .header_search_form_panel ul>li .search_item li {
    color: var(--black_600);
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 0;
}

.header_search_form_info .header_search_form_panel ul>li .search_item li span {
    width: 165px;
    text-align: right;
    border-right: 1px solid var(--black_50);
    line-height: 32px;
    padding-right: 15px;
}

.header_search_form_info .header_search_form_panel ul>li .search_item li>a {
    line-height: 26px;
    font-weight: 400;
    color: var(--black_400);
    padding: 3px 22px;
    flex: 1;
    display: block;
    position: relative;
}

.header_search_form_info .header_search_form_panel ul>li .search_item li>a::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    left: -1px;
    top: 0;
    background: #4a4ad2;
    opacity: 0;
    transition: all 0.2s linear;
}

.header_search_form_info .header_search_form_panel ul>li .search_item li>a:hover {
    background: var(--black_25);
}

.header_search_form_info .header_search_form_panel ul>li .search_item li>a:hover:before {
    opacity: 1;
    height: 100%;
}

.header_search_form_info .custom-select ul li:hover,
.header_search_form_info .custom-select ul li.selected {
    color: var(--brand_color);
}

.header_search_form_info .custom-select ul li:hover,
.header_search_form_info .custom-select ul li.selected a {
    color: var(--brand_color);
    font-weight: 600;
}

.header_search_form_info .custom-select ul li:before {
    background: var(--brand_color);
}

.header_search_keyword {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.header_search_keyword span {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}

.header_search_keyword ul {
    margin-bottom: 0;
}

.header_search_keyword ul li {
    display: inline-block;
    margin-right: 7px;
}

.header_search_keyword ul li a {
    display: block;
    font-size: 13px;
    padding: 0 19px;
    border-radius: 45px;
    background: #02010142;
    color: #fff;
}

.header_search_keyword ul li a:hover {
    text-decoration: underline;
    color: var(--brand_color);
    width: 100%;
}

/*============== recommended_topic_area css  ===========*/
.recommended_topic_inner {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.doc_shap_one,
.doc_round {
    position: absolute;
    z-index: -1;
}

.doc_round {
    border-radius: 50%;
}

.doc_round.one {
    width: 260px;
    height: 260px;
    background: #f9bf44;
    bottom: 120px;
    left: 120px;
}

.doc_round.two {
    background: #FAFCFD;
    width: 100px;
    height: 100px;
    top: 87px;
    right: 70px;
}

.doc_shap_one {
    top: unset;
    bottom: 0;
    width: 100%;
}

.doc_title {
    margin-bottom: 76px;
}

.doc_title h2 {
    font-size: 34px !important;
    font-weight: 700 !important;
    color: var(--black_800);
    margin-bottom: 15px;
}

.recommended_item {
    border-radius: 20px;
    box-shadow: 0 30px 50px 0 rgba(2, 2, 48, 0.06);
    padding: 40px 25px 30px 35px;
    margin-bottom: 30px;
    background: var(--bs-white);
}

.recommended_item img {
    margin-bottom: 25px;
    max-width: 44px;
    height: auto;
}


.recommended_item h3 {
    font-size: 18px !important;
    color: var(--black_700);
    font-weight: 700;
    padding: unset !important;
    line-height: 26px;
    margin-bottom: 18px;
    transition: color 0.2s linear;
}

.recommended_item h3:hover {
    color: var(--brand_color);
}

.recommended_item ul li {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
}

.recommended_item ul li:before {
    content: "5";
    font-family: eleganticons;
    position: absolute;
    left: -5px;
    width: auto;
    font-size: 18px;
    color: var(--brand_color);
    top: -2px;
}

.recommended_item ul li a {
    color: var(--p_color);
}

.recommended_item ul li a:hover {
    color: var(--brand_color) !important;
}

.recommended_item ul li+li {
    margin-top: 15px;
}

.recommended_item a {
    transition: all 0.3s;
}

.recommended_item a:hover {
    text-decoration-color: rgb(247, 147, 30);
    text-decoration: underline;
    text-underline-offset: 4px;
}

/*============= doc_testimonial_area css  ================*/
.doc_subs_full .doc_subscribe_inner {
    border-radius: 0;
    box-shadow: none;
}

.doc_subscribe_area {
    padding: 2px 0px 112px 0px;
}

.doc_subscribe_area .container {
    position: relative;
}

.doc_subscribe_inner {
    border-radius: 20px;
    background-color: #848d95;
    box-shadow: 0 50px 80px 0 rgba(157, 170, 182, 0.4);
    display: flex;
    flex-wrap: wrap;
    padding: 150px 70px;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.doc_subscribe_inner h2,
.doc_subscribe_inner h2 strong {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 0;
}

.doc_subscribe_inner .text,
.doc_subscribe_inner .c502 {
    width: 50%;
}

.doc_subscribe_inner .c502 {
    padding-left: 30px;
    position: relative;
}

.doc_subscribe_inner .frame.frame-default form {
    display: flex;
    flex-wrap: wrap;
}

.doc_subscribe_inner form .mb-3 {
    margin-bottom: 9px !important;
}

.doc_subscribe_inner form .form-element-email {
    position: relative;
    flex: 1;
}

.doc_subscribe_inner form .form-element-email:before {
    content: "\e010";
    position: absolute;
    font-family: eleganticons;
    font-size: 18px;
    margin-right: 10px;
    top: 8px;
    left: 22px;
    display: inline-block;
    color: var(--black_400);
}

.doc_subscribe_inner form .form-element-email input.form-control {
    height: 50px;
    border: 0;
    border-radius: 45px;
    line-height: 51px;
    font-size: 14px;
    width: 100%;
    padding-left: 50px;
}

.doc_subscribe_inner form .form-element-email .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: unset;
}

.doc_subscribe_inner form .form-element-email input.form-control.placeholder {
    color: #848996a1;
}

.doc_subscribe_inner form .form-element-email input.form-control:-moz-placeholder {
    color: #848996a1;
}

.doc_subscribe_inner form .form-element-email input.form-control::-moz-placeholder {
    color: #848996a1;
}

.doc_subscribe_inner form .form-element-email input.form-control::-webkit-input-placeholder {
    color: #848996a1;
}

.doc_subscribe_inner .actions .form-navigation {
    border-radius: 45px;
    border: 0;
    font-weight: 500;
    padding: 9px 30px 12px 30px;
    margin-left: 10px;
    transition: background 0.4s linear, color 0.3s;
    background: #fff;
    color: #848d95;
}

.doc_subscribe_inner .actions .form-navigation .btn-primary {
    transition: background 0.4s linear, color 0.3s;
    font-size: 14px;
    background: #fff;
    color: #848d95;
    padding: unset;
    border: unset;
}

.doc_subscribe_inner .actions .form-navigation .btn-primary:hover {
    background: #fff;
    color: #0d0d75;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    outline: unset !important;
    box-shadow: unset !important;
}

.doc_subscribe_inner .form-element.form-element-email label.form-label {
    display: none;
}

.doc_subscribe_inner ul {
    margin-bottom: 0;
    padding: unset;
}

.doc_subscribe_inner ul li {
    margin-right: 22px;
    display: inline-block;
    line-height: 18px;
}

.doc_subscribe_inner ul li a {
    font-size: 13px;
    color: #fff;
    position: relative;
    padding-left: 20px;
}

.doc_subscribe_inner ul li:before {
    content: "N";
    font-family: eleganticons;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
}

.doc_subscribe_inner ul li {
    color: #fff;
    font-size: 13px;
    position: relative;
    padding-left: 20px;
}

.doc_subscribe_inner ul li {
    margin-right: 22px;
    display: inline-block;
    line-height: 18px;
}

.doc_subscribe_inner .c502 .frame-default div {
    color: rgb(43, 215, 43);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

/*=============== doc_footer_area css  ==============*/
.doc_footer_top {
    padding: 27px 0 90px;
    background: #f9f9f9;
}

.pl-30 {
    padding-left: 30px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-70 {
    padding-left: 70px;
}

.doc_about_widget {
    padding-right: 128px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
}

.doc_about_widget p {
    font-size: 16px;
    line-height: 30px;
    color: #6b707f;
    font-weight: 500;
    margin-top: 15px;
    text-align: center;
    padding: 0 43px;
}

.doc_about_widget ul {
    margin-bottom: 0;
}

.doc_about_widget ul li {
    display: inline-block;
    margin-right: 5px;
}

.doc_about_widget ul li a {
    width: 46px;
    height: 46px;
    display: block;
    text-align: center;
    color: var(--black_500);
    font-size: 14px;
    line-height: 45px;
    border-radius: 10px;
    background: var(--black_50);
    transition: all 0.2s linear;
}

.doc_about_widget ul li a:hover {
    background: var(--black_100);
    color: var(--brand_color);
    text-decoration: none;
}

.doc_service_list_widget {
    padding-top: 5px;
}

.doc_service_list_widget ul {
    margin-bottom: 0;
}

.doc_service_list_widget ul li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--black_500);
}

.doc_service_list_widget ul li a:hover {
    color: var(--brand_color);
}

.doc_service_list_widget ul li+li {
    margin-top: 10px;
}

.doc_footer_bottom {
    border-top: 1px solid #f0f0f7;
    padding: 30px 0 30px;
}

.doc_footer_bottom p {
    margin-bottom: 0;
    font-size: 14px;
    color: #6b707f;
}

.doc_footer_bottom p span {
    color: var(--brand_color);
}

/*=============== doc_footer_area css  ==============*/
input,
textarea {
    color: var(--black_400);
    background-color: var(--bs-white);
}

.footer_area {
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

.pl_30 {
    padding-left: 30px;
}

.pl_70 {
    padding-left: 70px;
}

.doc_footer_area .list-unstyled img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(12%) saturate(361%) hue-rotate(176deg) brightness(90%) contrast(89%);
}

.doc_footer_area .list-unstyled a:hover img {
    transition: filter 0.5s ease;
    filter: brightness(0) saturate(100%) invert(56%) sepia(72%) saturate(1219%) brightness(100%) contrast(94%);
}

/*=============== docy search bar with search results  ==============*/
.search-results.show-results: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;
}

.search-results.show-results .no_result {
    color: black;
    padding: 32px 0px;
    font-size: 15px;
}

.searchresult_svg {
    position: absolute;
    top: 37%;
    right: 4%;
}

.search-results {
    padding: 0;
    border: none;
    position: absolute;
    width: 76%;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
    font-size: 14px;
    font-weight: 400;
    display: none;
    transition: all 0.4s;
    z-index: 99;
    margin-top: 10px;
    left: 78px;
}

.search-results {
    font-size: 14px;
    font-weight: 400;
}

.search-results .search-result-item {
    padding: 7px 15px;
    position: relative;
    border-bottom: 1px solid var(--black_50);
    transition: 0.3s all;
    cursor: pointer;
}

.search-results .search-result-item a.title {
    color: var(--black_800);
}

.search-results .search-result-item:hover {
    background-color: #f7931e;
    color: white;
}

.search-results .search-result-item:hover a.title,
.search-results .search-result-item:hover .breadcrumb-item {
    color: white;
}

.search-results .search-result-item a {
    display: flex;
}

.search-results a {
    text-decoration: none;
}

.search-result-item .breadcrumb {
    margin-bottom: 0;
    background: #fff0;
    border-radius: 0;
    padding: 0;
}

.search-result-item .breadcrumb .breadcrumb-item {
    color: #878EA6;
    font-size: 14px;
    line-height: 21px;
    padding-left: 0px;
}

.search-result-item:hover .breadcrumb .breadcrumb-item a {
    color: #fff;
}

.search-result-item .breadcrumb .breadcrumb-item a {
    display: flex;
}

.search-result-item .breadcrumb .breadcrumb-item a {
    color: #878EA6;
}

.search-result-item .breadcrumb .breadcrumb-item a span {
    display: inline-block;
}

.search-result-item .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "5";
    padding: 0 2px;
    float: left;
    font-family: eleganticons;
    color: #B7B9BE;
}

.focus_overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    visibility: hidden;
    z-index: 999;
    opacity: 0;
    background: rgba(0, 0, 0, .4);
    transition: all .3s linear;
    width: 100% !important;
    max-width: 100% !important;
}

body.search-focused .focus_overlay {
    opacity: 1;
    visibility: visible;
}

body.search-focused .doc_banner_content {
    position: relative;
    z-index: 9999;
    /* ABOVE overlay */
}

/*=============== detail page simple footer  ==============*/

.simple_footer {
    padding: 25px 0;
    position: relative;
    z-index: 1;
    background: var(--secondary_color);
}

.simple_footer .leaf_right {
    position: absolute;
    right: 170px;
    bottom: 0;
    z-index: -1;
}

.simple_footer p {
    margin-bottom: 0;
    font-size: 16px;
    color: #a4a8b4;
    margin-top: 0;
}

.simple_footer .f_social_icon {
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
}

.simple_footer .f_social_icon li {
    display: inline-block;
}

.simple_footer .f_social_icon li a {
    border-radius: 50%;
    border: 2px solid #8d93a4;
    font-size: 14px;
    text-align: center;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #8d93a4;
    text-decoration: none;
}

.simple_footer .f_social_icon li a:hover {
    background: var(--brand_color);
    border-color: var(--brand_color);
    box-shadow: 0 10px 20px 0 rgba(76, 76, 241, 0.2);
    color: #fff;
}

.simple_footer .f_social_icon img {
    filter: brightness(0) saturate(100%) invert(64%) sepia(78%) saturate(31%) hue-rotate(178deg) brightness(93%) contrast(83%);
}

.simple_footer .f_social_icon a:hover img {
    transition: filter 0.5s ease;
    filter: brightness(0) invert(1);
}

.doc_footer_area .list-unstyled li:nth-child(3) img,
.simple_footer .f_social_icon li:nth-child(3) img {
    margin-top: -1px;
}

/* ************************ middle content css *************************** */
.doc-middle-content {
    padding-left: 15px;
    padding-right: 60px;
    padding-top: 70px;
    position: relative;
    transition: all 0.3s ease;
}


.custom_container .left-side.col-lg-3 {
    flex: 0 0 auto;
    width: 22%;
}

.custom_container .right-side.col-lg-2 {
    flex: 0 0 auto;
    width: 20%;
}

.custom_container .main-side.col-lg-7 {
    flex: 0 0 auto;
    width: 58%;
    padding-left: 60px;
    padding-right: 60px;
}

.custom_container .doc-middle-content.extended {
    flex: 0 0 auto;
    width: 80%;
    transition: all 0.3s ease;
}

/* breadcrumb  */
.page_breadcrumb {
    background: #edefec;
    padding: 12px 0;
    position: relative;
    z-index: 1;
    margin-top: -2px;
}

.page_breadcrumb .breadcrumb {
    margin-bottom: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.page_breadcrumb .breadcrumb {
    background: rgba(0, 0, 0, 0) !important;
    border-radius: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.page_breadcrumb nav .breadcrumb .breadcrumb-item:first-child {
    padding-left: 0;
}

.page_breadcrumb nav .breadcrumb .breadcrumb-item {
    color: var(--black_300);
    font-size: 13px;
    line-height: 21px;
    padding-left: 3px;
    margin: 0;
}

.page_breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--black_400);
}

.page_breadcrumb .breadcrumb .breadcrumb-item:last-child {
    color: var(--secondary_color);
}

.page_breadcrumb nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "5";
    font-family: eleganticons;
    color: #b7b9be;
    padding: 0 2px;
    padding-right: 3px;
}

.page_breadcrumb nav .breadcrumb .breadcrumb-item a:hover {
    color: #f7931e;
}

.page_breadcrumb .date {
    color: var(--black_400);
    float: right;
    font-size: 13px;
}

.page_breadcrumb .date i {
    padding-right: 5px;
}

/* main wrapeer  */

.wide-container {
    word-wrap: anywhere;
}

.doc_documentation_area {
    padding: 0 !important;
    margin: 0 !important;
    flex: auto !important;
    background: #fff;
}

.doc_documentation_area .overlay_bg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--black_700);
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    transition: all .4s linear;
}

/* left side content  */

.doc_left_sidebarlist {
    padding-top: 60px;
    padding-bottom: 30px;
    z-index: 1;
    height: 100vh;
    position: relative;
}

.doc_left_sidebarlist.credit-text-container::after {
    display: block;
    clear: both;
    content: "";
    width: 300%;
    right: 1px;
    background: #f5f7f9;
    position: absolute;
    bottom: -75px;
    z-index: -1;
    height: 75px;
}

.doc_left_sidebarlist::before {
    content: "";
    width: 400%;
    right: 0;
    height: 100%;
    background: #f5f7f9;
    position: absolute;
    border-right: 1px solid var(--border_on_white);
    top: 0;
    z-index: -1;
}

.doc_left_sidebarlist.navbar-visible {
    padding-top: 110px;
    /* transition: padding 0.3s ease; */
}

.doc_left_sidebarlist .doc-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    padding-right: 10px;
    color: var(--black_800);
    margin-bottom: 15px;
    line-height: 1.4 !important;
}

.doc_left_sidebarlist .quick-search .form-wrapper {
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: -10px;
    padding: 0 5px 0 0;
    padding-right: 20px;
    position: relative;
}

.doc_left_sidebarlist .quick-search input::placeholder,
.doc_left_sidebarlist .quick-search input[type="search"]::placeholder {
    color: var(--black_400);
}

.doc_left_sidebarlist .quick-search input::placeholder,
.doc_left_sidebarlist .quick-search input[type="search"]::placeholder {
    color: var(--black_400);
}

.doc_left_sidebarlist .quick-search input,
.doc_left_sidebarlist .quick-search input[type="search"] {
    border: 1px solid var(--black_50) !important;
    width: 100%;
    padding: 3px 18px;
    outline: none;
    margin: 0;
    font-size: 12px;
    line-height: 30px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
    border-radius: 3px;
    background: var(--black_25);
    color: var(--black_800) !important;
    height: 48px;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

.doc_left_sidebarlist .nav-sidebar.left-sidebar-results {
    margin: 0;
    list-style: none !important;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0 !important;
    padding-right: 25px !important;
    overflow: auto;
    max-height: calc(-204.6px + 100vh);
    margin-right: 3px;
}

.doc_left_sidebarlist .folder_open {
    display: none;
    margin-right: 15px;
    padding-right: 0;
    max-width: 18px !important;
    height: auto;
    margin-top: -3px;
}

.doc_left_sidebarlist .folder_close {
    display: inline-block;
    margin-right: 15px;
    padding-right: 0;
    max-width: 18px !important;
    height: auto;
    margin-top: -3px;
}

.doc_left_sidebarlist .nav-sidebar .nav-item {
    padding-right: 0;
    margin: 0 0 5px;
    position: relative;
    cursor: pointer;
}

.doc_left_sidebarlist .nav-sidebar .nav-item .parent_link {
    display: flex;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--black_600);
    align-items: start;
    flex: 1;
    border-radius: 5px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    margin-bottom: 7px;
}

.doc_left_sidebarlist .nav-sidebar .nav-item .parent_link a {
    color: var(--black_500);
    font-weight: 600;
    flex: 1;
}

.doc_left_sidebarlist .nav-sidebar .nav-item .parent_link .dropdown_icon {
    font-size: 16px;
    font-weight: bold;
}

.doc_left_sidebarlist .nav-sidebar>.nav-item>.parent_link:hover {
    color: var(--black_900) !important;
}

.doc_left_sidebarlist .nav-sidebar>.nav-item>.parent_link:hover {
    background: rgba(208, 215, 222, .32);
}

.doc_left_sidebarlist .nav-item.parent-active .parent_link .item.doc-link {
    color: var(--brand_color);
}

.doc_left_sidebarlist .nav-sidebar .nav-item .dropdown_nav {
    padding-left: 11%;
    word-wrap: anywhere;
}

.doc_left_sidebarlist .nav-sidebar .nav-item .dropdown_nav .doc-link a {
    display: flex;
    padding: 8px 10px;
    line-height: 1.5;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: var(--black_600);
    align-items: start;
    flex: 1;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    margin-bottom: 6px;
}

.doc_left_sidebarlist .nav-sidebar .nav-item .dropdown_nav .doc-link:hover a {
    background: rgba(208, 215, 222, .32);
}

.doc_left_sidebarlist .nav-sidebar .nav-item .dropdown_nav .doc-link a.active {
    background: var(--bs-white);
    color: var(--brand_color);
}

.doc_left_sidebarlist .nav-sidebar .nav-item .dropdown_nav .doc-link.active:hover {
    background: rgba(247, 147, 30, .1) !important;
}


/* right side content  */
.doc_rightsidebar .pageSideSection::before {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--border_on_white);
    left: 0;
}

.doc_rightsidebar .pageSideSection {
    padding-left: 20px;
    position: relative;
}

.doc_rightsidebar {
    padding-top: 60px;
    padding-bottom: 30px;
    z-index: 1;
    height: 100vh;
    position: relative;
}

.doc_rightsidebar.navbar-visible {
    padding-top: 104px;
    /* transition: padding 0.3s ease; */
}

.doc_rightsidebar .ezd-share-btn {
    color: var(--black_600);
    margin: 0px 0 20px;
    align-items: baseline;
    display: flex;
    gap: 8px;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 16px;
}

.doc_rightsidebar div#eazydocs_share {
    background: rgba(0, 0, 0, .4);
}

.ezd-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.ezd-modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: visibility 0s linear .3s, opacity .3s;
}

div#eazydocs_share>.ezd-modal-dialog {
    max-width: 500px;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 999;
    width: auto;
    pointer-events: auto;
}

div#eazydocs_share>.ezd-modal-dialog>.ezd-modal-content {
    padding: 30px 30px 35px;
    background-color: var(--bs-white);
}

.ezd-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0;
}

div#eazydocs_share>.ezd-modal-dialog>.ezd-modal-content>.close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 34px;
    line-height: 0;
    cursor: pointer;
    color: var(--black_600);
    text-decoration: none;
}

div#eazydocs_share>.ezd-modal-dialog>.ezd-modal-content>.eazydocs-share-wrap>h2 {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin: 0 10px 20px 0;
    color: var(--black_800);
}

div#eazydocs_share>.ezd-modal-dialog>.ezd-modal-content>.eazydocs-share-wrap>.social-links a {
    width: 56px;
    height: 56px;
    background-color: var(--black_50);
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    padding-top: 15px;
    font-size: 20px;
    line-height: 0;
    color: var(--black_600);
    margin-right: 10px;
    text-decoration: none;
    transition: all .2s linear;
    box-sizing: border-box;
}

div#eazydocs_share>.ezd-modal-dialog>.ezd-modal-content>.eazydocs-share-wrap>.social-links a .img-fluid {
    width: 29px;
}

div#eazydocs_share {
    background: rgba(0, 0, 0, .4);
}

div#eazydocs_share>.ezd-modal-dialog>.ezd-modal-content>.eazydocs-share-wrap>.social-links a i {
    font-size: 24px;
    line-height: 24px;
}

div#eazydocs_share>.ezd-modal-dialog>.ezd-modal-content>.eazydocs-share-wrap>.social-links a:nth-child(2)>i {
    color: #4267b2;
}

div#eazydocs_share>.ezd-modal-dialog>.ezd-modal-content>.eazydocs-share-wrap>.social-links a:nth-child(3)>i {
    color: #0072b1;
}

div#eazydocs_share>.ezd-modal-dialog>.ezd-modal-content>.eazydocs-share-wrap>.social-links a:nth-child(4)>i {
    color: #1da1f2;
}

div#eazydocs_share>.ezd-modal-dialog>.ezd-modal-content>.eazydocs-share-wrap>p {
    font-size: 14px;
    margin: 20px 0 2px;
    color: var(--black_600);
}

div#eazydocs_share>.ezd-modal-dialog>.ezd-modal-content>.eazydocs-share-wrap>.copy-url-wrap {
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

div#eazydocs_share>.ezd-modal-dialog>.ezd-modal-content>.eazydocs-share-wrap>.copy-url-wrap input {
    width: 100%;
    background: var(--black_25);
    opacity: 1;
    height: 37px;
    padding: 16px 48px 16px 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black_700);
    border: 1px solid var(--black_50);
    border-radius: 4px;
    margin-bottom: 0;
    box-sizing: border-box;
}

div#eazydocs_share>.ezd-modal-dialog>.ezd-modal-content>.eazydocs-share-wrap>.copy-url-wrap>.share-this-doc {
    width: 20px;
    position: absolute;
    right: 11px;
    top: 0;
    font-size: 20px;
    bottom: 0;
    margin: auto;
    display: block;
    line-height: 0;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

div#eazydocs_share>.ezd-modal-dialog>.ezd-modal-content>.eazydocs-share-wrap>.copy-url-wrap>.share-this-doc>img {
    vertical-align: text-top;
    max-height: 23px;
    max-width: 25px;
    cursor: pointer;
}

.ezd-link-copied-wrap {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #4CAF50;
    color: #fff;
    padding: 10px 18px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

.ezd-link-copied-wrap.show {
    opacity: 1;
    visibility: visible;
}

.doc_rightsidebar .doc_menu .nav-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 0;
    color: #677681;
    position: relative;
    margin-bottom: 6px;
}

.doc_rightsidebar #font-switcher {
    margin-bottom: 30px;
}

.doc_rightsidebar .fontsize-controllers .btn-group {
    border: 1px solid #dfe2e4;
    background-color: rgb(255, 255, 255);
    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;
}

.doc_rightsidebar .fontsize-controllers .btn-group .btn {
    font-size: 16px;
    font-weight: 400;
    color: var(--black_800);
    line-height: 1.2;
    border: 0;
}

.doc_rightsidebar .fontsize-controllers .btn-group button {
    height: 36px;
    font-size: 16px;
    font-weight: 400;
    color: var(--black_700) !important;
    border: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 5px 12px;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0px;
    box-shadow: none;
}

.doc_rightsidebar .fontsize-controllers .btn-group button.rvfs-reset {
    border-left: 1px solid var(--black_50);
    border-right: 1px solid var(--black_50);
    padding: 5px 14px;
}

.doc_rightsidebar .fontsize-controllers .btn-group button:focus,
.doc_rightsidebar .fontsize-controllers .btn-group button:hover {
    outline: none;
    box-shadow: none;
    background: rgba(0, 0, 0, .2) !important;
}

.doc_rightsidebar .table-of-content {
    padding-top: 15px;
}

.doc_rightsidebar .toc-heading {
    font-size: 12px;
    font-weight: 600;
    color: #9daab6;
    margin-bottom: 11px;
}

.doc_rightsidebar .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.doc_rightsidebar .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.doc_rightsidebar .toc_right {
    overflow-y: auto;
}

.doc_rightsidebar .toc_right ul {
    padding: 0;
    margin: 0;
}

.doc_rightsidebar .toc_right ul li {
    margin: 0 0 10px;
    display: block;
    width: 100%;
}

.doc_rightsidebar .toc_right ul li:hover a {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: var(--brand_color);
}


.doc_rightsidebar .toc_right li.active>.nav-link {
    color: #f7931e;
}

.custom_container .open_icon {
    width: 25px;
    height: 35px;
    background: #e8eeff;
    font-size: 20px;
    text-align: center;
    position: absolute;
    left: -40px;
    color: var(--ezd_brand_color);
    display: none;
    top: 0;
    line-height: 35px;
}

.custom_container .open_icon i {
    display: inline-block;
}

.custom_container .open_icon i+i {
    display: none;
}

.custom_container .open_icon#mobile-right-toggle {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.custom_container .open_icon#mobile-left-toggle {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.custom_container .open_icon:hover {
    background: var(--brand_color);
    color: #fff;
}



/* middle content heading and all  */

.doc-middle-content .post_detail .shortcode_title {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.doc-middle-content .post_detail .shortcode_title .ezd-doc-badge {
    display: inline-table;
    padding: 5px 12px;
    text-decoration: none !important;
    background: rgba(8, 102, 255, .6);
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 10px;
    border-radius: 3px;
    color: #fff;
}

.doc-middle-content .post_detail .shortcode_title .ezd-doc-badge:hover {
    background: rgba(8, 102, 255, .7);
    color: #fff;
}

.doc-middle-content .post_detail .shortcode_title .document_title {
    margin-bottom: 10px;
    font-size: 2.6em;
    color: var(--black_900);
    line-height: 1.3;
}

.doc-middle-content .post_detail .shortcode_title .ezd-meta {
    color: var(--black_500);
    font-size: 15px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.doc-middle-content .post_detail .shortcode_title .dot-sep span.ezd-sep:first-child::before {
    display: none;
}

.doc-middle-content .post_detail .shortcode_title .dot-sep span.ezd-sep::before {
    content: "•";
    margin: 0 5px;
}

.doc-middle-content .post_detail .shortcode_title .dot-sep span.ezd-sep::before {
    content: "•";
    margin: 0 5px;
}

.doc-middle-content .post_detail .shortcode_title .dot-sep span:nth-child(2) {
    position: relative;
}


/* like disclike section  */

.doc-btm {
    clear: both;
}

.doc-btm .help_text {
    padding: 0 0 0;
}

.doc-btm .help_text .border_bottom {
    width: 100%;
    height: 1px;
    background: #e8f0f1;
}

.doc-btm .help_text .feedback_link {
    align-items: center;
    padding-top: 30px;
}

.doc-btm .help_text .feedback_link .col-lg-7.col-md-12 {
    display: flex;
    flex-direction: row;
    justify-content: right;
    padding-right: 12px;
}

.doc-btm .help_text .feedback_link p.left,
.doc-btm .help_text .feedback_link p.right {
    font-weight: 500;
    font-size: 14px !important;
    color: var(--p_color);
    margin-bottom: 0 !important;
}

.doc-btm .help_text .doc-middle-content p {
    margin-top: 0;
    line-height: 1.9;
}

.doc-btm .help_text .feedback_link p.left i,
.doc-btm .help_text .feedback_link p.right i {
    padding-right: 5px;
}

.doc-btm .help_text .feedback_link p.left a {
    color: #0866ff;
    text-decoration: none;
    font-weight: 600;
}

.doc-btm .help_text .feedback_link p.left a:hover {
    text-decoration: underline;
}

.doc-btm .help_text .feedback_link p.right {
    margin: 0;
    margin-bottom: 0px;
    text-align: right;
}

.doc-btm .help_text .feedback_link .vote-link-wrap {
    margin-left: 10px;
    display: flex;
}

.doc-btm .help_text .feedback_link .h_btn {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    padding: 6px 15px;
    background-color: #27ae60;
    transition: all 0.2s linear;
    margin-left: 5px;
    border-radius: 15px;
    text-decoration: none !important;
    line-height: 1;
    border: 0;
}

.doc-btm .help_text .feedback_link .h_btn span {
    height: 17px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    font-size: 10px;
    background: rgb(255 255 255 / .7);
    font-weight: 400;
    color: #101010;
    margin-left: 5px;
    padding: 0 5px;
}

.doc-btm .help_text .feedback_link .h_btn.red {
    background: #e74c3c;
}

.doc-btm .help_text .feedback_link .h_btn:hover,
.doc-btm .help_text .feedback_link .h_btn:focus {
    background: #1f9852 !important;
}

.doc-btm .help_text .feedback_link .h_btn.red:hover,
.doc-btm .help_text .feedback_link .h_btn.red:focus {
    background: #d84334 !important;
}

.doc-btm .help_text .feedback_link .h_btn:hover {
    color: #fff;
}


/* comments form  */

.eazydocs-comments-wrap .blog_comment_box {
    padding-top: 80px;
    background: var(--bs-white);
    padding: 40px 40px 45px;
    border-radius: 5px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 8%);
    margin-bottom: 50px;
    padding: 40px 40px 45px;
    padding-top: 40px;
    position: relative;
    width: 100%;
    transition: all 0.5s ease-in-out;
    border: 1px solid var(--border_on_white);
}

.eazydocs-comments-wrap .blog_comment_box {
    clear: both;
    margin-top: 100px;
}

.eazydocs-comments-wrap .blog_comment_box.no_comments {
    padding-top: 20px;
}

.eazydocs-comments-wrap .c_head {
    color: var(--black_900);
    font-size: 20px !important;
    font-weight: 700;
    line-height: 26px !important;
}

.eazydocs-comments-wrap .blog_comment_box .get_quote_form {
    --bs-gutter-x: 1.5rem !important;
    --bs-gutter-y: 1.5rem !important;
}

.eazydocs-comments-wrap .blog_comment_box .get_quote_form .form-group .form-control::placeholder {
    color: #6b707f;
    opacity: 1;
}

.eazydocs-comments-wrap input {
    display: inline;
    height: auto;
    padding: .625em 1.25em;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 2px;
}

.eazydocs-comments-wrap .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.eazydocs-comments-wrap .blog_comment_box .get_quote_form .form-group .form-control {
    height: 46px;
    border-radius: 4px;
    border: 1px solid #e1e8ea;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 30px;
}

.eazydocs-comments-wrap textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px);
}

.eazydocs-comments-wrap .blog_comment_box .get_quote_form .form-group .form-control {
    height: 46px;
    border-radius: 4px;
    border: 1px solid #e1e8ea;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 30px;
}

.eazydocs-comments-wrap .blog_comment_box .get_quote_form .form-group .form-control.message {
    height: 160px;
    padding-top: 22px;
}

.eazydocs-comments-wrap .blog_comment_box .get_quote_form .form-group .form-control:focus {
    box-shadow: 0 20px 30px 0 rgb(4 73 89 / .1);
    border-color: var(--brand_color);
}

.eazydocs-comments-wrap .comment-submit {
    padding: 12px 35px;
    box-shadow: none;
    height: auto;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
    background: #078669;
    display: inline-block;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.18s ease-in-out;
    text-decoration: none !important;
    border: 0;
}

.eazydocs-comments-wrap .comment-submit:hover {
    box-shadow: 0 20px 30px 0 rgb(16 179 214 / .24) !important;
}

.doc-middle-content .left-sidebar-toggle {
    position: absolute;
    top: 80px;
    color: #656565;
    line-height: 22px;
    cursor: pointer;
    height: 24px;
    text-align: left;
    z-index: 1;
    font-size: .95rem;
    margin-left: -75px;
}

.body_fixed .doc-middle-content .left-sidebar-toggle {
    position: fixed;
}

body:has(.doc_left_sidebarlist.navbar-visible) .doc-middle-content .left-sidebar-toggle {
    top: 134px;
}

.doc-middle-content .left-sidebar-toggle .left-arrow:hover {
    color: #fff;
    background: var(--brand_color);
    border-color: var(--brand_color);
    padding: 3px 16px 0 3.5px;
}

.doc-middle-content .left-sidebar-toggle .left-arrow {
    display: block;
    border: var(--black_50) solid 1px;
    border-radius: 20px;
    background: var(--black_25);
    padding: 3px 8px 0 3.5px;
    height: 24px;
    transition: padding 0.2s;
    font-size: 16px;
}

.doc-middle-content .left-sidebar-toggle .right-arrow:hover {
    color: #fff;
    background: var(--brand_color);
    border-color: var(--brand_color);
    padding: 3px 8px 3px 16px;
}

.doc-middle-content .left-sidebar-toggle .right-arrow {
    display: none;
    border: var(--black_50) solid 1px;
    border-radius: 20px;
    background: var(--black_25);
    padding: 3px 7.5px 3px 9px;
    height: 24px;
    transition: padding 0.2s;
    font-size: 16px;
}

/* show comments  */
.all-answers {
    margin-top: 60px;
}

.all-answers .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.all-answers .forum-comment {
    margin-top: 30px;
}

.all-answers .forum-post-top .forum-post-author .author-name {
    font-size: 16px;
    font-weight: 500;
    color: var(--black_700);
}

.all-answers .forum-post-top .forum-post-author .author-email {
    margin-right: 20px;
}

.all-answers .forum-post-top .forum-post-author .author-email:hover {
    color: var(--brand_color);
}

.all-answers .forum-post-top .forum-post-author .forum-author-meta {
    display: flex;
    flex-wrap: wrap;
}

.all-answers .forum-post-top .forum-post-author .forum-author-meta .author-badge i {
    margin-right: 5px;
    color: #838793;
}

.all-answers .forum-post-top .forum-post-author .forum-author-meta a:hover {
    color: var(--brand_color);
}

.all-answers .forum-post-top .forum-post-author .forum-author-meta a {
    color: var(--black_400);
    font-size: 14px;
}

.all-answers .forum-comment .comment-content {
    margin-top: 10px;
    border-bottom: 1px solid var(--black_50);
    padding-bottom: 28px;
}

.all-answers .forum-comment .comment-content p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--p_color);
}

.all-answers .pagination-wrapper {
    background: #fff;
    padding: 23px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
    background: transparent;
    box-shadow: none;
    margin-top: 15px;
}

.all-answers .pagination-wrapper p {
    margin: 0;
}

.all-answers .pagination-wrapper .post-pagination {
    margin: 0;
    padding: 0;
    list-style: none;
}

.all-answers .pagination-wrapper .post-pagination li:not(:last-child) {
    margin-right: 3px;
}

.all-answers .pagination-wrapper .post-pagination li {
    display: inline-block;
}

.all-answers .pagination-wrapper .post-pagination li a:hover,
.all-answers .pagination-wrapper .post-pagination li a.active {
    background: var(--brand_color);
    color: #fff;
}

.all-answers .pagination-wrapper .post-pagination li a {
    display: block;
    color: var(--p_color);
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    background: var(--black_25);
    border-radius: 3px;
}

.all-answers .pagination-wrapper .post-pagination li.pegi-disable {
    display: none;
}

/* extra in main content  */

.post_detail .relatedpost-teaser {
    font-size: 13px !important;
    margin-top: -7px;
    color: black !important;
    opacity: 0.8;
}

.recommended_item .relatedfile_image {
    margin-bottom: 0 !important;
    width: 128px !important;
    height: 128px !important;
    max-width: 128px !important;
}

.doc-btm .card_tagged {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding-bottom: 25px;
}

.doc-btm .card_tagged li {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    margin-right: 9.32px;
}

.doc-btm .card_tagged li span {
    background: #edf0f5;
    color: #616366;
    line-height: 25px;
    padding: 0 14px;
    display: inline-block;
    border-radius: 12.5px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
}

.doc-btm .card_tagged li span:hover {
    color: var(--brand_color);
    background: #f7931e2b;
}

/*---------------------------------------------------- */

/*# sourceMappingURL=style-main.css.map */