@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Docy
@Default Styles
=====================================================================*/
/*----------------------------------------------------*/
/*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.category .body_wrapper, body.tag .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;
}

/** === 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, 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;
  margin-top: 10px;
  text-align: center;
  margin-right: auto;
}

video {
  max-width: 100%;
}

table tr td p:last-child {
  margin-bottom: 0;
}

.pt_100 {
  padding-top: 100px;
}

.pb_100 {
  padding-bottom: 100px;
}

/** === 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, #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, #comments, .blog_comment_box {
    padding: 35px 20px !important;
  }
}

@media (min-width: 1200px) {
  .wide-container .navbar .container {
    max-width: 1200px;
  }
}
@media (min-width: 1300px) {
  .wide-container .navbar .container {
    max-width: 1240px;
  }
}
@media (min-width: 1500px) {
  .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;
}

.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_50);
}

.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;
}

.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 5px 0;
  border-radius: 3px;
  margin-right: 5px;
  display: inline-block;
  line-height: 1.45;
  vertical-align: middle;
  font-weight: 500;
  height: 20px;
  letter-spacing: 0.2px;
}

.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;
}

/** === 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: 0.25em 0.5em 0.25em;
  background: var(--black_25);
}

.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;
  margin-bottom: 30px;
}

/** === Comment Form == **/
.blog_comment_box .get_quote_form {
  position: relative;
}

.comment_inner {
  padding-top: 80px;
}
.comment_inner .c_head {
  margin-bottom: 0;
}

#commentform .form-group {
  position: relative;
}
#commentform .form-group .form-control:not(:placeholder-shown) + .floating-label {
  transform: translate(2px, -50%);
  opacity: 1;
  background: #fff;
}
#commentform .form-group .floating-label {
  left: 15px;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 200ms;
  font-size: 12px;
  padding: 0 5px;
  color: var(--brand_color);
}
#commentform .form-submit {
  margin-top: 15px;
}

.comment_box {
  margin-bottom: 0;
}
.comment_box .post_comment .comment_author {
  padding-top: 25px;
}
.comment_box .post_comment .comment_author .img_rounded {
  border-radius: 50%;
  margin-right: 20px;
  height: max-content;
}
.comment_box .post_comment .comment_author .media-body {
  border-bottom: 1px solid rgba(205, 208, 211, 0.4);
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
.comment_box .post_comment .comment_author .media-body .comment-txt p:last-child {
  margin-bottom: 0.5rem;
}
.comment_box .post_comment .comment_author .media-body .comment-txt p {
  font-size: 15px;
  line-height: 1.6;
}
@media (min-width: 576px) {
  .comment_box .post_comment .comment_author .media-body .comment_info {
    display: flex;
    align-items: baseline;
    margin-bottom: 3px;
  }
}
.comment_box .post_comment .comment_author .media-body .comment_info h3 {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .comment_box .post_comment .comment_author .media-body .comment_info .comment_date {
    margin-left: 5px;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .comment_box .post_comment .comment_author .media-body .comment_info .comment_date::before {
    content: none;
  }
}
.comment_box .post_comment .comment_author .media-body .comment_info .comment_date {
  font-size: 12px;
}
.comment_box .post_comment .comment_author .media-body .comment_reply {
  font-size: 12px;
  font-weight: 500;
  color: var(--black_400);
  transition: all 0.2s linear;
  position: absolute;
  right: 0;
  top: -1px;
  text-decoration: none;
}
.comment_box .post_comment .comment_author .media-body .comment_reply i {
  vertical-align: middle;
  font-size: 18px;
  padding-left: 5px;
}
.comment_box .post_comment .comment_author .media-body .comment_reply:hover {
  color: var(--brand_color);
}
.comment_box .post_comment .comment_author .media-body .comment_reply:hover i {
  color: var(--brand_color);
  transform: translateX(3px);
}
.comment_box .post_comment .reply_comment {
  padding-left: 80px;
}

.blog_comment_box p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--p_color);
}
.blog_comment_box .get_quote_form {
  padding-top: 50px;
}
.blog_comment_box .get_quote_form .form-group {
  margin-bottom: 15px;
}
.blog_comment_box .get_quote_form .form-group .form-control {
  height: 46px;
  border-radius: 4px;
  border: 1px solid var(--border_on_white);
  font-size: 14px;
  line-height: 1.4;
  padding-left: 25px;
  box-shadow: none;
  color: var(--black_800);
}
.blog_comment_box .get_quote_form .form-group .form-control.placeholder {
  color: var(--black_300);
}
.blog_comment_box .get_quote_form .form-group .form-control:-moz-placeholder {
  color: var(--black_300);
}
.blog_comment_box .get_quote_form .form-group .form-control::-moz-placeholder {
  color: var(--black_300);
}
.blog_comment_box .get_quote_form .form-group .form-control::-webkit-input-placeholder {
  color: var(--black_300);
}
.blog_comment_box .get_quote_form .form-group .form-control:focus {
  border: 1px solid var(--brand_color);
}
.blog_comment_box .get_quote_form .form-group .form-control.message {
  height: 160px;
  padding-top: 22px;
}
.blog_comment_box .get_quote_form .thm_btn {
  padding: 14px 35px;
  box-shadow: none;
}
.blog_comment_box .get_quote_form .thm_btn:hover {
  box-shadow: 0 20px 30px 0 rgba(8, 102, 255, 0.24);
}

.blog_comment_box.topic_comment .c_head {
  display: inline-block;
  margin-bottom: 15px;
}
.blog_comment_box.topic_comment .c_head a {
  color: var(--secondary_color);
  text-decoration: underline;
  font-weight: 500;
}
.blog_comment_box.topic_comment .cancle {
  display: inline-block;
  padding: 0;
  border: none;
  color: #54595d;
  background: transparent;
  font-weight: 400;
  font-size: 16px;
}

.comment_inner .comment_box .post_comment .post_author_two p {
  padding-bottom: 20px;
  padding-top: 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;
}

/** === 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_50);
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: 500;
  text-align: left;
  padding-right: 10px !important;
}

td, th {
  border-top: 1px solid #ededed;
  padding: 10px;
}

input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range]), textarea {
  display: inline;
  height: 52px;
  line-height: 52px;
  padding: 8px 18px;
  font-size: 14px;
  background-color: var(--bs-white);
  background-image: none;
  border: 1px solid var(--black_50);
  -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])[type=text], textarea[type=text] {
  box-shadow: none;
  padding-left: 25px;
  font-weight: 400;
  transition: all 0.2s linear;
  color: var(--black_600);
  width: 100%;
}
input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range])[type=password]:focus, input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range])[type=text]:focus, input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range])[type=email]:focus, input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range])[type=tel]:focus, input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range]) 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);
}
input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range])[type=submit]:not([class]), input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range]).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])[type=submit]:not([class]):hover, input:not(input[type=radio], input[type=checkbox], input[type=submit], input[type=range]).mp-submit:hover, textarea[type=submit]:not([class]):hover, textarea.mp-submit:hover {
  background: var(--brand_color);
  border-color: var(--brand_color);
  color: #fff;
}

/** === 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_50);
  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_50);
  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_50);
}
.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 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;
}

#bbpress-forums fieldset.bbp-form select,
.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: #444;
}

.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: #3e454c;
  border-top: none;
  text-align: center;
}

.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_50);
  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: 18px;
}

.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-button__link {
  padding: 10px 25px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.3s linear;
}

a.wp-block-button__link.has-background.wp-element-button {
  text-decoration: none;
}

.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: -5px;
  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;
}

.action_btn {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  box-shadow: 0 20px 30px 0 rgba(8, 102, 255, 0.24);
  border-radius: 4px;
  background: var(--brand_color);
  display: inline-block;
  padding: 14px 28px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.18s ease-in-out;
  text-decoration: none !important;
}
.action_btn i {
  vertical-align: middle;
  font-size: 18px;
  padding-left: 5px;
}
.action_btn:hover {
  box-shadow: none;
  color: #fff;
}

.error_area .action_btn {
  font-size: 16px;
}
.error_area .action_btn i {
  padding-right: 5px;
}

.doc_border_btn {
  border: 1px solid rgba(76, 76, 241, 0.2);
  border-radius: 4px;
  color: var(--brand_color);
  font-size: 14px;
  font-weight: 500;
  background: rgba(8, 102, 255, 0.05);
  display: inline-block;
  padding: 6px 34px;
  transition: all 0.3s linear, color 0.2s;
}
.doc_border_btn.btn-round {
  border-radius: 30px;
}
@media (max-width: 420px) {
  .doc_border_btn.btn-round {
    font-size: 12px;
  }
}
.doc_border_btn i {
  margin-left: 6px;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  transition: all 0.2s linear, color 0s linear;
}
.doc_border_btn:hover {
  box-shadow: 0 10px 20px 0 rgba(8, 102, 255, 0.2);
  background: var(--brand_color);
  border-color: var(--brand_color);
  color: #fff;
}
.doc_border_btn:hover i {
  transform: translateX(8px);
}

/* Home Advanced Search Area css
============================================================================================ */
.main_btn {
  background: var(--brand_color);
  color: #fff;
  border-radius: 4px;
  line-height: 46px;
  padding: 0 30px;
  font-size: 16px;
  transition: all 300ms linear 0s;
  display: inline-block;
}
.main_btn:hover {
  background: #fff;
}
.main_btn.blue {
  background: rgba(8, 102, 255, 0.2);
  color: var(--brand_color);
  line-height: 50px;
  padding: 0 46px;
}
.main_btn.blue:hover {
  background: var(--brand_color);
  color: #fff;
}

.submit_btn {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: var(--brand_color);
  padding: 10px 29px;
  border-radius: 4px;
  border: 0;
  box-shadow: 0 10px 20px 0 rgba(2, 2, 59, 0.2);
  transition: all 300ms linear 0s;
}
.submit_btn:hover {
  background: #fff;
  color: var(--brand_color);
  font-size: 16px;
  font-weight: 400;
}

.text_btn {
  color: var(--brand_color);
  font-weight: 500;
  font-size: 16px;
  transition: all 300ms linear 0s;
}
.text_btn i {
  position: relative;
  top: 4px;
  font-size: 18px;
  transition: all 300ms linear 0s;
}
.text_btn:hover {
  color: var(--brand_color);
}
.text_btn:hover i {
  margin-left: 7px;
}
.text_btn.dark_btn {
  color: var(--secondary_color);
  font-weight: 400;
}
.text_btn.dark_btn i {
  margin-left: 6px;
  font-size: 18px;
}
.text_btn.dark_btn:hover {
  color: var(--brand_color);
}
.text_btn.dark_btn:hover i {
  margin-left: 12px;
}

.icon_btn2 {
  background: var(--brand_color);
  color: #fff;
  border-radius: 5px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  padding: 0 44px;
  transition: all 300ms linear 0s;
}
.icon_btn2 i {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-left: 10px;
  transition: all 300ms linear 0s;
}
.icon_btn2:hover {
  background: #fff;
  color: var(--brand_color);
}
.icon_btn2:hover i {
  margin-left: 5px;
}
.icon_btn2.blue:hover {
  color: var(--brand_color);
}

.reply_btn {
  background: var(--brand_color);
  display: inline-block;
  padding: 0 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 3px;
  border: 1px solid var(--brand_color);
  transition: all 300ms linear 0s;
}
.reply_btn:hover {
  background: transparent;
  color: var(--brand_color);
}

.help_btn {
  background: transparent;
  display: inline-block;
  padding: 0 16px;
  color: var(--secondary_color);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 3px;
  border: 1px solid #d0d8dc;
  transition: all 300ms linear 0s;
}
.help_btn:hover {
  background: transparent;
  color: var(--brand_color);
}

.all_doc_btn {
  padding: 10px 40px;
  margin-top: 30px;
}
.all_doc_btn:hover {
  box-shadow: 0 20px 30px 0 rgba(8, 102, 255, 0.24);
}

.wc-block-components-checkout-place-order-button,
.fill-brand {
  font: 500 14px "Roboto", sans-serif;
  color: #fff;
  margin: 0;
  background: rgba(8, 102, 255, 0.8);
  padding: 15px 30px;
  border-radius: 4px;
  transition: all 0.3s linear;
  cursor: pointer;
  text-decoration: none !important;
  border: none;
  width: fit-content;
}
.wc-block-components-checkout-place-order-button:hover,
.fill-brand:hover {
  background: var(--brand_color);
  color: #fff;
}
@media (max-width: 767px) {
  .wc-block-components-checkout-place-order-button,
  .fill-brand {
    padding: 15px 20px;
  }
}

/** Title-bar **/
.titlebar {
  background: var(--black_25);
  padding: 170px 0 70px;
  position: relative;
  z-index: 1;
}
.titlebar .one {
  top: 0;
  left: 35px;
}
.titlebar .four {
  right: 0;
  bottom: 0;
}

