@charset "UTF-8";
/*----------------------------------------------------
@: 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: Ama
@Version: 1.0.0

@Default Styles

Table of Content:
01/ Variables
02/ predefine
03/ header
04/ banner
05/ about
06/ portfolio
07/ team
08/ blog
09/ service
10/ blog
11/ contact 
12/ footer 


=====================================================================*/
/*----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&amp;display=swap");
:root {
  --rob: "Roboto", sans-serif;
  --great: "Great Vibes", cursive;
  --h_title: #1d2746;
  --p_color: #6b707f;
  --black_100: #d6d9dc;
  --black_150: #c8ccd0;
  --black_200: #bbc0c4;
  --black_300: #7d848d;
  --black_350: #9199a1;
  --black_400: #848d95;
  --black_500: #6a737c;
  --black_600: #535a60;
  --black_700: #3c4146;
  --black_750: #2f3337;
  --black_800: #242729;
  --black_900: #0c0d0e;
  --brand_color: #1b99db;
  --baseColor2: #4a6ee0;
  --hover3: #c6e7f7;
}

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

/*---------------------------------------------------- */
/*----------------------------------------------------*/
html {
  height: 100%;
}

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

body {
  line-height: 28px;
  font-size: 16px;
  height: 100%;
  font-family: var(--rob);
  font-weight: 400;
  color: #6b707f;
  letter-spacing: 0.15px;
}

:focus {
  outline: none;
}

a {
  color: var(--brand_color);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  font-family: var(--rob);
  color: var(--h_title);
}

h1 a,
h2 a,
h3 > a,
h4 a,
h5 a,
h6 a {
  color: var(--h_title);
}

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

figure figcaption {
  color: rgba(0, 0, 0, 0.54);
  line-height: 20px;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  max-width: 728px;
  margin-right: auto;
}

video {
  max-width: 100%;
}

table tr td p:last-child {
  margin-bottom: 0;
}

pre[class*="language-"] > code {
  border-left: 5px solid rgba(17, 166, 131, 0.8);
}

.form-check {
  position: relative;
  display: block;
}

.pt_100 {
  padding-top: 100px;
}

.pb_100 {
  padding-bottom: 100px;
}

/** === Scrollbar === **/
::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 30px;
}

/** === Predefined Global Classes === **/
.h1 {
  font-size: 50px;
}

.h2 {
  font-size: 44px;
}

.h3 {
  font-size: 36px;
}

.h4 {
  font-size: 30px;
}

.h5 {
  font-size: 24px;
}

.h6 {
  font-size: 18px;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

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

button:focus {
  outline: none;
}

/** === Container === **/
.body_wrapper {
  position: relative;
  background: #fff;
  z-index: 30;
  overflow: hidden;
  min-height: 100vh;
}

@media (min-width: 1400px) {
  .container.custom-container {
    max-width: 1475px !important;
  }
}

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

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

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

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

.sec_pad {
  padding: 100px 0;
}

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

/** === 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;
  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: #fff;
  border: 1px solid #ddd;
}

/** ===== section title scss ====== **/
.section_title {
  margin-bottom: 56px;
}
.section_title p {
  max-width: 530px;
  margin: 10px auto 0;
}
.section_title.text-start 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: #1d2746;
  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);
}

.section-title-h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #171d24;
}

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

.round-btn {
  border-radius: 50px !important;
}

.form-check-input:focus {
  border-color: rgba(var(--brand_color), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--brand_color), 0.25);
}
.form-check-input:checked {
  background-color: var(--brand_color);
  border-color: var(--brand_color);
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--brand_color) !important;
}

.dbl-arrow {
  display: inline-block;
}
.dbl-arrow .arrow-cont {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.dbl-arrow .arrow-cont i {
  position: absolute;
  bottom: 0;
  margin-left: 0px;
  background-size: contain;
  top: 5px;
  left: 0%;
}
.dbl-arrow .arrow-cont .second {
  margin-left: 8px;
}
.dbl-arrow:hover i {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.dbl-arrow:hover i.first {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
.dbl-arrow-upper {
  display: inline-block;
}
.dbl-arrow-upper .arrow-cont {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 3px;
}
.dbl-arrow-upper .arrow-cont i {
  position: absolute;
  bottom: 0;
  margin-left: 0px;
  background-size: contain;
  top: 2px;
  left: 0%;
}
.dbl-arrow-upper .arrow-cont .second {
  margin-top: 5px;
}
.dbl-arrow-upper:hover i {
  animation-name: bounceAlphaUp;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.dbl-arrow-upper:hover i.first {
  animation-name: bounceAlphaUp;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes bounceAlphaUp {
  0% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateY(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateY(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}
/*===== section title scss ======*/
.bg_color {
  background: #fafcfd;
}

.f_bg_color {
  background: #f6fbfc;
}

/* .bg-disable {
  background-color: #f2f4f5;
} */

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

#back-to-top::after {
  content: "\32";
  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;
}

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

/* End Title Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}


.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

/* .pt-120 {
  padding-top: 50px;
} */

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 50px;
}

.pb-120 {
  padding-bottom: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .mt-lg-20 {
    margin-top: 20px;
  }

  .mt-lg-25 {
    margin-top: 25px;
  }

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

  .mt-lg-35 {
    margin-top: 35px;
  }

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

  .mt-lg-45 {
    margin-top: 45px;
  }

  .mt-lg-50 {
    margin-top: 50px;
  }

  .mt-lg-55 {
    margin-top: 55px;
  }

  .mt-lg-60 {
    margin-top: 60px;
  }

  .mt-lg-65 {
    margin-top: 65px;
  }

  .mt-lg-70 {
    margin-top: 70px;
  }

  .mt-lg-75 {
    margin-top: 75px;
  }

  .mt-lg-80 {
    margin-top: 80px;
  }

  .mt-lg-85 {
    margin-top: 85px;
  }

  .mt-lg-90 {
    margin-top: 90px;
  }

  .mt-lg-95 {
    margin-top: 95px;
  }

  .mt-lg-100 {
    margin-top: 100px;
  }

  .mt-lg-105 {
    margin-top: 105px;
  }

  .mt-lg-110 {
    margin-top: 110px;
  }

  .mt-lg-115 {
    margin-top: 115px;
  }

  .mt-lg-120 {
    margin-top: 120px;
  }

  .mt-lg-125 {
    margin-top: 125px;
  }

  .mt-lg-130 {
    margin-top: 130px;
  }

  .mt-lg-135 {
    margin-top: 135px;
  }

  .mt-lg-140 {
    margin-top: 140px;
  }

  .mt-lg-145 {
    margin-top: 145px;
  }

  .mt-lg-150 {
    margin-top: 150px;
  }

  .mb-lg-20 {
    margin-bottom: 20px;
  }

  .mb-lg-25 {
    margin-bottom: 25px;
  }

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

  .mb-lg-35 {
    margin-bottom: 35px;
  }

  .mb-lg-40 {
    margin-bottom: 40px;
  }

  .mb-lg-45 {
    margin-bottom: 45px;
  }

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

  .mb-lg-55 {
    margin-bottom: 55px;
  }

  .mb-lg-60 {
    margin-bottom: 60px;
  }

  .mb-lg-65 {
    margin-bottom: 65px;
  }

  .mb-lg-70 {
    margin-bottom: 70px;
  }

  .mb-lg-75 {
    margin-bottom: 75px;
  }

  .mb-lg-80 {
    margin-bottom: 80px;
  }

  .mb-lg-85 {
    margin-bottom: 85px;
  }

  .mb-lg-90 {
    margin-bottom: 90px;
  }

  .mb-lg-95 {
    margin-bottom: 95px;
  }

  .mb-lg-100 {
    margin-bottom: 100px;
  }

  .mb-lg-105 {
    margin-bottom: 105px;
  }

  .mb-lg-110 {
    margin-bottom: 110px;
  }

  .mb-lg-115 {
    margin-bottom: 115px;
  }

  .mb-lg-120 {
    margin-bottom: 120px;
  }

  .mr-lg-10 {
    margin-right: 10px;
  }

  .mr-lg-15 {
    margin-right: 15px;
  }

  .mr-lg-20 {
    margin-right: 20px;
  }

  .mr-lg-25 {
    margin-right: 25px;
  }

  .mr-lg-30 {
    margin-right: 30px;
  }

  .mr-lg-35 {
    margin-right: 35px;
  }

  .mr-lg-40 {
    margin-right: 40px;
  }

  .mr-lg-45 {
    margin-right: 45px;
  }

  .mr-lg-50 {
    margin-right: 50px;
  }

  .mr-lg-55 {
    margin-right: 55px;
  }

  .mr-lg-60 {
    margin-right: 60px;
  }

  .mr-lg-65 {
    margin-right: 65px;
  }

  .mr-lg-70 {
    margin-right: 70px;
  }

  .mr-lg-75 {
    margin-right: 75px;
  }

  .mr-lg-80 {
    margin-right: 80px;
  }

  .mr-lg-85 {
    margin-right: 85px;
  }

  .mr-lg-90 {
    margin-right: 90px;
  }

  .mr-lg-95 {
    margin-right: 95px;
  }

  .mr-lg-100 {
    margin-right: 100px;
  }

  .ml-lg-10 {
    margin-left: 10px;
  }

  .ml-lg-15 {
    margin-left: 15px;
  }

  .ml-lg-20 {
    margin-left: 20px;
  }

  .ml-lg-25 {
    margin-left: 25px;
  }

  .ml-lg-30 {
    margin-left: 30px;
  }

  .ml-lg-35 {
    margin-left: 35px;
  }

  .ml-lg-40 {
    margin-left: 40px;
  }

  .ml-lg-45 {
    margin-left: 45px;
  }

  .ml-lg-50 {
    margin-left: 50px;
  }

  .ml-lg-55 {
    margin-left: 55px;
  }

  .ml-lg-60 {
    margin-left: 60px;
  }

  .ml-lg-65 {
    margin-left: 65px;
  }

  .ml-lg-70 {
    margin-left: 70px;
  }

  .ml-lg-75 {
    margin-left: 75px;
  }

  .ml-lg-80 {
    margin-left: 80px;
  }

  .ml-lg-85 {
    margin-left: 85px;
  }

  .ml-lg-90 {
    margin-left: 90px;
  }

  .ml-lg-95 {
    margin-left: 95px;
  }

  .ml-lg-100 {
    margin-left: 100px;
  }

  .pt-lg-20 {
    padding-top: 20px;
  }

  .pt-lg-25 {
    padding-top: 25px;
  }

  .pt-lg-30 {
    padding-top: 30px;
  }

  .pt-lg-35 {
    padding-top: 35px;
  }

  .pt-lg-40 {
    padding-top: 40px;
  }

  .pt-lg-45 {
    padding-top: 45px;
  }

  .pt-lg-50 {
    padding-top: 50px;
  }

  .pt-lg-55 {
    padding-top: 55px;
  }

  .pt-lg-60 {
    padding-top: 60px;
  }

  .pt-lg-65 {
    padding-top: 65px;
  }

  .pt-lg-70 {
    padding-top: 70px;
  }

  .pt-lg-75 {
    padding-top: 75px;
  }

  .pt-lg-80 {
    padding-top: 80px;
  }

  .pt-lg-85 {
    padding-top: 85px;
  }

  .pt-lg-90 {
    padding-top: 90px;
  }

  .pt-lg-95 {
    padding-top: 95px;
  }

  .pt-lg-100 {
    padding-top: 100px;
  }

  .pt-lg-105 {
    padding-top: 105px;
  }

  .pt-lg-110 {
    padding-top: 110px;
  }

  .pt-lg-115 {
    padding-top: 115px;
  }

  .pt-lg-120 {
    padding-top: 70px;
  }

  .pb-lg-20 {
    padding-bottom: 20px;
  }

  .pb-lg-25 {
    padding-bottom: 25px;
  }

  .pb-lg-30 {
    padding-bottom: 30px;
  }

  .pb-lg-35 {
    padding-bottom: 35px;
  }

  .pb-lg-40 {
    padding-bottom: 40px;
  }

  .pb-lg-45 {
    padding-bottom: 45px;
  }

  .pb-lg-50 {
    padding-bottom: 50px;
  }

  .pb-lg-55 {
    padding-bottom: 55px;
  }

  .pb-lg-60 {
    padding-bottom: 60px;
  }

  .pb-lg-65 {
    padding-bottom: 65px;
  }

  .pb-lg-70 {
    padding-bottom: 70px;
  }

  .pb-lg-75 {
    padding-bottom: 75px;
  }

  .pb-lg-80 {
    padding-bottom: 80px;
  }

  .pb-lg-85 {
    padding-bottom: 85px;
  }

  .pb-lg-90 {
    padding-bottom: 90px;
  }

  .pb-lg-95 {
    padding-bottom: 95px;
  }

  .pb-lg-100 {
    padding-bottom: 100px;
  }

  .pb-lg-105 {
    padding-bottom: 105px;
  }

  .pb-lg-110 {
    padding-bottom: 110px;
  }

  .pb-lg-115 {
    padding-bottom: 115px;
  }

  .pb-lg-120 {
    padding-bottom: 120px;
  }

  .pr-lg-10 {
    padding-right: 10px;
  }

  .pr-lg-15 {
    padding-right: 15px;
  }

  .pr-lg-20 {
    padding-right: 20px;
  }

  .pr-lg-25 {
    padding-right: 25px;
  }

  .pr-lg-30 {
    padding-right: 30px;
  }

  .pr-lg-35 {
    padding-right: 35px;
  }

  .pr-lg-40 {
    padding-right: 40px;
  }

  .pr-lg-45 {
    padding-right: 45px;
  }

  .pr-lg-50 {
    padding-right: 50px;
  }

  .pr-lg-55 {
    padding-right: 55px;
  }

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

  .pr-lg-65 {
    padding-right: 65px;
  }

  .pr-lg-70 {
    padding-right: 70px;
  }

  .pr-lg-75 {
    padding-right: 75px;
  }

  .pr-lg-80 {
    padding-right: 80px;
  }

  .pr-lg-85 {
    padding-right: 85px;
  }

  .pr-lg-90 {
    padding-right: 90px;
  }

  .pr-lg-95 {
    padding-right: 95px;
  }

  .pr-lg-100 {
    padding-right: 100px;
  }

  .pl-lg-10 {
    padding-left: 10px;
  }

  .pl-lg-15 {
    padding-left: 15px;
  }

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

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

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

  .pl-lg-35 {
    padding-left: 35px;
  }

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

  .pl-lg-45 {
    padding-left: 45px;
  }

  .pl-lg-50 {
    padding-left: 50px;
  }

  .pl-lg-55 {
    padding-left: 55px;
  }

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

  .pl-lg-65 {
    padding-left: 65px;
  }

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

  .pl-lg-75 {
    padding-left: 75px;
  }

  .pl-lg-80 {
    padding-left: 80px;
  }

  .pl-lg-85 {
    padding-left: 85px;
  }

  .pl-lg-90 {
    padding-left: 90px;
  }

  .pl-lg-95 {
    padding-left: 95px;
  }

  .pl-lg-100 {
    padding-left: 100px;
  }
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.action_btn {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  /* box-shadow: 0 20px 30px 0 rgba(17, 166, 131, 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;
}
.action_btn i {
  vertical-align: middle;
  font-size: 18px;
  padding-left: 5px;
}
.action_btn:hover {
  box-shadow: none;
  color: #fff;
}

.btn-text-medium {
  font-size: 18px;
  font-weight: 500;
}

.error_area .action_btn {
  font-size: 16px;
}
.error_area .action_btn i {
  padding-right: 5px;
}

.doc_border_btn {
  border: 2px solid rgba(17, 166, 131, 0.3);
  border-radius: 4px;
  color: var(--brand_color);
  font-size: 14px;
  font-weight: 500;
  background: rgba(17, 166, 131, 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(17, 166, 131, 0.2);
  background: var(--brand_color);
  border-color: var(--brand_color);
  color: #fff;
}
.doc_border_btn:hover i {
  transform: translateX(8px);
}

.download-btn {
  background-image: -moz-linear-gradient(90deg, #192030 0%, #4c5977 100%);
  background-image: -webkit-linear-gradient(90deg, #192030 0%, #4c5977 100%);
  background-image: -ms-linear-gradient(90deg, #192030 0%, #4c5977 100%);
  color: #242424;
  text-align: right;
  width: 300px;
  height: 80px;
  padding-right: 40px;
  display: inline-block;
  font-size: 18px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.download-btn::before {
  content: "";
  background-image: -moz-linear-gradient(90deg, #afbcd0 0%, #edf1ff 100%);
  background-image: -webkit-linear-gradient(90deg, #afbcd0 0%, #edf1ff 100%);
  background-image: -ms-linear-gradient(90deg, #afbcd0 0%, #edf1ff 100%);
  position: absolute;
  right: -20px;
  top: 0;
  width: 225px;
  height: 80px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 25px;
  transform: skewX(-25deg);
  z-index: -1;
}
.download-btn .btn-icon {
  display: inline-block;
  padding-left: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.download-btn .btn-icon img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.download-btn .btn-txt {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
}
.download-btn .btn-txt .title {
  font-size: 24px;
  font-weight: 600;
  background: -webkit-linear-gradient(-90deg, #20273a, #4e5c7a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.download-btn .btn-txt .prop span {
  font-size: 14px;
  color: #5b6483;
  font-weight: 400;
}
.download-btn .btn-txt .prop span + span {
  color: #0066fe;
}
.download-btn .ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.download-btn .ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 18px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}
.download-btn .ribbon::before,
.download-btn .ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #2980b9;
}
.download-btn .ribbon.ribbon-top-right::before,
.download-btn .ribbon.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.download-btn .ribbon.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.download-btn .ribbon.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.download-btn .ribbon.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.download-btn .ribbon.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* 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(17, 166, 131, 0.2);
  color: var(--brand_color);
  line-height: 50px;
  padding: 0 46px;
}
.main_btn.blue:hover {
  background: var(--brand_color);
  color: #fff;
}

.show-more-btn {
  display: inline-block;
  box-shadow: 0px 1.6px 3.5px 0px #334d7226, 0px 0.5px 1px 0px #334d721a;
  transition: all 0.3s ease-out;
  font-size: 18px;
  font-weight: 400;
  color: #4a6ee0;
  height: 50px;
  border-radius: 5px;
  line-height: 48px;
  padding: 0 40px;
  text-align: center;
  background-color: #fff;
}
.show-more-btn:hover {
  box-shadow: 0px 10px 30px 0px #334d721f;
  color: #4a6ee0;
}
.show-more-btn i {
  color: #4a6ee0;
  vertical-align: middle;
}
.show-more-btn.show-more-round {
  height: 48px;
  border-radius: 24px;
  line-height: 47px;
}

.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(--h_title);
  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(--baseColor2);
  display: inline-block;
  padding: 0 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 3px;
  border: 1px solid var(--baseColor2);
  transition: all 300ms linear 0s;
}
.reply_btn:hover {
  background: transparent;
  color: var(--baseColor2);
}

.help_btn {
  background: transparent;
  display: inline-block;
  padding: 0 16px;
  color: var(--h_title);
  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(--baseColor2);
}

/* Home Advanced Search Area css
  ============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================= 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;
}

.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;
}
@media (min-width: 1400px) {
  .navbar .custom-container {
    max-width: 1475px !important;
  }
}
.navbar .search-input {
  position: relative;
  margin-left: 4rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 300px;
}
.navbar .search-input .search-icon {
  position: absolute;
  left: 10px;
  top: 12px;
}
.navbar .search-input .search-input__clear {
  width: 18px;
  height: 18px;
  background-color: #e3e9f3;
  right: 12px;
}
.navbar .search-input input {
  width: 100%;
  font-weight: 400;
  border: 0;
  outline: 0;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -webkit-appearance: none;
  vertical-align: middle;
  font-size: 13px;
  line-height: 18px;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f6f7f9;
  height: 39px;
  text-indent: 0;
}
.navbar .search-input input:focus {
  background-color: #fff;
  color: var(--black_600);
}
.navbar .search-input input:focus ~ .search-icon {
  color: var(--black_600);
}

.menu_one {
  background: transparent;
  transition: all 0.2s linear;
}
.menu_one .right-nav .action_btn.btn_small_two:hover {
  background: #11a683;
  border-color: #11a683;
  color: #fff;
}

.header_logo img:not(.main_logo),
.header_logo img.sticky_logo {
  display: none;
}
.header_logo img.main_logo {
  display: block;
}

.dark_menu {
  box-shadow: none;
}
.dark_menu .menu.justify-content-center {
  width: 100%;
}
.dark_menu .menu > .nav-item > .nav-link {
  color: var(--h_title);
  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 .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link,
.dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link,
.dark_menu
  .menu
  > .nav-item.submenu
  .dropdown-menu
  .nav-item.active
  > .nav-link {
  color: var(--brand_color);
}
.dark_menu
  .menu
  > .nav-item.submenu
  .dropdown-menu
  .nav-item:hover
  > .nav-link
  h5,
.dark_menu
  .menu
  > .nav-item.submenu
  .dropdown-menu
  .nav-item:focus
  > .nav-link
  h5,
.dark_menu
  .menu
  > .nav-item.submenu
  .dropdown-menu
  .nav-item.active
  > .nav-link
  h5 {
  color: var(--brand_color);
}
.dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > i,
.dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > i,
.dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item.active > i {
  color: var(--brand_color);
}
.dark_menu
  .menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item {
  padding: 0 30px;
}
.dark_menu
  .menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item:after {
  content: "\35";
  color: var(--brand_color);
}
.dark_menu
  .menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item:hover:after,
.dark_menu
  .menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item.active:after {
  opacity: 1;
  right: 20px;
}
.dark_menu
  .menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item:hover
  .nav-link,
.dark_menu
  .menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item.active
  .nav-link {
  color: var(--brand_color);
}
.dark_menu .right-nav .nav_btn.tp_btn {
  border-color: rgba(17, 166, 131, 0.15);
  color: var(--brand_color) !important;
}
.dark_menu .right-nav .nav_btn.tp_btn:hover {
  color: #fff !important;
  background: var(--brand_color);
}

.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: #fff;
  padding: 0;
  position: relative;
}
.menu > .nav-item > .nav-link:after {
  display: none;
}
.menu > .nav-item > .nav-link::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: width 0.2s linear;
}
@media (max-width: 991px) {
  .menu > .nav-item > .nav-link::before {
    display: none;
  }
}
.menu > .nav-item.submenu .dropdown-menu {
  margin: 0;
  border-radius: 4px;
  left: -30px;
  min-width: max-content;
  border: 1px solid #e6eeef;
  background: #fff;
  padding: 20px 0;
  box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
}
.menu > .nav-item.submenu .dropdown-menu:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  left: 40px;
  border-left: 1px solid #e6eeef;
  border-top: 1px solid #e6eeef;
  z-index: 1;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item {
  padding: 0 30px;
}
.menu
  > .nav-item.submenu
  .dropdown-menu.dropdown_menu_two
  .nav-item
  + .nav-item {
  margin-top: 8px;
}
.menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item .nav-link {
  display: flex;
  align-items: center;
}
.menu
  > .nav-item.submenu
  .dropdown-menu.dropdown_menu_two
  .nav-item
  .nav-link:before {
  display: none;
}
.menu
  > .nav-item.submenu
  .dropdown-menu.dropdown_menu_two
  .nav-item
  .nav-link
  img {
  margin-right: 20px;
  width: 32px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
  padding: 0 40px 0 30px;
  transition: all 0.3s linear;
  position: relative;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item + .nav-item {
  margin-top: 18px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0;
  white-space: nowrap;
  font: 400 14px/16px var(--rob);
  color: var(--p_color);
  transition: color 0.2s linear;
  position: relative;
  display: inline-block;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: 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,
.menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link,
.menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: var(--brand_color);
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link:before,
.menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link:before,
.menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link:before {
  width: 100%;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link h5,
.menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link h5,
.menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link h5 {
  color: var(--brand_color);
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > i,
.menu > .nav-item.submenu .dropdown-menu .nav-item:focus > i,
.menu > .nav-item.submenu .dropdown-menu .nav-item.active > i {
  color: var(--brand_color);
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  transition: all 0.3s ease-in;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
  display: none;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -25px;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu {
  min-width: 540px;
  padding: 0;
  background: transparent;
  max-height: 309px;
  min-height: 309px;
  border: none;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu li .col-lg-7 {
  padding-left: 0;
  margin-left: -5px;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu li > div {
  min-height: 309px;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .nav-pills {
  padding: 30px 0;
  background: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 100%;
  margin-right: -10px;
  border-top: 1px solid #e6eeef;
  border-bottom: 1px solid #e6eeef;
  border-right: 0;
  border-left: 1px solid #e6eeef;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item {
  padding: 0 30px;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:after {
  content: "\35";
  position: absolute;
  right: 25px;
  top: -1px;
  font-family: "ElegantIcons";
  display: block;
  color: var(--brand_color);
  transition: all 0.2s linear;
  opacity: 0;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item
  .nav-link {
  font-size: 14px;
  color: var(--p_color);
  display: inline-block;
  border-radius: 0;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item
  .nav-link.active {
  background: transparent;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item
  + .nav-item {
  margin-top: 12px;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item:hover:after,
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item.active:after {
  opacity: 1;
  right: 20px;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item:hover
  .nav-link,
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item.active
  .nav-link {
  color: var(--brand_color);
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item:hover:nth-child(2)
  .nav-link::before,
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item.active:nth-child(2)
  .nav-link::before {
  background: #b03532;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item:hover:nth-child(3)
  .nav-link::before,
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item.active:nth-child(3)
  .nav-link::before {
  background: #59a627;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item:hover:nth-child(4)
  .nav-link::before,
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item.active:nth-child(4)
  .nav-link::before {
  background: #da6f2b;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item:hover:nth-child(5)
  .nav-link::before,
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item.active:nth-child(5)
  .nav-link::before {
  background: var(--h_title);
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item:hover:nth-child(6)
  .nav-link::before,
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item.active:nth-child(6)
  .nav-link::before {
  background: #00aa6a;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item:hover:nth-child(2)
  .nav-link,
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item.active:nth-child(2)
  .nav-link {
  color: #b03532;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item:hover:nth-child(3)
  .nav-link,
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item.active:nth-child(3)
  .nav-link {
  color: #59a627;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item:hover:nth-child(4)
  .nav-link,
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item.active:nth-child(4)
  .nav-link {
  color: #da6f2b;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item:hover:nth-child(5)
  .nav-link,
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item.active:nth-child(5)
  .nav-link {
  color: var(--h_title);
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item:hover:nth-child(6)
  .nav-link,
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item.active:nth-child(6)
  .nav-link {
  color: #00aa6a;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane {
  padding: 26px 10px 26px 25px;
  min-height: 309px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabContent
  .tab-pane
  .tab_list {
  width: 50%;
  padding-bottom: 12px;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabContent
  .tab-pane
  .tab_list.w_100 {
  width: 100%;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabContent
  .tab-pane
  .tab_list
  li {
  margin-bottom: 12px;
  display: block;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabContent
  .tab-pane
  .tab_list
  li
  a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: relative;
  font-family: var(--rob);
  padding: 0;
  overflow: visible;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabContent
  .tab-pane
  .tab_list
  li
  a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabContent
  .tab-pane
  .tab_list
  li
  a:hover:before,
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabContent
  .tab-pane
  .tab_list
  li
  a.active:before {
  width: 100%;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabContent
  .tab-pane
  .text
  a {
  display: block;
  padding: 0;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane p {
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabContent
  .tab-pane:first-child {
  background: var(--brand_color);
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabContent
  .tab-pane:nth-child(2) {
  background: #b03532;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabContent
  .tab-pane:nth-child(3) {
  background: #59a627;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabContent
  .tab-pane:nth-child(4) {
  background: #da6f2b;
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabContent
  .tab-pane:nth-child(5) {
  background: var(--h_title);
}
.menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabContent
  .tab-pane:nth-child(6) {
  background: #00aa6a;
}
.menu > .nav-item.active .nav-link:before {
  transform: scaleX(1);
  opacity: 1;
  background: #fff;
  width: 100%;
}
.menu > .nav-item:hover .nav-link:before {
  transform: scaleX(1);
  opacity: 1;
  background: #fff;
  width: 100%;
}
@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;
}

.right-nav {
  margin-left: 80px;
  display: flex;
  align-items: center;
}
.right-nav ion-icon {
  font-size: 23px;
  color: #9fa6ad;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.right-nav ion-icon:hover {
  color: #7d848d;
}
.right-nav .js-darkmode-btn {
  position: relative;
  background: #1d2746;
  color: gold;
  border-radius: 50px;
  padding: 0 5px;
  margin-left: 15px;
  height: 26px;
}
.right-nav .js-darkmode-btn label {
  margin: 0;
  cursor: pointer;
}
.right-nav .js-darkmode-btn .ball {
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: #fafafa;
  border-radius: 50%;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  cursor: default;
  transition: all 0.3s linear 0s;
}
.right-nav .js-darkmode-btn ion-icon {
  color: gold;
  font-size: 14px;
}
.right-nav .js-darkmode-btn input {
  display: none;
}
.right-nav .nav_btn {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 27px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #fff;
  transition: all 0.3s linear;
  background: #fff;
  color: var(--brand_color);
}
.right-nav .nav_btn.brand_color {
  /* background-color: rgba(17, 166, 131, 0.031); */
  color: var(--brand_color);
  border: 2px solid var(--brand_color); 
}
.right-nav .nav_btn.brand_color i {
  color: var(--brand_color);
}
.right-nav .nav_btn.brand_border {
  background-color: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
}
.right-nav .nav_btn.brand_border i {
  color: #fff;
}
.right-nav .nav_btn i {
  padding-right: 10px;
}
/* .right-nav .nav_btn:hover {
  background: var(--brand_color);
  border-color: var(--brand_color);
  color: #fff;
} */
.right-nav .nav_btn:hover i {
  color: #fff;
}
.right-nav .nav_btn.tp_btn {
  background: transparent;
  border: 2px solid #fff;
  color: #fff !important;
}
.right-nav .action_btn.btn_small_two {
  padding: 6px 25px;
  font-size: 16px;
}
.right-nav .round-btn-2 {
  border-radius: 25px;
}

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

/*================= header area css ===============*/
/*=========== dk_menu css ===========*/
.menu_two {
  box-shadow: 0 4px 10px 0 rgba(17, 166, 131, 0.06);
  z-index: 10;
  background: #fff;
}
.menu_two .nav_btn {
  border: 2px solid rgba(17, 166, 131, 0.3);
  color: var(--brand_color);
  background: rgba(17, 166, 131, 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: #1d2746;
}
.menu_two + div,
.menu_two + section {
  margin-top: 98px;
}

.dk_menu > .nav-item > .nav-link {
  color: #000;
}
.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: #1d2746;
}

.mobile_main_menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 13px 0;
}
@media (min-width: 992px) {
  .mobile_main_menu {
    display: none;
  }
}
.mobile_main_menu .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: 18px;
}
.mobile_main_menu .menu_toggle .hamburger span {
  width: 100%;
}
.mobile_main_menu .mobile_menu_left {
  display: flex;
}
.mobile_main_menu .nav_btn {
  margin: 0;
}
.mobile_main_menu.navbar_fixed {
  box-shadow: 0 4px 10px 0 rgba(17, 166, 131, 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);
}

/*============ Start menu_purple css ==============*/
/*============ menu_purple css ==============*/
.menu_white .menu > .nav-item > .nav-link {
  position: relative;
}
.menu_white .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_white .menu > .nav-item:hover > .nav-link,
.menu_white .menu > .nav-item.current_page_parent > .nav-link,
.menu_white .menu > .nav-item.active > .nav-link {
  color: #000;
}
.menu_white .menu > .nav-item:hover > .nav-link::before,
.menu_white .menu > .nav-item.current_page_parent > .nav-link::before,
.menu_white .menu > .nav-item.active > .nav-link::before {
  width: 100%;
}
.menu_white
  .menu
  > .nav-item.submenu.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item:after {
  color: var(--brand_color);
}
.menu_white
  .menu
  > .nav-item.submenu
  .dropdown-menu
  .nav-item
  > .nav-link:before {
  background: var(--brand_color);
}
.menu_white
  .menu
  > .nav-item.submenu
  .dropdown-menu
  .nav-item:hover
  > .nav-link,
.menu_white
  .menu
  > .nav-item.submenu
  .dropdown-menu
  .nav-item.active
  > .nav-link {
  color: var(--brand_color);
}
.menu_white
  .menu
  > .nav-item.submenu
  .dropdown-menu
  .nav-item:hover
  > .nav-link
  h5,
.menu_white
  .menu
  > .nav-item.submenu
  .dropdown-menu
  .nav-item.active
  > .nav-link
  h5 {
  color: var(--brand_color);
}
.menu_white .nav_btn:not(.not-round-btn) {
  color: var(--brand_color);
  /* border-radius: 45px; */
} 
/* .menu_white .nav_btn:not(.not-round-btn):hover {
  background: var(--brand_color);
  color: #fff;
  border-color: var(--brand_color);
} */

/*============ End menu_purple css ==============*/
/*============ Start dark bg menu css ==============*/
.dark-bg-menu {
  background-color: #020826;
  transition: all 0.2s linear;
}
.dark-bg-menu.expand-search .navbar-collapse {
  flex-grow: inherit;
  margin-left: 35px;
}
.dark-bg-menu.expand-search .search-input {
  width: inherit;
  flex: 1;
}
.dark-bg-menu .search-input {
  margin-left: 50px;
  visibility: visible;
  opacity: 1;
}
.dark-bg-menu .search-input ion-icon {
  color: #fff;
}
.dark-bg-menu .search-input input {
  background-color: rgba(255, 255, 255, 0.15);
  visibility: visible;
  opacity: 1;
  border: none;
  color: #fff;
  border-radius: 3px;
}
.dark-bg-menu .search-input input::placeholder {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}
.dark-bg-menu .menu > .nav-item > .nav-link {
  color: rgba(255, 255, 255, 0.6);
}
.dark-bg-menu .menu > .nav-item.active > .nav-link {
  color: #fff;
}
.dark-bg-menu .right_nav .nav_btn {
  display: inline-block;
  height: 40px;
  padding: 0 25px;
  line-height: 40px;
  font-family: var(--rob);
  font-size: 16px;
  font-weight: 400;
  border-radius: 3px;
  margin-left: 30px;
  color: #fff;
}
.dark-bg-menu .right_nav .signin-btn {
  background-color: #4a6ee0;
}
.dark-bg-menu .right_nav .signup-btn {
  background-color: rgba(255, 255, 255, 0.2);
}

/*============ End dark bg menu css ==============*/
/*=========== menu_four css ===========*/
.sticky_menu .menu_one {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.sticky_menu .menu_one + div,
.sticky_menu .menu_one + section {
  margin-top: 100px;
}
.sticky_menu .menu_one .menu > .nav-item .nav-link {
  position: relative;
  color: var(--p_color);
  font-weight: 400;
}
.sticky_menu .menu_one .menu > .nav-item:hover > .nav-link,
.sticky_menu .menu_one .menu > .nav-item.active > .nav-link {
  color: var(--brand_color);
}

.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: #1d2746;
  background: transparent;
  font-size: 14px;
  z-index: 3;
}

#stickyTwo .menu > .nav-item.submenu.mega_menu .dropdown-menu,
.menu_two .menu > .nav-item.submenu.mega_menu .dropdown-menu {
  border-top: 1px solid #e6eeef;
}

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

.navbar_fixed {
  position: fixed;
  z-index: 35;
}
.navbar_fixed .search-input {
  visibility: visible;
  opacity: 1;
}
.navbar_fixed.menu_one {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background: #fff;
  transition: all 0.2s, top 0.4s linear;
  margin-top: 0;
}
.navbar_fixed.menu_one .menu > .nav-item {
  padding-bottom: 25px;
  padding-top: 25px;
}
.navbar_fixed.menu_one .menu > .nav-item > .nav-link {
  color: #1d2746;
}
.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 .menu > .nav-item.submenu.mega_menu .dropdown-menu {
  border-top: 1px solid #e6eeef;
}
.navbar_fixed.menu_one .nav_btn {
  color: var(--brand_color);
  border: 2px solid rgba(17, 166, 131, 0.1);
}
.navbar_fixed.menu_one .nav_btn:hover {
  background: var(--brand_color);
  color: #fff;
  border-color: var(--brand_color);
}
.navbar_fixed.menu_one .nav_btn.tp_btn {
  color: var(--baseColor2) !important;
}
.navbar_fixed.menu_one.menu_white .menu > .nav-item > .nav-link:before {
  display: none;
}
.navbar_fixed.menu_one.menu_white .menu > .nav-item:hover > .nav-link,
.navbar_fixed.menu_one.menu_white .menu > .nav-item.active > .nav-link {
  color: var(--brand_color);
}
.navbar_fixed.menu_one.menu_white .nav_btn {
  color: var(--brand_color);
  border: 2px solid rgba(17, 166, 131, 0.3);
}
.navbar_fixed.menu_one.menu_white .nav_btn:hover {
  background: var(--brand_color);
  color: #fff;
  border-color: var(--brand_color);
}
.navbar_fixed.dark-bg-menu {
  transition: all 0.2s, top 0.4s linear;
  margin-top: 0;
}
.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(17, 166, 131, 0.06);
  width: 100%;
  background: #fff;
  left: 0;
  top: 0;
  position: fixed;
  transition: top 0.4s linear;
}
@media (min-width: 992px) {
  .navbar_fixed.menu_two .menu > .nav-item {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.navbar_fixed.menu_two + div,
.navbar_fixed.menu_two + section {
  margin-top: 86px;
}
.navbar_fixed .menu_toggle .hamburger span,
.navbar_fixed .menu_toggle .hamburger-cross span {
  background: #1d2746;
}
.navbar_fixed.dark_menu .menu > .nav-item > .nav-link {
  color: var(--h_title);
}
.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);
}
.navbar_fixed.dark_menu
  .menu
  > .nav-item.submenu
  .dropdown-menu
  .nav-item:hover
  > .nav-link,
.navbar_fixed.dark_menu
  .menu
  > .nav-item.submenu
  .dropdown-menu
  .nav-item:focus
  > .nav-link,
.navbar_fixed.dark_menu
  .menu
  > .nav-item.submenu
  .dropdown-menu
  .nav-item.active
  > .nav-link {
  color: var(--brand_color);
}
.navbar_fixed.dark_menu
  .menu
  > .nav-item.submenu
  .dropdown-menu
  .nav-item:hover
  > .nav-link
  h5,
.navbar_fixed.dark_menu
  .menu
  > .nav-item.submenu
  .dropdown-menu
  .nav-item:focus
  > .nav-link
  h5,
.navbar_fixed.dark_menu
  .menu
  > .nav-item.submenu
  .dropdown-menu
  .nav-item.active
  > .nav-link
  h5 {
  color: var(--brand_color);
}
.navbar_fixed.dark_menu
  .menu
  > .nav-item.submenu
  .dropdown-menu
  .nav-item:hover
  > i,
.navbar_fixed.dark_menu
  .menu
  > .nav-item.submenu
  .dropdown-menu
  .nav-item:focus
  > i,
.navbar_fixed.dark_menu
  .menu
  > .nav-item.submenu
  .dropdown-menu
  .nav-item.active
  > i {
  color: var(--brand_color);
}
.navbar_fixed.dark_menu
  .menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item {
  padding: 0 30px;
}
.navbar_fixed.dark_menu
  .menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item:after {
  content: "\35";
  color: var(--brand_color);
}
.navbar_fixed.dark_menu
  .menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item:hover:after,
.navbar_fixed.dark_menu
  .menu
  > .nav-item.submenu.mega_menu
  .dropdown-menu
  .tabHeader
  .nav-item.active:after {
  opacity: 1;
  right: 20px;
}
.navbar_fixed.dark_menu .nav_btn.tp_btn {
  border-color: rgba(17, 166, 131, 0.3);
  color: var(--brand_color) !important;
  font-size: 16px;
  padding: 8px 27px;
}
.navbar_fixed.dark_menu .nav_btn.tp_btn:hover {
  background: var(--brand_color);
  color: #fff !important;
}

.dark_menu .menu_toggle .hamburger span,
.dark_menu .menu_toggle .hamburger-cross span {
  background: #1d2746;
}

.navbar-toggler {
  padding-left: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.hamburger {
  height: 100%;
  width: 100%;
  display: block;
}
.hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #000;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.hamburger span:nth-child(3) {
  transition-delay: 0.2s;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}
.menu_toggle .hamburger {
  position: absolute;
}
.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  display: block;
}
.menu_toggle .hamburger-cross span {
  display: block;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0%;
  transition-delay: 0.2s;
}

/*=========== side_menu css ===========*/
.side_menu {
  width: 300px;
  height: 100vh;
  max-height: 100vh;
  top: 0;
  position: fixed;
  transform: translate3d(-300px, 0, 0);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1013;
  background: #fff;
  padding: 20px 0;
  overflow-x: hidden;
}
.side_menu .mobile_menu_header {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
.side_menu .mobile_menu_header .close_nav {
  font-size: 28px;
  color: #1d2746;
  margin-right: 15px;
  margin-top: -5px;
}
.side_menu .mobile_menu_header .close_nav i + i {
  display: none;
}
.side_menu .doc_left_sidebarlist {
  border: 0;
}
.side_menu .doc_left_sidebarlist:before {
  display: none;
}
.side_menu .nav-sidebar .nav-item {
  padding-right: 0;
}
.side_menu .mobile_nav_wrapper {
  display: flex;
  transform: translate3d(-300px, 0, 0);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.side_menu .mobile_nav_top,
.side_menu .mobile_nav_bottom {
  height: calc(100vh - 65px);
  flex-shrink: 0;
  display: block;
  width: 300px;
  padding: 0 15px;
  padding-right: 25px;
}
.side_menu .mobile_nav_top {
  padding-top: 30px;
}
.side_menu .mobile_nav_top .menu {
  padding-left: 0;
  padding-right: 0;
}
.side_menu.menu-opened .mobile_nav_wrapper {
  transform: translate3d(0, 0, 0);
}
.side_menu.menu-opened .close_nav i {
  display: block;
}

.click_capture {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 99;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s linear;
}

@media (max-width: 992px) {
  .menu-is-opened {
    overflow: hidden;
    height: 100%;
  }
  .menu-is-opened .click_capture {
    opacity: 1;
    visibility: visible;
  }
  .menu-is-opened .side_menu {
    transform: translate3d(0, 0, 0);
  }
}
.header_area .main_btn {
  margin-left: 80px;
}

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

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=========== doc_banner_area_one css ============*/
.doc_banner_area.single_breadcrumb {
  padding: 265px 0 175px;
}

.single_breadcrumb .doc_banner_content h2 {
  font-weight: 900;
  font-size: 50px;
}
.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: "\35";
  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: var(--baseColor2);
}
.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;
}

.banner_search_form {
  max-width: 570px;
  margin: 0 auto;
  display: flex;
}
.banner_search_form .form-control {
  height: 70px;
  border-radius: 4px;
  padding-left: 30px;
  font-size: 14px;
  border: 0;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  color: var(--h_title);
}
.banner_search_form .form-control.placeholder {
  color: #848996;
}
.banner_search_form .form-control:-moz-placeholder {
  color: #848996;
}
.banner_search_form .form-control::-moz-placeholder {
  color: #848996;
}
.banner_search_form .form-control::-webkit-input-placeholder {
  color: #848996;
}
.banner_search_form button {
  padding: 5px 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;
}

.banner_search_form_two {
  max-width: 770px;
  position: relative;
  z-index: 5;
}
.banner_search_form_two .form-control {
  height: 65px;
}
.banner_search_form_two button {
  background: var(--brand_color);
}
.banner_search_form_two .custom-select {
  line-height: 65px;
  z-index: 3;
}
.banner_search_form_two .custom-select:before {
  width: 1px;
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  background: #e2e7e9;
  z-index: 1;
}

/*=========== doc_banner_area_one css ============*/
/*=========== Start doc_banner_area_two css ============*/
.b_plus,
.b_round,
.p_absolute {
  position: absolute;
}

.b_plus.one {
  left: 120px;
  top: 120px;
}
.b_plus.two {
  right: 25%;
  top: 210px;
}

.banner-title-h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 7px;
}

.banner-text-p {
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #fff;
}
@media (max-width: 575px) {
  .banner-text-p {
    margin-top: 10px;
    line-height: 28px;
  }
}

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

.building_img {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

/*=========== End doc_banner_area_two css ============*/
/*=========== Start Banner Support ============*/
.banner-support {
  height: 945px;
  background-image: linear-gradient(30deg, #c2ecff 0%, #f1faff 100%);
  padding: 200px 0;
  position: relative;
}
@media (max-width: 991px) {
  .banner-support {
    padding: 150px 0;
  }
}
@media (max-width: 768px) {
  .banner-support {
    padding: 120px 0;
    height: 820px;
  }
}
.banner-support .banner-content-wrapper {
  max-width: 770px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .banner-support .banner-content-wrapper {
    max-width: 90%;
  }
}
.banner-support .banner-content-wrapper .banner-title {
  font-size: 44px;
  color: #1d2746;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .banner-support .banner-content-wrapper .banner-title {
    font-size: 34px;
  }
}
.banner-support .banner-content-wrapper p {
  font-size: 18px;
  color: #6b707f;
  line-height: 28px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .banner-support .banner-content-wrapper p br {
    display: none;
  }
}
.banner-support .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;
}
.banner-support .banner-content-wrapper .banner-search-form input {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 15px 30px;
  height: 60px;
}
.banner-support .banner-content-wrapper .banner-search-form input::placeholder {
  color: #6b707f;
}
.banner-support .banner-content-wrapper .banner-search-form button {
  background: transparent;
  border: 0;
  padding-right: 20px;
  color: var(--brand_color);
  font-size: 20px;
}
.banner-support .banner-content-wrapper .banner-search-form button i {
  transform: rotate(-90deg);
  display: inline-block;
}
.banner-support .bottom-shape {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
}
.banner-support .bottom-shape img {
  width: 100%;
}

.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 ============*/
.breadcrumb_area {
  background-image: linear-gradient(60deg, var(--brand_color) 0%, #1d2746 100%);
  padding: 190px 0 95px;
  position: relative;
}
.breadcrumb_area .one {
  right: 20%;
  bottom: 25px;
}
.breadcrumb_area .two {
  left: 20%;
  bottom: 0;
}
.breadcrumb_area .banner_search_form {
  max-width: 770px;
  position: relative;
  z-index: 5;
}
.breadcrumb_area .banner_search_form .form-control {
  height: 65px;
}
.breadcrumb_area .banner_search_form button {
  background: var(--brand_color);
}
.breadcrumb_area .custom-select {
  line-height: 65px;
  z-index: 3;
}
.breadcrumb_area .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;
}

.custom-select {
  border-radius: 0;
  font-size: 14px;
  box-shadow: none;
  padding: 0 80px 0 20px;
  height: 100%;
  border: 0;
  background: #fff;
  color: #6b707f;
}
.custom-select:after {
  border-bottom: 2px solid #6b707f;
  border-right: 2px solid #6b707f;
  height: 8px;
  width: 8px;
  right: 28px;
  margin-top: -6px;
}
.custom-select ul {
  width: 100%;
  padding: 10px 0;
  border-radius: 4px;
}
.custom-select ul li {
  font-size: 14px;
  color: #6b707f;
  position: relative;
  min-height: 36px;
  line-height: 36px;
}
.custom-select ul li:before {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  left: 0;
  background: var(--brand_color);
  transition: all 0.2s linear;
}
.custom-select ul li:hover,
.custom-select ul li.selected {
  background: #f4f9fa;
  color: var(--brand_color);
  font-weight: 500;
}
.custom-select ul li:hover:before,
.custom-select ul li.selected:before {
  height: 100%;
}

/*=========== End breadcrumb_area css ============*/
.breadcrumb_content {
  max-width: 763px;
}
.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 h4 {
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
}
.breadcrumb_content .single_post_author .text .post_tag {
  display: inline-block;
  padding-left: 12px;
}
.breadcrumb_content .single_post_author .text .post_tag a {
  color: #bbc0c4;
}

/*=========== Start breadcrumb_area_three css ============*/
.breadcrumb_area_three {
  background: #f8fafd;
  padding: 157px 0 70px;
  position: relative;
  z-index: 1;
}
.breadcrumb_area_three .one {
  top: 0;
  left: 35px;
}
.breadcrumb_area_three .two {
  left: 280px;
  bottom: 55px;
}
.breadcrumb_area_three .three {
  right: 178px;
  bottom: 55px;
}
.breadcrumb_area_three .four {
  right: 0;
  bottom: 0;
}

.breadcrumb_text {
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
}
.breadcrumb_text h2 {
  font-size: 50px;
  line-height: 66px;
  font-weight: 300;
  margin-bottom: 15px;
}
.breadcrumb_text h2 span {
  font-weight: 700;
}
.breadcrumb_text p {
  margin-bottom: 0;
}

/*=========== End breadcrumb_area_three css ============*/
/*=========== Start page_breadcrumb css ============*/
.page_breadcrumb {
  background: #edefec;
  padding: 12px 0;
  position: relative;
  z-index: 1;
  margin-top: -2px;
}
.page_breadcrumb.bg-transparent {
  box-shadow: 0px 1.600000023841858px 3.5999999046325684px 0px #334d7226;
  box-shadow: 0px 0.5px 1px 0px #334d721a;
}
.page_breadcrumb .row {
  align-items: center;
}
.page_breadcrumb .date {
  color: #878ea6;
  float: right;
  font-size: 14px;
}
.page_breadcrumb .date i {
  padding-right: 10px;
}
@media (min-width: 1400px) {
  .page_breadcrumb .custom_container {
    max-width: 1475px !important;
  }
}

.breadcrumb {
  margin-bottom: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.breadcrumb .breadcrumb-item {
  color: #878ea6;
  font-size: 14px;
  line-height: 21px;
}
.breadcrumb .breadcrumb-item a {
  color: #878ea6;
}
.breadcrumb .breadcrumb-item a:hover {
  color: var(--brand_color);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "\35";
  font-family: eleganticons;
  color: #b7b9be;
}
.breadcrumb .active {
  color: #1d2746;
}

.breadcrumb_content_two {
  position: relative;
  z-index: 1;
}
.breadcrumb_content_two h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 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;
}

.breadcrumb_area_four {
  overflow: hidden;
}

/*=========== End page_breadcrumb css ============*/
/* Forum Banner Area css
============================================================================================ */
.doc_banner_area.search-banner-light {
  background-color: #f3f3f3;
  padding-top: 145px;
  padding-bottom: 100px;
  background-image: url(../img/banner-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
.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.breadcrumb_green {
  background: linear-gradient(90deg, #b9d6d2 -25.91%, #e7f5f5 100%);
  padding-top: 188px;
  padding-bottom: 85px;
}
.doc_banner_area.breadcrumb_green .doc_banner_content h2 {
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 700;
}
.doc_banner_area.breadcrumb_green .doc_banner_content .header_search_form {
  margin-top: 30px;
}
.doc_banner_area.breadcrumb_green
  .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: 15px;
}
.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 {
  color: #6b707f;
  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: #6b707f;
  font-size: 14px;
  font-weight: 400;
}
.search-banner-light
  .header_search_form
  .header_search_form_info
  .form-group
  .input-wrapper
  input:-moz-placeholder {
  color: #6b707f;
  font-size: 14px;
  font-weight: 400;
}
.search-banner-light
  .header_search_form
  .header_search_form_info
  .form-group
  .input-wrapper
  input::-moz-placeholder {
  color: #6b707f;
  font-size: 14px;
  font-weight: 400;
}
.search-banner-light
  .header_search_form
  .header_search_form_info
  .form-group
  .input-wrapper
  input::-webkit-input-placeholder {
  color: #6b707f;
  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: #54595d;
  font-weight: 400;
}
.search-banner-light
  .header_search_keyword.search-white
  .header-search-form__keywords-label {
  color: #fff;
}
.search-banner-light .header_search_keyword.search-white ul li a {
  color: #bbc0c4;
}
.search-banner-light .header_search_keyword.search-white ul li:hover a {
  color: #11a683;
  border-color: #11a683;
}
.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(17, 166, 131, 0.2);
  transition: all 300ms linear 0s;
  border-radius: 0;
  color: #54595d;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  display: inline;
}
.search-banner-light .header_search_keyword ul li:hover a {
  border-color: #11a683;
}

.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: "\35";
  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(--h_title);
}
.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(--h_title);
  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: "\35";
  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(--h_title);
}
.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
============================================================================================ */
.banner-area-3 {
  padding: 250px 0 191px 0;
  background-color: #0a1124;
  position: relative;
}
.banner-area-3 .row {
  position: relative;
}
.banner-area-3 .banner-shapes .shape {
  position: absolute;
}
.banner-area-3 .banner-shapes .shape img {
  max-width: 100%;
  height: auto;
}
.banner-area-3 .banner-shapes .shape:nth-child(1) {
  bottom: 0;
  left: 0;
}
.banner-area-3 .banner-shapes .shape:nth-child(2) {
  bottom: 0;
  left: 0%;
}
.banner-area-3 .banner-shapes .shape:nth-child(3) {
  top: 0%;
  right: 0;
}
.banner-area-3 .banner-shapes .shape:nth-child(4) {
  bottom: 0;
  right: 0%;
}
.banner-area-3 .banner-shapes .shape:nth-child(5) {
  top: 45%;
  left: 15%;
}
.banner-area-3 .banner-shapes .shape:nth-child(6) {
  bottom: 25%;
  left: 22%;
}
.banner-area-3 .banner-shapes .shape:nth-child(7) {
  top: 23%;
  left: 26%;
}
.banner-area-3 .banner-shapes .shape:nth-child(8) {
  top: 45%;
  right: 12%;
}
.banner-area-3 .banner-shapes .shape:nth-child(9) {
  bottom: 25%;
  right: 25%;
}
.banner-area-3 .banner-shapes .shape:nth-child(10) {
  top: 23%;
  right: 22%;
}
/* .banner-area-3 .banner-search-box .input-wrapper {
    border: 1px solid #fff;
    padding: 7.5px;
    background-color: transparent;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    margin-top: 24px; }
    .banner-area-3 .banner-search-box .input-wrapper input {
      height: 45px;
      padding: 0 25px;
      line-height: 40px;
      color: #bbc0c4;
      font-size: 14px;
      font-weight: 400;
      background-color: transparent;
      border: none;
      flex: 1;
      width: 100%; }
      .banner-area-3 .banner-search-box .input-wrapper input::placeholder {
        color: #bbc0c4;
        font-size: 14px; }
    .banner-area-3 .banner-search-box .input-wrapper .search-btn {
      background-color: #4a6ee0;
      color: #fff;
      font-family: Roboto;
      font-size: 16px;
      font-weight: 400;
      line-height: 40px;
      padding: 0 35px;
      height: 45px;
      border-radius: 30px;
      border: none; } */
