@charset "UTF-8";
/*font Variables*/
/**=== Functions ===**/
.col-md-offset-right-1,
.col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

html {
  height: 100%;
}

body {
  color: var(--p_color);
  line-height: 1.8;
  font-size: 16px;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.15px;
}
body.topic .body_wrapper, body.search .body_wrapper, body.single-post .body_wrapper, body.archive .body_wrapper, body.bbpress .body_wrapper, body.blog .body_wrapper, body.woocommerce-checkout .body_wrapper {
  background: linear-gradient(45deg, var(--gradient_bg_color1), var(--gradient_bg_color2));
}
body .bg_color_gradient {
  background: linear-gradient(45deg, var(--gradient_bg_color1), var(--gradient_bg_color2));
}
body .body_wrapper {
  position: relative;
  background: var(--body_bg);
  z-index: 30;
  overflow: hidden;
  min-height: 100vh;
}

.no-overflow {
  overflow: visible !important;
}

/** === HTML Tags === **/
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: var(--brand_color);
}

:focus {
  outline: none;
}

.h1, h1 {
  font-size: calc(1.7rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 3.3rem;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--black_900);
  line-height: 1.3;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: var(--black_900);
}

a {
  color: var(--brand_color);
  transition: all 0.3s;
}
a:not(.elementor-button-link):hover {
  text-decoration-color: var(--brand_color);
  text-decoration: underline;
  text-underline-offset: 4px;
}

p {
  margin-bottom: 1.3rem;
}
p:empty {
  display: none;
}

figure {
  padding-top: 5px;
  padding-bottom: 5px;
  clear: both;
  border: none;
}

figure figcaption {
  color: var(--black_400);
  line-height: 20px;
  font-size: 14px;
}

.wp-block-image figcaption {
  margin-top: 10px;
  margin-bottom: 10px;
}

video {
  max-width: 100%;
}

/** === Table Styles === **/
table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  font-weight: 500;
  text-align: left;
  padding-right: 10px !important;
}
table td, table th {
  border-top: 1px solid var(--black_75);
  padding: 10px;
}
table tr td p:last-child {
  margin-bottom: 0;
}
table.is-style-stripes tbody > tr:nth-child(2n) td {
  background: #f2f2f2;
  color: #6d7882;
}

table thead,
.table_shortcode thead {
  background: var(--brand_color);
}
table thead th,
.table_shortcode thead th {
  padding: 20px 25px;
  border: 0;
}
table thead tr th, table thead tr .th,
.table_shortcode thead tr th,
.table_shortcode thead tr .th {
  background: var(--brand_color);
}
table th, table td,
.table_shortcode th,
.table_shortcode td {
  border: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  vertical-align: middle;
}
table th,
.table_shortcode th {
  font-weight: 500;
}
table tbody tr,
.table_shortcode tbody tr {
  background: var(--black_50);
  border: none;
}
table tbody tr th,
.table_shortcode tbody tr th {
  background: var(--black_90);
  color: #fff;
}
table tbody tr th a,
.table_shortcode tbody tr th a {
  color: #fff;
}
table tbody tr td,
table tbody tr th,
.table_shortcode tbody tr td,
.table_shortcode tbody tr th {
  padding: 12px 25px;
}
table tbody tr td,
.table_shortcode tbody tr td {
  color: var(--black_700);
}
table tbody tr:nth-child(odd),
.table_shortcode tbody tr:nth-child(odd) {
  background: rgba(249, 249, 249, 0.4);
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: rgba(249, 249, 249, 0.4) !important;
}

/** === 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;
}

.docy-source-code {
  position: relative;
}

button:focus {
  outline: none;
}

.bg-white {
  background-color: var(--bs-white) !important;
}

/** === Container === **/
.bbp-shortcode fieldset.bbp-form, .blog_info .blog_body,
.main-post, .all-answers, .forum-single-content .bbp-reply-form, .search-main, .comment_inner#comments, .blog_comment_box {
  background: var(--bs-white) !important;
  border-radius: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  padding: 40px 40px 45px;
  position: relative;
  transition: all 0.5s ease-in-out;
  border: 1px solid var(--border_on_white);
}
@media (max-width: 576px) {
  .bbp-shortcode fieldset.bbp-form, .blog_info .blog_body,
  .main-post, .all-answers, .forum-single-content .bbp-reply-form, .search-main, .comment_inner#comments, .blog_comment_box {
    padding: 35px 20px !important;
  }
}

.bbp-shortcode fieldset.bbp-form .bbp-email {
  margin: 10px 0;
}

@media (min-width: 1200px) {
  .wide-container .page_breadcrumb .container,
  .wide-container .navbar .container {
    max-width: 1200px;
  }
}
@media (min-width: 1300px) {
  .wide-container .page_breadcrumb .container,
  .wide-container .navbar .container {
    max-width: 1240px;
  }
}
@media (min-width: 1500px) {
  .wide-container .page_breadcrumb .container,
  .wide-container .navbar .container {
    max-width: 1470px;
  }
}

@media (min-width: 1200px) {
  .doc_community_area .container {
    max-width: 960px;
  }
}

@media (min-width: 991px) {
  .forum_container {
    max-width: 1830px;
  }
}

.sec_pad {
  padding: 120px 0;
}

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

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

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

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

.pt_100 {
  padding-top: 100px;
}

.pb_100 {
  padding-bottom: 100px;
}

.pr-60 {
  padding-right: 60px;
}

.p_125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.pt_125 {
  padding-top: 125px;
}

.pb_125 {
  padding-bottom: 125px;
}

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

/** === List style === **/
ul.list-style {
  margin-bottom: 2rem;
}

ul.list-style li {
  margin-bottom: 0.5rem;
  list-style-type: circle;
}

ul.list-style li:last-child {
  margin-bottom: 0;
}

/** === Key === **/
.key, kbd {
  line-height: 0.95rem;
  border: 1px solid #ddd;
  color: #6b707f;
}

.key, kbd, p .key, p kbd {
  display: inline-block;
  min-width: 1em;
  padding: 0.5em 0.6em 0.4em;
  margin: 2px;
  font-weight: 400;
  font-size: 0.85rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 0.6rem;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: var(--bs-white);
  border: 1px solid var(--black_75);
}

.btn-check:focus + .btn, .btn:focus {
  box-shadow: none;
}

/** ===== 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;
}
.section_title.title-img {
  margin-bottom: 76px;
}
.section_title.title-img .title-lg {
  font-size: 44px;
  line-height: 1.1;
  color: var(--secondary_color);
  margin-bottom: 30px;
  font-weight: 400;
}
.section_title.title-img .action_btn {
  padding: 9px 34px;
  box-shadow: none;
  border: 2px solid var(--brand_color);
  font-weight: 500;
}
.section_title.title-img .action_btn:hover {
  background: transparent;
  color: var(--brand_color);
}

.h_title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
  font-weight: 700;
  position: relative;
}
@media (max-width: 440px) {
  .h_title br {
    display: none;
  }
}

.c_head {
  font-size: 24px;
  line-height: 26px;
}

/*===== section title scss ======*/
.bg_color {
  background: #fafcfd;
}

.f_bg_color {
  background: #f6fbfc;
}

.local-video-container {
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: content-box;
}

/** === Back to Top Button === **/
#back-to-top {
  display: inline-block;
  background-color: rgba(220, 220, 220, 0.8);
  width: 50px;
  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;
  text-decoration: none;
}
#back-to-top.left {
  left: 50px;
  right: auto;
}
@media (max-width: 767px) {
  #back-to-top.left {
    left: 20px;
  }
}

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

/*================ 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 .text img {
  max-width: 110px;
  margin-bottom: 10px;
  width: auto;
  height: auto;
}
#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 .round_spinner h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--secondary_color);
}
#preloader .round_spinner h4 span {
  font-weight: 700;
}

#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 2% 0;
  padding: 0;
}

#preloader p {
  color: #425466;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
.search-focused .click_capture {
  opacity: 1;
  visibility: visible;
}
.search-focused .banner_search_form {
  position: relative;
  z-index: 999 !important;
}

@media (min-width: 1500px) {
  .custom_container2 {
    max-width: 1470px;
  }
}
.box_pad {
  max-width: 100%;
  padding: 0 60px;
}

.visible {
  opacity: 1 !important;
}

.badge {
  font-size: 11px;
  background: rgba(175, 184, 193, 0.2);
  color: var(--black_800);
  padding: 3px 8px;
  border-radius: 3px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-decoration: none !important;
  box-sizing: content-box;
  line-height: unset;
}
.badge.badge-14 {
  font-size: 14px;
  padding: 5px 15px;
}

.meta {
  color: var(--black_400);
  font-size: 14px;
  font-weight: 400;
  margin-top: 3px;
  align-items: center;
}
.meta a {
  color: var(--black_400);
}
.meta a:hover {
  color: var(--brand_color);
  text-decoration: none;
}
.meta a + a {
  padding-right: 2px;
}

.aesthetic .right-nav .nav_btn {
  color: #fff;
}

/* Title Area css
============================================================================================ */
.main_title {
  margin-bottom: 60px;
}
.main_title h2 {
  font-size: 30px;
  color: var(--secondary_color);
  margin-bottom: 0;
}
.main_title p {
  margin-bottom: 0;
  margin-top: 12px;
}

/** === Dot Separator === **/
.dot-sep .sep {
  position: relative;
}
.dot-sep .sep::before {
  content: "•";
  margin: 0 4px;
}

