@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300&display=swap");
.avatar-forum-post-small {
  height: 45px;
  width: 45px;
  aspect-ratio: 1/1;
}
.avatar-forum-post-medium {
  height: 50px;
  width: 50px;
  aspect-ratio: 1/1;
}
.avatar-forum-post-smaller {
  height: 20px;
  width: 20px;
  aspect-ratio: 1/1;
}
/** === Container === **/
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: #DD3C3A;
}
:focus {
  outline: none;
}
a {
  color: #DD3C3A;
}
.body_wrapper {
  position: relative;
  background: #fff;
  z-index: 30;
  overflow: hidden;
  min-height: 100vh;
}

.doc .body_wrapper {
  overflow: visible;
}

@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: 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;
}

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

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

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

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

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

.key,
kbd,
p .key,
p kbd {
  display: inline;
  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-left p {
  max-width: inherit;
}
.section_title.title-img {
  margin-bottom: 76px;
}
.section_title.title-img .title-lg {
  font-size: 44px;
  line-height: 1.1;
  color: #262626;
  margin-bottom: 30px;
  font-weight: 400;
}
.section_title.title-img .action_btn {
  padding: 9px 34px;
  box-shadow: none;
  border: 2px solid #DD3C3A;
  font-weight: 500;
}
.section_title.title-img .action_btn:hover {
  background: transparent;
  color: #DD3C3A;
}

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

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

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

.f_bg_color {
  background: #f6fbfc;
}

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

.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: #262626;
  margin-bottom: 0;
}
.main_title p {
  margin-bottom: 0;
  margin-top: 12px;
}

/* End Title Area css
============================================================================================ */

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.action_btn {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  box-shadow: 0 20px 30px 0 rgba(241, 76, 76, 0.24);
  border-radius: 4px;
  background: #DD3C3A;
  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;
}
.action_btn:active {
  box-shadow: none;
  color: #fff;
}
.error_area .action_btn {
  font-size: 16px;
}
.error_area .action_btn i {
  padding-right: 5px;
}

.doc_border_btn {
  border: 2px solid rgba(241, 76, 76, 0.3);
  border-radius: 4px;
  color: #DD3C3A;
  font-size: 14px;
  font-weight: 500;
  background: rgba(241, 76, 76, 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(241, 76, 76, 0.2);
  background: #DD3C3A;
  border-color: #DD3C3A;
  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: #db3434;
  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 #b92929;
}
.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: #DD3C3A;
  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(241, 76, 76, 0.2);
  color: #DD3C3A;
  line-height: 50px;
  padding: 0 46px;
}
.main_btn.blue:hover {
  background: #DD3C3A;
  color: #fff;
}

.submit_btn {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #DD3C3A;
  padding: 10px 29px;
  border-radius: 4px;
  border: 0;
  box-shadow: 0 10px 20px 0 rgba(59, 2, 2, 0.2);
  transition: all 300ms linear 0s;
}
.submit_btn:hover {
  background: #fff;
  color: #DD3C3A;
  font-size: 16px;
  font-weight: 400;
}

.text_btn {
  color: #DD3C3A;
  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: #DD3C3A;
}
.text_btn:hover i {
  margin-left: 7px;
}
.text_btn.dark_btn {
  color: #262626;
  font-weight: 400;
}
.text_btn.dark_btn i {
  margin-left: 6px;
  font-size: 18px;
}
.text_btn.dark_btn:hover {
  color: #DD3C3A;
}
.text_btn.dark_btn:hover i {
  margin-left: 12px;
}

.icon_btn2 {
  background: #DD3C3A;
  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: #DD3C3A;
}
.icon_btn2:hover i {
  margin-left: 5px;
}
.icon_btn2.blue:hover {
  color: #DD3C3A;
}

.reply_btn {
  background: #DD3C3A;
  display: inline-block;
  padding: 0 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 3px;
  border: 1px solid #DD3C3A;
  transition: all 300ms linear 0s;
}
.reply_btn:hover {
  background: transparent;
  color: #DD3C3A;
}

.help_btn {
  background: transparent;
  display: inline-block;
  padding: 0 16px;
  color: #262626;
  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: #DD3C3A;
}

/* Home Advanced Search Area css
  ============================================================================================ */
/*---------------------------------------------------- */
/*=========== doc_banner_area_one css ============*/
.doc_banner_area_one {
  height: 750px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(60deg, #DD3C3A 0%, #262626 100%);
  position: relative;
  overflow: hidden;
}
.doc_banner_area_one .star {
  z-index: -1;
}
.doc_banner_area_one .star_one {
  right: 170px;
  top: 50%;
  animation: star 9s both infinite alternate 5s;
}
.doc_banner_area_one .star_two {
  top: 33px;
  right: 147px;
  animation: star2 4s ease-in-out infinite alternate;
}
.doc_banner_area_one .star_three {
  top: 50px;
  left: 347px;
  animation: star 7s ease-in-out infinite alternate;
}
.doc_banner_area_one .one {
  bottom: 0;
  left: 300px;
}
.doc_banner_area_one .two {
  bottom: 0;
  right: 320px;
}
.doc_banner_area_one .three {
  bottom: 0;
  left: 520px;
}
.doc_banner_area_one .four {
  bottom: 0;
  left: 58%;
  margin-left: -20px;
}
.doc_banner_area_one .five {
  bottom: 155px;
  left: 74%;
  transform: translateX(-50%);
}

.doc_banner_area.single_breadcrumb {
  padding: 265px 0 175px;
}

.single_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: "5";
  font: normal normal normal 16px/1 "ElegantIcons";
  color: #fff;
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
}
.single_breadcrumb .doc_banner_content .nav li a.active {
  color: #acace6;
}
.single_breadcrumb .doc_banner_content .nav li:last-child {
  margin-right: 0;
}
.single_breadcrumb .doc_banner_content .nav li:last-child a:before {
  display: none;
}

.bl_left {
  width: 150px;
  height: 145px;
  bottom: -7px;
  left: 20px;
  z-index: 1;
}

.bl_right {
  width: 135px;
  height: 110px;
  right: 30px;
  bottom: -7px;
  z-index: 1;
}

.dark {
  position: absolute;
  width: 100%;
  left: 0;
  height: auto;
  bottom: 0;
  z-index: -1;
}

.dark_two {
  position: absolute;
  width: 100%;
  left: 0;
  height: auto;
  bottom: 0;
  z-index: -1;
}

.star {
  top: 0;
  width: 100%;
  left: 0;
  z-index: 0;
  right: 0;
  height: auto;
}

.doc_banner_text {
  text-align: center;
}
.doc_banner_text h2,
.doc_banner_text p,
.doc_banner_text h6 {
  color: #fff;
}
.doc_banner_text h2 {
  font-size: 46px;
  margin-bottom: 14px;
}
.doc_banner_text p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 300;
}
.doc_banner_text h6 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 40px;
}
.doc_banner_text h6 span {
  color: #e1e1e1;
  margin-right: 10px;
}
.doc_banner_text h6 a {
  color: #fff;
  margin-right: 10px;
  text-decoration: underline;
}
.doc_banner_text h6 a:last-child {
  margin-right: 0;
}
.doc_banner_text .banner_search_form {
  margin-top: 65px;
}

.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: #262626;
}
.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: #DD3C3A;
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.4s linear;
}

/*=========== doc_banner_area_one css ============*/
/*=========== Start doc_banner_area_two css ============*/
.doc_banner_area_two {
  height: 650px;
  background: #daf6fc;
  position: relative;
  z-index: 1;
  padding-top: 160px;
}
.doc_banner_area_two .table_img {
  left: 200px;
  bottom: -6px;
  width: 250px;
}
.doc_banner_area_two .flower {
  bottom: 0;
  left: 80px;
}
.doc_banner_area_two .girl {
  right: 130px;
  bottom: 0;
}
.doc_banner_area_two .bord {
  bottom: -14px;
  right: 320px;
}

.b_plus,
.b_round,
.p_absolute {
  position: absolute;
}

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

.b_round {
  border-radius: 50%;
}
.b_round.r_one {
  right: 135px;
  top: 85px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #83daed;
  animation: spin1 2s infinite alternate;
}
.b_round.r_two {
  left: 30%;
  top: 160px;
  width: 8px;
  height: 8px;
  background: #DD3C3A;
  animation: spin2 2s infinite alternate;
}
.b_round.r_three {
  background: #ffa3be;
  width: 16px;
  height: 16px;
  left: 24%;
  top: 310px;
  animation: spin1 2.5s infinite alternate;
}
.b_round.r_four {
  background: #ffa3be;
  width: 8px;
  height: 8px;
  right: 18%;
  bottom: 380px;
  animation: spin1 1s infinite alternate;
}