.banner-area-3 .banner-search-box {
  margin-left: 25%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px 16px;
  gap: 10px;

  position: absolute;
  width: 126px;
  height: 35px;

  background: #1b99db;
  border-radius: 6px;
  color: #ffffff;
}
.header_search_form-2 {
  max-width: 720px;
}
.header_search_form-2 .form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header_search_form-2 .input-wrapper {
  position: relative;
  flex: 1;
  max-width: 720px;
}
.header_search_form-2 .input-wrapper i {
  position: absolute;
  left: 25px;
  font-size: 16px;
  color: #b6bac3;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  color: var(--brand_color);
}
.header_search_form-2 .input-wrapper input {
  background: #fff;
  border: 0;
  height: 60px;
  font-size: 16px;
  padding-left: 56px;
  padding-right: 15px;
  width: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #c8ccd0;
  border-left: none;
}
.header_search_form-2 .input-wrapper input.placeholder {
  color: #848996;
}
.header_search_form-2 .input-wrapper input:-moz-placeholder {
  color: #848996;
}
.header_search_form-2 .input-wrapper input::-moz-placeholder {
  color: #848996;
}
.header_search_form-2 .input-wrapper input::-webkit-input-placeholder {
  color: #848996;
}
.header_search_form-2 .custom-select {
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  color: #171d24;
  padding: 0 56px 0 25px;
  background: #f0f0f0;
  float: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #c8ccd0;
}
.header_search_form-2 .custom-select:after {
  border-bottom: 1px solid #1d2746;
  border-right: 1px solid #1d2746;
}
.header_search_form-2 .custom-select li {
  font-size: 14px;
  color: #1d2746;
  line-height: 40px;
}
.header_search_form-2 .custom-select:focus {
  box-shadow: none;
}

.banner-area-4 {
  /* background-image: linear-gradient(to bottom right, #2e0f4d, #190f4d); */
  position: relative;
}
.banner-area-4 .banner-shapes .shape {
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.banner-area-4 .banner-shapes .shape:nth-child(1) {
  left: 0%;
}
.banner-area-4 .banner-shapes .shape:nth-child(2) {
  left: 40%;
}
.banner-area-4 .banner-shapes .shape:nth-child(3) {
  left: 10%;
}

.header_search_form-3 {
  max-width: 720px;
}
.header_search_form-3 .form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header_search_form-3 .input-wrapper {
  position: relative;
  flex: 1;
  max-width: 720px;
}
.header_search_form-3 .input-wrapper i {
  position: absolute;
  right: 25px;
  font-size: 21px;
  color: #b6bac3;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  color: var(--brand_color);
}
.header_search_form-3 .input-wrapper input {
  background: #fff;
  border: 0;
  height: 55px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 56px;
  width: 100%;
  border-radius: 25px;
  border: 1px solid #c8ccd0;
  border-left: none;
}
.header_search_form-3 .input-wrapper input.placeholder {
  color: #848996;
}
.header_search_form-3 .input-wrapper input:-moz-placeholder {
  color: #848996;
}
.header_search_form-3 .input-wrapper input::-moz-placeholder {
  color: #848996;
}
.header_search_form-3 .input-wrapper input::-webkit-input-placeholder {
  color: #848996;
}

.header_search_form-4 {
  max-width: 750px;
  margin-top: 50px;
}
.header_search_form-4 .input-wrapper {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 10px 30px 0px #334d721f;
  border-radius: 5px;
  height: 60px;
  padding: 5px;
  background-color: #fff;
}
.header_search_form-4 .input-wrapper .sub_btn {
  width: 70px;
  height: 50px;
  background-color: #171d24;
  border-radius: 5px;
  border: none;
}
.header_search_form-4 .input-wrapper .sub_btn i {
  transform: translateY(-50%) rotate(-90deg);
  color: #fff;
}
.header_search_form-4 .input-wrapper input {
  background: transparent;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  flex: auto;
}
.header_search_form-4 .input-wrapper input.placeholder {
  color: #848996;
}
.header_search_form-4 .input-wrapper input:-moz-placeholder {
  color: #848996;
}
.header_search_form-4 .input-wrapper input::-moz-placeholder {
  color: #848996;
}
.header_search_form-4 .input-wrapper input::-webkit-input-placeholder {
  color: #848996;
}
.header_search_form-4 .input-wrapper .custom-select {
  color: #171d24;
  line-height: 50px;
}
.header_search_form-4 .input-wrapper .custom-select::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  bottom: 11px;
  background-color: #e6e6e6;
  width: 1px;
}

.header_search_form-5 {
  max-width: 730px;
}
.header_search_form-5 .input-wrapper {
  height: 55px;
  border-radius: 25px;
  background-color: #fff;
}
.header_search_form-5 .input-wrapper button {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 55px;
  text-align: center;
  line-height: 62px;
  background-color: transparent;
  border: none;
  border-left: 1px solid #e6e6e6;
}
.header_search_form-5 .input-wrapper button i {
  color: var(--brand_color);
  display: inline-block;
  font-size: 22px;
  transform: scaleX(-1);
}
.header_search_form-5 .input-wrapper input {
  background: transparent;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  flex: auto;
}
.header_search_form-5 .input-wrapper input.placeholder {
  color: #848d95;
}
.header_search_form-5 .input-wrapper input:-moz-placeholder {
  color: #848d95;
}
.header_search_form-5 .input-wrapper input::-moz-placeholder {
  color: #848d95;
}
.header_search_form-5 .input-wrapper input::-webkit-input-placeholder {
  color: #848d95;
}

