@charset "UTF-8";
/*=====================================================================
@Template Name: Tork Product documentation
@Version: 1.0


=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/**=== Functions ===**/
@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");
.col-md-offset-right-1,
.col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

.testimonial__item .review_detils p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
html {
  height: 100%;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: #4c4cf1;
}

body {
  line-height: 1.5;
  font-size: 16px;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #6b707f;
  letter-spacing: 0.15px;
}

:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #1d2746;
}

a {
  color: #4c4cf1;
}

figure {
  padding-top: 5px;
  padding-bottom: 5px;
  clear: both;
  border: none;
}

figure figcaption {
  color: rgba(0, 0, 0, 0.54);
  line-height: 20px;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  max-width: 728px;
  margin-right: auto;
}

video {
  max-width: 100%;
}

table tr td p:last-child {
  margin-bottom: 0;
}

pre[class*=language-] > code {
  border-left: 5px solid rgba(76, 76, 241, 0.8);
}

.pt_100 {
  padding-top: 100px;
}

.pb_100 {
  padding-bottom: 100px;
}

/** === Scrollbar === **/
::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 30px;
}

/** === Predefined Global Classes === **/
.h1 {
  font-size: 50px;
}

.h2 {
  font-size: 44px;
}

.h3 {
  font-size: 36px;
}

.h4 {
  font-size: 30px;
}

.h5 {
  font-size: 24px;
}

.h6 {
  font-size: 18px;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.shortcode_info h1,
.shortcode_info h2,
.shortcode_info h3,
.shortcode_info h4,
.shortcode_info h5,
.shortcode_info h6,
.blog_single_item h1,
.blog_single_item h2,
.blog_single_item h3,
.blog_single_item h4,
.blog_single_item h5,
.blog_single_item h6 {
  margin-bottom: 30px;
}

button:focus {
  outline: none;
}

/** === Container === **/
.body_wrapper {
  position: relative;
  background: #fff;
  z-index: 30;
  overflow: hidden;
  min-height: 100vh;
}

@media (min-width: 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: 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: #1d2746;
  margin-bottom: 30px;
  font-weight: 400;
}
.section_title.title-img .action_btn {
  padding: 9px 34px;
  box-shadow: none;
  border: 2px solid #4c4cf1;
  font-weight: 500;
}
.section_title.title-img .action_btn:hover {
  background: transparent;
  color: #4c4cf1;
}

.h_title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
  font-weight: 700;
  position: relative;
}
@media (max-width: 440px) {
  .h_title br {
    display: none;
  }
}

.c_head {
  font-size: 24px;
  line-height: 26px;
}

/*===== section title scss ======*/
.bg_color {
  background: #fafcfd;
}

.f_bg_color {
  background: #f6fbfc;
}

.local-video-container {
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: content-box;
}

/** === Back to Top Button === **/
#back-to-top {
  display: inline-block;
  background-color: rgba(220, 220, 220, 0.8);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#back-to-top::after {
  content: "2";
  font-family: eleganticons;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #000;
}

#back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}

#back-to-top:hover::after {
  color: #fff;
}

#back-to-top:active {
  background-color: #555;
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.search-focused .click_capture {
  opacity: 1;
  visibility: visible;
}
.search-focused .banner_search_form {
  position: relative;
  z-index: 999 !important;
}

@media (min-width: 1500px) {
  .custom_container2 {
    max-width: 1470px;
  }
}
.box_pad {
  max-width: 100%;
  padding: 0 60px;
}

.visible {
  opacity: 1 !important;
}

/* Title Area css
============================================================================================ */
.main_title {
  margin-bottom: 60px;
}
.main_title h2 {
  font-size: 30px;
  color: #1d2746;
  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(76, 76, 241, 0.24);
  border-radius: 4px;
  background: #4c4cf1;
  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;
}

.error_area .action_btn {
  font-size: 16px;
}
.error_area .action_btn i {
  padding-right: 5px;
}

.doc_border_btn {
  border: 2px solid rgba(76, 76, 241, 0.3);
  border-radius: 4px;
  color: #4c4cf1;
  font-size: 14px;
  font-weight: 500;
  background: rgba(76, 76, 241, 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(76, 76, 241, 0.2);
  background: #4c4cf1;
  border-color: #4c4cf1;
  color: #fff;
}
.doc_border_btn:hover i {
  transform: translateY(3px);
}

.download-btn {
  background-image: -moz-linear-gradient(90deg, rgb(25, 32, 48) 0%, rgb(76, 89, 119) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(25, 32, 48) 0%, rgb(76, 89, 119) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(25, 32, 48) 0%, rgb(76, 89, 119) 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, rgb(175, 188, 208) 0%, rgb(237, 241, 255) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(175, 188, 208) 0%, rgb(237, 241, 255) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(175, 188, 208) 0%, rgb(237, 241, 255) 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-text-fill-color: transparent;
}
.download-btn .btn-txt .prop span {
  font-size: 14px;
  color: #5b6483;
  font-weight: 400;
}
.download-btn .btn-txt .prop span + span {
  color: #0066fe;
}
.download-btn .ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.download-btn .ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 18px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}
.download-btn .ribbon::before, .download-btn .ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #2980b9;
}
.download-btn .ribbon.ribbon-top-right::before, .download-btn .ribbon.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.download-btn .ribbon.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.download-btn .ribbon.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.download-btn .ribbon.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.download-btn .ribbon.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* Home Advanced Search Area css
============================================================================================ */
.main_btn {
  background: #4c4cf1;
  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(76, 76, 241, 0.2);
  color: #4c4cf1;
  line-height: 50px;
  padding: 0 46px;
}
.main_btn.blue:hover {
  background: #4c4cf1;
  color: #fff;
}

.submit_btn {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #4c4cf1;
  padding: 10px 29px;
  border-radius: 4px;
  border: 0;
  box-shadow: 0 10px 20px 0 rgba(2, 2, 59, 0.2);
  transition: all 300ms linear 0s;
}
.submit_btn:hover {
  background: #fff;
  color: #4c4cf1;
  font-size: 16px;
  font-weight: 400;
}

.text_btn {
  color: #4c4cf1;
  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: #4c4cf1;
}
.text_btn:hover i {
  margin-left: 7px;
}
.text_btn.dark_btn {
  color: #1d2746;
  font-weight: 400;
}
.text_btn.dark_btn i {
  margin-left: 6px;
  font-size: 18px;
}
.text_btn.dark_btn:hover {
  color: #4c4cf1;
}
.text_btn.dark_btn:hover i {
  margin-left: 12px;
}

.icon_btn2 {
  background: #4c4cf1;
  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: #4c4cf1;
}
.icon_btn2:hover i {
  margin-left: 5px;
}
.icon_btn2.blue:hover {
  color: #4c4cf1;
}

.reply_btn {
  background: #4c4cf1;
  display: inline-block;
  padding: 0 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 3px;
  border: 1px solid #4c4cf1;
  transition: all 300ms linear 0s;
}
.reply_btn:hover {
  background: transparent;
  color: #4c4cf1;
}

.help_btn {
  background: transparent;
  display: inline-block;
  padding: 0 16px;
  color: #1d2746;
  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: #4c4cf1;
}

/* Home Advanced Search Area css
  ============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================= Top header area css ===============*/
.header_top {
  background: #192341;
  color: #8c93a8;
  height: 40px;
}
.header_top .menu {
  display: flex;
  align-items: center;
  height: 40px;
}
.header_top .menu li {
  margin-right: 50px;
}
.header_top .menu li:last-child {
  margin-right: 0;
}
.header_top .menu li a {
  color: #8c93a8;
  font-size: 14px;
}
.header_top .menu li a:hover {
  color: #4c4cf1;
}
.header_top .right-menu {
  justify-content: flex-end;
}
.header_top .right-menu li {
  position: relative;
  margin-right: 0;
  padding-right: 15px;
}
.header_top .right-menu li::after {
  position: absolute;
  content: "";
  background: #5a6279;
  height: 13px;
  width: 1px;
  margin: 0 15px;
  top: 5px;
}
.header_top .right-menu li:last-child {
  padding-right: 0;
  padding-left: 15px;
}
.header_top .right-menu li:last-child::after {
  display: none;
}

.header_area.m_menu_two .navbar .navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
}
.header_area.m_menu_two .navbar .navbar-nav > li > a:before {
  display: none;
}
.header_area.m_menu_two .navbar .navbar-nav > li.hover a, .header_area.m_menu_two .navbar .navbar-nav > li.active a {
  color: #4c4cf1;
}
.header_area.m_menu_two .navbar .navbar-nav > li .dropdown-menu li:hover a, .header_area.m_menu_two .navbar .navbar-nav > li .dropdown-menu li.active a {
  color: #4c4cf1;
}
.header_area.m_menu_two .navbar .navbar-nav > li .dropdown-menu li:hover a:before, .header_area.m_menu_two .navbar .navbar-nav > li .dropdown-menu li.active a:before {
  background: #4c4cf1;
}

/*================= header area css ===============*/
.navbar {
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  position: absolute;
}
.navbar .custom-style {
  justify-content: end;
}
.navbar .search-input {
  position: relative;
  margin-left: 4rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 300px;
}
.navbar .search-input .search-icon {
  position: absolute;
  left: 10px;
  top: 11px;
}
.navbar .search-input .search-input__clear {
  width: 18px;
  height: 18px;
  background-color: #e3e9f3;
  right: 12px;
}
.navbar .search-input input {
  width: 100%;
  font-weight: 400;
  border: 0;
  outline: 0;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 18px;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f6f7f9;
  height: 39px;
  text-indent: 0;
}

.menu_one {
  background: transparent;
  transition: all 0.2s linear;
}

.header_logo img:not(.main_logo),
.header_logo img.sticky_logo {
  display: none;
  width: 140px;
  height: auto;
}
@media (max-width: 576px) {
  .header_logo img:not(.main_logo),
  .header_logo img.sticky_logo {
    width: 70px;
  }
}
@media (max-width: 576px) {
  .header_logo .white_logo {
    width: 70px;
  }
}
.header_logo img.main_logo {
  display: block;
}

.dark_menu {
  box-shadow: none;
}
.dark_menu .menu.justify-content-center {
  width: 100%;
}
.dark_menu .menu > .nav-item > .nav-link {
  color: #1d2746;
  font-size: 14px;
  font-weight: 500;
}
.dark_menu .menu > .nav-item > .nav-link:before {
  display: none;
}
.dark_menu .menu > .nav-item:hover > .nav-link, .dark_menu .menu > .nav-item.active > .nav-link {
  color: #4c4cf1;
}
.dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:before {
  background: #4c4cf1;
}
.dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #4c4cf1;
}
.dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link h5, .dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link h5, .dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link h5 {
  color: #4c4cf1;
}
.dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > i, .dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > i, .dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item.active > i {
  color: #4c4cf1;
}
.dark_menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item {
  padding: 0 30px;
}
.dark_menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:after {
  content: "5";
  color: #4c4cf1;
}
.dark_menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:after, .dark_menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:after {
  opacity: 1;
  right: 20px;
}
.dark_menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover .nav-link, .dark_menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active .nav-link {
  color: #4c4cf1;
}
.dark_menu .right-nav .nav_btn.tp_btn {
  border-color: rgba(76, 76, 241, 0.15);
  color: #4c4cf1 !important;
}
.dark_menu .right-nav .nav_btn.tp_btn:hover {
  color: #fff !important;
  background: #4c4cf1;
}