.doc_banner_text_two h2 {
  font-size: 46px;
  margin-bottom: 22px;
  font-weight: 700;
}
.doc_banner_text_two p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  max-width: 440px;
  margin: 0 auto;
}
.doc_banner_text_two .banner_search_form {
  max-width: 770px;
  margin: 60px auto 0;
}
.doc_banner_text_two .banner_search_form .form-control {
  margin-right: 20px;
  border-radius: 4px;
  box-shadow: 0 4px 10px 0 rgba(241, 76, 76, 0.06);
}
.doc_banner_text_two .banner_search_form .search_btn {
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  box-shadow: 0 10px 20px 0 rgba(142, 12, 12, 0.1);
  background: #DD3C3A;
  padding: 5px 42px;
}

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

/*=========== End doc_banner_area_two css ============*/
/*=========== Start Banner Support ============*/
.Docy-banner-support {
  height: 945px;
  background-image: linear-gradient(30deg, #feefec 0%, #f5fdff 100%);
  padding: 200px 0;
  position: relative;
}
@media (max-width: 991px) {
  .Docy-banner-support {
    padding: 150px 0;
  }
}
@media (max-width: 768px) {
  .Docy-banner-support {
    padding: 100px 0;
    height: 820px;
  }
}
.Docy-banner-support .banner-content-wrapper {
  max-width: 770px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .Docy-banner-support .banner-content-wrapper {
    max-width: 90%;
  }
}
.Docy-banner-support .banner-content-wrapper .banner-title {
  font-size: 44px;
  font-weight: 500;
  color: #262626;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .Docy-banner-support .banner-content-wrapper .banner-title {
    font-size: 34px;
  }
}
.Docy-banner-support .banner-content-wrapper p {
  font-size: 18px;
  color: #6b707f;
  line-height: 28px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .Docy-banner-support .banner-content-wrapper p br {
    display: none;
  }
}
.Docy-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;
}
.Docy-banner-support .banner-content-wrapper .banner-search-form input {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 15px 30px;
  height: 60px;
}
.Docy-banner-support .banner-content-wrapper .banner-search-form input::placeholder {
  color: #6b707f;
}
.Docy-banner-support .banner-content-wrapper .banner-search-form button {
  background: transparent;
  border: 0;
  padding-right: 20px;
  color: #DD3C3A;
  font-size: 24px;
}
.Docy-banner-support .banner-content-wrapper .banner-search-form button i {
  transform: rotate(-90deg);
  display: inline-block;
}
.Docy-banner-support .bottom-shape {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
}
.Docy-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, #DD3C3A 0%, #262626 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: #DD3C3A;
}
.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: #DD3C3A;
  transition: all 0.2s linear;
}
.custom-select ul li:hover, .custom-select ul li.selected {
  background: #f4f9fa;
  color: #DD3C3A;
  font-weight: 500;
}
.custom-select ul li:hover:before, .custom-select ul li.selected:before {
  height: 100%;
}

/*=========== End breadcrumb_area css ============*/
/*=========== Start breadcrumb_area_two css ============*/
.breadcrumb_area_two {
  background: #edfbfe;
  padding: 150px 0 60px;
}

.breadcrumb_content {
  max-width: 630px;
}
.breadcrumb_content h2 {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 0;
}
.breadcrumb_content .single_post_author {
  display: flex;
  align-items: flex-start;
  align-items: center;
  padding-top: 10px;
}
.breadcrumb_content .single_post_author img {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin-right: 20px;
}
.breadcrumb_content .single_post_author .text {
  flex: 1;
}
.breadcrumb_content .single_post_author .text h4 {
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
}
.breadcrumb_content .single_post_author .text .post_tag {
  display: inline-block;
  padding-left: 12px;
}
.breadcrumb_content .single_post_author .text .post_tag:before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 1px;
  background: #b7b9be;
  margin-right: 12px;
}
.breadcrumb_content .single_post_author .text .c_blue {
  color: #2a74fd;
}