.bg-faded-sun {
  background: radial-gradient(ellipse farthest-side at 76% 77%, rgba(245, 228, 212, 0.25) 4%, rgba(255, 255, 255, 0) calc(4% + 1px)), radial-gradient(circle at 76% 40%, #fef6ec 4%, rgba(255, 255, 255, 0) 4.18%), linear-gradient(135deg, #ff0000 0%, #000036 100%), radial-gradient(ellipse at 28% 0%, #ffcfac 0%, rgba(98, 149, 144, 0.5) 100%), linear-gradient(180deg, #cd6e8a 0%, #f5eab0 69%, #d6c8a2 70%, #a2758d 100%) !important;
  background-blend-mode: normal, normal, screen, overlay, normal;
}

.bg-faded-moon {
  background: radial-gradient(ellipse farthest-side at 76% 77%, rgba(245, 228, 212, 0.25) 4%, rgba(255, 255, 255, 0) calc(4% + 1px)), radial-gradient(circle at 76% 40%, #fef6ec 4%, rgba(255, 255, 255, 0) 4.18%), linear-gradient(135deg, #000000 0%, #000036 100%), radial-gradient(ellipse at 28% 0%, #ffcfac 0%, rgba(98, 149, 144, 0.5) 100%), linear-gradient(180deg, #cd6e8a 0%, #f5eab0 69%, #d6c8a2 70%, #a2758d 100%) !important;
  background-blend-mode: normal, normal, screen, overlay, normal;
}

.bg-happy-journey {
  background: linear-gradient(45deg, #C7F5FE 10%, #C7F5FE 40%, #FCC8F8 40%, #FCC8F8 60%, #EAB4F8 60%, #EAB4F8 65%, #F3F798 65%, #F3F798 90%) !important;
}

.bg-creative-idea {
  background: linear-gradient(45deg, #F3F798 10%, #F3F798 40%, #EAB4F8 40%, #EAB4F8 60%, #FCC8F8 60%, #FCC8F8 65%, #C7F5FE 65%, #C7F5FE 90%) !important;
}

.bg-apparent-circle {
  background: linear-gradient(238.72deg, #EBFF00 0%, #8F00FF 100%), linear-gradient(64.82deg, #AD00FF 0%, #FF0000 100%), linear-gradient(65.03deg, #00FFFF 0%, #FF0000 99.79%), radial-gradient(67.08% 100% at 50% 100%, #FF00C7 0%, #50005E 100%), radial-gradient(100% 140% at 100% 0%, #5ED500 0%, #2200AA 100%) !important;
  background-blend-mode: color-dodge, difference, lighten, color-dodge, normal;
}

.bg-soft-weather {
  background: radial-gradient(80.99% 100% at 50% 0%, #00FF0A 0%, #36008E 100%), radial-gradient(50% 123.47% at 50% 50%, #EFE7C8 0%, #36008E 100%), linear-gradient(301.28deg, #FF006B 0%, #48DD9E 100%), linear-gradient(294.84deg, #5A60E4 0%, #D30000 100%), linear-gradient(52.29deg, #000000 0%, #00FF85 100%), radial-gradient(100% 138.69% at 100% 0%, #0007A5 0%, #FF7A00 100%), radial-gradient(70.41% 100% at 50% 0%, #D5B300 0%, #2200AA 100%) !important;
  background-blend-mode: screen, screen, lighten, overlay, lighten, difference, normal;
}

.bg-romantic-sun {
  background: linear-gradient(180deg, #FFB7B7 0%, #727272 100%), radial-gradient(60.91% 100% at 50% 0%, #FFD1D1 0%, #260000 100%), linear-gradient(238.72deg, #FFDDDD 0%, #720066 100%), linear-gradient(127.43deg, #00FFFF 0%, #FF4444 100%), radial-gradient(100.22% 100% at 70.57% 0%, #FF0000 0%, #00FFE0 100%), linear-gradient(127.43deg, #B7D500 0%, #3300FF 100%) !important;
  background-blend-mode: screen, overlay, hard-light, color-burn, color-dodge, normal;
}

.bg-teal-eclipse {
  background: linear-gradient(238.72deg, #EBFF00 0%, #7700D5 100%), linear-gradient(64.82deg, #AD00FF 0%, #FF0000 100%), linear-gradient(65.03deg, #00FFFF 0%, #FF0000 99.79%), radial-gradient(67.08% 100% at 50% 0%, #FF00C7 0%, #1400FF 100%), radial-gradient(100% 140% at 100% 0%, #5ED500 0%, #2200AA 100%) !important;
  background-blend-mode: color-dodge, difference, lighten, color-dodge, normal;
}

.count {
  background: rgba(175, 184, 193, 0.2);
  height: 22px;
  color: #838793;
  font-size: 12px;
  display: flex;
  line-height: 1.2;
  padding: 5px 7px 5px 8px;
  transition: all 0.3s;
  min-width: 20px;
  border-radius: 2em;
  font-weight: 500;
}

/*================= 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;
}

.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);
}

/*================= 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 ion-icon {
  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;
  -webkit-box-sizing: border-box;
  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_50);
  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: 80px;
  padding: 5px 0;
}

.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;
}
.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: var(--black_150);
  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-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;
  border-radius: 4px;
  left: -30px;
  min-width: max-content;
  border: 1px solid var(--black_50);
  background: var(--bs-white);
  padding: 20px 0;
  box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
}
.menu > .nav-item.submenu .dropdown-menu:before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--bs-white);
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  left: 40px;
  border-left: 1px solid var(--black_50);
  border-top: 1px solid var(--black_50);
  z-index: 1;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.1s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item {
  padding: 0 30px;
}
.menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item + .nav-item {
  margin-top: 8px;
}
.menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item .nav-link {
  display: flex;
  align-items: center;
}
.menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item .nav-link:before {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item .nav-link img {
  margin-right: 20px;
  width: 32px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
  padding: 5px 50px 5px 30px;
  transition: all 0.3s linear;
  position: relative;
}
.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:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--brand_color);
  transition: all 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link h5 {
  padding-top: 9px;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  transition: all 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link p {
  margin-bottom: 0;
  line-height: 29px;
  font-size: 14px;
  padding-bottom: 0;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link::before, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link::before, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link::before {
  width: 100%;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link h5, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link h5, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link h5 {
  color: var(--brand_color);
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > i, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > i, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > i {
  color: var(--brand_color);
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  transition: all 0.3s ease-in;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
  display: none;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -25px;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item.has-menu-description {
  position: relative;
  padding: 12px 30px 7px 35px;
  box-sizing: border-box;
  margin-bottom: 6px;
  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: rgba(175, 184, 193, 0.2);
  border-radius: 5px;
}
.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.active > i {
  color: var(--brand_color);
}
.menu > .nav-item.active .nav-link {
  color: var(--brand_color);
}
.menu > .nav-item.active .nav-link:before {
  transform: scaleX(1);
  opacity: 1;
  background: #209ff0;
}
.menu > .nav-item:hover > i {
  color: var(--brand_color);
}
.menu > .nav-item:hover .nav-link {
  color: var(--brand_color);
}
.menu > .nav-item:hover .nav-link:before {
  transform: scaleX(1);
  opacity: 1;
  background: #209ff0;
}
@media (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu > .nav-item:hover > .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}
.menu > .nav-item + .nav-item {
  margin-left: 40px;
}

.mobile-dark-mode ion-icon {
  font-size: 26px;
  color: #9fa6ad;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 55px;
  top: 32px;
  transform: translateY(-48%) rotate(235deg);
}
.mobile-dark-mode ion-icon.dark-mode {
  display: none;
}
.mobile-dark-mode input {
  display: none;
}

.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 #fff;
}
.right-nav .nav_btn.round-btn {
  border-radius: 50px;
  background-color: rgba(16, 179, 214, 0.031);
}
.right-nav .nav_btn.icon-btn {
  border-color: rgba(8, 102, 255, 0.3);
}
.right-nav .nav_btn.icon-btn i {
  color: rgba(8, 102, 255, 0.3);
  padding-right: 10px;
}
.right-nav .nav_btn:hover {
  background: var(--brand_color);
  border-color: var(--brand_color);
  color: #fff;
  text-decoration: none;
}
.right-nav .nav_btn:hover i {
  color: #fff;
}

.darkmode-btn {
  position: relative;
  background: var(--secondary_color);
  color: gold;
  border-radius: 50px;
  padding: 0 5px;
  height: 26px;
  width: 50px;
}
.darkmode-btn label {
  margin: 0;
  cursor: pointer;
}
.darkmode-btn #ball {
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: #fafafa;
  border-radius: 50%;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  cursor: default;
}
@media (max-width: 991px) {
  .darkmode-btn #ball {
    transition: all 0.3s linear !important;
  }
}
.darkmode-btn ion-icon {
  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 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 .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 {
  margin-right: 5px;
}
.mobile_main_menu .menu_toggle .hamburger span {
  width: 100%;
}
.mobile_main_menu .mobile_menu_left {
  display: flex;
}
.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:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: width 0.2s linear;
}
.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, .menu_purple .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: var(--brand_color);
}
.menu_purple .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link h5, .menu_purple .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link h5 {
  color: var(--brand_color);
}

/*============ 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: #fff;
  transition: all 0.2s, top 0.4s linear;
  margin-top: 0;
}
.navbar_fixed.menu_one .menu > .nav-item {
  padding-bottom: 25px;
  padding-top: 25px;
}
.navbar_fixed.menu_one .menu > .nav-item.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_50);
}
.navbar_fixed.menu_one.menu_purple .nav_btn:hover {
  background: var(--brand_color);
  color: #fff;
  border-color: var(--brand_color);
}
.navbar_fixed .header_logo img:not(.sticky_logo) {
  display: none;
}
.navbar_fixed .header_logo img.sticky_logo {
  display: block;
}
.navbar_fixed.menu_two {
  box-shadow: 0 4px 10px 0 rgba(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);
}

.menu > .nav-item.current-menu-ancestor > .nav-link {
  color: var(--brand_color);
}

.dark_menu .menu_toggle .hamburger span,
.dark_menu .menu_toggle .hamburger-cross span {
  background: var(--black_900);
}

.navbar-toggler {
  padding-left: 0;
}

.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);
  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 - 65px);
  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;
  }
}
.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;
}
@media (max-width: 767px) {
  .header .top_header .left_contents {
    display: none;
  }
}
.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:hover::after, .header .top_header .right_contents ul li:hover::after {
  height: 4px;
}
.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: inline-block;
  padding: 8px 15px;
  letter-spacing: 0.05rem;
}
.header .top_header .left_contents ul li a img, .header .top_header .right_contents ul li a img {
  width: auto;
  max-height: 25px;
  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 {
    display: none;
  }
}
.header + .navbar {
  position: relative;
}

.top_header + .navbar {
  position: relative;
}

body.docy_top_header .search-banner-light h1.title {
  padding-top: 50px;
}

/*=========== doc_banner_area_one css ============*/
.doc_banner_area_one {
  height: 750px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(60deg, var(--brand_color) 0%, var(--secondary_color) 100%);
  position: relative;
  overflow: hidden;
}
.doc_banner_area_one .star {
  z-index: -1;
}
.doc_banner_area_one .star_one {
  right: 170px;
  top: 50%;
  animation: star 9s both infinite alternate 5s;
}
.doc_banner_area_one .star_two {
  top: 33px;
  right: 147px;
  animation: star2 4s ease-in-out infinite alternate;
}
.doc_banner_area_one .star_three {
  top: 50px;
  left: 347px;
  animation: star 7s ease-in-out infinite alternate;
}
.doc_banner_area_one .one {
  bottom: 0;
  left: 300px;
}
.doc_banner_area_one .two {
  bottom: 0;
  right: 320px;
}
.doc_banner_area_one .three {
  bottom: 0;
  left: 520px;
}
.doc_banner_area_one .four {
  bottom: 0;
  left: 58%;
  margin-left: -20px;
}
.doc_banner_area_one .five {
  bottom: 155px;
  left: 74%;
  transform: translateX(-50%);
}

.doc_banner_area.single_breadcrumb {
  padding: 265px 0 175px;
}

.single-post .doc_banner_area {
  padding: 190px 0 120px;
}

.single_breadcrumb .doc_banner_content .title {
  font-size: 52px;
  word-break: break-word;
  color: #fff;
  margin-bottom: 10px;
}
.single_breadcrumb .doc_banner_content .nav li {
  margin-right: 30px;
}
.single_breadcrumb .doc_banner_content .nav li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding-top: 2px;
}
.single_breadcrumb .doc_banner_content .nav li a:before {
  content: "5";
  font: normal normal normal 16px/1 "ElegantIcons";
  color: #fff;
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
}
.single_breadcrumb .doc_banner_content .nav li a.active {
  color: #acace6;
}
.single_breadcrumb .doc_banner_content .nav li:last-child {
  margin-right: 0;
}
.single_breadcrumb .doc_banner_content .nav li:last-child a:before {
  display: none;
}

.bl_left {
  width: 150px;
  height: 145px;
  bottom: -7px;
  left: 20px;
  z-index: 1;
}

.bl_right {
  width: 135px;
  height: 110px;
  right: 30px;
  bottom: -7px;
  z-index: 1;
}

.dark {
  position: absolute;
  width: 100%;
  left: 0;
  height: auto;
  bottom: 0;
  z-index: -1;
}

.dark_two {
  position: absolute;
  width: 100%;
  left: 0;
  height: auto;
  bottom: 0;
  z-index: -1;
}

.star {
  top: 0;
  width: 100%;
  left: 0;
  z-index: 0;
  right: 0;
  height: auto;
}

.doc_banner_text {
  text-align: center;
}
.doc_banner_text h2,
.doc_banner_text p,
.doc_banner_text h6 {
  color: #fff;
}
.doc_banner_text h2 {
  font-size: 46px;
  margin-bottom: 14px;
}
.doc_banner_text p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 300;
}
.doc_banner_text h6 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 40px;
}
.doc_banner_text h6 span {
  color: #e1e1e1;
  margin-right: 10px;
}
.doc_banner_text h6 a {
  color: #fff;
  margin-right: 10px;
  text-decoration: underline;
}
.doc_banner_text h6 a:last-child {
  margin-right: 0;
}
.doc_banner_text .banner_search_form {
  margin-top: 65px;
}

.box_input_hero h1, .sbnr-aesthetic h1 {
  color: #fff;
  position: relative;
  z-index: 5;
  margin-bottom: 50px;
}
.box_input_hero .banner_search_form, .sbnr-aesthetic .banner_search_form {
  max-width: 670px;
  margin: 0 auto;
  display: block;
}
.box_input_hero .banner_search_form .form-control, .sbnr-aesthetic .banner_search_form .form-control {
  height: 66px;
  border-radius: 4px;
  padding-left: 30px;
  font-size: 14px;
  border: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  color: var(--secondary_color);
}
.box_input_hero .banner_search_form .form-control::placeholder, .sbnr-aesthetic .banner_search_form .form-control::placeholder {
  color: var(--black_400);
}
.box_input_hero .banner_search_form .input-group-append button, .sbnr-aesthetic .banner_search_form .input-group-append button {
  padding: 5px 25px;
  font-size: 20px;
  background: var(--brand_color);
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.4s linear;
}

/*=========== doc_banner_area_one css ============*/
/*=========== Start doc_banner_area_two css ============*/
.doc_banner_area_two {
  height: 750px;
  background: rgba(186, 236, 247, 0.5411764706);
  position: relative;
  z-index: 1;
  padding-top: 160px;
}
.doc_banner_area_two .table_img {
  left: 200px;
  bottom: -6px;
  width: 250px;
}
.doc_banner_area_two .flower {
  bottom: 0;
  left: 80px;
}
.doc_banner_area_two .girl {
  right: 130px;
  bottom: 0;
}
.doc_banner_area_two .bord {
  bottom: -14px;
  right: 320px;
}
.doc_banner_area_two span.header-search-form__keywords-label {
  color: var(--black_600);
}

.b_plus,
.b_round,
.p_absolute {
  position: absolute;
}

.b_plus.one {
  left: 120px;
  top: 120px;
}
.b_plus.two {
  right: 25%;
  top: 210px;
}

.b_round {
  border-radius: 50%;
}
.b_round.r_one {
  right: 135px;
  top: 85px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #83daed;
  animation: spin1 2s infinite alternate;
}
.b_round.r_two {
  left: 30%;
  top: 160px;
  width: 8px;
  height: 8px;
  background: var(--brand_color);
  animation: spin2 2s infinite alternate;
}
.b_round.r_three {
  background: #ffa3be;
  width: 16px;
  height: 16px;
  left: 24%;
  top: 310px;
  animation: spin1 2.5s infinite alternate;
}
.b_round.r_four {
  background: #ffa3be;
  width: 8px;
  height: 8px;
  right: 18%;
  bottom: 380px;
  animation: spin1 1s infinite alternate;
}

.doc_banner_text_two h2 {
  font-size: 46px;
  margin-bottom: 22px;
  font-weight: 700;
}
.doc_banner_text_two p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  max-width: 440px;
  margin: 0 auto;
}
.doc_banner_text_two .banner_search_form {
  max-width: 770px;
  margin: 60px auto 0;
}
.doc_banner_text_two .banner_search_form .form-control {
  margin-right: 20px;
  border-radius: 4px;
  box-shadow: 0 4px 10px 0 rgba(8, 102, 255, 0.06);
}
.doc_banner_text_two .banner_search_form .search_btn {
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  box-shadow: 0 10px 20px 0 rgba(12, 118, 142, 0.1);
  background: var(--brand_color);
  padding: 5px 42px;
}

.building_img {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

/*=========== End doc_banner_area_two css ============*/
/*=========== Start Banner Support ============*/
.hero_community {
  height: 945px;
  background-image: linear-gradient(30deg, rgba(239, 189, 177, 0.3882352941) 0%, rgba(227, 233, 234, 0.4196078431) 100%);
  padding: 200px 0;
  position: relative;
}
.hero_community .banner_search_form {
  margin-top: 40px;
}
.hero_community .banner_search_form .input-group {
  box-shadow: 0 4px 10px 0 rgba(49, 12, 2, 0.06);
  max-width: 770px;
  background: #fff;
  border-radius: 30px;
}
.hero_community .banner_search_form .input-group input {
  background: transparent;
  border: 0;
  padding: 15px 30px;
  height: 60px;
}
.hero_community .banner_search_form button {
  background: transparent;
  border: 0;
  padding-right: 20px;
  color: var(--brand_color);
  font-size: 20px;
}
@media (max-width: 991px) {
  .hero_community {
    padding: 150px 0;
  }
  .hero_community .partical-animation {
    z-index: 0;
  }
}
.hero_community .header_search_keyword span {
  color: var(--black_600);
}
@media (max-width: 768px) {
  .hero_community {
    padding: 100px 0;
    height: 820px;
  }
}
.hero_community .banner-content-wrapper {
  max-width: 770px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .hero_community .banner-content-wrapper {
    max-width: 90%;
  }
}
.hero_community .banner-content-wrapper .banner-title {
  font-size: 44px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .hero_community .banner-content-wrapper .banner-title {
    font-size: 34px;
  }
}
.hero_community .banner-content-wrapper p {
  font-size: 18px;
  color: #6b707f;
  line-height: 28px;
}
@media (max-width: 991px) {
  .hero_community .banner-content-wrapper p br {
    display: none;
  }
}
.hero_community .banner-content-wrapper .banner-search-form {
  box-shadow: 0 4px 10px 0 rgba(49, 12, 2, 0.06);
  max-width: 770px;
  margin: 0 auto;
  display: flex;
  background: #fff;
  border-radius: 30px;
}
.hero_community .banner-content-wrapper .banner-search-form input {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 15px 30px;
  height: 60px;
}
.hero_community .banner-content-wrapper .banner-search-form input::placeholder {
  color: #6b707f;
}
.hero_community .banner-content-wrapper .banner-search-form button {
  background: transparent;
  border: 0;
  padding-right: 20px;
  color: var(--brand_color);
  font-size: 24px;
}
.hero_community .banner-content-wrapper .banner-search-form button i {
  transform: rotate(-90deg);
  display: inline-block;
}
.hero_community .bottom-shape {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
}
.hero_community .bottom-shape img {
  width: 100%;
}

body:not(.search-focused) .hero_community .banner-content-wrapper {
  z-index: 2;
}

.people-image {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  height: 320px;
  max-width: 1250px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 165px;
  z-index: 3;
}
@media (max-width: 767px) {
  .people-image {
    height: 280px;
  }
}
@media (max-width: 576px) {
  .people-image {
    bottom: 80px;
  }
}
.people-image li {
  position: absolute;
  box-shadow: 0 40px 60px 0 rgba(59, 14, 3, 0.12);
  border-radius: 50%;
  border: 4px solid #fff;
  overflow: hidden;
}
.people-image li img {
  width: 100%;
}
.people-image li:nth-child(1) {
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  border: 6px solid #fff;
  height: 130px;
  width: 130px;
  box-shadow: 0 50px 80px 0 rgba(59, 14, 3, 0.12);
}
.people-image li:nth-child(2) {
  left: 29.4%;
  top: 0;
  height: 80px;
  width: 80px;
}
.people-image li:nth-child(3) {
  right: 26.4%;
  top: -5px;
  height: 70px;
  width: 70px;
}
.people-image li:nth-child(4) {
  left: 160px;
  top: 75px;
  height: 80px;
  width: 80px;
}
.people-image li:nth-child(5) {
  left: 26.4%;
  bottom: 40px;
  height: 80px;
  width: 80px;
}
.people-image li:nth-child(6) {
  right: 38%;
  bottom: -20px;
  height: 100px;
  width: 100px;
}
.people-image li:nth-child(7) {
  right: 85px;
  bottom: 5px;
  width: 90px;
  height: 90px;
}
.people-image li:nth-child(8) {
  left: 0;
  bottom: 0;
  border: 2px solid #fff;
}
.people-image li:nth-child(9) {
  right: 22.3%;
  bottom: 35%;
  height: 50px;
  width: 50px;
  border: 2px solid #fff;
}
.people-image li:nth-child(10) {
  right: 0;
  bottom: 145px;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
}
@media (max-width: 991px) {
  .people-image li:nth-child(1) {
    height: 110px;
    width: 110px;
  }
  .people-image li:nth-child(2) {
    height: 65px;
    width: 65px;
  }
  .people-image li:nth-child(3) {
    height: 60px;
    width: 60px;
  }
  .people-image li:nth-child(4) {
    height: 65px;
    width: 65px;
  }
  .people-image li:nth-child(5) {
    height: 65px;
    width: 65px;
  }
  .people-image li:nth-child(6) {
    height: 80px;
    width: 80px;
  }
  .people-image li:nth-child(7) {
    height: 70px;
    width: 70px;
  }
  .people-image li:nth-child(8) {
    left: 50px;
  }
  .people-image li:nth-child(9) {
    right: 27%;
  }
  .people-image li:nth-child(10) {
    right: 50px;
  }
}
@media (max-width: 768px) {
  .people-image li:nth-child(4) {
    left: 95px;
  }
}
@media (max-width: 576px) {
  .people-image li:nth-child(2) {
    left: 13%;
  }
  .people-image li:nth-child(3) {
    right: 18%;
  }
}
@media (max-width: 440px) {
  .people-image li:nth-child(1) {
    height: 100px;
    width: 100px;
  }
  .people-image li:nth-child(4) {
    left: 20px;
  }
  .people-image li:nth-child(5) {
    left: 22.4%;
    bottom: 55px;
  }
  .people-image li:nth-child(7) {
    right: 25px;
  }
  .people-image li:nth-child(8) {
    left: 10px;
  }
  .people-image li:nth-child(10) {
    right: 20px;
  }
}

.partical-animation {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  height: 550px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.partical-animation li {
  position: absolute;
  border-radius: 50%;
}
.partical-animation li:nth-child(1) {
  left: 165px;
  top: 120px;
}
.partical-animation li:nth-child(2) {
  left: 19%;
  top: 80px;
  height: 8px;
  width: 8px;
  background: #fd9382;
}
.partical-animation li:nth-child(3) {
  left: 19%;
  bottom: 30%;
  height: 10px;
  width: 10px;
  background: #fe97f3;
}
.partical-animation li:nth-child(3) {
  left: 28%;
  top: 35%;
  height: 35px;
  width: 35px;
  background: #f3d5de;
}
.partical-animation li:nth-child(4) {
  left: 27%;
  bottom: 30%;
  height: 12px;
  width: 12px;
  background: #83daed;
}
.partical-animation li:nth-child(5) {
  left: 33%;
  bottom: 50%;
  height: 10px;
  width: 10px;
  background: #fdc43a;
}
.partical-animation li:nth-child(6) {
  left: 51%;
  top: 32%;
  height: 48px;
  width: 48px;
  background: #4edfda;
}
.partical-animation li:nth-child(7) {
  right: 46%;
  bottom: 27%;
  height: 22px;
  width: 22px;
  background: #f39ab2;
}
.partical-animation li:nth-child(8) {
  right: 46%;
  bottom: 27%;
  height: 22px;
  width: 22px;
  background: #f39ab2;
}
.partical-animation li:nth-child(9) {
  right: 40%;
  bottom: 60%;
  height: 8px;
  width: 8px;
  background: #ffa3be;
}
.partical-animation li:nth-child(10) {
  right: 22%;
  bottom: 30%;
  height: 28px;
  width: 28px;
  background: #bff8c6;
}
.partical-animation li:nth-child(11) {
  right: 10%;
  bottom: 55%;
  height: 15px;
  width: 15px;
  background: #ffa3be;
}
.partical-animation li:nth-child(12) {
  right: 65px;
  bottom: 160px;
}

/*=========== End Banner Support ============*/
/*=========== Start breadcrumb_area css ============*/
.sbnr-aesthetic {
  padding: 180px 0 75px;
  position: relative;
  background: url("../img/search-banners/banner-bg.jpg") no-repeat fixed;
}
.sbnr-aesthetic::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(60deg, rgba(8, 102, 255, 0.3) 0%, var(--secondary_color) 100%);
  width: 100%;
  height: 100%;
  top: 0;
}
.sbnr-aesthetic .one {
  right: 20%;
  bottom: 25px;
  z-index: 1;
}
.sbnr-aesthetic .two {
  left: 20%;
  bottom: 0;
}
.sbnr-aesthetic .banner_search_form {
  max-width: 770px;
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
.sbnr-aesthetic .banner_search_form .form-control {
  height: 60px;
}
.sbnr-aesthetic .custom-select {
  line-height: 65px;
  z-index: 3;
}
.sbnr-aesthetic .custom-select:before {
  width: 1px;
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  background: #e2e7e9;
  z-index: 1;
}

.wave_shap_one,
.wave_shap_two {
  bottom: 0;
  z-index: 0;
  width: 100%;
}

.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;
}
.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, .nice-select.custom-select ul li.selected {
  background: #f4f9fa;
  color: var(--brand_color);
  font-weight: 500;
}
.nice-select.custom-select ul li:hover:before, .nice-select.custom-select ul li.selected:before {
  height: 100%;
}

/*=========== End breadcrumb_area css ============*/
/*=========== Start breadcrumb_area_two css ============*/
.sbnr-aesthetic_two {
  background: #edfbfe;
  padding: 150px 0 60px;
}

.breadcrumb_content {
  max-width: 630px;
}
.breadcrumb_content h2 {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 0;
}
.breadcrumb_content .single_post_author {
  display: flex;
  align-items: flex-start;
  align-items: center;
  padding-top: 10px;
}
.breadcrumb_content .single_post_author img {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin-right: 20px;
}
.breadcrumb_content .single_post_author .text {
  flex: 1;
}
.breadcrumb_content .single_post_author .text h4 {
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
}
.breadcrumb_content .single_post_author .text .post_tag {
  display: inline-block;
  padding-left: 12px;
}
.breadcrumb_content .single_post_author .text .post_tag:before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 1px;
  background: #b7b9be;
  margin-right: 12px;
}
.breadcrumb_content .single_post_author .text .c_blue {
  color: #2a74fd;
}

/*=========== End breadcrumb_area_two css ============*/
/*=========== Start titlebar css ============*/
.sbnr-aesthetic_three {
  background: #f8fafd;
  padding: 157px 0 70px;
  position: relative;
  z-index: 1;
}
.sbnr-aesthetic_three .one {
  top: 0;
  left: 35px;
}
.sbnr-aesthetic_three .two {
  left: 280px;
  bottom: 55px;
}
.sbnr-aesthetic_three .three {
  right: 178px;
  bottom: 55px;
}
.sbnr-aesthetic_three .four {
  right: 0;
  bottom: 0;
}

.breadcrumb_text {
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
}
.breadcrumb_text.text-left {
  text-align: left;
}
.breadcrumb_text.text-right {
  text-align: right;
}
.breadcrumb_text h1 {
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.breadcrumb_text h1 span {
  font-weight: 700;
}
.breadcrumb_text p {
  margin-bottom: 0;
}

/*=========== Start page_breadcrumb css ============*/
.page_breadcrumb {
  background: var(--black_50);
  padding: 12px 0;
  position: relative;
  z-index: 1;
  margin-top: -2px;
}
.page_breadcrumb .row {
  align-items: center;
}
.page_breadcrumb .date {
  color: var(--black_400);
  float: right;
  font-size: 13px;
}
.page_breadcrumb .date i {
  padding-right: 5px;
}

.breadcrumb {
  margin-bottom: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.breadcrumb .breadcrumb-item {
  color: var(--black_300);
  font-size: 13px;
  line-height: 21px;
  padding-left: 0px;
  display: flex;
}
.breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}
.breadcrumb .breadcrumb-item a {
  color: var(--black_300);
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
  color: var(--brand_color);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "5";
  font-family: eleganticons;
  color: #b7b9be;
  padding-right: 3px;
}
.breadcrumb .active {
  color: var(--black_800);
}

.breadcrumb_content_two {
  position: relative;
  z-index: 1;
}
.breadcrumb_content_two h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}
.breadcrumb_content_two .breadcrumb {
  justify-content: center;
}
.breadcrumb_content_two .breadcrumb .breadcrumb-item {
  font-size: 16px;
  color: #fff;
}
.breadcrumb_content_two .breadcrumb .breadcrumb-item:before {
  color: #fff;
}
.breadcrumb_content_two .breadcrumb .breadcrumb-item a {
  color: #fff;
}

.sbnr-aesthetic_four {
  overflow: hidden;
}

/*=========== End page_breadcrumb css ============*/
/* Home Doc Banner Two Area css
============================================================================================ */
.doc_banner_area_dip {
  background: #002454;
  text-align: center;
  padding: 215px 0 245px;
  position: relative;
}
.doc_banner_area_dip .banner_shap_img_dip li {
  position: absolute;
  z-index: 0;
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(1) {
  left: 65px;
  bottom: 30%;
  top: auto;
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(2) {
  bottom: 10%;
  right: 15%;
  top: auto;
  left: auto;
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(3) {
  left: 380px;
  bottom: 80px;
  top: auto;
  right: auto;
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(4) {
  bottom: auto;
  top: 185px;
  left: 134px;
  right: auto;
  animation: myfirst 18s linear infinite;
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(5) {
  bottom: 220px;
  top: auto;
  left: auto;
  right: 65px;
  animation: secand 18s linear infinite;
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(6) {
  bottom: auto;
  top: 135px;
  left: 20%;
  right: auto;
  animation: myfirst 25s linear infinite;
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(7) {
  bottom: auto;
  top: 176px;
  left: auto;
  right: 10%;
  height: auto;
  width: auto;
  animation: 28s cloud infinite linear;
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(8) {
  left: 72%;
  top: 30%;
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(9) {
  left: 74%;
  top: 58%;
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(10) {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(11) {
  left: 25%;
  top: 60%;
  transform: translateX(-50%) translateY(-50%);
}
.doc_banner_area_dip .doc_banner_content {
  position: relative;
  z-index: 10;
}
.doc_banner_area_dip .doc_banner_content h2 {
  font-size: 46px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 45px;
}
.doc_banner_area_dip .header_search_form {
  max-width: 690px;
  margin: 0 auto 0;
  position: relative;
}
.doc_banner_area_dip .header_search_form .form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}
.doc_banner_area_dip .header_search_form .input-wrapper {
  position: relative;
  flex: 1;
  max-width: 562px;
  margin-right: 10px;
}
.doc_banner_area_dip .header_search_form .input-wrapper i {
  position: absolute;
  left: 30px;
  font-size: 20px;
  color: #b6bac3;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.doc_banner_area_dip .header_search_form .input-wrapper input {
  background: #fff;
  border: 0;
  height: 60px;
  font-size: 16px;
  padding-left: 30px;
  width: 100%;
  border-radius: 4px;
  line-height: 60px;
  padding-right: 30px;
  outline: none;
  box-shadow: none;
}
.doc_banner_area_dip .header_search_form .input-wrapper input.placeholder {
  color: #848996;
  font-size: 16px;
}
.doc_banner_area_dip .header_search_form .input-wrapper input:-moz-placeholder {
  color: #848996;
  font-size: 16px;
}
.doc_banner_area_dip .header_search_form .input-wrapper input::-moz-placeholder {
  color: #848996;
  font-size: 16px;
}
.doc_banner_area_dip .header_search_form .input-wrapper input::-webkit-input-placeholder {
  color: #848996;
  font-size: 16px;
}
.doc_banner_area_dip .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;
}
.doc_banner_area_dip .header_search_form .custom-select:after {
  border-bottom: 1px solid var(--secondary_color);
  border-right: 1px solid var(--secondary_color);
}
.doc_banner_area_dip .header_search_form .custom-select li {
  font-size: 14px;
  color: var(--secondary_color);
  line-height: 40px;
}
.doc_banner_area_dip .header_search_form .custom-select:focus {
  box-shadow: none;
}
.doc_banner_area_dip .header_search_form_info {
  position: relative;
}
.doc_banner_area_dip .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;
}
.doc_banner_area_dip .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);
}
.doc_banner_area_dip .header_search_form_info .header_search_form_panel ul {
  margin-bottom: 0;
}
.doc_banner_area_dip .header_search_form_info .header_search_form_panel ul > li {
  font-size: 16px;
  color: var(--secondary_color);
}
.doc_banner_area_dip .header_search_form_info .header_search_form_panel ul > li .search_item {
  border-top: 1px solid #e6eeef;
  padding: 10px 0 5px;
  margin-top: 8px;
}
.doc_banner_area_dip .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;
}
.doc_banner_area_dip .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;
}
.doc_banner_area_dip .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;
}
.doc_banner_area_dip .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: var(--brand_color);
  opacity: 0;
  transition: all 0.2s linear;
}
.doc_banner_area_dip .header_search_form_info .header_search_form_panel ul > li .search_item li > a:hover {
  background: #f4f9fa;
}
.doc_banner_area_dip .header_search_form_info .header_search_form_panel ul > li .search_item li > a:hover:before {
  opacity: 1;
  height: 100%;
}
.doc_banner_area_dip .header_search_keyword {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  justify-content: center;
  margin-top: 20px;
}
.doc_banner_area_dip .header_search_keyword span {
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
}
.doc_banner_area_dip .header_search_keyword ul {
  margin-bottom: 0;
}
.doc_banner_area_dip .header_search_keyword ul li {
  display: inline-block;
  margin-right: 4px;
}
.doc_banner_area_dip .header_search_keyword ul li a {
  display: block;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 45px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: all 300ms linear 0s;
  font-weight: 500;
}
.doc_banner_area_dip .header_search_keyword ul li a:hover {
  background: #fff;
  color: #002454;
}

/* End Home Doc Banner Two Area css
============================================================================================ */
/* Forum Banner Area css
============================================================================================ */
.doc_banner_area.search-banner-light {
  background-color: var(--black_25);
  padding-top: 130px;
  padding-bottom: 70px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.doc_banner_area.search-banner-light .banner_shap_img li:first-child {
  top: auto;
  bottom: 0;
}
.doc_banner_area.search-banner-light .banner_shap_img li:last-child {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.doc_banner_area.hero3 {
  padding-top: 188px;
  padding-bottom: 85px;
}
.doc_banner_area.hero3 .doc_banner_content > .title {
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 700;
}
.doc_banner_area.hero3 .doc_banner_content .header_search_form {
  margin-top: 30px;
}
.doc_banner_area.hero3 .doc_banner_content .header_search_form .header_search_form_info .form-group .input-wrapper i {
  color: var(--p_color);
}

.search-banner-light .header_search_form {
  max-width: 650px;
}
.search-banner-light .header_search_form .header_search_form_info .form-group {
  margin-bottom: 10px;
}
.search-banner-light .header_search_form .header_search_form_info .form-group .input-wrapper {
  max-width: 650px;
  margin-right: 0;
}
.search-banner-light .header_search_form .header_search_form_info .form-group .input-wrapper i {
  color: var(--brand_color);
}
.search-banner-light .header_search_form .header_search_form_info .form-group .input-wrapper input {
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  box-shadow: 0 1px 1px rgba(11, 80, 115, 0.3), 0 1px 5px rgba(60, 64, 67, 0.1);
  padding-right: 30px;
}
.search-banner-light .header_search_form .header_search_form_info .form-group .input-wrapper input:focus, .search-banner-light .header_search_form .header_search_form_info .form-group .input-wrapper input:hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
}
.search-banner-light .header_search_form .header_search_form_info .form-group .input-wrapper input::placeholder {
  color: var(--black_400);
  font-size: 14px;
  font-weight: 400;
}
.search-banner-light .header_search_keyword {
  text-align: center;
  justify-content: center;
}
.search-banner-light .header_search_keyword .header-search-form__keywords-label {
  color: var(--black_700);
  font-weight: 400;
}
.search-banner-light .header_search_keyword ul li {
  margin-right: 4px;
}
.search-banner-light .header_search_keyword ul li a {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid rgba(8, 102, 255, 0.2);
  transition: all 300ms linear 0s;
  border-radius: 0;
  color: var(--black_800);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  display: inline;
}
.search-banner-light .header_search_keyword ul li:hover a {
  border-color: var(--brand_color);
}

.breadcrumb_link {
  background: #f2f5f7;
}
.breadcrumb_link .bread_link_inner .nav li {
  margin-right: 32px;
}
.breadcrumb_link .bread_link_inner .nav li a {
  line-height: 60px;
  color: var(--p_color);
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.breadcrumb_link .bread_link_inner .nav li a:before {
  content: "5";
  font-family: "ElegantIcons";
  font-size: 14px;
  color: var(--p_color);
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumb_link .bread_link_inner .nav li a.active {
  color: var(--secondary_color);
}
.breadcrumb_link .bread_link_inner .nav li:last-child {
  margin-right: 0;
}
.breadcrumb_link .bread_link_inner .nav li:last-child a:before {
  display: none;
}
.breadcrumb_link .bread_link_inner p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 60px;
}
.breadcrumb_link .bread_link_inner p i {
  padding-right: 7px;
  font-size: 12px;
}

/* End Forum Banner Area css
============================================================================================ */
/* Video Breadcrumb Area css
============================================================================================ */
.video_breadcrumb_area {
  background: linear-gradient(90deg, #fff4e6 0%, #fffbf5 100%);
}
.video_breadcrumb_area .breadcrumb_text {
  text-align: center;
  padding-top: 185px;
  padding-bottom: 95px;
}
.video_breadcrumb_area .breadcrumb_text h2 {
  color: var(--secondary_color);
  font-size: 50px;
  font-weight: bold;
  line-height: 59px;
  margin-bottom: 8px;
}
.video_breadcrumb_area .breadcrumb_text ul {
  justify-content: center;
}
.video_breadcrumb_area .breadcrumb_text ul li {
  margin-right: 30px;
}
.video_breadcrumb_area .breadcrumb_text ul li a {
  color: var(--p_color);
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.video_breadcrumb_area .breadcrumb_text ul li a:before {
  content: "5";
  font-family: "ElegantIcons";
  font-size: 14px;
  color: var(--p_color);
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
}
.video_breadcrumb_area .breadcrumb_text ul li a.active {
  color: var(--secondary_color);
}
.video_breadcrumb_area .breadcrumb_text ul li:last-child {
  margin-right: 0;
}
.video_breadcrumb_area .breadcrumb_text ul li:last-child a:before {
  display: none;
}

/* End Video Breadcrumb Area css
============================================================================================ */
/** === Doc search form result === **/
.doc_banner_text .banner_search_form {
  transition: all 0.4s;
}

.doc_banner_text .banner_search_form {
  margin-top: 45px;
}

.header_search_form, .doc_banner_text .banner_search_form {
  position: relative;
}

.banner_search_form .form-control:focus .doc_banner_area_one {
  align-items: flex-start;
}
.banner_search_form .form-control:focus .doc_banner_text {
  padding-top: 200px;
}

#docy-search-result {
  padding: 0;
  border: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
  font-size: 14px;
  font-weight: 400;
  display: none;
  transition: all 0.4s;
  z-index: 99;
  margin-top: 10px;
}
#docy-search-result .searchbar-tabs {
  padding: 0 10px 15px;
}
#docy-search-result .searchbar-tabs .tab-item {
  padding-bottom: 3px;
}
#docy-search-result a {
  text-decoration: none;
}
#docy-search-result.ajax-search {
  display: block;
}
#docy-search-result::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  left: 40px;
  border-left: 1px solid #e6eeef;
  border-top: 1px solid #e6eeef;
}
#docy-search-result .breadcrumb {
  padding-left: 25px;
}
#docy-search-result .breadcrumb .breadcrumb-item:last-child {
  display: none;
}
#docy-search-result h5 {
  margin-bottom: 10px;
  text-align: left;
  color: #dc3545;
  padding: 10px;
}
#docy-search-result .error.title {
  margin-bottom: 0;
  text-align: left;
  color: #dc3545;
}
#docy-search-result .doc-section {
  border-right: none;
  padding-left: 25px;
}
#docy-search-result .search-results-tab.no-thumbnail .doc-section, #docy-search-result .search-results-tab.no-thumbnail .breadcrumb {
  padding-left: 0px;
}
#docy-search-result .search-results-tab.no-thumbnail a .topic-section {
  padding-left: 0;
}
#docy-search-result #forum-search-results .breadcrumb .breadcrumb-item:nth-child(2)::before {
  display: none;
}
#docy-search-result #forum-search-results .breadcrumb .breadcrumb-item:last-child {
  display: block;
}
#docy-search-result .search-result-item {
  padding: 7px 15px;
  position: relative;
  border-bottom: 1px solid var(--black_50);
  transition: 0.3s all;
  cursor: pointer;
}
#docy-search-result .search-result-item a {
  display: flex;
  color: var(--black_800);
}
#docy-search-result .search-result-item a .topic-section {
  padding-left: 26px;
}
#docy-search-result .search-result-item a.title {
  color: var(--black_800);
}
#docy-search-result .search-result-item:last-child {
  border-bottom: none;
}
#docy-search-result .search-result-item:hover svg.block.h-auto.w-16 {
  display: block;
}
#docy-search-result .search-result-item:hover {
  background: var(--brand_color);
}
#docy-search-result .search-result-item:hover .breadcrumb-item {
  color: var(--black_100);
}
#docy-search-result .search-result-item:hover a {
  color: #fff;
}
#docy-search-result .search-result-item:hover .search-price-wrap {
  color: #f1f1f1;
}
#docy-search-result .search-result-item img, #docy-search-result .search-result-item svg.block.h-full.w-auto {
  position: absolute;
  top: 12px;
  margin: auto;
}
#docy-search-result .search-result-item svg.block.h-auto.w-16 {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
#docy-search-result .search-result-item.shop-search-result-item {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}
#docy-search-result .search-result-item.shop-search-result-item .shop-search-thumbnail-wrap > img {
  position: unset;
  width: auto;
  max-width: 70px;
  height: auto;
  max-height: 70px;
}
#docy-search-result .search-result-item.shop-search-result-item .shop-search-thumbnail-wrap > svg.block.h-full.w-auto {
  position: unset;
  width: 70px;
  height: 70px;
}
#docy-search-result .search-result-item.shop-search-result-item .shop-search-content-wrap a > span {
  padding-left: 0;
  font-size: 15px;
}
#docy-search-result .search-result-item.shop-search-result-item .shop-search-content-wrap .search-price-wrap {
  text-align: left;
}

#shop-search-results a.view-more-btn {
  padding: 0.75rem 1rem;
  display: block;
  color: black;
}

.search-banner-light #docy-search-result {
  margin-top: -2px;
}

#searchInput + .spinner {
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-55%);
  display: none;
  z-index: 999;
}
#searchInput + .spinner img {
  width: 22px;
}

.hero_cool #searchInput + .spinner,
.sbnr-aesthetic #searchInput + .spinner {
  right: 80px;
}

.has_drop #searchInput + .spinner {
  right: 130px;
}
.has_drop #searchInput::-webkit-search-cancel-button {
  right: 130px;
  position: absolute;
}

#post h2, #post h3, #post h4 {
  font-weight: 500;
  margin-bottom: 20px;
  padding-top: 80px;
  margin-top: -80px;
}

:is(.single-courses, .single-lesson) .tutor-wrap {
  margin-bottom: 100px;
}
:is(.single-courses, .single-lesson) .navbar {
  position: static;
}
:is(.single-courses, .single-lesson) h1 {
  font-size: 36px;
}
:is(.single-courses, .single-lesson) .tutor-course-details-top {
  margin-top: 10px;
}
:is(.single-courses, .single-lesson) a:hover {
  text-decoration: none;
}

.tutor-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.tutor-login-wrap form a.tutor-btn {
  margin-bottom: 0;
}

.tutor-card-list-item:nth-child(even) {
  background-color: var(--black_25);
}

.tutor-card-list-item:not(:last-child) {
  border-color: var(--black_50);
}