.banner-area-5 {
  background-color: #241b30;
  position: relative;
}
.banner-area-5 .banner-shapes {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.banner-area-5 .banner-shapes .shape {
  position: absolute;
  z-index: 0;
}
.banner-area-5 .banner-shapes .shape:nth-child(1) {
  left: 0%;
  bottom: 0;
}
.banner-area-5 .banner-shapes .shape:nth-child(2) {
  top: 0;
  right: 0%;
}

.banner-area-6 {
 
  position: relative;
  


}


.post-content{
  display: flex;
  flex-direction: row;
  justify-content: inherit;
  height: auto;
}

@media screen and (min-width: 800px) {
 .bgimg{
   background-image: url('../../img/bgimage.jpg'); 
   background-size: 1500px 800px;  
   background-repeat: no-repeat;
   width: 100%;
 }
 .image{
  display: none;
 }
}

@media screen and (max-width: 400px) {
  .banner-area-6{
    display: flex;
    flex-direction: column;
    
  }
  .image{
    display:block;
    margin-top: 10px;
  }
 }


.banner-area-6 .banner-shapes .shape {
  position: absolute;
  z-index: 0;
}
.banner-area-6 .banner-shapes .shape:nth-child(1) {
  left: 214px;
  top: 294px;
}
.banner-area-6 .banner-shapes .shape:nth-child(2) {
  left: 253px;
  top: 376px;
}
.banner-area-6 .banner-shapes .shape:nth-child(3) {
  left: 286px;
  top: 436px;
}
.banner-area-6 .banner-shapes .shape:nth-child(4) {
  left: 393px;
  top: 355px;
}
.banner-area-6 .banner-shapes .shape:nth-child(5) {
  left: 394px;
  top: 483px;
}
.banner-area-6 .banner-shapes .shape:nth-child(6) {
  left: 242px;
  top: 528px;
}
.banner-area-6 .banner-shapes .shape:nth-child(7) {
  right: 275px;
  top: 261px;
}
.banner-area-6 .banner-shapes .shape:nth-child(8) {
  right: 213px;
  top: 456px;
}
.banner-area-6 .banner-shapes .shape:nth-child(9) {
  right: 2135px;
  top: 360px;
}
.banner-area-6 .banner-shapes .shape:nth-child(10) {
  right: 350px;
  top: 385px;
}
.banner-area-6 .banner-shapes .shape:nth-child(11) {
  right: 243px;
  top: 220px;
}
.banner-area-6 .banner-shapes .shape:nth-child(12) {
  right: 390px;
  top: 285px;
}
.banner-area-6 .banner-title-h1 {
  color: #171d24;
}
.banner-area-6 .banner-text {
  font-family: var(--rob);
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  color: #606871;
  max-width: 750px;
}

.banner-area-7 {
  background-image: linear-gradient(to top right, #2e0f4d, #190f4d);
  position: relative;
  z-index: 1;
}
.banner-area-7 .banner-shapes .shape {
  position: absolute;
  z-index: -1;
}
.banner-area-7 .banner-shapes .shape:nth-child(1) {
  right: 0;
  top: 0;
}
.banner-area-7 .banner-shapes .shape:nth-child(2) {
  top: 0;
  right: 0;
}
.banner-area-7 .banner-shapes .shape:nth-child(3) {
  bottom: 0;
  left: 0;
}
.banner-area-7 .banner-shapes .shape:nth-child(4) {
  bottom: 0;
  left: 100px;
}
.banner-area-7 .banner-title-h1 {
  color: #fff;
}
.banner-area-7 .banner-text {
  font-family: var(--rob);
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  color: #606871;
  max-width: 750px;
}

.user-details-banner .container {
  position: relative;
  z-index: 1;
}
.user-details-banner .user-info h3 {
  font-family: var(--rob);
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
  margin-bottom: 0;
}
.user-details-banner .user-info ul li {
  display: inline-block;
  font-family: var(--rob);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #c8ccd0;
}
.user-details-banner .user-info ul li:last-child:after {
  display: none;
}
.user-details-banner .user-info ul li:after {
  content: "";
  display: inline-block;
  height: 13px;
  width: 1px;
  background: #b7b9be;
  margin-left: 10px;
  margin-left: 5px;
}
.user-details-banner .user-info .follow_btn {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-family: var(--rob);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 3px 14px;
  transition: all 0.3s linear;
  margin-right: 10px;
}
.user-details-banner .user-info .follow_btn:hover {
  background-color: var(--brand_color);
}
.user-details-banner .social-widget a {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-right: 5px;
  transition: all 0.3s linear;
  color: #fff;
  font-size: 13px;
  line-height: 33px;
  text-align: center;
}
.user-details-banner .social-widget a:hover {
  background-color: var(--brand_color);
}
.user-details-banner .ask_btn {
  box-shadow: none;
  padding: 11px 23px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  border-radius: 5px;
  background-image: linear-gradient(to top, #1c378c, #4a6ee0);
  background-color: inherit;
}
.user-details-banner .ask_btn:hover {
  background-image: linear-gradient(to top, #4a6ee0, #1c378c);
}

.badges-banner {
  overflow: hidden;
}
.badges-banner p {
  font-family: var(--rob);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #c8ccd0;
  text-align: center;
}
.badges-banner .badges-banner-img .shape {
  position: absolute;
}
.badges-banner .badges-banner-img .shape:nth-child(1) {
  left: 34%;
  transform: rotateZ(25deg);
  bottom: -42px;
}
.badges-banner .badges-banner-img .shape:nth-child(2) {
  left: 44%;
  transform: rotateZ(37deg);
  bottom: -34px;
}
.badges-banner .badges-banner-img .shape:nth-child(3) {
  left: 41%;
  bottom: -33px;
}
.badges-banner .badges-banner-img .shape:nth-child(4) {
  left: 62%;
  bottom: -35px;
}
.badges-banner .badges-banner-img .shape:nth-child(5) {
  left: 37.5%;
  transform: rotateZ(-15deg);
  bottom: -20px;
}
.badges-banner .badges-banner-img .shape:nth-child(6) {
  left: 48%;
  transform: rotateZ(-26deg);
  bottom: -15px;
  z-index: 1;
}
.badges-banner .badges-banner-img .shape:nth-child(7) {
  left: 51.5%;
  bottom: -40px;
}
.badges-banner .badges-banner-img .shape:nth-child(8) {
  left: 55%;
  bottom: -31px;
  transform: rotateZ(-50deg);
}
.badges-banner .badges-banner-img .shape:nth-child(9) {
  left: 59%;
  transform: rotateZ(30deg);
  bottom: -23px;
}
.badges-banner .badges-banner-img .shape:nth-child(10) {
  left: 65%;
  transform: rotate(40deg);
  bottom: -50px;
}
@media (max-width: 1500px) {
  .badges-banner .badges-banner-img .shape:nth-child(1) {
    left: 27%;
    transform: rotateZ(25deg);
    bottom: -42px;
  }
  .badges-banner .badges-banner-img .shape:nth-child(2) {
    left: 43%;
  }
  .badges-banner .badges-banner-img .shape:nth-child(3) {
    left: 38%;
  }
  .badges-banner .badges-banner-img .shape:nth-child(4) {
    left: 68%;
  }
  .badges-banner .badges-banner-img .shape:nth-child(5) {
    left: 32.5%;
  }
  .badges-banner .badges-banner-img .shape:nth-child(6) {
    left: 48%;
  }
  .badges-banner .badges-banner-img .shape:nth-child(7) {
    left: 53.5%;
  }
  .badges-banner .badges-banner-img .shape:nth-child(8) {
    left: 58.5%;
  }
  .badges-banner .badges-banner-img .shape:nth-child(9) {
    left: 63%;
  }
  .badges-banner .badges-banner-img .shape:nth-child(10) {
    left: 72%;
  }
}

.banner-area-8 {
  background-image: linear-gradient(to top right, #2e0f4d, #190f4d);
  position: relative;
}
.banner-area-8 .banner-shapes .shape {
  position: absolute;
  z-index: 0;
}
.banner-area-8 .banner-shapes .shape:nth-child(1) {
  left: 8.125%;
  bottom: 44px;
}
.banner-area-8 .banner-shapes .shape:nth-child(2) {
  left: 13.33%;
  bottom: 106px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #83daed;
}
.banner-area-8 .banner-shapes .shape:nth-child(3) {
  left: 22.7%;
  bottom: 53px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #b7eaba;
}
.banner-area-8 .banner-shapes .shape:nth-child(4) {
  left: 26.14%;
  bottom: 34px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fd9382;
}
.banner-area-8 .banner-shapes .shape:nth-child(5) {
  left: 45%;
  bottom: 35px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #7ebffc;
}
.banner-area-8 .banner-shapes .shape:nth-child(6) {
  right: 38.22%;
  bottom: 90px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #e892a8;
}
.banner-area-8 .banner-shapes .shape:nth-child(7) {
  right: 22.55%;
  bottom: 13px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #3da3dd;
}
.banner-area-8 .banner-shapes .shape:nth-child(8) {
  right: 14.68%;
  bottom: 46px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #b7eaba;
}
.banner-area-8 .banner-shapes .shape:nth-child(9) {
  right: 8.22%;
  bottom: 67px;
}
.banner-area-8 .user-img img {
  position: absolute;
  z-index: 0;
}
.banner-area-8 .user-img img:nth-child(1) {
  left: 20.78%;
  bottom: 62px;
}
.banner-area-8 .user-img img:nth-child(2) {
  left: 34.58%;
  bottom: 13px;
}
.banner-area-8 .user-img img:nth-child(3) {
  left: 44%;
  bottom: 3px;
}
.banner-area-8 .user-img img:nth-child(4) {
  right: 34.27%;
  bottom: 82px;
}
.banner-area-8 .user-img img:nth-child(5) {
  right: 20.78%;
  bottom: 22px;
}
.banner-area-8 .banner-title-h1 {
  color: #fff;
}

.banner-area-9 {
  background-position: center;
  background-size: cover;
  position: relative;
}
.banner-area-9::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(7, 17, 49, 0.75);
}
.banner-area-9 .banner-title-h1 {
  color: #fff;
}
.banner-area-9 .doc_banner_content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
@media (max-width: 767px) {
  .banner-area-9 .doc_banner_content p {
    margin: 0 20px;
  }
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== Start doc_fun_fact_area css =============*/
.funfact-area {
  padding: 115px 0 90px;
  background-image: linear-gradient(45deg, #f5fdff 0%, #feefec 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.funfact-area .smile {
  position: absolute;
  width: 200px;
  height: 200px;
  right: 95px;
  top: -25px;
}

.funfact-boxes {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .funfact-boxes {
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% + 30px);
  }
}
@media (max-width: 420px) {
  .funfact-boxes {
    width: calc(100% + 15px);
  }
}
.funfact-boxes .funfact-box {
  border-radius: 10px;
  background: #fff;
  /* box-shadow: 0 50px 80px 0 rgba(2, 47, 57, 0.12); */
  min-width: 140px;
  padding: 30px 25px 20px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .funfact-boxes .funfact-box {
    width: calc(33.33% - 30px);
    margin-right: 30px;
  }
}
@media (max-width: 420px) {
  .funfact-boxes .funfact-box {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
}
.funfact-boxes .funfact-box .fanfact-icon {
  margin-bottom: 20px;
}
.funfact-boxes .funfact-box .fanfact-icon img {
  -webkit-filter: drop-shadow(0 20px 40px #086174);
  filter: drop-shadow(0 20px 40px #086174);
}
.funfact-boxes .funfact-box .counter {
  font-size: 34px;
  font-weight: 500;
  color: var(--brand_color);
  margin-bottom: 10px;
}
.funfact-boxes .funfact-box .title {
  color: #6b707f;
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}
.funfact-boxes .funfact-box.color-two .fanfact-icon img {
  -webkit-filter: drop-shadow(0 20px 40px #734f08);
  filter: drop-shadow(0 20px 40px #734f08);
}
.funfact-boxes .funfact-box.color-two .counter {
  color: #fbb631;
}
.funfact-boxes .funfact-box.color-three .fanfact-icon img {
  -webkit-filter: drop-shadow(0 20px 40px #73083f);
  filter: drop-shadow(0 20px 40px #73083f);
}
.funfact-boxes .funfact-box.color-three .counter {
  color: #fd5baf;
}
.funfact-boxes .funfact-box.color-four .fanfact-icon img {
  -webkit-filter: drop-shadow(0 20px 40px #087358);
  filter: drop-shadow(0 20px 40px #087358);
}
.funfact-boxes .funfact-box.color-four .counter {
  color: #11c296;
}
.funfact-boxes .funfact-box.color-five .fanfact-icon img {
  -webkit-filter: drop-shadow(0 20px 40px #2c0873);
  filter: drop-shadow(0 20px 40px #2c0873);
}
.funfact-boxes .funfact-box.color-five .counter {
  color: #9360fc;
}

/*============== End doc_fun_fact_area css =============*/
/*============== Start doc_action_area_two css =============*/
.doc_action_area_three {
  background: #1d2746;
  padding: 140px 0;
  position: relative;
  z-index: 1;
}
.doc_action_area_three .shadows {
  left: 40%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
.doc_action_area_three .b_man {
  right: 100px;
  bottom: 0;
}
@media (max-width: 1400px) {
  .doc_action_area_three .b_man {
    right: 0;
  }
}

.action_content h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 15px;
  margin-top: -10px;
}
.action_content h2 span {
  font-weight: 700;
}
.action_content p {
  font-size: 18px;
  color: #aeb5ca;
  margin-bottom: 0;
}

.action_subscribe_form .form-group {
  position: relative;
  margin-bottom: 1rem;
}
.action_subscribe_form .form-group .form-control {
  height: 70px;
  line-height: 70px;
}
.action_subscribe_form .form-group .form-control.placeholder {
  color: #a0a1a1;
}
.action_subscribe_form .form-group .form-control:-moz-placeholder {
  color: #a0a1a1;
}
.action_subscribe_form .form-group .form-control::-moz-placeholder {
  color: #a0a1a1;
}
.action_subscribe_form .form-group .form-control::-webkit-input-placeholder {
  color: #a0a1a1;
}
.action_subscribe_form .form-group .s_btn {
  padding: 7px 29px;
  transition: all 0.2s linear;
}
.action_subscribe_form .form-group .s_btn i {
  vertical-align: middle;
  font-size: 20px;
  transition: all 0.2s linear;
  display: inline-block;
}
.action_subscribe_form .form-group .s_btn:hover {
  background: #1d2746;
}
.action_subscribe_form .form-group .s_btn:hover i {
  transform: translateX(5px);
}
.action_subscribe_form .form-check {
  padding-left: 25px;
}
.action_subscribe_form .form-check input[type="checkbox"] {
  position: relative;
  appearance: none;
  outline: none;
  border: none;
  cursor: pointer;
  outline-width: 0;
  height: auto;
  position: absolute;
  margin: 0;
  left: 0;
  top: 5px;
}
.action_subscribe_form .form-check input[type="checkbox"]:focus {
  box-shadow: none;
}
.action_subscribe_form .form-check input[type="checkbox"]:before,
.action_subscribe_form .form-check input[type="checkbox"]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #aeb5ca;
  border-radius: 2px;
}
.action_subscribe_form .form-check input[type="checkbox"]:before {
  width: 14px;
  height: 14px;
}
.action_subscribe_form .form-check input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: solid var(--brand_color);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 4px;
  opacity: 0;
}
.action_subscribe_form .form-check input[type="checkbox"]:checked:before {
  border-color: var(--brand_color);
}
.action_subscribe_form .form-check input[type="checkbox"]:checked:after {
  opacity: 1;
}
.action_subscribe_form .form-check label {
  position: relative;
  font-size: 15px;
  color: #aeb5ca;
  font-weight: 500;
}

/*============== End doc_action_area_two css =============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/** === Client Testimonial === **/
.client-testimonial-widget {
  padding: 44px 35px 37px 35px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 1.6px 3.5px 0px #334d7226, 0px 0.5px 1px 0px #334d721a;
  transition: all 0.3s ease-out;
  margin: 0 15px;
  border: 1px solid transparent;
}
.client-testimonial-widget .widget-header {
  display: flex;
}
.client-testimonial-widget .widget-header img {
  border-radius: 50%;
}
.client-testimonial-widget .widget-header .client-info {
  margin-left: 20px;
}
.client-testimonial-widget .widget-header .client-info .c-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #171717;
  margin-bottom: 0px;
}
.client-testimonial-widget .widget-header .client-info .c-pos {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #848d95;
}
.client-testimonial-widget .widget-content {
  margin-top: 30px;
  position: relative;
}
.client-testimonial-widget .widget-content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  background-image: url("../img/home_three/quote-right.png");
  height: 30px;
  width: 36px;
  opacity: 30%;
}
.client-testimonial-widget .widget-content p {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
  color: #535a60;
  margin-bottom: 0;
}

.client-testimonial-slider .slick-current {
  box-shadow: 0px 20px 45px 0px #334d7226;
}
.client-testimonial-slider .slick-arrow {
  font-size: 14px;
  height: 40px;
  width: 40px;
  box-shadow: 0px 1.6px 3.5px 0px #334d7226, 0px 0.5px 1px 0px #334d721a;
  border-radius: 50%;
  color: #848d95;
  line-height: 42px;
  background-color: #fff;
  z-index: 1;
  transition: all 0.3s ease-out;
  top: 42%;
}
.client-testimonial-slider .slick-arrow::before {
  display: none;
}
.client-testimonial-slider .slick-arrow:hover {
  color: var(--brand_color);
  box-shadow: 0px 10px 20px 0px #334d7226;
}
.client-testimonial-slider .slick-arrow i {
  vertical-align: middle;
}
.client-testimonial-slider .slick-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.client-testimonial-slider .slick-next {
  right: 0;
  transform: translate(50%, -50%);
}
.client-testimonial-slider .slick-list {
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 50px;
  padding-bottom: 121px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
@keyframes wave2 {
  25% {
    transform-origin: 0 100%;
  }
  50% {
    transform: scale(1.8, 1.3);
  }
  75% {
    transform-origin: 100% 100%;
  }
  100% {
    transform: scale(1, 1.3);
  }
}
@keyframes wave4 {
  25% {
    transform: scaleY(0.9);
  }
  75% {
    transform: scaleY(1.1) scaleX(1.02);
  }
}
@keyframes star {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    transform: scale(1) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(1.01) rotate(-5deg);
    opacity: 1;
  }
}
@keyframes star2 {
  0% {
    transform: scale(0.3);
  }
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.01);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}
@keyframes spin {
  0% {
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}
@-webkit-keyframes spin1 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes spin1 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@-webkit-keyframes spin2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
@keyframes spin2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
@-webkit-keyframes pulse1 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4.5);
    border-radius: 50%;
  }
}
@keyframes pulse1 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4.5);
    border-radius: 50%;
  }
}
@keyframes customUp {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes clipInDown {
  0% {
    clip-path: polygon(-10% -10%, -10% -10%, 110% -10%, 110% -10%);
  }
  100% {
    clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
  }
}
.clipInDown {
  animation-name: clipInDown;
}

/*================ preloader css ====================*/
#preloader {
  background: #fff;
  height: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#preloader .loading {
  display: flex;
}
#preloader .ctn-preloader {
  padding-left: 15px;
  padding-right: 15px;
}
#preloader .spinner {
  animation: spinner 3s infinite linear;
  border-radius: 50%;
  border: 3px solid #f1f6f8;
  border-left-color: var(--brand_color);
  border-top-color: var(--brand_color);
  margin: 0 auto 0em auto;
  position: absolute;
  left: -40px;
  right: -40px;
  bottom: -40px;
  top: -40px;
}
#preloader .spinner:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 6px solid #fff;
  box-shadow: 0 0 20px 0 rgba(4, 46, 56, 0.2);
  background: var(--brand_color);
  position: absolute;
  right: 31px;
  top: 41px;
  border-radius: 50%;
}
@media (max-width: 576px) {
  #preloader .spinner:before {
    top: 18px;
  }
}
#preloader .round_spinner {
  border-width: 1px;
  border-color: #eef3f4;
  border-style: solid;
  border-radius: 50%;
  background-color: #fdfdfd;
  box-shadow: 0 0 100px 0 rgba(4, 46, 56, 0.14);
  width: 248px;
  height: 248px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 40px auto 80px;
}
@media (max-width: 576px) {
  #preloader .round_spinner {
    width: 155px;
    height: 155px;
  }
}
#preloader .round_spinner h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--h_title);
}
#preloader .round_spinner h4 span {
  font-weight: 700;
}

#preloader .head {
  color: var(--h_title);
  display: block;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 5.2px;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--rob);
  margin: 5% 0 1% 0;
  padding: 0;
}

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

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.status-chart {
  padding: 62px 0 112px;
}
.status-chart .section_title {
  margin-bottom: 70px;
}

.chart-wrapper {
  position: relative;
}

.full-amount {
  position: absolute;
  height: 230px;
  width: 230px;
  padding: 100px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  font-size: 30px;
  font-weight: 700;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .full-amount {
    display: none;
  }
}
@media (max-width: 1200px) {
  .full-amount {
    height: 200px;
    width: 200px;
    padding: 85px 0;
  }
}
@media (max-width: 1200px) {
  .full-amount {
    height: 150px;
    width: 150px;
    padding: 58px 0;
  }
}
@media (max-width: 768px) {
  .full-amount {
    padding: 40px 0;
    height: 100px;
    width: 100px;
  }
}
.full-amount:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 30px;
  background: #ffffff;
  border-radius: 50%;
  height: 170px;
  width: 170px;
}
@media (max-width: 1200px) {
  .full-amount:before {
    height: 110px;
    width: 110px;
    left: 20px;
    top: 20px;
  }
}
@media (max-width: 991px) {
  .full-amount:before {
    height: 110px;
    width: 110px;
    left: 20px;
    top: 20px;
  }
}
@media (max-width: 768px) {
  .full-amount:before {
    height: 80px;
    width: 80px;
    left: 10px;
    top: 10px;
  }
}
.full-amount .total-count {
  position: relative;
  z-index: 22;
  color: #a262f8;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 768px) and (max-width: 768px) {
  .full-amount .total-count {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .canvas {
    height: 100vh;
    width: 100vw;
  }
}
.chart-info {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  list-style: none;
}
@media (max-width: 1200px) {
  .chart-info {
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .chart-info {
    display: none;
  }
}
.chart-info li {
  position: absolute;
  width: 370px;
}
.chart-info li .counterup {
  font-size: 34px;
  font-weight: 500;
  color: #42dabf;
  margin-bottom: 5px;
}
.chart-info li .border-image {
  position: absolute;
}
.chart-info li .border-image img {
  width: 100%;
}
.chart-info li .border-image svg {
  position: absolute;
}
.chart-info li .border-image:before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #42dabf;
  position: absolute;
  left: 0;
  top: -3px;
  z-index: 2;
}
.chart-info li.color-two .counterup {
  color: #f9327a;
}
.chart-info li.color-two .border-image:before {
  left: auto;
  right: 0;
  background: #fa5d96;
}
.chart-info li.color-three .counterup {
  color: #35bae9;
}
.chart-info li.color-three .border-image:before {
  top: 55px;
  background: #35bae9;
}
.chart-info li.color-four .counterup {
  color: #fcc103;
}
.chart-info li.color-four .border-image:before {
  top: 55px;
  left: auto;
  right: 0;
  background: #fcc103;
}
.chart-info li p {
  max-width: 210px;
  margin: 23px 0 0;
}
.chart-info li.info-left-top {
  top: 0;
  left: 30px;
}
.chart-info li.info-left-top svg {
  max-width: 370px;
}
@media (max-width: 1200px) {
  .chart-info li.info-left-top .border-image {
    max-width: 292px;
  }
  .chart-info li.info-left-top .border-image svg {
    max-width: 280px;
  }
  .chart-info li.info-left-top .border-image:before {
    top: 4px;
  }
}
@media (max-width: 991px) {
  .chart-info li.info-left-top {
    left: 0;
  }
  .chart-info li.info-left-top .border-image {
    max-width: 210px;
  }
  .chart-info li.info-left-top .border-image svg {
    max-width: 220px;
  }
  .chart-info li.info-left-top .border-image:before {
    top: 9px;
  }
}
.chart-info li.info-right-top {
  right: 125px;
  top: 35px;
  width: 330px;
  text-align: right;
}
@media (max-width: 991px) {
  .chart-info li.info-right-top {
    top: 20px;
  }
}
.chart-info li.info-right-top p {
  margin-left: auto;
}
.chart-info li.info-right-top svg {
  max-width: 330px;
  right: 0;
}
.chart-info li.info-right-top .border-image {
  right: 0;
}
@media (max-width: 1200px) {
  .chart-info li.info-right-top .border-image {
    width: 230px;
  }
  .chart-info li.info-right-top .border-image svg {
    max-width: 251px;
    right: 0;
    height: 40px;
  }
}
@media (max-width: 992px) {
  .chart-info li.info-right-top {
    right: 40px;
  }
  .chart-info li.info-right-top .border-image {
    width: 185px;
  }
}
.chart-info li.info-left-bottom {
  bottom: 0;
  left: 0;
  width: 350px;
  margin-left: 75px;
}
@media (max-width: 1200px) {
  .chart-info li.info-left-bottom {
    margin-left: 0;
  }
}
.chart-info li.info-left-bottom .border-image {
  bottom: 115px;
}
@media (max-width: 1200px) {
  .chart-info li.info-left-bottom .border-image {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .chart-info li.info-left-bottom {
    margin-left: 0;
  }
  .chart-info li.info-left-bottom .border-image {
    width: 240px;
    overflow: hidden;
    height: 80px;
    bottom: 40px;
  }
  .chart-info li.info-left-bottom .border-image svg {
    max-width: 325px;
    left: -90px;
  }
}
.chart-info li.info-right-bottom {
  right: 50px;
  bottom: -9px;
  text-align: right;
}
.chart-info li.info-right-bottom p {
  margin-left: auto;
}
.chart-info li.info-right-bottom .border-image {
  right: 0;
  bottom: 122px;
}
.chart-info li.info-right-bottom .border-image svg {
  right: 0;
}
@media (max-width: 1200px) {
  .chart-info li.info-right-bottom .border-image {
    width: 271px;
  }
  .chart-info li.info-right-bottom .border-image svg {
    width: 320px;
  }
}
@media (max-width: 991px) {
  .chart-info li.info-right-bottom .border-image {
    width: 175px;
  }
  .chart-info li.info-right-bottom .border-image svg {
    width: 230px;
  }
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.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 .com-box {
  text-align: center;
  margin-bottom: 57px;
  width: 20%;
  flex: 0 0 205px;
}
@media (max-width: 1200px) {
  .communities-boxes .com-box {
    flex: 0 0 165px;
  }
}
@media (max-width: 991px) {
  .communities-boxes .com-box {
    flex: 0 0 180px;
  }
}
@media (max-width: 768px) {
  .communities-boxes .com-box {
    flex: 0 0 185px;
  }
}
@media (max-width: 420px) {
  .communities-boxes .com-box {
    flex: 0 0 150px;
  }
}
.communities-boxes .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 .com-box .com-box-content .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #1d2746;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.communities-boxes .com-box .com-box-content .title a {
  color: #1d2746;
}
.communities-boxes .com-box .com-box-content .title a:hover {
  color: var(--brand_color);
}
.communities-boxes .com-box .com-box-content .title:hover {
  color: var(--brand_color);
}
.communities-boxes .com-box .com-box-content .total-post {
  color: #6b707f;
  font-size: 14px;
}

.more-communities {
  padding: 22px 0;
  border-top: 1px solid #e8ecee;
  border-bottom: 1px solid #e8ecee;
}
.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: "\4b";
}
.more-communities .collapse-wrap {
  margin-top: 80px;
  display: none;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* .communities {
  padding: 60px 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: 20px 20px;
  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: #26c6da;
}
.community-box .community-content .details-link:hover i {
  color: #26c6da;
  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);
}

.community-posts-area {
  padding: 110px 0 120px;
}
.community-posts-area .section_title {
  margin-bottom: 73px;
}

.community-post {
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgba(2, 47, 57, 0.1);
  padding: 23px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.community-post.forum-item {
  padding: 23px 15px;
}
.community-post.forum-item .post-content p {
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 667px) {
  .community-post {
    display: block;
  }
}
@media (max-width: 420px) {
  .community-post {
    padding: 20px 15px;
  }
}
.community-post:hover {
  box-shadow: 0 24px 40px 0 rgba(2, 47, 57, 0.12);
  border-color: #eef3f6;
  transform: translateX(10px);
}
.community-post .post-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.community-post .post-content .author-avatar {
  width: 44px;
  margin-right: 25px;
  border-radius: 50%;
  overflow: hidden;
  height: 44px;
}
.community-post .post-content .author-avatar.forum-icon {
  border-radius: 0;
}
.community-post .post-content .author-avatar.forum-icon img {
  padding: 2px;
}
.community-post .post-content .author-avatar img {
  max-width: 44px;
}
@media (max-width: 667px) {
  .community-post .post-content .author-avatar {
    margin-right: 20px;
  }
}
@media (max-width: 420px) {
  .community-post .post-content .author-avatar {
    margin-right: 15px;
  }
}
.community-post .post-content .entry-content {
  flex: 2;
}
.community-post .post-content .entry-content .post-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.7;
}
.community-post .post-content .entry-content .post-title:hover {
  color: var(--brand_color);
}
.community-post .post-content .entry-content p {
  margin: 0;
}
@media (max-width: 667px) {
  .community-post .post-meta-wrapper {
    margin-top: 15px;
    margin-left: 70px;
  }
}
.community-post .post-meta-wrapper .post-meta-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.community-post .post-meta-wrapper .post-meta-info li {
  display: inline-block;
}
.community-post .post-meta-wrapper .post-meta-info li:not(:last-child) {
  margin-right: 50px;
}
@media (max-width: 991px) {
  .community-post .post-meta-wrapper .post-meta-info li:not(:last-child) {
    margin-right: 20px;
  }
}
.community-post .post-meta-wrapper .post-meta-info li a {
  display: block;
  color: #868b99;
}
.community-post .post-meta-wrapper .post-meta-info li a i {
  margin-right: 10px;
}
.community-post .post-meta-wrapper .post-meta-info li a:hover {
  color: var(--brand_color);
}
.community-post.style-two {
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
}
.community-post.style-two:not(:last-child) {
  border-bottom: 1px solid #eaeeef;
}
.community-post.style-two .entry-content .post-title {
  font-size: 16px;
}
.community-post.style-two
  .post-meta-wrapper
  .post-meta-info
  li:not(:last-child) {
  margin-right: 30px;
}
.community-post.style-two .post-meta-wrapper .post-meta-info li i {
  transition: all 0.3s ease-in-out;
}
.community-post.style-two
  .post-meta-wrapper
  .post-meta-info
  li:nth-child(2):hover
  a {
  color: #b1b5c0;
}
.community-post.style-two
  .post-meta-wrapper
  .post-meta-info
  li:nth-child(2):hover
  i {
  color: #f9ae44;
}
.community-post.style-two .post-content .entry-content .post-title {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.community-post.style-two .post-content .com-featured {
  position: absolute;
  right: 0;
  top: -2px;
  height: 30px;
  width: 30px;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 15px;
}
.community-post.style-two .post-content .com-featured i {
  z-index: 22;
  position: relative;
  font-size: 14px;
}
.community-post.style-two .post-content .com-featured:after {
  content: "";
  top: 0;
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 0 solid transparent;
  border-top: 30px solid #00ae69;
  z-index: 1;
}
.community-post.style-two .post-content .cat-wrap {
  display: inline-block;
  vertical-align: 3px;
}
.community-post.style-two .meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.community-post.style-two .meta li {
  display: inline-block;
  margin-right: 15px;
  color: #838793;
  font-size: 14px;
  min-width: 200px;
}
.community-post.style-two .meta li img {
  display: inline-block;
  vertical-align: -2px;
}
.community-post.style-two .meta li i,
.community-post.style-two .meta li img {
  margin-right: 10px;
  font-size: 14px;
}
.community-post.style-two .meta li a {
  font-size: 14px;
  color: #838793;
}
.community-post.style-two .meta li a:hover {
  color: var(--brand_color);
}
.community-post.style-two:hover {
  background: #f7f9fa;
  transform: translateX(0);
  box-shadow: none;
  border-color: #f7f9fa;
}

.badge {
  font-size: 12px;
  background: #8152e0;
  padding: 2px 5px 0;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
  display: inline-block;
  line-height: 1.45;
  border-bottom: 1px solid #6030c0;
  vertical-align: middle;
  font-weight: 500;
  height: 22px;
}
.badge:hover {
  color: #fff;
}
.badge.color-yellow {
  background: #fad05a;
  color: #1d2746;
  border-color: #dbaa20;
}
.badge.color-ass {
  background: #eeeeee;
  color: #1d2746;
  border-color: #d9d9d9;
}
.badge.color-green {
  background: #22936d;
  border-color: #07734f;
}
.badge.color-orange {
  background: #f88546;
  border-color: #d26428;
}
.badge.color-theme {
  background: #27b2da;
  border-color: #1697bc;
}
.badge.color-pink {
  background: #f053b3;
  border-color: #c91c86;
}
.badge.color-pink {
  background: #f053b3;
  border-color: #c91c86;
}

.bb-radius {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
  border: 1px solid #eaeeef;
  margin-top: -1px;
}

.button-container .all_doc_btn {
  margin-top: 40px;
}

@keyframes slideDown {
  0% {
    transform: translate3d(0, 15px, 0);
  }
  100% {
    transform: translate3d(0, 23px, 0);
  }
}
.doc_border_btn.border-light {
  border-color: #cfebf1 !important;
}
.doc_border_btn.border-light svg {
  margin-left: 8px;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.doc_border_btn.border-light:hover {
  border-color: var(--brand_color) !important;
}
.doc_border_btn.border-light:hover svg path {
  fill: #fff;
}

.pagination-wrapper {
  background: #fff;
  padding: 23px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
}
@media (max-width: 768px) {
  .pagination-wrapper {
    display: block;
    text-align: center;
  }
  .pagination-wrapper .view-post-of {
    margin-bottom: 20px;
  }
}
.pagination-wrapper p {
  margin: 0;
}
.pagination-wrapper .post-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .pagination-wrapper .post-pagination {
    margin-to: 30px;
  }
}
.pagination-wrapper .post-pagination li {
  display: inline-block;
}
.pagination-wrapper .post-pagination li.pegi-disable {
  display: none;
}
.pagination-wrapper .post-pagination li:not(:last-child) {
  margin-right: 3px;
}
.pagination-wrapper .post-pagination li a {
  display: block;
  color: #6b707f;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  background: #f2f5f6;
  border-radius: 3px;
}
.pagination-wrapper .post-pagination li a:hover,
.pagination-wrapper .post-pagination li a.active {
  background: var(--brand_color);
  color: #fff;
}

.about-journalism {
  background: #fafcfd;
  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: #1d2746;
  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: #1d2746;
  font-size: 16px;
  margin: 0;
}
.journalism-content-wrapper .journalism-info .designation {
  font-size: 14px;
  color: #6b707f;
}

.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, #ecf9fc 0%, #feefec 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;
  }
}
.community-area {
  padding-top: 108px;
  padding-bottom: 120px;
}
.community-area .nav-tabs {
  border-bottom: 1px solid #e6e6e6;
}
.community-area .nav-tabs .nav-item button {
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #535a60;
  padding: 10px 0;
  margin-right: 30px;
  border: none;
  border-bottom: 2px solid transparent;
}
.community-area .nav-tabs .nav-item button.active {
  border-bottom-color: var(--brand_color);
  color: #171d24;
  font-weight: 500;
}
.community-area .sec-btn-blue {
  border-radius: 26px;
  border: 1px solid rgba(74, 110, 224, 0.4);
  color: #4a6ee0;
  background-color: transparent;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 37px;
}
.community-area .sec-btn-blue:hover {
  background-color: #4a6ee0;
  color: #fff;
  box-shadow: none;
}

.community-topic-widget-box {
  box-shadow: 0px 1.6px 3.5px 0px #334d7226, 0px 0.5px 1px 0px #334d721a;
  border-radius: 10px;
  display: flex;
  padding: 47px 40px;
  transition: all 0.3s ease-out;
  background-color: #fff;
}
.community-topic-widget-box:hover {
  box-shadow: 0px 20px 45px 0px #334d7226;
}
.community-topic-widget-box img {
  margin-right: 24px;
}
.community-topic-widget-box h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #171d24;
  margin-bottom: 2px;
}
.community-topic-widget-box span {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #6a737c;
  display: inline-block;
}
.community-topic-widget-box span:nth-child(2) {
  padding-right: 8px;
}
.community-topic-widget-box span:nth-child(4) {
  padding-left: 8px;
}
.community-topic-widget-box span.vr-line {
  color: #bbc0c4;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*==============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 .tooltip-arrow::before {
  border-top-color: #4b5ffa;
}
.tooltip_blue.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #4b5ffa;
}
.tooltip_blue .tooltip-inner {
  background: #4b5ffa;
}

.tooltip_danger.show {
  opacity: 1;
}

.tooltip_danger {
  opacity: 1;
}
.tooltip_danger .tooltip-arrow::before {
  border-top-color: #ef971a;
}
.tooltip_danger.bs-tooltip-bottom .tooltip-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: var(--rob);
}
.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: #1d2746;
  border-width: 2px;
  margin-bottom: 55px;
}
.blockquote:before,
.blockquote:after {
  display: none;
}
.blockquote p {
  font-size: 18px;
  font-style: italic;
  color: #4b505e;
  line-height: 30px;
}

.blockquote_two {
  background: #f9fafb;
  padding: 14px 40px 26px 140px;
  border: 0;
  position: relative;
  margin-top: 25px;
}
.blockquote_two:before,
.blockquote_two:after {
  display: none;
}
.blockquote_two span {
  background: #d6dffa;
  padding: 0 4px;
}
.blockquote_two .quote_icon {
  font-size: 150px;
  color: #d3d6e1;
  position: absolute;
  transform: rotate(180deg);
  top: 18px;
  background: transparent;
  left: 40px;
  line-height: 155px;
}
.blockquote_two h5 {
  font-size: 22px;
  line-height: 40px;
  font-style: italic;
  font-weight: 400;
  color: 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(17, 166, 131, 0.05);
  border-color: rgba(17, 166, 131, 0.3);
  color: var(--brand_color);
}