.dot {
  width: 3px;
  height: 3px;
  background-color: var(--black_400);
  border-radius: 50%;
  margin: 0 6px;
}

/** === Nice select === **/
.nice-select.custom-select {
  font-size: 14px;
  box-shadow: none;
  padding: 0 80px 0 20px;
  height: 100%;
  background-color: var(--bs-white);
  border-radius: 5px;
  border: solid 1px var(--black_50);
  color: var(--black_600);
}
.nice-select.custom-select:after {
  border-bottom: 2px solid #6b707f;
  border-right: 2px solid #6b707f;
  height: 8px;
  width: 8px;
  right: 28px;
  margin-top: -6px;
}
.nice-select.custom-select ul {
  width: 100%;
  padding: 10px 0;
  border-radius: 4px;
  z-index: 111;
}
.nice-select.custom-select ul li {
  font-size: 14px;
  color: var(--black_600);
  position: relative;
  min-height: 36px;
  line-height: 36px;
}
.nice-select.custom-select ul li:before {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  left: 0;
  background: var(--brand_color);
  transition: all 0.2s linear;
}
.nice-select.custom-select ul li:hover {
  color: var(--brand_color);
}
.nice-select.custom-select ul li.selected:not(.disabled) {
  background: #f4f9fa;
  color: var(--brand_color);
  font-weight: 500;
}
.nice-select.custom-select ul li.selected:not(.disabled):before {
  height: 100%;
}

/** === Litespeed Lazy-load Images === **/
/* PART 1 - Before Lazy Load */
img[data-lazyloaded] {
  opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

b, strong {
  font-weight: bold;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
}

code {
  padding: 5px;
  background: var(--black_25);
  border-radius: 5px;
  margin: 0 5px;
}

pre.wp-block-code {
  background: var(--black_50);
}

label {
  font-weight: 500;
}

.editor-content .h6, .editor-content h1, .editor-content h2, .editor-content h3, .editor-content h4, .editor-content h5, .editor-content h6 {
  padding-top: 15px;
}
.editor-content a {
  color: var(--p_color);
  text-decoration: underline;
  text-decoration-color: rgba(76, 76, 241, 0.4);
  text-underline-offset: 4px;
  transition: all 0.3s;
  text-decoration-thickness: 2px;
}
.editor-content a:hover {
  text-decoration-color: var(--brand_color);
  text-decoration-thickness: 3px;
}

.single-post .editor-content img.featured-image {
  border-radius: 5px;
}
.single-post .editor-content p {
  line-height: 1.9;
  word-wrap: break-word;
}

nav.navigation.pagination {
  padding: 20px 0;
}

.blog_single_item img,
img.aligncenter {
  max-width: 100%;
  height: auto;
}

img.attachment-full.size-full {
  height: auto;
}

.byline {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

embed, iframe, object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  margin: 0.5em 0;
  font-size: 14px;
}

.wp-caption-text {
  text-align: center;
}

/** === Blockquote styling === **/
blockquote {
  background: var(--black_25);
  border-left: 4px solid var(--brand_color);
  font-size: 20px;
  padding: 50px 40px;
  position: relative;
  z-index: 0;
  margin: 40px 0 !important;
  border-radius: 10px;
  box-shadow: var(--bs_sm);
}
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;
  left: 10px;
}
blockquote:after {
  background: url("../img/blog-classic/quote_bottom.png") no-repeat scroll left bottom;
  width: 77px;
  height: 75px;
  right: 30px;
  bottom: 30px;
}
blockquote .c_head {
  color: var(--p_color);
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 45px;
}
blockquote .author {
  font-weight: 500;
  font-size: 16px;
}
blockquote p:last-child {
  margin-bottom: 0;
}

.blog_single_item blockquote p,
blockquote p {
  font-weight: 400;
  font-size: 20px;
}

.blog_single_item blockquote cite,
blockquote cite {
  font-weight: 500;
  font-size: 16px;
  color: var(--black_800);
  font-style: normal;
}

/** === Gallery styling === **/
.gallery {
  margin-bottom: 1.5em;
  width: 100%;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  padding: 0.5em 0;
}

figure.gallery-item {
  margin-bottom: 10px;
  display: inline-block;
}

figcaption.blocks-gallery-caption {
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 1.4;
  font-weight: 400;
}

.blocks-gallery-grid {
  border: none !important;
  padding: 0 !important;
  margin: 0 0 0 -20px !important;
  border-radius: unset !important;
  box-shadow: none !important;
}

.blocks-gallery-grid ul li::before, .wp-block-gallery ul li::before {
  display: none;
}

/** === Screen text === **/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 10px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-right: 1em;
  margin-bottom: 10px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.clear:before,
.clear:after,
.guten_elements:before,
.guten_elements:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.guten_elements:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

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

.media-left img {
  max-width: none;
}

pre {
  clear: both;
  border-style: solid;
  border-width: 1px;
  overflow: auto;
  line-height: 2em;
  font-size: 12px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);
  background-image: linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);
  background-size: 100% 3rem;
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  margin-bottom: 20px;
  position: relative;
  left: 0;
  text-transform: none;
  width: 100%;
  padding: 0 15px;
  border: 1px solid var(--black_75);
}

input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range], input[type=file]), textarea {
  padding: 2px 18px;
  height: 44px;
  font-size: 14px;
  background-color: var(--bs-white);
  background-image: none;
  border: 1px solid var(--black_75);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 5px;
}
input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range], input[type=file])[type=text], input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range], input[type=file])[type=email], input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range], input[type=file])[type=tel], input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range], input[type=file])[type=password], input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range], input[type=file]) textarea, textarea[type=text], textarea[type=email], textarea[type=tel], textarea[type=password], textarea textarea {
  box-shadow: none;
  font-weight: 400;
  transition: all 0.2s linear;
  color: var(--black_800);
  width: 100%;
}
input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range], input[type=file])[type=password]:focus, input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range], input[type=file])[type=text]:focus, input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range], input[type=file])[type=email]:focus, input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range], input[type=file])[type=tel]:focus, input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range], input[type=file]) textarea:focus, textarea[type=password]:focus, textarea[type=text]:focus, textarea[type=email]:focus, textarea[type=tel]:focus, textarea textarea:focus {
  border: 1px solid var(--brand_color);
  box-shadow: none !important;
}
input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range], input[type=file])[type=submit]:not([class]), input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range], input[type=file]).mp-submit, textarea[type=submit]:not([class]), textarea.mp-submit {
  padding: 6px 15px;
  border-radius: 4px;
  background: rgba(8, 102, 255, 0.08);
  border-color: rgba(8, 102, 255, 0.2);
  color: var(--brand_color);
  margin-left: 2px;
  width: auto;
  transition: all 0.3s ease;
  margin-bottom: 5px;
}
input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range], input[type=file])[type=submit]:not([class]):hover, input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range], input[type=file]).mp-submit:hover, textarea[type=submit]:not([class]):hover, textarea.mp-submit:hover {
  background: var(--brand_color);
  border-color: var(--brand_color);
  color: #fff;
}

input[type=file] {
  line-height: unset !important;
}

textarea {
  height: 160px;
}

/** === Forum Topic Form Styling === **/
.bbp-topic-form {
  margin-top: 80px;
}

.bbp-shortcode.page form#new-post {
  margin: 0 50px 50px;
}
@media (max-width: 768px) {
  .bbp-shortcode.page form#new-post {
    margin: 0 20px 20px;
  }
}
.bbp-shortcode.page form#new-post .bbp-the-content-wrapper textarea {
  height: 300px;
  border: none;
  line-height: 1.5;
  padding: 20px;
}
.bbp-shortcode.page .bbp-no-topic {
  margin: 0 50px 50px;
}
@media (max-width: 768px) {
  .bbp-shortcode.page .bbp-no-topic {
    margin: 0 20px 40px;
  }
}

.bbp-no-topic,
.bbp-reply-form {
  margin-top: 60px;
}

.bbp-login-form legend,
#new-post legend {
  font-family: "Roboto", sans-serif;
  color: var(--secondary_color);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

#bbpress-forums fieldset.bbp-form input[type=text],
.bbp-login-form input[type=text],
.bbp-login-form input[type=password],
#bbpress-forums fieldset.bbp-form input[type=password], #bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form select,
#new-post .bbp-the-content-wrapper textarea,
#new-post input[type=text] {
  height: 50px;
  line-height: 50px;
  background: #fff;
  box-shadow: none;
  border: 1px solid var(--black_75);
  padding-left: 25px;
  font-weight: 400;
  transition: all 0.2s linear;
  border-radius: 5px;
  color: var(--black_600);
  width: 100%;
}

.bbp-form .wp-editor-container .mce-container-body {
  border-radius: 10px;
}
.bbp-form .wp-editor-container .mce-panel {
  border: none;
}
.bbp-form .wp-editor-container .mce-panel:hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 2px 6px 2px rgba(60, 64, 67, 0.149);
}
.bbp-form .wp-editor-container .mce-panel .mce-edit-area {
  padding-left: 15px;
}

#bbpress-forums fieldset.bbp-form input[type=text]:focus,
.bbp-login-form input[type=text]:focus,
.bbp-login-form input[type=password]:focus,
#new-post .bbp-the-content-wrapper textarea:focus,
#new-post input[type=text]:focus {
  border-color: var(--brand_color);
}

.bbp-login-form label,
#new-post label {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: var(--secondary_color);
  font-size: 14px;
  margin-bottom: 2px;
}