body {
  --tutor-body-color: var(--black_900);
  --tutor-color-secondary: var(--black_700);
  --tutor-border-color: var(--black_50);
  --tutor-body-color-rgb: "";
}
body.body_dark .tutor-course-content-list-item:hover {
  background-color: #000000;
}
body.body_dark .tutor-course-content-list-item:hover .tutor-course-content-list-item-icon {
  color: #ffffff;
}
body.body_dark .tutor-course-content-list-item:hover .tutor-course-content-list-item-title a {
  color: var(--black_25);
}
body.body_dark .tutor-toggle-more-collapsed:before {
  background: -webkit-linear-gradient(bottom, #131417 15%, rgba(245, 245, 245, 0) 100%) !important;
}

.tutor-form-select-dropdown,
.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs), .tutor-accordion-item,
.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header,
.tutor-course-single-sidebar-wrapper, .tutor-course-single-sidebar-title,
.tutor-dashboard .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks:before {
  border-color: var(--black_50);
}

.tutor-course-details-widget-tags .tutor-tag-list li a {
  margin-bottom: 10px;
}

.tutor-course-single-sidebar-wrapper,
.tutor-table tr th,
.tutor-dashboard .tutor-frontend-dashboard-header:after,
.tutor-dashboard-menu-divider {
  background-color: var(--black_50);
}

.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header,
.tutor-single-course-sidebar-more > div, .tutor-accordion-item-header,
.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body {
  background-color: var(--black_25);
}

.tutor-table tr td, .tutor-form-control,
.tutor-form-select-dropdown, .tutor-card-list-item,
.tutor-course-single-sidebar-wrapper .tutor-course-topic-item a,
.tutor-course-single-sidebar-title,
.tutor-course-single-sidebar-wrapper .tutor-accordion-item-body,
.tutor-course-content-list-item, .tutor-form-check-input,
.tutor-card {
  background-color: var(--bs-white);
}

.tutor-color-secondary {
  color: var(--black_500);
}

.tutor-course-topic-title {
  color: var(--black_700);
}

.tutor-btn-outline-primary,
.tutor-nav-link, .tutor-nav-link:focus, .tutor-nav-link:hover, .tutor-nav-link:active {
  text-decoration: none !important;
}

.tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky {
  z-index: 1;
}

.tutor-nav {
  background: var(--bs-white);
}

.tutor-btn-ghost {
  margin-bottom: 40px;
}

.tutor-tag-list li a {
  font-size: 14px;
  padding: 5px 20px;
}

.tutor-instructor-application-process {
  padding-top: 0;
}

/*=============== doc_features_area_one css ===========*/
.doc_features_area_one {
  position: relative;
  z-index: 1;
  padding: 100px 0 140px;
}
.doc_features_area_one:before {
  content: "";
  width: 100%;
  height: 460px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.doc_features_item_one {
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 4px 8px 0 rgba(4, 73, 89, 0.05);
  padding: 30px;
  transition: all 0.3s linear;
  cursor: pointer;
}
.doc_features_item_one h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  transition: color 0.2s linear;
}
.doc_features_item_one h3:hover {
  color: var(--brand_color);
}
.doc_features_item_one p {
  line-height: 24px;
}
.doc_features_item_one img {
  margin-right: 30px;
}
.doc_features_item_one .learn_btn {
  font-size: 14px;
}
.doc_features_item_one .learn_btn i {
  font-size: 20px;
  margin-left: 4px;
}
.doc_features_item_one:hover {
  box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.08);
}

.learn_btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--black_800);
  padding-top: 5px;
  display: inline-block;
  transition: color 0.2s linear;
}
.learn_btn i {
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  margin-left: 6px;
  transition: all 0.2s linear, color 0s linear;
}
.learn_btn.c_blue {
  color: var(--brand_color);
}
.learn_btn:hover {
  color: var(--brand_color);
}
.learn_btn:hover i {
  transform: translateX(8px);
}
.learn_btn:hover.c_blue {
  color: var(--secondary_color);
}

/*=============== doc_features_area_one css ===========*/
/* Header Feature Area css
============================================================================================ */
.h_feature_area .h_feature_box {
  max-width: 968px;
  margin: auto;
  background: #fff;
  margin-top: -180px;
  position: relative;
  border-radius: 8px;
  border-bottom: 2px solid #ebe9f2;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.h_feature_area .h_feature_box .col-lg-4:last-child .h_feature_item:before {
  display: none;
}

.h_feature_item {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.h_feature_item:before {
  content: "";
  height: 140px;
  width: 1px;
  background: #ebe9f2;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.h_feature_item img {
  margin-bottom: 25px;
}
.h_feature_item h4 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--secondary_color);
  transition: all 300ms linear 0s;
}
.h_feature_item:hover h4 {
  color: var(--brand_color);
}

/* End Header Feature Area css
  ============================================================================================ */
/* Solution Area css
  ============================================================================================ */
.solution_inner .col-lg-6:last-child .solution_item {
  background: #e8f9fc;
}

.solution_item {
  background: #fcf9ed;
  border-radius: 5px;
  padding: 47px 45px 42px 45px;
}
.solution_item .media .d-flex {
  padding-right: 43px;
}
.solution_item .media .media-body h4 {
  color: var(--secondary_color);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.solution_item .media .media-body p {
  margin-bottom: 0;
}
.solution_item .media .media-body .text_btn {
  margin-top: 17px;
  display: inline-block;
}

/* End Solution Area css
  ============================================================================================ */
/* Topic List Area css
  ============================================================================================ */
.topic_list_item {
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 36px 36px 38px;
  border: 1px solid #e5eff5;
  transition: all 300ms linear 0s;
  box-shadow: 0 2px 3px rgba(3, 27, 78, 0.05);
  transition: all 300ms linear 0s;
}
.topic_list_item img {
  padding-right: 15px;
  max-width: 40px;
}
.topic_list_item .topic-title {
  display: flex;
  justify-content: space-between;
}
.topic_list_item .topic-title h4 {
  font-size: 20px;
  margin-bottom: 25px;
  display: flex;
  width: 100%;
}
.topic_list_item .count {
  color: var(--p_color);
  font-size: 14px;
  font-weight: 400;
}
.topic_list_item ul li {
  margin-bottom: 10px;
}
.topic_list_item ul li a {
  color: var(--p_color);
  font-size: 16px;
  transition: all 300ms linear 0s;
}
.topic_list_item ul li a i {
  padding-right: 12px;
}
.topic_list_item ul li a:hover {
  color: var(--brand_color);
  text-decoration: none;
}
.topic_list_item ul li:last-child {
  margin-bottom: 0;
}
.topic_list_item .text_btn {
  margin-top: 36px;
  display: inline-block;
  text-decoration: none !important;
}
.topic_list_item:hover {
  box-shadow: 0 16px 40px 0 rgba(10, 50, 102, 0.1);
  border-color: #fff;
}

/* End Topic List Area css
  ============================================================================================ */
/* Question List Area css
  ============================================================================================ */
.question_menu h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 32px;
}
.question_menu .nav-tabs {
  border: none;
  margin-right: -15px;
  margin-bottom: -15px;
}
.question_menu .nav-tabs li {
  margin-right: 15px;
  margin-bottom: 15px;
}
.question_menu .nav-tabs li a {
  border: none;
  background: rgba(8, 102, 255, 0.07);
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 16px;
  color: var(--p_color);
  text-decoration: none;
  transition: all 300ms linear 0s;
}
.question_menu .nav-tabs li a:hover {
  background: rgba(8, 102, 255, 0.1);
}
.question_menu .nav-tabs li a.active {
  background: var(--brand_color);
  color: #fff;
}

.question_list .fade {
  transition: opacity 0.5s linear;
}
.question_list .ques_item {
  background: rgba(8, 102, 255, 0.07);
  padding: 35px 25px 35px 35px;
  border-radius: 5px;
}
.question_list .ques_item h4 {
  color: var(--secondary_color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 13px;
}
.question_list .ques_item p {
  margin-bottom: 0;
}
.question_list .ques_item:nth-child(even) {
  background: #fff;
}

/* End Question List Area css
  ============================================================================================ */
.freelancing_list {
  background: #f2f5f7;
  padding-top: 60px;
  padding-bottom: 100px;
}
.freelancing_list .section_title {
  margin-bottom: 30px;
}
.freelancing_list .section_title h2 {
  font-size: 30px;
  font-weight: bold;
}

.h_content_items.collapse-wrap {
  display: none;
}

.link-wrap {
  text-decoration: none !important;
}

.h_item {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 22px;
  margin-bottom: 30px;
  box-shadow: 0 1px 3px rgba(29, 56, 70, 0.16);
  border-radius: 5px;
  text-align: center;
  color: var(--p_color);
  transition: all 300ms linear 0s;
}
.h_item img {
  max-width: 38px;
}
.h_item svg {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.h_item h4 {
  font-style: normal;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 13px;
  margin-top: 19.48px;
  transition: all 300ms linear 0s;
}
.h_item h4:hover {
  color: var(--brand_color);
}
.h_item p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.375;
  text-align: center;
  padding: 0 22.5px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.h_item:hover {
  box-shadow: 0 14px 25px rgba(29, 56, 70, 0.06);
}

.more {
  margin-top: 30px;
}
.more a {
  background: var(--bs-white);
  box-shadow: 0 1px 1px rgba(29, 56, 70, 0.16);
  border-radius: 5px;
  color: var(--black_700);
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  display: inline-block;
  font-size: 16px;
  padding: 0 51px;
  width: 220px;
}
.more a ion-icon {
  position: relative;
  top: 4.8px;
  margin-right: 10px;
  font-size: 20px;
}
.more a span {
  display: inline-block;
}
.more a span + span {
  display: none;
}
.more a.active span {
  display: none;
}
.more a.active span + span {
  display: inline-block;
}
.more a:hover {
  background: rgba(8, 102, 255, 0.2);
}

/* End Header Tabs Area css
  ============================================================================================ */
/* End Mission Area css
  ============================================================================================ */
.mission_area {
  padding-top: 75px;
}
.mission_area .main_title {
  margin-bottom: 60px;
}

.mission_item {
  box-shadow: 0 0.3px 0.9px rgba(29, 56, 70, 0.1), 0 1.6px 3.6px rgba(29, 56, 70, 0.13);
  border-radius: 5px;
  padding: 115px 50px;
  text-align: center;
  transition: all 300ms linear 0s;
  display: block;
}
.mission_item img {
  margin-bottom: 20px;
}
.mission_item.one {
  background: #e3f5fc;
}
.mission_item.one:hover {
  background: #c2e5f2;
}
.mission_item.two {
  background: #eefce3;
}
.mission_item.two:hover {
  background: #d6f2c2;
}
.mission_item svg {
  margin-bottom: 20px;
}
.mission_item h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--secondary_color);
  margin-bottom: 7px;
}
.mission_item p {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--p_color);
}

/* End Mission Area css */
/* Quesiton Area css */
.question_menu.docs3 .nav {
  margin-bottom: 60px;
}
.question_menu.docs3 .nav li {
  margin-right: 20px;
  margin-bottom: 0;
}
.question_menu.docs3 .nav li:last-child {
  margin-right: 0;
}
.question_menu.docs3 .nav li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary_color);
  border-radius: 4px;
  line-height: 55px;
  padding: 0 28px;
  display: inline-block;
  background: transparent;
}
.question_menu.docs3 .nav li a ion-icon {
  color: var(--p_color);
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.question_menu.docs3 .nav li a:hover {
  color: var(--brand_color);
  background: rgba(8, 102, 255, 0.2);
}
.question_menu.docs3 .nav li a:hover ion-icon {
  color: var(--brand_color);
}
.question_menu.docs3 .nav li a.active {
  color: #fff;
  background: var(--brand_color);
}
.question_menu.docs3 .nav li a.active ion-icon {
  color: #fff;
}
.question_menu.docs3 .topic_list_item {
  background: #ffffff;
  box-shadow: 0 0.3px 0.9px rgba(29, 56, 70, 0.1), 0 1.6px 3.6px rgba(29, 56, 70, 0.13);
  border-radius: 5px;
  padding-top: 38px;
  padding-bottom: 38px;
  transition: all 300ms linear 0s;
}
.question_menu.docs3 .topic_list_item h4 {
  margin-bottom: 20px;
  font-weight: 500;
}
.question_menu.docs3 .topic_list_item .text_btn {
  margin-top: 30px;
  font-size: 16px;
}
.question_menu.docs3 .topic_list_item .text_btn:hover {
  color: var(--brand_color);
}
.question_menu.docs3 .topic_list_item ul li a:hover {
  color: var(--brand_color);
}
.question_menu.docs3 .topic_list_item:hover {
  box-shadow: 0 14px 25px rgba(29, 56, 70, 0.06);
}

/* End Quesiton Area css
============================================================================================ */
/* End Quesiton Area css
============================================================================================ */
.asking_area {
  background: #f2f5f7;
  padding: 70px 0;
}
.asking_area .asking_item {
  background: #fff;
  box-shadow: 0 1px 3px rgba(12, 0, 46, 0.16);
  border-radius: 5px;
  position: relative;
  padding: 35px 35px;
}
.asking_area .asking_item h5 {
  font-size: 14px;
  margin-bottom: 11px;
  font-weight: 400;
}
.asking_area .asking_item h4 {
  margin-bottom: 25px;
}
.asking_area .asking_item svg,
.asking_area .asking_item img {
  position: absolute;
  right: 0;
  bottom: -1px;
}
.asking_area .asking_item .main_btn {
  font-weight: 500;
}

/* End Quesiton Area css
============================================================================================ */
.toggle_shortcode {
  padding-bottom: 60px;
}

.toggle_btn {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--black_900);
  background: var(--black_50);
  text-align: left;
  border-radius: 4px;
  padding: 12px 30px;
  position: relative;
  text-decoration: none !important;
}
.toggle_btn:not(.collapsed) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: var(--brand_color);
}
.toggle_btn:before {
  content: "C";
  position: absolute;
  font-size: 18px;
  font-family: eleganticons;
  right: 30px;
  transform: rotate(180deg);
  transition: all 0.2s linear;
  color: var(--brand_color);
}
.toggle_btn.collapsed:before {
  transform: rotate(0deg);
  color: var(--black_800);
}

.toggle_body {
  border: 1px solid var(--black_50);
  padding: 18px 30px 24px 30px;
  border-radius: 0 0 4px 4px;
  background: var(--bs-white);
}

.doc_accordion {
  border: 0;
  margin-bottom: 1rem;
}
.doc_accordion:last-child {
  margin-bottom: 0;
}
.doc_accordion .card-header {
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0;
}
.doc_accordion .card-header .title {
  padding: 0;
}
.doc_accordion .card-header button {
  padding: 12px 30px;
  border-radius: 4px 4px 0 0;
  text-align: left;
  width: 100%;
  font-size: 16px;
  color: var(--brand_color);
  font-weight: 500;
  background: var(--black_50);
  text-decoration: none;
  position: relative;
}
.doc_accordion .card-header button svg {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  transition: all 0.2s linear;
}
.doc_accordion .card-header button svg + svg {
  display: block;
}
.doc_accordion .card-header button.collapsed {
  color: var(--black_800);
  border-radius: 4px;
}
.doc_accordion .card-header button.collapsed svg {
  display: block;
  color: var(--p_color);
}
.doc_accordion .card-header button.collapsed svg + svg {
  display: none;
}

.accordion-article-wrap .toggle_btn {
  font-weight: 400;
}
.accordion-article-wrap .accordion-article-item {
  border: 1px solid var(--black_50);
  padding: 20px;
  margin: 12px 0;
  min-height: 230px;
}
.accordion-article-wrap .accordion-article-item h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.accordion-article-wrap .accordion-article-item h4:hover {
  color: var(--brand_color);
}
.accordion-article-wrap .accordion-article-item .post-meta {
  margin-bottom: 0;
}
.accordion-article-wrap .accordion-article-item .post-meta li {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px !important;
  color: var(--black_400);
}

/*============== Start doc_tag_area css =============*/
.doc_tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 0;
  margin-bottom: 75px;
}
.doc_tag .nav-item {
  margin-bottom: 0;
}
.doc_tag .nav-item .nav-link {
  font-size: 14px;
  font-weight: 400;
  color: var(--brand_color);
  border: 1px solid rgba(8, 102, 255, 0.2);
  border-radius: 4px;
  background-color: rgba(16, 179, 214, 0.031);
  padding: 0 20px;
  line-height: 28px;
  margin: 0 5px;
  transition: all 0.4s linear;
  text-decoration: none;
}
.doc_tag .nav-item .nav-link:not(.active):hover {
  background: rgba(8, 102, 255, 0.2);
}
.doc_tag .nav-item .nav-link.active {
  background-color: var(--brand_color);
  border-color: var(--brand_color);
  color: #fff;
}

.doc_tab_pane .row {
  margin-bottom: -85px;
}

.doc_tag_item {
  margin-bottom: 85px;
}

.tag_list {
  margin-bottom: 32px;
  list-style: none;
}
.tag_list li {
  margin: 15px 0 0 0;
  padding: 0;
}
.tag_list li .children {
  list-style: none;
}
.tag_list li a {
  font-size: 16px;
  color: var(--p_color);
  line-height: 22px;
  transition: color 0.2s linear;
  display: flex;
  text-decoration: none !important;
}
.tag_list li a:before {
  content: "h";
  font-family: "ElegantIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding-right: 15px;
}
.tag_list li a i {
  margin-right: 15px;
}
.tag_list li a:hover {
  color: var(--brand_color);
}

/** === Docs 2 === **/
.documentation_tab {
  border-bottom: 2px solid #e1e9eb;
}
.documentation_tab .nav-item {
  margin-bottom: 0;
}
.documentation_tab .nav-item .nav-link {
  border: 0;
  color: var(--p_color);
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px 10px;
  position: relative;
  transition: color 0.2s linear;
  background: transparent;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.documentation_tab .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  background: var(--brand_color);
  transition: width 0.3s linear;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.documentation_tab .nav-item .nav-link:hover, .documentation_tab .nav-item .nav-link.active {
  color: var(--brand_color);
}
.documentation_tab .nav-item .nav-link.active::before {
  width: 100%;
  left: 0;
  right: auto;
}

.documentation_tab_pane {
  padding-top: 65px;
}
@media (max-width: 991px) {
  .documentation_tab_pane {
    margin-bottom: 30px;
    padding-top: 40px;
  }
}

.documentation_text .doc-logo {
  margin-bottom: 20px;
  max-width: 150px;
}
.documentation_text .round {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgb(15, 204, 208);
  box-shadow: 0 20px 30px 0 rgba(24, 211, 214, 0.2);
  display: block;
  text-align: center;
  line-height: 100px;
  margin-bottom: 25px;
}
.documentation_text h4 {
  font-size: 24px;
  margin-bottom: 18px;
}
.documentation_text p {
  margin-bottom: 0;
}
.documentation_text .learn_btn {
  padding-top: 20px;
}

.documentation_item {
  display: flex;
}
.documentation_item .icon {
  border-radius: 10px;
  background-color: var(--bs-white);
  box-shadow: 0 10px 30px 0 rgba(76, 76, 241, 0.12);
  width: 70px;
  height: 70px;
  text-align: center;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
}
.documentation_item .media-body {
  flex: 1;
}
.documentation_item .media-body .title {
  font-weight: 500;
  margin: 0 0 8px;
  transition: color 0.2s linear;
  display: block;
  line-height: 1.5;
}
.documentation_item .media-body .title:hover {
  color: var(--brand_color);
}
.documentation_item .media-body p {
  margin-bottom: 0;
}

/**== Docs 4 / Book chapter CSS ==**/
.book-chapter-nav {
  position: relative;
  flex-flow: row nowrap;
  display: flex;
  overflow-x: auto;
  gap: 15px;
  margin: 0;
}
.book-chapter-nav li {
  display: inline-block;
  padding: 0 15px;
  border-bottom: 2px solid transparent;
  min-width: 150px;
  margin: 0;
}
.book-chapter-nav li.active {
  border-color: var(--brand_color);
}
.book-chapter-nav li.active a, .book-chapter-nav li.active span {
  color: var(--brand_color) !important;
}
.book-chapter-nav li a {
  padding: 12px 0;
  font-weight: 500;
  position: relative;
  color: var(--black_900);
  margin-right: 20px;
  font-size: 15px;
}
.book-chapter-nav li a:hover, .book-chapter-nav li a:hover span.chapter-part {
  color: var(--brand_color);
  text-decoration: none;
}
.book-chapter-nav li a span.chapter-part {
  display: block;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: 400;
  color: var(--black_700);
}

.dock4-nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  left: 0;
  right: 0;
  justify-content: center;
  z-index: 1;
  border-top: 2px solid var(--border_on_white);
  overflow: auto;
  white-space: nowrap;
  margin: auto;
  text-align: center;
}
.dock4-nav-sticky::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid var(--border_on_white);
  z-index: -1;
}
.dock4-nav-sticky .book-chapter-nav::after {
  display: none;
}
.dock4-nav-sticky .book-chapter-nav {
  margin-bottom: 0 !important;
  border-bottom: none;
}

.chapter_counter {
  font-size: 14px;
  margin-right: 5px;
  color: var(--black_300);
}

.docs4-heading {
  padding-top: 50px;
  padding-bottom: 20px;
}
.docs4-heading h3 {
  margin-top: 0;
  font-size: 18px;
}
.docs4-heading p {
  font-size: 16px;
}

.navbar-shown .dock4-nav-sticky {
  transition: 0.4s;
  top: 73px;
}

.admin-bar.navbar-shown .dock4-nav-sticky {
  transition: 0.4s;
  top: 105px;
}

.admin-bar .dock4-nav-sticky {
  top: 32px;
  z-index: 9999;
}

.doc4-section-title h4 {
  margin-top: 0;
  margin-bottom: 20px;
}

/*book chapter Dark*/
.body_dark .dock4-nav-sticky {
  background: #131417;
}

/** === Docs-5 === **/
.docs-5-title {
  background: #171544;
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  margin-bottom: 0;
}

.dox5-section-item {
  border: 1px solid var(--border_on_white);
  padding: 20px 0 0;
  background: var(--body_bg);
}

.section5-section-title {
  padding-bottom: 5px;
}
.section5-section-title h6 {
  font-size: 15px;
  font-weight: 500;
  color: var(--black_700);
  margin-bottom: 0;
  padding-left: 20px;
}

.section5-article {
  margin-bottom: 15px;
}
.section5-article ul li {
  padding: 10px 20px 10px 50px;
  line-height: 1.5;
  transition: all 0.3s;
}
.section5-article ul li:nth-child(even) {
  background: var(--black_50);
}
.section5-article ul li:hover {
  background: rgba(241, 241, 241, 0.4784313725);
}
.section5-article ul li a {
  color: var(--p_color);
  font-size: 15px;
}
.section5-article ul li a:hover {
  color: var(--brand_color);
}
.section5-article:last-child {
  margin-bottom: 0;
}

.docs-box-item {
  margin-bottom: 25px;
}

span.search_keyword_label {
  color: unset;
}

.searchbar-tabs {
  text-align: left;
}
.searchbar-tabs .tab-item {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 8px 5px;
  margin-right: 15px;
  color: var(--black_500);
  border: none;
  background: transparent;
  text-decoration: none !important;
}
.searchbar-tabs .tab-item.active {
  color: var(--brand_color) !important;
  border-bottom: 3px solid var(--brand_color) !important;
}
.searchbar-tabs .tab-item:hover {
  color: var(--brand_color);
}
.searchbar-tabs .tab-item:last-child {
  margin-right: 0;
}

.search_form_wrap .form-group .input-wrapper {
  position: relative;
}
.search_form_wrap input[type=search i] {
  width: 100%;
  padding: 13px 48px 13px 18px;
  border: 1px solid var(--black_50);
  border-radius: 0;
  transition: 0.4s;
}
.search_form_wrap input[type=search i]::-webkit-search-cancel-button {
  margin-right: 55px;
}
.search_form_wrap input[type=search i]::placeholder {
  color: #999;
}
.search_form_wrap .search_submit_btn {
  position: absolute;
  border: none;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: transparent;
}
.search_form_wrap .search_submit_btn > svg {
  width: auto;
  max-width: 25px;
  height: auto;
  max-height: 100%;
  min-width: 18px;
  object-fit: cover;
}
.search_form_wrap .search_submit_btn > i {
  font-size: 16px;
  font-weight: bold;
  color: #999;
}
.search_form_wrap .search_submit_btn.left {
  left: 10px;
  right: unset !important;
}
.search_form_wrap .search_submit_btn.right {
  right: 10px;
  left: unset !important;
}

.elementor-widget-docy_search_form form #searchInput + .spinner {
  right: 15px;
}

.header_search_form_info.search_form_wrap .search_submit_btn.left {
  right: unset !important;
  left: 0;
}

.header_search_form_info.search_form_wrap .search_submit_btn.right {
  left: unset !important;
}

/*============== Start doc_faq_area css =============*/
.doc_faq_area .doc_tag {
  margin-bottom: 50px;
}

.doc_faq_info .card {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 20px 50px 0 rgba(4, 73, 89, 0.1);
  border: 0;
  margin-bottom: 20px;
}
.doc_faq_info .card .card-header {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}
.doc_faq_info .card .card-header h2 button {
  display: block;
  text-align: left;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: var(--brand_color);
  text-decoration: none;
  padding: 19px 40px 19px 30px;
  position: relative;
}
.doc_faq_info .card .card-header h2 button i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  display: none;
}
.doc_faq_info .card .card-header h2 button i + i {
  display: block;
}
.doc_faq_info .card .card-header h2 button.collapsed {
  color: var(--secondary_color);
}
.doc_faq_info .card .card-header h2 button.collapsed i {
  display: block;
}
.doc_faq_info .card .card-header h2 button.collapsed i + i {
  display: none;
}
.doc_faq_info .card .card-body {
  border: 0;
  line-height: 24px;
  padding: 0 30px 35px;
}
.doc_faq_info .card.active {
  position: relative;
  z-index: 1;
}

/*=========== Faq-2 ============*/
.fact_navigation_info {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 20px 40px 0 rgba(4, 73, 89, 0.1);
  padding: 40px 40px 28px;
}

.fact_navigation {
  border: 0;
  padding-top: 8px;
  margin: 0;
}
.fact_navigation .nav-item {
  display: block;
  width: 100%;
  padding: 12px 0;
}
.fact_navigation .nav-item .nav-link {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: rgba(8, 102, 255, 0.5);
  position: relative;
  padding: 0 0 0 28px;
  border: 0;
  border-radius: 0;
  transition: all 0.2s linear;
  text-decoration: none;
}
.fact_navigation .nav-item .nav-link:before {
  content: "5";
  font-family: eleganticons;
  font-size: 20px;
  position: absolute;
  right: 0;
}
.fact_navigation .nav-item .nav-link i {
  position: absolute;
  left: 0;
  top: 2px;
}
.fact_navigation .nav-item .nav-link.active, .fact_navigation .nav-item .nav-link:hover {
  color: var(--brand_color);
  background: transparent !important;
}
.fact_navigation .nav-item .nav-link.active:before, .fact_navigation .nav-item .nav-link:hover:before {
  color: var(--brand_color);
}
.fact_navigation .nav-item + li {
  border-top: 1px solid #e6eeef;
}

.ycp .belah .luhur span.about {
  display: none;
}
.ycp .belah .luhur {
  height: 74px;
}
.ycp .belah .luhur span.tombol {
  font-size: 14px;
}
.ycp .belah .luhur span.tombol.vid-next {
  float: right;
  margin-right: 0;
}

/* Video Area css
============================================================================================ */
.video_list_area {
  background: rgba(76, 76, 241, 0.1);
}
.video_list_area.bg_gradient {
  background: linear-gradient(180deg, #ffffff 0%, #f0f3f7 100%);
}
.video_list_area.bg_gradient .accordion .card {
  box-shadow: 0 0.3px 0.9px rgba(29, 56, 70, 0.1), 0 1.6px 3.6px rgba(29, 56, 70, 0.13);
}
.video_list_area .art-video-player .art-bottom .art-progress .art-control-progress .art-control-progress-inner .art-progress-highlight span {
  background: transparent !important;
}
.video_list_area .art-video-player .art-bottom {
  overflow: visible;
}
.video_list_area .art-state {
  width: 80px;
  height: 80px;
}
.video_list_area .art-state ion-icon {
  font-size: 28px;
}
.video_list_area .art-mask-show .art-danmuku:before {
  content: "";
  background: rgba(54, 56, 149, 0.5);
  border-radius: 5px 5px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 11;
}
.video_list_area .add_icon .art-danmuku:before {
  content: "";
  background: rgba(54, 56, 149, 0.5);
  border-radius: 5px 5px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 11;
}
.video_list_area.theatermode {
  overflow: hidden;
}
.video_list_area.theatermode .col-lg-7 {
  flex: 0 0 100%;
  max-width: 100%;
  transition: all 300ms linear 0s;
}
.video_list_area.theatermode .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
.video_list_area.theatermode .col-lg-5 .video_list {
  width: 100%;
  margin-top: 100px;
}
.video_list_area.theatermode .col-lg-5 .video_list .video_list_inner .card .card-body .nav li {
  width: 100%;
  display: block;
}

.art-auto-size {
  height: 530px !important;
  align-items: flex-start !important;
}

.art-video-player.art-subtitle-show.art-layer-show.art-control-show.art-mask-show.art-fullscreen:hover .art-bottom {
  bottom: 0 !important;
}

.art-video-player.art-fullscreen-web {
  height: 70% !important;
  position: relative !important;
}

> .art-fullscreen-web + .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}