.menu > .nav-item {
  padding-bottom: 37px;
  padding-top: 37px;
  transition: all 0.3s linear;
}
.menu > .nav-item > .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 0;
}
.menu > .nav-item > .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu {
  margin: 0;
  top: 100%;
  border-radius: 4px;
  left: -30px;
  min-width: max-content;
  border: 1px solid rgb(230, 238, 239);
  background: #fff;
  padding: 20px 0;
  box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
}
.menu > .nav-item.submenu .dropdown-menu:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  left: 40px;
  border-left: 1px solid rgb(230, 238, 239);
  border-top: 1px solid rgb(230, 238, 239);
  z-index: 1;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item {
  padding: 0 30px;
}
.menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item + .nav-item {
  margin-top: 8px;
}
.menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item .nav-link {
  display: flex;
  align-items: center;
}
.menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item .nav-link:before {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item .nav-link img {
  margin-right: 20px;
  width: 32px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
  padding: 0 40px 0 30px;
  transition: all 0.3s linear;
  position: relative;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item + .nav-item {
  margin-top: 18px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0;
  white-space: nowrap;
  font: 400 14px/16px "Roboto", sans-serif;
  color: #6b707f;
  transition: color 0.2s linear;
  position: relative;
  display: inline-block;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #4c4cf1;
  transition: all 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link h5 {
  padding-top: 9px;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  transition: all 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link p {
  margin-bottom: 0;
  line-height: 29px;
  font-size: 14px;
  padding-bottom: 0;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #4c4cf1;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link:before, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link:before, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link:before {
  width: 100%;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link h5, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link h5, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link h5 {
  color: #4c4cf1;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > i, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > i, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > i {
  color: #4c4cf1;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  transition: all 0.3s ease-in;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
  display: none;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -25px;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu {
  min-width: 540px;
  padding: 0;
  background: transparent;
  max-height: 309px;
  min-height: 309px;
  border: none;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu li .col-lg-7 {
  padding-left: 0;
  margin-left: -5px;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu li > div {
  min-height: 309px;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .nav-pills {
  padding: 30px 0;
  background: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 100%;
  margin-right: -10px;
  border-top: 1px solid #e6eeef;
  border-bottom: 1px solid #e6eeef;
  border-right: 0;
  border-left: 1px solid #e6eeef;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item {
  padding: 0 30px;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:after {
  content: "5";
  position: absolute;
  right: 25px;
  top: -1px;
  font-family: "ElegantIcons";
  display: block;
  color: #4c4cf1;
  transition: all 0.2s linear;
  opacity: 0;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item .nav-link {
  font-size: 14px;
  color: #6b707f;
  display: inline-block;
  border-radius: 0;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item .nav-link.active {
  background: transparent;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item + .nav-item {
  margin-top: 12px;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:after, .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:after {
  opacity: 1;
  right: 20px;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover .nav-link, .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active .nav-link {
  color: #4c4cf1;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(2) .nav-link::before, .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(2) .nav-link::before {
  background: #b03532;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(3) .nav-link::before, .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(3) .nav-link::before {
  background: #59a627;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(4) .nav-link::before, .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(4) .nav-link::before {
  background: #da6f2b;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(5) .nav-link::before, .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(5) .nav-link::before {
  background: #1d2746;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(6) .nav-link::before, .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(6) .nav-link::before {
  background: #00aa6a;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(2) .nav-link, .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(2) .nav-link {
  color: #b03532;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(3) .nav-link, .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(3) .nav-link {
  color: #59a627;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(4) .nav-link, .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(4) .nav-link {
  color: #da6f2b;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(5) .nav-link, .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(5) .nav-link {
  color: #1d2746;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(6) .nav-link, .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(6) .nav-link {
  color: #00aa6a;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane {
  padding: 26px 10px 26px 25px;
  min-height: 309px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list {
  width: 50%;
  padding-bottom: 12px;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list.w_100 {
  width: 100%;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li {
  margin-bottom: 12px;
  display: block;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: relative;
  font-family: "Roboto", sans-serif;
  padding: 0;
  overflow: visible;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a:hover:before, .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a.active:before {
  width: 100%;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .text a {
  display: block;
  padding: 0;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane p {
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane:first-child {
  background: #4c4cf1;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(2) {
  background: #b03532;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(3) {
  background: #59a627;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(4) {
  background: #da6f2b;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(5) {
  background: #1d2746;
}
.menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(6) {
  background: #00aa6a;
}
.menu > .nav-item.active > i {
  color: #4c4cf1;
}
.menu > .nav-item.active .nav-link {
  color: #4c4cf1;
}
.menu > .nav-item.active .nav-link:before {
  transform: scaleX(1);
  opacity: 1;
  background: #209ff0;
}
.menu > .nav-item:hover > i {
  color: #4c4cf1;
}
.menu > .nav-item:hover .nav-link {
  color: #4c4cf1;
}
.menu > .nav-item:hover .nav-link:before {
  transform: scaleX(1);
  opacity: 1;
  background: #209ff0;
}
@media (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}
.menu > .nav-item + .nav-item {
  margin-left: 40px;
}

.mobile-dark-mode ion-icon {
  font-size: 26px;
  color: #9fa6ad;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 55px;
  top: 32px;
  transform: translateY(-48%) rotate(235deg);
}
.mobile-dark-mode ion-icon.dark-mode {
  display: none;
}
.mobile-dark-mode input {
  display: none;
}

.right-nav {
  margin-left: 80px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .right-nav {
    margin-left: 0;
  }
}
.right-nav ion-icon {
  font-size: 23px;
  color: #9fa6ad;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.right-nav ion-icon:hover {
  color: #7d848d;
}
.right-nav .js-darkmode-btn {
  position: relative;
}
.right-nav .js-darkmode-btn ion-icon {
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-48%) rotate(235deg);
}
.right-nav .js-darkmode-btn ion-icon.dark-mode {
  display: none;
}
.right-nav .js-darkmode-btn input {
  display: none;
}
.right-nav .nav_btn {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 27px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #fff;
  transition: all 0.3s linear;
  background: #fff;
  color: #4c4cf1;
}
@media (max-width: 576px) {
  .right-nav .nav_btn {
    padding: 5px 20px;
  }
}
.right-nav .nav_btn.round-btn {
  border-radius: 50px;
  background-color: rgba(16, 179, 214, 0.031);
}
.right-nav .nav_btn.icon-btn {
  border-color: rgba(76, 76, 241, 0.3);
}
.right-nav .nav_btn.icon-btn i {
  color: rgba(76, 76, 241, 0.3);
  padding-right: 10px;
}
.right-nav .nav_btn:hover {
  background: #4c4cf1;
  border-color: #4c4cf1;
  color: #fff;
}
.right-nav .nav_btn:hover i {
  color: #fff;
}
.right-nav .nav_btn.tp_btn {
  background: transparent;
  border: 2px solid #fff;
  color: #fff !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

/*================= header area css ===============*/
/*=========== dk_menu css ===========*/
.menu_two {
  box-shadow: 0 4px 10px 0 rgba(76, 76, 241, 0.06);
  z-index: 10;
  background: #fff;
}
.menu_two .nav_btn {
  border: 2px solid rgba(76, 76, 241, 0.3);
  color: #4c4cf1;
  background: rgba(76, 76, 241, 0.05);
}
.menu_two .nav_btn i {
  padding-right: 8px;
  font-size: 12px;
}
.menu_two .nav_btn:hover {
  background: #4c4cf1;
  color: #fff;
  border-color: #4c4cf1;
}
.menu_two .menu_toggle .hamburger span,
.menu_two .menu_toggle .hamburger-cross span {
  background: #1d2746;
}
.menu_two + div, .menu_two + section {
  margin-top: 98px;
}

.dk_menu > .nav-item > .nav-link {
  color: #6b707f;
}
.dk_menu > .nav-item > .nav-link i {
  padding-right: 5px;
  font-size: 14px;
}

.mobile_dropdown_icon {
  display: none;
}

/*=========== dk_menu css ===========*/
@media (max-width: 991px) {
  .display_none {
    display: none;
  }
}

.sticky-nav-doc .navbar-brand img + img {
  display: none;
}
.sticky-nav-doc .mobile_main_menu .menu_toggle .hamburger span {
  background: #1d2746;
}

.mobile_main_menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 13px 0;
}
@media (min-width: 992px) {
  .mobile_main_menu {
    display: none;
  }
}
.mobile_main_menu .logo img {
  max-width: 80%;
  margin-left: 5px;
}
.mobile_main_menu .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile_main_menu .menu_toggle {
  margin-right: 18px;
}
.mobile_main_menu .menu_toggle .hamburger span {
  width: 100%;
}
.mobile_main_menu .mobile_menu_left {
  display: flex;
}
.mobile_main_menu .nav_btn {
  margin: 0;
}
.mobile_main_menu.navbar_fixed {
  box-shadow: 0 4px 10px 0 rgba(76, 76, 241, 0.06);
  background: #fff;
  transition: all 0.2s, top 0.4s linear;
}
.mobile_main_menu.navbar_fixed .nav_btn {
  border-color: #6b707f;
}
.mobile_main_menu.navbar_fixed .nav_btn:hover {
  border-color: #4c4cf1;
}

/*============ Start menu_purple css ==============*/
/*============ menu_purple css ==============*/
.menu_purple .menu > .nav-item > .nav-link {
  position: relative;
}
@media (min-width: 992px) {
  .menu_purple .menu > .nav-item > .nav-link:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: width 0.2s linear;
  }
}
.menu_purple .menu > .nav-item:hover > .nav-link, .menu_purple .menu > .nav-item.current_page_parent > .nav-link, .menu_purple .menu > .nav-item.active > .nav-link {
  color: #fff !important;
}
.menu_purple .menu > .nav-item:hover > .nav-link::before, .menu_purple .menu > .nav-item.current_page_parent > .nav-link::before, .menu_purple .menu > .nav-item.active > .nav-link::before {
  width: 100%;
}
.menu_purple .menu > .nav-item.submenu.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:after {
  color: #4c4cf1;
}
.menu_purple .menu > .nav-item.submenu .dropdown-menu .nav-item > .nav-link:before {
  background: #4c4cf1;
}
.menu_purple .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu_purple .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #4c4cf1;
}
.menu_purple .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link h5, .menu_purple .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link h5 {
  color: #4c4cf1;
}
.menu_purple .nav_btn:not(.not-round-btn) {
  color: #4c4cf1;
  border-radius: 45px;
}
@media (max-width: 991px) {
  .menu_purple .nav_btn:not(.not-round-btn) {
    color: #fff;
  }
}
.menu_purple .nav_btn:not(.not-round-btn):hover {
  background: #4c4cf1;
  color: #fff;
  border-color: #4c4cf1;
}
@media (max-width: 991px) {
  .menu_purple .nav_btn {
    background: #4c4cf1;
    color: #fff;
    border-color: #4c4cf1;
  }
}

/*============ End menu_purple css ==============*/
/*=========== menu_four css ===========*/
.sticky_menu .menu_one {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.sticky_menu .menu_one + div, .sticky_menu .menu_one + section {
  margin-top: 100px;
}
.sticky_menu .menu_one .menu > .nav-item .nav-link {
  position: relative;
  color: #6b707f;
  font-weight: 400;
}
.sticky_menu .menu_one .menu > .nav-item:hover > .nav-link, .sticky_menu .menu_one .menu > .nav-item.active > .nav-link {
  color: #4c4cf1;
}

.menu_social {
  margin-bottom: 0;
  margin-left: 70px;
}

.search_form {
  width: 250px;
  list-style: none;
  position: relative;
}
.search_form .form-control {
  font-size: 14px;
  font-weight: 400;
  padding: 15px;
  height: 45px;
  margin-top: -2px;
  padding-left: 20px;
  background: #fafcfd;
  border: 1px solid #e1e4e5;
  border-radius: 4px;
  box-shadow: none;
}
.search_form .form-control.placeholder {
  color: #8f94a6;
}
.search_form .form-control:-moz-placeholder {
  color: #8f94a6;
}
.search_form .form-control::-moz-placeholder {
  color: #8f94a6;
}
.search_form .form-control::-webkit-input-placeholder {
  color: #8f94a6;
}
.search_form button {
  position: absolute;
  top: 11px;
  right: 15px;
  border: 0;
  padding: 0;
  color: #1d2746;
  background: transparent;
  font-size: 14px;
  z-index: 3;
}

#stickyTwo .menu > .nav-item.submenu.mega_menu .dropdown-menu,
.menu_two .menu > .nav-item.submenu.mega_menu .dropdown-menu {
  border-top: 1px solid #e6eeef;
}

/*=========== menu_four css ===========*/
.nav_btn_two {
  border-color: rgba(76, 76, 241, 0.3);
  background: #f1f8fc;
}
.nav_btn_two:hover {
  border-color: #4c4cf1;
}

.navbar_fixed {
  position: fixed;
  z-index: 35;
}
.navbar_fixed .search-input {
  visibility: visible;
  opacity: 1;
}
.navbar_fixed.menu_one {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background: #fff;
  transition: all 0.2s, top 0.4s linear;
  margin-top: 0;
}
.navbar_fixed.menu_one .menu > .nav-item {
  padding-bottom: 25px;
  padding-top: 25px;
}
.navbar_fixed.menu_one .menu > .nav-item > .nav-link {
  color: #1d2746;
}
.navbar_fixed.menu_one .menu > .nav-item:hover > .nav-link, .navbar_fixed.menu_one .menu > .nav-item.active > .nav-link {
  color: #4c4cf1;
}
.navbar_fixed.menu_one .menu > .nav-item.submenu.mega_menu .dropdown-menu {
  border-top: 1px solid #e6eeef;
}
.navbar_fixed.menu_one .nav_btn {
  color: #4c4cf1;
  border: 2px solid rgba(76, 76, 241, 0.1);
}
@media (max-width: 991px) {
  .navbar_fixed.menu_one .nav_btn {
    color: #fff;
  }
}
.navbar_fixed.menu_one .nav_btn:hover {
  background: #4c4cf1;
  color: #fff;
  border-color: #4c4cf1;
}
.navbar_fixed.menu_one .nav_btn.tp_btn {
  color: #4c4cf1 !important;
}
.navbar_fixed.menu_one.menu_purple .menu > .nav-item > .nav-link:before {
  display: none;
}
.navbar_fixed.menu_one.menu_purple .menu > .nav-item:hover > .nav-link, .navbar_fixed.menu_one.menu_purple .menu > .nav-item.active > .nav-link {
  color: #4c4cf1;
}
.navbar_fixed.menu_one.menu_purple .nav_btn {
  color: #4c4cf1;
  border: 2px solid rgba(76, 76, 241, 0.3);
}
@media (max-width: 991px) {
  .navbar_fixed.menu_one.menu_purple .nav_btn {
    color: #fff;
  }
}
.navbar_fixed.menu_one.menu_purple .nav_btn:hover {
  background: #4c4cf1;
  color: #fff;
  border-color: #4c4cf1;
}
.navbar_fixed .header_logo img:not(.sticky_logo) {
  display: none;
}
.navbar_fixed .header_logo img.sticky_logo {
  display: block;
}
.navbar_fixed.menu_two {
  box-shadow: 0 4px 10px 0 rgba(76, 76, 241, 0.06);
  width: 100%;
  background: #fff;
  left: 0;
  top: 0;
  position: fixed;
  transition: top 0.4s linear;
}
@media (min-width: 992px) {
  .navbar_fixed.menu_two .menu > .nav-item {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.navbar_fixed.menu_two + div, .navbar_fixed.menu_two + section {
  margin-top: 86px;
}
.navbar_fixed .menu_toggle .hamburger span,
.navbar_fixed .menu_toggle .hamburger-cross span {
  background: #1d2746;
}
.navbar_fixed.dark_menu .menu > .nav-item > .nav-link {
  color: #1d2746;
}
.navbar_fixed.dark_menu .menu > .nav-item > .nav-link:before {
  display: none;
}
.navbar_fixed.dark_menu .menu > .nav-item:hover > .nav-link, .navbar_fixed.dark_menu .menu > .nav-item.active > .nav-link {
  color: #4c4cf1;
}
.navbar_fixed.dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:before {
  background: #4c4cf1;
}
.navbar_fixed.dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .navbar_fixed.dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .navbar_fixed.dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #4c4cf1;
}
.navbar_fixed.dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link h5, .navbar_fixed.dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link h5, .navbar_fixed.dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link h5 {
  color: #4c4cf1;
}
.navbar_fixed.dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > i, .navbar_fixed.dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > i, .navbar_fixed.dark_menu .menu > .nav-item.submenu .dropdown-menu .nav-item.active > i {
  color: #4c4cf1;
}
.navbar_fixed.dark_menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item {
  padding: 0 30px;
}
.navbar_fixed.dark_menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:after {
  content: "5";
  color: #4c4cf1;
}
.navbar_fixed.dark_menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:after, .navbar_fixed.dark_menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:after {
  opacity: 1;
  right: 20px;
}
.navbar_fixed.dark_menu .nav_btn.tp_btn {
  border-color: rgba(76, 76, 241, 0.3);
  color: #4c4cf1 !important;
  font-size: 16px;
  padding: 8px 27px;
}
.navbar_fixed.dark_menu .nav_btn.tp_btn:hover {
  background: #4c4cf1;
  color: #fff !important;
}

.dark_menu .menu_toggle .hamburger span,
.dark_menu .menu_toggle .hamburger-cross span {
  background: #1d2746;
}

.navbar-toggler {
  padding-left: 0;
}

@media (max-width: 991px) {
  .navbar button.navbar-toggler {
    padding-right: 0;
  }
  .navbar button.navbar-toggler :focus {
    border: none;
    box-shadow: none;
  }
}
.hamburger {
  height: 100%;
  width: 100%;
  display: block;
}
.hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.hamburger span:nth-child(3) {
  transition-delay: 0.2s;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}
.menu_toggle .hamburger {
  position: absolute;
}
.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  display: block;
}
.menu_toggle .hamburger-cross span {
  display: block;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0%;
  transition-delay: 0.2s;
}

/*=========== side_menu css ===========*/
.side_menu {
  width: 300px;
  height: 100vh;
  max-height: 100vh;
  top: 0;
  position: fixed;
  transform: translate3d(-300px, 0, 0);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1013;
  background: #fff;
  padding: 20px 0;
  overflow-x: hidden;
}
.side_menu .mobile_menu_header {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
.side_menu .mobile_menu_header .close_nav {
  font-size: 28px;
  color: #1d2746;
  margin-right: 15px;
  margin-top: -5px;
}
.side_menu .mobile_menu_header .close_nav i + i {
  display: none;
}
.side_menu .doc_left_sidebarlist {
  border: 0;
}
.side_menu .doc_left_sidebarlist:before {
  display: none;
}
.side_menu .nav-sidebar .nav-item {
  padding-right: 0;
}
.side_menu .mobile_nav_wrapper {
  display: flex;
  transform: translate3d(-300px, 0, 0);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.side_menu .mobile_nav_top,
.side_menu .mobile_nav_bottom {
  height: calc(100vh - 65px);
  flex-shrink: 0;
  display: block;
  width: 300px;
  padding: 0 15px;
  padding-right: 25px;
}
.side_menu .mobile_nav_top {
  padding-top: 30px;
}
.side_menu .mobile_nav_top .menu {
  padding-left: 0;
  padding-right: 0;
}
.side_menu.menu-opened .mobile_nav_wrapper {
  transform: translate3d(0, 0, 0);
}
.side_menu.menu-opened .close_nav i {
  display: 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;
}

.navbar_fixed.menu_one.menu_purple .menu > .nav-item:hover > .nav-link, .navbar_fixed.menu_one.menu_purple .menu > .nav-item.active > .nav-link {
  color: #1d2746 !important;
}
.navbar_fixed.menu_one.menu_purple .menu > .nav-item:hover > .nav-link:hover, .navbar_fixed.menu_one.menu_purple .menu > .nav-item:hover > .nav-link.active, .navbar_fixed.menu_one.menu_purple .menu > .nav-item.active > .nav-link:hover, .navbar_fixed.menu_one.menu_purple .menu > .nav-item.active > .nav-link.active {
  color: #4c4cf1 !important;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.doc-card {
  position: relative;
  z-index: 1;
  background: #f7f7fc;
}
.doc-card__shap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
}
.doc-card__inner {
  padding: 2rem;
  overflow: hidden;
  box-shadow: 0 30px 60px 0 rgba(2, 2, 48, 0.08);
  border-radius: 10px;
  background: #fff;
  top: -60px;
  position: relative;
  text-align: center;
}
.doc-card__inner .see_more_item {
  display: none;
  flex-wrap: wrap;
  width: 100%;
}
.doc-card__inner .media {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .doc-card__inner .media {
    display: block;
  }
}
.doc-card__inner .media .media-body {
  -ms-flex: 1;
  flex: 1;
}
.doc-card__inner .media .media-body .header {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.doc-card__item {
  border: 1px solid #f6f6fe;
  padding: 1.5rem 1rem;
  text-align: left;
  border-radius: 10px;
  background-color: #f6f6fe;
  transition: all 0.2s linear;
}
.doc-card__item img {
  margin-right: 15px;
}
@media (max-width: 576px) {
  .doc-card__item img {
    margin-right: 0;
    margin-bottom: 1rem;
    max-width: 50px;
  }
}
.doc-card__item h4 {
  font-size: 18px;
  line-height: 26px;
  color: #232361;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 2px;
}
@media (max-width: 576px) {
  .doc-card__item h4 {
    font-size: 16px;
  }
}
.doc-card__item h4:hover {
  color: #4c4cf1;
}
.doc-card__item p {
  margin-bottom: 0;
  font-size: 14px;
  color: #6b707f;
}
.doc-card__item:hover {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px, rgba(0, 0, 0, 0.05) 5px 0px 20px -3px, rgba(0, 0, 0, 0) 0px -3px 0px inset;
}

.badge.figma {
  background-color: #0ac97f;
}
.badge.html {
  background-color: #ea4c1d;
}
.badge.nuxt {
  background-color: #19b6f6;
}
.badge.next {
  background-color: #000;
}
.badge.wordpress {
  background-color: #0f88bd;
}
.badge.psd {
  background-color: #9d56f7;
}

.tag {
  font-size: 13px;
  padding: 0px 18px;
  border-radius: 45px;
  color: #fff;
}

.see_btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #4c4cf1;
  display: inline-block;
  margin: 16px 50px 12px;
}
.see_btn i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
  display: inline-block;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== recommended_topic_area css  ===========*/
#tork_products {
  background: #f7f7fc;
}

.recommended_topic_inner {
  position: relative;
  z-index: 1;
  padding-block: 100px;
}
@media (max-width: 576px) {
  .recommended_topic_inner {
    padding-block: 50px;
  }
}

.doc_shap_one,
.doc_round {
  position: absolute;
  z-index: -1;
}

.doc_round {
  border-radius: 50%;
}
.doc_round.one {
  width: 260px;
  height: 260px;
  background: #4c4cf1;
  bottom: 20px;
  left: -20px;
  opacity: 0.1;
}
.doc_round.two {
  background: #1e1e60;
  width: 100px;
  height: 100px;
  top: 180px;
  right: -50px;
  opacity: 0.1;
}

.doc_shap_one {
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.doc_title {
  margin-bottom: 76px;
}
.doc_title h2 {
  font-size: 34px;
  font-weight: 700;
  color: #232361;
  margin-bottom: 15px;
}
.doc_title p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

.recommended__item {
  transition: all 0.3s ease;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 15px -3px rgba(5, 5, 5, 0.1);
  border: 1px solid transparent;
}
.recommended__item-inner {
  padding: 10px 20px;
}
.recommended__item-thumb {
  margin-bottom: 20px;
  overflow: hidden;
  background-image: linear-gradient(0deg, rgba(66, 77, 248, 0.5) 0%, white 100%);
  border-radius: 0.35rem;
  background-size: 400% 400%;
}
.recommended__item-thumb img {
  transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transform: translateY(10px);
  border-radius: 0.25rem;
}
.recommended__item-title {
  margin-bottom: 25px;
}
.recommended__item-title h4 a {
  font-size: 18px;
  color: #232361;
  margin-bottom: 0;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 44px;
}
@media (max-width: 991px) {
  .recommended__item-title h4 a {
    font-size: 16px;
  }
}
.recommended__item-title h4 a:hover {
  color: #4c4cf1;
}
.recommended__item-title p {
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 39px;
}
.recommended__item-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.recommended__item-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.recommended__item-actions .recommended__btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0.875rem;
  border-radius: 4px;
  padding: 0.35rem 0.75rem;
}
.recommended__item-actions .recommended__btn--doc {
  background-color: #4c4cf1;
  color: #fff;
  border: 1.5px solid transparent;
}
.recommended__item-actions .recommended__btn--preview {
  background-color: transparent;
  border: 1px solid #4c4cf1;
  color: #4c4cf1;
}
.recommended__item-actions .recommended__btn--preview:hover {
  border-color: #4c4cf1;
  background-color: #4c4cf1;
  color: #fff;
}
.recommended__item .recommended__btn--save {
  background-color: transparent;
  border: 1px solid rgba(5, 0, 117, 0.3);
  color: #4c4cf1;
  font-size: 0.875rem;
  border-radius: 4px;
  padding: 0.35rem 0.75rem;
}
.recommended__item .recommended__btn--save:hover {
  background-color: #4c4cf1;
  border-color: #4c4cf1;
  color: #fff;
}
@media (max-width: 360px) {
  .recommended__item .recommended__btn--save {
    display: none;
  }
}
.recommended__item:hover {
  border: 1px solid #4c4cf1;
}
.recommended__item:hover .recommended__item-thumb img {
  transition: all 0.3s ease;
  transform: translateY(2px);
}

.question_text {
  font-size: 16px;
  line-height: 24px;
  color: #4c4cf1;
  font-weight: 500;
  margin-top: 35px;
  display: inline-block;
}
.question_text:hover {
  color: #4c4cf1;
}
.question_text:hover i {
  transform: translateX(8px);
}
.question_text i {
  margin-left: 6px;
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  transition: all 0.2s linear, color 0s linear;
}

/*============== recommended_topic_area css  ===========*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=============== doc_features_area_one css ===========*/
.doc_features_area_one {
  position: relative;
  z-index: 1;
  padding: 100px 0 140px;
}
.doc_features_area_one:before {
  content: "";
  width: 100%;
  height: 460px;
  top: 0;
  left: 0;
  background: url("./../images/home_one/dow_bg.png") no-repeat scroll center top/cover;
  position: absolute;
  z-index: -1;
}

.doc_features_item_one {
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 4px 8px 0 rgba(4, 73, 89, 0.05);
  padding: 30px;
  transition: all 0.3s linear;
  cursor: pointer;
}
.doc_features_item_one h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  transition: color 0.2s linear;
}
.doc_features_item_one h3:hover {
  color: #4c4cf1;
}
.doc_features_item_one p {
  line-height: 24px;
}
.doc_features_item_one img {
  margin-right: 30px;
}
.doc_features_item_one .learn_btn {
  font-size: 14px;
}
.doc_features_item_one .learn_btn i {
  font-size: 20px;
  margin-left: 4px;
}
.doc_features_item_one:hover {
  box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.08);
}

.learn_btn {
  font-size: 14px;
  font-weight: 500;
  color: #1d2746;
  padding-top: 5px;
  display: inline-block;
  transition: color 0.2s linear;
}
.learn_btn i {
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  margin-left: 6px;
  transition: all 0.2s linear, color 0s linear;
}
.learn_btn.c_blue {
  color: #4c4cf1;
}
.learn_btn:hover {
  color: #4c4cf1;
}
.learn_btn:hover i {
  transform: translateX(8px);
}
.learn_btn:hover.c_blue {
  color: #1d2746;
}

/*=============== doc_features_area_one css ===========*/
/* Header Feature Area css
============================================================================================ */
.h_feature_area .h_feature_box {
  max-width: 968px;
  margin: auto;
  background: #fff;
  margin-top: -180px;
  position: relative;
  border-radius: 8px;
  border-bottom: 2px solid #ebe9f2;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.h_feature_area .h_feature_box .col-lg-4:last-child .h_feature_item:before {
  display: none;
}

.h_feature_item {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.h_feature_item:before {
  content: "";
  height: 140px;
  width: 1px;
  background: #ebe9f2;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.h_feature_item img {
  margin-bottom: 25px;
}
.h_feature_item h4 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  color: #1d2746;
  transition: all 300ms linear 0s;
}
.h_feature_item:hover h4 {
  color: #4c4cf1;
}

/* End Header Feature Area css
  ============================================================================================ */
/* Solution Area css
  ============================================================================================ */
.solution_inner .col-lg-6:last-child .solution_item {
  background: #e8f9fc;
}

.solution_item {
  background: #fcf9ed;
  border-radius: 5px;
  padding: 47px 45px 42px 45px;
}
.solution_item .media .d-flex {
  padding-right: 43px;
}
.solution_item .media .media-body h4 {
  color: #1d2746;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.solution_item .media .media-body p {
  margin-bottom: 0;
}
.solution_item .media .media-body .text_btn {
  margin-top: 17px;
  display: inline-block;
}

/* End Solution Area css
  ============================================================================================ */
/* Topic List Area css
  ============================================================================================ */
.topic_list_inner {
  margin-bottom: -30px;
}

.topic_list_item {
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 36px 36px 38px;
  border: 1px solid #edf1f7;
  transition: all 300ms linear 0s;
}
.topic_list_item img {
  padding-right: 15px;
  max-width: 40px;
}
.topic_list_item .topic-title {
  display: flex;
  justify-content: space-between;
}
.topic_list_item .topic-title h4 {
  font-size: 20px;
  margin-bottom: 25px;
  display: flex;
}
.topic_list_item .count {
  float: right;
  color: #6b707f;
  font-size: 14px;
  font-weight: 400;
}
.topic_list_item ul li {
  margin-bottom: 10px;
}
.topic_list_item ul li a {
  color: #6b707f;
  font-size: 16px;
  transition: all 300ms linear 0s;
}
.topic_list_item ul li a i {
  padding-right: 15px;
}
.topic_list_item ul li a:hover {
  color: #4c4cf1;
}
.topic_list_item ul li:last-child {
  margin-bottom: 0;
}
.topic_list_item .text_btn {
  margin-top: 36px;
  display: inline-block;
}
.topic_list_item:hover {
  box-shadow: 0 16px 40px 0 rgba(10, 50, 102, 0.1);
  border-color: #fff;
}

/* End Topic List Area css
  ============================================================================================ */
/* Question List Area css
  ============================================================================================ */
.question_menu h3 {
  color: #1d2746;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 32px;
}
.question_menu .nav-tabs {
  border: none;
  margin-right: -15px;
  margin-bottom: -15px;
}
.question_menu .nav-tabs li {
  margin-right: 15px;
  margin-bottom: 15px;
}
.question_menu .nav-tabs li a {
  border: none;
  background: rgba(76, 76, 241, 0.07);
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 16px;
  color: #6b707f;
  transition: all 300ms linear 0s;
}
.question_menu .nav-tabs li a:hover, .question_menu .nav-tabs li a.active {
  background: #4c4cf1;
  color: #fff;
}

.question_list .fade {
  transition: opacity 0.5s linear;
}
.question_list .ques_item {
  background: rgba(76, 76, 241, 0.07);
  padding: 35px 25px 35px 35px;
}
.question_list .ques_item h4 {
  color: #1d2746;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 13px;
}
.question_list .ques_item p {
  margin-bottom: 0;
}
.question_list .ques_item:nth-child(even) {
  background: #fff;
}

/* End Question List Area css
  ============================================================================================ */
/* Header Tabs Area css
  ============================================================================================ */
body.remove .header_tabs_area.tab_fixed .header_tab_items {
  transform: translateY(144px);
}

.header_tabs_area.tab_fixed .header_tab_items {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #1d2746;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  z-index: 30;
}
.header_tabs_area.tab_fixed .header_tab_items .nav.nav-tabs li a svg {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.header_tabs_area.tab_fixed .header_tab_items .nav.nav-tabs li a img {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.header_tabs_area.tab_fixed .header_tab_content {
  margin-top: 61px;
}

.header_tab_items {
  background: #1d2746;
  transition: all 300ms linear 0s;
}
.header_tab_items .nav.nav-tabs {
  justify-content: center;
  border: none;
}
.header_tab_items .nav.nav-tabs li {
  margin-bottom: 0;
}
.header_tab_items .nav.nav-tabs li a {
  border: none;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 7px 30px;
  transition: all 300ms linear 0s;
}
.header_tab_items .nav.nav-tabs li a svg {
  display: block;
  margin: auto;
  margin-bottom: -2px;
}
.header_tab_items .nav.nav-tabs li a svg path {
  transition: all 300ms linear 0s;
}
.header_tab_items .nav.nav-tabs li a:hover {
  background: #EBEBFA;
  color: #6b707f;
}
.header_tab_items .nav.nav-tabs li a:hover svg path {
  fill: #6b707f;
}
.header_tab_items .nav.nav-tabs li a.active {
  background-color: #fff;
  color: #4c4cf1;
}
.header_tab_items .nav.nav-tabs li a.active svg path {
  fill: #4c4cf1;
}

.header_tab_content .tab-pane {
  padding: 0;
}

.freelancing_list {
  background: #f2f5f7;
  padding-top: 60px;
  padding-bottom: 100px;
}
.freelancing_list .section_title {
  margin-bottom: 30px;
}
.freelancing_list .section_title h2 {
  font-size: 30px;
  font-weight: bold;
}

.h_content_items.collapse-wrap {
  display: none;
}

.h_item {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 22px;
  margin-bottom: 30px;
  box-shadow: 0 1px 3px rgba(29, 56, 70, 0.16);
  border-radius: 5px;
  text-align: center;
  transition: all 300ms linear 0s;
}
.h_item svg {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.h_item h4 {
  font-style: normal;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 13px;
  margin-top: 19.48px;
  transition: all 300ms linear 0s;
}
.h_item h4:hover {
  color: #4c4cf1;
}
.h_item p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.375;
  text-align: center;
  padding: 0 22.5px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.h_item:hover {
  box-shadow: 0 14px 25px rgba(29, 56, 70, 0.06);
}

.more {
  margin-top: 40px;
}
.more a {
  background: #f0f3f5;
  box-shadow: 0 1px 1px rgba(29, 56, 70, 0.16);
  border-radius: 5px;
  color: #1d3846;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  display: inline-block;
  font-size: 16px;
  padding: 0 51px;
  width: 220px;
}
.more a ion-icon {
  position: relative;
  top: 4.8px;
  margin-right: 13px;
  font-size: 20px;
}
.more a span {
  display: inline-block;
}
.more a span + span {
  display: none;
}
.more a.active span {
  display: none;
}
.more a.active span + span {
  display: inline-block;
}
.more a:hover {
  background: rgba(76, 76, 241, 0.2);
}

/* End Header Tabs Area css
  ============================================================================================ */
/* End Mission Area css
  ============================================================================================ */
.mission_area {
  padding-top: 75px;
}
.mission_area .main_title {
  margin-bottom: 60px;
}

.mission_item {
  box-shadow: 0 0.3px 0.9px rgba(29, 56, 70, 0.1), 0 1.6px 3.6px rgba(29, 56, 70, 0.13);
  border-radius: 5px;
  padding: 115px 50px;
  text-align: center;
  transition: all 300ms linear 0s;
  display: block;
}
.mission_item img {
  margin-bottom: 20px;
}
.mission_item.one {
  background: #e3f5fc;
}
.mission_item.one:hover {
  background: #c2e5f2;
}
.mission_item.two {
  background: #eefce3;
}
.mission_item.two:hover {
  background: #d6f2c2;
}
.mission_item svg {
  margin-bottom: 20px;
}
.mission_item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1d2746;
  margin-bottom: 7px;
}
.mission_item p {
  margin-bottom: 0;
  font-size: 18px;
  color: #6b707f;
}

/* End Mission Area css
  ============================================================================================ */
/* Quesiton Area css
  ============================================================================================ */
.common_question_area {
  background: #f2f5f7;
  padding-top: 90px;
  padding-bottom: 100px;
}
.common_question_area .main_title {
  margin-bottom: 30px;
}
.common_question_area .question_menu .nav {
  margin-bottom: 60px;
}
.common_question_area .question_menu .nav li {
  margin-right: 20px;
  margin-bottom: 0;
}
.common_question_area .question_menu .nav li:last-child {
  margin-right: 0;
}
.common_question_area .question_menu .nav li a {
  font-size: 14px;
  font-weight: 500;
  color: #1d2746;
  border-radius: 4px;
  line-height: 55px;
  padding: 0 28px;
  display: inline-block;
  background: transparent;
}
.common_question_area .question_menu .nav li a ion-icon {
  color: #6b707f;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.common_question_area .question_menu .nav li a:hover {
  color: #4c4cf1;
  background: rgba(76, 76, 241, 0.2);
}
.common_question_area .question_menu .nav li a:hover ion-icon {
  color: #4c4cf1;
}
.common_question_area .question_menu .nav li a.active {
  color: #fff;
  background: #4c4cf1;
}
.common_question_area .question_menu .nav li a.active ion-icon {
  color: #fff;
}
.common_question_area .question_menu .topic_list_item {
  background: #ffffff;
  box-shadow: 0 0.3px 0.9px rgba(29, 56, 70, 0.1), 0 1.6px 3.6px rgba(29, 56, 70, 0.13);
  border-radius: 5px;
  padding-top: 38px;
  padding-bottom: 38px;
  transition: all 300ms linear 0s;
}
.common_question_area .question_menu .topic_list_item h4 {
  margin-bottom: 20px;
}
.common_question_area .question_menu .topic_list_item .text_btn {
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
}
.common_question_area .question_menu .topic_list_item .text_btn:hover {
  color: #4c4cf1;
}
.common_question_area .question_menu .topic_list_item ul li a:hover {
  color: #4c4cf1;
}
.common_question_area .question_menu .topic_list_item:hover {
  box-shadow: 0 14px 25px rgba(29, 56, 70, 0.06);
}

/* End Quesiton Area css
============================================================================================ */
/* End Quesiton Area css
============================================================================================ */
.asking_area {
  background: #f2f5f7;
  padding: 70px 0;
}
.asking_area .asking_item {
  background: #fff;
  box-shadow: 0 1px 3px rgba(12, 0, 46, 0.16);
  border-radius: 5px;
  position: relative;
  padding: 35px 35px;
}
.asking_area .asking_item h5 {
  font-size: 14px;
  margin-bottom: 11px;
  font-weight: 400;
}
.asking_area .asking_item h4 {
  margin-bottom: 25px;
}
.asking_area .asking_item svg,
.asking_area .asking_item img {
  position: absolute;
  right: 0;
  bottom: -1px;
}
.asking_area .asking_item .main_btn {
  font-weight: 500;
}

/* End Quesiton Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============ Start doc_feedback_area css ==========*/
.doc_feedback_area {
  position: relative;
  z-index: 1;
  padding: 110px 0;
}

.overlay_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 19, 50, 0.8);
}

.doc_feedback_info {
  position: relative;
}

.slider_nav .arrow {
  width: 25px;
  height: 2px;
  background: #989dad;
  transition: all 0.3s ease-in-out;
  display: block;
  margin-top: 12px;
}
.slider_nav .arrow:before, .slider_nav .arrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  left: -2px;
  background-color: #bdb4b4;
  transition: all 0.3s ease-in-out;
}
.slider_nav .prev, .slider_nav .next {
  height: 25px;
  width: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.slider_nav .prev:hover, .slider_nav .next:hover {
  width: 40px;
}
.slider_nav .prev:hover .arrow, .slider_nav .next:hover .arrow {
  width: 40px;
  background: #4c4cf1;
}
.slider_nav .prev:hover .arrow:before, .slider_nav .prev:hover .arrow:after, .slider_nav .next:hover .arrow:before, .slider_nav .next:hover .arrow:after {
  background: #4c4cf1;
}
.slider_nav .prev {
  left: 0;
}
.slider_nav .prev .arrow:before {
  top: 17px;
  transform: rotate(45deg);
}
.slider_nav .prev .arrow:after {
  top: 7px;
  transform: rotate(-45deg);
}
.slider_nav .prev:hover {
  left: -20px;
}
.slider_nav .next {
  right: 0;
}
.slider_nav .next .arrow:before {
  transform: rotate(-45deg);
  right: -1px;
  left: auto;
  bottom: 6px;
}
.slider_nav .next .arrow:after {
  transform: rotate(45deg);
  right: -1px;
  left: auto;
  top: 6px;
}
.slider_nav .next:hover {
  right: -20px;
}

.doc_feedback_slider {
  max-width: 770px;
  margin: 0 auto 0 !important;
  text-align: center;
}
.doc_feedback_slider .item .author_img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0 auto 43px;
}
.doc_feedback_slider .item p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 38px;
}
.doc_feedback_slider .item h5 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.doc_feedback_slider .item h6 {
  font-size: 16px;
  color: #989dad;
  font-weight: 400;
  margin-bottom: 0;
}

/*============ End doc_feedback_area css ==========*/
/*============ Start doc_action_area css ==========*/
.doc_action_area {
  position: relative;
  z-index: 1;
  padding: 93px 0;
}
.doc_action_area .overlay_bg {
  background-image: linear-gradient(180deg, rgba(4, 133, 161, 0.6) 0%, rgba(29, 39, 70, 0.6) 100%);
}
.doc_action_area .action_btn {
  border: 1px solid #4c4cf1;
}
.doc_action_area .action_btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.action_text h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}
.action_text p {
  font-size: 18px;
  line-height: 28px;
  color: #b4b9c8;
  margin-bottom: 0;
}

/*============ End doc_action_area css ==========*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
@keyframes wave2 {
  25% {
    transform-origin: 0 100%;
  }
  50% {
    transform: scale(1.8, 1.3);
  }
  75% {
    transform-origin: 100% 100%;
  }
  100% {
    transform: scale(1, 1.3);
  }
}
@keyframes wave4 {
  25% {
    transform: scaleY(0.9);
  }
  75% {
    transform: scaleY(1.1) scaleX(1.02);
  }
}
@keyframes star {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    transform: scale(1) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(1.01) rotate(-5deg);
    opacity: 1;
  }
}
@keyframes star2 {
  0% {
    transform: scale(0.3);
  }
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.01);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}
@keyframes spin {
  0% {
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}
@-webkit-keyframes spin1 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes spin1 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@-webkit-keyframes spin2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
@keyframes spin2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
@-webkit-keyframes pulse1 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4.5);
    border-radius: 50%;
  }
}
@keyframes pulse1 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4.5);
    border-radius: 50%;
  }
}
@keyframes customUp {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes clipInDown {
  0% {
    clip-path: polygon(-10% -10%, -10% -10%, 110% -10%, 110% -10%);
  }
  100% {
    clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
  }
}
.clipInDown {
  animation-name: clipInDown;
}

/*================ preloader css ====================*/
#preloader {
  background: #fff;
  height: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#preloader .loading {
  display: flex;
}
#preloader .loader {
  --background: linear-gradient(135deg, #23C4F8, #275EFE);
  --shadow: rgba(39, 94, 254, 0.28);
  --text: #6C7486;
  --page: rgba(255, 255, 255, 0.36);
  --page-fold: rgba(255, 255, 255, 0.52);
  --duration: 3s;
  width: 200px;
  height: 140px;
  position: relative;
}
@media (max-width: 576px) {
  #preloader .loader {
    transform: scale(0.5);
  }
}
#preloader .loader:before, #preloader .loader:after {
  --r: -6deg;
  content: "";
  position: absolute;
  bottom: 8px;
  width: 120px;
  top: 80%;
  box-shadow: 0 16px 12px var(--shadow);
  transform: rotate(var(--r));
}
#preloader .loader:before {
  left: 4px;
}
#preloader .loader:after {
  --r: 6deg;
  right: 4px;
}
#preloader .loader div {
  width: 100%;
  height: 100%;
  border-radius: 13px;
  position: relative;
  z-index: 1;
  perspective: 600px;
  box-shadow: 0 4px 6px var(--shadow);
  background-image: var(--background);
}
#preloader .loader div ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#preloader .loader div ul li {
  --r: 180deg;
  --o: 0;
  --c: var(--page);
  position: absolute;
  top: 10px;
  left: 10px;
  transform-origin: 100% 50%;
  color: var(--c);
  opacity: var(--o);
  transform: rotateY(var(--r));
  animation: var(--duration) ease infinite;
}
#preloader .loader div ul li:nth-child(2) {
  --c: var(--page-fold);
  animation-name: page-2;
}
#preloader .loader div ul li:nth-child(3) {
  --c: var(--page-fold);
  animation-name: page-3;
}
#preloader .loader div ul li:nth-child(4) {
  --c: var(--page-fold);
  animation-name: page-4;
}
#preloader .loader div ul li:nth-child(5) {
  --c: var(--page-fold);
  animation-name: page-5;
}
#preloader .loader div ul li svg {
  width: 90px;
  height: 120px;
  display: block;
}
#preloader .loader div ul li:first-child {
  --r: 0deg;
  --o: 1;
}
#preloader .loader div ul li:last-child {
  --o: 1;
}
#preloader .loader span {
  display: block;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 20px;
  text-align: center;
  color: var(--text);
}
@keyframes page-2 {
  0% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  35%, 100% {
    opacity: 0;
  }
  50%, 100% {
    transform: rotateY(0deg);
  }
}
@keyframes page-3 {
  15% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
  65%, 100% {
    transform: rotateY(0deg);
  }
}
@keyframes page-4 {
  30% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  65%, 100% {
    opacity: 0;
  }
  80%, 100% {
    transform: rotateY(0deg);
  }
}
@keyframes page-5 {
  45% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
  95%, 100% {
    transform: rotateY(0deg);
  }
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.doc_documentation_area {
  padding-bottom: 110px;
  z-index: 0;
}
@media (min-width: 1400px) {
  .doc_documentation_area {
    min-height: 1000px;
  }
}
.doc_documentation_area .overlay_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #1d2746;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: all 0.4s linear;
}
.doc_documentation_area.body_fixed .doc_left_sidebarlist {
  position: fixed;
  top: 0;
  width: 270px;
}
@media (min-width: 1500px) {
  .doc_documentation_area.body_fixed .doc_left_sidebarlist {
    width: 307px;
  }
}
@media (max-height: 630px) {
  .doc_documentation_area.body_fixed .doc_left_sidebarlist {
    padding-top: 70px;
  }
}
.doc_documentation_area.body_fixed .doc_rightsidebar {
  position: fixed;
  top: 0;
}
@media (max-height: 630px) {
  .doc_documentation_area.body_fixed .doc_rightsidebar {
    padding-top: 70px;
  }
}
.doc_documentation_area.overlay .overlay_bg {
  opacity: 0.5;
  visibility: visible;
}