.bbp-submit-wrapper {
  margin-bottom: 0;
}

.bbp-remember-me label,
#new-post #bbp_topic_subscription + label {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px;
}

.article-content ol li {
  list-style-type: decimal;
  margin-left: 2em;
  padding: 5px;
}

/** === Search Results Page === **/
.search.no-results .page-content input.form-control {
  width: 100%;
  background: #f1f1f1;
}
.search.no-results .page-content input.form-control[type=search i]::-webkit-search-cancel-button {
  padding-right: 25px;
}
.search .search-main .searchbar-tabs {
  border-bottom: 1px solid var(--black_75);
  padding-bottom: 6px;
}
.search .search-main .searchbar-tabs .tab-item.active {
  padding-bottom: 10px;
  margin-top: -1px;
}
.search .search-post-item {
  margin-bottom: 35px;
  border-bottom: 1px solid var(--black_75);
}
.search .search-post-item .bbp-breadcrumb {
  width: 100%;
}
.search .search-post-item .breadcrumb {
  margin-bottom: 10px;
}
.search .search-post-item .breadcrumb .breadcrumb-item {
  font-size: 14px;
}
.search .search-post-item .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.search .search-post-item .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "5";
  font-family: eleganticons;
  padding-right: 4px;
  padding-left: 4px;
}
.search .search-post-item p {
  margin-bottom: 10px;
}

.search-no-results h1.page-title {
  padding-top: 10px;
  padding-left: 5px;
}

.no-results .page-content .search-form {
  margin-top: 35px;
}

.error-text h1 {
  color: #f60d2b;
  font-size: 42px;
  line-height: 1.7;
}

.error-text h4 {
  margin-top: 15px;
}

.error404 button.btn.btn-style {
  margin-top: 10px;
}

/** === Widget Styles === */
.widget + .widget {
  clear: both;
}
.widget img {
  max-width: 100%;
  height: auto;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: -10px 0 0;
}
.widget ul ul {
  margin-top: 0;
}

.wp-block-archives select, .wp-block-categories select,
.widget select, #new-post select {
  width: 100% !important;
  height: 50px;
  display: table;
  border-color: var(--black_50);
  font-size: 14px;
  font-weight: 400;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background: #fff url("data:image/svg+xml;utf8,<svg fill='DARKGRAY' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat;
  background-position-x: 98%;
  background-position-y: 10px;
  margin: 0 2rem 10px auto;
  padding: 0 2rem 0 20px;
  border-radius: 4px;
}

.widget_rss cite,
.widget_rss .rssSummary {
  font-weight: 400;
}

.widget_rss cite {
  color: #999;
  font-weight: 500;
  margin-bottom: 20px;
}

.textwidget p {
  font-weight: 400;
  line-height: 1.9em;
}

/** === List style widgets === **/
.blog_sidebar .widget.widget_nav_menu ul li a,
.blog_sidebar .widget.widget_meta ul li a,
.blog_sidebar .widget.widget_pages ul li a,
.blog_sidebar .widget.widget_archive ul li a,
.blog_sidebar .widget.widget_categories ul li a,
.widget_product_categories ul li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--black_700);
  position: relative;
  padding-left: 20px;
  line-height: 2;
}
.blog_sidebar .widget.widget_nav_menu ul li a:hover,
.blog_sidebar .widget.widget_meta ul li a:hover,
.blog_sidebar .widget.widget_pages ul li a:hover,
.blog_sidebar .widget.widget_archive ul li a:hover,
.blog_sidebar .widget.widget_categories ul li a:hover,
.widget_product_categories ul li a:hover {
  color: var(--brand_color);
}

.blog_sidebar .widget_nav_menu ul li + li,
.blog_sidebar .widget_meta ul li + li,
.blog_sidebar .widget_pages ul li + li,
.blog_sidebar .widget_archive ul li + li,
.blog_sidebar .widget_categories ul li + li,
.widget_product_categories ul li + li {
  margin-top: 5px;
}

.blog_sidebar .widget.widget_nav_menu ul li a::before,
.blog_sidebar .widget.widget_meta ul li a::before,
.blog_sidebar .widget.widget_pages ul li a::before,
.blog_sidebar .widget.widget_archive ul li a::before,
.blog_sidebar .widget.widget_categories ul li a::before,
.widget_product_categories ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #aab0c0;
  position: absolute;
  left: 0;
  top: 6.5px;
  border-radius: 50%;
}

.footer_top .widget.widget_nav_menu ul li + li,
.footer_top .widget.widget_meta ul li + li,
.footer_top .widget.widget_pages ul li + li,
.footer_top .widget.widget_archive ul li + li,
.footer_top .widget.widget_categories ul li + li {
  margin-top: 15px;
}

.footer_top .widget.docs_widget ul li a,
.footer_top .widget.widget_nav_menu ul li a,
.footer_top .widget.widget_meta ul li a,
.footer_top .widget.widget_pages ul li a,
.footer_top .widget.widget_archive ul li a,
.footer_top .widget.widget_categories ul li a {
  color: #6b707f;
  font-size: 16px;
}

/** === Recent Posts === **/
.widget.widget_recent_entries li {
  padding: 10px 0 15px 0;
}
.widget.widget_recent_entries li:first-child {
  padding-top: 0;
}
.widget.widget_recent_entries li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  transition: color 0.2s linear;
  color: var(--black_800);
}
.widget.widget_recent_entries li a:hover {
  color: var(--brand_color);
}

.widget span.post-date {
  display: block;
  font-size: 14px;
  color: #6b707f;
}

ul li.recentcomments > a {
  padding-left: 0;
  line-height: normal;
}

.widget ul li:last-child {
  border-bottom: none;
}

/** === Calender Widget === **/
.calendar_wrap table {
  width: 100%;
  color: var(--black_500);
}

.wp-block-calendar table th {
  text-align: center;
}

#wp-calendar caption {
  caption-side: top;
  padding-top: 0;
  font-weight: 600;
  color: var(--black_800);
  background: var(--bs-white);
  text-align: center;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  border-radius: 5px;
}

.calendar_wrap thead tr th {
  color: var(--black_900);
  border-top: none;
  text-align: left;
}

.footer_widget .calendar_wrap tbody td {
  line-height: 20px;
}

.calendar_wrap td#today {
  background: var(--brand_color);
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.calendar_wrap tbody td#today a {
  color: #fff;
}
.calendar_wrap tfoot {
  background: #f5f5f5;
}
.calendar_wrap tfoot td {
  font-size: 15px;
  color: #888888;
  font-weight: 400;
  padding: 0 15px;
  height: 42px;
}
.calendar_wrap tfoot td a {
  color: #888888;
}
.calendar_wrap tfoot td a:hover {
  color: #3e454c;
}
.calendar_wrap tfoot td#prev {
  text-align: left;
}
.calendar_wrap tfoot td#next {
  text-align: right;
}

nav.wp-calendar-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background: var(--black_50);
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 3px;
}

nav.wp-calendar-nav span a {
  color: #9d9d9d;
}

nav.wp-calendar-nav span a:hover {
  color: var(--brand_color);
}

img.alignnone {
  height: auto;
  width: 100%;
}

.wp-block-calendar {
  margin-bottom: 30px;
}

/********************** Page Links ************************/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 1em;
}

.page-links > .page-links-title {
  border: 0;
  color: #4c5267;
  height: auto;
  margin: 0;
  padding-right: 0.5em;
  width: auto;
}

@media screen and (min-width: 77.5em) {
  .page-links a,
  .page-links > span {
    margin: 0 0.25em 0.25em 0;
  }
}
@media screen and (min-width: 77.5em) {
  .page-links a,
  .page-links > span {
    margin: 0 0.25em 0.25em 0;
  }
}
.page-links a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.blog_list_item .blog_content .page-links a:hover,
.page-links a:hover {
  color: #fff;
}

.page-links a:active {
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
}

.page-links a,
.page-links > span {
  border: 1px solid rgba(51, 51, 51, 0.1);
  display: inline-block;
  font-size: 14px;
  height: 1.7em;
  line-height: 1.5em;
  margin: 0 0.3333em 0.3333em 0;
  text-align: center;
  width: 1.7em;
}

input.search-field {
  width: 95%;
  height: 40px;
  background: #f7f7f7;
}

input.search-submit {
  width: 60px;
  height: 40px;
  background: transparent;
  padding: 5px;
  font-size: 14px !important;
  margin-left: -12px;
  margin-top: -1px;
}

.wp-block-tag-cloud a, .post_tag_info .post_tag a, .tagcloud a {
  font: 500 14px/30px;
  color: var(--black_700);
  border: 1px solid var(--black_75);
  padding: 0 20px;
  display: inline-block;
  margin: 0 5px 10px 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none !important;
}
.wp-block-tag-cloud a:hover, .post_tag_info .post_tag a:hover, .tagcloud a:hover {
  border: 1px solid var(--black_800);
}

.wp-block-tag-cloud a:hover, .sidebar-box .tagcloud a:hover {
  color: #ffffff !important;
  background: var(--brand_color);
}

.widgets ul {
  margin: 0;
  padding: 0;
}

.widget_rss ul li {
  margin-top: 25px;
  line-height: 1.8;
}

.widget_nav_menu ul.sub-menu li,
.widget_categories ul.children li {
  margin-left: 15px;
  border: none;
  padding-bottom: 0;
  font-weight: 300;
}

.widgets img {
  height: auto;
}