.art-video-player {
  width: 100% !important;
}

.video_list h3 {
  font-size: 24px;
  color: var(--secondary_color);
  margin-bottom: 30px;
}
.video_list .mCustomScrollBox {
  padding-right: 20px;
}
.video_list .mCSB_scrollTools {
  width: 8px;
  background: #fff;
  border-radius: 4px;
}
.video_list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  background: #b8c3cc;
}
.video_list .mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background: #fff;
}
.video_list .video_list_inner {
  max-height: 472px;
  padding-right: 0;
}
.video_list .video_list_inner .card {
  border: none;
  border-radius: 5px !important;
  background-color: var(--bs-white);
  margin-bottom: 10px;
}
.video_list .video_list_inner .card:last-child {
  margin-bottom: 0;
}
.video_list .video_list_inner .card .card-header {
  border: none;
  background: transparent;
  padding: 0;
}
.video_list .video_list_inner .card .card-header button {
  padding: 14px 30px;
  font-size: 18px;
  color: var(--black_800);
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 0;
  border: none;
  outline: none;
  text-transform: inherit;
  display: flex;
  align-items: center;
}
.video_list .video_list_inner .card .card-header button .count {
  color: #7f8493;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: 2px;
  margin-left: 22px;
}
.video_list .video_list_inner .card .card-header button .collapsed i + i {
  display: none;
}
.video_list .video_list_inner .card .card-header button .plus-minus {
  margin-left: auto;
  right: 20px;
  position: absolute;
}
.video_list .video_list_inner .card .card-header button .plus-minus i {
  line-height: 26px;
  display: none;
  color: var(--p_color);
}
.video_list .video_list_inner .card .card-header button .plus-minus i + i {
  display: inline-block;
}
.video_list .video_list_inner .card .card-body {
  padding: 8px 35px 25px 35px;
}
.video_list .video_list_inner .card .card-body .nav {
  border: none;
}
.video_list .video_list_inner .card .card-body .nav li {
  margin-bottom: 20px;
}
.video_list .video_list_inner .card .card-body .nav li a {
  padding: 0;
  border: none;
  background: transparent;
  text-decoration: none;
}
.video_list .video_list_inner .card .card-body .nav li a .media .d-flex {
  padding-right: 20px;
}
.video_list .video_list_inner .card .card-body .nav li a .media .d-flex .video_tab_img {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.video_list .video_list_inner .card .card-body .nav li a .media .d-flex .video_tab_img img {
  height: 100%;
}
.video_list .video_list_inner .card .card-body .nav li a .media .d-flex .video_tab_img:before {
  content: "";
  background: rgba(29, 39, 70, 0.55);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 300ms linear 0s;
}
.video_list .video_list_inner .card .card-body .nav li a .media .d-flex .video_tab_img:after {
  content: "\f215";
  font: normal normal normal 20px/1 ionicons;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  opacity: 0;
  transition: all 300ms linear 0s;
}
.video_list .video_list_inner .card .card-body .nav li a .media .media-body h4 {
  color: var(--secondary_color);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
  transition: all 300ms linear 0s;
}
.video_list .video_list_inner .card .card-body .nav li a .media .media-body .list div {
  display: inline-block;
  color: #7f8493;
  font-weight: 400;
  font-size: 12px;
  margin-right: 20px;
}
.video_list .video_list_inner .card .card-body .nav li a .media .media-body .list div ion-icon {
  padding-right: 6px;
}
.video_list .video_list_inner .card .card-body .nav li a .media .media-body .list div:last-child {
  margin-right: 0;
}
.video_list .video_list_inner .card .card-body .nav li a:hover .media .d-flex .video_tab_img:before, .video_list .video_list_inner .card .card-body .nav li a.active .media .d-flex .video_tab_img:before {
  opacity: 1;
}
.video_list .video_list_inner .card .card-body .nav li a:hover .media .d-flex .video_tab_img:after, .video_list .video_list_inner .card .card-body .nav li a.active .media .d-flex .video_tab_img:after {
  opacity: 1;
}
.video_list .video_list_inner .card .card-body .nav li a:hover .media .media-body h4, .video_list .video_list_inner .card .card-body .nav li a.active .media .media-body h4 {
  color: var(--brand_color);
}
.video_list .video_list_inner .card .card-body .nav li:last-child {
  margin-bottom: 0;
}

.art-video-player.art-layer-show .art-layers {
  display: none !important;
}

.art-control.art-control-control13.art-control-onlyText {
  display: none;
}

/* End Video Area css
============================================================================================ */
/* End Video Area css
============================================================================================ */
.video_slider_area .container {
  position: relative;
}
.video_slider_area.theatermode .col-lg-7 {
  transition: all 300ms linear 0s;
}
.video_slider_area.theatermode .gallery_main_area {
  transition: all 300ms linear 0s;
  position: absolute;
  right: 0;
  bottom: 177px;
  width: 60%;
}
.video_slider_area.theatermode .gallery_main_area .gallery-thumbs {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.video_slider_area.theatermode .gallery_main_area .gallery-thumbs .item {
  padding-left: 10px;
  padding-right: 10px;
}
.video_slider_area.theatermode .gallery_main_area .gallery-thumbs .item img {
  max-width: 100%;
}
.video_slider_area.theatermode .gallery_main_area .gallery-thumbs .item .caption_text {
  padding-left: 15px;
  padding-right: 15px;
}
.video_slider_area.theatermode .gallery_main_area .gallery-thumbs .item .caption_text svg {
  width: 23px;
  height: 23px;
}
.video_slider_area.theatermode .gallery_main_area .gallery-thumbs .item .caption_text h4 {
  font-size: 12px;
  margin-top: 8px;
}
.video_slider_area.theatermode .gallery_main_area .next svg,
.video_slider_area.theatermode .gallery_main_area .prev svg {
  width: 10px;
}
.video_slider_area.theatermode .gallery_main_area .prev {
  left: 8px;
}
.video_slider_area.theatermode .gallery_main_area .next {
  right: 8px;
}
.video_slider_area .gallery_inner_thumb {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.video_slider_area .gallery_inner_thumb:before {
  content: "";
  height: 145px;
  width: 100%;
  background: linear-gradient(180deg, rgba(44, 44, 81, 0) 0%, rgba(44, 44, 81, 0.9) 73.67%);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  top: 7px;
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-controls-right .art-control.art-control-subtitle[aria-label="Hide subtitle"] svg {
  fill: rgba(235, 245, 250, 0.5);
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-controls-right .art-control.art-control-subtitle[aria-label="Show subtitle"] svg {
  fill: #fff;
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-controls-right .art-control.art-control-setting[aria-label="Hide subtitle"] svg {
  fill: #fff;
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-controls-right .art-control.art-control-setting[aria-label="Show subtitle"] svg {
  fill: rgba(235, 245, 250, 0.5);
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-controls-right .art-control.art-control-control13.art-control-onlyText {
  display: none;
}
.video_slider_area .gallery-top .art-auto-size:hover .art-video-player .art-bottom {
  transform: translateY(0);
}
.video_slider_area .gallery-top .art-auto-size {
  height: 410px !important;
}
.video_slider_area .gallery-top .art-video-player .art-bottom {
  bottom: 0;
  background: rgba(235, 245, 250, 0.1);
  border-radius: 0 0 5px 5px;
  transform: translateY(48px);
  overflow: visible !important;
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-control-volume .art-volume-panel .art-volume-slider-handle {
  background: #fff;
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-control-volume .art-volume-panel .art-volume-slider-handle:after,
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-control-volume .art-volume-panel .art-volume-slider-handle:before {
  background: #fff;
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-control-volume .art-volume-panel .art-volume-slider-handle:after {
  background: rgba(235, 245, 250, 0.5);
}
.video_slider_area .gallery-top .art-video-player {
  border-radius: 10px;
  overflow: hidden;
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-progress {
  background: rgba(235, 245, 250, 0.1);
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-progress .art-control-progress {
  height: 2px;
  transition: all 300ms linear 0s;
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-progress .art-control-progress:hover {
  height: 4px;
  margin-top: -2px;
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-control {
  color: #fff;
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-control .art-icon svg {
  fill: rgba(235, 245, 250, 0.5);
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-control .art-icon svg:hover {
  fill: #fff !important;
}
.video_slider_area .gallery-top .art-video-player {
  height: 410px !important;
}
.video_slider_area.theatermode .gallery-top .col-lg-7 {
  flex: 0 0 100%;
  max-width: 100%;
}
.video_slider_area.theatermode .gallery-top .col-lg-7 .artplayer-app {
  height: 717px !important;
}
.video_slider_area.theatermode .gallery-top .col-lg-7 .art-video-player {
  height: 717px !important;
}
.video_slider_area.theatermode .gallery-top .col-lg-5 {
  flex: 0 0 40%;
  max-width: 40%;
}
.video_slider_area.theatermode .gallery-top .slide_text {
  margin-top: 30px;
  padding-left: 0;
  padding-bottom: 4px;
}
.video_slider_area.theatermode .gallery-top .slide_text p {
  max-width: 100%;
}

.slide_text {
  padding-left: 8px;
  transition: all 300ms linear 0s;
}
.slide_text h4 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 25px;
}
.slide_text p {
  color: #54595d;
  max-width: 420px;
  margin-bottom: 12px;
  transition: all 300ms linear 0s;
}
.slide_text .video_user a {
  color: var(--p_color);
  font-size: 14px;
  margin-right: 15px;
  display: inline-block;
}
.slide_text .video_user img {
  width: auto;
  max-width: 100%;
  display: inline-block;
  position: relative;
  top: -1px;
}
.slide_text .video_user ion-icon {
  position: relative;
  top: 2px;
}

.gallery_main_area {
  position: relative;
}
.gallery_main_area .prev,
.gallery_main_area .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.gallery_main_area .prev:hover svg path,
.gallery_main_area .next:hover svg path {
  fill: var(--brand_color);
}
.gallery_main_area .gallery-thumbs .slick-track {
  margin: 0 -15px;
}
.gallery_main_area .prev {
  left: -20px;
}
.gallery_main_area .prev, .gallery_main_area .next {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 1px solid #dfe1e5;
  z-index: 0;
  color: var(--black_400);
  background-color: #FFF;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.gallery_main_area .prev.slick-disabled, .gallery_main_area .next.slick-disabled {
  display: none !important;
}
.gallery_main_area .prev:hover, .gallery_main_area .next:hover {
  color: var(--black_700);
}
.gallery_main_area .next {
  right: -20px;
}

.gallery-thumbs {
  margin-top: 45px;
}
.gallery-thumbs .item {
  padding: 0 15px;
  position: relative;
  cursor: pointer;
}
.gallery-thumbs .item > img {
  width: 100%;
}
.gallery-thumbs .item .caption_text .play-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  left: 50%;
  display: none;
}
.gallery-thumbs .item .caption_text .play-icon ion-icon {
  font-size: 18px;
}
.gallery-thumbs .item .caption_text img {
  margin: auto !important;
}
.gallery-thumbs .item .caption_text h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  bottom: 15px;
  transform: translateX(-50%);
  left: 50%;
  width: 95%;
}
.gallery-thumbs .item .caption_text svg {
  opacity: 0;
}
.gallery-thumbs .item:hover .caption_text svg {
  opacity: 1;
}
.gallery-thumbs .item.slick-current .caption_text svg {
  opacity: 1;
}
.gallery-thumbs .slick-prev,
.gallery-thumbs .slick-next {
  z-index: 5;
}
.gallery-thumbs .slick-prev {
  left: 0;
}
.gallery-thumbs .slick-prev:before {
  content: "";
  font-size: 60px;
  color: var(--p_color);
  opacity: 1;
  background-image: url(../img/svg/arrow_left.svg);
}
.gallery-thumbs .slick-next {
  right: 0;
}

.gallery-thumbs .item.slick-current .caption_text .play-icon {
  display: flex;
}

.social_option {
  margin-top: 32px;
}
.social_option .count_div.active i {
  color: var(--brand_color);
}
.social_option .count_div {
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  margin-right: 15px;
  color: var(--p_color);
}
.social_option .count_div a, .social_option .count_div ion-icon {
  color: var(--p_color);
  margin-right: 2px;
}
.social_option .share_gropu {
  position: relative;
  display: inline-block;
  width: 160px;
  transition: all 300ms linear 0s;
}
.social_option .share_gropu .nav {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 300ms linear 0s;
  transform: perspective(1px) translateZ(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transform: scaleX(0);
}
.social_option .share_gropu.active {
  width: 150px;
}
.social_option .share_gropu.active .nav {
  transform: scaleX(1);
}
.social_option .nav {
  background: rgba(8, 102, 255, 0.2);
  border-radius: 20px;
  box-shadow: 0 0.3px 0.9px rgba(29, 56, 70, 0.1), 0 1.6px 3.6px rgba(29, 56, 70, 0.13);
  padding-right: 12px;
}
.social_option .nav li {
  display: inline-block;
  margin-right: 10px;
}
.social_option .nav li ion-icon {
  color: var(--black_700);
}
.social_option .nav li:first-child a {
  background: #fafcfc;
  box-shadow: 0 0 3.6px rgba(29, 56, 70, 0.1);
  border-radius: 20px;
  height: 42px;
  width: 42px;
  text-align: center;
}
.social_option .nav li a {
  color: #373b46;
  display: inline-block;
  line-height: 42px;
}
.social_option .nav li a ion-icon {
  position: relative;
  top: 2px;
}
.social_option .nav li:hover a {
  color: var(--brand_color);
}

.status_area {
  margin-top: 125px;
}
.status_area .status_inner {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(12, 0, 46, 0.1);
  border-radius: 5px;
  padding: 25px 50px;
}
.status_area .status_inner .media {
  align-self: center;
  align-items: center;
}
.status_area .status_inner .media .d-flex {
  margin-right: 86px;
}
.status_area .status_inner .media .media-body {
  align-self: center;
}
.status_area .status_inner .media .media-body h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}
.status_area .status_inner .media .media-right .main_btn {
  background: var(--brand_color);
  color: #fff;
  line-height: 60px;
  padding: 0 37px;
  font-size: 20px;
  font-weight: 700;
}
.status_area .status_inner .media .media-right .main_btn:hover {
  color: #fff;
  background: var(--brand_color);
}

.art-state, .play-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.art-state ion-icon, .play-icon ion-icon {
  text-shadow: 0 6px 12px rgba(8, 102, 255, 0.5);
  color: var(--brand_color);
}

.video_popup_slider {
  padding: 120px 0;
  background: #ffffff;
}
.video_popup_slider .container {
  position: relative;
}
.video_popup_slider .prev1,
.video_popup_slider .next1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  background: #54595d;
  opacity: 0.5;
  border-radius: 50%;
  transition: all 300ms linear 0s;
  cursor: pointer;
  text-align: center;
}
.video_popup_slider .prev1 ion-icon,
.video_popup_slider .next1 ion-icon {
  color: #fff;
  font-size: 30px;
  position: relative;
  top: 10px;
}
.video_popup_slider .prev1:hover,
.video_popup_slider .next1:hover {
  opacity: 1;
}
.video_popup_slider .prev1.slick-disabled,
.video_popup_slider .next1.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.video_popup_slider .prev1 {
  left: 25px;
}
.video_popup_slider .next1 {
  right: 25px;
}
.video_popup_slider .popup_slick {
  margin-left: -15px;
  margin-right: -15px;
}
.video_popup_slider .popup_slick .item {
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.video_popup_slider .popup_slick .item img {
  max-width: 100%;
}
.video_popup_slider .popup_slick .item:hover .item_modal_box .text svg {
  opacity: 1;
  transform: scale(1);
}
.video_popup_slider .popup_slick .item_modal_box {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 320px;
}
.video_popup_slider .popup_slick .item_modal_box video::-webkit-media-controls {
  display: none !important;
}
.video_popup_slider .popup_slick .item_modal_box video::-moz-range-track {
  display: none !important;
}
.video_popup_slider .popup_slick .item_modal_box video::-moz-range-thumb {
  display: none !important;
}
.video_popup_slider .popup_slick .item_modal_box:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 145px;
  background: linear-gradient(180deg, rgba(29, 56, 70, 0) 0%, rgba(29, 56, 70, 0.8) 100%);
}
.video_popup_slider .popup_slick .item_modal_box video {
  height: 320px;
  width: 100%;
  z-index: 3;
}
.video_popup_slider .popup_slick .item_modal_box .text {
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  padding: 0 15px;
}
.video_popup_slider .popup_slick .item_modal_box .text svg,
.video_popup_slider .popup_slick .item_modal_box .text img {
  position: absolute;
  left: 50%;
  top: 39%;
  margin-left: -20px;
  margin-top: -20px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 300ms linear 0s;
}
.video_popup_slider .popup_slick .item_modal_box .text h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 17px;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 0 15px;
  left: 0;
}
.video_popup_slider .popup_slick .item_modal_box:hover .text img {
  transform: scale(1);
  opacity: 1;
}

.modal_slider_css .modal-dialog {
  max-width: 100%;
  margin: 0;
}
.modal_slider_css .modal-dialog .modal-content {
  background: #4b5155;
  min-height: 100vh;
}
.modal_slider_css .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 0;
  padding-top: 25px;
  width: 100%;
  height: 76px;
  position: relative;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .button_social {
  position: absolute;
  right: 0;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .close {
  height: 50px;
  width: 50px;
  background: #41484d;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  opacity: 1;
  margin: 0;
  margin-right: 25px;
  float: none;
  display: inline-block;
  transition: all 300ms linear 0s;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .close ion-icon {
  position: relative;
  left: -1px;
  top: -1px;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .close:hover {
  background: var(--brand_color);
}
.modal_slider_css .modal-dialog .modal-content .modal-header .share_icon {
  height: 50px;
  width: 50px;
  background: #41484d;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  display: inline-block;
  color: #fff;
  opacity: 1;
  margin: 0;
  margin-right: 27px;
  padding: 1rem 1rem;
  cursor: pointer;
  transition: all 300ms linear 0s;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .share_icon ion-icon {
  position: relative;
  left: -1px;
  top: -1px;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .share_icon:hover {
  background: var(--brand_color);
}
.modal_slider_css .modal-dialog .modal-content .modal-header .modal_social {
  position: absolute;
  right: 106px;
  top: 0;
  background: #393d40;
  width: 171px;
  border-radius: 25px;
  justify-content: flex-end;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  transform-origin: 100% 50%;
  transition-property: transform;
  transform: scaleX(0);
  transition: all 300ms linear 0s;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .modal_social.active {
  transform: scaleX(1);
}
.modal_slider_css .modal-dialog .modal-content .modal-header .modal_social li a {
  display: inline-block;
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 300ms linear 0s;
  line-height: 50px;
  font-size: 18px;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .modal_social li a i {
  position: relative;
  top: 2px;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .modal_social li a:hover {
  color: #fff;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .modal_social li:last-child a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  background: #41484d;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  line-height: 56px;
  margin-right: 0;
}
.modal_slider_css .modal-dialog .modal-content .modal-body {
  padding-left: 0;
  padding-right: 0;
}
.modal_slider_css .modal-dialog .modal-content .modal-body #modal_slider {
  padding-left: 0;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting {
  position: relative;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .quesiton_slider {
  position: relative;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .prev_modal,
.modal_slider_css .modal-dialog .modal-content .modal-body .next_modal {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  background: rgba(166, 174, 179, 0.5);
  border-radius: 50%;
  transition: all 300ms linear 0s;
  color: #c0c3cc;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 5;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .prev_modal:hover,
.modal_slider_css .modal-dialog .modal-content .modal-body .next_modal:hover {
  background: var(--brand_color);
}
.modal_slider_css .modal-dialog .modal-content .modal-body .prev_modal ion-icon,
.modal_slider_css .modal-dialog .modal-content .modal-body .next_modal ion-icon {
  font-size: 20px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .prev_modal.slick-disabled,
.modal_slider_css .modal-dialog .modal-content .modal-body .next_modal.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .prev_modal {
  left: 60px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .next_modal {
  right: 60px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting {
  max-width: 1350px;
  margin: auto;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item {
  transform: scale(0.8);
  margin: 0 20px;
  transition: all 300ms linear 0s;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item h4 {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js {
  max-width: 100%;
  height: 669px;
  border-radius: 5px;
  overflow: hidden;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-poster {
  background-size: cover;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-progress-control.vjs-control {
  margin: 0;
  margin-right: -40px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-time-tooltip {
  display: none;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-progress-control .vjs-play-progress:before {
  display: none;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-progress-control .vjs-load-progress {
  background-color: #9da2a6;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-progress-control .vjs-play-progress {
  background-color: #fff;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-progress-control .vjs-load-progress,
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-progress-control .vjs-play-progress {
  height: 5px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-progress-control .vjs-slider:before {
  height: 5px;
  background: #9da2a6;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-big-play-button {
  background: url(../img/play-button.png) no-repeat;
  border: none;
  display: none;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-control-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  height: 5px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-control-bar .vjs-button {
  display: none;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-control-bar .vjs-current-time {
  display: none;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-control-bar .vjs-duration {
  display: none;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item video {
  border-radius: 5px;
  overflow: hidden;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item img {
  max-width: 100%;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li .video_item {
  position: relative;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li .video_item:before {
  content: "";
  background: rgba(107, 112, 127, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li .video_item {
  position: relative;
  filter: blur(5px);
  transition: all 300ms linear 0s;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li .video_item:before {
  content: "";
  background: rgba(107, 112, 127, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: all 300ms linear 0s;
  z-index: 5;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li .video_item:hover {
  filter: blur(0);
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li .video_item:hover:before {
  opacity: 1;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current .video_item {
  transform: scale(1);
  filter: blur(0);
  border-radius: 0 0 5px 5px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current .video_item:before {
  display: none;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current .video_item:after {
  content: "";
  background: linear-gradient(180deg, rgba(29, 56, 70, 0) 0%, rgba(29, 56, 70, 0.8) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 285px;
  width: 100%;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current .video_item h4 {
  visibility: visible;
  opacity: 1;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current .video_item .vjs-big-play-button {
  display: block;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current .video_item .vjs-playing .vjs-big-play-button {
  display: none;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current .video_item .vjs-has-started .vjs-big-play-button {
  display: none;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current .video_item .vjs-ended .vjs-big-play-button {
  display: block;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current .video_item .vjs-paused .vjs-big-play-button {
  display: block;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current + .slick-active .video_item {
  filter: blur(5px);
  transition: all 300ms linear 0s;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current + .slick-active .video_item:hover {
  filter: blur(0);
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current + .slick-active .video_item:hover:before {
  opacity: 1;
}
.modal_slider_css .modal-dialog .modal-content .modal-body h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-left: 50px;
  margin-bottom: 18px;
  margin-top: 50px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel {
  position: relative;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .prev_car,
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .next_car {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  background: rgba(34, 37, 38, 0.9);
  border-radius: 50%;
  transition: all 300ms linear 0s;
  color: #c0c3cc;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  transform: translateY(-50%);
  opacity: 0;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .prev_car ion-icon,
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .next_car ion-icon {
  font-size: 20px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .prev_car:hover,
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .next_car:hover {
  background: #000;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .prev_car {
  left: 60px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .prev_car.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .next_car {
  right: 60px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .next_car.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel:hover .prev_car,
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel:hover .next_car {
  opacity: 1;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .slick-current .text_item {
  background: #393d40;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .slick-current .text_item h4 {
  color: #fff;
}
.modal_slider_css .modal-dialog .modal-content .modal-body #modal_carousel {
  margin-bottom: 0;
}
.modal_slider_css .modal-dialog .modal-content .modal-body #modal_carousel li {
  padding-left: 10px;
  padding-right: 10px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body #modal_carousel .slick-list {
  padding: 0 27% 0 0 !important;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .text_item {
  background: #393d40;
  padding: 13px 24px;
  border-radius: 5px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .text_item h4 {
  color: #8a8e99;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 0;
}

.video_slider_area .video-js {
  min-height: 414px;
  border-radius: 5px;
  overflow: hidden;
}
.video_slider_area .video-js:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(44, 44, 81, 0.6);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video_slider_area .video-js.vjs-has-started:before {
  opacity: 0;
  visibility: hidden;
}
.video_slider_area .video-js .vjs-big-play-button {
  border: none;
}
.video_slider_area .video-js .vjs-control-bar {
  transform: translateY(45px);
}
.video_slider_area .video-js .vjs-control-bar .vjs-button {
  color: rgba(235, 245, 250, 0.5);
  transition: all 300ms linear 0s;
}
.video_slider_area .video-js .vjs-control-bar .vjs-button:hover {
  color: #fff;
}
.video_slider_area .video-js .vjs-control.vjs-button.vjs-control-button.vjs-mode-control span {
  border-color: rgba(235, 245, 250, 0.5);
  transition: all 300ms linear 0s;
}
.video_slider_area .video-js .vjs-control.vjs-button.vjs-control-button.vjs-mode-control:hover span {
  border-color: #fff;
}
.video_slider_area .video-js:hover .vjs-control-bar {
  transform: translateY(0);
}

/* End Video Area css
============================================================================================ */
/* 3d video Slider Area css
============================================================================================ */
.flipvideo_area .slider-wrapper.no-padding .js-slider--main {
  padding-top: 7px;
}
.flipvideo_area .slider-wrapper.no-padding .js-slider--main .swiper-slide-shadow-left,
.flipvideo_area .slider-wrapper.no-padding .js-slider--main .swiper-slide-shadow-right {
  background-image: unset;
}
.flipvideo_area .slider-wrapper.no-padding .js-slider--main .swiper-slide.swiper-slide-prev,
.flipvideo_area .slider-wrapper.no-padding .js-slider--main .swiper-slide.swiper-slide-next {
  position: relative;
}
.flipvideo_area .slider-wrapper.no-padding .js-slider--main .swiper-slide.swiper-slide-prev:before,
.flipvideo_area .slider-wrapper.no-padding .js-slider--main .swiper-slide.swiper-slide-next:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  height: 98%;
}
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav {
  padding-bottom: 0;
}
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav .swiper-button-prev {
  left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav .swiper-button-next {
  right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav .swiper-button-prev,
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav .swiper-button-next {
  opacity: 0;
  transition: all 300ms linear 0s;
  background: var(--brand_color);
}
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav .swiper-button-prev:after,
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav .swiper-button-next:after {
  font-size: 16px;
}
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav:hover .swiper-button-prev,
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav:hover .swiper-button-next {
  opacity: 1;
}

.swiper-pagination-bullet {
  border: 1px solid #1da1f2;
}

.swiper-pagination-bullet-active {
  background: #1da1f2;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container.one {
  padding-top: 40px;
  text-align: center;
}

.swiper-container.one .swiper-slide {
  padding: 0 43px;
}

.swiper-container {
  width: 100%;
  padding-bottom: 60px;
}

.swiper-slide img {
  display: block;
  margin: auto;
  width: 100%;
}

.js-slider--main .swiper-slide {
  width: 390px;
  height: auto;
  padding: 0 0;
}

.swiper-slide .slider-image .preview-icon {
  z-index: -1;
  width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ee0f6f;
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 26px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
  border: medium none;
  height: 12px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 12px;
}

/*============ Start doc_feedback_area css ==========*/
.doc_feedback_area {
  position: relative;
  z-index: 1;
  padding: 110px 0;
}

.overlay_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 19, 50, 0.8);
}

.doc_feedback_info {
  position: relative;
}

.slider_nav .arrow {
  width: 25px;
  height: 2px;
  background: #989dad;
  transition: all 0.3s ease-in-out;
  display: block;
  margin-top: 12px;
}
.slider_nav .arrow:before, .slider_nav .arrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  left: -2px;
  background-color: #bdb4b4;
  transition: all 0.3s ease-in-out;
}
.slider_nav .prev, .slider_nav .next {
  height: 25px;
  width: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.slider_nav .prev:hover, .slider_nav .next:hover {
  width: 40px;
}
.slider_nav .prev:hover .arrow, .slider_nav .next:hover .arrow {
  width: 40px;
  background: var(--brand_color);
}
.slider_nav .prev:hover .arrow:before, .slider_nav .prev:hover .arrow:after, .slider_nav .next:hover .arrow:before, .slider_nav .next:hover .arrow:after {
  background: var(--brand_color);
}
.slider_nav .prev {
  left: 0;
}
.slider_nav .prev .arrow:before {
  top: 17px;
  transform: rotate(45deg);
}
.slider_nav .prev .arrow:after {
  top: 7px;
  transform: rotate(-45deg);
}
.slider_nav .prev:hover {
  left: -20px;
}
.slider_nav .next {
  right: 0;
}
.slider_nav .next .arrow:before {
  transform: rotate(-45deg);
  right: -1px;
  left: auto;
  bottom: 6px;
}
.slider_nav .next .arrow:after {
  transform: rotate(45deg);
  right: -1px;
  left: auto;
  top: 6px;
}
.slider_nav .next:hover {
  right: -20px;
}

.doc_feedback_slider {
  max-width: 770px;
  margin: 0 auto 0 !important;
  text-align: center;
}
.doc_feedback_slider .item .author_img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0 auto 43px;
}
.doc_feedback_slider .item p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 38px;
  font-weight: 300;
}
.doc_feedback_slider .item h5 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.doc_feedback_slider .item h6 {
  font-size: 16px;
  color: #989dad;
  font-weight: 400;
  margin-bottom: 0;
}

/*============ End doc_feedback_area css ==========*/
/*============ Start doc_action_area css ==========*/
.doc_action_area {
  position: relative;
  z-index: 1;
  padding: 93px 0;
}
.doc_action_area .overlay_bg {
  background-image: linear-gradient(180deg, rgba(4, 133, 161, 0.6) 0%, rgba(29, 39, 70, 0.6) 100%);
}
.doc_action_area .action_btn {
  border: 1px solid var(--brand_color);
}
.doc_action_area .action_btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.action_text h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}
.action_text p {
  font-size: 18px;
  line-height: 28px;
  color: #b4b9c8;
  margin-bottom: 0;
}

/*============ End doc_action_area css ==========*/
/*=========== message_alert Shortcode css ========*/
.message_alert {
  border: 1px solid var(--black_50);
  border-radius: 4px;
  background: rgba(243, 243, 243, 0.24);
  padding: 32px 40px 30px;
  margin-bottom: 20px;
}
.message_alert i {
  font-size: 24px;
  color: #abb0c0;
  margin-right: 25px;
}
.message_alert h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.message_alert p {
  margin-bottom: 0;
}
.message_alert .btn-close {
  position: absolute;
  right: 14px;
  top: 12px;
  font-size: 10px;
  opacity: 1;
  border: none;
}

.alert-danger {
  background: rgba(255, 243, 244, 0.7);
  border-color: #fbadb3;
}
.alert-danger i,
.alert-danger h5 {
  color: #fa303e;
}

.alert-success {
  background: rgba(241, 253, 243, 0.7);
  border-color: #94e3a1;
}
.alert-success i,
.alert-success h5 {
  color: #10d631;
}

.alert-warning {
  background: #fefbf1;
  border-color: #f2dca0;
}
.alert-warning i,
.alert-warning h5 {
  color: #f6ba18;
}

.alert-info {
  background: #f1fbfd;
  border-color: #a0e3f2;
}
.alert-info i,
.alert-info h5 {
  color: var(--brand_color);
}

.notice {
  border-left: 10px solid;
  padding: 30px 40px;
  margin-bottom: 20px;
  margin-top: 0;
}
.notice:before, .notice:after {
  display: none;
}
.notice i {
  font-size: 24px;
  margin-right: 25px;
}
.notice h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
.notice p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: #6b707f;
}
.notice p span {
  padding: 1px 10px;
  background: #fff;
  color: #ed2937;
}

.notice-success {
  background: #459e6d;
  border-color: #30845e;
}

.elementor-widget-docly_alerts_box .title {
  padding-top: 0;
}

.notice-warning {
  background: #fefaed;
  border-color: #f6ba18;
}
.notice-warning i {
  color: #f6ba18;
  padding-top: 4px;
}

.notice-danger {
  background: #ffeff0;
  border-color: #fa303e;
}
.notice-danger i {
  color: #fa303e;
}

.explanation {
  position: relative;
  background: linear-gradient(90deg, var(--bs-white), rgba(117, 227, 251, 0.6196078431));
  border: 10px solid var(--bs-white);
  padding: 1rem 2rem;
  border-radius: 16px;
}
.explanation::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid #e6edf0;
  border-radius: 8px;
  pointer-events: none;
}
.explanation::after {
  font-family: "Roboto", sans-serif;
  content: "Hey!";
  text-transform: uppercase;
  font-weight: 700;
  top: -19px;
  left: 1rem;
  padding: 0 0.5rem;
  font-size: 0.6rem;
  position: absolute;
  z-index: 1;
  color: #000;
  background: var(--bs-white);
}

.note-with-icon {
  margin: 0;
  padding-left: 20px;
  position: relative;
}

.note-with-icon .nic-content-wrap {
  margin: 0 0 0 4px;
}

.nic-content-wrap .nic-alert {
  padding: 3px;
  margin: 15px 0 20px;
}

.nic-alert .nic-content-wrap .note-box {
  color: #144261;
  background: #d5e9f6;
  padding: 30px 40px;
}

.nic-alert .nic-content-wrap .note-box h5.title {
  margin-bottom: 16px;
}

.nic-alert .nic-content-wrap .note-box p {
  margin-bottom: 3px;
}

.nic-alert .nic-content-wrap .note-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  color: white;
}

/* ALERT [MESSAGE && INFO] */
.nic-alert.nic-alert-info .nic-content-wrap .note-box,
.nic-alert.nic-alert-message .nic-content-wrap .note-box {
  background: rgb(243, 243, 255);
}

.nic-alert.nic-alert-info .nic-content-wrap .note-icon,
.nic-alert.nic-alert-message .nic-content-wrap .note-icon {
  background: #4C5267;
}

.nic-alert-message .note-icon .icon-wrapper::after,
.nic-alert-info .note-icon .icon-wrapper::after {
  background: #3b3f4c;
}

/* ALERT [WARNING] */
.nic-alert.nic-alert-warning .nic-content-wrap .note-box {
  background: #fefbf1;
}

.note-box .title {
  color: #0c0d0e;
}

.nic-alert.nic-alert-warning .nic-content-wrap .note-icon {
  background: #f6ba18;
}

.nic-alert.nic-alert-warning .note-icon .icon-wrapper::after {
  background: #e1aa17;
}

/* ALERT [SUCCESS] */
.nic-alert.nic-alert-success .nic-content-wrap .note-box {
  background: #459e6d;
}

.nic-alert.nic-alert-success .nic-content-wrap .note-icon {
  background: #30845e;
}

.nic-alert.nic-alert-success .note-icon .icon-wrapper::after {
  background: #2d7655;
}

/* ALERT [DANGER] */
.nic-alert.nic-alert-danger .nic-content-wrap .note-box {
  background: #ffeff0;
}

.nic-alert.nic-alert-danger .nic-content-wrap .note-icon {
  background: #fa303e;
}

.nic-alert.nic-alert-danger .note-icon .icon-wrapper::after {
  background: #fa303e;
}

.dual-box-wrapper {
  position: relative;
  border-width: 2.5px;
  border-radius: 8px;
  border-style: solid;
}

.dual-box-wrapper.bottom-right,
.dual-box-wrapper.top-right {
  right: -8px;
}

.dual-box-content {
  bottom: 10px;
  left: 10px;
  border-width: 2.5px;
  border-radius: 8px;
  border-style: solid;
  background: var(--bs-white);
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}
.dual-box-content.top-left {
  top: 10px;
  left: 10px;
}
.dual-box-content.top-right {
  top: 10px;
  right: 10px;
  left: unset;
}
.dual-box-content.bottom-right {
  bottom: 10px;
  right: 10px;
  left: unset;
}

.dual-box-wrapper .dual-box-content .notice {
  border: none;
  border-radius: 6px;
  margin: 0;
  padding: 20px;
}
.dual-box-wrapper.notice-warning .dual-box-content {
  border-color: #f6ba18;
}
.dual-box-wrapper.notice-success .dual-box-content {
  border-color: #30845e;
}
.dual-box-wrapper.notice-danger .dual-box-content {
  border-color: #fa303e;
}
.dual-box-wrapper.notice-success .dual-box-content i {
  color: #459e6d;
}
.dual-box-wrapper .dual-box-content p {
  color: var(--black_600);
}

.block-notice-wrapper {
  position: relative;
  padding: 20px 40px;
  margin: 0 0 5px;
  box-sizing: border-box;
}
.block-notice-wrapper::before {
  content: "";
  display: block;
  clear: both;
  width: 1rem;
  height: 100%;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-style: solid;
  border-color: #8cafd3;
  position: absolute;
  left: 0;
  top: 0;
  border-right: none;
}
.block-notice-wrapper::after {
  content: "";
  display: block;
  clear: both;
  width: 1rem;
  height: 100%;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-style: solid;
  border-color: #8cafd3;
  position: absolute;
  right: 0;
  top: 0;
  border-left: none;
}

.block-notice-content-wrapper {
  position: relative;
}

.block-notice-wrapper .block-notice-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--bs-white);
  position: absolute;
  left: -70px;
  top: -8px;
  border: 10px solid var(--bs-white);
}
.block-notice-wrapper .block-notice-icon svg {
  width: auto;
  position: absolute;
  right: -2px;
  max-width: 2.5rem;
  top: -2px;
  z-index: 9999;
}

.dual-box-wrapper .dual-box-content .notice i {
  width: auto;
  padding: 0;
  box-sizing: border-box;
  margin-right: 15px;
}
.dual-box-wrapper .dual-box-content .notice svg {
  width: auto;
  padding: 0;
  height: auto;
  max-height: 30px;
  margin-top: 5px;
  max-width: 3rem;
  margin-right: 15px;
}

.block-notice-wrapper .block-notice-icon i {
  position: absolute;
  font-size: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  z-index: 9999;
}
.block-notice-wrapper .block-notice-body h5 {
  margin-bottom: 20px;
}
.block-notice-wrapper .block-notice-body p {
  margin: 0;
}
.block-notice-wrapper .block-notice-icon:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
}
.block-notice-wrapper.block-notice-message .block-notice-icon:after {
  background: rgba(76, 76, 241, 0.05);
}
.block-notice-wrapper.block-notice-warning .block-notice-icon:after {
  background: #fefbf1;
}
.block-notice-wrapper.block-notice-info .block-notice-icon:after {
  background: #F6F6FE;
}
.block-notice-wrapper.block-notice-success .block-notice-icon:after {
  background: #459E6D;
}
.block-notice-wrapper.block-notice-danger .block-notice-icon:after {
  background: #FFEFF0;
}
.block-notice-wrapper.block-notice-message:before, .block-notice-wrapper.block-notice-message:after {
  border-color: #4C5267;
}
.block-notice-wrapper.block-notice-warning:before, .block-notice-wrapper.block-notice-warning:after {
  border-color: #F6BA18;
}
.block-notice-wrapper.block-notice-info:before, .block-notice-wrapper.block-notice-info:after {
  border-color: #4C5267;
}
.block-notice-wrapper.block-notice-success:before, .block-notice-wrapper.block-notice-success:after {
  border-color: #30845E;
}
.block-notice-wrapper.block-notice-danger:before, .block-notice-wrapper.block-notice-danger:after {
  border-color: #FA303E;
}
.block-notice-wrapper.block-notice-success .block-notice-icon i {
  color: #fff;
}

/*============== Tab =========*/
.tab_shortcode {
  margin-bottom: 50px;
}
.tab_shortcode .nav-tabs {
  border: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.tab_shortcode .nav-tabs .nav-item {
  margin: 0;
}
.tab_shortcode .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  color: var(--p_color);
  border-radius: 0;
  padding: 9px 20px;
  background: var(--black_25);
  border: 0;
  border-left: 1px solid var(--black_50);
  position: relative;
  text-decoration: none;
}
.tab_shortcode .nav-tabs .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 2.1px;
  background: var(--brand_color);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: width 0.2s linear;
}
.tab_shortcode .nav-tabs .nav-item .nav-link.active {
  background: var(--bs-white);
  color: var(--black_800);
}
.tab_shortcode .nav-tabs .nav-item .nav-link.active:before {
  opacity: 1;
  width: 100%;
}
.tab_shortcode .nav-tabs .nav-item:last-child .nav-link {
  border-right: 1px solid var(--black_50);
}
.tab_shortcode .tab-content {
  color: var(--p_color);
  padding: 25px 30px;
  border: 1px solid var(--black_50);
  border-radius: 0 5px 5px 5px;
  background-color: var(--bs-white);
  margin-top: 0;
}

.process_tab_shortcode {
  position: relative;
  overflow: hidden;
}
.process_tab_shortcode .previous,
.process_tab_shortcode .next {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  padding: 0;
  border-radius: 0;
  background: #e1ebf0;
  border: 0;
  color: var(--brand_color);
  outline: none;
  box-shadow: none;
  transition: all 0.4s linear;
  height: 32px;
  width: 19px;
  text-align: center;
}
.process_tab_shortcode .previous:focus,
.process_tab_shortcode .next:focus {
  outline: none;
  box-shadow: none;
}
.process_tab_shortcode .previous:hover,
.process_tab_shortcode .next:hover {
  outline: none;
  box-shadow: none;
  background: var(--brand_color);
  color: #fff;
}
.process_tab_shortcode .next {
  right: -30px;
  border-radius: 5px 0 0 5px;
}
.process_tab_shortcode .previous {
  left: -30px;
  border-radius: 0 5px 5px 0;
}
.process_tab_shortcode:hover .next {
  right: 0;
}
.process_tab_shortcode:hover .previous {
  left: 0;
}

.process_tab_shortcode .v_menu.nav-tabs {
  border-bottom: 1px solid #e8ecee;
  padding-bottom: 15px;
  padding-top: 5px;
  padding-left: 0;
  margin-bottom: 20px;
}
.process_tab_shortcode .v_menu.nav-tabs .nav-item {
  display: inline-block;
}
.process_tab_shortcode .v_menu.nav-tabs .nav-item .nav-link {
  font-size: 16px;
  color: var(--p_color);
  transition: all 0.2s linear;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.process_tab_shortcode .v_menu.nav-tabs .nav-item .nav-link span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--black_50);
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  margin-right: 10px;
  transition: all 0.2s linear;
  position: relative;
  top: -2px;
}
.process_tab_shortcode .v_menu.nav-tabs .nav-item .nav-link.active, .process_tab_shortcode .v_menu.nav-tabs .nav-item .nav-link:hover {
  color: var(--brand_color);
  border: 0;
  background: transparent;
}
.process_tab_shortcode .v_menu.nav-tabs .nav-item .nav-link.active span, .process_tab_shortcode .v_menu.nav-tabs .nav-item .nav-link:hover span {
  background: var(--brand_color);
  color: #fff;
}
.process_tab_shortcode .v_menu.nav-tabs .nav-item + li {
  margin-left: 55px;
}

.process_tab_shortcode .version {
  background: var(--black_25);
  padding: 30px;
  font-size: 15px;
  margin-bottom: 28px;
}
.process_tab_shortcode .version p {
  margin-bottom: 20px;
  font-size: 15px;
  color: #6b707f;
}
.process_tab_shortcode .version p:last-child {
  margin-bottom: 0;
}
.process_tab_shortcode .version .v_head {
  padding-bottom: 24px;
}
.process_tab_shortcode .version .v_middle p {
  margin-bottom: 0;
  font-size: 15px;
}
.process_tab_shortcode .version .v_middle p .red {
  color: rgb(255, 67, 102);
}
.process_tab_shortcode .version .v_middle p .green {
  color: #11c52f;
}
.process_tab_shortcode .version .v_footer {
  padding-top: 25px;
}
.process_tab_shortcode .version .v_footer p {
  margin-bottom: 0;
}

.process_tab_shortcode .previous,
.process_tab_shortcode .next {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  padding: 0;
  border-radius: 0;
  background: #e1ebf0;
  border: 0;
  color: var(--brand_color);
  outline: none;
  box-shadow: none;
  transition: all 0.4s linear;
  height: 32px;
  width: 19px;
  text-align: center;
}
.process_tab_shortcode .previous:focus,
.process_tab_shortcode .next:focus {
  outline: none;
  box-shadow: none;
}
.process_tab_shortcode .previous:hover,
.process_tab_shortcode .next:hover {
  outline: none;
  box-shadow: none;
  background: var(--brand_color);
  color: #fff;
}
.process_tab_shortcode .next {
  right: -30px;
  border-radius: 5px 0 0 5px;
}
.process_tab_shortcode .previous {
  left: -30px;
  border-radius: 0 5px 5px 0;
}
.process_tab_shortcode:hover .next {
  right: 0;
}
.process_tab_shortcode:hover .previous {
  left: 0;
}

/* Sticky Tab
  ============================================================================================ */
body.remove .header_tabs_area.tab_fixed .header_tab_items {
  transform: translateY(144px);
}

.header_tabs_area.tab_fixed .header_tab_items {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: var(--secondary_color);
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  z-index: 30;
}
.header_tabs_area.tab_fixed .header_tab_items .nav.nav-tabs li a svg, .header_tabs_area.tab_fixed .header_tab_items .nav.nav-tabs li a i, .header_tabs_area.tab_fixed .header_tab_items .nav.nav-tabs li a img {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  margin-right: 4px;
}
.header_tabs_area.tab_fixed .header_tab_content {
  margin-top: 61px;
}

.header_tab_items {
  background: var(--secondary_color);
  transition: all 300ms linear 0s;
}
.header_tab_items .nav.nav-tabs {
  justify-content: center;
  border: none;
}
.header_tab_items .nav.nav-tabs li {
  margin-bottom: 0;
}
.header_tab_items .nav.nav-tabs li a {
  border: none;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  transition: all 300ms linear 0s;
}
.header_tab_items .nav.nav-tabs li a svg, .header_tab_items .nav.nav-tabs li a i, .header_tab_items .nav.nav-tabs li a img {
  display: block;
  margin-bottom: 2px;
}
.header_tab_items .nav.nav-tabs li a svg path, .header_tab_items .nav.nav-tabs li a i path, .header_tab_items .nav.nav-tabs li a img path {
  transition: all 300ms linear 0s;
}
.header_tab_items .nav.nav-tabs li a:hover {
  background: var(--black_50);
  color: var(--p_color);
}
.header_tab_items .nav.nav-tabs li a:hover svg path {
  fill: var(--p_color);
}
.header_tab_items .nav.nav-tabs li a.active {
  background-color: #fff;
  color: var(--brand_color);
}
.header_tab_items .nav.nav-tabs li a.active svg path {
  fill: var(--brand_color);
}

.header_tab_content .tab-pane {
  padding: 0;
}

@keyframes wave2 {
  25% {
    transform-origin: 0 100%;
  }
  50% {
    transform: scale(1.8, 1.3);
  }
  75% {
    transform-origin: 100% 100%;
  }
  100% {
    transform: scale(1, 1.3);
  }
}
@keyframes wave4 {
  25% {
    transform: scaleY(0.9);
  }
  75% {
    transform: scaleY(1.1) scaleX(1.02);
  }
}
@keyframes star {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    transform: scale(1) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(1.01) rotate(-5deg);
    opacity: 1;
  }
}
@keyframes star2 {
  0% {
    transform: scale(0.3);
  }
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.01);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}
@keyframes spin {
  0% {
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}
@-webkit-keyframes spin1 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes spin1 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@-webkit-keyframes spin2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
@keyframes spin2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
@-webkit-keyframes pulse1 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4.5);
    border-radius: 50%;
  }
}
@keyframes pulse1 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4.5);
    border-radius: 50%;
  }
}
@keyframes customUp {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes clipInDown {
  0% {
    clip-path: polygon(-10% -10%, -10% -10%, 110% -10%, 110% -10%);
  }
  100% {
    clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
  }
}
.clipInDown {
  animation-name: clipInDown;
}

/*================ preloader css ====================*/
#preloader {
  background: #fff;
  height: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#preloader .loading {
  display: flex;
}
#preloader .ctn-preloader {
  padding-left: 15px;
  padding-right: 15px;
}
#preloader .text img {
  max-width: 110px;
  margin-bottom: 10px;
}
#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);
  }
}
/** === Animations === **/
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.container, .navbar-collapse {
  position: relative;
}

legend {
  font-weight: 500;
}

.list-unstyled {
  list-style: none !important;
  padding-left: 0 !important;
}

/** Hero Search **/
.doc_banner_area .input-wrapper label {
  position: absolute;
  top: 48%;
  left: -2px;
}

/************************ Reset CSS ***********************/
.admin-bar, .admin-bar .navbar_fixed.menu_one {
  margin-top: 32px;
}

.admin-bar .elementor-widget-docy_nav_menu .navbar:not(.navbar_fixed) {
  margin-top: -32px;
}

.toggle_body p:last-child,
.tab_shortcode .tab-content p {
  margin: 0;
}

.nice-select.open .list {
  width: 220px;
}

.documentation_text .round {
  background: transparent;
}

.doc_faq_info .card-body p:last-child {
  margin-bottom: 0;
}

.explanation p:last-child {
  margin-bottom: 0;
}

.explanation::after {
  border-radius: 3px;
}

.table_shortcode tbody tr .th {
  background: var(--brand_color);
  border: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  vertical-align: middle;
}

/** === Tooltip styling === **/
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: rgba(0, 0, 0, 0.05);
  border-width: 11px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border,
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: -1px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
}

/** === Search widget === **/
.search-form .form-control {
  padding: 0 25px 0 50px;
  background: var(--bs-white);
  height: 60px;
  font-size: 15px;
  color: var(--black_800);
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 0;
  border-color: transparent;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 5px !important;
}
.search-form .form-control:focus {
  border-color: var(--black_50);
  z-index: 0;
}
.search-form .form-control:focus::placeholder {
  color: var(--black_800);
}
.search-form button {
  position: absolute;
  background: 0 0;
  padding: 0;
  border: 0;
  left: 22px;
  top: 51%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--black_700);
  z-index: 0;
}
.search-form button input[type=search i]::-webkit-search-cancel-button {
  margin-right: 25px;
}

/** === Widget recent comments === **/
.widget_recent_comments #recentcomments .recentcomments {
  position: relative;
  color: #686d7d;
  font-weight: 400;
}
.widget_recent_comments #recentcomments .recentcomments a {
  color: var(--black_600);
}
.widget_recent_comments #recentcomments .recentcomments a:hover {
  color: var(--brand_color);
}
.widget_recent_comments #recentcomments .recentcomments:not(:last-child) {
  margin-bottom: 15px;
}
.widget_recent_comments #recentcomments .recentcomments .comment-author-link a {
  font-size: 13px;
  font-weight: 500;
  color: var(--black_800);
}
.widget_recent_comments .comment-author-link {
  font-size: 13px;
  font-weight: 500;
  color: var(--black_800);
  margin-bottom: 0;
  display: block;
  position: relative;
  padding-left: 22px;
}
.widget_recent_comments .comment-author-link::before {
  position: absolute;
  content: "w";
  font-family: "ElegantIcons";
  left: 0;
  top: 0;
  padding-right: 10px;
  font-size: 13px;
}

/** === Single post === **/
.single_post_tags.post-tags {
  font-weight: 500;
  clear: both;
  margin-top: 50px;
}
.single_post_tags.post-tags a {
  color: var(--black_800);
  padding: 2px 15px;
  display: inline-block;
  background: var(--black_50);
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.2s linear;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 5px;
}
.single_post_tags.post-tags a:hover {
  background: rgba(8, 102, 255, 0.7);
  color: #fff;
}
.single_post_tags.post-tags a:first-child {
  margin-left: 5px;
}

.blog_comment_box {
  clear: both;
}
.blog_comment_box #cancel-comment-reply-link {
  color: red;
  font-size: 16px;
  padding-left: 10px;
}

.post_tag .cats {
  display: inline-block;
}
.post_tag .cats ion-icon {
  font-size: 14px;
  margin-bottom: -1px;
}
.post_tag .cats a {
  color: var(--black_100);
}
.post_tag .cats a:hover {
  color: #fff;
}
.post_tag .cats a::before {
  display: none;
}
.post_tag .cats a + a {
  padding-left: 4px;
}

.logged-in .blog_comment_box .get_quote_form {
  padding-top: 0;
}

.blog_comment_box p.logged-in-as {
  margin-bottom: 40px;
}

.subscribe_widget img {
  margin-bottom: 32px;
}

/** === Contact Form 7 === **/
.wpcf7-form-control span.wpcf7-list-item {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #6b707f;
  padding-left: 22px;
  margin: 20px 20px 15px;
  position: relative;
}
.wpcf7-form-control.first {
  margin-left: 0;
}

.wpcf7 input[type=checkbox] {
  width: 12px;
  position: absolute;
  outline: none;
  height: 12px;
  top: 1px;
  left: 0;
  margin: 0;
}

.wpcf7 input[type=checkbox]::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #6b707f;
  top: 0;
  left: 0;
  border-radius: 2px;
  background-color: #fff;
}

.wpcf7 input[type=checkbox]:checked::before {
  border-color: var(--brand_color);
}

.wpcf7 input[type=checkbox]::after {
  content: "";
  display: block;
  width: 5px;
  height: 11px;
  border: solid var(--brand_color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: -2px;
  left: 5px;
  opacity: 0;
  transition: all 0.2s linear;
}

.wpcf7 input[type=checkbox]:checked::after {
  opacity: 1;
}

.wpcf7 input[type=radio] {
  width: 12px;
  position: absolute;
  outline: none;
  height: 12px;
  margin: 0;
  left: 0;
  top: 1px;
}

.wpcf7 input[type=radio]::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #6b707f;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.2s linear;
}

.wpcf7 input[type=radio]:checked:before {
  border-color: var(--brand_color);
}

.wpcf7 input[type=radio]::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand_color);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  transform: scale(0);
  transition: all 0.2s linear;
}

.wpcf7 input[type=radio]:checked::after {
  transform: scale(1);
}

.wpcf7 input[type=text], .wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 textarea {
  height: 60px;
  line-height: 55px;
  background: #f9fbfc;
  box-shadow: none;
  padding-left: 30px;
  font-weight: 400;
  transition: all 0.2s linear;
  border-radius: 6px;
  border: 1px solid #d9e1e3;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
}

.wpcf7 textarea {
  height: 200px;
  padding-top: 0;
  font-size: 14px;
}

.wpcf7 .wpcf7-form-control:focus {
  background: #fbfcfd;
  box-shadow: 0 20px 30px 0 rgba(4, 73, 89, 0.1);
}

.wpcf7 input[type=submit] {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  box-shadow: 0 20px 30px 0 rgba(12, 118, 142, 0.24);
  border-radius: 4px;
  background: var(--brand_color);
  display: inline-block;
  padding: 14px 28px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.18s ease-in-out;
}

.wpcf7 input[type=submit] {
  border: 0;
  padding: 13px 42px;
  box-shadow: none;
}

.wpcf7 input[type=submit]:hover {
  box-shadow: 0 20px 30px 0 rgba(12, 118, 142, 0.24);
}

.wpcf7-form h6 {
  margin-bottom: 5px;
}

/* !--- End Form Styling ---! */
.breadcrumb_text h2 {
  font-weight: 500;
}

/** === Footnotes Columns === **/
.footnotes_column_2 {
  column-count: 2;
  column-gap: 30px;
}

.footnotes_column_3 {
  column-count: 3;
  column-gap: 30px;
}

.footnotes_column_4 {
  column-count: 4;
  column-gap: 30px;
}

.documentation_item .icon img {
  max-width: 36px;
}

/** === Code Syntax Highlighter === **/
.docy-source-code div.code-toolbar > .toolbar {
  position: absolute;
  top: 10px;
  right: 25px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.docy-source-code div.code-toolbar > .toolbar a, .docy-source-code div.code-toolbar > .toolbar button,
.docy-source-code div.code-toolbar > .toolbar span {
  display: inline-block;
  color: #bbb;
  font-size: 0.8em;
  padding: 3px 10px;
  border: 0;
  background: #242323;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  margin: 0 2px;
  border-radius: 5px;
}

div.code-toolbar > .toolbar a:focus, div.code-toolbar > .toolbar a:hover, div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar button:hover, div.code-toolbar > .toolbar span:focus, div.code-toolbar > .toolbar span:hover {
  color: #fff !important;
  text-decoration: none;
}

/** === Blog tweaks === **/
.widget .c_head {
  margin-bottom: 30px;
}

.widget_tag_cloud.widget .c_head {
  margin-bottom: 30px;
}

.widget_tag_cloud, .widget_categories {
  margin-bottom: -8px;
}

.doc_feedback_slider .item h5 {
  margin-bottom: 10px;
}

section.doc_blog_classic_area {
  padding: 100px 0;
}

/** === Ol & UL List Styling === **/
.blog_single_item ul.list-box,
.wp-block-latest-posts.wp-block-latest-posts__list,
.blog_single_item ol.list-box {
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.02);
  border: 1px solid #e5ebef;
  padding: 20px;
  border-radius: 2px;
}

.comment .media-body ol,
.comment .media-body ul {
  padding-left: 40px;
  line-height: 2.2;
  margin-bottom: 1rem;
  list-style: disc;
}

.comment .media-body ol ol,
.comment .media-body ul ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
.blog_single_item ol {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 10px;
}

.page:not(.page-template-page-onepage) .page_wrapper ol ol li:first-child,
.blog_single_item ol ol li:first-child,
.blog_single_item ul ul li:first-child {
  margin-top: 10px;
}

.page:not(.page-template-page-onepage) .page_wrapper ol:not(.ordered-list),
.blog_single_item ol:not(.ordered-list) {
  list-style: decimal;
  padding-left: 40px;
}

.page:not(.page-template-page-onepage) .page_wrapper ul:not(.ordered-list),
.blog_single_item ul:not(.ordered-list) {
  list-style: disc;
  padding-left: 40px;
}

.page:not(.page-template-page-onepage) .page_wrapper ul:not(.ordered-list) ul,
.page:not(.page-template-page-onepage) .page_wrapper ol:not(.ordered-list) ol,
.blog_single_item ul:not(.ordered-list) ul,
.blog_single_item ol:not(.ordered-list) ol {
  padding-left: 20px;
}

.page:not(.page-template-page-onepage) .page_wrapper ul ul, .page:not(.page-template-page-onepage) .page_wrapper ol ol,
.blog_single_item ul ul, .blog_single_item ol ol {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: unset;
  box-shadow: none;
}

.blog_single_item blockquote p,
blockquote p {
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 45px;
  font-size: 20px;
}

.blog_single_item blockquote cite,
blockquote cite {
  font-weight: 500;
  font-size: 16px;
  color: var(--black_800);
  font-style: normal;
}

.breadcrumb_content {
  max-width: 770px;
}

.blog_top_post.sticky {
  background: rgba(76, 76, 241, 0.05);
  position: relative;
}

.blog_top_post.sticky .sticky-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  background: var(--brand_color);
  color: #fff;
}

/** === Unit test === **/
.blog .navbar:not(.navbar_fixed) .logo h3 {
  color: #fff;
}

.navbar_fixed .navbar-brand.logo h3 {
  padding-top: 10px;
}

.single.has_not_menu .navbar:not(.navbar_fixed) {
  height: 98px;
}

.menu > .nav-item.submenu:not(.has-menu-description) .dropdown-menu .nav-item .nav-link span {
  position: fixed;
  right: 20px;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item:not(.has-menu-description):hover > .nav-link,
.menu > .nav-item.submenu .dropdown-menu .nav-item:not(.has-menu-description):focus > .nav-link,
.menu > .nav-item.submenu .dropdown-menu .nav-item:not(.has-menu-description).active > .nav-link {
  color: var(--brand_color);
}

.comment ul.children {
  list-style: none;
  padding-left: 60px;
}

.comment_box .trackback, .comment_box .pingback {
  padding-top: 20px;
}

.footer_area.no_footer_widgets {
  padding-top: 20px;
}

.footer_area.no_footer_widgets .footer_bottom {
  padding-bottom: 45px;
}

.docs_widget ul li + li {
  padding-top: 25px;
}

.docs_widget ul li a img {
  max-width: 23px;
  height: auto;
  margin-right: 10px;
  border-radius: 50%;
  margin-top: -5px;
}

.blog_related_post .blog_grid_post img {
  height: auto;
}

.doc_banner_area_two {
  padding: 0;
  display: flex;
  align-items: center;
}

.navbar_fixed.menu_one .nav_btn {
  background: transparent;
}

.fact_navigation .nav-item .nav-link {
  padding-left: 0;
}

.dk_menu .hamburger-cross span,
.dk_menu .hamburger span {
  background: var(--p_color);
}

.dk_menu .nav-item > .nav-link {
  color: var(--p_color);
}

/** === Table Design === **/
.comment table,
.page:not(.page-template-page-onepage) .page_wrapper table,
.blog_single_item table {
  border: 1px solid var(--black_50);
}

.comment table thead,
.page:not(.page-template-page-onepage) .page_wrapper table thead,
.blog_single_item table thead {
  background: #171717;
  color: #fff;
  border: solid #171717;
}

.page:not(.page-template-page-onepage) .page_wrapper .table_shortcode thead {
  background: #06a8cb;
}

.comment table td,
.page:not(.page-template-page-onepage) .page_wrapper table td,
.page:not(.page-template-page-onepage) .page_wrapper table th,
.blog_single_item table td,
.blog_single_item table th {
  padding: 12px;
}

.wp-block-table td, .wp-block-table th {
  border: none;
  border-top: 1px solid var(--black_50);
}

.docs_widget ul.list-unstyled {
  margin-top: 25px;
  padding-top: 5px;
}

.feedback_link h6 a {
  padding-right: 0;
}

.c_head a {
  color: #1d2746;
}

.journalism-feature-image img {
  margin-left: 25px;
}

.blog_post_author .media-body h5 a {
  color: #1d2746;
}

.journalism-feature-image img {
  top: 150px;
}

.titlebar .breadcrumb_text {
  max-width: 80%;
}
@media (max-width: 991px) {
  .titlebar .breadcrumb_text {
    max-width: 100%;
  }
}

.doc_banner_area_one {
  padding: 250px 0 100px;
  min-height: 700px;
  height: auto;
  align-items: start;
}

/** === Registration / Login Form === **/
#reg-form-validation-messages {
  color: #29bd5d;
  padding-bottom: 20px;
  padding-top: 25px;
}

#reg-form-validation-messages .error span {
  padding-right: 5px;
}

#reg-form-validation-messages .error {
  color: #f95959;
}

/** === Link and paragraph style === **/
.onepage-doc-sec p,
.doc-main-content p {
  line-height: 1.9;
}

.body_dark .onepage-doc-sec p a:hover, .body_dark .doc-main-content p a:hover,
.body_dark .card-body a:hover, .body_dark .blog_single_item p a:hover {
  color: #fff;
}

.onepage-doc-sec p a:hover::after, .doc-main-content p a:hover::after,
.card-body a:hover::after, .blog_single_item p a:hover::after {
  background-color: rgba(76, 122, 241, 0.75);
}

.post_author_two .media-body p {
  color: #23262f;
}

#was-this-helpful {
  margin-top: -25px;
}

.documentation_body img {
  max-width: 100%;
  height: auto;
}

.articles-list .article_list {
  padding-left: 20px !important;
  padding-top: 1px;
  list-style: none;
}

.article_list {
  padding-left: 20px;
  list-style: none;
}

.steps-panel .ordered-list::before {
  display: none;
}

#post .onepage-doc-sec:last-child .child-doc:last-child .border_bottom {
  display: none;
}

.still-stuck h6 i {
  padding-right: 8px;
}

.still-stuck h6 a {
  padding-right: 0;
}

.still-stuck h6 a {
  color: var(--brand_color);
}

.process_tab_shortcode ul#myTabs li::before {
  display: none;
}

.dark_menu .menu > .nav-item.current-menu-parent .nav-link {
  color: var(--brand_color);
}

.ordered-list li ul,
.ordered-list li ol {
  list-style: none;
  padding-left: 0;
}

form.banner_search_form {
  position: relative;
  z-index: 1;
}

.doc_banner_area_one {
  overflow: unset;
}

.doc_banner_area_one .bl_right, .doc_banner_area_one .bl_left {
  bottom: 0;
}

.footer_top .widget.widget_nav_menu ul li a.nav-link {
  padding: 0;
}

.subscribe_widget .f_social_icon {
  padding-top: 40px;
}

.subscribe_widget p.mchimp-errmessage {
  margin-top: 20px;
  margin-bottom: 0;
}

.doc_banner_text_two .banner_search_form .form-control {
  flex-grow: 1;
}

.doc_banner_text_two .banner_search_form .input-group-append {
  flex-grow: 0;
}

.doc_banner_area_two, .doc_banner_area_two .building_img {
  z-index: unset;
}

.elementor-widget-docy_list_item .steps-panel {
  border: none;
}

.elementor-widget-docy_nav_menu {
  margin: 0 !important;
}

.editor-content ol:not([class]), .editor-content ul:not([class]) {
  margin-bottom: 30px;
}
.editor-content ol:not([class]) li, .editor-content ul:not([class]) li {
  margin-bottom: 10px;
}

.more-communities {
  border-bottom: none;
}

.doc_community_info {
  width: 100%;
}

.doc_testimonial_slider .slick-dots {
  padding-left: 15px;
}

.modal-backdrop.fade {
  opacity: 0;
  z-index: 0;
}

.menu_purple .navbar-brand h3 {
  color: #fff;
  margin-top: 10px;
}

.menu_purple.navbar_fixed .navbar-brand h3 {
  color: var(--black_700);
}

.doc_features_item img {
  max-width: 50px;
  max-height: 50px;
}

.doc_community_item .doc_community_icon {
  background: transparent !important;
}

.b_top_post_content .post_tag .meta-item {
  color: var(--black_400);
}
.b_top_post_content .post_tag .meta-item:hover {
  color: var(--brand_color);
}

.single_breadcrumb .post_tag a:hover {
  color: #fff;
}

/** === Footer Widgets === **/
.footer_widget {
  margin-top: 60px;
}

.doc_service_list_widget .footer_widget:first-child,
.doc_service_list_widget .footer_widget:nth-child(2),
.doc_service_list_widget .footer_widget:nth-child(3),
.doc_service_list_widget .footer_widget:nth-child(4) {
  margin-top: 0;
}

.doc_about_widget img {
  max-width: 150px;
  max-height: 80px;
}

.breadcrumb .home-icon {
  color: #878ea6;
  display: none;
}

.breadcrumb .home-icon ion-icon {
  padding-right: 3px;
}

.question_menu .nav-tabs li a img {
  margin-right: 10px;
  max-width: 16px;
}

.gallery-top .slick-track {
  max-width: none !important;
}

.doc-scrollable {
  position: relative;
}

#navbarSupportedContent {
  justify-content: flex-end;
}

.input-group-append {
  display: flex;
}

#blog-search-results .search-result-item .doc-article,
#forum-search-results .search-result-item .doc-article {
  flex: 100% 0 0;
}

/** === Header Search Form === **/
.right-nav .search-icon {
  margin-left: 10px;
  font-size: 20px;
  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;
}

.menu_purple .right-nav .search-icon {
  color: #fff;
}

.docy-source-code.prism-dark {
  margin-bottom: 30px;
}

/** === TAG PAGE CSS === **/
.tag-section-wrapper {
  margin: 60px 0;
}
.tag-section-wrapper .navigation.pagination {
  margin: 30px 0;
}

.tag-wrapper {
  margin: 1rem 0 20px;
  padding: 18px 22px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(40, 41, 42, 0.2);
  background: var(--bs-white);
}
.tag-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.tag-wrapper .tag-title {
  width: 30%;
  padding-right: 16px;
  float: left;
}
.tag-wrapper .tag-title h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  line-height: 28px;
}
.tag-wrapper .tag-title a:hover {
  text-decoration: underline;
}
.tag-wrapper .tag-content {
  width: 70%;
  float: right;
  margin: 2px 0;
  font-size: 14px;
}
.tag-wrapper .tag-content > p {
  margin: unset;
}

@media screen and (max-width: 767px) {
  .tag-wrapper .tag-title,
  .tag-wrapper .tag-content {
    width: 100%;
    float: none;
  }
}
/** TOC 2 LAYOUT CSS **/
.tip_banner_area.toc-wrapper {
  padding: 200px 0 120px;
}

.tip_banner_area.toc-wrapper .toc-wrapper-banner {
  margin: 0;
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  padding-right: 50px;
}

.tip_banner_area.toc-wrapper .banner_title {
  text-align: left;
  margin: 15px 0 20px;
}

.tip_banner_area.toc-wrapper p {
  color: var(--black_100);
}

.tip_banner_area.toc-wrapper .breadcrumb .active {
  color: var(--black_400);
}

.tip_banner_area.toc-wrapper .banner-img-thumbnail {
  width: auto;
  max-width: 120%;
  height: auto;
}

.toc-creative-media {
  width: 120%;
}

.toc-creative-media.toc-creative-default {
  cursor: default;
  box-shadow: none;
  min-height: 350px;
  background: none;
}

.toc-creative-media.video_post {
  min-height: 350px;
}

.toc-banner-overlay img.overlay-shape-dark {
  display: none;
}

.body_dark .toc-banner-overlay img.overlay-shape-light {
  display: none;
}

.body_dark .toc-banner-overlay img.overlay-shape-dark {
  display: block;
}

.toc-banner-overlay img {
  transform: scaleX(-1);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.toc-summery-wrapper {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  flex: 0 0 auto;
  border-radius: 16px;
  line-height: normal;
  box-sizing: border-box;
  transition-delay: 0.1s;
  padding-top: 32px;
  padding-right: 48px;
  padding-bottom: 24px;
  padding-left: 48px;
  transform: translate(0);
  margin-bottom: 80px;
  border-left: 8px solid var(--brand_color);
}

.body_dark .toc-summery-wrapper {
  background-color: #2c303a;
}

.toc-summery-wrapper h1.toc-summery-title {
  font-size: 32px;
  line-height: 38px;
  margin: 0;
  font-weight: 900;
}

.toc-summery-wrapper p.toc-summery-info {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0 25px;
}

.toc-summery-wrapper .toc-content > .col-lg-4.col-md-6 {
  width: 100%;
}

.toc-summery-wrapper .toc-content .tip_item {
  margin-bottom: 5px;
}

.toc-summery-wrapper .toc-content .tip_title {
  color: #6c7778;
  font-size: 14px !important;
  line-height: 21px;
}

.body_dark .toc-summery-wrapper .toc-content .tip_title {
  color: #bbc0c4;
}

.toc-summery-wrapper .toc-content .tip_para {
  display: none;
}

@media screen and (max-width: 991px) {
  .tip_banner_area.toc-wrapper {
    padding: 150px 0 60px;
  }
  .tip_banner_area.toc-wrapper .banner-img-thumbnail,
  .toc-creative-media {
    max-width: 100%;
  }
}
/* DOCY SEARCH FORM */
body.admin-bar .header_tabs_area.tab_fixed .header_tab_items {
  top: -38px;
}

body.navbar-shown .header_tabs_area.tab_fixed .header_tab_items {
  top: 4px;
}

body.navbar-shown.admin-bar .header_tabs_area.tab_fixed .header_tab_items {
  top: 36px;
}

.no-search-banner.doc_documentation_area {
  margin-top: 50px;
}

.search .search-post-item .breadcrumb.reply .breadcrumb-item:last-child,
.search .search-post-item .breadcrumb.page .breadcrumb-item:last-child {
  display: block;
}

/*---- Elementor box shadow (post widget) --------*/
.elementor-card-shadow-yes .elementor-post__card {
  border: 1px solid #eaeeef;
  box-shadow: 0 20px 60px -5px rgba(51, 77, 114, 0.12);
}

/** === Progress Bar === **/
#reading-progress {
  position: fixed;
  width: 100%;
  height: 5px;
  z-index: 9999;
  top: 0;
  left: 0;
}

#reading-progress-fill {
  height: 5px;
  width: 0;
  -webkit-transition: width 100ms ease;
  -o-transition: width 100ms ease;
  transition: width 0.4s ease;
  background-color: var(--brand_color);
  display: none;
}

/**== Resources box css ==**/
.resource-box .elementor-icon {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 15px;
  border-radius: 50%;
}

.navbar-nav .dropdown-menu {
  top: 100%;
}

/**=== Gutenberg Block  ===**/
.topics-block .doc_community_icon img {
  max-width: 100%;
}

/**=== Footer Dark Logo ===**/
body:not(.body_dark) img.logo-dark {
  display: none;
}

body.body_dark img.logo-dark {
  display: block;
}

body.body_dark img.logo-light {
  display: none;
}

.communities {
  padding: 115px 0 90px;
}

.community-box {
  border: 1px solid #f6f9fa;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(2, 47, 57, 0.14);
  text-align: center;
  padding: 40px 70px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  overflow: hidden;
}
.community-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.community-box .icon-container {
  margin-bottom: 33px;
}
.community-box .community-content .com-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #6b707f;
  margin-bottom: 27px;
}
.community-box .community-content .details-link {
  color: #9296a3;
  font-size: 16px;
  font-weight: 500;
}
.community-box .community-content .details-link i {
  display: inline-block;
  vertical-align: -2px;
  transition: all 0.3s ease-in-out;
  color: #9296a3;
}
.community-box .community-content .details-link:hover {
  color: var(--brand_color);
}
.community-box .community-content .details-link:hover i {
  color: var(--brand_color);
  margin-left: 3px;
}
.community-box:hover {
  box-shadow: 0 40px 30px 0 rgba(2, 47, 57, 0.1);
  transform: translateY(-5px);
}
.community-box:hover:before {
  background: var(--brand_color);
}

.related-communities {
  padding: 55px 0 50px;
}
.related-communities .section_title {
  margin-bottom: 70px;
}

.dmt-4 {
  margin-top: 38px;
}

.communities-boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 992px) {
  .communities-boxes {
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% + 30px);
  }
}
@media (max-width: 420px) {
  .communities-boxes {
    width: calc(100% + 15px);
  }
}
.communities-boxes .Docy-com-box {
  text-align: center;
  margin-bottom: 57px;
  width: 20%;
  flex: 0 0 205px;
}
@media (max-width: 1200px) {
  .communities-boxes .Docy-com-box {
    flex: 0 0 165px;
  }
}
@media (max-width: 991px) {
  .communities-boxes .Docy-com-box {
    flex: 0 0 180px;
  }
}
@media (max-width: 768px) {
  .communities-boxes .Docy-com-box {
    flex: 0 0 185px;
  }
}
@media (max-width: 420px) {
  .communities-boxes .Docy-com-box {
    flex: 0 0 150px;
  }
}
.communities-boxes .Docy-com-box .icon-container {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 40px 70px 0 rgba(2, 47, 57, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  margin: 0 auto 34px;
}
.communities-boxes .Docy-com-box .docy-com-box-content .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: var(--secondary_color);
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.communities-boxes .Docy-com-box .docy-com-box-content .title a {
  color: var(--secondary_color);
}
.communities-boxes .Docy-com-box .docy-com-box-content .title a:hover {
  color: var(--brand_color);
}
.communities-boxes .Docy-com-box .docy-com-box-content .title:hover {
  color: var(--brand_color);
}
.communities-boxes .Docy-com-box .docy-com-box-content .total-post {
  color: #6b707f;
  font-size: 14px;
}

.more-communities {
  padding: 22px 0;
  border-top: 1px solid var(--border_on_white);
  border-bottom: 1px solid var(--border_on_white);
}
.more-communities .collapse-btn {
  text-align: center;
  display: block;
  color: var(--brand_color);
  font-weight: 500;
}
.more-communities .collapse-btn i {
  vertical-align: -1px;
}
.more-communities .collapse-btn.active i:before {
  content: "K";
}
.more-communities .collapse-wrap {
  margin-top: 80px;
  display: none;
}

/*========== shortcode_text css ==============*/
.shortcode_text .shortcode_title p {
  margin-bottom: 20px;
}
.shortcode_text ul li {
  margin-bottom: 6px;
}
.shortcode_text ul li a {
  color: #6b707f;
}
.shortcode_text ul li a:hover {
  color: var(--brand_color);
}
.shortcode_text .c_head {
  margin-top: 30px;
}

.article_list {
  margin-bottom: 30px;
}

.info-tab .icon-wrapper i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  height: 20px;
  color: white;
}

.note-icon::before {
  width: 20px;
  height: 20px;
  box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}

.info-tab .icon-wrapper::after {
  width: 20px;
  height: 20px;
  border: 12px solid transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  bottom: -18px;
  box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}

.info-tab .icon-wrapper::before, .info-tab .icon-wrapper::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  transform: rotateX(60deg);
}

@media (max-width: 576px) {
  .nic-alert .nic-content-wrap .note-box {
    padding: 20px;
  }
}
/*=========== lightbox Shortcode css ========*/
.lightbox_shortcode {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.lightbox_shortcode img {
  background-color: rgb(240, 242, 245);
  box-shadow: 0 4px 14px 0 rgba(4, 73, 89, 0.08);
  max-width: 100%;
}

.img_popup {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 52px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(29, 39, 70, 0.5);
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
}
.img_popup i {
  margin-left: -2px;
}
.img_popup:hover, .img_popup:focus {
  background: #fff;
  color: var(--secondary_color);
  box-shadow: 4px 15px 34px 2px rgba(4, 73, 89, 0.2);
}

button.mfp-close {
  font-size: 30px;
  color: #6b707f;
  right: 10px;
  top: 5px;
}

.mfp-bg {
  background: #fff;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
  padding: 0;
}

.mfp-with-zoom .mfp-container {
  transform: scale(0);
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
  transform: scale(1);
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 1;
}

.mfp-figure:after {
  background-color: rgb(236, 239, 244);
  box-shadow: 0 20px 80px 0 rgba(4, 73, 89, 0.12);
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*=========== lightbox Shortcode css ========*/
/*=========== tooltip Shortcode css ========*/
.tooltipster-sidetip .tooltipster-box {
  max-width: 300px;
  background: #fff;
  box-shadow: 0 30px 90px -20px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 0;
  margin-top: 0;
  border-radius: 10px;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content {
  padding: 15px 20px;
  background: var(--bs-white);
  border-radius: 10px;
  z-index: 1;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content .blog_grid_post {
  margin-bottom: 0;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content .blog_grid_post img {
  max-width: 100%;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content .blog_grid_post .grid_post_content {
  padding: 30px 20px 10px;
  box-shadow: none;
  font-size: 12px;
  line-height: 1.4;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content .blog_grid_post .grid_post_content .post_tag a {
  font-size: 14px;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content .blog_grid_post .grid_post_content .b_title {
  font-size: 18px;
  line-height: 25px;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content .blog_grid_post .grid_post_content p {
  color: var(--p_color);
  font-size: 14px;
  line-height: 22px;
}

.tooltip_content p {
  margin-bottom: 25px;
}
.tooltip_content p i {
  vertical-align: middle;
}
.tooltip_content p a {
  color: var(--brand_color);
}
.tooltip_content .text-decoration {
  position: relative;
  display: inline-block;
}
.tooltip_content .text-decoration:before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--brand_color);
  position: absolute;
  bottom: 5px;
  left: 0;
}

.direction_steps {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 767px) {
  .direction_steps {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.direction_step {
  padding: 0 8px;
  font-size: 13px;
  border-radius: 4px;
  background: rgba(127, 130, 248, 0.8);
  color: #fff;
  position: relative;
  line-height: 20px;
}
.direction_step + .direction_step {
  margin-left: 26px;
}
.direction_step + .direction_step:before {
  content: "$";
  font-family: eleganticons;
  position: absolute;
  left: -20px;
  color: rgba(127, 130, 248, 0.8);
}

.tip_content {
  background: #fff;
  box-shadow: 0 20px 50px 0 rgba(4, 73, 89, 0.16);
  max-width: 320px;
  max-height: 100%;
  border-radius: 6px;
  text-align: left;
}
.tip_content .text {
  padding: 25px;
}
.tip_content p {
  font-size: 14px;
  line-height: 26px;
  color: #6b707f;
  margin-bottom: 0;
}
.tip_content .title {
  font-size: 14px;
  color: var(--secondary_color);
  font-weight: 500;
  padding-top: 0;
  margin-bottom: 8px;
}
.tip_content .title span {
  display: block;
  font-weight: 400;
  color: #6b707f;
  font-size: 14px;
  padding-top: 5px;
}
.tip_content img {
  max-width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.tip_content#tooltipTwo {
  min-height: 450px;
}

/*=========== tooltip Shortcode css ========*/
/*=========== image_pointer Shortcode css ========*/
.image_pointer .pointing_img {
  padding-bottom: 20px;
}
.image_pointer .pointing_img img {
  max-width: 100%;
  box-shadow: 0 20px 50px 0 rgba(4, 73, 89, 0.1);
}
.image_pointer .pointing_img h6 {
  margin-top: 35px;
}
.image_pointer .pointing_img h6 a {
  color: var(--brand_color);
}

.modal-open {
  padding-right: 0 !important;
}

.modal-backdrop {
  background: #fff;
}

.img_modal {
  background: #fff;
  padding-right: 0 !important;
  box-shadow: 0 4px 14px 0 rgba(4, 73, 89, 0.08);
}
.img_modal img {
  box-shadow: 0 30px 80px 0 rgba(4, 73, 89, 0.12);
}
.img_modal .close {
  font-size: 30px;
  opacity: 1;
  color: #6b707f;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
  z-index: 3;
}
.img_modal.fade .pointing_img_container {
  max-width: 1170px;
  margin: 0rem auto;
  padding: 80px 0;
  height: 100%;
  display: flex;
  align-items: center;
  transform: translate(0, 0);
}
.img_modal.fade .pointing_img_container .modal-content {
  border: 0;
  padding: 0;
}
.img_modal.fade .pointing_img_container .modal-content img {
  max-width: 100%;
}

.img_pointing {
  width: 10px;
  height: 10px;
  background: #a54ffe;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}
.img_pointing:before, .img_pointing:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: #a54ffe;
}
.img_pointing:before {
  transform: scale(2.1);
  opacity: 0.3;
}
.img_pointing:after {
  transform: scale(3);
  opacity: 0.2;
}
.img_pointing .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(165, 79, 254, 0.9);
  animation: pulse1 3s infinite;
  transform: translate(-50%, -50%);
  animation-delay: 1.5s;
  will-change: transform;
}

.img_pointing_content {
  padding: 25px;
}
.img_pointing_content p {
  font-size: 14px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  color: #6b707f;
  margin-bottom: 0;
}
.img_pointing_content p span {
  color: var(--secondary_color);
}
.img_pointing_content p + p {
  margin-top: 15px;
}

.pointing_img_two {
  position: relative;
  margin-bottom: 60px;
}
.pointing_img_two img {
  box-shadow: 0 20px 50px 0 rgba(4, 73, 89, 0.1);
}
/*=========== image_pointer Shortcode css ========*/
/*=========== caniuse Shortcode css ========*/
.caniuse ul {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}
.caniuse ul .caniuse_agents_item {
  text-align: center;
  border-radius: 5px;
  padding: 23px 30px 20px;
  margin: 6px;
}
.caniuse ul .caniuse_agents_item img {
  height: 40px;
  display: block;
}
.caniuse ul .caniuse_agents_item span {
  display: block;
  font-size: 20px;
  padding-top: 13px;
}

.caniuse_section + .caniuse_section {
  margin-top: 55px;
}

.light_blue {
  background: #ece6fc;
  color: #784bfb;
}

.light_red {
  background: #fce6e6;
  color: #f84343;
}

.blue {
  background: #e6f8fc;
  color: var(--brand_color);
}

.caniuse_section_legend p {
  padding-top: 25px;
}
.caniuse_section_legend .caniuse_legend_list {
  padding: 15px 0 10px;
}
.caniuse_section_legend .caniuse_legend_list span {
  margin-right: 20px;
}
.caniuse_section_legend .caniuse_legend_list a {
  font-size: 14px;
  font-weight: 500;
  padding: 0 18px;
  display: inline-block;
  margin: 0 3px;
  border-radius: 2px;
}
.caniuse_section_legend .caniuse_legend_list a.blue:hover {
  background: var(--brand_color);
  color: #fff;
}

.purpale_btn {
  background: #fad9ea;
  color: #e32a8b;
}
.purpale_btn:hover {
  background: #e32a8b;
  color: #fff;
}

.green_btn {
  background: #cef5d4;
  color: #11ca30;
}
.green_btn:hover {
  background: #11ca30;
  color: #fff;
}

.violate_btn {
  background: #e8d9fa;
  color: #9744fd;
}
.violate_btn:hover {
  background: #9744fd;
  color: #fff;
}

/*=========== caniuse Shortcode css ========*/
/*=========== table Shortcode css ========*/
.table_shortcode thead {
  background: var(--brand_color);
}
.table_shortcode thead th {
  padding: 20px 25px;
  border: 0;
}
.table_shortcode thead tr th, .table_shortcode thead tr .th {
  background: var(--brand_color);
}
.table_shortcode th, .table_shortcode td {
  border: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  vertical-align: middle;
}
.table_shortcode th {
  font-weight: 500;
}
.table_shortcode tbody tr {
  background: var(--black_50);
  border: none;
}
.table_shortcode tbody tr th {
  background: var(--brand_color);
}
.table_shortcode tbody tr td,
.table_shortcode tbody tr th {
  padding: 12px 25px;
}
.table_shortcode tbody tr td {
  color: var(--black_700);
}
.table_shortcode tbody tr:nth-child(odd) {
  background: var(--black_25);
}

table.is-style-stripes tbody > tr:nth-child(2n) td {
  background: #f2f2f2;
  color: #6d7882;
}

/*============ Footnote ===========*/
.text-component--has-footnotes {
  counter-reset: footnotes;
}

.footnotes {
  border-top: 1px solid var(--color-contrast-low);
  font-size: 0.875em;
}
.footnotes #footnotes {
  font-weight: 700;
}
.footnotes .footnotes_item {
  font-size: 14px;
  position: relative;
  padding-left: 10px;
}
.footnotes .footnotes_item p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.footnotes .footnotes_item .back-article {
  position: absolute;
  left: 1px;
  top: 2px;
  font-size: 16px;
}
.footnotes .footnotes_item strong {
  color: var(--secondary_color);
  padding-bottom: 2px;
  display: inline-block;
  font-weight: 500;
}
.footnotes .footnotes_item + .footnotes_item {
  margin-top: 20px;
}

.footnotes-link {
  counter-increment: footnotes;
  font-size: 0.75em;
  vertical-align: super;
}
.footnotes-link::before {
  content: "[" counter(footnotes) "]";
}
.footnotes-link:target, .footnotes-link:target {
  outline: 2px solid var(--brand_color);
  outline-offset: 2px;
  margin: 0 5px;
}

/*============ Footnote ===========*/
/*============ List Style ===========*/
.single_list {
  list-style: none;
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.02);
  border: 1px solid #e5ebef;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 25px;
  border-radius: 2px;
}
.single_list li {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
  padding-left: 20px;
}
.single_list li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand_color);
  position: absolute;
  left: 0;
  top: 9px;
}
.single_list li + li {
  margin-top: 15px;
}

/** === List Style === **/
.steps-panel {
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.02);
  border: 1px solid var(--black_50);
  margin-top: 10px;
  margin-bottom: 25px;
  border-radius: 10px;
  padding-right: 10px;
}

ul.ordered-list li::before {
  content: "h";
  font-family: "ElegantIcons";
  font-size: 10px;
}

.ordered-list {
  position: relative;
  list-style: none !important;
  padding-left: 20px;
  margin: 30px 0;
}
.ordered-list::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #c4cdd5;
}
.ordered-list::after {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #c4cdd5;
}
.ordered-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 16px 0;
  position: relative;
  padding-left: 35px;
  counter-increment: a;
  z-index: 1;
}
.ordered-list li::before {
  content: counter(a);
  position: absolute;
  color: #fff;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 12px;
  background-color: var(--brand_color);
  text-align: center;
  line-height: 23px;
  top: -4px;
  left: -4px;
  border: 5px solid var(--bs-white);
}
.ordered-list li:last-child {
  padding-bottom: 0;
}

/*============ changelog css ===========*/
.changelog_inner {
  margin-left: -40px;
}

.changelog_info {
  padding-top: 75px;
  margin-top: -60px;
}
.changelog_info .version_info {
  margin-right: 15px;
  position: relative;
  height: 100%;
}
.changelog_info .c_version {
  flex: 1;
  background: var(--secondary_color);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  height: 26px;
  line-height: 27px;
  border-radius: 3px;
  color: #fff;
  min-width: 50px;
  max-width: 60px;
  display: block;
  margin: 0 auto;
}
.changelog_info .changelog_date {
  display: flex;
  flex-direction: row-reverse;
  text-align: right;
}
.changelog_info .changelog_date .c_date h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.changelog_info .changelog_date .c_date p {
  font-size: 14px;
  margin-bottom: 0;
  color: #6b707f;
}
.changelog_info .line {
  height: 106%;
  width: 2px;
  background: #e2e5ee;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.changelog_info:last-child .line {
  height: 100%;
}
.changelog_info:last-child .changelog_content {
  padding-bottom: 0;
}

.changelog_content {
  padding-bottom: 60px;
}
.changelog_content p {
  display: flex;
  margin-bottom: 8px;
  font-size: 14px;
}
.changelog_content span {
  font-weight: 400;
  font-size: 10px;
  color: #fff;
  padding: 0 10px;
  text-transform: uppercase;
  min-width: 110px;
  display: inline-block !important;
  text-align: center;
  line-height: 23px;
  border-radius: 3px;
  margin-right: 20px;
  height: 22px;
  flex: 0;
  letter-spacing: 0.8px;
  background: #0ed193;
}
.changelog_content span.improve {
  background: var(--brand_color);
}
.changelog_content span.update {
  background: #ffa100;
}
.changelog_content span.fixed {
  background: #ea3940;
}
.changelog_content .download-links {
  border-top: 1px dotted var(--black_50);
  margin-top: 15px;
}
.changelog_content .changelog_btn {
  font-size: 14px;
  color: #6b707f;
  font-weight: 500;
  margin-top: 12px;
  display: inline-block;
  opacity: 0.5;
  text-decoration: none !important;
}
.changelog_content .changelog_btn i {
  margin-right: 5px;
}
.changelog_content .changelog_btn:hover {
  color: var(--brand_color);
}
.changelog_content .changelog_btn + .changelog_btn {
  margin-left: 28px;
}
.changelog_content:hover .changelog_btn {
  opacity: 1;
}

.just_text {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.just_text p {
  margin-bottom: 0;
}
.just_text + .just_text {
  margin-top: 70px;
}

.answer_bottom {
  align-items: flex-start;
}

.tour_preview_img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*========== cheatsheet_info css =========*/
.cheatsheet_info + .cheatsheet_info {
  margin-top: 30px;
}

.cheatsheet_accordian .card {
  border: 0;
  padding: 0;
  overflow: visible;
  margin-top: 10px;
  background: transparent;
}
.cheatsheet_accordian .card .card-header {
  padding: 0;
  border: 0;
  background: transparent;
}
.cheatsheet_accordian .card .card-header button {
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  background: transparent;
  color: var(--secondary_color);
  text-decoration: none;
}
.cheatsheet_accordian .card .card-header button .minus {
  display: inline-block;
}
.cheatsheet_accordian .card .card-header button .pluse {
  display: none;
}
.cheatsheet_accordian .card .card-header button.collapsed .pluse {
  display: inline-block;
}
.cheatsheet_accordian .card .card-header button.collapsed .minus {
  display: none;
}

.cheatsheet_item {
  text-align: left;
  padding: 20px 20px 30px;
  margin-bottom: 30px;
  transition: all 0.3s linear;
  background: var(--bs-white);
  border-radius: 8px;
}
.cheatsheet_item:hover {
  box-shadow: 0 20px 27px 0 rgba(4, 73, 89, 0.08);
}
.cheatsheet_item .cheatsheet_num {
  text-align: right;
}
.cheatsheet_item p {
  margin-bottom: 0;
}
.cheatsheet_item h5 {
  margin-bottom: 0;
  color: var(--brand_color);
}

.about-journalism {
  background: rgb(250, 252, 253);
  overflow: hidden;
  position: relative;
}

.light-header {
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .light-header {
    bottom: -10px;
  }
}
.light-header .title-light {
  color: #eff4f7;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
@media (max-width: 768px) {
  .light-header .title-light {
    font-size: 30px;
    bottom: -10px;
  }
}

.journalism-content-wrapper {
  max-width: 550px;
  padding: 113px 0 65px;
}
@media (max-width: 1480px) {
  .journalism-content-wrapper {
    padding: 83px 0 35px;
  }
}
.journalism-content-wrapper .quote {
  margin-left: -20px;
}
.journalism-content-wrapper .journalism-title {
  font-size: 30px;
  line-height: 40px;
  color: var(--secondary_color);
  font-weight: 700;
  margin-bottom: 20px;
}
.journalism-content-wrapper p {
  font-size: 20px;
  color: #6b707f;
  line-height: 34px;
  margin-bottom: 40px;
}
.journalism-content-wrapper .journalism-info .name {
  color: var(--secondary_color);
  font-size: 16px;
  margin: 0;
}
.journalism-content-wrapper .journalism-info .designation {
  font-size: 14px;
  color: #6b707f;
}

.support_area {
  background: #002454;
  overflow: hidden;
  z-index: 2;
}
.support_area .container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.support_area .shap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.support_area .left {
  position: relative;
  align-self: center;
  z-index: 3;
}
.support_area .left h3 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 5px;
}
.support_area .left p {
  color: #fff;
}
.support_area .left .icon_btn2 {
  margin-top: 25px;
}
.support_area .right {
  position: relative;
}
.support_area .right img {
  z-index: 4;
  position: relative;
}

.journalism-feature-image {
  position: relative;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .journalism-feature-image {
    margin-left: 20px;
  }
}
.journalism-feature-image:before {
  content: "";
  position: absolute;
  height: 600px;
  width: 600px;
  background-image: linear-gradient(45deg, rgb(236, 249, 252) 0%, rgb(254, 239, 236) 100%);
  border-radius: 50%;
  z-index: 1;
  left: 20px;
  top: 85px;
}
@media (max-width: 992px) {
  .journalism-feature-image:before {
    left: -20px;
    top: 15px;
  }
}
.journalism-feature-image img {
  margin-left: -27px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1480px) {
  .journalism-feature-image {
    margin-top: 80px;
  }
  .journalism-feature-image img {
    width: 500px;
  }
  .journalism-feature-image:before {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 992px) {
  .journalism-feature-image img {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .journalism-feature-image img {
    max-width: 300px;
  }
}
@media (max-width: 576px) {
  .journalism-feature-image:before {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 992px) {
  .md-order-two {
    order: 2;
  }
}
/*==============typography_area css ================*/
.typography_area {
  padding: 115px 0 120px;
}
.typography_area p {
  line-height: 28px;
}

.heading_content .t_title {
  color: var(--p_color);
  margin-bottom: 0;
  padding-bottom: 20px;
}
.heading_content .bold, .heading_content .medium, .heading_content .regular {
  margin-bottom: 22px;
  line-height: 1;
}

.typography_preview {
  margin-top: 30px;
}

.typography_underline h4 {
  margin-bottom: 35px;
}

.highlight_text, .typography_underline {
  padding-right: 100px;
  margin-top: 85px;
}

.highlight_text h5 {
  margin-bottom: 30px;
}
.highlight_text span {
  display: inline-block;
  padding: 0 6px;
}
.highlight_text .h_black {
  background: #222d39;
  color: #fff;
}
.highlight_text .h_green {
  background: #15e18d;
  color: #fff;
}
.highlight_text .h_blue {
  background: #2cabed;
  color: #fff;
}
.highlight_text p .tooltips_one {
  color: #4b5ffa;
}
.highlight_text p .tooltips_two {
  color: #ef971a;
}

.tooltip_blue .arrow:before {
  border-top-color: #4b5ffa;
}
.tooltip_blue.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #4b5ffa;
}
.tooltip_blue .tooltip-inner {
  background: #4b5ffa;
}

.tooltip_danger.show {
  opacity: 1;
}

.tooltip_danger {
  opacity: 1;
}
.tooltip_danger .arrow:before {
  border-top-color: #ef971a;
}
.tooltip_danger.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #ef971a;
}
.tooltip_danger .tooltip-inner {
  background: #ef971a;
}

.dropcap_content p span {
  float: left;
  font-size: 54px;
  margin-right: 10px;
  color: #fc5bc1;
  font-weight: 700;
  line-height: 55px;
  font-family: "Roboto", sans-serif;
}
.dropcap_content p .r_dropcap {
  background: #13c5bf;
  border-radius: 4px;
  color: #fff;
  padding: 0 6px;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 10px;
}

.typography_list h5, .dropcap_content h5 {
  margin-bottom: 30px;
}

.typography_list ul li a, .typography_list ol li a {
  font-size: 15px;
  line-height: 34px;
  color: var(--p_color);
  font-weight: 400;
}
.typography_list ol {
  padding-left: 15px;
}
.typography_list ol li ol {
  padding-left: 30px;
}
.typography_list .unorderlist li {
  position: relative;
  padding-left: 14px;
}
.typography_list .unorderlist li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a7acbd;
  position: absolute;
  left: 0;
  top: 14px;
}
.typography_list .unorderlist li ul {
  padding-left: 10px;
}

.blockquote_inner {
  margin-top: 85px;
}
.blockquote_inner h6 {
  color: var(--p_color);
  margin-bottom: 0;
}

.blockquote {
  background: transparent;
  padding: 0 0 0 40px;
  border-color: var(--secondary_color);
  border-width: 2px;
  margin-bottom: 55px;
}
.blockquote:before, .blockquote:after {
  display: none;
}
.blockquote p {
  font-size: 18px;
  font-style: italic;
  color: #4b505e;
  line-height: 30px;
}

.blockquote_two {
  background: #f9fafb;
  padding: 14px 40px 26px 140px;
  border: 0;
  position: relative;
  margin-top: 25px;
}
.blockquote_two:before, .blockquote_two:after {
  display: none;
}
.blockquote_two span {
  background: #d6dffa;
  padding: 0 4px;
}
.blockquote_two .quote_icon {
  font-size: 150px;
  color: #d3d6e1;
  position: absolute;
  transform: rotate(180deg);
  top: 18px;
  background: transparent;
  left: 40px;
  line-height: 155px;
}
.blockquote_two h5 {
  font-size: 22px;
  line-height: 40px;
  font-style: italic;
  font-weight: 400;
  color: var(--p_color);
}

.button_inner {
  margin-top: 60px;
}
.button_inner h4 {
  margin-bottom: 50px;
  padding-top: 30px;
}
.button_inner h6 {
  color: var(--p_color);
  font-weight: 400;
}
.button_inner .button_inner_one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 50px;
  border-bottom: 1px solid #e6eeef;
}
.button_inner:last-child .button_inner_one {
  border: 0;
  padding-bottom: 0;
}

.btn_small {
  padding: 0 16px;
}

.btn_small_two {
  padding: 8px 29px;
}

.doc_border_btn_two, .btn_small_three {
  padding: 10px 47px;
}

.btn_bg {
  padding: 15px 78px;
}

.btn_radious_none {
  border-radius: 0;
  padding: 10px 68px;
}

.btn_radious_45 {
  border-radius: 45px;
  padding: 5px 28px;
}

.action_btn.btn_small, .action_btn.btn_small_two, .action_btn.btn_small_three, .action_btn.btn_bg, .action_btn.btn_radious_none, .action_btn.btn_radious_45 {
  box-shadow: none;
  border: 2px solid var(--brand_color);
  transition: all 0.3s linear;
}
.action_btn.btn_small:hover, .action_btn.btn_small_two:hover, .action_btn.btn_small_three:hover, .action_btn.btn_bg:hover, .action_btn.btn_radious_none:hover, .action_btn.btn_radious_45:hover {
  background: rgba(8, 102, 255, 0.05);
  border-color: rgba(8, 102, 255, 0.3);
  color: var(--brand_color);
}

.icon_btn {
  border: 2px solid rgba(8, 102, 255, 0.3);
  margin-left: 0;
  background: rgba(8, 102, 255, 0.05);
}
.icon_btn i {
  padding-right: 7px;
}
.icon_btn:hover {
  border-color: var(--brand_color);
}

.arrow_btn_medium {
  padding: 13px 28px;
}

.arrow_btn_big {
  padding: 18px 44px;
  font-size: 18px;
}
.arrow_btn_big i {
  font-size: 28px;
  padding-left: 12px;
}

.arrow_btn_small {
  padding: 15px 37px;
}

.arrow_btn_small_two {
  padding: 10px 23px;
}

.dropcap_inner {
  padding: 50px 0;
}

/*==============typography_area css ================*/
/*==============action_area_three css ================*/
.action_area_three {
  background: url("../img/action_bg.jpg") no-repeat scroll center 0/cover;
  padding: 110px 0;
  background-attachment: fixed;
}

.action_content_three {
  max-width: 520px;
  margin: 0 auto;
}
.action_content_three h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
.action_content_three .doc_border_btn {
  background: transparent;
  color: #fff;
  border-color: #b4b6da;
  padding: 13px 34px;
}
.action_content_three .doc_border_btn:hover {
  background: #ffffff;
  color: var(--brand_color);
  border-color: #fff;
}

/*==============action_area_three css ================*/
.forum-single-content .content img, .forum-single-content .comment-content img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eaeeef;
}

.forum-post-top {
  display: flex;
  justify-content: space-between;
}
.forum-post-top img {
  border-radius: 50%;
  margin-right: 15px;
  max-width: 40px;
  height: auto;
}
.forum-post-top .forum-post-author .bbp-author-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--black_700);
  line-height: 1.4;
}
.forum-post-top .forum-post-author .bbp-author-link:hover {
  color: var(--brand_color);
}
.forum-post-top .forum-post-author .bbp-author-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--black_700);
  line-height: 1.4;
}
.forum-post-top .forum-post-author .forum-author-meta {
  display: flex;
  align-items: center;
}
.forum-post-top .forum-post-author .forum-author-meta a:hover {
  color: var(--brand_color);
}
.forum-post-top .forum-post-author .forum-author-meta .author-badge svg {
  margin-top: -5px;
  margin-right: 5px;
}
.forum-post-top .forum-post-author .forum-author-meta .author-badge i {
  margin-right: 5px;
  color: #838793;
}
.forum-post-top .forum-post-author .forum-author-meta .author-badge:first-child {
  margin-right: 20px;
  margin-top: -2px;
}

.author-badge.badge {
  text-transform: uppercase;
  font-weight: 400;
  margin-left: 3px;
}
.author-badge.badge img {
  margin-right: 2px;
  margin-top: -2px;
  width: 14px;
}
.author-badge.badge.participant img {
  width: 10px;
}

.action-button-container {
  display: flex;
  justify-content: flex-end;
}
.action-button-container.action-btns {
  justify-content: flex-start;
  margin-top: 20px;
}
.action-button-container.action-btns .action_btn {
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  font-weight: 400;
}
.action-button-container .ask-btn {
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 28px;
  margin-top: 2px;
}
.action-button-container .ask-btn:hover {
  background: #16c9f0;
}
.action-button-container .reply-btn {
  margin-right: 10px;
}
.action-button-container .too-btn {
  background: #fff;
  border: 1px solid #d0d8dc;
  color: var(--secondary_color);
}
.action-button-container .too-btn:hover {
  background: #fff;
  border: 1px solid var(--secondary_color);
  color: var(--secondary_color);
}

.q-title {
  display: flex;
  padding: 10px 15px 10px 0;
  align-items: baseline;
}
.q-title h1 {
  font-size: 34px;
  line-height: 1.3;
  flex: 1;
}
.q-title .badge {
  margin-left: 10px;
  line-height: 1.4;
  margin-top: 5px;
}

.forum-post-content {
  padding-left: 55px;
}
.forum-post-content .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;
}
.forum-post-content .content a:hover {
  text-decoration-color: var(--brand_color);
  text-decoration-thickness: 3px;
}
.forum-post-content ul li, .forum-post-content ol li {
  margin-bottom: 10px;
}
.forum-post-content .forum-post-btm {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--border_on_white);
  padding-bottom: 20px;
  padding-top: 30px;
}
.forum-post-content .forum-post-btm .taxonomy {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.forum-post-content .forum-post-btm .taxonomy i, .forum-post-content .forum-post-btm .taxonomy img {
  margin-right: 10px;
}
.forum-post-content .forum-post-btm .taxonomy img {
  max-width: 20px;
  max-height: 20px;
  margin-right: 10px !important;
}

.question-icon {
  color: var(--secondary_color);
  margin-right: 10px;
  font-weight: 600;
  font-size: 46px;
  margin-left: -2px;
}

#subscription-toggle a {
  font-size: 16px;
  padding: 10px 30px;
  margin-top: 2px;
  color: var(--bs-white);
  border-radius: 30px;
  background: var(--black_700);
  display: inline-block;
  text-decoration: none !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.18s ease-in-out;
}
#subscription-toggle a:hover {
  background: var(--black_900);
}
#subscription-toggle a.is-subscribed {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 28px;
  margin-top: 2px;
  color: #606060;
  border-radius: 30px;
  background: #e0e0e0;
  display: inline-block;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.18s ease-in-out;
}
#subscription-toggle .is-subscribed a.subscription-toggle {
  background: rgba(0, 0, 0, 0.05);
  color: var(--black_700);
}
#subscription-toggle .is-subscribed a.subscription-toggle:hover {
  background-color: var(--black_50);
}

/** === Topic/Reply Admin Links === **/
.forum-comment .action-button-container.action-btns .bbp-topic-reply-link {
  height: 26px;
  font-size: 12px;
  line-height: 26px;
}
.forum-comment .bbp-author-link {
  padding-top: 2px;
}

.answer-action .action-content .ans-title {
  margin-bottom: 5px;
}

.action-button-container.action-btns .bbp-admin-links {
  margin-bottom: 0;
  flex-wrap: wrap;
  width: 83%;
}
.action-button-container.action-btns .bbp-admin-links li {
  padding-right: 14px;
  margin-bottom: 0;
}
.action-button-container.action-btns .bbp-admin-links li:hover a::before {
  width: 100%;
}
.action-button-container.action-btns .bbp-admin-links li a {
  position: relative;
  color: var(--brand_color);
  font-size: 14px;
  font-weight: 500;
}
.action-button-container.action-btns .bbp-admin-links li a::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: var(--brand_color);
  transition: width 0.2s linear;
}

.comment-content .bbp-admin-links {
  background: var(--black_25);
  padding: 6px 10px 6px 10px;
  border-radius: 5px;
  margin-top: 10px !important;
  margin-bottom: 0;
}
.comment-content .bbp-admin-links li {
  padding: 0 10px;
  transition: background-color 0.3s;
}
.comment-content .bbp-admin-links li:first-child {
  margin-left: 10px;
}
.comment-content .bbp-admin-links li:hover {
  background-color: #fff;
  border-radius: 3px;
}
.comment-content .bbp-admin-links li a {
  color: var(--brand_color);
  font-size: 14px;
}

#favorite-toggle .favorite-toggle {
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  padding: 6px 20px;
  font-weight: 400;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.18s ease-in-out;
  background: #fff;
  border: 1px solid #d0d8dc;
  color: var(--secondary_color);
}

span#favorite-toggle {
  margin-top: 2px;
}

#favorite-toggle .favorite-toggle:hover {
  background: rgba(60, 64, 67, 0.04);
}

/** === Best Answer === **/
.best-answer {
  background: #f1fdf3;
  padding: 30px 25px;
  margin-top: 60px;
  border-radius: 6px;
}
.best-answer .accepted-ans-mark {
  color: #0abe76;
  font-size: 14px;
  text-align: right;
}
.best-answer .accepted-ans-mark i {
  padding-right: 5px;
}
.best-answer .best-ans-content {
  margin-top: 30px;
}
.best-answer .best-ans-content .question-icon {
  margin-top: 10px;
  margin-right: 20px;
}
.best-answer .best-ans-content p {
  font-size: 15px;
}
.best-answer .best-ans-content p:last-child {
  margin-bottom: 0;
}

/** === All answer === **/
.all-answers ul {
  list-style: none;
  padding-left: 0;
}
.all-answers ul ul {
  padding-left: 45px;
}
.all-answers .title {
  margin-bottom: 0;
}
.all-answers .filter-bar {
  background: #f7f8f9;
  border: 1px solid #eaeeef;
  padding: 10px 30px;
  justify-content: space-between;
  border-radius: 4px;
}
.all-answers .filter-bar .custom-select {
  box-shadow: none;
}
.all-answers .filter-bar .custom-select:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem transparent;
  border: none;
}
.all-answers .filter-bar .custom-select::after {
  border-bottom: 1px solid #6b707f;
  border-right: 1px solid #6b707f;
  height: 6px;
  width: 6px;
  right: 5px;
}
.all-answers .filter-bar p {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 14px;
  color: #6b707f;
}
.all-answers .filter-bar .nice-select {
  background: #f7f8f9;
  height: 100%;
  border: 0;
  padding: 0 25px 0 0;
}
.all-answers .filter-bar .nice-select .list {
  width: 100px;
}
.all-answers .filter-bar .nice-select::-ms-expand {
  display: none;
}
.all-answers .forum-comment {
  margin-top: 30px;
}
.all-answers .forum-comment.bbp-private-reply {
  padding: 25px;
  background: rgba(255, 255, 159, 0.39);
  border-radius: 10px;
}
@media (max-width: 736px) {
  .all-answers .forum-comment.bbp-private-reply {
    padding: 15px;
  }
}
.all-answers .forum-comment.bbp-private-reply .comment-content {
  border: none;
  padding: 0;
}
.all-answers .forum-comment .comment-content {
  margin-left: 45px;
  border-bottom: 1px solid var(--border_on_white);
  padding-bottom: 28px;
}
.all-answers .forum-comment .comment-content .alert {
  padding: 2px 10px;
  font-size: 14px;
}
.all-answers .forum-comment .comment-content ul, .all-answers .forum-comment .comment-content ol {
  line-height: 2;
}
.all-answers .forum-comment .comment-content p:last-child {
  margin-bottom: 0;
}
.all-answers .forum-comment .comment-content .action-btns {
  margin-top: 20px;
  display: none;
  opacity: 0;
  transition: all 5s ease-in;
}
.all-answers .forum-comment:hover .comment-content .action-btns {
  display: block;
  opacity: 1;
}
.all-answers .pagination-wrapper {
  background: transparent;
  box-shadow: none;
  padding: 0;
  flex-direction: row-reverse;
}
.all-answers .pagination-wrapper.paged {
  margin-top: 15px;
}
.all-answers .pagination-wrapper + .pagination-wrapper {
  margin-top: 25px;
}
.all-answers .pagination-wrapper .bbp-pagination {
  justify-content: flex-start;
}
.all-answers .pagination-wrapper .view-post-of {
  text-align: right;
}

.forum-post-top .forum-post-author .forum-author-meta {
  margin-top: 3px;
}

.topic_comments + .pagination-wrapper {
  margin-top: 30px;
}
.topic_comments .forum-post-author {
  display: flex;
}
.topic_comments .forum-post-author .forum-author-meta {
  margin-left: 15px;
}

.all-answers, .bbp-reply-form {
  padding: 40px 30px;
}

.bbp-topic-revision-log {
  margin-top: 15px;
  margin-bottom: 15px;
}

.bbp-topic-revision-log, .bbp-topic-revision-log-item,
.bbp-reply-revision-log .bbp-reply-revision-log-item {
  font-size: 12px;
  color: var(--black_400);
}
.bbp-topic-revision-log img, .bbp-topic-revision-log-item img,
.bbp-reply-revision-log .bbp-reply-revision-log-item img {
  display: none;
}

.bbp-topic-revision-log-item, .bbp-reply-revision-log-item {
  margin-bottom: 0;
}

/** === Topic Details === **/
.topic-info {
  text-align: left;
  position: relative;
  padding: 22px 10px 22px 26px;
  margin: 0 0 7%;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.topic-info p {
  position: relative;
  margin: 0 0 10px;
  padding-left: 90px;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 1.5;
}
.topic-info p a {
  padding-left: 5px;
}
.topic-info p strong.mini-title {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.topic-info p img {
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 2px 0 0;
  padding: 0;
  top: 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.topic-info .delete-ticket {
  color: #E85E3C;
  margin-top: 15px;
}

.single-topic .main-post {
  padding: 36px;
  word-break: break-all;
}
.single-topic .main-post .author-badge {
  margin-left: 8px;
}

.best-answer.type-reply {
  position: relative;
}
.best-answer.type-reply .forum-post-top {
  justify-content: start;
}
.best-answer.type-reply .forum-post-top .meta {
  margin-left: 5px;
}
.best-answer.type-reply .comment-content {
  border-bottom: 0;
  padding-bottom: 0;
}
.best-answer.type-reply .comment-content .bbp-admin-links {
  background: #f1f1f1;
}

.accepted-ans-mark {
  color: #3b9b3b;
  font-size: 13px;
}

.q-title .solved-topic-bar {
  display: inline-block;
  margin-left: 10px;
}
.q-title .solved-topic-bar .accepted-ans-mark {
  color: #3b9b3b;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.q-title .solved-topic-bar .icon_check_alt2:before {
  margin-right: 3px;
}

#best-answer {
  position: absolute;
  right: -4px;
  top: 0;
}
#best-answer.solved-topic-bar .badge {
  padding: 6px 10px;
  height: 26px;
  background: #0abe76;
  border-bottom-color: #06794b;
  font-size: 11px;
  color: #fff;
}

.bbp-attachments-form .d4p-attachment-addfile {
  font-size: 14px;
}

@media screen and (min-width: 561px) {
  .bbp-voting {
    padding-right: 0;
    position: absolute;
  }
}

.subscription-login-btn {
  cursor: pointer;
}

span.subscription-login-modal {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  display: none;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.768627451);
}
span.subscription-login-modal.active {
  display: block;
}
span.subscription-login-modal .subscription-login-modal-inner {
  background-color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  height: max-content;
  margin: auto;
  left: 0;
  right: 0;
  width: 570px;
  padding: 25px 30px 30px;
  border-radius: 5px;
  box-sizing: border-box;
}
span.subscription-login-modal .subscription-login-modal-inner h1 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 5px;
}
span.subscription-login-modal .subscription-login-modal-inner p {
  font-size: 15px;
  margin: 7px 0 20px;
  line-height: 15px;
}
span.subscription-login-modal .subscription-login-modal-inner a.btn {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  background: var(--brand_color);
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  margin: 20px 0 0;
  border: none;
  outline: none;
}
span.subscription-login-modal .subscription-login-modal-inner a.btn:focus {
  outline: none;
  border: none;
}
span.subscription-login-modal .subscription-login-modal-inner span.subscription-login-modal-close {
  position: absolute;
  right: 16px;
  top: 25px;
  font-size: 27px;
  line-height: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  span.subscription-login-modal .subscription-login-modal-inner {
    width: 400px;
  }
}
@media screen and (max-width: 480px) {
  span.subscription-login-modal .subscription-login-modal-inner {
    width: 300px;
    padding: 25px 15px 30px;
  }
}

/*=========== blog_top_post_area css ==========*/
.blog_top_post {
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
  border-radius: 6px;
  margin: 0;
}
.blog_top_post .p_top_img {
  position: relative;
  padding-right: 0;
  padding-bottom: 0;
}
.blog_top_post .p_top_img .p_img {
  position: absolute;
  padding-right: 0;
  height: 100%;
  top: 0;
  right: 0;
  width: 100%;
  background-size: cover;
}
.blog_top_post .b_top_post_content {
  padding: 50px 30px 50px 50px;
}
.blog_top_post .b_top_post_content .post_tag {
  padding-bottom: 15px;
}
.blog_top_post .b_top_post_content h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 17px;
  transition: color 0.2s linear;
}
.blog_top_post .b_top_post_content h3:hover {
  color: var(--brand_color);
}
.blog_top_post .b_top_post_content p {
  margin-bottom: 22px;
}
.blog_top_post .b_top_post_content .post_author {
  padding-top: 45px;
}

.post_tag {
  display: flex;
  flex-wrap: wrap;
}
.post_tag .meta-item {
  font-size: 14px;
  color: var(--black_100);
  margin-top: 10px;
  display: flex;
  align-items: baseline;
}
.post_tag .meta-item:hover, .post_tag .meta-item a:hover, .post_tag .meta-item a:focus {
  color: #fff;
}
.post_tag .meta-item + .meta-item {
  padding-left: 20px;
}
.post_tag .meta-item.author {
  margin-top: 4px;
  margin-right: 5px;
}
.post_tag .meta-item.author .avatar {
  margin-right: 5px;
}
.post_tag .meta-item ion-icon {
  padding-right: 5px;
  margin-bottom: -1px;
}
.post_tag .meta-item.views {
  padding-left: 20px;
  align-items: center;
}

.post_author .round_img {
  border-radius: 5px;
  overflow: hidden;
  margin-right: 10px;
}
.post_author .author_text a {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--black_800);
}
.post_author .author_text a:hover {
  color: var(--brand_color);
}
.post_author .author_text .date {
  font-size: 13px;
  margin-top: -5px;
}

/*=========== blog_top_post_area css ==========*/
/*=========== Start blog_grid_area css ==========*/
.doc_blog_grid_area {
  padding-bottom: 100px;
}

.blog_grid_inner {
  border-top: 1px solid #e7edf0;
}

.blog_tab .nav-item {
  margin-bottom: 0;
}
.blog_tab .nav-item .nav-link {
  padding: 17px 21px;
  border: 0;
  border-radius: 0;
  font-weight: 500;
  color: #858997;
  font-size: 14px;
  position: relative;
  background: transparent;
  transition: all 0.2s ease-in;
}
.blog_tab .nav-item .nav-link:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  height: 2px;
  left: 0;
  background: var(--brand_color);
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: all 0.3s ease-in;
}
.blog_tab .nav-item .nav-link.active, .blog_tab .nav-item .nav-link:hover {
  background: #e9f6f9;
  color: var(--brand_color);
}
.blog_tab .nav-item .nav-link.active:before, .blog_tab .nav-item .nav-link:hover:before {
  transform: scale(1);
}

.blog_grid_tab {
  padding-top: 60px;
  margin-bottom: -40px;
}

.b_title {
  font-size: 22px;
  line-height: 30px;
  transition: all 0.2s linear;
}
.b_title:hover {
  color: var(--brand_color);
}

.blog_grid_post {
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
  margin-bottom: 40px;
  transition: all 0.3s linear;
  overflow: hidden;
  cursor: pointer;
  background: var(--bs-white);
}
.blog_grid_post .post_tag .cat {
  padding-left: 10px;
  color: var(--brand_color);
}
.blog_grid_post .post_tag .cat::before {
  content: "";
  width: 1px;
  height: 10px;
  background: #B7B9BE;
  display: inline-block;
  margin-right: 10px;
}
.blog_grid_post .grid_post_content {
  padding: 20px 30px 25px;
}
.blog_grid_post .grid_post_content .post_tag {
  padding-bottom: 10px;
}
.blog_grid_post .grid_post_content .b_title {
  margin-bottom: 18px;
}
.blog_grid_post .grid_post_content .post_author {
  padding-top: 18px;
  align-items: center;
}
.blog_grid_post:hover {
  box-shadow: 0 20px 24px 0 rgba(4, 73, 89, 0.1);
}

.doc_blog_grid_area_two {
  padding: 100px 0 120px;
}

/*=========== End blog_grid_area css ==========*/
/*=========== Start blog_area css ==========*/
.blog_area {
  padding: 100px 0;
}

.blog_single_item {
  letter-spacing: 0.2px;
}
.blog_single_item .blog_single_img {
  display: block;
  margin-bottom: 25px;
}
.blog_single_item .blog_single_img img {
  max-width: 100%;
}
.blog_single_item p {
  font-size: 17px;
}

blockquote {
  background: var(--black_25);
  border-left: 4px solid var(--brand_color);
  font-size: 20px;
  padding: 50px 40px;
  position: relative;
  z-index: 0;
  margin: 46px 0;
}
blockquote:before, blockquote:after {
  content: "";
  position: absolute;
  z-index: -1;
}
blockquote:before {
  background: url("../img/blog-classic/quote_top.png") no-repeat scroll left top;
  width: 132px;
  height: 81px;
  top: 0;
}
blockquote:after {
  background: url("../img/blog-classic/quote_bottom.png") no-repeat scroll left bottom;
  width: 77px;
  height: 75px;
  right: 40px;
  bottom: 30px;
}
blockquote .c_head {
  color: var(--p_color);
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 45px;
}
blockquote .author {
  font-weight: 500;
  font-size: 16px;
}

.single_post_two {
  padding-top: 10px;
}
.single_post_two h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.single_post_two img {
  margin-bottom: 25px;
  max-width: 100%;
}
.single_post_two p {
  margin-bottom: 28px;
}

.blog_social {
  padding-top: 20px;
}
.blog_social h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.blog_social .f_social_icon {
  display: inline-block;
  margin-top: 28px;
  position: relative;
  z-index: 0;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}
.blog_social .f_social_icon:before, .blog_social .f_social_icon:after {
  content: "";
  width: 105%;
  position: absolute;
  top: 50%;
  height: 1px;
  background: #dde5e7;
}
.blog_social .f_social_icon:before {
  left: -103%;
}
.blog_social .f_social_icon:after {
  right: -103%;
}
.blog_social .f_social_icon li a {
  margin-right: 0;
  border: 1px solid #e5edef;
  color: #989da9;
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.blog_social .f_social_icon li + li {
  margin-left: 5px;
}

.blog_post_author {
  background: #f8fafd;
  padding: 40px;
  padding-right: 70px;
  margin-top: 35px;
  border-radius: 5px;
}
.blog_post_author .author_img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 30px;
  overflow: hidden;
}
.blog_post_author .media-body h5 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}
.blog_post_author .media-body p {
  margin-bottom: 0;
}