/*=========== End breadcrumb_area_two css ============*/
/*=========== Start 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 .row {
  align-items: center;
}
.page_breadcrumb .date {
  color: #878ea6;
  float: right;
  font-size: 14px;
}
.page_breadcrumb .date i {
  padding-right: 10px;
}

.breadcrumb {
  margin-bottom: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.breadcrumb .breadcrumb-item {
  color: #878ea6;
  font-size: 14px;
  line-height: 21px;
}
.breadcrumb .breadcrumb-item a {
  color: #878ea6;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #DD3C3A;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "5";
  font-family: eleganticons;
  color: #b7b9be;
}
.breadcrumb .active {
  color: #262626;
}

.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 ============*/
/* Home Doc Banner Two Area css
============================================================================================ */
.doc_banner_area_dip {
  background: #002454;
  text-align: center;
  padding: 215px 0 245px;
  position: relative;
}
.doc_banner_area_dip .banner_shap_img_dip li {
  position: absolute;
  z-index: 0;
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(1) {
  left: 65px;
  bottom: 30%;
  top: auto;
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(2) {
  bottom: 10%;
  right: 15%;
  top: auto;
  left: auto;
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(3) {
  left: 380px;
  bottom: 80px;
  top: auto;
  right: auto;
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(4) {
  bottom: auto;
  top: 185px;
  left: 134px;
  right: auto;
  animation: myfirst 18s linear infinite;
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(5) {
  bottom: 220px;
  top: auto;
  left: auto;
  right: 65px;
  animation: secand 18s linear infinite;
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(6) {
  bottom: auto;
  top: 135px;
  left: 20%;
  right: auto;
  animation: myfirst 25s linear infinite;
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(7) {
  bottom: auto;
  top: 176px;
  left: auto;
  right: 10%;
  height: auto;
  width: auto;
  animation: 28s cloud infinite linear;
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(8) {
  left: 72%;
  top: 30%;
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(9) {
  left: 74%;
  top: 58%;
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(10) {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.doc_banner_area_dip .banner_shap_img_dip li:nth-child(11) {
  left: 25%;
  top: 60%;
  transform: translateX(-50%) translateY(-50%);
}
.doc_banner_area_dip .doc_banner_content {
  position: relative;
  z-index: 10;
}
.doc_banner_area_dip .doc_banner_content h2 {
  font-size: 46px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 45px;
}
.doc_banner_area_dip .header_search_form {
  max-width: 690px;
  margin: 0 auto 0;
  position: relative;
}
.doc_banner_area_dip .header_search_form .form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}
.doc_banner_area_dip .header_search_form .input-wrapper {
  position: relative;
  flex: 1;
  max-width: 562px;
  margin-right: 10px;
}
.doc_banner_area_dip .header_search_form .input-wrapper i {
  position: absolute;
  left: 30px;
  font-size: 20px;
  color: #b6bac3;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.doc_banner_area_dip .header_search_form .input-wrapper input {
  background: #fff;
  border: 0;
  height: 60px;
  font-size: 16px;
  padding-left: 30px;
  width: 100%;
  border-radius: 4px;
  line-height: 60px;
  padding-right: 30px;
  outline: none;
  box-shadow: none;
}
.doc_banner_area_dip .header_search_form .input-wrapper input.placeholder {
  color: #848996;
  font-size: 16px;
}
.doc_banner_area_dip .header_search_form .input-wrapper input:-moz-placeholder {
  color: #848996;
  font-size: 16px;
}
.doc_banner_area_dip .header_search_form .input-wrapper input::-moz-placeholder {
  color: #848996;
  font-size: 16px;
}
.doc_banner_area_dip .header_search_form .input-wrapper input::-webkit-input-placeholder {
  color: #848996;
  font-size: 16px;
}
.doc_banner_area_dip .header_search_form .custom-select {
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  color: #262626;
  padding: 0 65px 0 25px;
  background: #e8e9ec;
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}
.doc_banner_area_dip .header_search_form .custom-select:after {
  border-bottom: 1px solid #262626;
  border-right: 1px solid #262626;
}
.doc_banner_area_dip .header_search_form .custom-select li {
  font-size: 14px;
  color: #262626;
  line-height: 40px;
}
.doc_banner_area_dip .header_search_form .custom-select:focus {
  box-shadow: none;
}
.doc_banner_area_dip .header_search_form_info {
  position: relative;
}
.doc_banner_area_dip .header_search_form_info .header_search_form_panel {
  border: 1px solid #e6eeef;
  box-shadow: 0 3px 4px 0 rgba(89, 4, 8, 0.06);
  background-color: #fff;
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 115%;
  left: 0;
  width: 100%;
  text-align: left;
  z-index: 99;
  padding: 30px;
}
.doc_banner_area_dip .header_search_form_info .header_search_form_panel:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  left: 40px;
  border-left: 1px solid #e6eeef;
  border-top: 1px solid #e6eeef;
}
.doc_banner_area_dip .header_search_form_info .header_search_form_panel ul {
  margin-bottom: 0;
}
.doc_banner_area_dip .header_search_form_info .header_search_form_panel ul > li {
  font-size: 16px;
  color: #262626;
}
.doc_banner_area_dip .header_search_form_info .header_search_form_panel ul > li .search_item {
  border-top: 1px solid #e6eeef;
  padding: 10px 0 5px;
  margin-top: 8px;
}
.doc_banner_area_dip .header_search_form_info .header_search_form_panel ul > li .search_item li {
  color: #898d99;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 0;
}
.doc_banner_area_dip .header_search_form_info .header_search_form_panel ul > li .search_item li span {
  width: 165px;
  text-align: right;
  border-right: 1px solid #dee7e8;
  line-height: 32px;
  padding-right: 15px;
}
.doc_banner_area_dip .header_search_form_info .header_search_form_panel ul > li .search_item li > a {
  line-height: 26px;
  font-weight: 400;
  color: #6b707f;
  padding: 3px 22px;
  flex: 1;
  display: block;
  position: relative;
}
.doc_banner_area_dip .header_search_form_info .header_search_form_panel ul > li .search_item li > a::before {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  left: -1px;
  top: 0;
  background: #DD3C3A;
  opacity: 0;
  transition: all 0.2s linear;
}
.doc_banner_area_dip .header_search_form_info .header_search_form_panel ul > li .search_item li > a:hover {
  background: #f4f9fa;
}
.doc_banner_area_dip .header_search_form_info .header_search_form_panel ul > li .search_item li > a:hover:before {
  opacity: 1;
  height: 100%;
}
.doc_banner_area_dip .header_search_keyword {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  justify-content: center;
  margin-top: 25px;
}
.doc_banner_area_dip .header_search_keyword span {
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
}
.doc_banner_area_dip .header_search_keyword ul {
  margin-bottom: 0;
}
.doc_banner_area_dip .header_search_keyword ul li {
  display: inline-block;
  margin-right: 4px;
}
.doc_banner_area_dip .header_search_keyword ul li a {
  display: block;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 45px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: all 300ms linear 0s;
  font-weight: 500;
}
.doc_banner_area_dip .header_search_keyword ul li a:hover {
  background: #fff;
  color: #002454;
}

/* End Home Doc Banner Two Area css
============================================================================================ */
/* Forum Banner Area css
============================================================================================ */
.doc_banner_area.search-banner-light {
  background-color: #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: #6b707f;
}

.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: #DD3C3A;
}
.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(67, 60, 60, 0.3), 0 2px 6px 2px rgba(67, 60, 60, 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 ul li {
  margin-right: 4px;
}
.search-banner-light .header_search_keyword ul li a {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid rgba(241, 76, 76, 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: #DD3C3A;
}

.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: #6b707f;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.breadcrumb_link .bread_link_inner .nav li a:before {
  content: "5";
  font-family: "ElegantIcons";
  font-size: 14px;
  color: #6b707f;
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumb_link .bread_link_inner .nav li a.active {
  color: #262626;
}
.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
============================================================================================ */
/*=============  doc_banner_area css  =============*/
.doc_banner_area {
  background: #3636cd;
  text-align: center;
  padding: 290px 0 200px;
  position: relative;
}

.banner_shap_img li {
  position: absolute;
  z-index: 0;
}
.banner_shap_img li:nth-child(1), .banner_shap_img li:nth-child(2) {
  top: 0;
  left: 0;
}
.banner_shap_img li:nth-child(3), .banner_shap_img li:nth-child(4) {
  bottom: 0;
  right: 0;
}
.banner_shap_img li:nth-child(5) {
  left: 145px;
  top: 44%;
}
.banner_shap_img li:nth-child(6) {
  top: 50%;
  right: 375px;
}
.banner_shap_img li:nth-child(7), .banner_shap_img li:nth-child(8), .banner_shap_img li:nth-child(9) {
  border-radius: 50%;
  background: #fff;
  opacity: 0.14;
}
.banner_shap_img li:nth-child(7) {
  width: 16px;
  height: 16px;
  left: 435px;
  bottom: 265px;
}
.banner_shap_img li:nth-child(8) {
  width: 30px;
  height: 30px;
  right: 135px;
  top: 255px;
}
.banner_shap_img li:nth-child(9) {
  width: 20px;
  height: 20px;
  right: 225px;
  opacity: 1;
  bottom: 115px;
}

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

.doc_banner_content {
  position: relative;
}
.doc_banner_content h2 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 12px;
}
.doc_banner_content p {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

.header_search_form {
  max-width: 720px;
  margin: 57px auto 0;
}
.header_search_form .form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header_search_form .input-wrapper {
  position: relative;
  flex: 1;
  max-width: 570px;
  margin-right: 10px;
}
.header_search_form .input-wrapper i {
  position: absolute;
  left: 25px;
  font-size: 16px;
  color: #b6bac3;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.header_search_form .input-wrapper input {
  background: #fff;
  border: 0;
  height: 60px;
  font-size: 16px;
  padding-left: 52px;
  width: 100%;
  border-radius: 45px;
  padding-right: 155px;
}
.header_search_form .input-wrapper input.placeholder {
  color: #848996;
}
.header_search_form .input-wrapper input:-moz-placeholder {
  color: #848996;
}
.header_search_form .input-wrapper input::-moz-placeholder {
  color: #848996;
}
.header_search_form .input-wrapper input::-webkit-input-placeholder {
  color: #848996;
}
.header_search_form .custom-select {
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  color: #262626;
  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 #262626;
  border-right: 1px solid #262626;
}
.header_search_form .custom-select li {
  font-size: 14px;
  color: #262626;
  line-height: 40px;
}
.header_search_form .custom-select:focus {
  box-shadow: none;
}
.header_search_form .header_form_submit {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #750d0d;
  padding: 10px 48px;
  border-radius: 45px;
  border: 0;
  box-shadow: 0 10px 20px 0 rgba(59, 2, 2, 0.2);
  transition: all 0.2s linear;
}
.header_search_form .header_form_submit:hover {
  background: #fff;
  color: #750d0d;
}

.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(89, 4, 4, 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: #262626;
}
.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: #d24a4a;
  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: #DD3C3A;
}
.header_search_form_info .custom-select ul li:before {
  background: #DD3C3A;
}

.header_search_keyword {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
}
.header_search_keyword span {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
.header_search_keyword ul {
  margin-bottom: 0;
}
.header_search_keyword ul li {
  display: inline-block;
  margin-right: 7px;
}
.header_search_keyword ul li a {
  display: block;
  font-size: 13px;
  padding: 0 19px;
  border-radius: 45px;
  background: #4a4ad2;
  color: #fff;
}

/*=============  doc_banner_area css  =============*/

/*==============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: #DD3C3A;
  border-color: #fff;
}

/*==============action_area_three css ================*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/** === Forum heading bar === **/
.post-header {
  display: flex;
  justify-content: space-between;
  background: rgba(241, 76, 76, 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: #262626;
  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: #DD3C3A;
}
.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;
  }
}
.post-header .category-menu li:nth-child(4) .dropdown-menu, .post-header .category-menu li:nth-child(3) .dropdown-menu {
  right: -11px;
  left: auto !important;
}
@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 {
  content: "3";
  font-family: eleganticons;
  border: 0;
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-58%);
}
.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(89, 4, 4, 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: #262626;
}
.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: #262626;
}
.post-header .category-menu .short-by a.active-short:before {
  content: "N";
  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: #262626;
}

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: #DD3C3A;
}
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%;
  aspect-ratio: 1/1;
}

.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 #DD3C3A;
  transition: all 0.3s ease-in-out;
}
.answer-action .btn-ans:hover {
  background: transparent;
  color: #DD3C3A;
}
.answer-action .btn-ans:focus {
  background: #fff;
  color: #DD3C3A;
}
@media (max-width: 768px) {
  .answer-action .btn-ans {
    margin-left: 0px;
    margin-top: 5px;
  }
}

.call-to-action {
  padding: 55px 0;
  background: #262626;
  position: relative;
}
.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 .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;
}
@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 #DD3C3A;
  font-size: 16px;
  padding: 12px 25px;
  font-weight: 500;
}
.call-to-action .action-content-wrapper .action_btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.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 .online {
  color: #28c41a;
  border: 2px solid #7cc798;
  padding: 0 13px;
  display: inline-block;
  border-radius: 4px;
  margin-left: 5px;
}

.status_widget .title-sm {
  font-size: 16px;
  color: #262626;
  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: rgb(241 76 76 / 15%);
  color: #DD3C3A;
  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 i {
  margin-right: 10px;
}
.usefull-links li a:hover {
  color: #DD3C3A;
}

.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: #262626;
}
.ticket_categories li a:hover {
  color: #DD3C3A;
}
.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;
}

.author_option {
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px 50px 30px;
  box-shadow: 0 30px 60px 0 rgba(48, 2, 4, 0.08);
}
.author_option .author_img {
  border-radius: 5px;
  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: #DD3C3A;
  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(48, 2, 4, 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: "Roboto", sans-serif;
}
.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: "Roboto", sans-serif;
}
.search_forum input:-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #848996;
  font-family: "Roboto", sans-serif;
}
.search_forum input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #848996;
  font-family: "Roboto", sans-serif;
}
.search_forum input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #848996;
  font-family: "Roboto", sans-serif;
}
.search_forum .input-group-append button {
  position: relative;
  background: #DD3C3A;
  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(241, 76, 76, 0.05);
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid rgba(241, 76, 76, 0.05);
}
.forum_l_inner .forum_head .left li {
  margin-right: 25px;
  line-height: 58px;
  color: #262626;
  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 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(89, 4, 4, 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: #262626;
  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(89, 4, 8, 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: #6b707f;
}
.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: #DD3C3A;
}
.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: #262626;
}
.forum_l_inner .forum_body .topic_list li .media .media-body .t_title .docbuzz.gray {
  color: #262626;
  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: "Roboto", sans-serif;
  margin-right: 16px;
  transition: all 300ms linear 0s;
}
.forum_l_inner .forum_body .topic_list li .media .media-body h6:hover {
  color: #DD3C3A;
}
.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: #DD3C3A;
}
.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: #DD3C3A;
  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: #DD3C3A;
  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: #6b707f;
}
.info_list li span {
  min-width: 250px;
  color: #262626;
  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: #DD3C3A;
}