.icon_btn {
  border: 2px solid rgba(17, 166, 131, 0.3);
  margin-left: 0;
  background: rgba(17, 166, 131, 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 heading bar === **/
.post-header {
  display: flex;
  justify-content: space-between;
  background: rgba(17, 166, 131, 0.05);
  padding: 17px 30px;
  border: 1px solid #eaeeef;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.post-header.forums-header {
  padding: 17px 15px;
  display: flex;
  text-align: left;
}
@media (max-width: 768px) {
  .post-header {
    display: block;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .post-header {
    padding: 15px;
  }
}
.post-header .support-total-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .post-header .support-total-info {
    margin-bottom: 20px;
  }
}
.post-header .support-total-info li {
  display: inline-block;
  font-size: 14px;
}
.post-header .support-total-info li.open-ticket {
  color: #1d2746;
  font-weight: 500;
}
.post-header .support-total-info li.close-ticket a {
  color: #6b707f;
}
.post-header .support-total-info li a {
  font-size: 14px;
  font-weight: 500;
}
.post-header .support-total-info li a:hover {
  color: var(--brand_color);
}
.post-header .support-total-info li:not(:last-child) {
  margin-right: 20px;
}
.post-header .support-total-info li i {
  color: #00ae69;
  margin-right: 10px;
  vertical-align: -2px;
}
.post-header .support-total-info li:nth-child(1) i {
  color: #f06292;
}
.post-header .category-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-header .category-menu li {
  display: inline-block;
}
.post-header .category-menu li .dropdown-menu {
  top: 12px !important;
  transform: translate3d(0, 23px, 0) !important;
}
.post-header .category-menu li:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 546px) {
  .post-header .category-menu li:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 380px) {
  .post-header .category-menu li:nth-child(4) .dropdown-menu {
    width: 190px;
  }
}
.post-header .category-menu li:nth-child(3) .title:before,
.post-header .category-menu li:nth-child(3) .title:after {
  right: 40px;
}
.post-header .category-menu li:nth-child(1) .title:before,
.post-header .category-menu li:nth-child(1) .title:after {
  right: auto;
  left: 30px;
}
.post-header .category-menu li:nth-child(2) .title:before,
.post-header .category-menu li:nth-child(2) .title:after {
  right: auto;
  left: 25px;
}
.post-header .category-menu .dropdown-toggle {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: 0;
  color: #6b707f;
  padding: 0 15px;
  font-size: 14px;
}
.post-header .category-menu .dropdown-toggle::after {
  display: none;
}
.post-header .category-menu .dropdown-toggle::before {
  display: none;
}
.post-header .category-menu .dropdown-toggle i {
  font-size: 16px;
  color: #6b707f;
  position: relative;
  top: 1px;
  padding-left: 2px;
}
.post-header .category-menu .btn-secondary:not(:disabled):not(.disabled).active,
.post-header .category-menu .btn-secondary:not(:disabled):not(.disabled):active,
.post-header .category-menu .show > .btn-secondary.dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #6b707f;
  box-shadow: none;
}
.post-header .category-menu .dropdown-menu {
  border: 1px solid #e6eeef;
  background: #fff;
  box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
  padding: 0;
  width: 260px;
  animation: slideDown 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards;
}
@media (max-width: 576px) {
  .post-header .category-menu .dropdown-menu {
    width: 210px;
  }
}
.post-header .category-menu .title {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  background: #f7f8f9;
  border-bottom: 1px solid #e6eeef;
  padding: 14px 20px 11px;
  line-height: 1;
  color: #6b707f;
  position: relative;
}
.post-header .category-menu .title:before {
  content: "";
  height: 16px;
  width: 16px;
  background: #e6eeef;
  position: absolute;
  right: 30px;
  transform: rotate(45deg);
  top: -8px;
}
.post-header .category-menu .title:after {
  content: "";
  height: 16px;
  width: 16px;
  background: #f7f8f9;
  position: absolute;
  right: 30px;
  transform: rotate(45deg);
  top: -6px;
}
.post-header .category-menu .cate-search-form {
  padding: 0 20px;
  margin-top: 10px;
}
.post-header .category-menu .cate-search-form input {
  width: 100%;
  background: #fbfcfc;
  border: 2px solid #e2e7e8;
  border-radius: 4px;
  padding: 6px 20px;
  font-size: 14px;
}
.post-header .category-menu .cate-search-form input::placeholder {
  color: #a8acb6;
}
.post-header .category-menu .cate-search-form input:focus {
  background: #fff;
}
.post-header .category-menu .all-users {
  font-size: 14px;
  padding: 12px 22px;
  border-bottom: 1px solid #e6eeef;
  font-weight: 500;
  color: #6b707f;
}
.post-header .category-menu .all-users a {
  padding: 7px 0;
  color: #838793;
}
.post-header .category-menu .all-users a span {
  border-radius: 4px;
  width: 16px;
  height: 16px;
  background: #27b2da;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
}
.post-header .category-menu .all-users a span.color-pupple {
  background: #8152e0;
}
.post-header .category-menu .all-users a span.color-yellow {
  background: #fad05a;
}
.post-header .category-menu .all-users a span.color-ass {
  background: #dfdfdf;
}
.post-header .category-menu .all-users a span.color-green {
  background: #22936d;
}
.post-header .category-menu .all-users a span.color-orange {
  background: #f88546;
}
.post-header .category-menu .all-users a span.color-light-green {
  background: #1eba17;
}
.post-header .category-menu .all-users a:not(:last-child) {
  border-bottom: 1px solid #e6eeef;
}
.post-header .category-menu .all-users a img {
  width: 20px;
  margin-right: 10px;
  display: inline-block;
}
.post-header .category-menu .all-users a:hover,
.post-header .category-menu .all-users a:focus {
  background: transparent;
  color: #1d2746;
}
.post-header .category-menu .short-by {
  padding: 10px 20px;
}
.post-header .category-menu .short-by a {
  padding: 7px 0 7px 20px;
  position: relative;
  color: #838793;
  font-size: 14px;
}
.post-header .category-menu .short-by a.active-short {
  color: #1d2746;
}
.post-header .category-menu .short-by a.active-short:before {
  content: "\4e";
  position: absolute;
  font-family: eleganticons;
  left: 0;
  top: 7px;
  color: #0abe76;
  font-size: 14px;
}
.post-header .category-menu .short-by a:hover {
  background: transparent;
  color: #1d2746;
}

ul.forum-titles {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}
ul.forum-titles li {
  text-align: right;
  font-size: 14px;
}
ul.forum-titles .forum-topic-count,
ul.forum-titles .forum-reply-count {
  flex-basis: 25%;
}
ul.forum-titles .forum-freshness {
  flex-basis: 50%;
}
ul.forum-titles .forum-freshness .freshness-box {
  display: flex;
  font-size: 14px;
  line-height: 1.3;
  flex-direction: column;
}
ul.forum-titles .forum-freshness .freshness-box a {
  color: #6b707f;
}
ul.forum-titles .forum-freshness .freshness-box a:hover {
  color: var(--brand_color);
}
ul.forum-titles .forum-freshness .freshness-box .freshness-btm {
  display: flex;
  justify-content: flex-end;
  padding-top: 5px;
  align-items: center;
}
ul.forum-titles
  .forum-freshness
  .freshness-box
  .freshness-btm
  a.bbp-author-link {
  padding-right: 10px;
}
ul.forum-titles
  .forum-freshness
  .freshness-box
  .freshness-btm
  .bbp-author-avatar
  img {
  max-width: 30px;
  border-radius: 50%;
}

.forum-page-content .communities-boxes {
  margin: 0 -30px;
}

.answer-action {
  border-radius: 6px;
  background: #fff;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .answer-action {
    display: block;
  }
}
.answer-action .action-content {
  display: flex;
  align-items: center;
}
.answer-action .action-content .image-wrap {
  margin-right: 30px;
}
.answer-action .action-content .ans-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}
.answer-action .action-content p {
  margin: 0;
}
.answer-action .btn-ans {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 25px;
  box-shadow: none;
  border: 1px solid var(--brand_color);
  transition: all 0.3s ease-in-out;
}
.answer-action .btn-ans:hover {
  background: transparent;
  color: var(--brand_color);
}
@media (max-width: 768px) {
  .answer-action .btn-ans {
    margin-left: 130px;
    margin-top: 5px;
  }
}

/*=========== Call To Action css ==========*/
.call-to-action {
  padding: 55px 0;
  background: #1d2746;
  position: relative;
  z-index: 1;
}
.call-to-action .container {
  position: relative;
}
.call-to-action .overlay-bg {
  position: absolute;
  background-image: url(../img/home_support/overlay_bg.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.call-to-action .action-content-wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .call-to-action .action-content-wrapper {
    display: block;
    text-align: center;
  }
}
.call-to-action .action-content-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #c8ccd0;
}
.call-to-action .action-content-wrapper .action-title-wrap {
  display: flex;
  align-items: center;
}
.call-to-action .action-content-wrapper .action-title-wrap img {
  padding-right: 45px;
}
.call-to-action .action-content-wrapper .action-title-wrap .action-title {
  color: #fff;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 500;
}
.call-to-action
  .action-content-wrapper
  .action-title-wrap
  .action-title.title-2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0px;
  margin-bottom: 19px;
}
@media (max-width: 991px) {
  .call-to-action .action-content-wrapper .action-title-wrap .action-title {
    font-size: 34px;
  }
}
.call-to-action .action-content-wrapper .action_btn {
  border: 1px solid var(--baseColor2);
  background: var(--baseColor2);
  font-size: 16px;
  padding: 12px 25px;
  font-weight: 500;
}
.call-to-action .action-content-wrapper .action_btn:hover {
  background: #3254c3;
  border-color: #3254c3;
  color: #fff;
}
.call-to-action.cta-bg-2 {
  background-color: #0a1124;
  padding: 108px 0;
}
.call-to-action.cta-bg-2 .action_btn {
  border-radius: 35px;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  padding: 20px 52px;
  box-shadow: none;
}
.call-to-action.cta-bg-2 .action_btn i {
  padding-left: 0;
  vertical-align: inherit;
}
.call-to-action.cta-bg-2 .bg-shapes .shape {
  position: absolute;
  z-index: -1;
  opacity: 0.04;
}
.call-to-action.cta-bg-2 .bg-shapes .shape:nth-child(1) {
  left: 0;
  top: 0;
}
.call-to-action.cta-bg-2 .bg-shapes .shape:nth-child(2) {
  right: 0;
  bottom: 0;
}
.call-to-action.cta-bg-3 {
  background-color: #140f4d;
  position: relative;
  z-index: -1;
  padding: 88px 0;
}
.call-to-action.cta-bg-3 .action_btn {
  padding: 18px 36px;
}
.call-to-action.cta-bg-3 .bg-shapes .shape {
  position: absolute;
  z-index: -1;
}
.call-to-action.cta-bg-3 .bg-shapes .shape:nth-child(1) {
  left: 5%;
  bottom: 0;
}
.call-to-action.cta-bg-3 .bg-shapes .shape:nth-child(2) {
  left: 20%;
  top: 0;
}
.call-to-action.cta-bg-3 .bg-shapes .shape:nth-child(3) {
  right: 0%;
  bottom: 0;
}

.status_widget .status {
  margin-bottom: 25px;
}
.status_widget .offline {
  color: #f4b130;
  border: 2px solid #f5d597;
  padding: 0 13px;
  display: inline-block;
  border-radius: 4px;
  margin-left: 5px;
}
.status_widget .title-sm {
  font-size: 16px;
  color: #1d2746;
  font-weight: 500;
  margin-bottom: 10px;
}
.status_widget .open-hours {
  margin-bottom: 30px;
}
.status_widget .open-hours p {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .status_widget .open-hours p {
    max-width: 240px;
  }
}
.status_widget .current-time {
  margin-top: 28px;
}
.status_widget .current-time:after {
  content: "";
  display: block;
  clear: both;
}
.status_widget .current-time li {
  float: left;
  width: 50%;
}

.w_tag_list.style-light li a {
  background: #f0f2f5;
}
.w_tag_list.style-light li a:hover {
  background: rgba(17, 166, 131, 0.15);
  color: var(--brand_color);
  box-shadow: none;
}

.usefull-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.usefull-links li {
  padding: 7px 0;
}
.usefull-links li i {
  margin-right: 10px;
}
.usefull-links li a {
  color: #6b707f;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.usefull-links li a:hover {
  color: var(--brand_color);
}

.ticket_categories li {
  padding: 12px 0 10px;
  position: relative;
}
.ticket_categories li:not(:last-child) {
  border-bottom: 1px solid #e4e7e9;
}
.ticket_categories li img {
  margin-right: 10px;
  margin-bottom: 5px;
}
.ticket_categories li a {
  font-size: 16px;
  color: #1d2746;
}
.ticket_categories li a:hover {
  color: var(--brand_color);
}
.ticket_categories li .count {
  position: absolute;
  right: 0;
  background: #ebedf0;
  padding: 4px 7px 2px;
  border-radius: 10px;
  color: #838793;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.ticket_categories li .count.count-fill {
  right: 35px;
  background: #0abe76;
  color: #fff;
}

/* Forum Profile Area css
============================================================================================ */
.forum-user-wrapper {
  background: #fbfbfc;
  padding-bottom: 135px;
}
.forum-user-wrapper .forum_main_inner {
  margin-top: -60px;
  position: relative;
  z-index: 1;
}

.author_option {
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px 50px 30px;
  box-shadow: 0 30px 60px 0 rgba(2, 2, 48, 0.08);
}
.author_option .author_img {
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.author_option .nav.nav-tabs {
  border: none;
}
.author_option .nav.nav-tabs li {
  margin-bottom: 10px;
}
.author_option .nav.nav-tabs li a {
  border: none;
  background: #f5f5f9;
  line-height: 50px;
  padding: 0 28px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #232361;
}
.author_option .nav.nav-tabs li a i {
  padding-right: 2px;
}
.author_option .nav.nav-tabs li a svg {
  position: relative;
  top: -2.5px;
  margin-right: 7px;
}
.author_option .nav.nav-tabs li a:hover,
.author_option .nav.nav-tabs li a.active {
  background: var(--baseColor2);
  color: #fff;
}
.author_option .nav.nav-tabs li a:hover svg path,
.author_option .nav.nav-tabs li a.active svg path {
  fill: #fff;
}
.author_option .nav.nav-tabs li:last-child {
  margin-bottom: 0;
}

.forum_body_area {
  background: #fff;
  padding: 50px 40px 30px 40px;
  border-radius: 10px;
  box-shadow: 0 30px 60px 0 rgba(2, 2, 48, 0.08);
}

.search_forum {
  margin-bottom: 45px;
}
.search_forum input {
  height: 50px;
  border: 1px solid #f1f1f8;
  border-radius: 25px;
  background: #f7f7fb;
  padding: 0 30px;
  line-height: 50px;
  outline: none !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 400;
  color: #848996;
  font-family: var(--rob);
}
.search_forum input:focus {
  border: 1px solid #f1f1f8;
  background: #f7f7fb;
  outline: none !important;
  box-shadow: none !important;
}
.search_forum input.placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #848996;
  font-family: var(--rob);
}
.search_forum input:-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #848996;
  font-family: var(--rob);
}
.search_forum input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #848996;
  font-family: var(--rob);
}
.search_forum input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #848996;
  font-family: var(--rob);
}
.search_forum .input-group-append button {
  position: relative;
  background: var(--baseColor2);
  width: 80px;
  padding: 0;
  border: none;
  color: #fff;
  text-align: center;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.search_forum .input-group-append button i {
  transform: rotate(-90deg);
  position: absolute;
  left: 58%;
  text-align: center;
  top: 0;
  height: 100%;
}

.forum_topic_list h2 {
  color: #232361;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
}

.forum_l_inner {
  border-radius: 5px;
  border: 1px solid #eaeeef;
}
.forum_l_inner .forum_head {
  background: rgba(17, 166, 131, 0.05);
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid rgba(17, 166, 131, 0.05);
}
.forum_l_inner .forum_head .left li {
  margin-right: 25px;
  line-height: 58px;
  color: #1d2746;
  font-weight: 500;
  font-size: 14px;
}
.forum_l_inner .forum_head .left li i {
  color: #f06292;
  font-size: 14px;
  margin-right: 7px;
}
.forum_l_inner .forum_head .left li:nth-child(2) {
  color: #6b707f;
  font-weight: 400;
}
.forum_l_inner .forum_head .left li:nth-child(2) i {
  color: #0abe76;
  position: relative;
  top: 1px;
}
.forum_l_inner .forum_head .left li a {
  color: #6b707f;
  font-weight: 400;
  font-size: 14px;
}
.forum_l_inner .forum_head .right li {
  margin-right: 35px;
}
.forum_l_inner .forum_head .right li .dropdown .dropdown-toggle::before {
  display: none;
}
.forum_l_inner .forum_head .right li .dropdown button {
  padding: 0;
  line-height: 58px;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  color: #6b707f;
  border: none;
}
.forum_l_inner .forum_head .right li .dropdown button:after {
  display: none;
}
.forum_l_inner .forum_head .right li .dropdown button i {
  font-size: 16px;
  color: #6b707f;
  position: relative;
  top: 1px;
  padding-left: 2px;
}
.forum_l_inner .forum_head .right li .dropdown .dropdown-menu {
  border: 1px solid #e6eeef;
  background: #fff;
  box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
  padding: 0;
  width: 260px;
  top: 46px !important;
  animation: slideDown 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards;
  transform: translate3d(0, 23px, 0) !important;
  border-radius: 4px;
}
.forum_l_inner .forum_head .right li .dropdown .dropdown-menu:before {
  content: "";
  height: 16px;
  width: 16px;
  background: #fafcfc;
  position: absolute;
  left: 30px;
  transform: rotate(45deg);
  top: -8px;
}
.forum_l_inner .forum_head .right li .dropdown .dropdown-menu:after {
  content: "";
  height: 16px;
  width: 16px;
  background: #e6eeef;
  position: absolute;
  left: 30px;
  transform: rotate(45deg);
  top: -9px;
  z-index: -1;
}
.forum_l_inner .forum_head .right li .dropdown .dropdown-menu .title {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  background: #fafcfc;
  padding: 14px 20px 11px;
  line-height: 1;
  color: #6b707f;
  position: relative;
  box-shadow: 0 1px 0 #e6edf0;
}
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown
  .dropdown-menu
  .cate-search-form {
  padding: 0 20px;
  margin-top: 10px;
}
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown
  .dropdown-menu
  .cate-search-form
  input {
  width: 100%;
  background: #fafcfc;
  border: 1px solid #dfe3e6;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 6px 20px;
  font-size: 12px;
  height: 36px;
  color: #6b707f;
}
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown
  .dropdown-menu
  .cate-search-form
  input.placeholder {
  font-size: 12px;
  color: #6b707f;
  font-weight: 400;
}
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown
  .dropdown-menu
  .cate-search-form
  input:-moz-placeholder {
  font-size: 12px;
  color: #6b707f;
  font-weight: 400;
}
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown
  .dropdown-menu
  .cate-search-form
  input::-moz-placeholder {
  font-size: 12px;
  color: #6b707f;
  font-weight: 400;
}
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown
  .dropdown-menu
  .cate-search-form
  input::-webkit-input-placeholder {
  font-size: 12px;
  color: #6b707f;
  font-weight: 400;
}
.forum_l_inner .forum_head .right li .dropdown .dropdown-menu .all_users {
  font-size: 14px;
  padding: 10px 0 0 0;
  font-weight: 500;
  color: #6b707f;
  max-height: 200px;
  overflow-x: hidden;
}
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown
  .dropdown-menu
  .all_users
  .dropdown-item {
  font-size: 12px;
  padding: 7px 40px;
  border: none;
  font-weight: 400;
  color: #54595d;
  box-shadow: 0 1px 0 #e6edf0;
}
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown
  .dropdown-menu
  .all_users
  .dropdown-item
  .color {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: #ee0701;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown
  .dropdown-menu
  .all_users
  .dropdown-item
  .color.blue {
  background: #5319e7;
}
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown
  .dropdown-menu
  .all_users
  .dropdown-item
  .color.dark_blue {
  background: #051375;
}
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown
  .dropdown-menu
  .all_users
  .dropdown-item
  .color.green {
  background: #128a0c;
}
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown
  .dropdown-menu
  .all_users
  .dropdown-item
  .color.pink {
  background: #cc317c;
}
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown
  .dropdown-menu
  .all_users
  .dropdown-item
  ion-icon {
  color: green;
  position: relative;
  top: 4px;
  font-size: 16px;
  margin-right: 5px;
  opacity: 0;
  transition: all 300ms linear 0s;
}
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown
  .dropdown-menu
  .all_users
  .dropdown-item
  img {
  padding-right: 8px;
  border-radius: 50%;
}
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown
  .dropdown-menu
  .all_users
  .dropdown-item:hover,
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown
  .dropdown-menu
  .all_users
  .dropdown-item.active-short {
  color: var(--h_title);
  background: #f2f9fc;
  box-shadow: 0 1px 0 #f2f9fc;
}
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown
  .dropdown-menu
  .all_users
  .dropdown-item:hover
  ion-icon,
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown
  .dropdown-menu
  .all_users
  .dropdown-item.active-short
  ion-icon {
  opacity: 1;
}
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown
  .dropdown-menu
  .all_users
  .mCSB_scrollTools {
  width: 5px;
  background: #fff;
  border-radius: 2.5px;
}
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown
  .dropdown-menu
  .all_users
  .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  background-color: #cacbcc !important;
  width: 5px;
}
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown
  .dropdown-menu
  .all_users
  .mCSB_scrollTools
  .mCSB_draggerRail {
  width: 5px;
  background: transparent;
}
.forum_l_inner .forum_head .right li .dropdown.list_sirt .dropdown-menu {
  border: 1px solid #e6eeef;
  background: #f7f8f9;
  box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
  width: 260px;
  top: 46px !important;
  animation: slideDown 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards;
  transform: translate3d(0, 23px, 0) !important;
  padding: 14px 0;
  z-index: 2;
}
.forum_l_inner .forum_head .right li .dropdown.list_sirt .dropdown-menu:before {
  content: "";
  height: 16px;
  width: 16px;
  background: #f7f8f9;
  position: absolute;
  left: 30px;
  transform: rotate(45deg);
  top: -8px;
  z-index: -1;
}
.forum_l_inner .forum_head .right li .dropdown.list_sirt .dropdown-menu a {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #6b707f;
  padding: 5px 20px;
}
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown.list_sirt
  .dropdown-menu
  a.active-short,
.forum_l_inner
  .forum_head
  .right
  li
  .dropdown.list_sirt
  .dropdown-menu
  a:hover {
  background: #fff;
}
.forum_l_inner .forum_head .right li .dropdown.right_dir .dropdown-menu {
  right: 0;
  left: auto !important;
}
.forum_l_inner .forum_head .right li .dropdown.right_dir .dropdown-menu:before {
  right: 30px;
  left: auto;
}
.forum_l_inner .forum_head .right li .dropdown.right_dir .dropdown-menu:after {
  left: auto;
  right: 30px;
}
.forum_l_inner .forum_head .right li:last-child {
  margin-right: 0;
}
.forum_l_inner .forum_head .right li:first-child .dropdown .dropdown-menu {
  right: auto;
  left: 0;
}
.forum_l_inner
  .forum_head
  .right
  li:first-child
  .dropdown
  .dropdown-menu:before {
  right: auto;
  left: 30px;
}
.forum_l_inner .forum_head .page {
  line-height: 58px;
  display: inline-block;
  font-size: 14px;
  color: var(--p_color);
}
.forum_l_inner .forum_body .topic_list li {
  border-bottom: 1px solid #eaeeef;
  padding: 18px 20px;
}
.forum_l_inner .forum_body .topic_list li:last-child {
  border-bottom: 0;
}
.forum_l_inner .forum_body .topic_list li .media {
  align-items: center;
}
.forum_l_inner .forum_body .topic_list li .media .d-flex {
  padding-right: 18px;
}
.forum_l_inner .forum_body .topic_list li .media .media-body h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  display: inline-block;
  transition: all 300ms linear 0s;
}
.forum_l_inner .forum_body .topic_list li .media .media-body h4:hover {
  color: var(--baseColor2);
}
.forum_l_inner .forum_body .topic_list li .media .media-body .t_title .docbuzz {
  line-height: 22px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 0 6px;
  background: #8152e0;
  border-radius: 3px;
  margin-left: 7px;
}
.forum_l_inner
  .forum_body
  .topic_list
  li
  .media
  .media-body
  .t_title
  .docbuzz.yellow {
  background: #fad05a;
  color: #1d2746;
}
.forum_l_inner
  .forum_body
  .topic_list
  li
  .media
  .media-body
  .t_title
  .docbuzz.gray {
  color: var(--h_title);
  background: #eeeeee;
}
.forum_l_inner
  .forum_body
  .topic_list
  li
  .media
  .media-body
  .t_title
  .docbuzz.green {
  background: #22936d;
}
.forum_l_inner
  .forum_body
  .topic_list
  li
  .media
  .media-body
  .t_title
  .docbuzz.orange {
  background: #f88546;
}
.forum_l_inner
  .forum_body
  .topic_list
  li
  .media
  .media-body
  .t_title
  .docbuzz.pest {
  background: #27b2da;
}
.forum_l_inner
  .forum_body
  .topic_list
  li
  .media
  .media-body
  .t_title
  .docbuzz.pink {
  background: #f053b3;
}
.forum_l_inner
  .forum_body
  .topic_list
  li
  .media
  .media-body
  .t_title
  .docbuzz.greenl {
  background: #1eba17;
}
.forum_l_inner .forum_body .topic_list li .media .media-body h6 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  color: #838793;
  font-weight: 400;
  font-family: var(--rob);
  margin-right: 16px;
  transition: all 300ms linear 0s;
}
.forum_l_inner .forum_body .topic_list li .media .media-body h6:hover {
  color: var(--baseColor2);
}
.forum_l_inner .forum_body .topic_list li .media .media-body h6 + h6 {
  margin-right: 0;
}
.forum_l_inner .forum_body .topic_list li .media .media-body h6 i {
  padding-right: 5px;
  top: 0;
  position: relative;
}
.forum_l_inner .forum_body .topic_list li .media .media-body h6 img {
  padding-right: 5px;
  position: relative;
  top: -1px;
}
.forum_l_inner .forum_body .topic_list li .media .media-right {
  vertical-align: middle;
  padding-right: 12px;
}
.forum_l_inner
  .forum_body
  .topic_list
  li
  .media
  .media-right
  .nav
  + .count
  ion-icon {
  margin-left: 0;
}
.forum_l_inner .forum_body .topic_list li .media .media-right .count {
  display: inline-block;
  margin-left: 40px;
  font-size: 16px;
  color: #868b99;
  font-weight: 400;
  transition: all 300ms linear 0s;
}
.forum_l_inner .forum_body .topic_list li .media .media-right .count:hover {
  color: var(--baseColor2);
}
.forum_l_inner .forum_body .topic_list li .media .media-right .count i,
.forum_l_inner .forum_body .topic_list li .media .media-right .count ion-icon {
  margin-right: 2px;
  transition: all 300ms linear 0s;
  font-size: 18px;
  margin-bottom: -2px;
}
.forum_l_inner
  .forum_body
  .topic_list
  li
  .media
  .media-right
  .count.rate:hover {
  color: #868b99;
}
.forum_l_inner
  .forum_body
  .topic_list
  li
  .media
  .media-right
  .count.rate:hover
  i {
  color: #f9ae44;
}
.forum_l_inner .forum_body .topic_list li.check {
  position: relative;
}
.forum_l_inner .forum_body .topic_list li.check:before {
  content: "";
  background: url(../img/icon/green-check.png) no-repeat;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 0;
  top: 0;
}

.list_pagination {
  padding-top: 20px;
}
.list_pagination .left {
  line-height: 36px;
}
.list_pagination .left p {
  font-size: 14px;
  color: #6b6b80;
  font-weight: 400;
  margin-bottom: 0;
}
.list_pagination .right nav ul {
  border: none;
  margin-bottom: 0;
}
.list_pagination .right nav ul li {
  margin-right: 6px;
}
.list_pagination .right nav ul li a {
  border: none;
  background: #f8f8f8;
  padding: 0;
  font-size: 14px;
  color: #6b6b80;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 10px !important;
  outline: none;
  box-shadow: none;
}
.list_pagination .right nav ul li:hover a,
.list_pagination .right nav ul li.active a {
  background: var(--baseColor2);
  color: #fff;
}
.list_pagination .right nav ul li:last-child {
  margin-right: 0;
}

.profile_info .p_info_item_inner .col-sm-4:last-child .p_info_item img {
  margin-top: -13px;
}
.profile_info .p_info_item_inner .p_info_item {
  border: 1px solid #f1f1f8;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 40px;
  border-radius: 6px;
}
.profile_info .p_info_item_inner .p_info_item img {
  margin-bottom: 20px;
}
.profile_info .p_info_item_inner .p_info_item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.profile_info .p_info_item_inner .p_info_item .info_btn {
  color: var(--baseColor2);
  background: #f1f1fe;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 12px;
  display: inline-block;
  border-radius: 13px;
}
.profile_info .p_info_item_inner .p_info_item .info_number {
  background: #fff4ee;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 18px;
  display: inline-block;
  border-radius: 13px;
  color: #ff762b;
}

.info_list {
  padding-top: 45px;
  padding-bottom: 60px;
}
.info_list li {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 500;
  color: var(--p_color);
}
.info_list li span {
  min-width: 250px;
  color: var(--h_title);
  font-size: 14px;
  font-weight: 700;
  float: left;
  overflow: hidden;
}
.info_list li a {
  color: #6b6b80;
  display: block;
  overflow: hidden;
  font-weight: 400;
}
.info_list li:last-child {
  margin-bottom: 0;
}

.p_social {
  border-top: 1px solid #f0f0f7;
  margin-left: -40px;
  margin-right: -40px;
  padding-top: 22px;
}
.p_social li {
  margin-right: 10px;
}
.p_social li:first-child {
  padding-left: 40px;
}
.p_social li:last-child {
  padding-right: 40px;
  margin-right: 0;
}
.p_social li a {
  height: 45px;
  width: 45px;
  background: #f2f2f7;
  color: #838793;
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  border-radius: 10px;
  transition: all 300ms linear 0s;
}
.p_social li a:hover {
  color: #fff;
  background: var(--baseColor2);
}

.topic_comment_list li .media {
  padding-left: 18px;
  padding-right: 25px;
  padding-top: 28px;
}
.topic_comment_list li .media .d-flex {
  padding-right: 18px;
}
.topic_comment_list li .media .media-body {
  border-bottom: 1px solid #e8ecee;
  padding-bottom: 28px;
}
.topic_comment_list li .media .media-body .t_title h4 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 4px;
}
.topic_comment_list li .media .media-body .dropdown {
  margin-top: -30px;
  float: right;
  margin-right: 14px;
}
.topic_comment_list li .media .media-body .dropdown button {
  font-size: 34px;
  color: #838793;
  padding: 0;
  line-height: 26px;
  border: none;
  outline: none;
  box-shadow: none;
}
.topic_comment_list li .media .media-body .dropdown button:after {
  display: none;
}
.topic_comment_list li .media .media-body .dropdown .dropdown-menu {
  left: auto !important;
  right: -14px;
  top: 20px !important;
  padding: 14px 0;
  border: 1px solid #e8eff0;
  background: #fff;
  min-width: 218px;
  box-shadow: 0 30px 40px 0 rgba(4, 4, 89, 0.1);
}
.topic_comment_list li .media .media-body .dropdown .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 16px;
  top: -10px;
  z-index: 1;
}
.topic_comment_list li .media .media-body .dropdown .dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e8eff0 transparent;
  position: absolute;
  right: 16px;
  top: -11px;
}
.topic_comment_list li .media .media-body .dropdown .dropdown-menu a {
  padding: 0 24px;
  line-height: 34px;
  font-size: 16px;
  color: var(--p_color);
}
.topic_comment_list li .media .media-body h6 {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--p_color);
  margin-right: 18px;
  margin-bottom: 13px;
}
.topic_comment_list li .media .media-body h6 i {
  padding-right: 7px;
  font-size: 14px;
}
.topic_comment_list li .media .media-body p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
.topic_comment_list li .media .media-body .help_start {
  font-size: 14px;
  color: #838793;
  float: right;
  margin-top: -22px;
}
.topic_comment_list li .media .media-body .help_start i {
  color: #f9ae44;
  font-size: 14px;
  padding-right: 5px;
}
.topic_comment_list li .media .help_btn {
  margin-left: 7px;
}
.topic_comment_list li:last-child .media .media-body {
  border-bottom: 0;
}

/* End Forum Area css
============================================================================================ */
/* Forum Sidebar Area css
============================================================================================ */
.topics-filter {
  margin-bottom: 30px;
}
.topics-filter .nav-item .nav-link {
  position: relative;
  color: var(--black_400);
}
.topics-filter .nav-item .nav-link ion-icon {
  margin-right: 2px;
  margin-top: -2px;
}
.topics-filter .nav-item .nav-link.active,
.topics-filter .nav-item .nav-link:hover {
  color: var(--h_title);
}
.topics-filter .nav-item .nav-link.active::after,
.topics-filter .nav-item .nav-link:hover::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: " ";
  width: 100%;
  height: 2px;
  border-radius: 25%;
  background: var(--brand_color);
}

.forum_sidebar_area {
  padding-top: 100px;
  padding-bottom: 100px;
}
.forum_sidebar_area .custom_container {
  position: relative;
}
.forum_sidebar_area .right_side_forum {
  margin-left: 50px;
}

.left_side_forum {
  max-width: 265px;
}

.wd_title {
  margin-bottom: 25px;
  font-size: 18px;
}

.l_widget {
  margin-bottom: 45px;
}

.forum_list .navbar-nav li {
  margin-bottom: 5px;
}
.forum_list .navbar-nav li a {
  font-size: 14px;
  font-weight: 400;
  color: #54595d;
  display: block;
  line-height: 38px;
  border-radius: 2px;
  padding: 0 15px;
  transition: all 300ms linear 0s;
}
.forum_list .navbar-nav li a i {
  font-size: 14px;
  font-weight: 400;
  color: #54595d;
  padding-right: 8px;
  transition: all 300ms linear 0s;
}
.forum_list .navbar-nav li a:hover {
  background: rgba(17, 166, 131, 0.15);
  color: var(--brand_color);
}
.forum_list .navbar-nav li a:hover i {
  color: var(--brand_color);
}
.forum_list .navbar-nav li.active a {
  background: var(--brand_color);
  color: #fff;
  font-weight: 500;
}
.forum_list .navbar-nav li.active a i {
  color: #fff;
}
.forum_list .navbar-nav li:last-child {
  margin-bottom: 0;
}

.l_tags_wd .nav {
  margin-bottom: -10px;
}
.l_tags_wd .nav li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.l_tags_wd .nav li a {
  font-weight: 400;
  font-size: 14px;
  color: #54595d;
  background: #f2f5f7;
  border-radius: 3px;
  padding: 0 14.5px;
  display: inline-block;
  line-height: 24px;
  transition: all 300ms linear 0s;
}
.l_tags_wd .nav li a:hover {
  background: #dcedf5;
  color: var(--brand_color);
}

.comment_list .navbar-nav li {
  border-bottom: 1px solid #e6edf0;
  padding: 10px 0;
}
.comment_list .navbar-nav li:first-child {
  padding-top: 0;
}
.comment_list .navbar-nav li .media .d-flex {
  padding-right: 10px;
}
.comment_list .navbar-nav li .media .d-flex i {
  margin-top: 3px;
  color: var(--p_color);
}
.comment_list .navbar-nav li .media .media-body h4 {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  transition: all 300ms linear 0s;
}
.comment_list .navbar-nav li .media .media-body h5 {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-left: 9px;
  margin-bottom: 0;
}
.comment_list .navbar-nav li .media .media-body h5 img {
  border-radius: 50%;
}
.comment_list .navbar-nav li .media .media-body p {
  margin-bottom: 0;
  font-size: 12px;
}
.comment_list .navbar-nav li:hover .media .media-body h4 {
  color: var(--brand_color);
}
.comment_list .navbar-nav li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.r_widget {
  margin-bottom: 50px;
}

.qustion_wd button {
  background-image: linear-gradient(to top, #1c378c, #4a6ee0);
  background-color: inherit;
  border: none;
  border-radius: 40px !important;
  height: 80px;
  line-height: 80px;
  outline: none !important;
  box-shadow: none !important;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 0;
  width: 100%;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 300ms linear 0s;
}
.qustion_wd button:hover {
  color: #fff;
  background-color: inherit;
  background-image: linear-gradient(to top, #4a6ee0, #1c378c);
}
.qustion_wd button img {
  margin-right: 20px;
  position: relative;
  top: -1px;
}
.qustion_wd button i {
  float: right;
  line-height: 80px;
}

.r_heading {
  background: rgba(17, 166, 131, 0.05);
  border-bottom: 1px solid rgba(17, 166, 131, 0.05);
  padding-left: 20px;
  padding-right: 20px;
}
.r_heading h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 50px;
}
.r_heading h5 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  color: var(--p_color);
  line-height: 50px;
}