/*============= doc_blog_classic_area css ==============*/
.doc_blog_classic_area blockquote {
  margin-top: 0;
  margin-bottom: 40px;
}

.blog_classic_item {
  overflow: hidden;
  margin-bottom: 25px;
  transition: all 0.2s linear;
  background: var(--bs-white);
  border-radius: 10px;
}
.blog_classic_item .title {
  font-weight: 500;
}
.blog_classic_item .title i {
  font-size: 24px;
  margin-right: 5px;
}
.blog_classic_item .b_top_post_content {
  padding: 26px 40px 30px;
}
.blog_classic_item .b_top_post_content .post_tag {
  padding-bottom: 10px;
}
.blog_classic_item .b_top_post_content .post_icon {
  display: flex;
  align-items: baseline;
}
.blog_classic_item .b_top_post_content .post_icon i {
  font-size: 26px;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .blog_classic_item .b_top_post_content .post_icon {
    display: inline-block;
    align-items: flex-start;
  }
}
.blog_classic_item .b_top_post_content .p_bottom {
  align-items: center;
}
.blog_classic_item .b_top_post_content .post_author {
  padding-top: 0;
  align-items: end;
}
.blog_classic_item .learn_btn {
  font-weight: 400;
}

.b_top_post_content .title:hover {
  color: var(--brand_color);
}