.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(89, 4, 8, 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: #6b707f;
}
.topic_comment_list li .media .media-body h6 {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #6b707f;
  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: #848d95;
}
.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: #262626;
}
.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: #DD3C3A;
}

.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: rgb(241 76 76 / 15%);
  color: #DD3C3A;
}
.forum_list .navbar-nav li a:hover i {
  color: #DD3C3A;
}
.forum_list .navbar-nav li.active a {
  background: #DD3C3A;
  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: #DD3C3A;
}

.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: #6b707f;
}
.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 p {
  margin-bottom: 0;
  font-size: 12px;
}
.comment_list .navbar-nav li:hover .media .media-body h4 {
  color: #DD3C3A;
}
.comment_list .navbar-nav li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.r_widget {
  margin-bottom: 50px;
}

.qustion_wd button {
  background: #DD3C3A;
  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 img {
  margin-right: 20px;
  position: relative;
  top: -1px;
}
.qustion_wd button i {
  float: right;
  line-height: 80px;
}
.qustion_wd button:hover {
  color: #fff;
  background: #DD3C3A;
}

.r_heading {
  background: rgba(241, 76, 76, 0.05);
  border-bottom: 1px solid rgba(241, 76, 76, 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: #6b707f;
  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: #6b707f;
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.user_list_wd .navbar-nav li a .media .media-right i {
  color: #6b707f;
}
.user_list_wd .navbar-nav li:hover a .media .media-body h4 {
  color: #DD3C3A;
}

.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: #6b707f;
  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(241, 76, 76, 0.2);
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.question_list_wd .nav-tabs li a.active {
  border-color: #DD3C3A !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: #6b707f;
  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: #DD3C3A;
}
.question_list_wd .navbar-nav li a:hover span {
  color: #DD3C3A;
}

.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: #DD3C3A;
}
.forum_body .navbar-nav li .media .media-body h6:hover svg path {
  fill: #DD3C3A;
}
.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 .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(102, 10, 10, 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 .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: #DD3C3A;
  color: #fff;
  border-color: #DD3C3A;
}
.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: #DD3C3A;
}
.forum_body .navbar-nav li .media .media-right a:hover i {
  color: #DD3C3A;
}
.forum_body .navbar-nav li:hover .media .media-body .t_title h4 {
  color: #DD3C3A;
}

.pagination_inner {
  margin-top: 40px;
}
.pagination_inner h6 {
  font-size: 16px;
  color: #6b707f;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 32px;
}
.pagination_inner h6 span {
  color: #262626;
}
.pagination_inner .pagination {
  border: none;
  margin-bottom: 0;
}
.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;
}
.pagination_inner .pagination li:first-child a:hover, .pagination_inner .pagination li:last-child a:hover {
  color: #DD3C3A;
}
.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: #fff;
  color: #DD3C3A;
}
.pagination_inner .pagination li.active a:hover {
  background: #DD3C3A;
  color: #fff;
  border-color: #DD3C3A;
}

.pagination_inner .pagination li:hover a {
  border-color: #e6edf0;
  background: transparent;
  color: #54595d;
}
.pagination_inner .go_btn {
  float: right;
  width: 80px;
}
.page-item.active .page-link {
  border-color: #DD3C3A;
}
.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: #DD3C3A;
  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(241, 76, 76, 0.2);
  border-color: rgba(241, 76, 76, 0.2);
}
.pagination_inner .go_btn .input-group-append button:focus {
  color: #DD3C3A;
  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
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.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: #262626;
}
.forum-post-top .forum-post-author .author-name:hover {
  color: #DD3C3A;
}
.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: #DD3C3A;
}
.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;
}
.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: #f97c8e;
}
.action-button-container .reply-btn {
  margin-right: 10px;
}
.action-button-container .too-btn-2 {
  background: #DD3C3A;
  border: 1px solid #DD3C3A;
  color: #fff;
}
.action-button-container .too-btn-2:hover {
  background: #f97c8e;
  border: 1px solid #DD3C3A;
  color: #fff;
}
.action-button-container .too-btn {
  background: #fff;
  border: 1px solid #d0d8dc;
  color: #262626;
  padding: 0 16px !important;
}
.action-button-container .too-btn:hover {
  background: #fff;
  border: 1px solid #262626;
  color: #262626;
}

.q-title {
  display: flex;
  padding: 40px 15px 15px 0;
  line-height: 28px;
  letter-spacing: 0.15px;
}
.q-title h1 {
  font-size: 24px;
  color: #262626;
  line-height: 1.4;
  font-weight: 700;
}
.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: #DD3C3A;
}
.forum-post-content .forum-post-btm .taxonomy a + a {
  padding-right: 2px;
}