.user_list_wd {
  border: 1px solid #eaeeef;
  border-radius: 6px;
}
.user_list_wd .navbar-nav {
  padding: 0 20px;
}
.user_list_wd .navbar-nav li {
  padding: 11px 0 8px;
  border-bottom: 1px solid #eaeeef;
}
.user_list_wd .navbar-nav li:last-child {
  border-bottom: 0;
}
.user_list_wd .navbar-nav li a .media .d-flex {
  padding-right: 9px;
}
.user_list_wd .navbar-nav li a .media .media-body {
  vertical-align: middle;
}
.user_list_wd .navbar-nav li a .media .media-body h4 {
  font-size: 14px;
  font-weight: 400;
  color: #54595d;
  margin-bottom: 0;
  margin-top: 2px;
}
.user_list_wd .navbar-nav li a .media .media-right .count {
  display: inline-block;
  font-size: 12px;
  color: var(--p_color);
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.user_list_wd .navbar-nav li a .media .media-right i {
  color: var(--p_color);
}
.user_list_wd .navbar-nav li:hover a .media .media-body h4 {
  color: var(--brand_color);
}

.question_list_wd {
  border: 1px solid #e6edf0;
  border-radius: 6px;
}
.question_list_wd .nav-tabs {
  border: none;
  margin-bottom: 0;
}
.question_list_wd .nav-tabs li a {
  border: none;
  background: transparent !important;
  border-radius: 0;
  line-height: 50px;
  padding: 0 8px;
  color: var(--p_color);
  font-weight: 400;
  font-size: 12px;
  border-bottom: 3px solid transparent !important;
  position: relative;
}
.question_list_wd .nav-tabs li a:before {
  content: "";
  height: 14px;
  width: 1px;
  background: rgba(17, 166, 131, 0.2);
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.question_list_wd .nav-tabs li a.active {
  border-color: var(--brand_color) !important;
}
.question_list_wd .nav-tabs li:last-child a:before {
  display: none;
}
.question_list_wd .navbar-nav {
  padding: 7px 20px 18px;
}
.question_list_wd .navbar-nav li {
  padding: 15px 0 15px;
}
.question_list_wd .navbar-nav li a {
  font-size: 14px;
  font-weight: 400;
  color: #54595d;
  position: relative;
  padding-left: 45px;
  display: inline-block;
  line-height: 1.5;
}
.question_list_wd .navbar-nav li a span {
  height: 30px;
  width: 30px;
  border: 1px solid #e6edf0;
  text-align: center;
  line-height: 28px;
  color: var(--p_color);
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-radius: 50%;
  margin-right: 9px;
  position: absolute;
  left: 0;
  top: 0;
}
.question_list_wd .navbar-nav li a:hover {
  color: var(--brand_color);
}
.question_list_wd .navbar-nav li a:hover span {
  color: var(--brand_color);
}

.forum_topic_list_inner .forum_l_inner .forum_head {
  padding-left: 30px;
  padding-right: 30px;
}
.forum_topic_list_inner .forum_l_inner .forum_head .nav.left li {
  margin-right: 30px;
}
.forum_topic_list_inner .forum_l_inner .forum_head .nav.left li:last-child {
  margin-right: 0;
}
.forum_topic_list_inner
  .forum_l_inner
  .forum_head
  .nav.left
  li:nth-child(3)
  a
  i {
  color: #00aa6a;
}
.forum_topic_list_inner .forum_l_inner .forum_head .nav.right li {
  margin-right: 50px;
}
.forum_topic_list_inner .forum_l_inner .forum_head .nav.right li:last-child {
  margin-right: 0;
}

.forum_body .navbar-nav li {
  padding: 25.5px 30px;
  transition: all 300ms linear 0s;
}
.forum_body .navbar-nav li .media .media-body .t_title h4 {
  margin-bottom: 8px;
}
.forum_body .navbar-nav li .media .media-body .t_title h4 ion-icon {
  color: #22863a;
  position: relative;
  top: 3px;
  font-size: 20px;
  margin-left: 5px;
}
.forum_body .navbar-nav li .media .media-body h6 svg {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.forum_body .navbar-nav li .media .media-body h6:hover {
  color: var(--brand_color);
}
.forum_body .navbar-nav li .media .media-body h6:hover svg path {
  fill: var(--brand_color);
}
.forum_body .navbar-nav li .media .media-right .nav {
  display: inline-block;
}
.forum_body .navbar-nav li .media .media-right .nav li {
  display: inline-block;
  padding: 0;
  margin-left: -12px;
  border: none;
  transition: all 300ms linear 0s;
}
.forum_body .navbar-nav li .media .media-right .nav li a {
  margin-left: 0;
}
.forum_body .navbar-nav li .media .media-right .nav li a:after {
  display: none;
}
.forum_body .navbar-nav li .media .media-right .nav li a img {
  border-radius: 50%;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu {
  min-width: 400px;
  background: #fff;
  left: auto !important;
  right: -18px !important;
  padding: 30px 30px 30px 30px;
  margin-top: 15px;
  border: 1px solid #e6edf0;
  box-shadow: 0 30px 40px rgba(10, 71, 102, 0.1);
  border-radius: 4px;
  display: block;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  transition: all 300ms linear 0s;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu:before {
  content: "";
  position: absolute;
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
  top: -8px;
  z-index: 1;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu:after {
  content: "";
  height: 16px;
  width: 16px;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #e6edf0 transparent;
  position: absolute;
  right: 18px;
  top: -17px;
}
.forum_body .navbar-nav li .media .media-right .nav li .dropdown-menu .media {
  margin-bottom: 50px;
}
.forum_body
  .navbar-nav
  li
  .media
  .media-right
  .nav
  li
  .dropdown-menu
  .media
  .d-flex {
  padding-right: 15px;
}
.forum_body
  .navbar-nav
  li
  .media
  .media-right
  .nav
  li
  .dropdown-menu
  .media
  .d-flex
  img {
  border-radius: 50%;
}
.forum_body
  .navbar-nav
  li
  .media
  .media-right
  .nav
  li
  .dropdown-menu
  .media
  .media-body
  h4 {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 18px;
}
.forum_body
  .navbar-nav
  li
  .media
  .media-right
  .nav
  li
  .dropdown-menu
  .media
  .media-body
  .follow_btn {
  width: 90px;
  height: 30px;
  border: 1px solid #6b707f;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  transition: all 300ms linear 0s;
}
.forum_body
  .navbar-nav
  li
  .media
  .media-right
  .nav
  li
  .dropdown-menu
  .media
  .media-body
  .follow_btn:hover {
  background: var(--brand_color);
  color: #fff;
  border-color: var(--brand_color);
}
.forum_body
  .navbar-nav
  li
  .media
  .media-right
  .nav
  li
  .dropdown-menu
  .answere_items {
  text-align: center;
}
.forum_body
  .navbar-nav
  li
  .media
  .media-right
  .nav
  li
  .dropdown-menu
  .answere_items
  h4 {
  font-size: 14px;
  font-weight: 400;
}
.forum_body
  .navbar-nav
  li
  .media
  .media-right
  .nav
  li
  .dropdown-menu
  .answere_items
  h6 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.forum_body .navbar-nav li .media .media-right .nav li:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.forum_body .navbar-nav li .media .media-right .nav:hover li {
  margin-left: 4px;
}
.forum_body .navbar-nav li .media .media-right a {
  margin-left: 45px;
  color: #54595d;
}
.forum_body .navbar-nav li .media .media-right a i {
  margin-right: 10px;
  color: #818799;
}
.forum_body .navbar-nav li .media .media-right a:hover {
  color: var(--brand_color);
}
.forum_body .navbar-nav li .media .media-right a:hover i {
  color: var(--brand_color);
}
.forum_body .navbar-nav li:hover .media .media-body .t_title h4 {
  color: var(--brand_color);
}

.pagination_inner {
  margin-top: 40px;
}
.pagination_inner h6 {
  font-size: 16px;
  color: var(--p_color);
  font-weight: 400;
  margin-bottom: 0;
  line-height: 32px;
}
.pagination_inner h6 span {
  color: var(--h_title);
}
.pagination_inner .pagination {
  border: none;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.pagination_inner .pagination li {
  margin-right: 5px;
}
.pagination_inner .pagination li:first-child,
.pagination_inner .pagination li:last-child {
  margin-right: 15px;
}
.pagination_inner .pagination li:first-child a,
.pagination_inner .pagination li:last-child a {
  border: none;
  height: auto;
  width: auto;
  background-color: transparent;
}
.pagination_inner .pagination li:first-child a:hover,
.pagination_inner .pagination li:last-child a:hover {
  color: var(--brand_color);
}
.pagination_inner .pagination li:last-child {
  margin-right: 0;
  margin-left: 15px;
}
.pagination_inner .pagination li a {
  padding: 0;
  height: 32px;
  width: 32px;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 4px;
  color: #54595d;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 30px;
  outline: none;
  box-shadow: none;
}
.pagination_inner .pagination li a i {
  font-size: 18px;
  top: 2px;
  position: relative;
}
.pagination_inner .pagination li.active:first-child a,
.pagination_inner .pagination li.active:last-child a {
  background: transparent;
  color: #54595d;
}
.pagination_inner .pagination li.active a {
  background: var(--brand_color);
  color: #fff;
  border-color: transparent;
}
.pagination_inner .pagination li.active a:hover {
  background: var(--brand_color);
  color: #fff;
  border-color: var(--brand_color);
}
.pagination_inner .pagination li:hover a {
  border-color: #e6edf0;
  background: transparent;
  color: #54595d;
}
.pagination_inner .go_btn {
  float: right;
  width: 80px;
}
.pagination_inner .go_btn input {
  border: 1px solid #e6edf0;
  box-sizing: border-box;
  border-radius: 4px;
  width: 40px;
  color: #54595d;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  height: 32px;
  overflow: hidden;
  line-height: 30px;
  padding: 0;
  max-width: 40px;
  outline: none;
  box-shadow: none;
  text-align: center;
}
.pagination_inner .go_btn input.placeholder {
  color: #54595d;
  font-size: 16px;
  font-weight: 400;
}
.pagination_inner .go_btn input:-moz-placeholder {
  color: #54595d;
  font-size: 16px;
  font-weight: 400;
}
.pagination_inner .go_btn input::-moz-placeholder {
  color: #54595d;
  font-size: 16px;
  font-weight: 400;
}
.pagination_inner .go_btn input::-webkit-input-placeholder {
  color: #54595d;
  font-size: 16px;
  font-weight: 400;
}
.pagination_inner .go_btn .input-group-append button {
  height: 32px;
  width: 40px;
  border-radius: 3px;
  border: 1px solid #e6edf0;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  color: var(--brand_color);
  font-size: 16px;
  font-weight: 400;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
}
.pagination_inner .go_btn .input-group-append button:hover {
  background: rgba(17, 166, 131, 0.2);
  border-color: rgba(17, 166, 131, 0.2);
}
.pagination_inner .go_btn .input-group-append button:focus {
  color: var(--brand_color);
  border-color: #e6edf0;
}

.fade {
  transition: opacity 0.5s ease-in-out;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

/* End Forum Sidebar Area css
============================================================================================ */
/*=========== Ama Statistics css ==========*/
.forum-statistics {
  padding: 80px 0 78px 0;
}
.forum-statistics .btn_bg {
  padding: 14px 55px;
}
.forum-statistics .btn_bg:hover {
  background-color: #006a53;
  border-color: #006a53;
  color: #fff;
}
.forum-statistics .statistics-widget {
  display: flex;
  align-items: center;
}
.forum-statistics .statistics-widget img {
  margin-right: 25px;
}
.forum-statistics .statistics-widget h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #171d24;
  margin-bottom: 5px;
}
.forum-statistics .statistics-widget p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #3c4146;
  margin-bottom: 0;
}

.forum-category-area .col-custom {
  width: 20%;
}
.forum-category-area .single-category-widget {
  box-shadow: 0px 1.6px 3.5px 0px #334d7226, 0px 0.5px 1px 0px #334d721a;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  transition: all 0.3s ease-out;
}
.forum-category-area .single-category-widget:hover {
  box-shadow: 0px 20px 45px 0px #334d7226;
}
.forum-category-area .single-category-widget:hover h5 {
  color: var(--brand_color) !important;
}
.forum-category-area .single-category-widget h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #171d24;
  margin-bottom: 0;
  margin-top: 23px;
  transition: all 0.3s ease-out;
}

/*=========== Forum Post Widget css ==========*/
.forum-post-widget .widget-header h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
}
.forum-post-widget .widget-header .action_btn {
  padding-bottom: 8px;
  padding-top: 8px;
  box-shadow: none;
}
.forum-post-widget .widget-header .action_btn:hover {
  box-shadow: 0 20px 30px 0 rgba(17, 166, 131, 0.24);
}
.forum-post-widget .post-filter-widget {
  box-shadow: 0px 1.6px 3.5px 0px #334d7226, 0px 0.5px 1px 0px #334d721a;
  border-radius: 5px;
  background-color: #fff;
  padding: 16.5px 30px;
  display: flex;
  flex-wrap: wrap;
}
.forum-post-widget .post-filter-widget .single-filter-item {
  margin-right: 40px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .forum-post-widget .post-filter-widget .single-filter-item {
    margin-right: 20px;
  }
}
.forum-post-widget .post-filter-widget .single-filter-item:last-child {
  margin-right: 0;
}
.forum-post-widget .post-filter-widget .single-filter-item input[type="radio"] {
  display: none;
}
.forum-post-widget
  .post-filter-widget
  .single-filter-item
  input[type="radio"]:checked {
  display: none;
}
.forum-post-widget
  .post-filter-widget
  .single-filter-item
  input[type="radio"]:checked
  ~ label {
  color: var(--brand_color);
}
.forum-post-widget
  .post-filter-widget
  .single-filter-item
  input[type="radio"]:checked
  ~ label
  .main-img {
  display: none;
}
.forum-post-widget
  .post-filter-widget
  .single-filter-item
  input[type="radio"]:checked
  ~ label
  .hover-img {
  display: block;
}
.forum-post-widget .post-filter-widget .single-filter-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #6a737c;
}
.forum-post-widget .post-filter-widget .single-filter-item label img {
  margin-right: 8.5px;
  margin-bottom: 1px;
}
.forum-post-widget .post-filter-widget .single-filter-item label .main-img {
  display: block;
}
.forum-post-widget .post-filter-widget .single-filter-item label .hover-img {
  display: none;
}

.single-forum-post-widget {
  box-shadow: 0px 1.6px 3.5px 0px #334d7226, 0px 0.5px 1px 0px #334d721a;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.3s ease-out;
  padding: 20px 20px 1px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  height: auto;
}

@media screen and (max-width:400px){
  .single-forum-post-widget {
  box-shadow: 0px 1.6px 3.5px 0px #334d7226, 0px 0.5px 1px 0px #334d721a;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.3s ease-out;
  padding: 20px 20px 1px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}}

.single-forum-post-widget:first-child {
  margin-top: 0;
}
.single-forum-post-widget:hover {
  box-shadow: 0px 20px 45px 0px #334d7226;
  transform: translateX(2px);
}
.single-forum-post-widget:hover .post-title h6 a {
  color: var(--brand_color);
}
.single-forum-post-widget .post-title {

}
.single-forum-post-widget .post-title h6 {
  margin-bottom: 0;
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
}
.single-forum-post-widget .post-title h6 a {
  color: #171d24;
}
.single-forum-post-widget .post-title i {
  font-size: 15px;
  color: #2ed83f;
  vertical-align: middle;
  margin-left: 6px;
}
.single-forum-post-widget .post-info {
  display: flex;
  flex-wrap: wrap;
}
.single-forum-post-widget .post-info > div {
  margin-right: 15px;
  color: #848d95;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.single-forum-post-widget .post-info > div img {
  margin-right: 5px;
  height: 15px;
  width: 15px;
}
.single-forum-post-widget .post-info .post-category a {
  color: #4a6ee0;
}
.single-forum-post-widget .post-tags {
  display: flex;
}
.single-forum-post-widget .post-tags .single-tag {
  padding: 3px 9.5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #fff;
  margin: 12px 10px 0 0;
}
.single-forum-post-widget .post-tags .single-tag:last-child {
  margin-right: 0px;
}
.single-forum-post-widget .post-tags .single-tag.tag-jq {
  background-color: #f7ab40;
}
.single-forum-post-widget .post-tags .single-tag.tag-php {
  background-color: #7543e0;
}
.single-forum-post-widget .post-tags .single-tag.tag-wp {
  background-color: #6078ce;
}
.single-forum-post-widget .post-tags .single-tag.tag-js {
  background-color: #ff7245;
}
.single-forum-post-widget .post-tags .single-tag.tag-dvlp {
  background-color: #48a6ea;
}
.single-forum-post-widget .post-tags .single-tag.tag-ecmrc {
  background-color: #333333;
}
.single-forum-post-widget .post-tags .single-tag.tag-foram {
  background-color: var(--brand_color);
}
.single-forum-post-widget .post-tags .single-tag.tag-hlp {
  background-color: #2c53df;
}
.single-forum-post-widget .post-tags .single-tag.tag-sprt {
  background-color: #0cc72a;
}
.single-forum-post-widget .post-reach {
  border-left: 1px solid #e6e6e6;
  padding-left: 10px;
}
.single-forum-post-widget .post-reach > div {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #848d95;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.single-forum-post-widget .post-reach > div:first-child {
  margin-top: 0;
}
.single-forum-post-widget .post-reach > div img {
  margin-right: 5px;
}

/*=========== Home foram sidebar css ==========*/
.forum-left-sidebar-widget {
  box-shadow: 0px 1.6px 3.5px 0px #334d7226, 0px 0.5px 1px 0px #334d721a;
  border-radius: 6px;
  background-color: #fff;
  padding: 30px 21px;
}
@media (min-width: 1367px) {
  .forum-left-sidebar-widget {
    width: 220px;
    margin-right: 55px;
  }
}
.forum-left-sidebar-widget .nav-sidebar {
  margin-bottom: 0;
}
.forum-left-sidebar-widget .nav-sidebar .nav-item {
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.forum-left-sidebar-widget .nav-sidebar .nav-item:last-child {
  margin-bottom: 0;
}
.forum-left-sidebar-widget .nav-sidebar .nav-item .nav-link {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--h_title);
  position: relative;
}
.forum-left-sidebar-widget .nav-sidebar .nav-item .nav-link img {
  padding-right: 15px;
}
.forum-left-sidebar-widget .nav-sidebar .nav-item .nav-link + .icon {
  font-size: 20px;
  color: #6a737c;
  float: right;
  position: absolute;
  right: 0px;
  top: -2px;
  transition: all 0.3s linear;
}
.forum-left-sidebar-widget .nav-sidebar .nav-item:hover .nav-link,
.forum-left-sidebar-widget .nav-sidebar .nav-item.active .nav-link {
  color: var(--brand_color);
}
.forum-left-sidebar-widget .nav-sidebar .nav-item:hover .icon,
.forum-left-sidebar-widget .nav-sidebar .nav-item.active .icon {
  color: var(--brand_color);
}
.forum-left-sidebar-widget .nav-sidebar .nav-item.active .icon {
  transform: rotate(-180deg);
}
.forum-left-sidebar-widget .nav-sidebar .nav-item .dropdown_nav {
  padding-left: 32px !important;
  margin-bottom: 0;
  padding-top: 12px;
  width: 100% !important;
  display: none;
}
.forum-left-sidebar-widget .nav-sidebar .nav-item .dropdown_nav li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #6a737c;
  padding: 0;
}
.forum-left-sidebar-widget .nav-sidebar .nav-item .dropdown_nav li a:hover,
.forum-left-sidebar-widget .nav-sidebar .nav-item .dropdown_nav li a.active {
  color: var(--brand_color);
}
.forum-left-sidebar-widget .nav-sidebar .nav-item .dropdown_nav li a:hover i,
.forum-left-sidebar-widget .nav-sidebar .nav-item .dropdown_nav li a.active i {
  color: var(--brand_color);
}
.forum-left-sidebar-widget .nav-sidebar + .nav-sidebar {
  border-top: 1px solid #e5e9eb;
  padding-top: 20px;
}

.forum-right-sidebar-widget.question-sidebar {
  padding-left: 33px;
}
.forum-right-sidebar-widget .custom-sidebar-btn {
  box-shadow: none;
  padding: 16px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  border-radius: 5px;
  background-image: linear-gradient(to top, #1c378c, #4a6ee0);
  background-color: inherit;
}
.forum-right-sidebar-widget .custom-sidebar-btn:hover {
  background-image: linear-gradient(to top, #4a6ee0, #1c378c);
}
.forum-right-sidebar-widget .single-widget-box {
  box-shadow: 0px 10px 30px 0px #171d240d;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid transparent;
}
.forum-right-sidebar-widget .single-widget-box.login-widget {
  padding: 30px;
}
.forum-right-sidebar-widget .single-widget-box.login-widget .form-control {
  border-color: #e6e6e6;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  padding: 14.5px 18.5px;
}
.forum-right-sidebar-widget
  .single-widget-box.login-widget
  .form-check
  .form-check-input {
  margin-top: 0;
}
.forum-right-sidebar-widget .single-widget-box.login-widget .form-check label {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #6a737c;
  overflow: hidden;
  margin-bottom: 4px;
}
.forum-right-sidebar-widget .single-widget-box.login-widget button {
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
  padding: 8px 0;
}
.forum-right-sidebar-widget .single-widget-box.login-widget button:hover {
  background-color: var(--brand_color);
}
.forum-right-sidebar-widget .single-widget-box.stat-widget .row p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4a6ee0;
  margin-bottom: 0;
  margin-top: 10px;
}
.forum-right-sidebar-widget .single-widget-box.stat-widget .row h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  color: #171d24;
  margin-bottom: 0;
  margin-top: -4px;
}
.forum-right-sidebar-widget .single-widget-box.stat-widget-2 {
  text-align: left;
}
.forum-right-sidebar-widget .single-widget-box.stat-widget-2 .widget-content {
  padding: 15px 25px 20px 25px;
}
.forum-right-sidebar-widget .single-widget-box.stat-widget-2 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6a737c;
}
.forum-right-sidebar-widget .single-widget-box.stat-widget-2 h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #078669;
  margin-bottom: 4px;
}
.forum-right-sidebar-widget
  .single-widget-box.stat-widget-2
  span:not(.counter) {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #171d24;
}
.forum-right-sidebar-widget .single-widget-box.populer-topics .widget-content {
  padding: 22px;
}
.forum-right-sidebar-widget
  .single-widget-box.populer-topics
  .widget-content
  .single-topic {
  display: flex;
  margin-top: 22px;
}
.forum-right-sidebar-widget
  .single-widget-box.populer-topics
  .widget-content
  .single-topic:first-child {
  margin-top: 0;
}
.forum-right-sidebar-widget
  .single-widget-box.populer-topics
  .widget-content
  .single-topic
  .topic-no {
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  color: #e6e6e6;
  margin-right: 15px;
}
.forum-right-sidebar-widget
  .single-widget-box.populer-topics
  .widget-content
  .single-topic
  .topic-content
  h6 {
  margin-bottom: 8px;
}
.forum-right-sidebar-widget
  .single-widget-box.populer-topics
  .widget-content
  .single-topic
  .topic-content
  h6
  a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #171d24;
}
.forum-right-sidebar-widget
  .single-widget-box.populer-topics
  .widget-content
  .single-topic
  .topic-content
  h6
  a:hover {
  color: var(--brand_color);
}
.forum-right-sidebar-widget
  .single-widget-box.populer-topics
  .widget-content
  .single-topic
  .topic-content
  .topic-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.forum-right-sidebar-widget
  .single-widget-box.populer-topics
  .widget-content
  .single-topic
  .topic-content
  .topic-info
  > div {
  margin-right: 17px;
  display: flex;
  align-items: center;
}
.forum-right-sidebar-widget
  .single-widget-box.populer-topics
  .widget-content
  .single-topic
  .topic-content
  .topic-info
  > div:last-child {
  margin-right: 0;
}
.forum-right-sidebar-widget
  .single-widget-box.populer-topics
  .widget-content
  .single-topic
  .topic-content
  span {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #848d95;
}
.forum-right-sidebar-widget
  .single-widget-box.populer-topics
  .widget-content
  .single-topic
  .topic-content
  img {
  margin-right: 8px;
}
.forum-right-sidebar-widget .single-widget-box.related-topic .widget-content {
  padding: 17px 25px 25px 25px;
}
.forum-right-sidebar-widget .single-widget-box.related-topic ul li {
  display: block;
  margin-top: 10px;
}
.forum-right-sidebar-widget .single-widget-box.related-topic ul li:first-child {
  margin-top: 0;
}
.forum-right-sidebar-widget .single-widget-box.related-topic ul li a {
  margin-left: 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #4a6ee0;
}
.forum-right-sidebar-widget .single-widget-box.related-topic ul li a:hover {
  color: var(--brand_color);
}
.forum-right-sidebar-widget .single-widget-box.related-topic ul li span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  background-color: var(--brand_color);
  border-radius: 2px;
  color: #fff;
  padding: 3px 10px;
}
.forum-right-sidebar-widget .single-widget-box.helpful-user .widget-content {
  padding: 25px 35px 30px 25px;
}
.forum-right-sidebar-widget
  .single-widget-box.helpful-user
  .widget-content
  .single-user {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.forum-right-sidebar-widget
  .single-widget-box.helpful-user
  .widget-content
  .single-user:first-child {
  margin-top: 0;
}
.forum-right-sidebar-widget
  .single-widget-box.helpful-user
  .widget-content
  .single-user
  .user-img {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.forum-right-sidebar-widget
  .single-widget-box.helpful-user
  .widget-content
  .single-user
  .user-img.active::after {
  position: absolute;
  top: 0;
  right: 2px;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #2bd63c;
  border-radius: 50%;
}
.forum-right-sidebar-widget
  .single-widget-box.helpful-user
  .widget-content
  .single-user
  .user-img
  img {
  border-radius: 50%;
}
.forum-right-sidebar-widget
  .single-widget-box.helpful-user
  .widget-content
  .single-user
  .user-info {
  display: flex;
  flex-direction: column;
}
.forum-right-sidebar-widget
  .single-widget-box.helpful-user
  .widget-content
  .single-user
  .user-info
  h6 {
  margin-bottom: 8px;
}
.forum-right-sidebar-widget
  .single-widget-box.helpful-user
  .widget-content
  .single-user
  .user-info
  h6
  a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #171d24;
}
.forum-right-sidebar-widget
  .single-widget-box.helpful-user
  .widget-content
  .single-user
  .user-info
  h6:hover
  a {
  color: var(--brand_color);
}
.forum-right-sidebar-widget
  .single-widget-box.helpful-user
  .widget-content
  .single-user
  .user-info
  span {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #848d95;
}
.forum-right-sidebar-widget .single-widget-box.top-user .widget-content {
  padding: 20px 25px;
}
.forum-right-sidebar-widget .single-widget-box.top-user .custom-select {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  color: #6a737c;
  float: inherit;
  background-color: #f2f4f5;
}
.forum-right-sidebar-widget
  .single-widget-box.top-user
  .custom-select
  .current {
  background-color: transparent;
  text-transform: capitalize;
}
.forum-right-sidebar-widget .single-widget-box.top-user ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  margin-top: 11px;
  color: #6a737c;
  text-transform: capitalize;
}
.forum-right-sidebar-widget .single-widget-box.top-user ul li:first-child {
  margin-top: 0;
}
.forum-right-sidebar-widget .single-widget-box.top-user ul li img {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  margin-left: 7px;
  margin-right: 14px;
}
.forum-right-sidebar-widget .single-widget-box.top-user ul li a {
  color: #171d24;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  transition: all 0.2s linear;
}
.forum-right-sidebar-widget .single-widget-box.top-user ul li a:hover {
  color: var(--brand_color);
}
.forum-right-sidebar-widget .single-widget-box.top-user ul li span {
  display: inline-block;
  margin-left: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #6a737c;
}
.forum-right-sidebar-widget .single-widget-box.tag-widget .widget-content {
  padding: 15px 25px 30px 25px;
}
.forum-right-sidebar-widget .single-widget-box .widget-header {
  display: flex;
  align-items: center;
  padding: 20px 25px;
  box-shadow: 0px 1px 0px 0px #e6e6e6;
}
.forum-right-sidebar-widget .single-widget-box .widget-header h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #171d24;
  margin-bottom: 0;
}
.forum-right-sidebar-widget .single-widget-box .widget-header img {
  max-height: 20px;
  max-width: 20px;
  margin-right: 10px;
}

.widget-tag-list-2 {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.widget-tag-list-2.tag-light li a {
  border: 1px solid #e6e6e6;
  color: #6a737c;
  transition: all 0.2s linear;
}
.widget-tag-list-2.tag-light li a:hover {
  border: 1px solid var(--brand_color);
  box-shadow: 0 10px 20px 0 rgba(17, 166, 131, 0.24);
  background: var(--brand_color);
  color: #fff;
}
.widget-tag-list-2 li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #fff;
  padding: 5.5px 14px;
  border-radius: 3px;
  display: inline-block;
  margin: 10px 10px 0 0;
  transition: all 0.3s ease-out;
}
.widget-tag-list-2 li a.tag-jq {
  background-color: #f7ab40;
}
.widget-tag-list-2 li a.tag-jq:hover {
  box-shadow: 0px 5px 15px 0px rgba(247, 171, 64, 0.25);
}
.widget-tag-list-2 li a.tag-php {
  background-color: #7543e0;
}
.widget-tag-list-2 li a.tag-php:hover {
  box-shadow: 0px 5px 15px 0px rgba(117, 67, 224, 0.25);
}
.widget-tag-list-2 li a.tag-wp {
  background-color: #6078ce;
}
.widget-tag-list-2 li a.tag-wp:hover {
  box-shadow: 0px 5px 15px 0px rgba(96, 120, 206, 0.25);
}
.widget-tag-list-2 li a.tag-js {
  background-color: #ff7245;
}
.widget-tag-list-2 li a.tag-js:hover {
  box-shadow: 0px 5px 15px 0px rgba(255, 114, 69, 0.25);
}
.widget-tag-list-2 li a.tag-dvlp {
  background-color: #48a6ea;
}
.widget-tag-list-2 li a.tag-dvlp:hover {
  box-shadow: 0px 5px 15px 0px rgba(72, 166, 234, 0.25);
}
.widget-tag-list-2 li a.tag-ecmrc {
  background-color: #333333;
}
.widget-tag-list-2 li a.tag-ecmrc:hover {
  box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.25);
}
.widget-tag-list-2 li a.tag-foram {
  background-color: var(--brand_color);
}
.widget-tag-list-2 li a.tag-foram:hover {
  box-shadow: 0px 5px 15px 0px rgba(7, 134, 105, 0.25);
}
.widget-tag-list-2 li a.tag-hlp {
  background-color: #2c53df;
}
.widget-tag-list-2 li a.tag-hlp:hover {
  box-shadow: 0px 5px 15px 0px rgba(44, 83, 223, 0.25);
}
.widget-tag-list-2 li a.tag-sprt {
  background-color: #0cc72a;
}
.widget-tag-list-2 li a.tag-sprt:hover {
  box-shadow: 0px 5px 15px 0px rgba(12, 199, 42, 0.25);
}

/*=========== All Question Widget css ==========*/
.all-question-widget {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background-color: #fff;
}
.all-question-widget .widget-header {
  padding: 14px 30px 20px 25px;
}
.all-question-widget .widget-header .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.all-question-widget .widget-header .title h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #171d24;
}
.all-question-widget .widget-header .title span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6a737c;
}

.filter-tab {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
.filter-tab > ul {
  list-style: none;
  padding-left: 0;
  display: flex;
}
.filter-tab > ul > li {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.filter-tab > ul > li:last-child {
  margin-right: 0;
}
.filter-tab > ul > li a {
  display: flex;
  align-items: center;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #6a737c;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  padding: 7px 10px;
}
.filter-tab > ul > li a:hover {
  color: var(--brand_color);
  border-color: var(--brand_color);
}
.filter-tab > ul > li a.active {
  background-color: var(--brand_color);
  color: #fff;
  border-color: var(--brand_color);
}
.filter-tab > ul > li a i {
  vertical-align: middle;
  margin-right: 4px;
  font-size: 12px;
}
.filter-tab .custom-select {
  background-color: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  color: #6a737c;
  float: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 7px 25px 7px 10px;
  height: inherit;
}
.filter-tab .custom-select::after {
  border-bottom: 1px solid #6b707f;
  border-right: 1px solid #6b707f;
  height: 6px;
  width: 6px;
  right: 13px;
  margin-top: -4px;
}

.all-question-widget-2 .widget-header {
  box-shadow: 0px 10px 30px 0px #171d240d;
  background-color: #fff;
  border-radius: 5px;
}
.all-question-widget-2 .widget-header .question {
  padding: 20px 25px;
  border-bottom: 1px solid #e6e6e6;
}
.all-question-widget-2 .widget-header .question .avatar {
  border-radius: 50%;
  height: 31px;
  width: 31px;
  margin-right: 10px;
}
.all-question-widget-2 .widget-header .question form {
  position: relative;
  flex: 1;
}
.all-question-widget-2 .widget-header .question form i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #848d95;
}
.all-question-widget-2 .widget-header .question form .form-control {
  border: 1px solid #e6e6e6;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #9199a1;
  height: 40px;
  padding-left: 30px;
  background-color: transparent;
}
.all-question-widget-2
  .widget-header
  .question
  form
  .form-control::placeholder {
  color: #848d95;
}

.filter-tab-2 {
  display: flex;
  justify-content: space-between;
  padding: 17px 25px;
}
.filter-tab-2 > ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 0;
}
.filter-tab-2 > ul > li {
  display: inline-block;
  margin-right: 25px;
}
.filter-tab-2 > ul > li:last-child {
  margin-right: 0;
}
.filter-tab-2 > ul > li a {
  font-family: var(--rob);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #535a60;
  position: relative;
}
.filter-tab-2 > ul > li a:hover {
  color: var(--brand_color);
}
.filter-tab-2 > ul > li a.active {
  color: #171d24;
}
.filter-tab-2 > ul > li a.active::after {
  transform: scale(1);
}
.filter-tab-2 > ul > li a::after {
  content: "";
  position: absolute;
  bottom: -21px;
  width: 100%;
  left: 0;
  border-radius: 5px;
  height: 2px;
  transform: scale(0);
  background-color: #078669;
  transform-origin: left;
}