.widget_title_two a.rsswidget {
  font-size: 20px;
  font-weight: 600;
  color: #282835;
  margin-bottom: 30px;
}

.widget_rss ul li a.rsswidget {
  font-weight: 600;
  color: #666;
  line-height: 1.3em;
}

.widget_rss ul li a.rsswidget:hover {
  color: var(--brand_color);
}

.rsswidget img.rss-widget-icon {
  padding-bottom: 3px;
  margin-right: 5px;
}

.widget ul ul.children {
  margin-left: 20px;
}

.post_tag_info {
  clear: both;
}

.post .featured_post {
  padding: 5px 10px;
  background: gray;
  display: inline-block;
  color: #fff;
}

.blog-section .blog-items .blog-content h2 {
  margin: 0;
}

.widget_rss span.rss-date {
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
  color: #999;
}

.widget_nav_menu .menu li {
  margin-right: 0;
}

.logged-in .comment_text {
  padding-bottom: 0;
}

nav.navigation.comment-navigation a:hover {
  color: #5e2ced;
}

nav.navigation.comment-navigation a {
  font-weight: 500;
  color: #666;
}

nav.navigation.comment-navigation .nav-previous a:before {
  content: "<<";
  padding-right: 5px;
}

nav.navigation.comment-navigation .nav-next a:after {
  content: ">>";
  padding-left: 5px;
}

.textwidget strong {
  font-weight: bold;
}

.widget p:empty {
  display: none;
}

/** Elementor reset CSS **/
img.elementor-lightbox-image {
  box-shadow: none;
}

/** === Gutenberg Cover Block === **/
.blog_single_item .wp-block-cover-text a, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, .wp-block-cover {
  color: #fff;
}

/** === Gutenberg Button Block === **/
.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color,
.has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline {
  color: var(--brand_color);
}

.wp-block-file__button,
.wp-block-button__link {
  padding: 10px 25px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.3s linear;
}

.wp-block-file__button,
a.wp-block-button__link.has-background.wp-element-button {
  text-decoration: none !important;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background: var(--brand_color);
  color: #fff;
  border-color: var(--brand_color);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  color: #fff;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.wp-block-button.alignleft {
  margin-right: 15px;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--brand_color);
  border-color: var(--brand_color);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: var(--brand_color);
  color: #fff;
}

.wp-block-button {
  margin: 2rem 0;
}

.wp-block-group.has-background .wp-block-group__inner-container {
  padding: 15px;
}

p.comment-form-cookies-consent {
  position: absolute;
  top: 0;
  font-size: 14px;
  display: flex;
  align-items: baseline;
  margin-bottom: 50px;
  line-height: 1.5;
}
p.comment-form-cookies-consent label {
  padding-left: 10px;
}

.widget ul ul.sub-menu {
  padding-left: 5px;
}

/** === Post Password Form === **/
.post-password-form {
  background: var(--black_900);
  padding: 60px;
  max-width: 750px;
  margin: 0;
  border-radius: 10px;
}
.post-password-form p {
  color: var(--black_200);
}

.tooltipster-show {
  position: absolute;
}

.h_content_items a:hover {
  text-decoration: none;
}
.h_content_items a:hover .ct-heading-text {
  text-decoration: underline;
}

button.wp-block-search__button.wp-element-button {
  margin-left: 10px;
  padding: 10px 16px;
  line-height: 1.9;
  background: var(--brand_color);
  border-radius: 3px;
  border: none;
  color: #fff;
}

.search-main .searchbar-tabs {
  display: flex;
  justify-content: space-between;
}
.search-main .searchbar-tabs .search_result_dropdown {
  display: flex;
  align-items: center;
}
.search-main .searchbar-tabs .search_result_dropdown label {
  white-space: nowrap;
}
.search-main .searchbar-tabs .search_result_dropdown .dropdown_select {
  background: transparent;
  border-color: var(--black_75);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header .top_header {
  background-color: #282E4B;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .top_header .left_contents ul, .header .top_header .right_contents ul {
  display: flex;
  margin-bottom: 0;
}
.header .top_header .left_contents ul li, .header .top_header .right_contents ul li {
  position: relative;
}
.header .top_header .left_contents ul li.is-active, .header .top_header .right_contents ul li.is-active {
  background-color: var(--brand_color);
  height: 4px;
}
.header .top_header .left_contents ul li.is-active a, .header .top_header .right_contents ul li.is-active a {
  color: #ffffff;
}
.header .top_header .left_contents ul li::after, .header .top_header .right_contents ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background-color: var(--brand_color);
  transition: all 0.25s ease;
}
.header .top_header .left_contents ul li a, .header .top_header .right_contents ul li a {
  color: #f1f1f1;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  letter-spacing: 0.05rem;
  height: 46px;
}
.header .top_header .left_contents ul li a img, .header .top_header .right_contents ul li a img {
  max-width: 25px;
  height: auto;
  margin-right: 6px;
}
.header .top_header .left_contents ul li a:hover, .header .top_header .right_contents ul li a:hover {
  background-color: #0d1635;
}
.header .top_header .right_contents ul {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .header .top_header {
    padding: 0 10px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    position: relative;
  }
  .header .top_header::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
  }
  .header .top_header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: linear-gradient(to left, #282E4B 0%, rgba(40, 46, 75, 0) 100%);
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.3s ease;
  }
  .header .top_header.scrolled-to-end::after {
    opacity: 0;
  }
  .header .top_header .left_contents {
    display: block !important;
    flex-shrink: 0;
  }
  .header .top_header .left_contents ul {
    flex-wrap: nowrap;
    padding: 0;
  }
  .header .top_header .left_contents ul li {
    flex-shrink: 0;
    white-space: nowrap;
  }
  .header .top_header .left_contents ul li a {
    padding: 8px 12px;
    font-size: 13px;
    height: 46px;
  }
  .header .top_header .left_contents ul li a img {
    max-width: 20px;
    margin-right: 4px;
  }
  .header .top_header .right_contents {
    flex-shrink: 0;
  }
  .header .top_header .right_contents ul {
    flex-wrap: nowrap;
    padding: 0;
  }
  .header .top_header .right_contents ul li {
    flex-shrink: 0;
    white-space: nowrap;
  }
  .header .top_header .right_contents ul li a {
    padding: 8px 12px;
    font-size: 13px;
    height: 46px;
  }
  .header .top_header .right_contents ul li a img {
    max-width: 20px;
    margin-right: 4px;
  }
}
@media (max-width: 575px) {
  .header .top_header {
    padding: 0 8px;
  }
  .header .top_header .left_contents ul li a,
  .header .top_header .right_contents ul li a {
    padding: 8px 10px;
    font-size: 12px;
  }
}
.header + .navbar {
  position: relative;
}

.top_header + .navbar {
  position: relative;
}

body.docy_top_header .search-banner-light .container {
  padding-top: 50px;
}
body.docy_top_header .mobile_main_menu:not(.navbar_fixed) {
  top: 40px;
}

/*================= Top header area css ===============*/
.header_top {
  background: #192341;
  color: #8c93a8;
  height: 40px;
}
.header_top .menu {
  display: flex;
  align-items: center;
  height: 40px;
}
.header_top .menu li {
  margin-right: 50px;
}
.header_top .menu li:last-child {
  margin-right: 0;
}
.header_top .menu li a {
  color: #8c93a8;
  font-size: 14px;
}
.header_top .menu li a:hover {
  color: var(--brand_color);
}
.header_top .right-menu {
  justify-content: flex-end;
}
.header_top .right-menu li {
  position: relative;
  margin-right: 0;
  padding-right: 15px;
}
.header_top .right-menu li::after {
  position: absolute;
  content: "";
  background: #5a6279;
  height: 13px;
  width: 1px;
  margin: 0 15px;
  top: 5px;
}
.header_top .right-menu li:last-child {
  padding-right: 0;
  padding-left: 15px;
}
.header_top .right-menu li:last-child::after {
  display: none;
}

@media (min-width: 1200px) {
  .two-col .menu-depth-2nd {
    display: grid !important;
    grid-template-columns: auto auto;
  }
}
.single-docs .doc_sbnr_0 {
  position: static !important;
}

.header_area.m_menu_two .navbar .navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
}
.header_area.m_menu_two .navbar .navbar-nav > li > a:before {
  display: none;
}
.header_area.m_menu_two .navbar .navbar-nav > li.hover a, .header_area.m_menu_two .navbar .navbar-nav > li.active a {
  color: var(--brand_color);
}
.header_area.m_menu_two .navbar .navbar-nav > li .dropdown-menu li:hover a, .header_area.m_menu_two .navbar .navbar-nav > li .dropdown-menu li.active a {
  color: var(--brand_color);
}
.header_area.m_menu_two .navbar .navbar-nav > li .dropdown-menu li:hover a:before, .header_area.m_menu_two .navbar .navbar-nav > li .dropdown-menu li.active a:before {
  background: var(--brand_color);
}

.navbar-nav .nav-item.opened > .nav-link-wrap .arrow_carrot-down_alt2 {
  transform: rotate(180deg);
}