.full-width-doc .body_fixed .doc_rightsidebar,
.full-width-doc .body_fixed .doc_left_sidebarlist {
  padding-top: 30px;
}

/*============ doc_left_sidebarlist css =========*/
.doc_left_sidebarlist {
  padding-top: 70px;
  padding-bottom: 30px;
  z-index: 1;
  margin-right: 30px;
  position: relative;
  height: 100%;
}
.doc_left_sidebarlist:before {
  content: "";
  width: 200%;
  right: 0;
  height: 100%;
  background: #fafcfc;
  position: absolute;
  border-right: 1px solid #E6EDF0;
  top: 0;
  z-index: -1;
}
.doc_left_sidebarlist .scroll {
  max-height: 760px;
}
.doc_left_sidebarlist .scroll .mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}
@media (max-height: 630px) {
  .doc_left_sidebarlist .scroll {
    padding-bottom: 0;
    max-height: 450px;
  }
}
.doc_left_sidebarlist h2 {
  margin-bottom: 25px;
}

.nav-sidebar {
  margin-bottom: 0;
}
.nav-sidebar .nav-item {
  margin-bottom: 20px;
  padding-right: 35px;
  position: relative;
  cursor: pointer;
}
.nav-sidebar .nav-item .nav-link {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #3c4257;
  position: relative;
}
.nav-sidebar .nav-item .nav-link img {
  padding-right: 15px;
  margin-top: -2px;
}
.nav-sidebar .nav-item .nav-link svg {
  margin-right: 15px;
  position: relative;
  top: -1px;
}
.nav-sidebar .nav-item .nav-link svg path {
  transition: all 300ms linear 0s;
}
.nav-sidebar .nav-item .nav-link + .icon {
  font-size: 20px;
  color: #6b707f;
  float: right;
  position: absolute;
  right: 30px;
  top: -2px;
  transition: all 0.3s linear;
}
.nav-sidebar .nav-item:hover .nav-link, .nav-sidebar .nav-item.active .nav-link {
  color: #4c4cf1;
}
.nav-sidebar .nav-item:hover .icon, .nav-sidebar .nav-item.active .icon {
  color: #4c4cf1;
}
.nav-sidebar .nav-item:hover svg path, .nav-sidebar .nav-item.active svg path {
  fill: #5cbbe5;
}
.nav-sidebar .nav-item.active .icon {
  transform: rotate(-180deg);
}
.nav-sidebar .nav-item .dropdown_nav {
  padding-left: 32px !important;
  margin-bottom: 0;
  padding-top: 12px;
  width: 100% !important;
  display: none;
}
.nav-sidebar .nav-item .dropdown_nav li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #697386;
  padding: 0;
}
.nav-sidebar .nav-item .dropdown_nav li a:hover, .nav-sidebar .nav-item .dropdown_nav li a.active {
  color: #3c4257;
}
.nav-sidebar .nav-item .dropdown_nav li a:hover i, .nav-sidebar .nav-item .dropdown_nav li a.active i {
  color: #4c4cf1;
}
.nav-sidebar .nav-item .dropdown_nav li a.active {
  font-weight: 500;
}
.nav-sidebar + .nav-sidebar {
  border-top: 1px solid #e5e9eb;
  padding-top: 20px;
}