.single-question-widget {
  border-top: 1px solid #e6e6e6;
  padding: 30px 30px 35px 30px;
}
.single-question-widget .question-content .question-header {
  display: flex;
}
.single-question-widget .question-content .question-header .author-img {
  margin-right: 20px;
}
.single-question-widget .question-content .question-header .author-img img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.single-question-widget .question-content .question-header .qtn-title h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #171d24;
  margin-bottom: 8px;
  transition: all 0.3s linear;
  margin-top: -4px;
}
.single-question-widget .question-content .question-header .qtn-title h6:hover {
  color: var(--brand_color);
}
.single-question-widget
  .question-content
  .question-header
  .qtn-title
  > div
  span {
  margin-right: 14px;
  display: inline-block;
}
.single-question-widget
  .question-content
  .question-header
  .qtn-title
  > div
  span:last-child {
  margin-right: 0;
}
.single-question-widget
  .question-content
  .question-header
  .qtn-title
  > div
  .author-name {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #4a6ee0;
}
.single-question-widget
  .question-content
  .question-header
  .qtn-title
  > div
  .author-pos {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #fff;
  background-color: #078669;
  padding: 2px 10px;
  border-radius: 3px;
}
.single-question-widget
  .question-content
  .question-header
  .qtn-title
  > div
  .timestamp {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.single-question-widget .question-body {
  display: flex;
  margin-top: 18px;
}
.single-question-widget .question-body .vote {
  text-align: center;
  margin-right: 25px;
}
.single-question-widget .question-body .vote button {
  background-color: transparent;
  color: #9199a1;
  border: none;
  font-size: 35px;
  padding: 0;
}
.single-question-widget .question-body .vote button:hover {
  color: var(--brand_color);
}
.single-question-widget .question-body .vote .count {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #9199a1;
  margin: 0 0 6px 0;
}
.single-question-widget .question-body .q-text {
  margin-top: 3px;
}
.single-question-widget .question-body .q-text p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #6a737c;
  padding-right: 20px;
}
.single-question-widget .question-body .q-text .q-tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.single-question-widget .question-body .q-text .q-tag-list li {
  margin: 10px 10px 0 0;
}
.single-question-widget .question-body .q-text .q-tag-list li a {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-color: transparent;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #6a737c;
}
.single-question-widget .question-body .q-text .q-tag-list li a:hover {
  color: var(--brand_color);
  border-color: var(--brand_color);
}
.single-question-widget .question-body .q-text .q-tag-list li:last-child {
  margin-left: 0;
}
.single-question-widget .comment-bar {
  display: flex;
  align-items: center;
  margin-left: 60px;
  margin-top: 15px;
}
.single-question-widget .comment-bar img {
  border-radius: 50%;
  height: 36px;
  width: 36px;
  margin-right: 10px;
}
.single-question-widget .comment-bar .form-group {
  position: relative;
  display: inline-block;
  flex: 1;
}
.single-question-widget .comment-bar .form-group .form-control {
  border: 1px solid #e6e6e6;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #9199a1;
  height: 36px;
  padding-left: 15px;
  padding-right: 40px;
  background-color: transparent;
}
.single-question-widget .comment-bar .form-group .inp-file {
  display: none;
  visibility: hidden;
}
.single-question-widget .comment-bar .form-group .cam-btn {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #848d95;
  cursor: pointer;
}
.single-question-widget .comment-bar .doc_border_btn {
  padding: 3px 20px;
  border-radius: 3px;
  margin-left: 20px;
  border-width: 1px;
  font-size: 14px;
  font-weight: 500;
}
.single-question-widget .question-reach > div {
  padding: 7px 12.5px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.single-question-widget .question-reach > div div {
  display: inline-block;
}
.single-question-widget .question-reach > div div:first-child {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 3px;
}
.single-question-widget .question-reach > div div:last-child {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.single-question-widget .question-reach .answer {
  border: 1px solid rgba(7, 134, 105, 0.4);
  border-radius: 4px;
}
.single-question-widget .question-reach .answer div {
  color: #078669;
}
.single-question-widget .question-reach .view div {
  color: #848d95;
}

.single-question-widget-2 {
  box-shadow: 0px 10px 40px 0px #171d240d;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  padding: 20px 25px 30px 25px;
}
.single-question-widget-2 .question-tag a {
  font-family: var(--rob);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  color: var(--baseColor2);
  margin-right: 20px;
  margin-right: 20px;
}
.single-question-widget-2 .question-tag a:after {
  position: absolute;
  content: "";
  background-color: var(--baseColor2);
  height: 5px;
  width: 5px;
  border-radius: 50%;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.single-question-widget-2 .question-tag a:last-child::after {
  display: none;
}
.single-question-widget-2 a h6 {
  font-family: var(--rob);
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #171d24;
  margin-top: 20px;
}
.single-question-widget-2 a h6:hover {
  color: var(--brand_color);
}
.single-question-widget-2 .user-ans {
  font-family: var(--rob);
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 25px;
}
.single-question-widget-2 .user-ans a {
  color: var(--baseColor2);
}
.single-question-widget-2 .user-ans .answer {
  font-family: var(--rob);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #171d24;
}
.single-question-widget-2 .user-ans .answer .ans-img {
  display: inline-block;
  margin-right: 5px;
}
.single-question-widget-2 .user-ans .answer img {
  margin-left: -10px;
}
.single-question-widget-2 .user-ans .answer img:first-child {
  margin: 0;
}
.single-question-widget-2 p {
  font-family: var(--rob);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #535a60;
}
.single-question-widget-2 .read-more {
  color: var(--baseColor2);
}
.single-question-widget-2 .action_btn {
  padding: 3px 15px;
  border-radius: 3px;
  border-width: 1px;
  font-size: 14px;
  font-weight: 500;
}
.single-question-widget-2 .action_btn i {
  vertical-align: middle;
  font-size: 18px;
  padding-left: 0;
  display: inline-block;
  transform: scaleX(-1);
  margin-right: 3px;
}

/*=========== Add Question Widget css ==========*/
.add-question-widget {
  box-shadow: 0px 1.6px 3.5px 0px #334d7226, 0px 0.5px 1px 0px #334d721a;
  padding: 30px 40px 40px 40px;
  border-radius: 10px;
  background-color: #fff;
}
.add-question-widget .widget-title {
  font-family: var(--rob);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #171d24;
}
.add-question-widget label {
  font-family: var(--rob);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #171d24;
  margin-bottom: 7px;
}
.add-question-widget label span {
  color: #e52323;
}
.add-question-widget .form-check-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #606871;
}
.add-question-widget .form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23171D24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.add-question-widget .form-check-input:checked {
  background-color: transparent;
  border-color: #9199a1;
}
.add-question-widget .instruction {
  font-family: var(--rob);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #606871;
  margin-top: 7px;
}
.add-question-widget .instruction span {
  color: #4a6ee0;
}
.add-question-widget .action_btn {
  border: none;
  padding: 9px 28px;
  box-shadow: none;
  border-radius: 5px;
}
.add-question-widget .cancel_btn {
  font-family: var(--rob);
  font-size: 18px;
  font-weight: 400;
  color: #171d24;
  border-radius: 5px;
  background: #f2f4f5;
  display: inline-block;
  padding: 9px 28px;
  border: none;
}
.add-question-widget textarea {
  border-color: #e6e6e6;
  border-radius: 5px;
}
.add-question-widget .icon-input-group .form-control:not(textarea) {
  height: 50px;
}

.dropzone-file-preview {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropzone-file-preview li {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
.dropzone-file-preview li:first-child {
  display: none;
}
.dropzone-file-preview li.dz-error {
  background-color: rgba(251, 78, 78, 0.5);
  border-color: rgba(251, 78, 78, 0.5);
}
.dropzone-file-preview li.dz-error span,
.dropzone-file-preview li.dz-error ion-icon {
  color: #fff;
}
.dropzone-file-preview li.dz-complete .upload-progress {
  opacity: 0;
}
.dropzone-file-preview li .upload-progress {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  background: #e6e6e6;
  height: 100%;
  z-index: -1;
}
.dropzone-file-preview li .preview-info {
  display: flex;
  align-items: center;
}
.dropzone-file-preview li span {
  font-family: var(--rob);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #606871;
  display: inline-block;
}
.dropzone-file-preview li ion-icon {
  font-size: 18px;
  color: #606871;
  margin-right: 5px;
  display: inline-block;
}
.dropzone-file-preview li button {
  color: #e52323;
  font-family: var(--rob);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border: none;
  background-color: transparent;
  padding: 0;
}

/*=========== user list Widget css ==========*/
.user-list-widget .widget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #c8ccd0;
}
.user-list-widget .widget-header h4 {
  margin-bottom: 0;
}
.user-list-widget .widget-header i {
  color: #9199a1;
  transform: translateY(-50%) scaleX(-1);
}
.user-list-widget .widget-header .form-control {
  max-width: 300px;
  border-color: #c8ccd0;
}
.user-list-widget .widget-header .form-control::placeholder {
  color: #9199a1;
  font-family: var(--rob);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.user-list-widget .widget-filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.user-list-widget .widget-filter .table-sorting {
  display: inline-flex;
  border-radius: 5px;
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e6e6e6;
  height: 40px;
  padding: 0 10px 0 14px;
  min-width: 135px;
  font-family: var(--rob);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #606871;
  margin-right: 15px;
}
.user-list-widget .widget-filter .table-sorting span {
  margin-left: 10px;
}
.user-list-widget .widget-filter .nice_select {
  background-color: transparent;
  border: none;
  line-height: 45px;
  color: #171d24;
  font-size: 14px;
  padding-left: 15px;
}
.user-list-widget .widget-filter .nice_select::after {
  border-color: #171d24;
  margin-top: -2px;
}
.user-list-widget .widget-filter .layout-switcher .nav {
  border-radius: 5px;
  background-color: #fff;
  padding: 5px;
}
.user-list-widget .widget-filter .layout-switcher .nav .nav-link {
  border-radius: 5px;
  padding: 0;
  height: 30px;
  width: 30px;
  padding: 0px 6px;
  background-color: transparent;
  fill: #606871;
  border: none;
}
.user-list-widget .widget-filter .layout-switcher .nav .nav-link img {
  filter: invert(41%) sepia(5%) saturate(925%) hue-rotate(171deg)
    brightness(95%) contrast(88%);
}
.user-list-widget .widget-filter .layout-switcher .nav .nav-link:hover img {
  filter: invert(35%) sepia(81%) saturate(435%) hue-rotate(116deg)
    brightness(100%) contrast(100%);
}
.user-list-widget .widget-filter .layout-switcher .nav .nav-link.active {
  background-color: rgba(7, 134, 105, 0.1);
  fill: #171d24;
}
.user-list-widget .widget-filter .layout-switcher .nav .nav-link.active img {
  filter: invert(9%) sepia(15%) saturate(1025%) hue-rotate(172deg)
    brightness(91%) contrast(94%);
}
.user-list-widget .single-user-widget {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 1.6px 3.59px 0px #334d7226, 0px 0.5px 1px 0px #334d721a;
  transition: all 0.3s ease-out;
  position: relative;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 20px;
}
.user-list-widget .single-user-widget h6 {
  margin-bottom: 5px;
}
.user-list-widget .single-user-widget .more {
  position: absolute;
  top: 20px;
  right: 17px;
  color: #9199a1;
}
.user-list-widget .single-user-widget .more ion-icon {
  color: #9199a1;
  font-size: 14px;
}
.user-list-widget .single-user-widget.list-view {
  display: flex;
  flex-direction: row;
  padding: 20px;
  text-align: left;
}
.user-list-widget .single-user-widget.list-view .user-body {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}
.user-list-widget .single-user-widget.list-view .user-img {
  margin-bottom: 0;
}
.user-list-widget .single-user-widget.list-view .user-activity {
  margin-top: 0;
}
.user-list-widget .single-user-widget.list-view .user-activity div {
  width: 100%;
  text-align: center;
}
.user-list-widget .single-user-widget.list-view .user-activity div:first-child {
  margin-right: 25px;
}
.user-list-widget .single-user-widget:hover {
  box-shadow: 0px 20px 45px 0px #334d7226;
}
.user-list-widget .single-user-widget .user-img {
  display: inline-block;
  position: relative;
  margin-bottom: 12px;
}
.user-list-widget .single-user-widget .user-img::after {
  content: "";
  position: absolute;
  top: 2.5px;
  left: 2.5px;
  right: 2.5px;
  bottom: 2.5px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0.7;
}
.user-list-widget .single-user-widget h6 {
  font-family: var(--rob);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #171d24;
  margin: 0;
}
.user-list-widget .single-user-widget p {
  font-family: var(--rob);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #606871;
  margin: 0;
}
.user-list-widget .single-user-widget .tag {
  display: inline-block;
  font-family: var(--rob);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding: 0 5px;
  border-radius: 2px;
  color: #fff;
}
.user-list-widget .single-user-widget .tag.tag-beg {
  background-color: var(--baseColor2);
}
.user-list-widget .single-user-widget .tag.tag-mod {
  background-color: #7e13bf;
}
.user-list-widget .single-user-widget .tag.tag-prt {
  background-color: #cc751f;
}
.user-list-widget .single-user-widget .user-activity {
  display: flex;
  margin-top: 27px;
}
.user-list-widget .single-user-widget .user-activity div {
  width: 50%;
  text-align: center;
}
.user-list-widget .single-user-widget .user-activity div p {
  font-size: 14px;
  font-weight: 500;
  line-height: 8px;
  color: #171d24;
}
.user-list-widget .single-user-widget .user-activity div span {
  display: inline-block;
  font-family: var(--rob);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #606871;
}

.icon-input-group {
  position: relative;
}
.icon-input-group .nice-select {
  float: inherit;
  border: 1px solid #e6e6e6;
  line-height: 49px;
}
.icon-input-group .form-control {
  padding-left: 40px;
  border-color: #e6e6e6;
  border-radius: 5px;
}
.icon-input-group i {
  font-size: 16px;
  color: #848d95;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  display: inline-block;
}
.icon-input-group.right-icon i {
  left: inherit;
  right: 15px;
  transform: translateY(-50%) scaleX(-1);
}
.icon-input-group.right-icon .form-control {
  padding-left: 0.75rem;
  padding-right: 40px;
}

/*=========== user details Widget css ==========*/
.user-details-widget {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}
.user-details-widget .widget-header {
  padding: 0 35px 25px 35px;
  border-bottom: 1px solid #e6e6e6;
}
.user-details-widget .widget-body {
  padding: 18px 35px 17px 35px;
}
.user-details-widget .user-text {
  font-family: var(--rob);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #535a60;
  margin-bottom: 52px;
}
.user-details-widget h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #171d24;
}
.user-details-widget h6 {
  font-family: var(--rob);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #171d24;
  margin-bottom: 2px;
}
.user-details-widget h6 img {
  margin-right: 2px;
}
.user-details-widget p a {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  color: #535a60;
}

.qna-statistics {
  box-shadow: 0px 1.600000023841858px 3.5999999046325684px 0px #334d7226,
    0px 0.5px 1px 0px #334d721a;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  padding: 21px 35px 18px 35px;
  background-color: #fff;
}
.qna-statistics img {
  margin-right: 10px;
  vertical-align: top;
}
.qna-statistics p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #535a60;
  margin-bottom: 11px;
}
.qna-statistics h5 {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  color: #171d24;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .user-details-area .col-xl-10,
  .badges-area .col-xl-10 {
    padding-left: 30px;
  }
}
@media (min-width: 1367px) {
  .user-details-area .col-xl-10,
  .badges-area .col-xl-10 {
    padding-left: 65px;
  }
}

/*=========== Single Badge Widget css ==========*/
.single-badge-widget {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 1.600000023841858px 3.5999999046325684px 0px #334d7226,
    0px 0.5px 1px 0px #334d721a;
  padding: 30px 25px 24px 25px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-out;
}
.single-badge-widget:hover {
  box-shadow: 0px 20px 45px 0px #334d7226;
}
.single-badge-widget.locked {
  filter: grayscale(100%);
}
.single-badge-widget.locked:hover {
  filter: grayscale(0%);
}
.single-badge-widget.locked::before {
  font-family: "ElegantIcons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  content: "\e06c";
  top: 22px;
  left: 22px;
  font-size: 17px;
  color: #606871;
}
.single-badge-widget h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #171d24;
  margin-top: 20px;
  margin-bottom: 10px;
}
.single-badge-widget p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #606871;
  margin-bottom: 0;
}

/*=========== Pagination Widget css ==========*/
.widget-pagination-box {
  box-shadow: 0px 10px 30px 0px #171d240d;
  border-radius: 5px;
  padding: 19px;
  background-color: #fff;
  border: 1px solid transparent;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.feature-content-text h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #171d24;
  margin-bottom: 15px;
}
.feature-content-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #535a60;
  margin-bottom: 0;
}
.feature-content-text hr {
  border-color: #e6e6e6;
  margin-top: 72px;
  margin-bottom: 32px;
}
.feature-content-text h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  color: #171d24;
  margin-bottom: 5px;
}
.feature-content-text a {
  color: #4a6ee0;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.feature-one {
  padding-bottom: 155px;
  padding-top: 125px;
}
.feature-one .img-content {
  position: relative;
  display: inline-block;
}
.feature-one .img-content img {
  max-width: 100%;
  height: auto;
}
.feature-one .img-content img:nth-child(2) {
  position: absolute;
  bottom: -60px;
  right: -100px;
}
.feature-one .img-content img:nth-child(4) {
  position: absolute;
  bottom: 36%;
  left: 20px;
}
.feature-one .img-content img:nth-child(5) {
  position: absolute;
  bottom: 27.5%;
  left: 84%;
}
.feature-one .img-content img:nth-child(6) {
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: -1;
}
.feature-one .img-content .bg-img {
  position: absolute;
  top: -18%;
  left: -22%;
  max-width: inherit;
  z-index: -1;
}

.feature-two {
  padding-top: 175px;
  padding-bottom: 170px;
}
.feature-two .img-content {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.feature-two .img-content img:nth-child(2) {
  position: absolute;
  top: 19%;
  right: -20.5%;
}
.feature-two .img-content .bg-img {
  position: absolute;
  top: -33%;
  left: -25.5%;
  z-index: -1;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.forum-post-top {
  display: flex;
}
.forum-post-top .author-avatar img {
  border-radius: 50%;
  margin-right: 15px;
}
.forum-post-top .forum-post-author .author-name {
  font-size: 16px;
  font-weight: 500;
  color: #1d2746;
}
.forum-post-top .forum-post-author .author-name:hover {
  color: var(--brand_color);
}
.forum-post-top .forum-post-author .forum-author-meta {
  display: flex;
}
.forum-post-top .forum-post-author .forum-author-meta span,
.forum-post-top .forum-post-author .forum-author-meta a {
  color: #838793;
  font-size: 14px;
}
.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;
}

.action-button-container {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .action-button-container {
    justify-content: flex-start;
  }
}
.action-button-container.action-btns {
  justify-content: flex-start;
  margin-top: 30px;
}
.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: #1d2746;
}
.action-button-container .too-btn:hover {
  background: #fff;
  border: 1px solid #1d2746;
  color: #1d2746;
}

.q-title {
  display: flex;
  padding: 40px 15px 15px 0;
}
.q-title h1 {
  font-size: 24px;
  color: #1d2746;
  line-height: 1.4;
}
.q-title .badge {
  margin-left: 10px;
  line-height: 1.4;
  margin-top: 5px;
}

.forum-post-content {
  padding-left: 62px;
}
.forum-post-content .forum-post-btm {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e8ecee;
  padding-bottom: 20px;
  padding-top: 30px;
}
.forum-post-content .forum-post-btm .taxonomy {
  font-size: 14px;
}
.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 a {
  color: #838793;
}
.forum-post-content .forum-post-btm .taxonomy a:hover {
  color: var(--brand_color);
}
.forum-post-content .forum-post-btm .taxonomy a + a {
  padding-right: 2px;
}

.question-icon {
  font-size: 50px;
  color: #1d2746;
  margin-right: 15px;
  font-weight: 600;
}

/** === Best Answer === **/
.best-answer {
  background: #f1fdf3;
  padding: 30px 40px 30px 30px;
  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 {
  margin-top: 60px;
}
.all-answers .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.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 .comment-content {
  margin-left: 60px;
  margin-top: 10px;
  border-bottom: 1px solid #e8ecee;
  padding-bottom: 28px;
}
.all-answers .forum-comment .comment-content p {
  font-size: 14px;
  line-height: 1.6;
}
.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;
  margin-top: 15px;
}

/** === Forum Sidebar === **/
.forum_sidebar {
  padding-left: 28px;
  font-size: 14px;
  padding-right: 5px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=========== blog_top_post_area css ==========*/
.blog_top_post {
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
  border-radius: 6px;
  margin: 0;
}
.blog_top_post .p_top_img {
  position: relative;
  padding-right: 0;
}
.blog_top_post .p_top_img .p_img {
  position: absolute;
  padding-right: 0;
  height: 100%;
  top: 0;
  right: 0;
  width: 100%;
  background: url("../../img/blog-grid/top_post.jpg");
  background-size: cover;
}
.blog_top_post .b_top_post_content {
  padding: 50px 30px 50px 50px;
}
.blog_top_post .b_top_post_content a i {
  vertical-align: middle;
}
.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: 500;
  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 a {
  font-size: 14px;
  color: #7d848d;
  display: inline-block;
  margin-top: 10px;
}
.post_tag a.cat-Docy {
  color: #fd8d2a;
}
.post_tag a.cat-megento {
  color: #f26322;
}
.post_tag a.cat-woocommerce {
  color: #96588a;
}
.post_tag a.c_blue {
  color: var(--brand_color);
}
.post_tag a.cat-laravel {
  color: #ff2d20;
}
.post_tag a + a {
  padding-left: 10px;
}
.post_tag a i {
  margin-right: 4px;
}
.post_tag a.author {
  margin-top: 4px;
  margin-right: 5px;
}
.post_tag a.author .avatar {
  margin-right: 5px;
}

.post_author .round_img {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.post_author .round_img img {
  height: 40px;
  width: auto;
}
.post_author .author_text {
  margin-top: 5px;
}
.post_author .author_text h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.post_author .author_text a:hover h4 {
  color: var(--brand_color);
}
.post_author .author_text .date {
  font-size: 13px;
  font-weight: 400;
  color: var(--p_color);
}

/*=========== blog_top_post_area css ==========*/
/*=========== Start blog_grid_area css ==========*/
.doc_blog_grid_area {
  padding-bottom: 100px;
}

.blog_grid_inner {
  border-top: 2px 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_tab .nav-item.cat-laravel .nav-link:hover {
  background: rgba(255, 45, 32, 0.2);
  color: #ff2d20;
}
.blog_tab .nav-item.cat-laravel .nav-link:before {
  background: #ff2d20;
}
.blog_tab .nav-item.cat-Docy .nav-link:hover {
  background: rgba(253, 141, 42, 0.2);
  color: #fd8d2a;
}
.blog_tab .nav-item.cat-Docy .nav-link:before {
  background: #fd8d2a;
}
.blog_tab .nav-item.cat-megento .nav-link:hover {
  background: rgba(242, 99, 34, 0.2);
  color: #f26322;
}
.blog_tab .nav-item.cat-megento .nav-link:before {
  background: #f26322;
}
.blog_tab .nav-item.cat-woocommerce .nav-link:hover {
  background: rgba(150, 88, 138, 0.2);
  color: #96588a;
}
.blog_tab .nav-item.cat-woocommerce .nav-link:before {
  background: #96588a;
}

.blog_grid_tab {
  padding-top: 60px;
  margin-bottom: -40px;
}

.b_title {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  transition: all 0.2s linear;
}
.b_title:hover {
  color: var(--brand_color);
}

.blog_grid_post {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 1.600000023841858px 3.5999999046325684px 0px #334d7226,
    0px 0.5px 1px 0px #334d721a;
  margin-bottom: 25px;
  transition: all 0.3s linear;
  overflow: hidden;
  cursor: pointer;
}
.blog_grid_post .grid_post_content {
  padding: 20px 30px 25px;
}
.blog_grid_post .grid_post_content p {
  color: #535a60;
}
.blog_grid_post .grid_post_content .post_tag {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.blog_grid_post .grid_post_content .post_tag a i {
  margin-right: 4px;
  font-size: 12px;
}
.blog_grid_post .grid_post_content .b_title {
  margin-bottom: 18px;
}
.blog_grid_post .grid_post_content .post_author {
  padding-top: 18px;
}
.blog_grid_post:hover {
  box-shadow: 0 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 120px;
}

.blog_single_item {
  box-shadow: 0px 10px 40px 0px #0000000d;
  border-radius: 5px;
  background-color: #fff;
  padding: 35px 40px 25px 40px;
}
.blog_single_item .blog_single_img {
  display: block;
  margin-bottom: 25px;
}
.blog_single_item .blog_single_img img {
  max-width: 100%;
}
.blog_single_item p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 26px;
}
.blog_single_item p a {
  color: var(--brand_color);
  text-decoration: underline;
}

blockquote {
  background: rgba(17, 166, 131, 0.05);
  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: 25px;
  position: relative;
  margin-top: 28px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog_social:after {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  right: -40px;
  height: 1px;
  background: #dde5e7;
}
.blog_social .post_tags {
  font-family: var(--rob);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #606871;
}
.blog_social .post_tags ul {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 0;
}
.blog_social .post_tags ul li {
  display: inline-block;
}
.blog_social .post_tags ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #606871;
}
.blog_social .post_tags ul li a:hover {
  color: var(--brand_color);
}
.blog_social .post_tags ul li:last-child:after {
  display: none;
}
.blog_social .post_tags ul li:after {
  content: ",";
}
.blog_social .social_list {
  font-family: var(--rob);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media (max-width: 575px) {
  .blog_social .social_list {
    margin-top: 15px;
  }
}
.blog_social .f_social_icon {
  display: inline-block;
  position: relative;
  z-index: 0;
  padding-top: 0;
  margin-left: 10px;
  color: #606871;
  margin-bottom: 0;
}
.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;
}

.comment_inner {
  margin-top: 50px;
  box-shadow: 0px 10px 40px 0px #0000000d;
  background-color: #fff;
  box-shadow: 0px 10px 40px 0px #0000000d;
  border-radius: 5px;
  padding: 40px;
}
.comment_inner .c_head {
  margin-bottom: 0;
}

.comment_box {
  margin-bottom: 0;
  margin-top: 43px;
}
.comment_box .post_comment .comment_author {
  padding-top: 34px;
  border-top: 1px solid #edf1f7;
}
.comment_box .post_comment .comment_author .img_rounded {
  border-radius: 50%;
  margin-right: 30px;
}
.comment_box .post_comment .comment_author .media-body {
  padding-bottom: 24px;
  position: relative;
}
.comment_box .post_comment .comment_author .media-body .comment_info h3 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
}
.comment_box
  .post_comment
  .comment_author
  .media-body
  .comment_info
  .comment_date {
  font-size: 14px;
  font-weight: 400;
  color: #6b707f;
  margin-bottom: 15px;
}
.comment_box .post_comment .comment_author .media-body p {
  margin-bottom: 8px;
}
.comment_box .post_comment .comment_author .media-body .comment_reply {
  font-size: 14px;
  font-weight: 400;
  color: #535a60;
  transition: all 0.2s linear;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1px 10px;
  background-color: rgba(7, 134, 105, 0.1);
  border-radius: 30px;
}
.comment_box .post_comment .comment_author .media-body .comment_reply i {
  vertical-align: middle;
  font-size: 16px;
  padding-left: 2px;
}
.comment_box .post_comment .comment_author .media-body .comment_reply:hover {
  background-color: var(--brand_color);
  color: #fff;
}
.comment_box .post_comment .comment_author .media-body .comment_reply:hover i {
  color: #fff;
}
.comment_box .post_comment .reply_comment {
  padding-left: 80px;
}

.blog_comment_box {
  margin-top: 50px;
  padding: 40px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 40px 0px #0000000d;
}
.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: 40px;
}
.blog_comment_box .get_quote_form .floating-input {
  position: relative;
  z-index: 1;
}
.blog_comment_box .get_quote_form .floating-input textarea.form-control {
  height: inherit;
  padding-top: 23px;
  padding-bottom: 23px;
}
.blog_comment_box .get_quote_form .floating-input textarea ~ label {
  top: 23px;
}
.blog_comment_box .get_quote_form .floating-input .form-control {
  height: 60px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #dadce0;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 30px;
}
.blog_comment_box .get_quote_form .floating-input .form-control.placeholder {
  color: var(--p_color);
}
.blog_comment_box
  .get_quote_form
  .floating-input
  .form-control:-moz-placeholder {
  color: var(--p_color);
}
.blog_comment_box
  .get_quote_form
  .floating-input
  .form-control::-moz-placeholder {
  color: var(--p_color);
}
.blog_comment_box
  .get_quote_form
  .floating-input
  .form-control::-webkit-input-placeholder {
  color: var(--p_color);
}
.blog_comment_box .get_quote_form .floating-input .form-control::placeholder {
  color: transparent;
}
.blog_comment_box
  .get_quote_form
  .floating-input
  .form-control:not(:placeholder-shown)
  ~ label {
  top: -1px;
  color: #848d95;
  background-color: #fff;
  padding: 0 4px;
  font-size: 12px;
  left: 24px;
  z-index: 1;
  color: var(--brand_color);
}
.blog_comment_box .get_quote_form .floating-input .form-control:focus {
  background-color: transparent;
  border: 2px solid var(--brand_color);
}
.blog_comment_box .get_quote_form .floating-input .form-control:focus ~ label {
  top: -1px;
  background-color: #fff;
  color: var(--brand_color);
  padding: 0 4px;
  font-size: 12px;
  left: 24px;
  z-index: 1;
  transform: translateY(-50%);
}
.blog_comment_box .get_quote_form .floating-input label {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 400;
  color: #848d95;
  transition: all 0.3s ease-out;
  text-transform: capitalize;
  z-index: -1;
}
.blog_comment_box .get_quote_form .form-group {
  margin-bottom: 30px;
}
.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: 12px 35px;
  box-shadow: none;
}
.blog_comment_box .get_quote_form .thm_btn:hover {
  box-shadow: 0 20px 30px 0 rgba(17, 166, 131, 0.24);
}

/*============= doc_blog_classic_area css ==============*/
.doc_blog_classic_area blockquote {
  margin-top: 0;
  margin-bottom: 50px;
}

.blog_classic_item {
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 50px;
  transition: all 0.2s linear;
  cursor: pointer;
}
.blog_classic_item .b_top_post_content {
  padding: 26px 40px 30px;
}
.blog_classic_item .b_top_post_content .post_tag {
  padding-bottom: 10px;
}
.blog_classic_item .b_top_post_content .p_bottom {
  align-items: center;
}
.blog_classic_item .b_top_post_content .post_author {
  padding-top: 0;
  align-items: center;
}
.blog_classic_item:hover {
  box-shadow: 0 20px 24px 0 rgba(4, 73, 89, 0.1);
}

.video_post {
  position: relative;
  z-index: 1;
}
.video_post:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(9, 16, 50, 0.2);
  position: absolute;
  z-index: 0;
}