/*================= header area css ===============*/
.navbar {
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  position: absolute;
}
.navbar.position-static {
  background: var(--bs-white);
}
.navbar .search-input {
  position: absolute;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 80%;
  z-index: 1;
  right: 30px;
}
.navbar .search-input.toggle {
  display: none;
}
.navbar .search-input.show-by-default {
  width: 50%;
  left: 50px;
}
.navbar .search-input .search-icon {
  position: absolute;
  left: 18px;
  top: 13px;
  border: none;
  background: transparent;
  padding: 0;
}
.navbar .search-input .search-icon i {
  color: var(--black_500);
}
.navbar .search-input .search-input__clear {
  width: 18px;
  height: 18px;
  background-color: #f0f2f5;
  right: 12px;
  color: var(--black_800);
}
.navbar .search-input input {
  width: 100%;
  font-weight: 400;
  border: 0;
  outline: 0;
  border-radius: 6px;
  box-sizing: border-box;
  display: block;
  -webkit-appearance: none;
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
  padding: 12px 30px 12px 45px;
  background-color: var(--black_25);
  color: var(--black_600);
  height: 50px;
  text-indent: 0;
}
.navbar .search-input input::placeholder {
  color: var(--black_400);
}
.navbar .search-input input:focus::placeholder {
  color: var(--black_800);
}

.menu_one {
  background: transparent;
  transition: all 0.2s linear;
}

.navbar-brand {
  display: flex;
}

.header_logo img {
  max-height: 90px;
  padding: 10px 0;
  width: auto;
}

.dark_menu {
  box-shadow: none;
}
.dark_menu .white_logo {
  display: none;
}
.dark_menu .first_logo {
  display: block;
}
.dark_menu .menu.justify-content-center {
  width: 100%;
}
.dark_menu .menu > .nav-item .nav-link {
  color: var(--black_800);
  font-size: 14px;
  font-weight: 500;
  padding: 0;
}
.dark_menu .menu > .nav-item .nav-link:before {
  display: none;
}
.dark_menu .menu > .nav-item:hover > .nav-link, .dark_menu .menu > .nav-item.active > .nav-link {
  color: var(--brand_color);
}
.dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:before {
  background: var(--brand_color);
}
.dark_menu .right-nav .nav_btn {
  border-color: rgba(0, 0, 0, 0.1882352941);
  color: var(--brand_color) !important;
}
.dark_menu .right-nav .nav_btn:hover {
  color: #fff !important;
  background: var(--brand_color);
  border-color: var(--brand_color);
}

.menu .dropdown-menu .current-menu-item > a, .menu .dropdown-menu .current-menu-ancestor > a {
  color: var(--brand_color) !important;
}
.menu > .nav-item {
  padding-bottom: 37px;
  padding-top: 37px;
  transition: all 0.3s linear;
}
.menu > .nav-item > .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #ddd;
  padding: 0;
}
.menu > .nav-item > .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu {
  margin: 0;
  left: -20px;
  min-width: max-content;
  border: 1px solid var(--black_75);
  padding: 20px 10px;
  box-shadow: var(--bs_xl);
  background: var(--bs-white);
  border-radius: 12px;
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.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_75);
  border-top: 1px solid var(--black_75);
  z-index: 1;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.1s ease-in;
    opacity: 0;
    visibility: hidden;
  }
}
.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 50px 5px 20px;
  transition: all 0.3s linear;
  position: relative;
  border-radius: 5px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover {
  background: var(--black_50);
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > a {
  color: var(--brand_color);
}
.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;
  text-decoration: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}
.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::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: calc(100% + 10px);
    top: -25px;
    opacity: 0;
    display: flex;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item.has-menu-description {
  position: relative;
  padding: 12px 30px 7px 40px;
  box-sizing: border-box;
  overflow-x: auto;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item.has-menu-description::-webkit-scrollbar {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item.has-menu-description .nav-link {
  font-weight: 500;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item.has-menu-description .nav-link::before {
  content: "";
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item.has-menu-description .nav-link .menu-item-description {
  position: unset;
  display: block;
  margin: 13px 0 5px;
  font-weight: 400;
  color: var(--black_600);
  font-size: 13px;
}
@media (max-width: 991px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item.has-menu-description .nav-link .menu-item-description {
    width: 200px;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item.has-menu-description:hover {
  background: var(--black_50);
  border-radius: 5px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item.has-menu-description:hover > a {
  color: var(--brand_color);
}
.menu > .nav-item.submenu .dropdown-menu .nav-item.has-menu-description::after {
  content: "";
  width: 3px;
  height: 32px;
  background: var(--brand_color);
  position: absolute;
  left: 20px;
  top: 2px;
  bottom: 4px;
  margin: auto;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item.has-menu-image {
  padding-left: 20px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item.has-menu-image:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item.has-menu-image a {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item.has-menu-image a .menu-item-image {
  width: 28px;
  height: auto;
}
.menu > .nav-item.submenu .menu-depth-3rd {
  backdrop-filter: blur(50px);
}
.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: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;
}

.mobile_logo img {
  max-width: 150px;
}

.right-nav {
  margin-left: 80px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.right-nav .nav_btn {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 27px;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s linear;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2588235294);
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.right-nav .nav_btn.round-btn {
  border-radius: 50px;
  background-color: rgba(16, 179, 214, 0.031);
}
.right-nav .nav_btn:hover {
  background: var(--brand_color);
  border-color: var(--brand_color);
  color: #fff;
  text-decoration: none;
}

.darkmode-btn {
  display: flex;
  justify-content: space-between;
  position: relative;
  background: var(--secondary_color);
  color: gold;
  border-radius: 50px;
  height: 26px;
  width: 56px;
}
.darkmode-btn label {
  cursor: pointer;
  margin: 0;
}
.darkmode-btn label.tab-btn {
  margin-top: -2px;
}
.darkmode-btn .dm-sun-icon {
  position: absolute;
  right: 6px;
}
.darkmode-btn #ball {
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: #fafafa;
  border-radius: 50%;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  cursor: default;
  transition: all 0.3s linear !important;
}
.darkmode-btn i {
  color: gold;
  font-size: 14px;
}
.darkmode-btn input {
  display: none;
}

.body_dark .darkmode-btn #ball {
  left: 26px;
  transition: all 0.6s;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

/** === Header Search Form === **/
.right-nav .search-icon {
  margin-left: 10px;
  margin-top: 5px;
  cursor: pointer;
}
.right-nav .search-icon.show-close .search-outline, .right-nav .search-icon .close-outline {
  display: none;
}
.right-nav .search-icon.show-close .close-outline {
  display: block;
}
.right-nav .search-icon .search-outline {
  transform: rotate(-90deg);
  font-size: 16px;
}

.menu_purple .right-nav .search-icon {
  color: #fff;
}

/*================= header area css ===============*/
/*=========== dk_menu css ===========*/
.menu_two {
  box-shadow: 0 4px 10px 0 rgba(8, 102, 255, 0.06);
  z-index: 10;
  background: #fff;
}
.menu_two .nav_btn {
  border: 2px solid rgba(8, 102, 255, 0.3);
  color: var(--brand_color);
  background: rgba(8, 102, 255, 0.05);
}
.menu_two .nav_btn i {
  padding-right: 8px;
  font-size: 12px;
}
.menu_two .nav_btn:hover {
  background: var(--brand_color);
  color: #fff;
  border-color: var(--brand_color);
}
.menu_two .menu_toggle .hamburger span,
.menu_two .menu_toggle .hamburger-cross span {
  background: var(--secondary_color);
}
.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;
  }
}

.sticky-nav-doc .navbar-brand img + img {
  display: none;
}
.sticky-nav-doc .mobile_main_menu .menu_toggle .hamburger span {
  background: var(--secondary_color);
}

.mobile_main_menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 15px 5px;
}
@media (max-width: 375px) {
  .mobile_main_menu .mobile_menu_right .darkmode-btn {
    display: none;
  }
}
.mobile_main_menu.navbar_fixed {
  padding: 10px 5px;
}
.mobile_main_menu .mobile_menu_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.mobile_main_menu .navbar-brand {
  padding: 0;
}
@media (min-width: 992px) {
  .mobile_main_menu {
    display: none;
  }
}
.mobile_main_menu .logo img {
  max-width: 80%;
  margin-left: 5px;
}
.mobile_main_menu .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile_main_menu .menu_toggle .hamburger span {
  width: 100%;
}
.mobile_main_menu .mobile_menu_left {
  display: flex;
  flex-flow: row-reverse;
}
.mobile_main_menu .mobile_menu_left img {
  max-width: 120px;
  max-height: 60px;
}
.mobile_main_menu .nav_btn {
  margin: 0;
}
.mobile_main_menu.navbar_fixed {
  box-shadow: 0 4px 10px 0 rgba(8, 102, 255, 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: var(--brand_color);
  color: #fff;
}

/*============ Start menu_purple css ==============*/
/*============ menu_purple css ==============*/
.menu_purple .first_logo {
  display: none;
}
.menu_purple.white_logo {
  display: block;
}
.menu_purple .right-nav .nav_btn:hover {
  background: #fff;
  color: var(--brand_color);
  border-color: #fff;
}
.menu_purple .menu > .nav-item > .nav-link {
  position: relative;
  text-decoration: none;
}
.menu_purple .menu > .nav-item > .nav-link > span.menu-item-description {
  display: block;
}
.menu_purple .menu > .nav-item:hover > .nav-link {
  color: #fff;
}
.menu_purple .menu > .nav-item.current-menu-ancestor > .nav-link, .menu_purple .menu > .nav-item.active > .nav-link {
  color: #fff;
}
.menu_purple .menu > .nav-item.current-menu-ancestor > .nav-link::before, .menu_purple .menu > .nav-item.active > .nav-link::before {
  width: 100%;
}
.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 h5, .menu_purple .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link h5 {
  color: var(--brand_color);
}

/*============ End menu_purple css ==============*/
/*=========== menu_four css ===========*/
.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.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: var(--secondary_color);
  background: transparent;
  font-size: 14px;
  z-index: 3;
}

/*=========== menu_four css ===========*/
.nav_btn_two {
  border-color: rgba(8, 102, 255, 0.3);
  background: #f1f8fc;
}
.nav_btn_two:hover {
  border-color: var(--brand_color);
}

.navbar_fixed {
  position: fixed !important;
  z-index: 35;
}
.navbar_fixed.menu_one {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background: var(--bs-white);
  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.current-menu-ancestor > .nav-link {
  color: var(--brand_color);
}
.navbar_fixed.menu_one .menu > .nav-item > .nav-link {
  color: var(--black_800);
}
.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 .right-nav .search-icon {
  color: var(--secondary_color);
}
.navbar_fixed.menu_one .nav_btn {
  color: var(--brand_color);
  border-color: rgba(8, 102, 255, 0.3);
}
.navbar_fixed.menu_one .nav_btn:hover {
  background: var(--brand_color);
  color: #fff;
  border-color: var(--brand_color);
}
.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-color: var(--black_75);
}
.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(8, 102, 255, 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: var(--black_900);
}
.navbar_fixed.dark_menu .menu > .nav-item > .nav-link {
  color: var(--black_800);
}
.navbar_fixed.dark_menu .menu > .nav-item > .nav-link::before {
  display: none;
}
.navbar_fixed.dark_menu .menu > .nav-item:hover > .nav-link, .navbar_fixed.dark_menu .menu > .nav-item.active > .nav-link {
  color: var(--brand_color);
}
.navbar_fixed.dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:before {
  background: var(--brand_color);
}

@media (max-width: 991px) {
  .nav-link-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 991px) {
  .menu > .nav-item.current-menu-ancestor > .nav-link {
    padding: 5px 15px;
    border-radius: 5px;
    background: var(--white_op20);
    margin-top: -5px;
  }
}
.dark_menu .menu_toggle .hamburger span,
.dark_menu .menu_toggle .hamburger-cross span {
  background: var(--black_900);
}

.navbar-toggler {
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}

.hamburger {
  height: 100%;
  width: 100%;
  display: block;
}
.hamburger span {
  width: 0;
  height: 2px;
  position: relative;
  top: -2px;
  left: 0;
  margin: 5px 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: 23px;
  height: 23px;
  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;
}

/*=========== side_menu css ===========*/
.side_menu {
  width: 360px;
  height: 100vh;
  max-height: 100vh;
  top: 0;
  position: fixed;
  transform: translate3d(-360px, 0, 0);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1013;
  background: var(--bs-white);
  backdrop-filter: blur(50px);
  padding: 20px 0;
  overflow-x: hidden;
  left: 0;
}
@media (max-width: 375px) {
  .side_menu {
    width: 320px;
    transform: translate3d(-320px, 0, 0);
  }
}
.side_menu .darkmode-btn {
  display: none;
}
@media (max-width: 450px) {
  .side_menu .darkmode-btn {
    display: block;
  }
}
.side_menu .mobile_menu_header {
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: space-between;
}
.side_menu .mobile_menu_header .close_nav {
  font-size: 28px;
  color: var(--black_800);
}
.side_menu .doc_left_sidebarlist {
  border: 0;
  padding-top: 50px;
}
.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 - 100px);
  flex-shrink: 0;
  display: block;
  padding: 0 15px;
  width: 100%;
}
.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);
}

.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);
  }
}
.header_area .main_btn {
  margin-left: 80px;
}