.question-icon {
  font-size: 50px;
  color: #262626;
  margin-right: 15px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

/** === 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 .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: #DD3C3A;
}
.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: #acace6;
  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: #DD3C3A;
}
.post_tag a.cat-laravel {
  color: #ff2d20;
}
.post_tag a + a {
  padding-left: 10px;
}
.post_tag a + a:before {
  content: "";
  width: 1px;
  height: 13px;
  background: #c9c9e2;
  display: inline-block;
  margin-right: 13px;
}
.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 .date {
  font-size: 13px;
  font-weight: 400;
  color: #6b707f;
}

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

.blog_grid_inner {
  border-top: 1px solid #e7edf0;
}

.blog_tab .nav-item {
  margin-bottom: 0;
}
.blog_tab .nav-item .nav-link {
  padding: 17px 21px;
  border: 0;
  border-radius: 0;
  font-weight: 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: #DD3C3A;
  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: #DD3C3A;
}
.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: #DD3C3A;
}

.blog_grid_post {
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
  margin-bottom: 40px;
  transition: all 0.3s linear;
  overflow: hidden;
  cursor: pointer;
}
.blog_grid_post .grid_post_content {
  padding: 20px 30px 25px;
}
.blog_grid_post .grid_post_content .post_tag {
  padding-bottom: 10px;
}
.blog_grid_post .grid_post_content .b_title {
  margin-bottom: 18px;
}
.blog_grid_post .grid_post_content .post_author {
  padding-top: 18px;
}
.blog_grid_post:hover {
  box-shadow: 0 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 .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: #DD3C3A;
  text-decoration: underline;
}

blockquote {
  background: rgba(241, 76, 76, 0.05);
  border-left: 4px solid #DD3C3A;
  font-size: 20px;
  padding: 50px 40px;
  position: relative;
  z-index: 0;
  margin: 46px 0;
}
blockquote:before, blockquote:after {
  content: "";
  position: absolute;
  z-index: -1;
}
blockquote:before {
  background: url("../img/blog-classic/quote_top.png") no-repeat scroll left top;
  width: 132px;
  height: 81px;
  top: 0;
}
blockquote:after {
  background: url("../img/blog-classic/quote_bottom.png") no-repeat scroll left bottom;
  width: 77px;
  height: 75px;
  right: 40px;
  bottom: 30px;
}
blockquote .c_head {
  color: #6b707f;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 45px;
}
blockquote .author {
  font-weight: 500;
  font-size: 16px;
}

.single_post_two {
  padding-top: 10px;
}
.single_post_two h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.single_post_two img {
  margin-bottom: 25px;
  max-width: 100%;
}
.single_post_two p {
  margin-bottom: 28px;
}

.blog_social {
  padding-top: 20px;
}
.blog_social h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.blog_social .f_social_icon {
  display: inline-block;
  margin-top: 28px;
  position: relative;
  z-index: 0;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}
.blog_social .f_social_icon:before, .blog_social .f_social_icon:after {
  content: "";
  width: 105%;
  position: absolute;
  top: 50%;
  height: 1px;
  background: #dde5e7;
}
.blog_social .f_social_icon:before {
  left: -103%;
}
.blog_social .f_social_icon:after {
  right: -103%;
}
.blog_social .f_social_icon li a {
  margin-right: 0;
  border: 1px solid #e5edef;
  color: #989da9;
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.blog_social .f_social_icon li + li {
  margin-left: 5px;
}

.blog_post_author {
  background: #f8fafd;
  padding: 40px;
  padding-right: 70px;
  margin-top: 35px;
  border-radius: 5px;
}
.blog_post_author .author_img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 30px;
  overflow: hidden;
}
.blog_post_author .media-body h5 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}
.blog_post_author .media-body p {
  margin-bottom: 0;
}

.comment_inner {
  padding-top: 76px;
}
.comment_inner .c_head {
  margin-bottom: 0;
}

.comment_box {
  margin-bottom: 0;
}
.comment_box .post_comment .comment_author {
  padding-top: 40px;
}
.comment_box .post_comment .comment_author .img_rounded {
  border-radius: 50%;
  margin-right: 30px;
}
.comment_box .post_comment .comment_author .media-body {
  border-bottom: 1px solid #edf1f7;
  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: 500;
  color: #54595d;
  transition: all 0.2s linear;
  position: absolute;
  right: 0;
  top: 0;
}
.comment_box .post_comment .comment_author .media-body .comment_reply i {
  vertical-align: middle;
  font-size: 18px;
  padding-left: 5px;
}
.comment_box .post_comment .comment_author .media-body .comment_reply:hover {
  color: #DD3C3A;
}
.comment_box .post_comment .comment_author .media-body .comment_reply:hover i {
  color: #DD3C3A;
}
.comment_box .post_comment .reply_comment {
  padding-left: 80px;
}

.blog_comment_box {
  padding-top: 80px;
}
.blog_comment_box p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #6b707f;
}
.blog_comment_box .get_quote_form {
  padding-top: 40px;
}
.blog_comment_box .get_quote_form .form-group {
  margin-bottom: 30px;
}
.blog_comment_box .get_quote_form .form-group .form-control {
  height: 60px;
  border-radius: 4px;
  border: 1px solid #dadce0;
  line-height: 1.4;
  padding-left: 15px;
}
.blog_comment_box .get_quote_form .form-group .form-control.placeholder {
  color: #6b707f;
}
.blog_comment_box .get_quote_form .form-group .form-control:-moz-placeholder {
  color: #6b707f;
}
.blog_comment_box .get_quote_form .form-group .form-control::-moz-placeholder {
  color: #6b707f;
}
.blog_comment_box .get_quote_form .form-group .form-control::-webkit-input-placeholder {
  color: #6b707f;
}
.blog_comment_box .get_quote_form .form-group .form-control:focus {
  box-shadow: 0 20px 30px 0 rgb(241 76 76 / 10%);
  border: 2px solid #DD3C3A;
}
.blog_comment_box .get_quote_form .form-group .form-control.message {
  height: 300px;
  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 rgb(241 76 76 / 24%);
}

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

.blog_classic_item {
  overflow: hidden;
  margin-bottom: 50px;
  transition: all 0.2s linear;
  cursor: pointer;
}
.blog_classic_item .b_top_post_content {
  padding: 26px 40px 30px;
}
.blog_classic_item .b_top_post_content .post_tag {
  padding-bottom: 10px;
}
.blog_classic_item .b_top_post_content .p_bottom {
  align-items: center;
}
.blog_classic_item .b_top_post_content .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: #DD3C3A;
  text-shadow: 0 6px 13px rgba(241, 76, 76, 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: #f6fafb;
  border-left: 4px solid #DD3C3A;
  padding: 45px 40px;
  line-height: 34px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.blog_link_post:before, .blog_link_post:after {
  content: "";
  position: absolute;
}
.blog_link_post:before {
  background: url("../img/blog-classic/icon_01.png") no-repeat;
  top: 5px;
  left: 40px;
  width: 42px;
  height: 41px;
}
.blog_link_post:after {
  background: url("../img/blog-classic/icon_02.png") no-repeat;
  bottom: -35px;
  right: 30px;
  width: 100px;
  height: 100px;
}
.blog_link_post p {
  font-size: 20px;
  color: #6b707f;
  margin-bottom: 0;
  transition: color 0.2s linear;
}
.blog_link_post p:hover {
  color: #DD3C3A;
}

.blog_related_post {
  padding-top: 80px;
}
.blog_related_post .c_head {
  margin-bottom: 45px;
}
.blog_related_post .row {
  margin-bottom: -40px;
}
.blog_related_post .blog_grid_post {
  box-shadow: none;
  background: transparent !important;
}
.blog_related_post .blog_grid_post img {
  border-radius: 4px;
  max-width: 100%;
}
.blog_related_post .grid_post_content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.blog_related_post .grid_post_content .post_tag {
  padding-bottom: 4px;
}
.blog_related_post .grid_post_content .b_title {
  font-size: 18px;
  line-height: 24px;
}
.blog_related_post .grid_post_content p {
  margin-bottom: 0;
}

/*============ keyframes animation  =============*/
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
/*============= doc_blog_classic_area css ==============*/
.pagination .page-numbers {
  width: 36px;
  height: 36px;
  display: inline-flex;
  border-radius: 4px;
  border: 1px solid rgba(241, 76, 76, 0.3);
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  vertical-align: middle;
  color: #DD3C3A;
  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: #DD3C3A;
  border-color: #DD3C3A;
  box-shadow: 0 20px 30px 0 rgba(241, 76, 76, 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;
}

.categorie_list {
  margin-bottom: 0;
}
.categorie_list li a {
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  position: relative;
  padding-left: 20px;
}
.categorie_list li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #aab0c0;
  position: absolute;
  left: 0;
  top: 6.5px;
}
.categorie_list li a span {
  padding-left: 10px;
}
.categorie_list li a:hover {
  color: #DD3C3A;
}
.categorie_list li a:hover:before {
  background: #DD3C3A;
}
.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: #DD3C3A;
}
.recent_post_item .media-body .entry_post_date {
  font-size: 14px;
  color: #6b707f;
}
.recent_post_item + .recent_post_item {
  margin-top: 20px;
}

.w_tag_list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.w_tag_list li {
  margin: 4px;
}
.w_tag_list li a {
  color: #6b707f;
  padding: 2px 18px;
  display: inline-block;
  background: #f6fafb;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.2s linear;
  line-height: 28px;
}
.w_tag_list li a:hover {
  box-shadow: 0 10px 20px 0 rgb(241 76 76 / 15%);
  background: #DD3C3A;
  color: #fff;
}
.w_tag_list li .active {
  box-shadow: 0 10px 20px 0 rgb(241 76 76 / 15%);
  background: #DD3C3A;
  color: #fff;
}
.comments_widget {
  margin-bottom: 0;
}
.comments_widget li h6 {
  font-size: 13px;
  font-weight: 500;
  color: #262626;
  margin-bottom: 12px;
}
.comments_widget li h6 i {
  color: #6b707f;
  padding-right: 8px;
}
.comments_widget li .text {
  display: block;
  background-color: #f6fafb;
  border: 1px solid #e7edee;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #686d7d;
  padding: 8px 24px;
}
.comments_widget li + li {
  margin-top: 23px;
}

.instragram_info {
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
}
.instragram_info .instragram_item {
  display: block;
  margin: 5px;
  position: relative;
  z-index: 0;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.1s linear;
  width: calc(90% / 3);
}
.instragram_info .instragram_item img {
  max-width: 100%;
}
.instragram_info .instragram_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 39, 70, 0.5);
  z-index: 0;
  opacity: 0;
  transition: all 0.2s linear;
}
.instragram_info .instragram_item:hover:before {
  opacity: 1;
}

/*=========== End blog_sidebar css ==========*/
/*=========== Start blog_single2 css ==========*/
.tip_banner_area {
  background-image: url("../img/blog-single2/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding-top: 190px;
  padding-bottom: 75px;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 1;
}
.tip_banner_area .container {
  position: relative;
  z-index: 2;
}
.tip_banner_area .banner_shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(250px);
  z-index: 2;
}
.tip_banner_area .banner_title {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  line-height: 59px;
}
.tip_banner_area .col-lg-4:nth-child(1n) .tip_title {
  color: #e25920;
}
.tip_banner_area .col-lg-4:nth-child(2n) .tip_title {
  color: #9f62d9;
}
.tip_banner_area .col-lg-4:nth-child(3n) .tip_title {
  color: #e31587;
}
.tip_banner_area .col-lg-4:nth-child(4n) .tip_title {
  color: #0090ed;
}
.tip_banner_area .col-lg-4:nth-child(5n) .tip_title {
  color: #33cc9e;
}
.tip_banner_area .col-lg-4:nth-child(6n) .tip_title {
  color: #d056d9;
}

.tip_item {
  display: flex;
  margin-bottom: 35px;
}
.tip_item .tip_icon {
  margin-right: 15px;
}
.tip_item .tip_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 5px;
}
.tip_item .tip_para {
  font-size: 16px;
  line-height: 24px;
  color: #565a66;
  margin-bottom: 0;
}