.coding_nav {
  padding-top: 15px;
  padding-bottom: 20px;
}

.bottom_nav .nav-item .nav-link i {
  position: relative;
  color: #1d2746;
  padding-left: 4px;
  transition: all 0.2s linear;
}
.bottom_nav .nav-item .nav-link:hover i {
  transform: translateX(5px);
}

/*============ doc_left_sidebarlist css =========*/
.documentation_info .c_head {
  font-weight: 500;
  margin-bottom: 12px;
}
.documentation_info .c_head .anchorjs-link {
  font-size: 22px !important;
}
.documentation_info .slideshow {
  width: auto;
  height: 600px;
}
.documentation_info .slideshow .slide {
  width: inherit;
  height: inherit;
}
.documentation_info .slideshow .slide .item--horse {
  top: 124px;
  left: 78px;
}
.documentation_info .slideshow .nav {
  display: none;
}
.documentation_info .slideshow .title {
  color: #4c4cf1;
}

.sticky-nav-doc #documentation {
  padding-top: 174px;
}

.documentation_body {
  padding-top: 60px;
}
.documentation_body footer .border_bottom {
  margin-top: 100px;
}

.shortcode_title .btn {
  display: inline-block;
  padding: 0 9.5px;
  background: rgba(76, 76, 241, 0.5);
  color: #fff;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  letter-spacing: 0.5px;
  padding-top: 1px;
}