.video_post {
  position: relative;
  z-index: 1;
}
.video_post:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(9, 16, 50, 0.2);
  position: absolute;
  z-index: 0;
}

.video_icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 20px 40px 0 rgba(1, 16, 58, 0.14);
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  position: absolute;
  transition: all 0.3s linear;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
}
.video_icon:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 0.2px solid #fff;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  left: 0;
  transform: scale(1.5);
}
.video_icon i {
  color: var(--brand_color);
  text-shadow: 0 6px 13px rgba(8, 102, 255, 0.3);
  position: relative;
}
.video_icon i:after {
  width: 300%;
  height: 300%;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  box-shadow: 0 1px 15px 1px rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-animation: pulseVideo 2s infinite;
  -webkit-transform: scale(8);
  -ms-transform: scale(8);
  transform: scale(8);
  animation: pulseVideo 2s infinite;
}
.video_icon:hover {
  text-decoration: none !important;
}

.blog_link_post {
  background: rgba(226, 230, 231, 0.3882352941);
  border-left: 4px solid var(--brand_color);
  padding: 45px 40px;
  line-height: 34px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.blog_link_post:before, .blog_link_post:after {
  content: "";
  position: absolute;
}
.blog_link_post:before {
  background: url("../img/blog-classic/icon_01.png") no-repeat;
  top: 5px;
  left: 40px;
  width: 42px;
  height: 41px;
}
.blog_link_post:after {
  background: url("../img/blog-classic/icon_02.png") no-repeat;
  bottom: -35px;
  right: 30px;
  width: 100px;
  height: 100px;
}
.blog_link_post p {
  font-size: 20px;
  color: var(--p_color);
  margin-bottom: 0;
  transition: color 0.2s linear;
}
.blog_link_post p:hover {
  color: var(--brand_color);
}

.blog_related_post {
  padding-top: 50px;
  padding-bottom: 80px;
}
.blog_related_post .c_head {
  margin-bottom: 45px;
}
.blog_related_post .row {
  margin-bottom: -40px;
}
.blog_related_post .blog_grid_post {
  box-shadow: none;
  background: transparent !important;
}
.blog_related_post .blog_grid_post img {
  border-radius: 4px;
  max-width: 100%;
}
.blog_related_post .grid_post_content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.blog_related_post .grid_post_content .post_tag {
  padding-bottom: 4px;
  font-size: 14px;
}
.blog_related_post .grid_post_content .post_tag .meta {
  margin: 0;
}
.blog_related_post .grid_post_content .b_title {
  font-size: 18px;
  line-height: 24px;
}
.blog_related_post .grid_post_content p {
  margin-bottom: 0;
}

/*============ keyframes animation  =============*/
@-webkit-keyframes pulseVideo {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes pulseVideo {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
/*============= doc_blog_classic_area css ==============*/
.pagination .page-numbers {
  width: 35px;
  height: 35px;
  display: inline-flex;
  border-radius: 4px;
  border: 1px solid rgba(8, 102, 255, 0.3);
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  vertical-align: middle;
  color: var(--brand_color);
  transition: all 0.2s linear;
}
.pagination .page-numbers i {
  font-size: 24px;
}
.pagination .page-numbers + .page-numbers {
  margin-left: 2px;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background-color: rgba(8, 102, 255, 0.1);
  border-color: var(--brand_color);
}
.pagination .page-numbers.current {
  background: var(--brand_color);
  box-shadow: none;
  color: #fff;
}
.pagination .page-numbers:hover {
  text-decoration: none;
}

/*=========== Start blog_sidebar css ==========*/
.blog_sidebar > ul.list-unstyled {
  margin-top: -10px;
}

.widget .c_head {
  margin-bottom: 35px;
  font-size: 22px;
}
.widget + .widget {
  margin-top: 53px;
}

.about_widget .img {
  border: 1px solid #e5edef;
  padding: 8px;
  border-radius: 4px;
}
.about_widget .img img {
  max-width: 100%;
}
.about_widget .text {
  padding-top: 28px;
}
.about_widget .text h3 {
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 12px;
}
.about_widget .text p {
  margin-bottom: 0;
}

.categorie_list {
  margin-bottom: 0;
}
.categorie_list li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--secondary_color);
  position: relative;
  padding-left: 20px;
}
.categorie_list li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #aab0c0;
  position: absolute;
  left: 0;
  top: 6.5px;
}
.categorie_list li a span {
  padding-left: 10px;
}
.categorie_list li a:hover {
  color: var(--brand_color);
}
.categorie_list li a:hover:before {
  background: var(--brand_color);
}
.categorie_list li + li {
  margin-top: 8px;
}