.tip_doc_area {
  z-index: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}
.tip_doc_area.stick .left_sidebarlist {
  position: fixed;
  top: 0;
  width: 270px;
  margin-top: 100px;
}
.tip_doc_area.stick .left_sidebarlist .nav-sidebar:before {
  left: -15px;
  bottom: 0;
}
.tip_doc_area .left_sidebarlist .nav-sidebar:before {
  content: "";
  width: 1px;
  background: #e0e0ff;
  position: absolute;
  top: 0;
  left: 0;
}
.tip_doc_area .left_sidebarlist .nav-item {
  margin-bottom: 15px;
  padding-right: 0;
}
.tip_doc_area .left_sidebarlist .nav-item .dropdown_nav {
  padding-left: 0 !important;
  padding-top: 10px;
}
.tip_doc_area .left_sidebarlist .nav-item .dropdown_nav .nav-item {
  margin-top: 0;
  margin-bottom: 0;
}
.tip_doc_area .left_sidebarlist .nav-item .dropdown_nav .nav-item.active > .nav-link {
  color: #DD3C3A;
}
.tip_doc_area .left_sidebarlist .nav-item .dropdown_nav .nav-item .nav-link {
  font-weight: 400;
  margin-left: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
  color: inherit;
}
.tip_doc_area .left_sidebarlist .nav-item.active > .nav-link {
  color: #DD3C3A;
}
.tip_doc_area .left_sidebarlist .nav-item.active > .nav-link::before {
  content: "";
  width: 2px;
  bottom: 0;
  background: #DD3C3A;
  position: absolute;
  top: 0;
  left: -15px;
}
.tip_doc_area .left_sidebarlist .nav-item.active > .dropdown_nav {
  display: block;
}
.tip_doc_area .left_sidebarlist .nav-link {
  color: #697386;
}
.tip_doc_area .left_sidebarlist .nav-link:hover {
  color: #DD3C3A;
}
.tip_doc_area .blog_info {
  padding-left: 38px;
}
.tip_doc_area .blog_info .blog_body {
  border-bottom: 1px solid #dfe2e4;
  padding-bottom: 25px;
  margin-bottom: 0;
}
.tip_doc_area .blog_info .body_item {
  padding-top: 100px;
}
.tip_doc_area .blog_info .body_item:nth-child(1) {
  padding-top: 0;
}
.tip_doc_area .blog_info .body_item:nth-child(1) .paralist {
  margin-bottom: 0;
}
.tip_doc_area .blog_info .body_item:nth-child(2n) .info_title {
  color: #9f62d9;
}
.tip_doc_area .blog_info .body_item:nth-child(2n) .item_icon {
  border-color: #9f62d9;
}
.tip_doc_area .blog_info .body_item:nth-child(3n) .info_title {
  color: #e31587;
}
.tip_doc_area .blog_info .body_item:nth-child(3n) .item_icon {
  border-color: #e31587;
}
.tip_doc_area .blog_info .body_item:nth-child(4n) .info_title {
  color: #0090ed;
}
.tip_doc_area .blog_info .body_item:nth-child(4n) .item_icon {
  border-color: #0090ed;
}
.tip_doc_area .blog_info .body_item:nth-child(5n) .info_title {
  color: #33cc9e;
}
.tip_doc_area .blog_info .body_item:nth-child(5n) .item_icon {
  border-color: #33cc9e;
}
.tip_doc_area .blog_info .body_item:nth-child(6n) .info_title {
  color: #d056d9;
}
.tip_doc_area .blog_info .body_item:nth-child(6n) .item_icon {
  border-color: #d056d9;
}
.tip_doc_area .blog_info .body_item .item_icon {
  border-bottom: 1px solid #e25920;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.tip_doc_area .blog_info .body_item .tip_para {
  margin-right: 15px;
  margin-bottom: 45px;
}
.tip_doc_area .blog_info .body_item .info_title {
  color: #e25920;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 15px;
}
.tip_doc_area .blog_info .body_item .info_para {
  line-height: 26px;
  margin-bottom: 40px;
}
.tip_doc_area .blog_info .body_item .info_subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}
.tip_doc_area .blog_info .body_item .info_subtitle span {
  display: block;
  color: #9f62d9;
}
.tip_doc_area .blog_info .body_item .info_subpara1 {
  margin-bottom: 0px;
}
.tip_doc_area .blog_info .body_item .info_subpara1.mb-25 {
  margin-bottom: 25px;
}
.tip_doc_area .blog_info .body_item .info_subpara2 {
  margin-bottom: 45px;
}
.tip_doc_area .blog_info .body_item .paralist {
  padding-inline-start: 16px;
  margin-bottom: 45px;
}
.tip_doc_area .blog_info .body_item .item_icon2 {
  border-bottom: 1px solid #9f62d9;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

body.body_dark .tip_banner_area {
  background: #000;
}
body.body_dark .tip_banner_area .banner_shape {
  opacity: 0;
}
body.body_dark .documentation_area .blog_info .body_item .info_subtitle {
  color: #fff;
}

.doc_footer_area {
  z-index: 1;
  position: relative;
}

/*=========== End blog_single2 css ==========*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================ signup_area css ==============*/
.signup_area {
  height: 100vh;
  min-height: 580px;
  background: #fbfcfd;
}
.signup_area .row {
  height: 100%;
}

.sign_left {
  width: calc(50% - 360px);
  position: relative;
  z-index: 1;
  padding: 100px 70px 0;
}
.sign_left .top {
  left: 0;
  top: 0;
  z-index: -1;
}
.sign_left .bottom {
  bottom: 0;
  right: 0;
  z-index: -1;
}
.sign_left .round {
  position: absolute;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  left: -150px;
  bottom: -60px;
  z-index: -1;
}
.sign_left h2 {
  color: #fff;
  font-size: 36px;
  line-height: 44px;
}

.signup_left {
  background: #795fee;
}
.signup_left .middle {
  top: 50%;
  margin-top: -150px;
}

.sign_right {
  width: calc(50% + 360px);
  flex: 1;
  display: flex;
  align-items: center;
}

.sign_inner {
  max-width: 520px;
  margin: 0 auto;
}
.sign_inner h3 {
  font-size: 26px;
  line-height: 34px;
}
.sign_inner p {
  font-size: 14px;
}
.sign_inner p a {
  color: #262626;
  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: #6b707f;
  padding: 8px 27px;
  display: inline-block;
  margin-top: 20px;
}
.sign_inner .btn-google img {
  vertical-align: inherit;
  padding-right: 8px;
}
.sign_inner .btn-google:hover {
  box-shadow: none;
}
.sign_inner .divider {
  border-bottom: 1px solid #e3e8ea;
  position: relative;
  margin-bottom: 30px;
  margin-top: 36px;
}
.sign_inner .divider .or-text {
  font-size: 16px;
  color: #262626;
  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: #262626;
  margin-bottom: 5px;
}
.login_form .form-group .form-control {
  border-radius: 6px;
  background-color: #fbfcfd;
  border: 1px solid #e3e8ea;
  font-size: 14px;
  color: #262626;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  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: "Roboto", sans-serif;
}
.login_form .form-group .form-control:-moz-placeholder {
  color: #878b99;
  font-family: "Roboto", sans-serif;
}
.login_form .form-group .form-control::-moz-placeholder {
  color: #878b99;
  font-family: "Roboto", sans-serif;
}
.login_form .form-group .form-control::-webkit-input-placeholder {
  color: #878b99;
  font-family: "Roboto", sans-serif;
}
.login_form .form-group .form-control:focus {
  box-shadow: 0 20px 30px 0 rgba(4, 73, 89, 0.1);
}
.login_form .form-group .check_box {
  margin-top: -10px;
}
.login_form .form-group .check_box input[type=checkbox] {
  position: relative;
  top: 1px;
  width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.login_form .form-group .check_box input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fbfcfd;
  top: 0;
  left: 0;
  border-radius: 2px;
  border: 1px solid #a6abb7;
}
.login_form .form-group .check_box input[type=checkbox]:checked:after {
  content: "N";
  font-family: "ElegantIcons";
  display: block;
  font-size: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: #DD3C3A;
  text-align: center;
  line-height: 12px;
  left: 0;
}
.login_form .form-group .l_text {
  font-size: 16px;
  color: #6b707f;
  padding-left: 20px;
  margin-bottom: 0;
}
.login_form .form-group .l_text span {
  color: #DD3C3A;
}
.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(241, 76, 76, 0.24);
}