.table-of-content {
  padding-top: 15px;
}

.doc_documentation_area .shortcode_title {
  margin-bottom: 40px;
}
.doc_documentation_area .shortcode_title h1 {
  font-size: 32px;
  margin-bottom: 15px;
}
.doc_documentation_area .shortcode_title h4 {
  margin-bottom: 15px;
}
.doc_documentation_area .shortcode_title h4 a {
  color: #6b707f;
  margin-left: 4px;
}
.doc_documentation_area .shortcode_title h4:hover a {
  color: #4c4cf1;
}
.doc_documentation_area .shortcode_title p span {
  font-weight: 500;
}
.doc_documentation_area .shortcode_title h4 {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
}
.doc_documentation_area .shortcode_title + ul {
  margin-top: -0.8rem;
}

.get_started {
  padding-top: 45px;
  padding-bottom: 50px;
}
.get_started .c_head i {
  color: #4c4cf1;
  font-size: 16px;
  margin-left: 8px;
}
.get_started p {
  color: #6b707f;
}
.get_started p a {
  color: #4c4cf1;
}

.link {
  background: #f1fdf3;
  padding: 14px 10px 14px 30px;
  border-radius: 4px;
}
.link p {
  position: relative;
  margin-bottom: 0;
  padding-left: 40px;
}
.link p:before {
  content: "R";
  position: absolute;
  font-family: eleganticons;
  left: 0;
  top: 4px;
  font-size: 24px;
  color: #10d631;
}

.test_version {
  padding-top: 45px;
}
.test_version p {
  font-size: 16px;
}
.test_version p span {
  color: #1d2746;
}

.v_menu {
  border-bottom: 1px solid #e8ecee;
  padding-bottom: 20px;
  padding-top: 5px;
  margin-bottom: 20px;
}
.v_menu .nav-item {
  display: inline-block;
}
.v_menu .nav-item .nav-link {
  font-size: 16px;
  color: #6b707f;
  transition: all 0.2s linear;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.v_menu .nav-item .nav-link span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e1e3eb;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  margin-right: 10px;
  transition: all 0.2s linear;
  position: relative;
  top: -2px;
}
.v_menu .nav-item .nav-link.active, .v_menu .nav-item .nav-link:hover {
  color: #4c4cf1;
  border: 0;
  background: transparent;
}
.v_menu .nav-item .nav-link.active span, .v_menu .nav-item .nav-link:hover span {
  background: #4c4cf1;
  color: #fff;
}
.v_menu .nav-item + li {
  margin-left: 55px;
}

.process_tab_shortcode .version {
  background: #f8fafb;
  padding: 30px;
  font-size: 15px;
  margin-bottom: 28px;
}
.process_tab_shortcode .version p {
  margin-bottom: 20px;
  font-size: 15px;
  color: #6b707f;
}
.process_tab_shortcode .version p:last-child {
  margin-bottom: 0;
}
.process_tab_shortcode .version .v_head {
  padding-bottom: 24px;
}
.process_tab_shortcode .version .v_middle p {
  margin-bottom: 0;
  font-size: 15px;
}
.process_tab_shortcode .version .v_middle p .red {
  color: #f12249;
}
.process_tab_shortcode .version .v_middle p .green {
  color: #11c52f;
}
.process_tab_shortcode .version .v_footer {
  padding-top: 25px;
}
.process_tab_shortcode .version .v_footer p {
  margin-bottom: 0;
}

.developer {
  padding: 34px 0 20px;
}
.developer p a {
  color: #4c4cf1;
}
.developer .tag_list li {
  margin-top: 10px;
}
.developer .tag_list li i {
  padding-right: 10px;
}

.help_text {
  padding: 0 0 0;
}
.help_text .help_info {
  display: flex;
  flex-wrap: wrap;
  padding-top: 16px;
  margin-left: -30px;
  margin-right: -30px;
}
.help_text .help_info .help_item {
  width: 33.33%;
  margin-bottom: 15px;
  padding: 0 30px;
}
.help_text .help_info .help_item h4 {
  font-size: 16px;
  margin-bottom: 15px;
  transition: color 0.2s linear;
}
.help_text .help_info .help_item h4 i {
  font-size: 18px;
  top: 2px;
  position: relative;
}
.help_text .help_info .help_item h4:hover {
  color: #4c4cf1;
}

.code_structure {
  padding-top: 50px;
}
.code_structure .c_head {
  margin-bottom: 8px;
}

.process_tab_shortcode {
  position: relative;
  overflow: hidden;
}
.process_tab_shortcode .previous,
.process_tab_shortcode .next {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  padding: 0;
  border-radius: 0;
  background: #e1ebf0;
  border: 0;
  color: #4c4cf1;
  outline: none;
  box-shadow: none;
  transition: all 0.4s linear;
  height: 32px;
  width: 19px;
  text-align: center;
}
.process_tab_shortcode .previous:focus,
.process_tab_shortcode .next:focus {
  outline: none;
  box-shadow: none;
}
.process_tab_shortcode .previous:hover,
.process_tab_shortcode .next:hover {
  outline: none;
  box-shadow: none;
  background: #4c4cf1;
  color: #fff;
}
.process_tab_shortcode .next {
  right: -30px;
  border-radius: 5px 0 0 5px;
}
.process_tab_shortcode .previous {
  left: -30px;
  border-radius: 0 5px 5px 0;
}
.process_tab_shortcode:hover .next {
  right: 0;
}
.process_tab_shortcode:hover .previous {
  left: 0;
}

.question_box {
  padding-top: 35px;
  padding-bottom: 70px;
}
.question_box .question_text h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}
.question_box .question_text p a {
  color: #4c4cf1;
}
.question_box .question_text_two {
  padding-left: 50px;
}
.question_box .signup_form {
  padding-top: 10px;
  padding-bottom: 20px;
}
.question_box .signup_form .input-group {
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 6px 0 rgba(2, 48, 58, 0.14);
}
.question_box .signup_form .input-group .form-control {
  background: transparent;
  border: 0;
  font-size: 16px;
  color: #1d2746;
  box-shadow: none;
  padding-left: 20px;
  height: 50px;
}
.question_box .signup_form .input-group .form-control.placeholder {
  color: #9c9fa9;
}
.question_box .signup_form .input-group .form-control:-moz-placeholder {
  color: #9c9fa9;
}
.question_box .signup_form .input-group .form-control::-moz-placeholder {
  color: #9c9fa9;
}
.question_box .signup_form .input-group .form-control::-webkit-input-placeholder {
  color: #9c9fa9;
}
.question_box .signup_form .input-group button {
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  color: #4c4cf1;
  padding: 0 20px;
  position: relative;
}
.question_box .signup_form .input-group button:before {
  content: "";
  width: 1px;
  background: #e8ecee;
  top: 8px;
  bottom: 8px;
  left: 0;
  position: absolute;
}

.feedback_link {
  align-items: center;
  padding-top: 20px;
}
.feedback_link h6 {
  font-weight: 500;
  font-size: 14px !important;
  color: #6b707f;
  margin-bottom: 0;
  margin-top: -10px;
}
.feedback_link h6 a {
  color: #4c4cf1;
}
.feedback_link h6 i {
  padding-right: 8px;
}
.feedback_link p {
  margin-bottom: 0;
  text-align: right;
}
.feedback_link .h_btn {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 1px 14px 0;
  background-color: #27ae60;
  transition: all 0.2s linear;
  margin-left: 18px;
  border-radius: 2px;
}
.feedback_link .h_btn.red {
  background: #e74c3c;
}
.feedback_link .h_btn span {
  height: 15px;
  width: 15px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  background: #fff;
  font-weight: 400;
  color: #1d2746;
  margin-left: 6px;
  position: relative;
  top: -1px;
}
.feedback_link .h_btn:hover {
  color: #fff;
}

.help_form {
  max-width: 730px;
  display: flex;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
}
.help_form .modal-content {
  border: 0;
}
.help_form .modal-content .shortcode_title {
  margin-bottom: 30px;
}

.contact_form .form-group {
  margin-bottom: 30px;
}
.contact_form .form-group .form-control,
.contact_form .form-group textarea {
  border: 1px solid rgb(244, 248, 248);
  height: 58px;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 4px 10px 0 rgba(4, 73, 89, 0.08);
  color: #878b99;
  font-weight: 400;
  padding-left: 30px;
}
.contact_form .form-group .form-control.placeholder,
.contact_form .form-group textarea.placeholder {
  color: #878b99;
}
.contact_form .form-group .form-control:-moz-placeholder,
.contact_form .form-group textarea:-moz-placeholder {
  color: #878b99;
}
.contact_form .form-group .form-control::-moz-placeholder,
.contact_form .form-group textarea::-moz-placeholder {
  color: #878b99;
}
.contact_form .form-group .form-control::-webkit-input-placeholder,
.contact_form .form-group textarea::-webkit-input-placeholder {
  color: #878b99;
}
.contact_form .form-group .form-control:focus,
.contact_form .form-group textarea:focus {
  box-shadow: 0 20px 30px 0 rgba(4, 73, 89, 0.1);
}
.contact_form .form-group textarea {
  width: 100%;
  height: 160px;
  padding-top: 20px;
  display: block;
}
.contact_form .form-group .action_btn {
  border: 0;
  padding: 15px 40px;
  box-shadow: none;
  font-weight: 500;
}
.contact_form .form-group .action_btn:hover {
  box-shadow: 0 20px 30px 0 rgba(76, 76, 241, 0.24);
}

/*========== doc_rightsidebar css ============*/
.mCSB_scrollTools {
  width: 0;
}

.open_icon {
  width: 40px;
  height: 40px;
  background: #e8eeff;
  line-height: 40px;
  font-size: 32px;
  text-align: center;
  position: absolute;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  left: -40px;
  color: #4c4cf1;
  display: none;
}
.open_icon i {
  display: inline-block;
}
.open_icon i + i {
  display: none;
}
.open_icon.overlay i {
  display: none;
}
.open_icon.overlay i + i {
  display: inline-block;
}

.full-width-doc .doc_rightsidebar {
  padding-right: 15px;
}
.full-width-doc .doc_rightsidebar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 225px;
}

.doc_rightsidebar {
  margin-left: -20px;
  padding-top: 70px;
  height: 100%;
  position: relative;
}
.doc_rightsidebar .pageSideSection {
  margin-left: 25px;
}
.doc_rightsidebar .pageSideSection::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e6edf0;
  left: 0;
}
.doc_rightsidebar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 204px;
}
@media (max-height: 530px) {
  .doc_rightsidebar {
    padding-bottom: 0;
    max-height: 300px;
  }
}
.doc_rightsidebar.scroll .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.doc_rightsidebar h6 {
  font-size: 12px;
  font-weight: 600;
  color: #9DAAB6;
}
.doc_rightsidebar h6 i {
  margin-right: 6px;
  font-size: 16px;
  position: relative;
  top: 3px;
}
.doc_rightsidebar .doc_right_link li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.doc_rightsidebar .doc_right_link li a {
  font-size: 14px;
  font-weight: 500;
  color: #6b707f;
}
.doc_rightsidebar .doc_right_link li a i {
  padding-right: 12px;
  position: absolute;
  left: 0;
  font-size: 12px;
  top: 5px;
}

.doc_menu .nav-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 0;
  color: #677681;
  position: relative;
  margin-bottom: 6px;
}
.doc_menu .nav-link.active {
  color: #4c4cf1;
  font-weight: 500;
}
.doc_menu .nav-link.active + .nav .active::before {
  display: none;
}
.doc_menu .nav-link.active::before {
  left: -25px;
  height: 100%;
  content: " ";
  position: absolute;
  border-left: 2px solid;
  color: #4c4cf1;
}
.doc_menu .nav {
  padding-left: 20px;
}

.mobile_menu {
  width: 300px;
  position: fixed;
  height: 100vh;
  max-height: 100vh !important;
  top: 0;
  background: #fff;
  right: -300px;
  z-index: 1050;
  transition: all 0.4s linear;
}
.mobile_menu .doc_left_sidebarlist {
  padding-left: 20px;
}
.mobile_menu .doc_left_sidebarlist:before {
  display: none;
}
.mobile_menu.open {
  right: 0;
}
.mobile_menu .close_nav {
  padding-top: 20px;
  padding-left: 30px;
  font-size: 28px;
}

/*=============== doc_documentation_full_area css =========*/
.full-width-doc .doc_left_sidebarlist {
  margin-right: 0;
  padding-left: 0;
}
.full-width-doc.body_fixed .doc_left_sidebarlist {
  width: 287px;
}
.full-width-doc .doc_rightsidebar {
  margin-left: 0;
}

body.doc-no-banner .doc_left_sidebarlist {
  padding-top: 0;
  margin-top: 70px;
}
body.doc-no-banner .doc_left_sidebarlist::before {
  background: transparent;
}

body:not(.onepage-doc) .sticky_menu .doc_documentation_area.body_fixed .doc_left_sidebarlist,
body:not(.onepage-doc) .sticky_menu .doc_documentation_area.body_fixed .doc_rightsidebar {
  top: 78px;
}

.resource .c_head {
  margin-bottom: 5px;
}
.resource .tag_list {
  padding-top: 0;
}
.resource .tag_list li {
  margin-top: 4px;
}
.resource .tag_list li a {
  display: inline-block;
  font-weight: 500;
}

/*========== typography_content css ========*/
.doc .code-preview {
  border: 1px solid #e5ebef;
  padding: 20px;
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.02);
  position: relative;
}
.doc .code-preview #header-name {
  margin-bottom: 0;
}
.doc .code-preview img {
  max-width: 100%;
}
.doc .code-preview.video_img {
  display: inline-block;
}
.doc .code-toolbar .snippets {
  margin-bottom: 0;
}
.doc .code-toolbar .snippets code {
  margin-bottom: 20px;
}
.doc .code_item {
  padding-top: 15px;
}
.doc .code_item p a {
  color: #4c4cf1;
}