.navbar:not(.navbar_fixed) .menu > .nav-item.submenu .dropdown-menu {
  margin-top: -15px;
}

/**
* Mega menu
*/
.menu .nav-item.has-docy-mega-menu {
  position: inherit;
}

.navbar_fixed .has-docy-mega-menu .thumb-mega-menu .elementor-widget-wrap {
  margin-top: 0 !important;
}

.has-docy-mega-menu .docy-mega-menu-content {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: calc(100% + 20px);
  z-index: 9999999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.03s;
}

.has-docy-mega-menu:hover > .docy-mega-menu-content {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

@media (max-width: 991px) {
  .menu .nav-item.has-docy-mega-menu {
    position: relative;
  }
  .has-docy-mega-menu:hover > .docy-mega-menu-content {
    position: relative;
    display: none;
  }
  .has-docy-mega-menu.megamenu-display .docy-mega-menu-content {
    display: block !important;
  }
  header .navbar-collapse {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .has-docy-mega-menu .docy-mega-menu-content {
    display: none;
  }
}
/*=============  doc_banner_area css  =============*/
.doc_banner_area {
  background: var(--brand_color);
  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;
}
.banner_creative1 .header_search_form {
  max-width: 720px;
  margin: 40px auto 0;
}
.banner_creative1 .input-wrapper i {
  position: absolute;
  left: 25px;
  font-size: 16px;
  color: #b6bac3;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}

.doc_banner_content {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
}
.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 .form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header_search_form .input-wrapper {
  position: relative;
  flex: 1;
}
.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;
  color: #242729;
}
.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 .input-wrapper input::-webkit-search-cancel-button {
  padding-right: 30px;
}
.header_search_form .custom-select {
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  color: var(--secondary_color);
  padding: 0 65px 0 25px;
  background: #e8e9ec;
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}
.header_search_form .custom-select:after {
  border-bottom: 1px solid var(--secondary_color);
  border-right: 1px solid var(--secondary_color);
  margin-right: 10px;
}
.header_search_form .custom-select li {
  font-size: 14px;
  color: var(--secondary_color);
  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 rgb(230, 238, 239);
  box-shadow: 0 3px 4px 0 rgba(4, 73, 89, 0.06);
  background-color: #fff;
  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: #fff;
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  left: 40px;
  border-left: 1px solid rgb(230, 238, 239);
  border-top: 1px solid rgb(230, 238, 239);
}
.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(--secondary_color);
}
.header_search_form_info .header_search_form_panel ul > li .search_item {
  border-top: 1px solid #e6eeef;
  padding: 10px 0 5px;
  margin-top: 8px;
}
.header_search_form_info .header_search_form_panel ul > li .search_item li {
  color: #898d99;
  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 #dee7e8;
  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: #6b707f;
  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: #f4f9fa;
}
.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:before {
  background: var(--brand_color);
}

.header_search_keyword {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  justify-content: center;
  margin-top: 10px;
}
.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: var(--brand_color);
  color: #fff;
  text-decoration: none !important;
}
.header_search_keyword ul li a.has-bg:hover {
  background: rgba(8, 102, 255, 0.8);
}

/*=============  doc_banner_area css  =============*/
/*============== doc_features_area css  ===========*/
.doc_features_area {
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
  background: #fbfbfc;
}
.doc_features_area .doc_features_shap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
}

.doc_features_inner {
  overflow: hidden;
  box-shadow: 0 30px 60px 0 rgba(2, 2, 48, 0.08);
  border-radius: 10px;
  background: #fff;
  top: -60px;
  position: relative;
}
.doc_features_inner .see_more_item {
  display: none;
  flex-wrap: wrap;
  width: 100%;
}

.see_btn {
  font-size: 14px;
  line-height: 20px;
  color: var(--brand_color);
  display: inline-block;
  margin: 16px 50px 12px;
  width: 100%;
}
.see_btn:hover i {
  background-color: var(--brand_color);
  color: #fff;
}
.see_btn i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid var(--brand_color);
  transition: background-color 0.3s;
}
.see_btn .less {
  display: none;
}
.see_btn.active .less {
  display: inline;
}
.see_btn.active .more {
  display: none;
}
.see_btn.active i {
  transform: rotate(180deg);
}

.doc_features_item {
  width: 33.3333333333%;
  float: left;
  padding: 35px 30px;
  border-bottom: 1px solid var(--border_on_highlight);
  border-left: 1px solid var(--border_on_highlight);
}
.doc_features_item img {
  margin-right: 15px;
}
.doc_features_item h4 {
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 2px;
}
.doc_features_item h4:hover {
  color: var(--brand_color);
}
.doc_features_item p {
  margin-bottom: 0;
  font-size: 14px;
}
.doc_features_item:nth-child(1), .doc_features_item:nth-child(4), .doc_features_item:nth-child(7), .doc_features_item:nth-child(10) {
  border-left: 0;
}

/*============== doc_features_area css  ===========*/
/*============== 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: #5e44ff;
  width: 100px;
  height: 100px;
  top: 160px;
  right: 70px;
}

.doc_shap_one {
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.doc_title {
  margin-bottom: 76px;
}
.doc_title h2 {
  font-size: 34px;
  margin-bottom: 15px;
}
.doc_title p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

/*============== recommended_topic_area css  ===========*/
/*============= doc_community_area css  ================*/
.doc_community_area {
  padding: 200px 0 75px;
  position: relative;
}
.doc_community_area .shap_one,
.doc_community_area .shap_two {
  position: absolute;
  z-index: -1;
}
.doc_community_area .shap_one {
  width: 1300px;
  right: 0;
  top: 100px;
}
.doc_community_area .shap_two {
  top: 0;
}
.doc_community_area .doc_title {
  margin-bottom: 64px;
}

.doc_community_info .question_text {
  color: #a7acb7;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 40px;
}
.doc_community_info .question_text:hover {
  color: var(--brand_color);
}