.recent_post_item {
  align-items: start;
}
.recent_post_item .thumbnail {
  margin-right: 18px;
  margin-top: 4px;
}
.recent_post_item img {
  border-radius: 4px;
  max-width: 55px;
}
.recent_post_item .media-body {
  flex: 1;
}
.recent_post_item .media-body h5 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  transition: color 0.2s linear;
  margin-bottom: 0;
}
.recent_post_item .media-body h5:hover {
  color: var(--brand_color);
}
.recent_post_item .media-body .meta {
  font-size: 13px;
}
.recent_post_item + .recent_post_item {
  margin-top: 20px;
}

.w_tag_list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.w_tag_list li {
  margin: 4px;
}
.w_tag_list li a {
  color: var(--p_color);
  padding: 2px 18px;
  display: inline-block;
  background: #f3f8f9;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.w_tag_list li a:hover {
  box-shadow: 0 10px 20px 0 rgba(8, 102, 255, 0.24);
  background: var(--brand_color);
  color: #fff;
}

.comments_widget {
  margin-bottom: 0;
}
.comments_widget li h6 {
  font-size: 13px;
  font-weight: 500;
  color: var(--secondary_color);
  margin-bottom: 12px;
}
.comments_widget li h6 i {
  color: #6b707f;
  padding-right: 8px;
}
.comments_widget li .text {
  display: block;
  background-color: rgb(243, 248, 249);
  border: 1px solid rgb(231, 237, 238);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #686d7d;
  padding: 8px 24px;
}
.comments_widget li + li {
  margin-top: 23px;
}