.video_icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 20px 40px 0 rgba(1, 16, 58, 0.14);
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  position: absolute;
  transition: all 0.3s linear;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_icon:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 0.2px solid #fff;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  left: 0;
  transform: scale(1.5);
}
.video_icon i {
  color: var(--brand_color);
  text-shadow: 0 6px 13px rgba(17, 166, 131, 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: pulse 2s infinite;
  -webkit-transform: scale(8);
  -ms-transform: scale(8);
  transform: scale(8);
  animation: pulse 2s infinite;
}

.blog_link_post {
  background: #f3f8f9;
  border-left: 4px solid 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 {
  margin-top: 50px;
  box-shadow: 0px 10px 40px 0px #0000000d;
  background-color: #fff;
  border-radius: 5px;
  padding: 40px;
}
.blog_related_post .c_head {
  margin-bottom: 30px;
}
.blog_related_post .row {
  margin-bottom: -40px;
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
}
.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: 0;
}
.blog_related_post .grid_post_content .post_tag {
  padding-bottom: 4px;
}
.blog_related_post .grid_post_content .post_tag a {
  padding-left: 0;
}
.blog_related_post .grid_post_content .b_title {
  font-size: 16px;
  line-height: 22px;
  color: #171d24;
}
.blog_related_post .grid_post_content p {
  margin-bottom: 0;
  color: #535a60;
}

/*============ keyframes animation  =============*/
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
/*============= doc_blog_classic_area css ==============*/
.pagination .page-numbers {
  width: 32px;
  height: 32px;
  display: inline-flex;
  border-radius: 4px;
  border: 1px solid #c8ccd0;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  vertical-align: middle;
  color: #606871;
  transition: all 0.2s linear;
}
.pagination .page-numbers i {
  font-size: 24px;
}
.pagination .page-numbers + .page-numbers {
  margin-left: 10px;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  background-color: var(--brand_color);
  border-color: var(--brand_color);
  box-shadow: 0 20px 30px 0 rgba(17, 166, 131, 0.24);
  color: #fff;
}
.pagination .page-numbers.current {
  box-shadow: none;
}

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

.search_widget .form-control {
  box-shadow: 0px 1.600000023841858px 3.5999999046325684px 0px #334d7226,
    0px 0.5px 1px 0px #334d721a;
  padding-top: 1.05rem;
  padding-bottom: 1.05rem;
  color: #cacccf;
  background-color: #fff;
  border: 1px solid transparent;
}
.search_widget .form-control:focus {
  box-shadow: none;
  border-color: var(--brand_color);
}
.search_widget .form-control::placeholder {
  color: #cacccf;
}

.categorie_list {
  margin-top: -10px;
  margin-bottom: 0;
}
.categorie_list li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--h_title);
  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;
  font-size: 14px;
}
.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: center;
}
.recent_post_item img {
  border-radius: 4px;
  margin-right: 20px;
}
.recent_post_item .media-body h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  transition: color 0.2s linear;
  margin-bottom: 5px;
}
.recent_post_item .media-body h5:hover {
  color: var(--brand_color);
}
.recent_post_item .media-body .entry_post_date {
  font-size: 14px;
  color: var(--p_color);
}
.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: rgba(7, 134, 105, 0.1);
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.w_tag_list li a:hover {
  box-shadow: 0 10px 20px 0 rgba(17, 166, 131, 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(--h_title);
  margin-bottom: 12px;
}
.comments_widget li h6 i {
  color: #6b707f;
  padding-right: 8px;
}
.comments_widget li .text {
  display: block;
  background-color: #f3f8f9;
  border: 1px solid #e7edee;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #686d7d;
  padding: 8px 24px;
}
.comments_widget li + li {
  margin-top: 23px;
}

.instragram_info {
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
}
.instragram_info .instragram_item {
  display: block;
  margin: 5px;
  position: relative;
  z-index: 0;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.1s linear;
  width: calc(90% / 3);
}
.instragram_info .instragram_item img {
  max-width: 100%;
}
.instragram_info .instragram_item::after {
  font-family: "ElegantIcons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e09a";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
  opacity: 0;
  transition: all 0.2s linear;
}
.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,
.instragram_info .instragram_item:hover:after {
  opacity: 1;
}

/*=========== End blog_sidebar css ==========*/
/*=========== News widget css ==========*/
.single-news-widget {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 1.6px 3.5px 0px #334d7226, 0px 0.5px 1px 0px #334d721a;
  transition: all 0.3s ease-out;
  border-radius: 10px;
  margin: 0 15px;
}
.single-news-widget:hover {
  box-shadow: 0px 20px 45px 0px #334d7226;
}
.single-news-widget .img-content img {
  width: 100%;
  border-radius: 10px;
  max-height: 245px;
}
.single-news-widget .news-content {
  padding: 0 20px 35px 20px;
}
.single-news-widget .news-content h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  color: #171d24;
  margin-top: 18px;
  margin-bottom: 15px;
}
.single-news-widget .news-content P {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  color: #6a737c;
}
.single-news-widget .news-content .author {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.single-news-widget .news-content .author div {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #7d848d;
  display: flex;
  align-items: center;
}
.single-news-widget .news-content .author div img {
  margin-right: 8px;
}

.latest-news-area {
  padding-top: 110px;
  padding-bottom: 110px;
}
.latest-news-area .slick-list {
  padding-bottom: 60px;
  margin-left: -15px;
  margin-right: -15px;
}
.latest-news-area .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
}
.latest-news-area .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #bbc0c4;
  padding: 0;
  border-radius: 50%;
}
.latest-news-area .slick-dots li button::before {
  display: none;
}
.latest-news-area .slick-dots li.slick-active button {
  background-color: var(--brand_color);
  border: 1px solid var(--brand_color);
}
.latest-news-area .news-slider {
  margin-top: 60px;
}

/*=========== Foram blog slider widget css ==========*/
.forum-blog-slider .single-forum-blog-widget {
  margin: 0 15px;
}
.forum-blog-slider .slick-list {
  margin: 0 -25px;
  padding: 60px 10px;
}
.forum-blog-slider .slick-arrow {
  font-size: 14px;
  height: 40px;
  width: 40px;
  box-shadow: 0px 1.6px 3.5px 0px #334d7226, 0px 0.5px 1px 0px #334d721a;
  border-radius: 50%;
  color: #848d95;
  line-height: 42px;
  background-color: #fff;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.forum-blog-slider .slick-arrow::before {
  display: none;
}
.forum-blog-slider .slick-arrow:hover {
  color: var(--brand_color);
}
.forum-blog-slider .slick-arrow i {
  vertical-align: middle;
}
.forum-blog-slider .slick-prev {
  left: -55px;
}
.forum-blog-slider .slick-next {
  right: -55px;
}

.single-forum-blog-widget {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 1.6px 3.5px 0px #334d7226, 0px 0.5px 1px 0px #334d721a;
  background-color: #fff;
  transition: all 0.3s ease-out;
}
.single-forum-blog-widget:hover {
  box-shadow: 0px 20px 45px 0px #334d7226;
}
.single-forum-blog-widget .blog-img img {
  width: 100%;
  max-height: 270px;
}
.single-forum-blog-widget .blog-info {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-forum-blog-widget .blog-info > div {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: var(--black_400);
}
.single-forum-blog-widget .blog-info > div img {
  margin-right: 8px;
}
.single-forum-blog-widget .blog-content {
  padding: 26px 30px;
}
.single-forum-blog-widget .blog-content h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 15px;
}
.single-forum-blog-widget .blog-content h5 a {
  color: #171d24;
}
.single-forum-blog-widget .blog-content h5 a:hover {
  color: var(--brand_color);
}
.single-forum-blog-widget .blog-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6a737c;
  margin-bottom: 0;
}

/*=========== Newsletter css ==========*/
.newsletter-form-widget {
  box-shadow: 0px 15px 40px 0px #171d241a, 0px 5px 10px 0px #171d240d;
  background-color: #fff;
  padding: 62px 60px;
  border-radius: 7px;
  transform: translateY(100px);
  position: relative;
  z-index: 2;
}
.newsletter-form-widget h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  color: #171d24;
  margin-bottom: 10px;
}
.newsletter-form-widget p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6a737c;
  margin-bottom: 42px;
}
.newsletter-form-widget .form-group {
  display: flex;
}
.newsletter-form-widget .form-group input[type="text"] {
  flex: 1;
  height: 50px;
  line-height: 48px;
  color: #848d95;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 7px;
  width: 100%;
}
.newsletter-form-widget .form-group input[type="text"]:focus {
  border-color: var(--brand_color);
}
.newsletter-form-widget .form-group button {
  padding: 11px 35px;
  margin-left: 15px;
  border-radius: 7px;
  border: none;
  box-shadow: none;
}
.newsletter-form-widget .form-group button:hover {
  box-shadow: 0 20px 30px 0 rgba(17, 166, 131, 0.24);
}
.newsletter-form-widget .newsletter-img img:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  animation: BallonAnimation 3s linear infinite alternate-reverse;
}

.newsletter-form-widget-2 {
  background-color: #241b30;
  position: relative;
  overflow: hidden;
}
.newsletter-form-widget-2 .img-shapes .shape {
  position: absolute;
}
.newsletter-form-widget-2 .img-shapes .shape img {
  max-width: 100%;
  height: auto;
}
@keyframes WingsOne {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.newsletter-form-widget-2 .img-shapes .shape .fly-msg img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  animation-fill-mode: both;
  animation: WingsOne 0.2s ease-in infinite alternate-reverse;
  animation-delay: 0.2s;
}
.newsletter-form-widget-2 .img-shapes .shape .fly-msg img:nth-child(3) {
  position: absolute;
  right: 0;
  top: 0;
  animation-fill-mode: both;
  animation: WingsOne 0.2s ease-in infinite alternate-reverse;
}
.newsletter-form-widget-2 .img-shapes .shape:nth-child(1) {
  left: 2%;
  transform-origin: left bottom;
  top: 70%;
}
.newsletter-form-widget-2 .img-shapes .shape:nth-child(2) {
  left: 48%;
  top: 10%;
}
.newsletter-form-widget-2 .img-shapes .shape:nth-child(3) {
  right: 23%;
  bottom: 0%;
  transform-origin: right bottom;
}
.newsletter-form-widget-2 .img-shapes .shape:nth-child(4) {
  right: 10%;
  top: 20%;
}
.newsletter-form-widget-2 .img-shapes .shape:nth-child(5) {
  right: 0%;
  top: 0%;
}
.newsletter-form-widget-2 .img-shapes .shape:nth-child(6) {
  bottom: 0%;
  left: 0%;
}
.newsletter-form-widget-2 .widget-content {
  position: relative;
  z-index: 1;
}
.newsletter-form-widget-2 .widget-content h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 0;
  color: #fff;
}
.newsletter-form-widget-2 .widget-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #c8ccd0;
  margin-top: 7px;
}
.newsletter-form-widget-2 .form-group {
  position: relative;
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  padding: 5px;
}
.newsletter-form-widget-2 .form-control {
  border: none;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #9199a1;
  background-color: transparent;
  text-transform: lowercase;
}
.newsletter-form-widget-2 .form-control:focus {
  box-shadow: none;
}
.newsletter-form-widget-2 .form-control::placeholder {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  color: #9199a1;
}
.newsletter-form-widget-2 .action_btn {
  padding: 11px 35px;
  box-shadow: none;
}

@keyframes BallonAnimation {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================ 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(--h_title);
  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;
}
.divider {
  border-bottom: 1px solid #e3e8ea;
  position: relative;
  margin-bottom: 30px;
  margin-top: 36px;
}
.sign_inner .divider .or-text {
  font-size: 16px;
  color: var(--h_title);
  position: absolute;
  top: -14px;
  padding: 0 10px;
  background: #fbfcfd;
  display: inline-block;
  left: 50%;
  margin-left: -21px;
}
.divider .or-text {
  font-size: 16px;
  color: var(--h_title);
  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(--h_title);
  margin-bottom: 5px;
}
.login_form .form-group .form-control {
  border-radius: 6px;
  background-color: #fbfcfd;
  border: 1px solid #e3e8ea;
  font-size: 14px;
  color: var(--h_title);
  font-weight: 400;
  font-family: var(--rob);
  height: 60px;
  line-height: 60px;
  padding: 2px 30px 0;
  transition: all 0.2s linear;
}
.login_form .form-group .form-control.placeholder {
  color: #878b99;
  font-family: var(--rob);
}
.login_form .form-group .form-control:-moz-placeholder {
  color: #878b99;
  font-family: var(--rob);
}
.login_form .form-group .form-control::-moz-placeholder {
  color: #878b99;
  font-family: var(--rob);
}
.login_form .form-group .form-control::-webkit-input-placeholder {
  color: #878b99;
  font-family: var(--rob);
}
.login_form .form-group .form-control:focus {
  box-shadow: 0 20px 30px 0 rgba(4, 73, 89, 0.1);
}
.login_form .form-group .check_box {
  margin-top: -10px;
}
.login_form .form-group .check_box input[type="checkbox"] {
  position: relative;
  top: 1px;
  width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.login_form .form-group .check_box input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fbfcfd;
  top: 0;
  left: 0;
  border-radius: 2px;
  border: 1px solid #a6abb7;
}
.login_form .form-group .check_box input[type="checkbox"]:checked:after {
  content: "\4e";
  font-family: "ElegantIcons";
  display: block;
  font-size: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: 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(17, 166, 131, 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, #10b3d6 0%, #1d2746 100%);
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.signin_left .round {
  bottom: 100px;
  width: 600px;
  height: 600px;
  left: -50px;
}
.signin_left .middle {
  bottom: 50px;
}
.signin_left .bottom {
  bottom: 100px;
}

/*================ signin_left css ==============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=========== contact_area css =========*/
.get_info_area {
  position: relative;
  z-index: 1;
}

.get_info_item {
  border: 1px solid #e3e8ea;
  border-radius: 6px;
  padding: 31px 35px;
  margin-left: 0;
  margin-right: 0;
}
.get_info_item .media img {
  margin-right: 60px;
}
.get_info_item .media .media-body h5 {
  margin-bottom: 4px;
  font-size: 22px;
}
.get_info_item .media .media-body p {
  margin-bottom: 0;
  color: #6b707f;
}
.get_info_item .time {
  font-size: 16px;
  color: var(--p_color);
}
.get_info_item .time span {
  color: var(--h_title);
}
.get_info_item .doc_border_btn {
  max-width: 190px;
  width: 100%;
  display: block;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.get_info_item + .get_info_item {
  margin-top: 30px;
}

.contact_info .contact_form .form-group {
  margin-bottom: 1rem;
}
.contact_info .contact_form .form-group h6 {
  font-size: 16px;
  font-weight: 500;
}
.contact_info .contact_form .form-group .box_info {
  margin-left: -20px;
  margin-right: -20px;
}
.contact_info .contact_form .form-group .form-check {
  min-height: inherit;
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: var(--p_color);
  padding-left: 22px;
  margin: 20px 20px 15px;
}
.contact_info .contact_form .form-group .form-check input[type="checkbox"] {
  border: inherit;
  width: 12px;
  position: absolute;
  outline: none;
  height: 12px;
  top: 1px;
  left: 0;
  margin: 0;
}
.contact_info
  .contact_form
  .form-group
  .form-check
  input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #6b707f;
  top: 0;
  left: 0;
  border-radius: 2px;
  background-color: #fff;
}
.contact_info
  .contact_form
  .form-group
  .form-check
  input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 5px;
  height: 11px;
  border: solid 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;
}
.contact_info
  .contact_form
  .form-group
  .form-check
  input[type="checkbox"]:checked:before {
  border-color: var(--brand_color);
}
.contact_info
  .contact_form
  .form-group
  .form-check
  input[type="checkbox"]:checked:after {
  opacity: 1;
}
.contact_info
  .contact_form
  .form-group
  .form-check
  input[type="checkbox"]:checked
  + label {
  color: var(--brand_color);
}
.contact_info .contact_form .form-group .form-check input[type="radio"] {
  width: 12px;
  position: absolute;
  outline: none;
  height: 12px;
  margin: 0;
  left: 0;
  top: 1px;
  border: inherit;
}
.contact_info .contact_form .form-group .form-check input[type="radio"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #6b707f;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.2s linear;
}
.contact_info .contact_form .form-group .form-check input[type="radio"]:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand_color);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  transform: scale(0);
  transition: all 0.2s linear;
}
.contact_info
  .contact_form
  .form-group
  .form-check
  input[type="radio"]:checked:before {
  border-color: var(--brand_color);
}
.contact_info
  .contact_form
  .form-group
  .form-check
  input[type="radio"]:checked:after {
  transform: scale(1);
}
.contact_info
  .contact_form
  .form-group
  .form-check
  input[type="radio"]:checked
  + label {
  color: var(--brand_color);
}
.contact_info .contact_form .form-group .form-control {
  height: 60px;
  line-height: 55px;
  background: #f9fbfc;
  box-shadow: none;
  border-color: #d9e1e3;
  padding-left: 30px;
  font-weight: 400;
  transition: all 0.2s linear;
  border-radius: 6px;
}
.contact_info .contact_form .form-group .form-control.placeholder {
  color: #878b99;
}
.contact_info .contact_form .form-group .form-control:-moz-placeholder {
  color: #878b99;
}
.contact_info .contact_form .form-group .form-control::-moz-placeholder {
  color: #878b99;
}
.contact_info
  .contact_form
  .form-group
  .form-control::-webkit-input-placeholder {
  color: #878b99;
}
.contact_info .contact_form .form-group .form-control.message {
  height: 200px;
  padding-top: 0;
}
.contact_info .contact_form .form-group .form-control:focus {
  background: #fbfcfd;
  box-shadow: 0 20px 30px 0 rgba(4, 73, 89, 0.1);
}
.contact_info .contact_form .form-group:last-child {
  margin-bottom: 0;
}
.contact_info .contact_fill {
  padding-top: 20px;
}

/*=========== contact_area css =========*/
/* Support Area css
============================================================================================ */
.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;
}

/* End Support Area 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(--h_title);
  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-image: linear-gradient(
    to bottom right,
    #078669,
    rgba(101, 186, 92, 0.77)
  );
  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) {
  top: 0;
  left: 0;
}
.banner_shap_img li:nth-child(2) {
  bottom: 0;
  right: 0;
}
.banner_shap_img li:nth-child(3) {
  left: 145px;
  top: 44%;
}
.banner_shap_img li:nth-child(4) {
  top: 50%;
  right: 375px;
}
.banner_shap_img li:nth-child(5),
.banner_shap_img li:nth-child(6),
.banner_shap_img li:nth-child(7) {
  border-radius: 50%;
  background: #fff;
  opacity: 0.14;
}
.banner_shap_img li:nth-child(5) {
  width: 16px;
  height: 16px;
  left: 435px;
  bottom: 265px;
  animation: pulse 5s linear infinite alternate-reverse;
}
.banner_shap_img li:nth-child(6) {
  width: 30px;
  height: 30px;
  right: 135px;
  animation: pulse 5s linear infinite 0.6s alternate-reverse;
  top: 255px;
}
.banner_shap_img li:nth-child(7) {
  width: 20px;
  height: 20px;
  right: 225px;
  opacity: 1;
  bottom: 115px;
  background-color: #54cfb2;
  animation: pulse 5s linear infinite 1.2s alternate-reverse;
}

.banner_creative1 .doc_banner_content h2 {
  color: #fff;
}

.doc_banner_content {
  position: relative;
}
.doc_banner_content h2 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 8px;
}
.doc_banner_content p {
  font-size: 20px;
}

.header_search_form {
  max-width: 720px;
  margin: 49px auto 0;
}
.header_search_form.right_search .input-wrapper input {
  padding-left: 30px;
}
.header_search_form.right_search .input-wrapper i {
  position: relative;
  left: inherit;
  top: inherit;
  transform: translateY(0) rotate(-90deg);
}
.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: #fff;
  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: 10px;
  box-shadow: 0 10px 20px rgba(58, 58, 58, 0.16);
}
.header_search_form .input-wrapper input.placeholder {
  color: #848996;
}
.header_search_form .input-wrapper input:-moz-placeholder {
  color: #848996;
}
.header_search_form .input-wrapper input::-moz-placeholder {
  color: #848996;
}
.header_search_form .input-wrapper input::-webkit-input-placeholder {
  color: #848996;
}
.header_search_form .custom-select {
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  color: #1d2746;
  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 #1d2746;
  border-right: 1px solid #1d2746;
}
.header_search_form .custom-select li {
  font-size: 14px;
  color: #1d2746;
  line-height: 40px;
}
.header_search_form .custom-select:focus {
  box-shadow: none;
}
.header_search_form .header_form_submit {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #fff;
  background: #00674f;
  padding: 0 32px;
  height: 60px;
  border-radius: 0 10px 10px 0;
  border: 0;
  transition: all 0.2s linear;
  text-align-last: center;
}
.header_search_form .header_form_submit i {
  transform: translateY(-50%) rotate(-90deg);
}

.header_search_form_info {
  position: relative;
}
.header_search_form_info .header_search_form_panel {
  border: 1px solid #e6eeef;
  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 #e6eeef;
  border-top: 1px solid #e6eeef;
}
.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: #1d2746;
}
.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: var(--brand_color);
  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;
}
.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: rgba(255, 255, 255, 0.16);
  color: #fff;
}

/*=============  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;
  font-weight: 500;
  color: #4c4cf1;
  display: inline-block;
  margin: 16px 50px 12px;
}
.see_btn i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
  display: inline-block;
}

.doc_features_item {
  width: calc(100% / 3);
  float: left;
  padding: 35px 30px;
  border-bottom: 1px solid #f1f1f7;
  border-left: 1px solid #f1f1f7;
}
.doc_features_item img {
  margin-right: 15px;
}
.doc_features_item h4 {
  font-size: 16px;
  line-height: 26px;
  color: #232361;
  font-family: var(--rob);
  font-weight: 700;
  margin-bottom: 2px;
}
.doc_features_item h4:hover {
  color: #4c4cf1;
}
.doc_features_item p {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--p_color);
}
.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  ===========*/
/*============= doc_community_area css  ================*/
.doc_community_area {
  padding: 200px 0 75px;
  position: relative;
  background-color: rgba(53, 186, 233, 0.1);
}
.doc_community_area .community_shapes li {
  position: absolute;
}
.doc_community_area .community_shapes li:nth-child(1) {
  top: 80px;
  left: 0px;
}
.doc_community_area .community_shapes li:nth-child(2) {
  bottom: 120px;
  right: 190px;
}
.doc_community_area .community_shapes li:nth-child(3) {
  border-radius: 50%;
  background: #00c9a7;
  width: 20px;
  height: 20px;
  right: 290px;
  top: 80px;
  opacity: 0.37;
}
.doc_community_area .community_shapes li:nth-child(4) {
  border-radius: 50%;
  background: #ffc107;
  width: 26px;
  height: 26px;
  left: 200px;
  bottom: 215px;
  opacity: 0.37;
}
.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: #4c4cf1;
}

.doc_community_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  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: #4c4cf1;
  margin-right: 50px;
}
.doc_community_item h4 {
  font-size: 16px;
  color: #232361;
  font-weight: 700;
  margin-bottom: 5px;
  transition: color 0.2s linear;
}
.doc_community_item h4:hover {
  color: #4c4cf1;
}
.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 {
  width: 36px;
  height: 36px;
  line-height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 14px;
  font-weight: 500;
  color: #232361;
  text-align: center;
  z-index: 1;
  position: relative;
}
.doc_community_item .doc_entry_info .author_avatar li img {
  max-width: 100%;
  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:nth-child(even) {
  z-index: 0;
}
.doc_community_item .doc_entry_info .author_avatar li:last-child {
  border-color: #d7d8db;
}
.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_area .custom_slider_nav {
  display: flex;
  align-items: center;
}
.doc_testimonial_area .custom_slider_nav button {
  font-size: 25px;
  background-color: transparent;
  border: none;
  outline: none;
  vertical-align: middle;
  color: #bdbdbd;
  padding: 0;
  margin: 0;
  transition: all 0.3s linear;
}
.doc_testimonial_area .custom_slider_nav button:hover {
  color: #171717;
}
.doc_testimonial_area .custom_slider_nav .slide_info {
  display: flex;
  align-items: center;
  color: #171717;
  font-size: 23px;
  margin: 0 15px;
  letter-spacing: 2px;
}
.doc_testimonial_area .custom_slider_nav .slide_info .current_slide {
  font-size: 20px;
  color: #bdbdbd;
}

.doc_testimonial_slider .item {
  padding-left: 15px;
  position: relative;
  padding-top: 10px;
}
.doc_testimonial_slider .item:before {
  content: "ΓÇ£";
  font-family: var(--rob);
  font-weight: 400;
  font-size: 150px;
  color: #4c4cf1;
  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;
  color: #232361;
  font-weight: 400;
  margin-bottom: 20px;
}
.doc_testimonial_slider .item .name {
  font-size: 14px;
  font-weight: 700;
  color: #232361;
  margin-bottom: 5px;
}
.doc_testimonial_slider .item .name span {
  font-weight: 400;
}
.doc_testimonial_slider .item .sign {
  display: inline-block;
}

.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;
  right: 10px;
  bottom: 0;
  z-index: -1;
}
.doc_img_slider .item .dot-2 {
  border-radius: 0;
  position: absolute;
  left: 0px;
  top: 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: 20px;
  top: 60px;
  background-image: linear-gradient(
    50deg,
    var(--brand_color) 0%,
    rgba(101, 186, 92, 0.77) 100%
  );
  opacity: 0.1;
}
.doc_img_slider .item .round.two {
  width: 280px;
  height: 280px;
  right: 0px;
  top: 50%;
  margin-top: -140px;
  background-image: linear-gradient(
    50deg,
    var(--brand_color) 0%,
    rgba(101, 186, 92, 0.77) 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 {
  margin-bottom: 0 !important;
}
.doc_subs_full .doc_subscribe_inner {
  border-radius: 0;
  box-shadow: none;
}

.doc_subscribe_area {
  margin-bottom: -150px;
}
.doc_subscribe_area .container {
  position: relative;
}
.doc_subscribe_area .container .shape-one {
  position: absolute;
  left: -35px;
  top: -40px;
}

.doc_subscribe_inner {
  border-radius: 20px;
  background-image: linear-gradient(
    to bottom right,
    var(--brand_color) 0%,
    rgba(101, 186, 92, 0.77) 100%
  );
  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: 2;
}
.doc_subscribe_inner .one,
.doc_subscribe_inner .two {
  position: absolute;
  z-index: -1;
}
.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 h2 {
  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;
  padding-top: 3px;
  padding-bottom: 3px;
}
.doc_subscribe_inner .doc_subscribe_form .input-fill {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3px;
  padding-right: 2px;
  padding-bottom: 2px;
  position: relative;
  border-radius: 7px;
  background-color: #fff;
}
.doc_subscribe_inner .doc_subscribe_form .input-fill:before {
  content: "\55";
  position: absolute;
  font-family: eleganticons;
  font-size: 18px;
  margin-right: 10px;
  top: 12px;
  left: 22px;
  transform: rotate(-90deg);
  display: inline-block;
}
.doc_subscribe_inner .doc_subscribe_form .input-fill input {
  height: 50px;
  border: 0;
  border-radius: 7px;
  line-height: 51px;
  font-size: 14px;
  width: 100%;
  padding-left: 50px;
  flex: 1;
}
.doc_subscribe_inner .doc_subscribe_form .input-fill input.placeholder {
  color: #848996;
}
.doc_subscribe_inner .doc_subscribe_form .input-fill input:-moz-placeholder {
  color: #848996;
}
.doc_subscribe_inner .doc_subscribe_form .input-fill input::-moz-placeholder {
  color: #848996;
}
.doc_subscribe_inner
  .doc_subscribe_form
  .input-fill
  input::-webkit-input-placeholder {
  color: #848996;
}
.doc_subscribe_inner .doc_subscribe_form .submit_btn {
  border-radius: 7px;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  background: #00674f;
  padding: 10px 30px;
  color: #fff;
  transition: background 0.4s linear, color 0.3s;
}
.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: #e9e9e9;
  position: relative;
  padding-left: 20px;
}
.doc_subscribe_inner .doc_subscribe_form ul li a:before {
  content: "\4e";
  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_area {
  background: #f1f1f1;
  position: relative;
  z-index: 1;
}
.doc_footer_area .footer-shapes img {
  max-width: 100%;
  height: auto;
}
.doc_footer_area .footer-shapes li {
  position: absolute;
  z-index: -1;
}
.doc_footer_area .footer-shapes li:nth-child(1),
.doc_footer_area .footer-shapes li:nth-child(2),
.doc_footer_area .footer-shapes li:nth-child(3) {
  bottom: 0;
}
.doc_footer_area .footer-shapes li:nth-child(1) {
  left: 193px;
}
.doc_footer_area .footer-shapes li:nth-child(2) {
  right: 160px;
}
.doc_footer_area .footer-shapes li:nth-child(3) {
  left: 160px;
}
.doc_footer_area .footer-shapes li:nth-child(4) {
  left: 202px;
  bottom: 232px;
}
.doc_footer_area .footer-shapes li:nth-child(5) {
  right: 92px;
  top: 99px;
}
.doc_footer_area .footer-shapes li:nth-child(6) {
  height: 24px;
  width: 24px;
  border-radius: 3.33px;
  background-color: #f5d453;
  top: 302px;
  right: 232px;
}
.doc_footer_area .footer-shapes li:nth-child(7) {
  height: 57px;
  width: 57px;
  border-radius: 50%;
  background-color: #f5d453;
  top: 109px;
  left: 55px;
}

.doc_footer_top {
  padding: 100px 0 90px;
}

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

.doc_about_widget p {
  font-size: 18px;
  line-height: 30px;
  color: #6b707f;
  font-weight: 500;
  margin-top: 30px;
}
.doc_about_widget ul {
  margin-bottom: 0;
}
.doc_about_widget ul li {
  display: inline-block;
  margin-right: 5px;
}
.doc_about_widget ul li a {
  width: 44px;
  height: 44px;
  display: block;
  text-align: center;
  color: #838793;
  font-size: 14px;
  line-height: 45px;
  border-radius: 6px;
  background: transparent;
  transition: all 0.2s linear;
  border: 1px solid #bcbcbc;
}
.doc_about_widget ul li a:hover {
  background: #15a783;
  color: #fff;
  border-color: #15a783;
}

.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: #6b707f;
}
.doc_service_list_widget ul li a img {
  margin-right: 14px;
}
.doc_service_list_widget ul li a:hover {
  color: #33b081;
}
.doc_service_list_widget ul li + li {
  margin-top: 10px;
}

.doc_footer_bottom {
  border-top: 1px solid #dbdbdb;
  padding: 30px 0 30px;
}
.doc_footer_bottom p {
  margin-bottom: 0;
  font-size: 14px;
  color: #6b707f;
}
.doc_footer_bottom p span {
  color: #33b081;
}

.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: #33b081;
}

/*=============== doc_footer_area css  ==============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* 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 .footer_top {
  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: #e8f0f1;
}

.f_widget .f_title {
  font-size: 18px;
  margin-bottom: 30px;
}
.f_widget.subscribe_widget {
  padding-right: 40px;
}
.f_widget.subscribe_widget .f_logo {
  display: inline-block;
  margin-bottom: 32px;
}
.f_widget.subscribe_widget h4 {
  margin-bottom: 34px;
}
.f_widget.link_widget .link_list {
  margin-bottom: 0;
}
.f_widget.link_widget .link_list li a {
  color: 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(--h_title);
  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(17, 166, 131, 0.3);
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  display: block;
  color: var(--brand_color);
  margin-right: 6px;
}
.f_social_icon li a:hover {
  background: var(--brand_color);
  border-color: var(--brand_color);
  box-shadow: 0 10px 20px 0 rgba(17, 166, 131, 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: 30px 0;
  position: relative;
  z-index: 1;
  background: #1d2746;
}
.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;
}
.simple_footer .f_social_icon li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #8d93a4;
  border-color: #8d93a4;
}
.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(--h_title);
  font-size: 18px;
  font-weight: 500;
  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: "\33";
  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(--h_title);
}
.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
  ============================================================================================ */
.footer-sub-form-2 .form-inp-container {
  position: relative;
}
.footer-sub-form-2 .form-inp-container input {
  border-radius: 5px;
  background-color: transparent;
  font-size: 16px;
  border: 1px solid var(--black_700);
  font-weight: 400;
  line-height: 40px;
  color: #848d95;
  width: 100%;
  padding: 10px;
  padding-right: 110px;
  transition: all 0.3s ease-in;
}
.footer-sub-form-2 .form-inp-container input:focus {
  border-color: var(--brand_color);
}
.footer-sub-form-2 .form-inp-container input::placeholder {
  color: #848d95;
  font-size: 16px;
}
.footer-sub-form-2 .form-inp-container .action_btn {
  position: absolute;
  right: 10px;
  top: 11px;
  border: none;
  padding: 6px 16px;
  box-shadow: none;
}

/*======  Footer Three css ======*/
.footer-3 {
  background-color: #f6fbfc;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer-3.bg_color_2 {
  background-color: #172229;
}
.footer-3 .footer-shapes img {
  max-width: 100%;
  height: auto;
}
.footer-3 .footer-shapes .shape {
  position: absolute;
  z-index: -1;
}
.footer-3 .footer-shapes .shape:nth-child(1) {
  bottom: 85px;
  left: 4%;
}
.footer-3 .footer-shapes .shape:nth-child(2) {
  bottom: 0;
  right: 0%;
}
.footer-3 .footer-widget .f-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
}
.footer-3 .footer-widget .widget-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  
}
.footer-3 .footer-widget .link-list {
  margin-bottom: 0;
}
.footer-3 .footer-widget .link-list li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #c8ccd0;
}
.footer-3 .footer-widget .link-list li a:hover {
  color: #fff;
}
.footer-3 .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-3 .footer-bottom p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #bbc0c4;
  margin-bottom: 0;
}
.footer-3 .footer-bottom ul {
  margin-bottom: 0;
}
.footer-3 .footer-bottom ul li {
  display: inline-block;
  margin-right: 30px;
}
.footer-3 .footer-bottom ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #bbc0c4;
  transition: all 0.3s ease-out;
}
.footer-3 .footer-bottom ul li a:hover {
  color: #fff;
}
.footer-3 .footer-bottom ul li:last-child {
  margin-right: 0;
}

/*======  Footer Four css ======*/
.footer-4 {
  background-color: #140f4d;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer-4 .footer-shapes .shape {
  position: absolute;
  z-index: -1;
  bottom: 0px;
}
.footer-4 .footer-shapes .shape:nth-child(1) {
  left: 0%;
}
.footer-4 .footer-shapes .shape:nth-child(2) {
  left: 0;
}
.footer-4 .footer-shapes .shape:nth-child(3) {
  right: 0;
}
.footer-4 .footer-social-widget a {
  background-color: #fff;
  height: 30px;
  width: 30px;
  color: #171d24;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s linear;
  display: inline-block;
  margin-right: 10px;
  font-size: 15px;
}
.footer-4 .footer-social-widget a:last-child {
  margin-right: 0;
}
.footer-4 .footer-social-widget a:hover {
  color: var(--brand_color);
}
.footer-4 .footer-menu .link-list {
  margin-bottom: 0;
}
.footer-4 .footer-menu .link-list li {
  margin-right: 40px;
}
.footer-4 .footer-menu .link-list li:last-child {
  margin-right: 0;
}
.footer-4 .footer-menu .link-list li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #c8ccd0;
  transition: all 0.3s ease-out;
}
.footer-4 .footer-menu .link-list li a:hover {
  color: #fff;
}
.footer-4 .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-4 .footer-bottom p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #bbc0c4;
  margin-bottom: 0;
}
.footer-4 .footer-bottom ul {
  margin-bottom: 0;
}
.footer-4 .footer-bottom ul li {
  display: inline-block;
  margin-right: 30px;
}
.footer-4 .footer-bottom ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #9199a1;
  transition: all 0.3s ease-out;
}
.footer-4 .footer-bottom ul li a:hover {
  color: #fff;
}
.footer-4 .footer-bottom ul li:last-child {
  margin-right: 0;
}