.doc_community_item {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 30px 0 rgba(2, 2, 48, 0.06);
  margin-bottom: 20px;
  padding: 38px 70px;
  transition: all 0.2s linear;
  cursor: pointer;
}
.doc_community_item .doc_community_icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
  background: rgba(76, 76, 241, 0.06);
  color: var(--brand_color);
  margin-right: 50px;
}
.doc_community_item h4 {
  font-size: 20px;
  margin-bottom: 5px;
  transition: color 0.2s linear;
}
.doc_community_item h4:hover {
  color: var(--brand_color);
}
.doc_community_item p {
  font-size: 14px;
  color: #6b707f;
}
.doc_community_item .doc_entry_info {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}
.doc_community_item .doc_entry_info .author_avatar {
  display: flex;
  margin-bottom: 0;
  margin-right: 15px;
}
.doc_community_item .doc_entry_info .author_avatar li {
  line-height: 34px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  color: var(--black_800);
  text-align: center;
  z-index: 2;
  position: relative;
  border: 2px solid var(--bs-white);
}
.doc_community_item .doc_entry_info .author_avatar li img {
  max-width: 30px;
  border-radius: 50%;
}
.doc_community_item .doc_entry_info .author_avatar li + li {
  margin-left: -10px;
}
.doc_community_item .doc_entry_info .author_avatar li.avatar_plus {
  border-color: #d7d8db;
  width: 32px;
  height: 32px;
  align-self: end;
  line-height: 28px;
  font-size: 12px;
  padding-left: 2px;
  z-index: 0;
  margin-left: -8px;
}
.doc_community_item .doc_entry_info .text {
  font-size: 14px;
  line-height: 1.3;
  color: #90939b;
}
.doc_community_item:hover {
  box-shadow: 0 10px 30px 0 rgba(2, 2, 48, 0.02);
}
.doc_community_item:nth-child(2) .doc_community_icon {
  background: #fef9ee;
  color: #f7b126;
}
.doc_community_item:nth-child(3) .doc_community_icon {
  background: #f1fbf8;
  color: #0fbc8b;
}

/*============= doc_community_area css  ================*/
/*============= doc_testimonial_area css  ================*/
.doc_testimonial_area {
  padding: 160px 0 135px;
}

.doc_testimonial_slider {
  padding-right: 100px;
}
.doc_testimonial_slider .item {
  padding-left: 15px;
  position: relative;
  padding-top: 10px;
}
.doc_testimonial_slider .item:before {
  content: "“";
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 150px;
  color: var(--brand_color);
  opacity: 0.1;
  position: absolute;
  left: -5px;
  width: 38px;
  height: 38px;
  line-height: 130px;
  top: 0;
  z-index: 1;
}
.doc_testimonial_slider .item h3 {
  font-size: 34px;
  line-height: 52px;
  font-weight: 400;
  margin-bottom: 20px;
}
.doc_testimonial_slider .item .name {
  font-size: 14px;
  font-weight: 700;
  color: var(--black_500);
  margin-bottom: 20px;
}
.doc_testimonial_slider .item .name h5 {
  margin-bottom: 10px;
}
.doc_testimonial_slider .item .name span {
  font-weight: 400;
}
.doc_testimonial_slider .item .sign {
  display: inline-block;
}
.doc_testimonial_slider .slick-dots {
  position: relative;
  bottom: 0;
  text-align: left;
  margin-top: 30px;
}
.doc_testimonial_slider .slick-dots li {
  width: auto;
  height: auto;
}
.doc_testimonial_slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dbdbfc;
  transition: all 0.2s;
}
.doc_testimonial_slider .slick-dots li button:before {
  display: none;
}
.doc_testimonial_slider .slick-dots li:nth-child(even) button {
  background: #a5a5f8;
}
.doc_testimonial_slider .slick-dots li.slick-active button {
  background: var(--brand_color);
}

.doc_img_slider .item {
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  z-index: 1;
}
.doc_img_slider .item img {
  display: inline-block;
  border-radius: 20px;
}
.doc_img_slider .item .dot {
  border-radius: 0;
  position: absolute;
  left: 60px;
  bottom: 0;
  z-index: -1;
}
.doc_img_slider .item .round {
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
.doc_img_slider .item .round.one {
  width: 150px;
  height: 150px;
  right: 60px;
  top: 60px;
  background-image: linear-gradient(50deg, rgb(87, 54, 254) 0%, rgb(253, 64, 110) 100%);
  opacity: 0.1;
}
.doc_img_slider .item .round.two {
  width: 280px;
  height: 280px;
  right: 0;
  top: 50%;
  margin-top: -140px;
  background-image: linear-gradient(50deg, rgb(87, 54, 254) 0%, rgb(253, 64, 110) 100%);
}
.doc_img_slider .item.slick-active .one {
  animation: zoomIn 0.8s linear both 0.4s;
}
.doc_img_slider .item.slick-active .two {
  animation: zoomIn 0.8s linear both 0.5s;
}

/*============= doc_testimonial_area css  ================*/
.doc_subs_full .doc_subscribe_inner {
  border-radius: 0;
  box-shadow: none;
}

.doc_subscribe_inner {
  border-radius: 20px;
  background-color: rgb(76, 76, 241);
  box-shadow: 0 50px 80px 0 rgba(3, 3, 125, 0.2);
  display: flex;
  flex-wrap: wrap;
  padding: 150px 70px;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.doc_subscribe_inner .one,
.doc_subscribe_inner .two {
  position: absolute;
  z-index: 0;
}
.doc_subscribe_inner .one.one,
.doc_subscribe_inner .two.one {
  top: 0;
  left: 0;
}
.doc_subscribe_inner .one.two,
.doc_subscribe_inner .two.two {
  right: 0;
  bottom: 0;
}
.doc_subscribe_inner .title {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 0;
}
.doc_subscribe_inner .text, .doc_subscribe_inner .doc_subscribe_form {
  width: 50%;
}
.doc_subscribe_inner .doc_subscribe_form {
  padding-left: 30px;
  position: relative;
}
.doc_subscribe_inner .doc_subscribe_form .form-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.doc_subscribe_inner .doc_subscribe_form .input-fill {
  position: relative;
  flex: 1;
}
.doc_subscribe_inner .doc_subscribe_form .input-fill: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 .doc_subscribe_form .input-fill input {
  height: 50px;
  border: 0;
  border-radius: 45px;
  line-height: 51px;
  font-size: 14px;
  width: 100%;
  padding-left: 50px;
}
.doc_subscribe_inner .doc_subscribe_form .input-fill input.placeholder {
  color: var(--black_300);
}
.doc_subscribe_inner .doc_subscribe_form .input-fill input:-moz-placeholder {
  color: var(--black_300);
}
.doc_subscribe_inner .doc_subscribe_form .input-fill input::-moz-placeholder {
  color: var(--black_300);
}
.doc_subscribe_inner .doc_subscribe_form .input-fill input::-webkit-input-placeholder {
  color: var(--black_300);
}
.doc_subscribe_inner .doc_subscribe_form .submit_btn {
  border-radius: 45px;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  background: #0d0d75;
  padding: 10px 30px;
  color: #fff;
  margin-left: 10px;
  transition: background 0.4s linear, color 0.3s;
}
.doc_subscribe_inner .doc_subscribe_form .submit_btn:hover {
  background: #fff;
  color: #0d0d75;
}
.doc_subscribe_inner .doc_subscribe_form ul {
  margin-bottom: 0;
}
.doc_subscribe_inner .doc_subscribe_form ul li {
  margin-right: 22px;
  display: inline-block;
  line-height: 18px;
}
.doc_subscribe_inner .doc_subscribe_form ul li a {
  font-size: 13px;
  color: #d3d3f4;
  position: relative;
  padding-left: 20px;
}
.doc_subscribe_inner .doc_subscribe_form ul li a:before {
  content: "N";
  font-family: eleganticons;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
}
.doc_subscribe_inner .doc_subscribe_form ul li:last-child {
  margin-right: 0;
}
.doc_subscribe_inner .doc_subscribe_form ul li:hover a {
  color: #fff;
}
.doc_subscribe_inner .doc_subscribe_form p {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 5px;
}

/*=============== doc_footer_area css  ==============*/
.doc_footer_top {
  padding: 100px 0 90px;
  background: #f9f9f9;
}

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

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

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

.f_title_two {
  font-size: 18px;
  color: #232361;
  margin-bottom: 28px;
}

.doc_about_widget {
  padding-right: 128px;
}
.doc_about_widget p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 15px;
}
.doc_about_widget ul li {
  display: inline-block;
  margin-right: 5px;
}
.doc_about_widget ul li a {
  width: 44px;
  height: 44px;
  display: block;
  text-align: center;
  line-height: 45px;
  border-radius: 10px;
  background: var(--black_50);
  transition: all 0.2s linear;
  text-decoration: none !important;
}
.doc_about_widget ul li a:hover {
  background: var(--black_100);
  color: var(--brand_color);
}

.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 img {
  margin-right: 14px;
}
.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_menu {
  margin-bottom: 0;
}
.doc_footer_menu li {
  display: inline-block;
  margin-right: 30px;
}
.doc_footer_menu li a {
  font-size: 14px;
  color: #6b707f;
  transition: all 0.2s;
}
.doc_footer_menu li a:hover {
  color: var(--brand_color);
}

/*=============== doc_footer_area css  ==============*/
/*========== Start footer_area css ==========*/
.footer_area {
  padding-top: 100px;
  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_area.footer_three {
  padding-top: 115px;
}
.footer_area.footer_three .about_wd img {
  margin-bottom: 18px;
}
.footer_area.footer_three .about_wd p {
  margin-bottom: 0;
  color: #54595d;
}
.footer_area.footer_three .link_wd ul li a {
  color: #54595d;
}
.footer_area.footer_three .link_wd ul li:hover a {
  color: var(--brand_color);
}
.footer_area.footer_three .footer_widgets {
  position: relative;
}
.footer_area.footer_three .footer_widgets .vector_svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footer_area.footer_three .footer_widgets .vector_svg li {
  position: absolute;
  bottom: 0;
}
.footer_area.footer_three .footer_widgets .vector_svg li:first-child {
  left: 6%;
  transform: translateX(-50%);
}
.footer_area.footer_three .footer_widgets .vector_svg li:nth-child(2) {
  left: 18%;
  transform: translateX(-50%);
}
.footer_area.footer_three .footer_widgets .vector_svg li:nth-child(3) {
  left: 32%;
  transform: translateX(-50%);
}
.footer_area.footer_three .footer_widgets .vector_svg li:nth-child(4) {
  right: 6%;
  transform: translateX(50%);
}
.footer_area.footer_three .footer_widgets .vector_svg li:nth-child(5) {
  right: 11%;
  transform: translateX(50%);
}
.footer_area.footer_three .footer_widgets .vector_svg li:nth-child(6) {
  right: 16%;
  transform: translateX(50%);
}
.footer_area.footer_three .footer_widgets .vector_svg li:nth-child(7) {
  right: 23%;
  transform: translateX(50%);
}
.footer_area.footer_three .footer_copyright .right .nav li a {
  color: var(--black_400);
}
.footer_area.footer_three .footer_copyright .right .nav li:hover a {
  color: var(--brand_color);
}
.footer_area.footer_three .footer_copyright .left p {
  color: var(--black_400);
}

.list_social li {
  margin-bottom: 15px;
}
.list_social li:last-child {
  margin-bottom: 0;
}
.list_social li a {
  color: #54595d;
  font-size: 16px;
  font-weight: 400;
  transition: all 300ms linear 0s;
}
.list_social li a i {
  margin-right: 17px;
  position: relative;
  top: 1px;
}
.list_social li:hover a {
  color: var(--brand_color);
}

.footer_p_top {
  padding-top: 225px;
}

.footer_top .border_bottom {
  margin-top: 100px;
}

.border_bottom {
  width: 100%;
  height: 1px;
  background: var(--border_on_white);
}

.f_widget .f_title {
  font-size: 18px;
  margin-bottom: 40px;
}
.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: var(--p_color);
  font-size: 16px;
}
.f_widget.link_widget .link_list li a:hover {
  color: var(--brand_color);
}
.f_widget.link_widget .link_list li + li {
  margin-top: 15px;
}

.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: var(--secondary_color);
  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: var(--brand_color);
  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 rgba(8, 102, 255, 0.3);
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  color: var(--brand_color);
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f_social_icon li a:hover {
  background: var(--brand_color);
  border-color: var(--brand_color);
  box-shadow: 0 10px 20px 0 rgba(8, 102, 255, 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: var(--p_color);
}
.footer_bottom p a {
  color: var(--brand_color);
}

.pl_30 {
  padding-left: 30px;
}

.pl_70 {
  padding-left: 70px;
}

.simple_footer {
  padding: 25px 0;
  position: relative;
  z-index: 1;
  background: var(--secondary_color);
}
.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: #a4a8b4;
}
.simple_footer p a {
  color: var(--brand_color);
}
.simple_footer .f_social_icon {
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}
.simple_footer .f_social_icon li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #8d93a4;
  border-color: #8d93a4;
  text-decoration: none;
}
.simple_footer .f_social_icon li a:hover {
  background: var(--brand_color);
  border-color: var(--brand_color);
  color: #fff;
}