.vjs-iframe-blocker {
  display: none;
}

.video-js {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  height: 360px;
}
.video-js .mfp-close {
  right: -55px;
  top: -10px;
}

/*============ Sticky Nav doc css ================*/
.sticky-nav-doc:not(.onepage-doc) .body_fixed .doc_rightsidebar, .sticky-nav-doc:not(.onepage-doc) .body_fixed .doc_left_sidebarlist {
  padding-top: 100px;
}
.sticky-nav-doc .body_fixed.body_navbar_fixed .doc_left_sidebarlist,
.sticky-nav-doc .body_fixed.body_navbar_fixed .doc_rightsidebar {
  padding-top: 30px;
}

/*============ onepage doc css ================*/
.onepage-doc .shortcode_info {
  padding-left: 0;
  padding-right: 0;
}
.onepage-doc .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 230px;
}
.onepage-doc.body_fixed .doc_left_sidebarlist {
  padding-top: 30px;
}
.onepage-doc .doc_left_sidebarlist {
  width: 270px;
  margin-right: 0;
  border: 0;
  padding-top: 0;
}
.onepage-doc .doc_left_sidebarlist:before {
  display: none;
}
.onepage-doc .nav-sidebar .nav-item {
  padding-right: 0;
  background: #f8fafb;
  margin-bottom: 0;
  margin-top: 3px;
  position: relative;
}
.onepage-doc .nav-sidebar .nav-item .docs-progress-bar {
  position: absolute;
  background: #ebf0f1;
  bottom: 0;
  left: 0;
  top: 0;
  max-height: 48px;
}
.onepage-doc .nav-sidebar .nav-item .nav-link {
  padding: 13px 20px;
}
.onepage-doc .nav-sidebar .nav-item .icon {
  top: 0;
  right: 20px;
  line-height: 48px;
  font-size: 18px;
  position: absolute;
  color: #4c4cf1;
  transform: rotate(0deg);
}
.onepage-doc .nav-sidebar .nav-item .icon i {
  display: inline-block;
}
.onepage-doc .nav-sidebar .nav-item .icon i + i {
  display: none;
}
.onepage-doc .nav-sidebar .nav-item.active .icon i {
  display: none;
}
.onepage-doc .nav-sidebar .nav-item.active .icon i + i {
  display: inline-block;
}
.onepage-doc .nav-sidebar .nav-item.active .dropdown_nav {
  display: block;
}
.onepage-doc .nav-sidebar .nav-item .dropdown_nav {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  position: relative;
}
.onepage-doc .nav-sidebar .nav-item .dropdown_nav:before {
  content: "";
  width: 2px;
  bottom: 15px;
  background: #edf1f3;
  position: absolute;
  top: 15px;
  left: 20px;
}
.onepage-doc .nav-sidebar .nav-item .dropdown_nav .nav-item {
  margin-top: 0;
  background: transparent;
  position: relative;
  padding-left: 22px;
}
.onepage-doc .nav-sidebar .nav-item .dropdown_nav .nav-item:before {
  content: "5";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "ElegantIcons";
  color: #4c4cf1;
}
.onepage-doc .nav-sidebar .nav-item .dropdown_nav .nav-item .docs-progress-bar {
  display: none;
}
.onepage-doc .nav-sidebar .nav-item .dropdown_nav .nav-item .nav-link {
  padding: 0;
  color: #6b707f;
}
.onepage-doc .nav-sidebar .nav-item .dropdown_nav .nav-item.active .nav-link {
  color: #4c4cf1;
}
.onepage-doc .doc_rightsidebar {
  margin-left: 0;
  padding-right: 10px;
  padding-top: 0;
}
.onepage-doc .doc-container {
  padding-top: 100px;
}

.doc_rightsidebar .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 16px;
  font-weight: 400;
}
.doc_rightsidebar .dropdown-toggle {
  background: #fafcfd;
  border: 1px solid #e1e4e5;
  border-radius: 5px;
  font-size: 16px;
  color: #6b707f;
  padding: 9px 20px 0;
  box-shadow: none;
}
.doc_rightsidebar .dropdown-toggle:after {
  content: "3";
  border: 0;
  font-family: "ElegantIcons";
  top: -2px;
  position: relative;
  color: #6b707f;
}
.doc_rightsidebar .dropdown-toggle i {
  padding-right: 8px;
}
.doc_rightsidebar .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}
.doc_rightsidebar .bootstrap-select {
  margin-bottom: 30px;
}
.doc_rightsidebar .bootstrap-select > .dropdown-menu {
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  background: #fff;
  border: 0;
}
.doc_rightsidebar .bootstrap-select > .dropdown-menu .inner .dropdown-menu {
  border: 0;
}
.doc_rightsidebar .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a {
  color: #6b707f;
  position: relative;
  font-size: 14px;
}
.doc_rightsidebar .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a:before {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #4c4cf1;
  transition: all 0.2s linear;
}
.doc_rightsidebar .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a i {
  padding-right: 8px;
}
.doc_rightsidebar .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a.active, .doc_rightsidebar .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a:hover {
  background: #f6f6f6;
  color: #4c4cf1;
}
.doc_rightsidebar .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a.active:before, .doc_rightsidebar .bootstrap-select > .dropdown-menu .inner .dropdown-menu li a:hover:before {
  height: 100%;
}
.doc_rightsidebar #font-switcher {
  margin-bottom: 30px;
}

.remove .doc_left_sidebarlist {
  transition: all 300ms linear 0s;
}
.remove .doc_rightsidebar {
  transition: all 300ms linear 0s;
}

.test.remove .doc_left_sidebarlist {
  padding-top: 140px;
  transition: all 300ms linear 0s;
}
.test.remove .doc_rightsidebar {
  padding-top: 140px;
  transition: all 300ms linear 0s;
}

.test .doc_left_sidebarlist {
  padding-top: 70px;
  transition: all 300ms linear 0s;
}
.test .doc_rightsidebar {
  padding-top: 70px;
  transition: all 300ms linear 0s;
}

.fontsize-controllers .btn-group {
  border: 1px solid #dfe2e4;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 0 0 rgba(3, 13, 37, 0.2), inset 0 -8px 14px 0 rgba(3, 13, 37, 0.1);
  border-radius: 4px;
}
.fontsize-controllers .btn-group .btn {
  font-size: 16px;
  font-weight: 400;
  color: #1d2746;
  line-height: 1.2;
  border: 0;
}
.fontsize-controllers .btn-group .btn:focus {
  outline: none;
  box-shadow: none;
  background: #eff0f1;
}
.fontsize-controllers .btn-group .btn.rvfs-reset {
  border-left: 1px solid #dfe2e4;
  border-right: 1px solid #dfe2e4;
}

.print {
  color: #6b707f;
  font-size: 18px;
}

.nav_title {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #1d2746;
  border-radius: 4px;
  line-height: 22px;
  padding: 13px 30px;
  margin-bottom: 0;
}

body:not(.onepage-doc) .body_fixed #font-switcher {
  width: 204px;
}

/* 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: #4c4cf1;
  background: rgba(76, 76, 241, 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: #4c4cf1;
}
.topic_item_tabs .topic_list_item .navbar-nav li:hover a {
  color: #4c4cf1;
}
.topic_item_tabs .topic_list_item .navbar-nav li:hover a i {
  color: #4c4cf1;
}

.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.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: #4c4cf1;
}
.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: #4c4cf1;
  background-color: #fff;
  padding: 0 5px 0 5px;
}
.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: #4c4cf1;
  background-color: #fff;
  padding: 0 5px 0 5px;
}
.get_quote_form .form-group .floating-label {
  position: absolute;
  pointer-events: none;
  left: 40px;
  top: 16px;
  transition: 0.2s;
  margin-bottom: 0;
  color: #6b707f;
}
.get_quote_form .form-group .action_btn {
  background: #4c4cf1;
  border-radius: 4px;
}
.get_quote_form .form-group .action_btnhover {
  box-shadow: 0 15px 35px -3px rgba(76, 76, 241, 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;
}

/* Forum Collaps Tabs Area css
============================================================================================ */
.small-dialog {
  padding: 50px 40px;
}
.small-dialog .count {
  background: #4c4cf1;
  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: #1d2746;
  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: #4c4cf1;
}
.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;
}

/* Data Table Area css
============================================================================================ */
.data_table_area .dataTables_length {
  margin-top: 15px;
  margin-bottom: 15px;
}
.data_table_area .dataTables_length label {
  color: #6b707f;
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}
.data_table_area .dataTables_length .mdb-select {
  height: 30px;
  width: 80px;
  border: 1px solid #ced4da;
}
.data_table_area .dataTables_filter {
  margin-top: 0;
  margin-bottom: 15px;
}
.data_table_area .dataTables_filter input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.data_table_area .dataTables_filter input[type=search]:focus {
  border-bottom: 1px solid #4c4cf1;
  -webkit-box-shadow: 0 1px 0 0 #4c4cf1;
  box-shadow: 0 1px 0 0 #4c4cf1;
}
.data_table_area .table.dataTable {
  border: 1px solid #eaeeef;
}
.data_table_area .table.dataTable thead tr {
  background: #f7f8f9;
  border-bottom: none;
}
.data_table_area .table.dataTable thead tr th {
  border: none;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  padding-right: 30px;
}
.data_table_area .table.dataTable thead tr th[aria-sort=ascending]:after {
  color: #1d2746;
}
.data_table_area .table.dataTable thead tr th[aria-sort=descending]:before {
  color: #1d2746;
}
.data_table_area .table.dataTable thead tr th[aria-sort=descending]:after {
  color: rgba(0, 0, 0, 0.4);
}
.data_table_area .table.dataTable tbody tr td {
  border-top: 1px solid #eaeeef;
  font-weight: 400;
  font-size: 14px;
  color: #6b707f;
  white-space: nowrap;
}
.data_table_area .dataTables_info {
  font-weight: 400;
  color: #6b707f;
  margin-top: 4px;
}
.data_table_area .dataTables_paginate {
  justify-content: flex-end;
  margin-bottom: 0;
  margin-top: 10px;
}
.data_table_area .dataTables_paginate .paginate_button {
  margin-right: 5px;
  padding: 0;
  height: 32px;
  width: 32px;
  border: 1px solid transparent !important;
  box-sizing: border-box;
  color: #54595d;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 31px;
  outline: none;
  box-shadow: none;
  background: transparent !important;
  border-radius: 3px !important;
}
.data_table_area .dataTables_paginate .paginate_button.previous {
  margin-right: 15px;
  width: auto;
  border: none !important;
}
.data_table_area .dataTables_paginate .paginate_button.next {
  margin-right: 0;
  margin-left: 10px;
  width: auto;
  border: none !important;
}
.data_table_area .dataTables_paginate .paginate_button:hover {
  border-color: #e6edf0 !important;
  background: transparent;
  color: #54595d !important;
}
.data_table_area .dataTables_paginate .paginate_button.current {
  box-shadow: none !important;
  background: #4c4cf1 !important;
  color: #fff !important;
  border-color: #4c4cf1 !important;
}

/* 3d video Slider Area css
============================================================================================ */
.flipvideo_area .slider-wrapper.no-padding .js-slider--main {
  padding-top: 7px;
}
.flipvideo_area .slider-wrapper.no-padding .js-slider--main .swiper-slide-shadow-left,
.flipvideo_area .slider-wrapper.no-padding .js-slider--main .swiper-slide-shadow-right {
  background-image: unset;
}
.flipvideo_area .slider-wrapper.no-padding .js-slider--main .swiper-slide.swiper-slide-prev,
.flipvideo_area .slider-wrapper.no-padding .js-slider--main .swiper-slide.swiper-slide-next {
  position: relative;
}
.flipvideo_area .slider-wrapper.no-padding .js-slider--main .swiper-slide.swiper-slide-prev:before,
.flipvideo_area .slider-wrapper.no-padding .js-slider--main .swiper-slide.swiper-slide-next:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  height: 98%;
}
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav {
  padding-bottom: 0;
}
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav .swiper-button-prev {
  left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav .swiper-button-next {
  right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav .swiper-button-prev,
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav .swiper-button-next {
  opacity: 0;
  transition: all 300ms linear 0s;
  background: #4c4cf1;
}
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav .swiper-button-prev:after,
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav .swiper-button-next:after {
  font-size: 16px;
}
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav:hover .swiper-button-prev,
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav:hover .swiper-button-next {
  opacity: 1;
}

.swiper-pagination-bullet {
  border: 1px solid #1da1f2;
}

.swiper-pagination-bullet-active {
  background: #1da1f2;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container.one {
  padding-top: 40px;
  text-align: center;
}

.swiper-container.one .swiper-slide {
  padding: 0 43px;
}

.swiper-container {
  width: 100%;
  padding-bottom: 60px;
}

.swiper-slide img {
  display: block;
  margin: auto;
  width: 100%;
}

.js-slider--main .swiper-slide {
  width: 390px;
  height: auto;
  padding: 0 0;
}

.swiper-slide .slider-image .preview-icon {
  z-index: -1;
  width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
  opacity: 1;
  z-index: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ee0f6f;
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  opacity: 1;
  width: 26px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
  border: medium none;
  height: 12px;
  opacity: 1;
  width: 12px;
}

/* End 3d video Slider Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*--- preloader ---*/
.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #5f59f7;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*--- end of preloader ---*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*==============typography_area css ================*/
.typography_area {
  padding: 115px 0 120px;
}
.typography_area p {
  line-height: 28px;
}

.heading_content .t_title {
  color: #6b707f;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.heading_content .bold, .heading_content .medium, .heading_content .regular {
  margin-bottom: 22px;
  line-height: 1;
}

.typography_preview {
  margin-top: 30px;
}

.typography_underline h4 {
  margin-bottom: 35px;
}

.highlight_text, .typography_underline {
  padding-right: 100px;
  margin-top: 85px;
}

.highlight_text h5 {
  margin-bottom: 30px;
}
.highlight_text span {
  display: inline-block;
  padding: 0 6px;
}
.highlight_text .h_black {
  background: #222d39;
  color: #fff;
}
.highlight_text .h_green {
  background: #15e18d;
  color: #fff;
}
.highlight_text .h_blue {
  background: #2cabed;
  color: #fff;
}
.highlight_text p .tooltips_one {
  color: #4b5ffa;
}
.highlight_text p .tooltips_two {
  color: #ef971a;
}

.tooltip_blue .arrow:before {
  border-top-color: #4b5ffa;
}
.tooltip_blue.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #4b5ffa;
}
.tooltip_blue .tooltip-inner {
  background: #4b5ffa;
}

.tooltip_danger.show {
  opacity: 1;
}

.tooltip_danger {
  opacity: 1;
}
.tooltip_danger .arrow:before {
  border-top-color: #ef971a;
}
.tooltip_danger.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #ef971a;
}
.tooltip_danger .tooltip-inner {
  background: #ef971a;
}

.dropcap_content p span {
  float: left;
  font-size: 54px;
  margin-right: 10px;
  color: #fc5bc1;
  font-weight: 700;
  line-height: 55px;
  font-family: "Roboto", sans-serif;
}
.dropcap_content p .r_dropcap {
  background: #13c5bf;
  border-radius: 4px;
  color: #fff;
  padding: 0 6px;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 10px;
}