.instragram_info {
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
}
.instragram_info .instragram_item {
  display: block;
  margin: 5px;
  position: relative;
  z-index: 0;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.1s linear;
  width: 30%;
}
.instragram_info .instragram_item img {
  max-width: 100%;
}
.instragram_info .instragram_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 39, 70, 0.5);
  z-index: 0;
  opacity: 0;
  transition: all 0.2s linear;
}
.instragram_info .instragram_item:hover:before {
  opacity: 1;
}

.toc-video-no-thumbnail {
  width: 570px;
  height: 345px;
  background: #2c303a;
  border-radius: 10px;
  text-align: center;
  padding-top: 160px;
  color: gray;
  font-size: 13px;
  font-weight: 100;
}

.left_sidebarlist {
  margin-left: -50px;
}
.left_sidebarlist .nav-sidebar:before {
  content: "";
  width: 1px;
  background: rgba(8, 102, 255, 0.24);
  position: absolute;
  top: 0;
  left: 0;
}
.left_sidebarlist .nav-sidebar > ul {
  list-style: none !important;
  padding-left: 0 !important;
}
.left_sidebarlist .nav-link {
  color: inherit;
  position: relative;
  padding: 8px 5px;
  font-size: 15px;
}
.left_sidebarlist .nav-link.active::before {
  content: "";
  width: 2px;
  background: var(--brand_color);
  position: absolute;
  top: 0;
  left: -15px;
  bottom: 0;
}
.left_sidebarlist .nav-link.active + ul.nav {
  display: block;
}
.left_sidebarlist ul.nav ul {
  padding-left: 20px;
  display: none;
}
.left_sidebarlist ul.nav ul .nav-link {
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  padding: 5px 0;
}
.left_sidebarlist ul.nav ul .nav-link.active {
  color: var(--brand_color);
}
.left_sidebarlist ul.nav ul .nav-link.active::before {
  display: none;
}

#toc_stick.stick .left_sidebarlist {
  position: fixed;
  top: 0;
  width: 240px;
  margin-top: 130px;
}
#toc_stick.stick .left_sidebarlist .nav-sidebar:before {
  left: -15px;
  bottom: 0;
}

/*================ signup_area css ==============*/
.signup_area {
  height: 100vh;
  min-height: 580px;
  background: #fbfcfd;
}
.signup_area .row {
  height: 100%;
}

.sign_left {
  width: calc(50% - 360px);
  position: relative;
  z-index: 1;
  padding: 100px 70px 0;
}
.sign_left .top {
  left: 0;
  top: 0;
  z-index: -1;
}
.sign_left .bottom {
  bottom: 0;
  right: 0;
  z-index: -1;
}
.sign_left .round {
  position: absolute;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  left: -150px;
  bottom: -60px;
  z-index: -1;
}
.sign_left h2 {
  color: #fff;
  font-size: 36px;
  line-height: 44px;
}

.signup_left {
  background: #795fee;
}
.signup_left .middle {
  top: 50%;
  margin-top: -150px;
}

.sign_right {
  width: calc(50% + 360px);
  flex: 1;
  display: flex;
  align-items: center;
}

.sign_inner {
  max-width: 520px;
  margin: 0 auto;
}
.sign_inner h3 {
  font-size: 26px;
  line-height: 34px;
}
.sign_inner p {
  font-size: 14px;
}
.sign_inner p a {
  color: var(--secondary_color);
  font-weight: 500;
}
.sign_inner .btn-google {
  box-shadow: 0 4px 10px 0 rgba(4, 73, 89, 0.06);
  border-radius: 6px;
  border: 1px solid #e6ecee;
  font-size: 14px;
  color: var(--p_color);
  padding: 8px 27px;
  display: inline-block;
  margin-top: 20px;
}
.sign_inner .btn-google img {
  vertical-align: inherit;
  padding-right: 8px;
}
.sign_inner .btn-google:hover {
  box-shadow: none;
}
.sign_inner .divider {
  border-bottom: 1px solid #e3e8ea;
  position: relative;
  margin-bottom: 30px;
  margin-top: 36px;
}
.sign_inner .divider .or-text {
  font-size: 16px;
  color: var(--secondary_color);
  position: absolute;
  top: -14px;
  padding: 0 10px;
  background: #fbfcfd;
  display: inline-block;
  left: 50%;
  margin-left: -21px;
}

.login_form .form-group {
  margin-bottom: 30px;
  position: relative;
}
.login_form .form-group .small_text {
  color: var(--secondary_color);
  margin-bottom: 5px;
}
.login_form .form-group .form-control {
  border-radius: 6px;
  background-color: #fbfcfd;
  border: 1px solid rgb(227, 232, 234);
  font-size: 14px;
  color: var(--secondary_color);
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  height: 60px;
  line-height: 60px;
  padding: 2px 30px 0;
  transition: all 0.2s linear;
  box-shadow: unset;
}
.login_form .form-group .form-control.placeholder {
  color: #878b99;
  font-family: "Roboto", sans-serif;
}
.login_form .form-group .form-control:-moz-placeholder {
  color: #878b99;
  font-family: "Roboto", sans-serif;
}
.login_form .form-group .form-control::-moz-placeholder {
  color: #878b99;
  font-family: "Roboto", sans-serif;
}
.login_form .form-group .form-control::-webkit-input-placeholder {
  color: #878b99;
  font-family: "Roboto", sans-serif;
}
.login_form .form-group .form-control:focus {
  box-shadow: 0 20px 30px 0 rgba(4, 73, 89, 0.1);
}
.login_form .form-group .check_box {
  margin-top: -10px;
}
.login_form .form-group .check_box input[type=checkbox] {
  position: relative;
  top: 1px;
  width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.login_form .form-group .check_box input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fbfcfd;
  top: 0;
  left: 0;
  border-radius: 2px;
  border: 1px solid #a6abb7;
}
.login_form .form-group .check_box input[type=checkbox]:checked:after {
  content: "N";
  font-family: "ElegantIcons";
  display: block;
  font-size: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: var(--brand_color);
  text-align: center;
  line-height: 12px;
  left: 0;
}
.login_form .form-group .l_text {
  font-size: 16px;
  color: var(--p_color);
  padding-left: 20px;
  margin-bottom: 0;
}
.login_form .form-group .l_text span {
  color: var(--brand_color);
}
.login_form .form-group .confirm_password {
  position: relative;
}
.login_form .form-group .forget_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 14px;
  color: #a5a9b4;
}
.login_form .thm_btn {
  padding: 9px 24px;
  box-shadow: none;
}
.login_form .thm_btn:hover {
  box-shadow: 0 20px 30px 0 rgba(8, 102, 255, 0.24);
}

/*================ signup_area css ==============*/
/*================ signin_left css ==============*/
.signin_left {
  background: var(--brand_color);
}
.signin_left:before {
  content: "";
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(180deg, rgb(16, 179, 214) 0%, rgb(29, 39, 70) 100%);
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.signin_left .round {
  bottom: 100px;
  width: 600px;
  height: 600px;
  left: -50px;
}
.signin_left .middle {
  bottom: 50px;
}
.signin_left .bottom {
  bottom: 100px;
}

/*================ signin_left css ==============*/
/*============ error_area css ========*/
.error_area {
  display: flex;
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 620px;
}

.error_dot {
  position: absolute;
  border-radius: 50%;
}
.error_dot.one {
  width: 8px;
  height: 8px;
  background: var(--brand_color);
  left: 325px;
  top: 120px;
  animation: spin2 2s infinite alternate;
}
.error_dot.two {
  width: 16px;
  height: 16px;
  background: #f99e43;
  left: 170px;
  bottom: 260px;
  animation: spin1 1s infinite alternate;
}
.error_dot.three {
  width: 30px;
  height: 30px;
  background: #beebf5;
  animation: spin1 2s infinite alternate;
  right: 225px;
  top: 370px;
}
.error_dot.four {
  width: 6px;
  height: 6px;
  background: #ffa3be;
  bottom: 148px;
  right: 185px;
  animation: spin2 2s infinite alternate;
}

.error_content_two {
  max-width: 970px;
  margin: 0 auto;
}
.error_content_two h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
.error_content_two p {
  font-size: 18px;
  color: #82879c;
}

.error_img {
  padding-bottom: 55px;
  position: relative;
  z-index: 1;
}
.error_img .error_shap {
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.error_img .clipInDown {
  display: inline-block;
  position: relative;
}
.error_img .one {
  top: -50px;
}
.error_img .two {
  margin: 0 12px;
  top: -12px;
}
.error_img .three {
  top: -58px;
}
.error_img .img_one {
  animation: customUp 1.5s infinite alternate;
}
.error_img .img_two {
  animation: customUp 1.8s infinite alternate;
}
.error_img .img_three {
  animation: customUp 2s infinite alternate;
}

.error_search {
  margin-bottom: 40px;
  padding-top: 25px;
}
.error_search .form-control {
  height: 60px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 16px 50px 0 rgba(3, 62, 75, 0.1);
  font-size: 16px;
  font-weight: 400;
  color: var(--p_color);
  border: 0;
  padding-left: 30px;
}
.error_search .form-control.placeholder {
  color: #82879c;
}
.error_search .form-control:-moz-placeholder {
  color: #82879c;
}
.error_search .form-control::-moz-placeholder {
  color: #82879c;
}
.error_search .form-control::-webkit-input-placeholder {
  color: #82879c;
}

/*============ error_area css ========*/
/*=============  doc_banner_area css  =============*/
.doc_banner_area {
  background: #4c4cf1;
  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 .docy_search_hero {
  max-width: 640px;
}

.doc_banner_content {
  position: relative;
  max-width: 950px;
  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 {
  max-width: 720px;
  margin: 45px auto 0;
}
.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 i {
  position: absolute;
  left: 25px;
  font-size: 16px;
  color: #b6bac3;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.header_search_form .input-wrapper input {
  background: #fff;
  border: 0;
  height: 60px;
  font-size: 16px;
  padding-left: 52px;
  width: 100%;
  border-radius: 45px;
  padding-right: 155px;
  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  ==============*/
.forum-with-topics {
  border-radius: 30px;
}
.forum-with-topics .thumb-area .forum-thumbnail {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 170px;
}
.forum-with-topics .thumb-area .forum-thumbnail img {
  width: 100%;
  z-index: -1;
}
.forum-with-topics .topic-table .topic-heading {
  display: flex;
  flex-wrap: wrap;
  background: var(--bs-white);
  box-shadow: 0 20px 60px -5px rgba(51, 77, 114, 0.12);
  padding: 16px 30px;
  border-radius: 0 0 8px 8px;
  border: 1px solid var(--black_50);
  border-top: none;
}
.forum-with-topics .topic-table .topic-heading .icon-text {
  color: var(--black_600);
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.forum-with-topics .topic-table .topic-heading .icon-text svg {
  margin-right: 5px;
}
.forum-with-topics .topic-table .topic-heading .topic {
  width: 50%;
}
.forum-with-topics .topic-table .topic-heading .voice {
  width: 13%;
}
.forum-with-topics .topic-table .topic-heading .replies {
  width: 8%;
}
.forum-with-topics .topic-table .topic-heading .freshness {
  width: 25%;
}
.forum-with-topics .topic-table .topic-contents {
  display: flex;
  background: var(--bs-white);
  box-shadow: 0 20px 60px -5px rgba(51, 77, 114, 0.12);
  margin: 10px 0;
  border-radius: 8px;
  padding: 16px 30px;
  border: 1px solid var(--black_50);
}
.forum-with-topics .topic-table .topic-contents .title {
  width: 45%;
}
.forum-with-topics .topic-table .topic-contents .title p {
  margin-bottom: 0;
  font-size: 15px;
}
.forum-with-topics .topic-table .topic-contents .title h3 {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 20px;
}
.forum-with-topics .topic-table .topic-contents .title h3:hover {
  color: var(--brand_color);
}
.forum-with-topics .topic-table .topic-contents .voice {
  width: 12%;
}
.forum-with-topics .topic-table .topic-contents .topics {
  width: 14%;
}
.forum-with-topics .topic-table .topic-contents .voice,
.forum-with-topics .topic-table .topic-contents .topics {
  text-align: center;
}
.forum-with-topics .topic-table .topic-contents .user {
  width: 29%;
  margin-top: 2px;
}
.forum-with-topics .topic-table .topic-contents .user .user-img {
  margin-right: 10px;
}
.forum-with-topics .topic-table .topic-contents .user .user-img img {
  border-radius: 50%;
}
.forum-with-topics .topic-table .topic-contents .user .user-info span.bbp-author-name {
  font-size: 16px;
  font-weight: 400;
}
.forum-with-topics .topic-table .topic-contents .user .user-info .date {
  font-size: 13px;
  margin-bottom: 0;
}
.forum-with-topics .topic-table .topic-contents .user .user-info h3 {
  line-height: 0.5;
  margin-bottom: 0;
}
.forum-with-topics .topic-table .topic-contents h3 a {
  color: #171D24 !important;
  font-size: 16px;
}
.forum-with-topics .topic-table .topic-contents h3 a:hover {
  color: var(--brand_color) !important;
}

.forum-info {
  padding: 50px 30px;
}
.forum-info .title-area .title,
.forum-info .title-area .subtitle {
  color: #fff;
}
.forum-info .title-area .title {
  font-size: 28px;
  margin-right: 10px;
}
.forum-info .title-area .subtitle {
  font-style: italic;
}

.forum-meta {
  position: absolute;
  list-style-type: none;
  top: 20px;
  right: 20px;
}
.forum-meta li {
  display: flex;
  margin-right: 10px;
  line-height: 1 !important;
  border-radius: 3px;
}
.forum-meta li:last-child {
  margin-right: 0;
}
.forum-meta .topics,
.forum-meta .replies {
  color: #fff;
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  padding: 8px;
  font-size: 14px !important;
}
.forum-meta .topics:hover,
.forum-meta .replies:hover {
  background: rgba(255, 255, 255, 0.3);
}
.forum-meta .topics svg,
.forum-meta .replies svg {
  margin-right: 5px;
}
.forum-meta .button a {
  color: #ffffff;
  background: var(--brand_color) !important;
  padding: 8px 14px;
  font-size: 14px !important;
  border-radius: 3px;
}
.forum-meta .button a:hover {
  background: #2a2aef;
}

.forum-card {
  background: var(--bs-white);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid var(--black_50);
}
.forum-card .card-body {
  padding: 25px;
}
.forum-card .card-body p {
  margin-bottom: 0;
}
.forum-card .card-title h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.forum-card .card-title h3:hover {
  color: var(--brand_color);
}
.forum-card .forum-card-thumbnail-area {
  position: relative;
}
.forum-card .forum-meta {
  position: absolute;
  bottom: 0;
  right: 20px;
  top: auto;
}
.forum-card .forum-meta .topics,
.forum-card .forum-meta .replies {
  background: rgba(23, 29, 36, 0.7);
}
.forum-card .forum-meta .topics:hover,
.forum-card .forum-meta .replies:hover {
  background: rgba(23, 29, 36, 0.8);
}

@media all and (max-width: 560px) {
  .topic-contents .voice,
  .topic-contents .topics,
  .topic-contents .user {
    display: none;
  }
  .topic-table .topic-heading .voice,
  .topic-table .topic-heading .replies,
  .topic-table .topic-heading .freshness {
    display: none !important;
  }
  .topic-table .topic-heading .topic,
  .topic-table .topic-contents .title {
    width: 100% !important;
  }
}
.home-forum-counter .elementor-element-populated {
  background-color: var(--bs-white);
}
.home-forum-counter .elementor-element-populated .elementor-counter-number {
  color: var(--black_900);
}

.home-forum-posts .elementor-post__card {
  background-color: var(--bs-white) !important;
}
.home-forum-posts .elementor-post__card .elementor-post__title a {
  color: var(--black_900);
}

/* Animation Area css
============================================================================================ */
@keyframes myfirst {
  0% {
    left: 6%;
  }
  100% {
    left: 100%;
  }
}
@keyframes secand {
  0% {
    right: 3%;
  }
  100% {
    right: 100%;
  }
}
@keyframes cloud {
  0% {
    right: 10%;
    top: 176px;
    opacity: 0;
  }
  20% {
    right: 44%;
    top: 100px;
    opacity: 1;
  }
  40% {
    right: 65%;
    top: 0;
    opacity: 1;
  }
  60% {
    right: 80%;
    top: 60px;
    opacity: 1;
  }
  80% {
    right: 90%;
    top: 100px;
    opacity: 0.5;
  }
  100% {
    right: 100%;
    top: 176px;
    opacity: 0;
  }
}
/* End Animation 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=style-main.css.map */