/*================ signup_area css ==============*/
/*================ signin_left css ==============*/
.signin_left {
  background: #DD3C3A;
}
.signin_left:before {
  content: "";
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(180deg, #10b3d6 0%, #262626 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 ==============*/

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.communities {
  padding: 115px 0 90px;
}

.community-box {
  border: 1px solid #f6f9fa;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(2, 47, 57, 0.14);
  text-align: center;
  padding: 40px 70px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  overflow: hidden;
}
.community-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.community-box .icon-container {
  margin-bottom: 33px;
}
.community-box .community-content .com-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #6b707f;
  margin-bottom: 27px;
}
.community-box .community-content .details-link {
  color: #9296a3;
  font-size: 16px;
  font-weight: 500;
}
.community-box .community-content .details-link i {
  display: inline-block;
  vertical-align: -2px;
  transition: all 0.3s ease-in-out;
  color: #9296a3;
}
.community-box .community-content .details-link:hover {
  color: #DD3C3A;
}
.community-box .community-content .details-link:hover i {
  color: #DD3C3A;
  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: #DD3C3A;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.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: 500;
  margin-bottom: 0;
  line-height: 1.7;
}
.community-post .post-content .entry-content .post-title:hover {
  color: #DD3C3A;
}
.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: #DD3C3A;
}
.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: #DD3C3A;
}
.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: #262626;
  border-color: #dbaa20;
}
.badge.color-ass {
  background: #eeeeee;
  color: #262626;
  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: #DD3C3A !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: #DD3C3A;
  color: #fff;
}

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

/*----------------------------------------------------*/
/* Hotspot Area css
============================================================================================ */
.pointing_img_container .divs {
  visibility: hidden;
  height: 0;
}
.pointing_img_container .nav.list > li {
  position: absolute;
  top: 0;
}
.pointing_img_container .nav.list > li.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.pointing_img_container .nav.list > li .dropdown-menu {
  display: block;
  top: 0;
  left: 0;
  transform: translate(0);
  position: absolute;
  max-width: 500px;
  border-radius: 10px;
  min-width: 400px;
  background: #f9fbfc;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
  border: 1px solid #e6eeef;
  z-index: 30;
}
.pointing_img_container .nav.list > li .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 16px 9px 0;
  border-color: transparent #f9fbfc transparent transparent;
  position: absolute;
  left: -16px;
  top: 30px;
  z-index: 1;
}
.pointing_img_container .nav.list > li .dropdown-menu::after {
  content: "";
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 9px 16px 9px 0;
  border-color: transparent #e6eeef transparent transparent;
  position: absolute;
  left: -21px;
  top: 30px;
}
.pointing_img_container .nav.list > li .dropdown-menu .text_part {
  padding-top: 27px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.pointing_img_container .nav.list > li .dropdown-menu .text_part .close_btn {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
.pointing_img_container .nav.list > li .dropdown-menu .text_part h4 {
  font-size: 24px;
  color: #000;
  margin-bottom: 18px;
}
.pointing_img_container .nav.list > li .dropdown-menu .text_part h4 span {
  color: #6b707f;
  font-size: 16px;
  font-weight: 400;
  margin-left: 20px;
}
.pointing_img_container .nav.list > li .dropdown-menu .text_part p {
  font-size: 16px;
  line-height: 26px;
  color: #6b707f;
  max-width: 340px;
}
.pointing_img_container .nav.list > li .dropdown-menu .prev {
  border-bottom-left-radius: 10px;
}
.pointing_img_container .nav.list > li .dropdown-menu .next {
  border-bottom-right-radius: 10px;
}
.pointing_img_container .nav.list > li .dropdown-menu .prev,
.pointing_img_container .nav.list > li .dropdown-menu .next {
  background: #DD3C3A;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 19px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.pointing_img_container .nav.list > li .dropdown-menu .bullets_pointing {
  background: #1d3846;
  height: 50px;
  margin-left: -30px;
  margin-right: -30px;
}
.pointing_img_container .nav.list > li .dropdown-menu .bullets_pointing .nav {
  padding: 21px 0;
}
.pointing_img_container .nav.list > li .dropdown-menu .bullets_pointing .nav li {
  height: 8px;
  width: 8px;
  border: 1px solid #3b6980;
  border-radius: 50%;
  margin-right: 26px;
  position: relative;
}
.pointing_img_container .nav.list > li .dropdown-menu .bullets_pointing .nav li:before {
  content: "";
  width: 26px;
  height: 1px;
  background: #3b6980;
  position: absolute;
  left: 7px;
  top: 3px;
}
.pointing_img_container .nav.list > li .dropdown-menu .bullets_pointing .nav li:last-child {
  margin-right: 0;
}
.pointing_img_container .nav.list > li .dropdown-menu .bullets_pointing .nav li:last-child:before {
  display: none;
}
.pointing_img_container .nav.list > li:nth-child(1) {
  z-index: 5;
  top: 48px;
  left: 158px;
}
.pointing_img_container .nav.list > li:nth-child(1) .dropdown-menu {
  left: 35px !important;
  top: -38px !important;
}
.pointing_img_container .nav.list > li:nth-child(1).active .dropdown-menu {
  left: 43px !important;
  transition: all 300ms linear 0s;
}
.pointing_img_container .nav.list > li:nth-child(1).active .bullets_pointing .nav li:first-child {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 8px #ffffff;
}
.pointing_img_container .nav.list > li:nth-child(2) {
  right: 128px;
  top: 80px;
  left: auto;
  z-index: 4;
}
.pointing_img_container .nav.list > li:nth-child(2) .dropdown-menu {
  left: auto !important;
  top: -35px !important;
  right: 26px;
}
.pointing_img_container .nav.list > li:nth-child(2) .dropdown-menu:before {
  left: auto;
  right: -16px;
  transform: rotate(180deg);
}
.pointing_img_container .nav.list > li:nth-child(2).active .dropdown-menu {
  right: -172px;
  transition: all 300ms linear 0s;
}
.pointing_img_container .nav.list > li:nth-child(2).active .bullets_pointing .nav li:nth-child(2) {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 8px #ffffff;
}
.pointing_img_container .nav.list > li:nth-child(3) {
  top: 34%;
  left: 55%;
  z-index: 3;
  transform: translateX(-50%) translateY(50%);
}
.pointing_img_container .nav.list > li:nth-child(3) .dropdown-menu {
  left: auto !important;
  top: -35px !important;
  right: 26px;
}
.pointing_img_container .nav.list > li:nth-child(3) .dropdown-menu:before {
  left: auto;
  right: -20px;
  transform: rotate(180deg);
}
.pointing_img_container .nav.list > li:nth-child(3).active .dropdown-menu {
  right: 34px;
  transition: all 300ms linear 0s;
}
.pointing_img_container .nav.list > li:nth-child(3).active .bullets_pointing .nav li:nth-child(3) {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 8px #ffffff;
}
.pointing_img_container .nav.list > li:nth-child(4) {
  top: 51%;
  left: 75px;
  z-index: 2;
  transform: translateX(0%) translateY(50%);
}
.pointing_img_container .nav.list > li:nth-child(4) .dropdown-menu {
  left: 39px !important;
  top: -37px !important;
}
.pointing_img_container .nav.list > li:nth-child(4).active .dropdown-menu {
  left: 46px !important;
  transition: all 300ms linear 0s;
}
.pointing_img_container .nav.list > li:nth-child(4).active .bullets_pointing .nav li:nth-child(4) {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 8px #ffffff;
}
.pointing_img_container .nav.list > li.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.blur nav {
  filter: blur(6px);
}
.blur .doc_banner_area.search-banner-light {
  filter: blur(6px);
}
.blur .breadcrumb_link {
  filter: blur(6px);
}
.blur .doc_mobile_menu {
  filter: blur(6px);
}
.blur .shortcode_title {
  filter: blur(6px);
}
.blur .image_pointer {
  filter: blur(6px);
}
.blur .shortcode_info footer {
  filter: blur(6px);
}
.blur .forum_footer_area {
  filter: blur(6px);
}

/* End Hotspot Area css
============================================================================================ */

.button_inner {
  margin-top: 60px;
}
.button_inner h4 {
  margin-bottom: 50px;
  padding-top: 30px;
}
.button_inner h6 {
  color: #6b707f;
  font-weight: 400;
}
.button_inner .button_inner_one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 50px;
  border-bottom: 1px solid #e6eeef;
}
.button_inner:last-child .button_inner_one {
  border: 0;
  padding-bottom: 0;
}

.btn_small {
  padding: 0 16px;
}

.btn_small_two {
  padding: 8px 29px;
}

.doc_border_btn_two, .btn_small_three {
  padding: 10px 47px;
}

.btn_bg {
  padding: 15px 78px;
}

.btn_radious_none {
  border-radius: 0;
  padding: 10px 68px;
}

.btn_radious_45 {
  border-radius: 45px;
  padding: 5px 28px;
}

.action_btn.btn_small, .action_btn.btn_small_two, .action_btn.btn_small_three, .action_btn.btn_bg, .action_btn.btn_radious_none, .action_btn.btn_radious_45 {
  box-shadow: none;
  border: 2px solid #DD3C3A;
  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(241, 76, 76, 0.05);
  border-color: rgba(241, 76, 76, 0.3);
  color: #DD3C3A;
}

.icon_btn {
  border: 2px solid rgba(241, 76, 76, 0.3);
  margin-left: 0;
  background: rgba(241, 76, 76, 0.05);
}
.icon_btn i {
  padding-right: 7px;
}
.icon_btn:hover {
  border-color: #DD3C3A;
}

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

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=========== 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: #6b707f;
}
.get_info_item .time span {
  color: #262626;
}
.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 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 {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #6b707f;
  padding-left: 22px;
  margin: 20px 20px 15px;
}
.contact_info .contact_form .form-group .form-check input[type=checkbox] {
  width: 12px;
  position: absolute;
  outline: none;
  height: 12px;
  top: 1px;
  left: 0;
  margin: 0;
}
.contact_info .contact_form .form-group .form-check input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #6b707f;
  top: 0;
  left: 0;
  border-radius: 2px;
  background-color: #fff;
}
.contact_info .contact_form .form-group .form-check input[type=checkbox]:after {
  content: "";
  display: block;
  width: 5px;
  height: 11px;
  border: solid #DD3C3A;
  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: #DD3C3A;
}
.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: #DD3C3A;
}
.contact_info .contact_form .form-group .form-check input[type=radio] {
  width: 12px;
  position: absolute;
  outline: none;
  height: 12px;
  margin: 0;
  left: 0;
  top: 1px;
}
.contact_info .contact_form .form-group .form-check input[type=radio]:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #6b707f;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.2s linear;
}
.contact_info .contact_form .form-group .form-check input[type=radio]:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #DD3C3A;
  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: #DD3C3A;
}
.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: #DD3C3A;
}
.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;
}