.typography_list h5, .dropcap_content h5 {
  margin-bottom: 30px;
}

.typography_list ul li a, .typography_list ol li a {
  font-size: 15px;
  line-height: 34px;
  color: #6b707f;
  font-weight: 400;
}
.typography_list ol {
  padding-left: 15px;
}
.typography_list ol li ol {
  padding-left: 30px;
}
.typography_list .unorderlist li {
  position: relative;
  padding-left: 14px;
}
.typography_list .unorderlist li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a7acbd;
  position: absolute;
  left: 0;
  top: 14px;
}
.typography_list .unorderlist li ul {
  padding-left: 10px;
}

.blockquote_inner {
  margin-top: 85px;
}
.blockquote_inner h6 {
  color: #6b707f;
  margin-bottom: 0;
}

.blockquote {
  background: transparent;
  padding: 0 0 0 40px;
  border-color: #1d2746;
  border-width: 2px;
  margin-bottom: 55px;
}
.blockquote:before, .blockquote:after {
  display: none;
}
.blockquote p {
  font-size: 18px;
  font-style: italic;
  color: #4b505e;
  line-height: 30px;
}

.blockquote_two {
  background: #f9fafb;
  padding: 14px 40px 26px 140px;
  border: 0;
  position: relative;
  margin-top: 25px;
}
.blockquote_two:before, .blockquote_two:after {
  display: none;
}
.blockquote_two span {
  background: #d6dffa;
  padding: 0 4px;
}
.blockquote_two .quote_icon {
  font-size: 150px;
  color: #d3d6e1;
  position: absolute;
  transform: rotate(180deg);
  top: 18px;
  background: transparent;
  left: 40px;
  line-height: 155px;
}
.blockquote_two h5 {
  font-size: 22px;
  line-height: 40px;
  font-style: italic;
  font-weight: 400;
  color: #6b707f;
}

.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 #4c4cf1;
  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(76, 76, 241, 0.05);
  border-color: rgba(76, 76, 241, 0.3);
  color: #4c4cf1;
}

.icon_btn {
  border: 2px solid rgba(76, 76, 241, 0.3);
  margin-left: 0;
  background: rgba(76, 76, 241, 0.05);
}
.icon_btn i {
  padding-right: 7px;
}
.icon_btn:hover {
  border-color: #4c4cf1;
}

.arrow_btn_medium {
  padding: 13px 28px;
}

.arrow_btn_big {
  padding: 18px 44px;
  font-size: 18px;
}
.arrow_btn_big i {
  font-size: 28px;
  padding-left: 12px;
}

.arrow_btn_small {
  padding: 15px 37px;
}

.arrow_btn_small_two {
  padding: 10px 23px;
}

.dropcap_inner {
  padding: 50px 0;
}

/*==============typography_area css ================*/
/*==============action_area_three css ================*/
.action_area_three {
  background: url("../img/action_bg.jpg") no-repeat scroll center 0/cover;
  padding: 110px 0;
  background-attachment: fixed;
}

.action_content_three {
  max-width: 520px;
  margin: 0 auto;
}
.action_content_three h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
.action_content_three .doc_border_btn {
  background: transparent;
  color: #fff;
  border-color: #b4b6da;
  padding: 13px 34px;
}
.action_content_three .doc_border_btn:hover {
  background: #ffffff;
  color: #4c4cf1;
  border-color: #fff;
}

/*==============action_area_three css ================*/
button.close {
  border: none;
  background: transparent;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=============  doc_banner_area css  =============*/
.doc_banner_area {
  background-image: url(../images/bg/bg2.jpg);
  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) {
  left: 40%;
  top: 30%;
}
.banner_shap_img li:nth-child(2) {
  right: 40%;
  bottom: 15%;
}

.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;
}
@media (max-width: 576px) {
  .doc_banner_content h2 {
    font-size: 38px;
  }
}
.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: #1d2746;
  padding: 0 65px 0 25px;
  background: #e8e9ec;
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}
@media (max-width: 576px) {
  .header_search_form .custom-select {
    padding: 0 40px 0 25px;
  }
}
.header_search_form .custom-select:after {
  border-bottom: 1px solid #1d2746;
  border-right: 1px solid #1d2746;
}
.header_search_form .custom-select li {
  font-size: 14px;
  color: #1d2746;
  line-height: 40px;
}
.header_search_form .custom-select:focus {
  box-shadow: none;
}
.header_search_form .header_form_submit {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #4c4cf1;
  padding: 10px 48px;
  border-radius: 45px;
  border: 0;
  box-shadow: 0 10px 20px 0 rgba(2, 2, 59, 0.2);
  transition: all 0.2s linear;
}
.header_search_form .header_form_submit:hover {
  background: #fff;
  color: #4c4cf1;
}

.header_search_form_info {
  position: relative;
}
.header_search_form_info .header_search_form_panel {
  border: 1px solid rgb(230, 238, 239);
  box-shadow: 0 3px 4px 0 rgba(4, 73, 89, 0.06);
  background-color: #fff;
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 115%;
  left: 0;
  width: 100%;
  text-align: left;
  z-index: 99;
  padding: 30px;
}
.header_search_form_info .header_search_form_panel:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  left: 40px;
  border-left: 1px solid rgb(230, 238, 239);
  border-top: 1px solid rgb(230, 238, 239);
}
.header_search_form_info .header_search_form_panel ul {
  margin-bottom: 0;
}
.header_search_form_info .header_search_form_panel ul > li {
  font-size: 16px;
  color: #1d2746;
}
.header_search_form_info .header_search_form_panel ul > li .search_item {
  border-top: 1px solid #e6eeef;
  padding: 10px 0 5px;
  margin-top: 8px;
}
.header_search_form_info .header_search_form_panel ul > li .search_item li {
  color: #898d99;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 0;
}
.header_search_form_info .header_search_form_panel ul > li .search_item li span {
  width: 165px;
  text-align: right;
  border-right: 1px solid #dee7e8;
  line-height: 32px;
  padding-right: 15px;
}
.header_search_form_info .header_search_form_panel ul > li .search_item li > a {
  line-height: 26px;
  font-weight: 400;
  color: #6b707f;
  padding: 3px 22px;
  flex: 1;
  display: block;
  position: relative;
}
.header_search_form_info .header_search_form_panel ul > li .search_item li > a::before {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  left: -1px;
  top: 0;
  background: #4c4cf1;
  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: #4c4cf1;
}
.header_search_form_info .custom-select ul li:before {
  background: #4c4cf1;
}

.header_search_keyword {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  margin-top: 1rem;
}
@media (max-width: 360px) {
  .header_search_keyword {
    justify-content: center;
  }
}
.header_search_keyword span {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
.header_search_keyword ul {
  margin-bottom: 0;
}
.header_search_keyword ul li {
  display: inline-block;
  margin-right: 7px;
}
.header_search_keyword ul li a {
  display: block;
  font-size: 13px;
  padding: 0 19px;
  border-radius: 45px;
  background: #4c4cf1;
  color: #fff;
}

/*============= testimonial css  ================*/
.testimonial {
  padding-top: 100px;
  padding-bottom: 130px;
  position: relative;
}
@media (max-width: 576px) {
  .testimonial {
    padding-bottom: 80px;
  }
}
.testimonial .shap_one,
.testimonial .shap_two {
  position: absolute;
  z-index: -1;
}
.testimonial .shap_one {
  bottom: 0;
}
.testimonial .shap_two {
  top: 0;
}
.testimonial .doc_title {
  margin-bottom: 64px;
}

.testimonial__wrapper .question_text {
  color: #a7acb7;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 40px;
}
.testimonial__wrapper .question_text:hover {
  color: #4c4cf1;
}

.testimonial__item {
  border-radius: 10px;
  background: #f7f7fc;
  border: 1px solid #f6f6fe;
  padding: 20px 40px;
  transition: all 0.2s linear;
  cursor: pointer;
}
.testimonial__item .review_detils p {
  font-size: 14px;
  color: #6b707f;
  margin-bottom: 0;
  margin-bottom: 2rem;
  min-height: 63px;
}
.testimonial__item .client {
  align-items: center;
}
.testimonial__item .client .client-img {
  margin-right: 20px;
}
.testimonial__item .client .client-img img {
  border-radius: 50%;
  width: 60px;
  height: auto;
  margin: 0;
}
.testimonial__item .client .client-detils .client-name h4 {
  font-size: 18px;
  color: #232361;
  font-weight: 700;
  margin-bottom: 5px;
  transition: color 0.2s linear;
}
.testimonial__item .client .client-detils .client-name h4:hover {
  color: #4c4cf1;
}
.testimonial__item .client .client-detils .client-dsg p {
  margin-bottom: 0;
}
.testimonial__item .reviews {
  margin: 1rem 0rem 0.5rem 0rem;
}
.testimonial__item .reviews i {
  color: #f29900;
  font-size: 16px;
}
.testimonial__item:hover {
  transform: translateY(5px);
}

.review-slide-item .swiper-slide:before {
  content: "“";
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 150px;
  color: #4c4cf1;
  opacity: 0.1;
  position: absolute;
  left: 1px;
  width: 38px;
  height: 38px;
  line-height: 130px;
  top: 4px;
  z-index: 1;
}

/*============= testimonial css  ================*/
/*============= swiper-wrapper css  ================*/
.doc_img_slider,
.swiper-slide-details {
  padding: 160px 0 135px;
}

@media (max-width: 778px) {
  .doc_img_slider,
  .swiper-slide-details {
    padding: 60px 0 135px;
  }
}
.swiper-slide-details {
  padding-right: 100px;
}
.swiper-slide-details .swiper-slide {
  padding-left: 15px;
  position: relative;
  padding-top: 10px;
}
.swiper-slide-details .swiper-slide:before {
  content: "“";
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 150px;
  color: #4c4cf1;
  opacity: 0.1;
  position: absolute;
  left: -5px;
  width: 38px;
  height: 38px;
  line-height: 130px;
  top: 0;
  z-index: 1;
}
.swiper-slide-details .swiper-slide h3 {
  font-size: 34px;
  line-height: 52px;
  color: #232361;
  font-weight: 400;
  margin-bottom: 20px;
}
.swiper-slide-details .swiper-slide .name {
  font-size: 14px;
  font-weight: 700;
  color: #232361;
  margin-bottom: 5px;
}
.swiper-slide-details .swiper-slide .name span {
  font-weight: 400;
}
.swiper-slide-details .swiper-slide .sign {
  display: inline-block;
}
.swiper-slide-details .slick-dots {
  position: relative;
  bottom: 0;
  text-align: left;
  margin-top: 30px;
}
.swiper-slide-details .slick-dots li {
  width: auto;
  height: auto;
}
.swiper-slide-details .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dbdbfc;
  transition: all 0.2s;
}
.swiper-slide-details .slick-dots li button:before {
  display: none;
}
.swiper-slide-details .slick-dots li:nth-child(even) button {
  background: #a5a5f8;
}
.swiper-slide-details .slick-dots li.slick-active button {
  background: #4c4cf1;
}