/*======  Footer Five css ======*/
.footer-5 {
  background-color: #241b30;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 1400px) {
  .footer-5 .container {
    max-width: 1475px !important;
  }
}
.footer-5 .footer-shapes img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.footer-5 .footer-widget .f-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #bbc0c4;
  margin-bottom: 0;
}
.footer-5 .footer-widget h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #ffffff;
}
.footer-5 .footer-widget .link-list li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #bbc0c4;
  display: inline-block;
  transition: all 0.2s linear;
}
.footer-5 .footer-widget .link-list li a:hover {
  color: var(--brand_color);
}
.footer-5 .footer-widget .social-list li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #bbc0c4;
}
.footer-5 .footer-widget .social-list li a i {
  font-size: 16px;
  margin-right: 17px;
}
.footer-5 .footer-widget .social-list li a:hover {
  color: var(--brand_color);
}

.footer-6 {
  background-color: #ffebd5;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer-6 .footer-shapes img {
  max-width: 100%;
  height: auto;
}
.footer-6 .footer-shapes .shape {
  position: absolute;
  z-index: -1;
}
.footer-6 .footer-shapes .shape:nth-child(1) {
  bottom: 0;
  left: 0%;
}
.footer-6 .footer-shapes .shape:nth-child(2) {
  top: 154px;
  right: 240px;
}
.footer-6 .footer-shapes .shape:nth-child(3) {
  right: 190px;
  bottom: 145px;
}
.footer-6 .footer-shapes .shape:nth-child(4) {
  right: 300px;
  bottom: 235px;
}
.footer-6 .footer-shapes .shape:nth-child(5) {
  top: 225px;
  right: 200px;
}
.footer-6 .footer-widget .f-text {
  font-family: var(--rob);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #171d24;
}
.footer-6 .footer-widget .widget-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #171d24;
}
.footer-6 .footer-widget .link-list {
  margin-bottom: 0;
}
.footer-6 .footer-widget .link-list li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #171d24;
}
.footer-6 .social-link a {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #171d24;
  color: #171d24;
  margin-right: 15px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
}
.footer-6 .social-link a:hover {
  background-color: var(--brand_color);
  color: #fff;
  border-color: var(--brand_color);
}
.footer-6 .social-link a:last-child {
  margin-right: 0;
}
.footer-6 .footer-bottom {
  border-top: 1px solid rgba(23, 29, 36, 0.2);
}
.footer-6 .footer-bottom p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #606871;
  margin-bottom: 0;
}
.footer-6 .footer-bottom ul {
  margin-bottom: 0;
}
.footer-6 .footer-bottom ul li {
  display: inline-block;
  margin-right: 30px;
}
.footer-6 .footer-bottom ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #606871;
  transition: all 0.3s ease-out;
}
.footer-6 .footer-bottom ul li:last-child {
  margin-right: 0;
}

/* 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: "\33";
  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
    ============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* body.body_dark {
  color: var(--black_150);
  * === Sticky Menu Navbar === *
} */
/* body.body_dark h1,
body.body_dark h2,
body.body_dark h3,
body.body_dark h4,
body.body_dark h5,
body.body_dark h6,
body.body_dark .topics-filter .nav-item .nav-link.active,
body.body_dark .topics-filter .nav-item .nav-link:hover,
body.body_dark .learn_btn,
body.body_dark .forum_l_inner .forum_head .left li,
body.body_dark .pagination_inner .go_btn input,
body.body_dark .text_btn.dark_btn,
body.body_dark .forum-statistics .statistics-widget h4,
body.body_dark .community-area .nav-tabs .nav-item button.active,
body.body_dark .single-forum-post-widget .post-title h6 a,
body.body_dark .single-news-widget .news-content h5 a,
body.body_dark .forum-category-area .single-category-widget h5,
body.body_dark .forum-right-sidebar-widget .single-widget-box .widget-header h5,
body.body_dark .forum-post-widget .widget-header h2,
body.body_dark
  .forum-right-sidebar-widget
  .single-widget-box.stat-widget
  .row
  h5,
body.body_dark .client-testimonial-widget .widget-header .client-info .c-name,
body.body_dark .single-forum-blog-widget .blog-content h5 a,
body.body_dark .all-question-widget .widget-header .title h4,
body.body_dark
  .single-question-widget
  .question-content
  .question-header
  .qtn-title
  h6,
body.body_dark
  .forum-right-sidebar-widget
  .single-widget-box.helpful-user
  .widget-content
  .single-user
  .user-info
  h6
  a,
body.body_dark
  .forum-right-sidebar-widget
  .single-widget-box.populer-topics
  .widget-content
  .single-topic
  .topic-content
  h6
  a,
body.body_dark .blog_related_post .grid_post_content .b_title,
body.body_dark .add-question-widget .widget-title,
body.body_dark .add-question-widget label,
body.body_dark .user-list-widget .single-user-widget h6,
body.body_dark .user-list-widget .single-user-widget .user-activity div p,
body.body_dark .user-list-widget .widget-filter .nice_select,
body.body_dark .single-question-widget-2 .user-ans .answer,
body.body_dark .filter-tab-2 > ul > li a.active,
body.body_dark .info_list li span,
body.body_dark .community-post .post-content .entry-content .post-title a,
body.body_dark .journalism-content-wrapper .journalism-title,
body.body_dark .communities-boxes .com-box .com-box-content .title a {
  color: #fff;
} */
body.body_dark .single-forum-post-widget .post-title h6 a:hover,
body.body_dark .single-news-widget .news-content h5 a:hover,
body.body_dark .single-forum-blog-widget .blog-content h5 a:hover,
body.body_dark
  .forum-right-sidebar-widget
  .single-widget-box.top-user
  ul
  li
  a:hover,
body.body_dark
  .single-question-widget
  .question-content
  .question-header
  .qtn-title
  h6:hover,
body.body_dark
  .forum-right-sidebar-widget
  .single-widget-box.helpful-user
  .widget-content
  .single-user
  .user-info
  h6
  a:hover,
body.body_dark
  .forum-right-sidebar-widget
  .single-widget-box.populer-topics
  .widget-content
  .single-topic
  .topic-content
  h6
  a:hover,
body.body_dark .blog_related_post .grid_post_content .b_title:hover,
body.body_dark .community-post .post-content .entry-content .post-title a:hover,
body.body_dark .communities-boxes .com-box .com-box-content .title a:hover {
  color: var(--brand_color);
}
body.body_dark .journalism-feature-image::before {
  background-image: linear-gradient(45deg, #4c4cf10d 0%, #6666eb0d 100%);
}
/* body.body_dark .ticket_categories li a,
body.body_dark .categorie_list li a,
body.body_dark .common_question_area .question_menu .nav li a,
body.body_dark .forum-right-sidebar-widget .single-widget-box.top-user ul li a,
body.body_dark
  .forum-right-sidebar-widget
  .single-widget-box.stat-widget-2
  span,
body.body_dark .info_list li a {
  color: var(--black_150);
} */
body.body_dark .forum_footer_area,
body.body_dark .doc_footer_top,
body.body_dark .doc_footer_area {
  background: #010101;
}
body.body_dark .right-nav .js-darkmode-btn ion-icon.dark-mode {
  display: block;
}
body.body_dark .right-nav .js-darkmode-btn ion-icon.light-mode {
  display: none;
}
body.body_dark .doc_community_item h4 {
  color: #232361;
}
body.body_dark .feature-content-text p {
  color: var(--black_300);
}

body.body_dark .img_modal,
body.body_dark .doc_features_area,
body.body_dark .blog_top_post,
body.body_dark .video_slider_area {
  background: #131417;
}
body.body_dark .doc_community_area,
body.body_dark .common_question_area,
body.body_dark .freelancing_list,
body.body_dark .asking_area {
  background: var(--black_800);
}

body.body_dark .blog_grid_inner,
body.body_dark .dark_menu .right-nav .nav_btn.tp_btn {
  border-color: rgba(255, 255, 255, 0.3);
  color: #f5f5f5 !important;
}
body.body_dark .navbar_fixed.menu_one .menu > .nav-item.active > .nav-link {
  color: var(--brand_color);
}
body.body_dark .navbar_fixed.menu_one .menu > .nav-item > .nav-link {
  color: #f5f5f5;
}
body.body_dark .navbar_fixed.menu_one .menu > .nav-item > .nav-link.active,
body.body_dark .navbar_fixed.menu_one .menu > .nav-item > .nav-link:hover {
  color: var(--brand_color);
}
body.body_dark .search-banner-light {
  background: radial-gradient(circle, #444857, #2c303a);
}
body.body_dark .banner-area-7 .search-banner-light {
  background: inherit;
}
body.body_dark .banner-area-4 .search-banner-light,
body.body_dark .banner-area-5 .search-banner-light {
  background: inherit;
}
/* 
body.body_dark .blog_top_post.blog_classic_item,
body.body_dark .h_item,
body.body_dark .common_question_area .question_menu .topic_list_item,
body.body_dark .asking_area .asking_item,
body.body_dark .status_area .status_inner,
body.body_dark .r_heading,
body.body_dark .l_tags_wd .nav li a,
body.body_dark .page-link,
body.body_dark .forum_l_inner .forum_head,
body.body_dark .answer-action,
body.body_dark .changelog_info .line,
body.body_dark .doc_features_inner,
body.body_dark .recommended_item,
body.body_dark .categories_guide_item,

body.body_dark .doc_about_widget ul li a,
body.body_dark .blog_grid_post,
body.body_dark blockquote,
body.body_dark .comments_widget li .text,
body.body_dark .cheatsheet_item,
body.body_dark .ab_wd .nice_select,
body.body_dark .breadcrumb_area_three,
body.body_dark .blog_post_author,
body.body_dark .w_tag_list li a,
body.body_dark .ticket_categories li .count,
body.body_dark .community-topic-widget-box,
body.body_dark .single-news-widget,
body.body_dark .forum-category-area .single-category-widget,
body.body_dark .single-forum-post-widget,
body.body_dark .forum-post-widget .post-filter-widget,
body.body_dark .forum-right-sidebar-widget .single-widget-box .widget-header,
body.body_dark .single-forum-blog-widget,
body.body_dark .newsletter-form-widget,
body.body_dark .forum-left-sidebar-widget,
body.body_dark .forum-blog-slider .slick-arrow,
body.body_dark .client-testimonial-slider .slick-arrow,
body.body_dark .blog_single_item,
body.body_dark .blog_related_post,
body.body_dark .comment_inner,
body.body_dark .blog_comment_box,
body.body_dark .add-question-widget,
body.body_dark .user-details-widget,
body.body_dark .qna-statistics,
body.body_dark .single-user-widget,
body.body_dark .user-list-widget .widget-filter .table-sorting,
body.body_dark .user-list-widget .widget-filter .nice-select .list,
body.body_dark .single-badge-widget,
body.body_dark .single-question-widget-2,
body.body_dark .all-question-widget-2 .widget-header,
body.body_dark .author_option,
body.body_dark .forum_body_area,
body.body_dark .funfact-boxes .funfact-box {
  background: #2c303a;
} */
body.body_dark .bg-white {
  background: #2c303a !important;
}
body.body_dark .forum-right-sidebar-widget .single-widget-box .widget-header {
  box-shadow: 0px 1px 0px 0px #2c303a;
}
body.body_dark .forum-right-sidebar-widget .single-widget-box,
body.body_dark .client-testimonial-widget,
body.body_dark .all-question-widget,
body.body_dark .single-question-widget,
body.body_dark .widget-pagination-box {
  background-color: transparent;
  border-color: #2c303a;
  box-shadow: none;
}
body.body_dark .forum-right-sidebar-widget .single-widget-box .border-start,
body.body_dark .forum-right-sidebar-widget .single-widget-box .border-bottom,
body.body_dark .forum-right-sidebar-widget .single-widget-box .border-top,
body.body_dark .forum-right-sidebar-widget .single-widget-box .border-end,
body.body_dark .client-testimonial-widget .border-start,
body.body_dark .client-testimonial-widget .border-bottom,
body.body_dark .client-testimonial-widget .border-top,
body.body_dark .client-testimonial-widget .border-end,
body.body_dark .all-question-widget .border-start,
body.body_dark .all-question-widget .border-bottom,
body.body_dark .all-question-widget .border-top,
body.body_dark .all-question-widget .border-end,
body.body_dark .single-question-widget .border-start,
body.body_dark .single-question-widget .border-bottom,
body.body_dark .single-question-widget .border-top,
body.body_dark .single-question-widget .border-end,
body.body_dark .widget-pagination-box .border-start,
body.body_dark .widget-pagination-box .border-bottom,
body.body_dark .widget-pagination-box .border-top,
body.body_dark .widget-pagination-box .border-end {
  border-color: #2c303a !important;
}
body.body_dark .client-testimonial-widget:hover {
  box-shadow: 0px 20px 45px 0px #334d7226;
}
body.body_dark
  .forum_body
  .navbar-nav
  li
  .media
  .media-right
  .nav
  li
  .dropdown-menu {
  background-color: #131417;
  border-color: #2c303a;
}
body.body_dark .forum-right-sidebar-widget .form-control {
  background-color: transparent;
  border-color: #2c303a;
  color: #fff;
}
body.body_dark .forum-right-sidebar-widget .form-control:focus {
  background-color: transparent;
}
/* body.body_dark .navbar_fixed.menu_one {
  background: #171544;
  box-shadow: 0 0 25px 5px #000;
} */
body.body_dark .dark_menu:not(.navbar_fixed) .menu_toggle .hamburger span,
body.body_dark .dark_menu .menu_toggle .hamburger-cross span,
body.body_dark .menu_one.dark_menu .hamburger span {
  background: #fff !important;
}
body.body_dark .community-post.style-two:hover,
body.body_dark .header_search_form .input-wrapper input {
  background: #252830;
}
body.body_dark .header_search_form.right_search .input-wrapper input {
  background: #fff;
}
body.body_dark .pagination_inner .go_btn input,
body.body_dark .search_form .form-control,
body.body_dark .ab_wd .nice_select {
  background: #5a5f73;
  border-color: #2c303a;
}
body.body_dark .community-post.style-two:not(:last-child),
body.body_dark .bb-radius,
body.body_dark .post-header,
body.body_dark .community-post.style-two:hover,
body.body_dark .doc_footer_bottom,
body.body_dark .ticket_categories li:not(:last-child),
body.body_dark .single_list,
body.body_dark .comments_widget li .text,
body.body_dark .common_question_area .question_menu .topic_list_item,
body.body_dark .footer_copyright,
body.body_dark .pagination_inner .go_btn .input-group-append button,
body.body_dark .forum_l_inner .forum_head,
body.body_dark .r_heading,
body.body_dark .user_list_wd,
body.body_dark .navbar-nav li,
body.body_dark .comment_list .navbar-nav li,
body.body_dark .question_list_wd,
body.body_dark .forum_l_inner,
body.body_dark .forum_body .topic_list li,
body.body_dark .single-question-widget .question-body .q-text .q-tag-list li a,
body.body_dark .single-question-widget .comment-bar .form-group .form-control {
  border-color: #2c303a;
}
body.body_dark .profile_info .p_info_item_inner .p_info_item,
body.body_dark .p_social {
  border-color: #3f4b53;
}
body.body_dark .doc_features_item,
body.body_dark .all-question-widget .widget-header .filter-tab .custom-select,
body.body_dark .all-question-widget .widget-header .filter-tab > ul > li a,
body.body_dark .user-list-widget .widget-filter .nice_select::after {
  border-color: var(--black_700);
}
/* body.body_dark .ab_wd .nice_select span,
body.body_dark .doc_testimonial_slider .item h3,
body.body_dark .doc_testimonial_slider .item .name,
body.body_dark .doc_testimonial_area .custom_slider_nav .slide_info,
body.body_dark .doc_testimonial_area .custom_slider_nav button:hover,
body.body_dark .user-details-widget p a,
body.body_dark .user-details-widget .user-text,
body.body_dark .qna-statistics p,
body.body_dark .user-list-widget .single-user-widget p,
body.body_dark .user-list-widget .single-user-widget .user-activity div span,
body.body_dark .single-badge-widget.locked::before,
body.body_dark .single-badge-widget p,
body.body_dark .single-question-widget-2 p {
  color: var(--black_150);
} */
body.body_dark .forum-statistics .statistics-widget p {
  color: #6b707f;
}
body.body_dark .search_form button {
  color: #8f94a6;
}

body.body_dark .forum-user-wrapper,
body.body_dark .about-journalism {
  background-color: #4c4cf10d;
}
body.body_dark .funfact-area {
  background-image: linear-gradient(45deg, #4c4cf10d 0%, #6666eb0d 100%);
}
body.body_dark .first_logo {
  display: none;
}
body.body_dark .white_logo {
  display: block !important;
}
body.body_dark .header_logo img.sticky_logo {
  display: none;
}
body.body_dark
  .forum-right-sidebar-widget
  .single-widget-box.stat-widget-2
  h4
  span {
  color: var(--brand_color);
}
body.body_dark .sticky_menu .navbar-brand img {
  display: none;
}
body.body_dark .sticky_menu .navbar-brand img + img {
  display: block;
}
body.body_dark .sticky_menu .menu_one,
body.body_dark .sticky_menu .menu > .nav-item.submenu .dropdown-menu,
body.body_dark .sticky_menu .menu > .nav-item.submenu .dropdown-menu:before {
  background: #252830;
}
body.body_dark .sticky_menu .menu > .nav-item.submenu .dropdown-menu,
body.body_dark .sticky_menu .menu > .nav-item.submenu .dropdown-menu:before {
  border-color: #5a5f73;
}
body.body_dark .sticky_menu .menu_one .menu > .nav-item .nav-link,
body.body_dark
  .sticky_menu
  .menu
  > .nav-item.submenu
  .dropdown-menu
  .nav-item
  .nav-link
  h5 {
  color: #fff;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.body_dark {
  /** === Focus, active color === **/
  /** !-- End Focus, active color **/
  /** === Border color === **/
  /** !-- End Border color **/
}
.body_dark.onepage-doc .nav-sidebar .nav-item .docs-progress-bar,
.body_dark .fontsize-controllers .btn-group .btn:focus,
.body_dark
  .doc_rightsidebar
  .bootstrap-select
  > .dropdown-menu
  .inner
  .dropdown-menu
  li
  a.active,
.body_dark
  .doc_rightsidebar
  .bootstrap-select
  > .dropdown-menu
  .inner
  .dropdown-menu
  li
  a:hover {
  background: #444857;
}
.body_dark.onepage-doc .nav-sidebar .nav-item,
.body_dark .doc_rightsidebar .bootstrap-select > .dropdown-menu,
.body_dark .doc_rightsidebar .dropdown-toggle,
.body_dark .fontsize-controllers .btn-group,
.body_dark.onepage-doc .nav-sidebar .nav-item .dropdown_nav,
.body_dark .doc_rightsidebar .doc_switch input[type="checkbox"],
.body_dark .doc_rightsidebar .pageSideSection::before,
.body_dark
  .doc_rightsidebar
  .bootstrap-select
  > .dropdown-menu
  .inner
  .dropdown-menu {
  background: #2c303a;
}

.body_dark .doc_rightsidebar .doc_switch input[type="checkbox"],
.body_dark .topic_item_tabs .topic_list_item,
.body_dark .comment_box .post_comment .comment_author .media-body,
.body_dark .doc_rightsidebar .dropdown-toggle,
.body_dark .fontsize-controllers .btn-group .btn.rvfs-reset,
.body_dark .fontsize-controllers .btn-group,
.body_dark .doc_left_sidebarlist:before,
.body_dark .doc_left_sidebarlist,
.body_dark .nav-sidebar + .nav-sidebar,
.body_dark .doc_rightsidebar,
.body_dark .v_menu,
.body_dark .toggle_body,
.body_dark .basic_table_info,
.body_dark .basic_table_info tbody tr th,
.body_dark .basic_table_info tbody tr td,
.body_dark .typography_content .code-preview,
.body_dark .doc_left_sidebarlist:before {
  border-color: #2c303a;
}
.body_dark
  .blog_comment_box.topic_comment
  .get_quote_form
  .form-group
  input:focus
  ~ .floating-label,
.body_dark
  .blog_comment_box.topic_comment
  .get_quote_form
  .form-group
  textarea:focus
  ~ .floating-label,
.body_dark
  .blog_comment_box.topic_comment
  .get_quote_form
  .form-group
  input:not(:focus):valid
  ~ .floating-label,
.body_dark
  .blog_comment_box.topic_comment
  .get_quote_form
  .form-group
  .form-control {
  background: #252830;
  border-color: #252830;
}
.body_dark.onepage-doc .nav-sidebar .nav-item .dropdown_nav:before {
  background: #272830;
}
.body_dark .nav-sidebar .nav-item .nav-link {
  color: #c7c9d3;
}
.body_dark .nav-sidebar .nav-item .nav-link.active,
.body_dark .nav-sidebar .nav-item .nav-link:hover {
  color: var(--brand_color);
}
.body_dark .nav-sidebar .nav-item .dropdown_nav li a {
  color: #bbb;
}
.body_dark .doc_menu .nav-link,
.body_dark .doc_rightsidebar .doc_right_link li a {
  color: #bbb;
}

.body_dark .documentation_item .icon {
  background: rgba(255, 255, 255, 0.2);
}
.body_dark .fontsize-controllers .btn-group .btn,
.body_dark
  .doc_rightsidebar
  .bootstrap-select
  .dropdown-toggle
  .filter-option-inner-inner {
  color: #c7c9d3;
}
.body_dark .border_bottom {
  background: #384c59;
}
.body_dark .link,
.body_dark .version,
.body_dark .question_box .signup_form .input-group,
.body_dark .tab_shortcode .tab-content {
  border: 1px solid #384c59;
  background: #1f3341;
}
.body_dark .tab_shortcode .nav-tabs .nav-item .nav-link {
  background: #1f3341;
  border-color: #384c59;
}
.body_dark .question_box .signup_form .input-group .form-control {
  color: #6b707f;
}
.body_dark .question_box .signup_form .input-group button:before {
  background: #384c59;
}
.body_dark
  .search-banner-light
  .header_search_keyword
  .header-search-form__keywords-label,
.body_dark .search-banner-light .header_search_keyword ul li a,
.body_dark .get_started p {
  color: #d3d4d4;
}
.body_dark .f_bg_color,
.body_dark .page_breadcrumb,
.body_dark .toggle_btn,
.body_dark .doc_accordion .card-header button {
  background: #1f3341;
}
.body_dark .shortcode_text ul li a,
.body_dark .dark_menu .menu > .nav-item > .nav-link,
.body_dark .tab_shortcode .nav-tabs .nav-item .nav-link.active,
.body_dark .page_breadcrumb .breadcrumb .breadcrumb-item.active,
.body_dark .breadcrumb-item + .breadcrumb-item::before,
.body_dark .toggle_btn.collapsed:before,
.body_dark .toggle_btn.collapsed,
.body_dark .doc_accordion .card-header button,
.body_dark .table {
  color: #fff;
}
.body_dark .toggle_body,
.body_dark .doc_accordion,
.body_dark .message_alert {
  background: #061f2f;
}
.body_dark .toggle_btn {
  color: var(--brand_color);
}
.body_dark .menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link h5 {
  color: #1d2746;
}
.body_dark .card_tagged li a {
  color: #e3e4e8;
  background: #444857;
}
.body_dark .card_tagged li a:hover {
  opacity: 0.9;
}

/*---------------------------------------------------- */

/*# sourceMappingURL=style-main.css.map */
.serviceClass {
  display: flex; 

  justify-content: center;
}
.unique :focus{
  background-color: #F4FCFF !important;
  color: #000;
  box-shadow: none;
  border-radius: 15px;
  
}
.unique :not(.collapsed) {
  color: #000;
 
}
.accordion-button {
  
  margin-bottom: 10px;
  border-radius: 15px;
}
.accordion-body {
  margin-bottom: 10px;
  padding-top: 0px;
  
}
.single-category-widget img{
  height: 60px;
  width:61px;
}
@media (max-width: 440px) {
  .scriptClass {
    display: none;
  }
}
@media (min-width: 440px) and (max-width:1540px){
  .scriptClasstwo {
    display: none;
  }
}
@media (max-width: 440px) {
  .imgResponsive{
    min-width: 20px;
  }
}





.circle{
  position: absolute;
  border-radius: 50%;
  background: white;
  animation: ripple 15s infinite;
  /* box-shadow: 0px 0px 1px 0px #508fb9; */
}

.small{
  width: 200px;
  height: 200px;
  left: -100px;
  bottom: -100px;
}

.medium{
  width: 400px;
  height: 400px;
  left: -200px;
  bottom: -200px;
}

.large{
  width: 600px;
  height: 600px;
  left: -300px;
  bottom: -300px;
}

.xlarge{
  width: 800px;
  height: 800px;
  left: -400px;
  bottom: -400px;
}

.xxlarge{
  width: 1000px;
  height: 1000px;
  left: -500px;
  bottom: -500px;
}

.shade1{
  opacity: 0.2;
}
.shade2{
  opacity: 0.5;
}

.shade3{
  opacity: 0.7;
}

.shade4{
  opacity: 0.8;
}

.shade5{
  opacity: 0.9;
}

@keyframes ripple{
  0%{
    transform: scale(0.8);
  }
  
  50%{
    transform: scale(1.2);
  }
  
  100%{
    transform: scale(0.8);
  }
}








@media (max-width: 551px) {
  .heightresponsive {
    height: 750px;
  }
}
@media (min-width:440px) and (max-width: 1440px) {
  .heightresponsive {
    height: 650px;
  }
}

@media screen and (max-width: 400px){
  .extra{
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 451px){
  .extra{
    display: flex;
    flex-direction: row;
  }
  .button{
    display: flex;
    justify-content: center;
    background-image: url('../../img/down-arrow.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    margin-top: 10px;
  }
  .bgimage{
    background-image: url('../../img/Comp1_1.gif');
     background-size: 100vw auto;
       background-repeat: no-repeat;
      height: 90vh;
  }
  .bgimage3{
    background-image: url('https://adzls-dev.s3.amazonaws.com/static/img/caseStudies.svg');
     background-size: 100vw auto;
       background-repeat: no-repeat;
      height: 90vh;
      background-image: url('https://adzls-dev.s3.amazonaws.com/static/img/caseStudies.svg'), linear-gradient(252.56deg, rgba(0, 0, 0, 0) -8.55%, rgba(0, 0, 0, 0.189) 100%);
  }
  .bgimage2{
    background-image: url('../../img/solution_background.gif');
     background-size: 100vw auto;
       background-repeat: no-repeat;
      height: 90vh;
  }
  .girlImg{
    position: relative;
    height: 70vh;
    top: 15%;
    right: 10%;
  }
  .boyImg{
    position: relative;
    height: 70vh;
    top: 15%;
    right: 10%;
  }
  .girlImg2{
    position: absolute;
    height: 60vh;
    /* top: 10%; */
    right: 10%;
   
  }
  .imgClass{
    margin-top: 100px;
  }
  .alignment{
    text-align: left !important;
  }
  .background{
    background-image: url('../../img/solution_background.gif');
    background-repeat: no-repeat;
    background-size: auto 100vh;
    height: 90vh;
    padding-bottom: 120px;
    top: 35%;
  }
  .newClass{
   
    font-size: 40px;
      line-height: 50px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 7px;
      text-align: left;
  }
  .cta{
    padding-top: 80px;
  }
  .aligncenter{
    display: flex;
    justify-content: center;
    text-align: center !important;
  }
  .title-lg{
    font-size: 40px !important;
  }
  .container{
    max-width: 1200px !important;
  }
  .lineHeight{
    line-height: 20px !important;
    font-weight: 400 !important;
  }
  .community-box{
    padding-bottom: 20px !important;
    margin-bottom: 10px !important;
    
  }
  .section_title p{
    max-width: 630px !important;
  }
  .community-box .community-content .com-title{
    margin-bottom: 20px !important;
  }
  .getInTouch{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .funfact-boxes .funfact-box{
    /* min-width: auto !important; */
  }
  .learnMoreCta{
    display: flex;
    justify-content: center;

  }
  .community-box .icon-container{
    
    margin-bottom: 20px !important;
  }
  .com-title{
    color: #000 !important;
    font-size: 20px !important;
  }
  .paddingTop{
    padding-top:80px !important;
  }
  .imgWidth{
    width: 180px;
  }
  .imgWidth2{
    width: 100px;
  }
  .funfact-boxes .funfact-box{
    /* min-width: auto !important; */
    margin: 10px 10px 10px 10px;
    padding:0px ;
  }
  .funfact-area{
    padding-top: 40px !important;
  }
  .section_title{
    margin-bottom: 30px !important;
  }
  .h_title{
    font-size: 40px;
  }
  .status-chart{
    padding-bottom: 80px;
  }
  .cardWidth{
    width: 300px;
  }
  .funfact-boxes .funfact-box{
    padding: 20px 10px 10px 10px;
  }
  .funfact-boxes .funfact-box .title{
    font-size: 20px;
  }
  
  
  .responsivemobile{
    display: none;
  }
  .responsivemobile2{
    display: none;
  }
  .companybg{
    height:90vh;
    display:flex; align-items:center;
  }
  .casestudybg{
    height:90vh;
    display:flex; align-items:center;
  }
  .blogbg{
    height:90vh;
    display:flex; align-items:center;
  }
  .fontSize{
    font-size: 56px !important;
    font-weight: 700 !important;
font-size: 56px !important;
line-height: 64px !important;
  }
.maxWidth{
  max-width: 500px;
}
.maxWidthcareer{
  max-width: 600px;
}
.cardsContainer{
  width: 1000px !important;
}
.right-nav{
  margin-left: 0px !important;
  justify-content: center !important;
}
.right-nav .nav_btn.brand_color{
  margin-left: 25px !important ;
}
.right-nav .nav_btn.brand_color{
  margin-left: 0px ;
}
.contactmargin{
  margin-left: 25px !important;
}
.blog_top_post .p_top_img .p_img{
  right:auto !important;
}
.marginRight{
  margin-right: 20px !important;
} 
}




@media screen and (max-width:550px) {
  #divContainer{
    height: 200px;
  }

  #divContainer2{
    height:auto;
  }
  .bgimage{
  
      /* height: 150vh; */
  }

  .button{
    display: flex;
    justify-content: center;
    background-image: url('../../img/down-arrow.png');
    background-size: 25px 25px;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    margin-top: 10px;
    padding-right: 22px;
   
  }
  .girlImg{
   display: block;
   width: 50%;
   margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
  }
  .girlImg2{
    display: block;
     width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
   }
  .newClass{
   
    font-size: 40px;
      line-height: 50px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 7px;
    
  }
  .cta{
    
    justify-content: center;
  }
  .padding{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .paddingCard{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .paddingNone{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .alignLeft{
    text-align: left !important;
  }
  .alignCenter{
    display: flex;
    justify-content: start;
    text-align: left !important;

  }
  .paddingTop{
    padding-top:40px !important;
  }
  .lineHeight{
    text-align: initial;
    line-height: 20px !important;
    font-weight: 400 !important;
  }
  .cardleftAlign{
    display: flex !important;
    justify-content: flex-start !important;
    text-align: left !important;
    
  }
  .com-title{
    color: #000 !important;
    font-size: 20px !important;
  }
  .community-box{
    padding-bottom: 20px !important;
    margin-bottom: 10px !important;
    height:auto !important;
  }
  .imgcenter{
    display: contents;
  }
  .community-box .community-content .com-title {
    display: flex;
    margin-bottom: 16px !important;
  }
  .title-lg{
    font-size: 30px !important;
  }
  .getInTouch{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .funfact-boxes .funfact-box{
    min-width: 145px;
    padding: 20px 10px 10px 10px;
  }
  .learnMoreCta{
    display: flex;
    justify-content: left;
    
  }
  .community-box .icon-container{
    display: flex;
    justify-content: left;
    margin-bottom: 20px !important;
  }
  .margin{
    margin-bottom: 20px !important;
  }
  .imgWidth{
    width:100px;
  }
  .imgWidth2{
    width:50px;
  }
  .funfact-area{
    padding: 80px 0px 10px 0px;
  }
  .customMargin{
    margin-right: 0px !important;
  }
  .cardWidth{
    margin: 0px !important;
  }
  .responsiveDesktop{
    display: none;
  }
  .responsiveDesktop2{
    display: none;
  }
  .responsivemobile{
    background-image: url('https://adzls-dev.s3.amazonaws.com/static/img/homeresponsive.svg'); 
    background-repeat: no-repeat;
    width: 100%;
    background-size: 370px 320px;
  }
  
  .responsivemobile2{
    background-image: url('https://adzls-dev.s3.amazonaws.com/static/img/solutionResponsive.svg'); 
    background-repeat: no-repeat;
    width: 100%;
    background-size: 370px 320px;
  }
  .companybg{
    height:65vh;
    display:flex; align-items:center;
  }
  .blogbg{
    height:65vh;
    display:flex; align-items:center;
  }
  .casestudybg{
    height:65vh;
    display:flex; align-items:center;
  }
  .fontSize{
    font-size: 28px !important;
    font-weight: 700 !important;
font-size: 28px !important;
line-height: 36px !important;
  }
  .responsiveWidth{
    width:165px !important;
  }
  .textcenter{
    text-align: center;
    padding-top: 120px;
  }
  .right-nav{
    margin-left: 0px !important;
    justify-content: flex-start !important;
  }
  .right-nav .nav_btn.brand_color{
    margin-left: 0px !important;
  }
  .com-title{
    text-align: left !important;
  }
  .responsiveLeft{
    text-align: left !important;
  }
  .footer-sub-form-2 .form-inp-container .action_btn{
    top: 0 !important;
  }
  .justifyContent {
    display: flex;
    justify-content: center;
  }
  
  
}

.counter{
  margin-top: 20px;
}
@media (max-width: 578px) {
  .action_btn {
    margin-top: 10px !important;
  }
}