/*========== End footer_area css ==========*/
/* Footer Area css
============================================================================================ */
.footer_two {
  background: #ecf3f5;
  padding-top: 0;
}
.footer_two .footer_widgets {
  position: relative;
}
.footer_two .footer_widgets .footer_vector {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footer_two .footer_widgets .footer_vector img {
  left: 130px;
  position: absolute;
  bottom: 0;
  overflow: visible;
}
.footer_two .footer_widgets .footer_vector img + img {
  right: 60px;
  position: absolute;
  bottom: -50px;
  left: auto;
}

.f_title {
  color: var(--black_800);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.about_wd img {
  margin-bottom: 25px;
}
.about_wd p {
  max-width: 350px;
  margin-bottom: 30px;
}
.about_wd .nice_select {
  width: 175px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  height: 50px;
  background: transparent;
  padding: 0 20px;
}
.about_wd .nice_select span {
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: var(--p_color);
}
.about_wd .nice_select:after {
  content: "3";
  font-family: "ElegantIcons";
  border: none;
  transform: rotate(0);
  width: auto;
  margin-top: -19px;
  font-size: 20px;
  color: var(--p_color);
}
.about_wd .nice_select .list {
  width: 100%;
  border: none;
}
.about_wd .nice_select .list li {
  font-size: 16px;
  font-weight: 400;
  color: var(--p_color);
}

.link_wd ul li {
  margin-bottom: 18px;
}
.link_wd ul li a {
  color: var(--p_color);
  font-size: 16px;
  font-weight: 400;
  transition: all 300ms linear 0s;
}
.link_wd ul li a:hover {
  color: var(--brand_color);
}
.link_wd ul li:last-child {
  margin-bottom: 0;
}

.f_social li {
  margin-right: 20px;
}
.f_social li:last-child {
  margin-right: 0;
}
.f_social li a {
  color: #6b707f;
  font-size: 15px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  border: 1px solid #6b707f;
  display: inline-block;
  transition: all 300ms linear 0s;
}
.f_social li a:hover {
  color: #fff;
  background: var(--brand_color);
  border-color: var(--brand_color);
}

.footer_copyright {
  border-top: 1px solid #e3e5e6;
  padding: 40px 0;
}
.footer_copyright .left p {
  margin-bottom: 0;
  color: #7984a6;
}
.footer_copyright .right ul li {
  margin-right: 30px;
}
.footer_copyright .right ul li:last-child {
  margin-right: 0;
}
.footer_copyright .right ul li a {
  color: #7984a6;
  font-size: 16px;
  transition: all 300ms linear 0s;
}
.footer_copyright .right ul li a:hover {
  color: var(--brand_color);
}

.footer_four {
  background: #ecf2f5;
}
.footer_four .f_title {
  color: var(--secondary_color);
}
.footer_four .about_wd p {
  color: #54595d;
}
.footer_four .about_wd .nice-select {
  border-color: #b8bdcc;
}
.footer_four .about_wd .nice-select span {
  color: #6b707f;
}
.footer_four .link_wd ul li a {
  color: #54595d;
}
.footer_four .link_wd ul li:hover a {
  color: var(--brand_color);
}
.footer_four .social_wd .f_social li a {
  color: #6b707f;
  border-color: #6b707f;
}
.footer_four .social_wd .f_social li:hover a {
  color: #fff;
  background: var(--brand_color);
  border-color: var(--brand_color);
}
.footer_four .footer_copyright .left p {
  color: #6b707f;
}
.footer_four .footer_copyright .right ul li a {
  color: #6b707f;
}
.footer_four .footer_copyright .right ul li:hover a {
  color: var(--brand_color);
}

/* End Footer Area css
  ============================================================================================ */
/* Forum Footer Area css
  ============================================================================================ */
.forum_footer_area {
  background: #f2f5f7;
  padding-top: 55px;
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
}
.forum_footer_area .forum_footer_inner {
  max-width: 1065px;
}
.forum_footer_area .forum_footer_inner .col-lg-4 .f_widget {
  margin-left: 20px;
}

.ab_wd a {
  font-size: 16px;
  font-weight: 400;
  color: #54595d;
}
.ab_wd a img {
  margin-right: 25px;
}
.ab_wd .nice_select {
  margin-left: 50px;
  width: 130px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border: 1px solid #b8bfcc;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 18px;
  margin-top: 18px;
}
.ab_wd .nice_select span {
  color: #54595d;
  font-size: 14px;
  font-weight: 400;
}
.ab_wd .nice_select:after {
  content: "3";
  font-family: "ElegantIcons";
  font-size: 16px;
  border: none;
  transform: rotate(0);
  height: auto;
  right: 27px;
  margin-top: -20px;
}
.ab_wd .nice_select ul {
  width: 100%;
}
.ab_wd .nice_select ul li {
  font-size: 14px;
  font-weight: 400;
  color: #54595d;
}

.f_link_wd .navbar-nav li {
  margin-bottom: 5px;
}
.f_link_wd .navbar-nav li a {
  font-size: 14px;
  font-weight: 400;
  color: var(--p_color);
  transition: all 300ms linear 0s;
}
.f_link_wd .navbar-nav li a:hover {
  color: var(--brand_color);
}
.f_link_wd .navbar-nav li:last-child {
  margin-bottom: 0;
}

.forum_footer_inner .col-lg-3:nth-child(2) .f_widget {
  margin-left: 25px;
}

.forum_footer_inner .col-lg-3:nth-child(3) .f_widget {
  margin-left: 50px;
}

.forum_footer_inner .col-lg-3:nth-child(4) .f_widget {
  margin-left: 55px;
}

/* End Forum Footer Area css
  ============================================================================================ */

/*# sourceMappingURL=essential-style.css.map */