.doc_img_slider .swiper-slide {
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  z-index: 1;
}
.doc_img_slider .swiper-slide img {
  display: inline-block;
  border-radius: 20px;
  width: 370px;
  height: auto;
}
.doc_img_slider .swiper-slide .dot {
  border-radius: 0;
  position: absolute;
  left: 60px;
  bottom: 0;
  z-index: -1;
  width: auto;
}
.doc_img_slider .swiper-slide .round {
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
.doc_img_slider .swiper-slide .round.one {
  width: 150px;
  height: 150px;
  right: 60px;
  top: 60px;
  background-image: linear-gradient(50deg, rgb(87, 54, 254) 0%, rgb(253, 64, 110) 100%);
  opacity: 0.1;
}
.doc_img_slider .swiper-slide .round.two {
  width: 280px;
  height: 280px;
  right: 0;
  top: 50%;
  margin-top: -140px;
  background-image: linear-gradient(50deg, rgb(87, 54, 254) 0%, rgb(253, 64, 110) 100%);
}
.doc_img_slider .swiper-slide.swiper-slide-active .one {
  animation: zoomIn 0.8s linear both 0.4s;
}
.doc_img_slider .swiper-slide.swiper-slide-active .two {
  animation: zoomIn 0.8s linear both 0.5s;
}

/*============= doc_testimonial_area css  ================*/
.doc_subs_full .doc_subscribe_inner {
  border-radius: 0;
  box-shadow: none;
}

.doc_subscribe_inner {
  border-radius: 20px;
  background-color: #1e1e60;
  box-shadow: 0 50px 80px 0 rgba(3, 3, 125, 0.2);
  display: flex;
  flex-wrap: wrap;
  padding: 150px 70px;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 576px) {
  .doc_subscribe_inner {
    padding: 100px 70px;
  }
}
.doc_subscribe_inner .one,
.doc_subscribe_inner .two {
  position: absolute;
  z-index: 0;
}
.doc_subscribe_inner .one.one,
.doc_subscribe_inner .two.one {
  top: 0;
  left: 0;
}
.doc_subscribe_inner .one.two,
.doc_subscribe_inner .two.two {
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
.doc_subscribe_inner h2 {
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 557px) {
  .doc_subscribe_inner h2 {
    font-size: 30px;
    line-height: 1.4;
  }
}
.doc_subscribe_inner .text,
.doc_subscribe_inner .doc_subscribe_form {
  width: 50%;
}
.doc_subscribe_inner .doc_subscribe_form {
  padding-left: 30px;
  position: relative;
}
.doc_subscribe_inner .doc_subscribe_form .form-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.doc_subscribe_inner .doc_subscribe_form .input-fill {
  position: relative;
  flex: 1;
}
.doc_subscribe_inner .doc_subscribe_form .input-fill:before {
  content: "U";
  position: absolute;
  font-family: eleganticons;
  font-size: 18px;
  margin-right: 10px;
  top: 10px;
  left: 22px;
  transform: rotate(-90deg);
  display: inline-block;
}
.doc_subscribe_inner .doc_subscribe_form .input-fill input {
  height: 50px;
  border: 0;
  border-radius: 45px;
  line-height: 51px;
  font-size: 14px;
  width: 100%;
  padding-left: 50px;
}
.doc_subscribe_inner .doc_subscribe_form .input-fill input.placeholder {
  color: #848996;
}
.doc_subscribe_inner .doc_subscribe_form .input-fill input:-moz-placeholder {
  color: #848996;
}
.doc_subscribe_inner .doc_subscribe_form .input-fill input::-moz-placeholder {
  color: #848996;
}
.doc_subscribe_inner .doc_subscribe_form .input-fill input::-webkit-input-placeholder {
  color: #848996;
}
.doc_subscribe_inner .doc_subscribe_form .submit_btn {
  border-radius: 45px;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  background: #4c4cf1;
  padding: 10px 30px;
  color: #fff;
  margin-left: 10px;
  transition: background 0.4s linear, color 0.3s;
}
.doc_subscribe_inner .doc_subscribe_form .submit_btn:hover {
  background: #fff;
  color: #4c4cf1;
}
.doc_subscribe_inner .doc_subscribe_form ul {
  margin-bottom: 0;
}
.doc_subscribe_inner .doc_subscribe_form ul li {
  margin-right: 22px;
  display: inline-block;
  line-height: 18px;
}
.doc_subscribe_inner .doc_subscribe_form ul li a {
  font-size: 13px;
  color: #d3d3f4;
  position: relative;
  padding-left: 20px;
}
.doc_subscribe_inner .doc_subscribe_form ul li a:before {
  content: "N";
  font-family: eleganticons;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
}
.doc_subscribe_inner .doc_subscribe_form ul li:last-child {
  margin-right: 0;
}
.doc_subscribe_inner .doc_subscribe_form ul li:hover a {
  color: #fff;
}
.doc_subscribe_inner .doc_subscribe_form p {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 5px;
}

/*=============== doc_footer_area css  ==============*/
.doc_footer_top {
  padding: 100px 0 90px;
  background: #f9f9f9;
}

.pl-30 {
  padding-left: 30px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-70 {
  padding-left: 70px;
}

.f_title_two {
  font-size: 18px;
  color: #232361;
  margin-bottom: 28px;
}

.doc_about_widget {
  padding-right: 128px;
}
.doc_about_widget p {
  font-size: 16px;
  line-height: 26px;
  color: #6b707f;
  font-weight: 500;
  margin-top: 15px;
  max-inline-size: 32ch;
}
.doc_about_widget ul {
  margin-bottom: 0;
}
.doc_about_widget ul li {
  display: inline-block;
  margin-right: 5px;
}
.doc_about_widget ul li a {
  width: 44px;
  height: 44px;
  display: block;
  text-align: center;
  color: #838793;
  font-size: 14px;
  line-height: 45px;
  border-radius: 10px;
  background: #f2f2f7;
  transition: all 0.2s linear;
}
.doc_about_widget ul li a:hover {
  background: #e3e3fb;
  color: #4c4cf1;
}

.doc_service_list_widget {
  padding-top: 5px;
}
.doc_service_list_widget ul {
  margin-bottom: 0;
}
.doc_service_list_widget ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #6b707f;
}
.doc_service_list_widget ul li a img {
  margin-right: 14px;
}
.doc_service_list_widget ul li a:hover {
  color: #4c4cf1;
}
.doc_service_list_widget ul li + li {
  margin-top: 10px;
}

.doc_footer_bottom {
  border-top: 1px solid #f0f0f7;
  padding: 30px 0 30px;
}
.doc_footer_bottom p {
  margin-bottom: 0;
  font-size: 14px;
  color: #6b707f;
}
.doc_footer_bottom p span {
  color: #4c4cf1;
}

.doc_footer_menu {
  margin-bottom: 0;
}
.doc_footer_menu li {
  display: inline-block;
  margin-right: 30px;
}
.doc_footer_menu li a {
  font-size: 14px;
  color: #6b707f;
  transition: all 0.2s;
}
.doc_footer_menu li a:hover {
  color: #4c4cf1;
}

/*=============== doc_footer_area css  ==============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Animation Area css
============================================================================================ */
@keyframes myfirst {
  0% {
    left: 6%;
  }
  100% {
    left: 100%;
  }
}
@keyframes secand {
  0% {
    right: 3%;
  }
  100% {
    right: 100%;
  }
}
@keyframes cloud {
  0% {
    right: 10%;
    top: 176px;
    opacity: 0;
  }
  20% {
    right: 44%;
    top: 100px;
    opacity: 1;
  }
  40% {
    right: 65%;
    top: 0;
    opacity: 1;
  }
  60% {
    right: 80%;
    top: 60px;
    opacity: 1;
  }
  80% {
    right: 90%;
    top: 100px;
    opacity: 0.5;
  }
  100% {
    right: 100%;
    top: 176px;
    opacity: 0;
  }
}
/* End Animation Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*========== Start footer_area css ==========*/
.footer_area {
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.footer_area .leaf {
  right: 60px;
  bottom: 0;
  width: 180px;
  z-index: -1;
}
.footer_area .f_man {
  right: 280px;
  bottom: 40px;
}
.footer_area .f_man_two {
  bottom: 60px;
  left: 125px;
}
.footer_area .f_cloud {
  bottom: 410px;
  left: 150px;
}
.footer_area .f_email {
  left: 75px;
  bottom: 290px;
}
.footer_area .f_email_two {
  bottom: 200px;
  left: 250px;
}
.footer_area.footer_three {
  padding-top: 115px;
}
.footer_area.footer_three .about_wd img {
  margin-bottom: 18px;
}
.footer_area.footer_three .about_wd p {
  margin-bottom: 0;
  color: #54595d;
}
.footer_area.footer_three .link_wd ul li a {
  color: #54595d;
}
.footer_area.footer_three .link_wd ul li:hover a {
  color: #4c4cf1;
}
.footer_area.footer_three .footer_widgets {
  position: relative;
}
.footer_area.footer_three .footer_widgets .vector_svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footer_area.footer_three .footer_widgets .vector_svg li {
  position: absolute;
  bottom: 0;
}
.footer_area.footer_three .footer_widgets .vector_svg li:first-child {
  left: 6%;
  transform: translateX(-50%);
}
.footer_area.footer_three .footer_widgets .vector_svg li:nth-child(2) {
  left: 18%;
  transform: translateX(-50%);
}
.footer_area.footer_three .footer_widgets .vector_svg li:nth-child(3) {
  left: 32%;
  transform: translateX(-50%);
}
.footer_area.footer_three .footer_widgets .vector_svg li:nth-child(4) {
  right: 6%;
  transform: translateX(50%);
}
.footer_area.footer_three .footer_widgets .vector_svg li:nth-child(5) {
  right: 11%;
  transform: translateX(50%);
}
.footer_area.footer_three .footer_widgets .vector_svg li:nth-child(6) {
  right: 16%;
  transform: translateX(50%);
}
.footer_area.footer_three .footer_widgets .vector_svg li:nth-child(7) {
  right: 23%;
  transform: translateX(50%);
}
.footer_area.footer_three .footer_copyright .right .nav li a {
  color: #848d95;
}
.footer_area.footer_three .footer_copyright .right .nav li:hover a {
  color: #4c4cf1;
}
.footer_area.footer_three .footer_copyright .left p {
  color: #848d95;
}

.list_social li {
  margin-bottom: 15px;
}
.list_social li:last-child {
  margin-bottom: 0;
}
.list_social li a {
  color: #54595d;
  font-size: 16px;
  font-weight: 400;
  transition: all 300ms linear 0s;
}
.list_social li a i {
  margin-right: 17px;
  position: relative;
  top: 1px;
}
.list_social li:hover a {
  color: #4c4cf1;
}

.footer_logo {
  width: 100px;
  height: auto;
}

.footer_p_top {
  padding-top: 225px;
}

.footer_top .border_bottom {
  margin-top: 100px;
}

.border_bottom {
  width: 100%;
  height: 1px;
  background: #e8f0f1;
}

.f_widget .f_title {
  font-size: 18px;
  margin-bottom: 30px;
}
.f_widget.subscribe_widget {
  padding-right: 40px;
}
.f_widget.subscribe_widget .f_logo {
  display: inline-block;
  margin-bottom: 32px;
}
.f_widget.subscribe_widget h4 {
  margin-bottom: 34px;
}
.f_widget.link_widget .link_list {
  margin-bottom: 0;
}
.f_widget.link_widget .link_list li a {
  color: #6b707f;
  font-size: 16px;
}
.f_widget.link_widget .link_list li a:hover {
  color: #4c4cf1;
}
.f_widget.link_widget .link_list li + li {
  margin-top: 15px;
}

.footer_subscribe_form {
  position: relative;
}
.footer_subscribe_form .form-control {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 20px 30px 0 rgba(4, 73, 89, 0.08);
  height: 56px;
  border: 1px solid transparent;
  color: #1d2746;
  padding-left: 25px;
  position: relative;
  transition: all 0.2s linear;
}
.footer_subscribe_form .form-control.placeholder {
  color: #878b99;
}
.footer_subscribe_form .form-control:-moz-placeholder {
  color: #878b99;
}
.footer_subscribe_form .form-control::-moz-placeholder {
  color: #878b99;
}
.footer_subscribe_form .form-control::-webkit-input-placeholder {
  color: #878b99;
}
.footer_subscribe_form .form-control:focus {
  outline: none;
}
.footer_subscribe_form .s_btn {
  border: 0;
  font-size: 16px;
  font-weight: 400;
  background: #4c4cf1;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
  padding: 7px 22px;
}

.f_social_icon {
  padding-top: 40px;
}
.f_social_icon li {
  display: inline-block;
}
.f_social_icon li a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid rgba(76, 76, 241, 0.3);
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  display: block;
  color: #4c4cf1;
  margin-right: 6px;
}
.f_social_icon li a:hover {
  background: #4c4cf1;
  border-color: #4c4cf1;
  box-shadow: 0 10px 20px 0 rgba(76, 76, 241, 0.2);
  color: #fff;
}

.footer_bottom {
  padding: 38px 0 66px;
  position: relative;
  z-index: 1;
}
.footer_bottom p {
  margin-bottom: 0;
  font-size: 16px;
  color: #6b707f;
}
.footer_bottom p a {
  color: #4c4cf1;
}

.pl_30 {
  padding-left: 30px;
}

.pl_70 {
  padding-left: 70px;
}

.simple_footer {
  padding: 30px 0;
  position: relative;
  z-index: 1;
  background: #1d2746;
}
.simple_footer .row {
  align-items: center;
}
.simple_footer .leaf_right {
  position: absolute;
  right: 170px;
  bottom: 0;
  z-index: -1;
}
.simple_footer p {
  margin-bottom: 0;
  font-size: 16px;
  color: #a4a8b4;
}
.simple_footer p a {
  color: #4c4cf1;
}
.simple_footer .f_social_icon {
  margin-bottom: 0;
  padding-top: 0;
}
.simple_footer .f_social_icon li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #8d93a4;
  border-color: #8d93a4;
}
.simple_footer .f_social_icon li a:hover {
  background: #4c4cf1;
  border-color: #4c4cf1;
  color: #fff;
}

/*========== End footer_area css ==========*/
/* Footer Area css
============================================================================================ */
.footer_two {
  background: #ecf3f5;
  padding-top: 0;
}
.footer_two .footer_widgets {
  position: relative;
}
.footer_two .footer_widgets .footer_vector {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footer_two .footer_widgets .footer_vector img {
  left: 130px;
  position: absolute;
  bottom: 0;
  overflow: visible;
}
.footer_two .footer_widgets .footer_vector img + img {
  right: 60px;
  position: absolute;
  bottom: -50px;
  left: auto;
}

.f_title {
  color: #1d2746;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}

.about_wd img {
  margin-bottom: 25px;
}
.about_wd p {
  max-width: 350px;
  margin-bottom: 30px;
}
.about_wd .nice_select {
  width: 175px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  height: 50px;
  background: transparent;
  padding: 0 20px;
}
.about_wd .nice_select span {
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #6b707f;
}
.about_wd .nice_select:after {
  content: "3";
  font-family: "ElegantIcons";
  border: none;
  transform: rotate(0);
  width: auto;
  margin-top: -19px;
  font-size: 20px;
  color: #6b707f;
}
.about_wd .nice_select .list {
  width: 100%;
  border: none;
}
.about_wd .nice_select .list li {
  font-size: 16px;
  font-weight: 400;
  color: #6b707f;
}

.link_wd ul li {
  margin-bottom: 18px;
}
.link_wd ul li a {
  color: #6b707f;
  font-size: 16px;
  font-weight: 400;
  transition: all 300ms linear 0s;
}
.link_wd ul li a:hover {
  color: #4c4cf1;
}
.link_wd ul li:last-child {
  margin-bottom: 0;
}

.f_social li {
  margin-right: 20px;
}
.f_social li:last-child {
  margin-right: 0;
}
.f_social li a {
  color: #6b707f;
  font-size: 15px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  border: 1px solid #6b707f;
  display: inline-block;
  transition: all 300ms linear 0s;
}
.f_social li a:hover {
  color: #fff;
  background: #4c4cf1;
  border-color: #4c4cf1;
}

.footer_copyright {
  border-top: 1px solid #e3e5e6;
  padding: 40px 0;
}
.footer_copyright .left p {
  margin-bottom: 0;
  color: #7984a6;
}
.footer_copyright .right ul li {
  margin-right: 30px;
}
.footer_copyright .right ul li:last-child {
  margin-right: 0;
}
.footer_copyright .right ul li a {
  color: #7984a6;
  font-size: 16px;
  transition: all 300ms linear 0s;
}
.footer_copyright .right ul li a:hover {
  color: #4c4cf1;
}

.footer_four {
  background: #ecf2f5;
}
.footer_four .f_title {
  color: #1d2746;
}
.footer_four .about_wd p {
  color: #54595d;
}
.footer_four .about_wd .nice-select {
  border-color: #b8bdcc;
}
.footer_four .about_wd .nice-select span {
  color: #6b707f;
}
.footer_four .link_wd ul li a {
  color: #54595d;
}
.footer_four .link_wd ul li:hover a {
  color: #4c4cf1;
}
.footer_four .social_wd .f_social li a {
  color: #6b707f;
  border-color: #6b707f;
}
.footer_four .social_wd .f_social li:hover a {
  color: #fff;
  background: #4c4cf1;
  border-color: #4c4cf1;
}
.footer_four .footer_copyright .left p {
  color: #6b707f;
}
.footer_four .footer_copyright .right ul li a {
  color: #6b707f;
}
.footer_four .footer_copyright .right ul li:hover a {
  color: #4c4cf1;
}

/* End Footer Area css
  ============================================================================================ */
/* Forum Footer Area css
  ============================================================================================ */
.forum_footer_area {
  background: #f2f5f7;
  padding-top: 55px;
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
}
.forum_footer_area .forum_footer_inner {
  max-width: 1065px;
}
.forum_footer_area .forum_footer_inner .col-lg-4 .f_widget {
  margin-left: 20px;
}

.ab_wd a {
  font-size: 16px;
  font-weight: 400;
  color: #54595d;
}
.ab_wd a img {
  margin-right: 25px;
}
.ab_wd .nice_select {
  margin-left: 50px;
  width: 130px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border: 1px solid #b8bfcc;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 18px;
  margin-top: 18px;
}
.ab_wd .nice_select span {
  color: #54595d;
  font-size: 14px;
  font-weight: 400;
}
.ab_wd .nice_select:after {
  content: "3";
  font-family: "ElegantIcons";
  font-size: 16px;
  border: none;
  transform: rotate(0);
  height: auto;
  right: 27px;
  margin-top: -20px;
}
.ab_wd .nice_select ul {
  width: 100%;
}
.ab_wd .nice_select ul li {
  font-size: 14px;
  font-weight: 400;
  color: #54595d;
}

.f_link_wd .navbar-nav li {
  margin-bottom: 5px;
}
.f_link_wd .navbar-nav li a {
  font-size: 14px;
  font-weight: 400;
  color: #6b707f;
  transition: all 300ms linear 0s;
}
.f_link_wd .navbar-nav li a:hover {
  color: #4c4cf1;
}
.f_link_wd .navbar-nav li:last-child {
  margin-bottom: 0;
}

.forum_footer_inner .col-lg-3:nth-child(2) .f_widget {
  margin-left: 25px;
}

.forum_footer_inner .col-lg-3:nth-child(3) .f_widget {
  margin-left: 50px;
}

.forum_footer_inner .col-lg-3:nth-child(4) .f_widget {
  margin-left: 55px;
}

/* End Forum Footer Area css
  ============================================================================================ */
/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