/*=========== 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: #262626;
  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: none;
}
.side_menu.menu-opened .close_nav i + i {
  display: block;
}

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

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

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

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


/* Forum Collaps Tabs Area css
============================================================================================ */
.small-dialog {
  padding: 50px 40px;
}
.small-dialog .count {
  background: #DD3C3A;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  left: -20px;
  top: -20px;
}
.small-dialog h2 {
  font-size: 20px;
  font-weight: 500;
  color: #262626;
  margin-bottom: 13px;
}
.small-dialog p {
  margin-bottom: 0;
}

.gallery_content .mfp-container {
  max-width: 510px;
  margin: auto;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 42%;
  height: auto;
  padding: 0;
}
.gallery_content .mfp-container .mfp-arrow {
  top: auto;
  margin-top: 0;
  padding: 0;
  bottom: 0;
  opacity: 1;
  width: 50%;
  top: auto;
  bottom: -50px;
  background: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0;
}
.gallery_content .mfp-container .mfp-arrow:hover {
  background: #DD3C3A;
}
.gallery_content .mfp-container .mfp-arrow:hover:after {
  color: #fff;
}
.gallery_content .mfp-container .mfp-arrow:hover:before {
  color: #fff;
}
.gallery_content .mfp-container .mfp-arrow-right:after {
  content: "Next";
  border: none;
  margin: 0;
  top: 0;
  left: 40%;
  transform: translateX(-50%);
  color: #6b707f;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
}
.gallery_content .mfp-container .mfp-arrow-right:before {
  content: "5";
  font-family: "ElegantIcons";
  background: transparent;
  border: none;
  margin: 0;
  left: 54%;
  transform: translateX(-50%);
  color: #6b707f;
  font-size: 18px;
  top: -1px;
  opacity: 1;
}
.gallery_content .mfp-container .mfp-arrow-left:after {
  content: "Previous";
  border: none;
  margin: 0;
  top: 0;
  left: 38%;
  transform: translateX(-50%);
  color: #6b707f;
  font-size: 16px;
  font-weight: 500;
}
.gallery_content .mfp-container .mfp-arrow-left:before {
  content: "4";
  font-family: "ElegantIcons";
  background: transparent;
  border: none;
  margin: 0;
  left: 29%;
  transform: translateX(-50%);
  color: #6b707f;
  font-size: 18px;
  top: -1px;
}

.mfp-bg.gallery_content {
  width: 100%;
  max-width: 100%;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

/* Styles for dialog window */
.small-dialog {
  background: white;
  padding: 50px 40px;
  text-align: left;
  max-width: 510px;
  margin: 0 auto;
  position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Collaps Tabs Area css
============================================================================================ */
.collaps_tabs {
  margin-bottom: 70px;
}
.collaps_tabs .collaps_tab_inner .shortcode_title {
  margin-bottom: 25px;
}
.collaps_tabs .collaps_tab_inner .shortcode_title h4 a {
  color: #1d2746;
}

.doc-btm {
  margin-top: 70px;
}
.doc-btm .card_tagged li {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  margin-right: 9.32px;
}
.doc-btm .card_tagged li a {
  background: #edf0f5;
  color: #616366;
  line-height: 25px;
  padding: 0 14px;
  display: inline-block;
  border-radius: 12.5px;
  font-size: 14px;
  font-weight: 400;
}
.doc-btm .card_tagged li a:hover {
  color: #DD3C3A;
  background: rgba(241, 76, 76, 0.15);
}

.topic_item_tabs {
  margin-top: 50px;
  margin-bottom: -30px;
  overflow: hidden;
}
.topic_item_tabs .topic_list_item {
  background: transparent;
  border: 1px solid #e6edf0;
  border-radius: 5px;
  padding: 37px 35px 35px;
  box-shadow: none !important;
}
.topic_item_tabs .topic_list_item h4 {
  font-weight: 500;
  font-size: 16px;
}
.topic_item_tabs .topic_list_item .navbar-nav li a {
  color: #6b707f;
}
.topic_item_tabs .topic_list_item .navbar-nav li a i {
  color: #DD3C3A;
}
.topic_item_tabs .topic_list_item .navbar-nav li:hover a {
  color: #DD3C3A;
}
.topic_item_tabs .topic_list_item .navbar-nav li:hover a i {
  color: #DD3C3A;
}

.blog_comment_box.topic_comment .c_head {
  display: inline-block;
  margin-bottom: 15px;
}
.blog_comment_box.topic_comment .c_head a {
  color: #1d2746;
  text-decoration: underline;
  font-weight: 500;
}
.blog_comment_box.topic_comment .cancle {
  display: inline-block;
  padding: 0;
  border: none;
  color: #54595d;
  background: transparent;
  font-weight: 400;
  font-size: 16px;
}

.get_quote_form .form-group {
  position: relative;
}
.get_quote_form .form-group .form-control {
  border-color: #e1e8ea;
  font-size: 16px;
  color: #6b707f;
  font-weight: 400;
  box-shadow: none !important;
  border-radius: 4px;
}
.get_quote_form .form-group .form-control input,
.get_quote_form .form-group .form-control textarea
{
  font-size: 16px;
}
.get_quote_form .form-group .form-control.placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6b707f;
}
.get_quote_form .form-group .form-control:-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6b707f;
}
.get_quote_form .form-group .form-control::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6b707f;
}
.get_quote_form .form-group .form-control::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6b707f;
}
.get_quote_form .form-group .form-control:focus {
  border-color: #DD3C3A;
}
.get_quote_form .form-group label {
  margin-bottom: 0;
}

.get_quote_form .form-group input:focus ~ .floating-label,
.get_quote_form .form-group textarea:focus ~ .floating-label,
.get_quote_form .form-group input:not(:focus):valid ~ .floating-label {
  top: -10px;
  left: 26px;
  font-size: 12px;
  color: #DD3C3A;
  background-color: #fff;
  padding: 0 5px 0 5px;
}
.blog_comment_box .get_quote_form .form-group option {
  font-size: 16px;
  font-weight: 400;
  padding-top: 5px;
}

.get_quote_form .form-group select:focus ~ .floating-label,
.get_quote_form .form-group select:not(:focus):valid ~ .floating-label,
.get_quote_form .form-group textarea:focus ~ .floating-label,
.get_quote_form .form-group textarea:not(:focus):valid ~ .floating-label {
  top: -11px;
  left: 26px;
  font-size: 12px;
  color: #DD3C3A;
  background-color: #fff;
  padding: 0 5px 0 5px;
}
.get_quote_form .form-group .floating-label {
  position: absolute;
  pointer-events: none;
  left: 37px;
  top: 16px;
  transition: 0.2s;
  margin-bottom: 0;
  color: #6b707f;
}
.get_quote_form .form-group .action_btn {
  background: #DD3C3A;
  border-radius: 4px;
}
.get_quote_form .form-group .action_btnhover {
  box-shadow: 0 15px 35px -3px rgba(241, 76, 76, 0.3);
}
.get_quote_form .form-group:last-child {
  margin-bottom: 0;
}

.check_input input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.check_input label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #6b707f;
}

.check_input label:before {
  content: "";
  background-color: transparent;
  border: 1px solid #6b707f;
  padding: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 9px;
  top: -1px;
  position: relative;
}

.check_input input:checked + label:after {
  content: "N";
  font-family: "ElegantIcons";
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 12px;
}