@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles
@Author: Md. Shahadat Hussain
@URL: https://themeforest.net/user/droitthemes

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================
@Template Name: 
@Author: Md. Shahadat Hussain
@Developed By: Eh Jewel

@Default Styles

Table of Content:
01/ variables
02/ predefine
03/ button
04/ preloader
05/ header
06/ banner
07/ breadcrumb
08/ features
09/ service
10/ price
11/ about
12/ testimonial
13/ screenshot
14/ joblist
15/ faq
16/ portfolio
17/ contact
18/ error
19/ shop
20/ blog
21/ footer

=====================================================================*/
/*====================================================*/
a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

i:before {
  margin-left: 0px !important;
}

body {
  font: 400 16px/26px "Muli", sans-serif;
  letter-spacing: 0px;
  color: #6a7c92;
  padding: 0px !important;
  overflow-x: hidden;
  z-index: 0;
}

.body_wrapper {
  z-index: 20;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: #262a39;
  font-weight: 700;
  font-family: "sofia-pro";
}

a, .btn, button {
  text-decoration: none;
  outline: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  box-shadow: none;
}

.sec_pad {
  padding: 120px 0px;
}

.sec_pad_two {
  padding: 110px 0px 120px;
}

.sec_pad_three {
  padding: 100px 0px;
}

.section_title {
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}
.section_title p {
  margin-bottom: 0;
  padding-top: 24px;
  font-size: 18px;
  line-height: 30px;
  color: #4f5b6d;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.section_title span {
  color: #0ea824;
  border-bottom: 1px solid #0ea824;
  line-height: 40px;
  display: inline-block;
}

.section_title_img .title-text {
  position: relative;
  padding-left: 62px;
}
.section_title_img img {
  position: absolute;
  left: 0;
  top: 3px;
}

.title-text {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.88px;
  margin-bottom: 0;
}

.color_blue {
  color: #3664f0;
}

/*====================================================*/
/*====================================================*/
.banner_btn {
  color: #3664f0;
  font: 600 18px/48px "sofia-pro";
  border-radius: 45px;
  padding: 2px 35px 3px;
  display: inline-block;
  background-image: linear-gradient(45deg, #244ee5 0%, #3d6ef5 100%);
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}
.banner_btn:before {
  content: "";
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  position: absolute;
  border-radius: 45px;
  background: #f7f8fc;
  z-index: -1;
  transition: opacity 0.4s linear;
}
.banner_btn:hover {
  color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(10, 0, 51, 0.16);
}
.banner_btn:hover:before {
  opacity: 0;
}

.theme_btn {
  font: 600 18px/47px "sofia-pro";
  border-radius: 45px;
  padding: 3px 29px 5px;
  display: inline-block;
  color: #fff;
  background-image: linear-gradient(to right, #244ee5, #3c6cf4, #3c6cf4, #244ee5);
  background-size: 300% 100%;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border-color: transparent;
}
.theme_btn:hover {
  background-position: 100% 0;
  color: #fff;
  box-shadow: 0px 15px 30px 0px rgba(36, 78, 229, 0.2);
}

.arrow_btn {
  font-size: 18px;
  font-weight: 600;
  color: #909090;
  font-family: "sofia-pro";
  display: inline-block;
}
.arrow_btn i {
  font-size: 10px;
  vertical-align: middle;
  transition: all 0.2s linear;
  display: inline-block;
}
.arrow_btn:hover {
  color: #3664f0;
}
.arrow_btn:hover i {
  transform: translateX(10px);
}

.btn_preview {
  font-size: 16px;
  line-height: 40px;
  font-family: "sofia-pro";
  font-weight: 600;
  color: #3664f0;
  border-radius: 45px;
  padding: 1px 45px 3px;
  border: 1px solid transparent;
  display: inline-block;
  transition: all 0.3s linear;
}

.bg_white {
  background: #fff;
}
.bg_white:hover {
  color: #262a39;
  border-color: #e3e4f2;
  background: #e3e4f2;
}

.btn_bordered {
  border: 1px solid #ffffff;
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 30px;
  color: #fff;
}
.btn_bordered:hover {
  color: #3664f0;
  border-color: #fff;
  background: #fff;
}

/*====================================================*/
/*====================================================*/
/*================ header_area css =============*/
.header_area {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 20;
  top: 0;
  padding: 0px;
  border: 0px;
  transition: all 0.2s linear;
}

.header_area_two {
  background: #fff;
}

.theme_logo {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}
.theme_logo:before {
  position: absolute;
  left: -20px;
  top: 0;
  width: 1px;
  height: 38px;
  content: "";
  background: #d8d8d9;
}

.menu > .nav-item > .nav-link {
  font-size: 16px;
  font-family: "sofia-pro";
  font-weight: 400;
  color: #42526e;
  padding: 37px 0px;
  transition: padding 0.3s linear;
  position: relative;
}
.menu > .nav-item > .nav-link .arrow_carrot-right{
  position: relative;
  top: 2px;
}
.menu > .nav-item > .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
  display: block;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .dropdown-menu {
  display: block;
}
.menu > .nav-item.submenu.mega_menu {
  position: static;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner {
  min-width: 200px;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  transition: all 0.07s linear 0s;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu.mega_menu .mega_menu_inner {
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu {
  position: relative;
  max-width: 1110px;
  padding: 22px;
  border: 0px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0px 10px 30px 10px rgba(10, 0, 51, 0.04);
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transform: translateY(10px);
    transition: opacity 0.05s ease, transform 0.19s linear;
    opacity: 0;
    margin: 0 auto;
  }
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu .nav-item {
  width: 25%;
  padding: 8px;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu .nav-item .dropdown-menu {
  left: 0;
  position: relative;
  box-shadow: none;
  padding: 0px;
  margin: 0px;
  top: 0;
  border: 0px;
  border-radius: 0px;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu .nav-item .dropdown-menu .nav-item {
  padding: 0px;
  position: relative;
  z-index: 1;
  transition: all 0.4s linear;
  width: 100%;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  padding: 20px;
  font-size: 16px;
  color: #687793;
  font-family: "sofia-pro";
  font-weight: 400;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link img {
  margin-right: 15px;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link h5 {
  font-size: 18px;
  font-weight: 600;
  color: #42526e;
  margin-bottom: 5px;
  transition: color 0.4s linear;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link p {
  font-size: 13px;
  font-family: "Muli", sans-serif;
  color: #6a7c92;
  line-height: 20px;
  margin-bottom: 0;
  transition: color 0.4s linear;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .nav-link h5, .menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link h5 {
  color: #3664f0;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner.mega_menu_two .dropdown-menu {
  padding: 42px 60px 50px;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner.mega_menu_two .dropdown-menu .m_title {
  font-size: 18px;
  font-weight: 600;
  font-family: "sofia-pro";
  color: #42526e;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner.mega_menu_two .dropdown-menu .nav-item > .dropdown-menu > .nav-item {
  margin-top: 22px;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner.mega_menu_two .dropdown-menu .nav-item > .dropdown-menu > .nav-item:before {
  display: none;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner.mega_menu_two .dropdown-menu .nav-item > .dropdown-menu > .nav-item .nav-link {
  padding: 0px;
  transition: color 0.2s linear;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner.mega_menu_two .dropdown-menu .nav-item > .dropdown-menu > .nav-item:hover, .menu > .nav-item.submenu.mega_menu .mega_menu_inner.mega_menu_two .dropdown-menu .nav-item > .dropdown-menu > .nav-item.active {
  box-shadow: none;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner.mega_menu_two .dropdown-menu .nav-item > .dropdown-menu > .nav-item:hover .nav-link, .menu > .nav-item.submenu.mega_menu .mega_menu_inner.mega_menu_two .dropdown-menu .nav-item > .dropdown-menu > .nav-item.active .nav-link {
  color: #3664f0;
}
.menu > .nav-item.submenu.mega_menu.active > .nav-link, .menu > .nav-item.submenu.mega_menu:hover > .nav-link {
  color: #3664f0;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu.mega_menu:hover .dropdown-menu > .nav-item > .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .menu > .nav-item.submenu.mega_menu:hover .mega_menu_inner {
    opacity: 1;
    visibility: visible;
  }
  .menu > .nav-item.submenu.mega_menu:hover .mega_menu_inner .dropdown-menu {
    transform: translateY(0);
    opacity: 1;
  }
}
.menu > .nav-item + .nav-item {
  margin-left: 35px;
}

.mCSB_inside {
  width: 100%;
}
.mCSB_inside > .mCSB_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 0;
}

.mCSB_scrollTools {
  width: 0px;
}

.menu_btn {
  font-size: 16px;
  line-height: 28px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 42px;
  font-weight: 400;
}
.menu_btn:hover {
  box-shadow: none;
}
@media (max-width: 991px) {
  .menu_btn.btn_none {
    display: none;
  }
}

@media (min-width: 992px) {
  .mobile_dropdown_icon {
    display: none;
  }
}

/*================ header_area css =============*/
/*========= hamburger menu css ========*/
.navbar-toggler {
  padding: 0px;
  margin-left: 20px;
}
.navbar-toggler:focus {
  outline: none;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}
.menu_toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}
.menu_toggle .hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #3664f0;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.2s;
}
.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  display: block;
}
.menu_toggle .hamburger-cross span {
  display: block;
  background: #3664f0;
  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;
}

/*======= navbar_fixed css ========*/
.navbar_fixed {
  background: #fff;
  position: fixed;
  box-shadow: 0px 2px 4px 0px rgba(0, 4, 26, 0.08);
}
.navbar_fixed .menu > .nav-item > .nav-link {
  padding: 28px 0px;
}

.modal-open {
  padding-right: 0 !important;
  overflow: auto;
}
.modal-open .modal .modal-dialog {
  transform: scale(0.99) translate(0, 0px);
  transition: all 0.3s linear;
}
.modal-open .modal.show .modal-dialog {
  transform: scale(1);
  transition: all 0.3s linear;
}

.modal {
  right: -17px;
  width: 102%;
  padding-right: 34px !important;
}

.modal-dialog {
  max-width: 445px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
  }
}

.login_popup {
  height: 100%;
  border: 0px;
  border-radius: 0px;
}
.login_popup .modal-header {
  align-items: center;
  padding: 16px 40px;
  background-color: white;
  border: 0px;
  box-shadow: 0px 1px 2px 0px rgba(38, 59, 94, 0.1);
  border-bottom: 1px solid #e9ecf1;
  z-index: 1;
}
.login_popup .modal-header h5 {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  color: #262a39;
}
.login_popup .modal-header .close {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}
.login_popup .modal-body {
  background-image: linear-gradient(90deg, white 0%, #f7f8fc 100%);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 29, 0.3);
  padding: 40px;
}
.login_popup .modal-body .login_form .form-group {
  margin-bottom: 30px;
}
.login_popup .modal-body .login_form .form-group .form-control {
  border: 1px solid #d9d9d9;
  border-radius: 45px;
  background: #fff;
  padding: 5px 25px;
  height: 45px;
  font-size: 15px;
  font-family: "Muli", sans-serif;
  color: #262a39;
  box-shadow: none;
  transition: all 0.2s linear;
}
.login_popup .modal-body .login_form .form-group .form-control.placeholder {
  color: #90a1b6;
}
.login_popup .modal-body .login_form .form-group .form-control:-moz-placeholder {
  color: #90a1b6;
}
.login_popup .modal-body .login_form .form-group .form-control::-moz-placeholder {
  color: #90a1b6;
}
.login_popup .modal-body .login_form .form-group .form-control::-webkit-input-placeholder {
  color: #90a1b6;
}
.login_popup .modal-body .login_form .form-group .form-control:focus {
  border-color: #3664f0;
}
.login_popup .modal-body .login_form .extra {
  display: flex;
  padding-top: 20px;
  justify-content: space-between;
}
.login_popup .modal-body .login_form .extra .checkbox input {
  display: none;
}
.login_popup .modal-body .login_form .extra .checkbox input:checked + label:after {
  opacity: 1;
}
.login_popup .modal-body .login_form .extra .checkbox label {
  margin-bottom: 0;
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  color: #6a7c92;
  line-height: 18px;
}
.login_popup .modal-body .login_form .extra .checkbox label:before {
  content: "";
  width: 14px;
  border: 1px solid #d9d9d9;
  position: absolute;
  height: 14px;
  left: 0;
  top: 2px;
  border-radius: 2px;
}
.login_popup .modal-body .login_form .extra .checkbox label:after {
  top: 2px;
  left: 0;
  opacity: 0;
  line-height: 1;
  font-size: 15px;
  content: "";
  color: #3c6cf4;
  position: absolute;
  font-family: "icomoon" !important;
  transition: all 0.4s ease-in-out;
}
.login_popup .modal-body .login_form .extra .forgotten_password {
  font-size: 16px;
  color: #416bf1;
}
.login_popup .modal-body .login_form .menu_btn {
  margin-left: 0;
  width: 100%;
  font-weight: 500;
  line-height: 35px;
}
.login_popup .modal-body .option_container {
  font-size: 16px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  color: #4f5b6d;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 24px;
  padding-bottom: 30px;
}
.login_popup .modal-body .option_container a {
  color: #416bf1;
  padding-left: 5px;
}
.login_popup .modal-body p {
  font-size: 16px;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  color: #4f5b6d;
  padding-top: 20px;
}
.login_popup .modal-body .social-buttons {
  padding-top: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.login_popup .modal-body .btn-social {
  width: 47%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "sofia-pro";
  color: #fff;
  border-radius: 45px;
  line-height: 21px;
  padding: 10px 10px 12px;
  transition: all 0.3s linear;
  margin: 5px;
}
.login_popup .modal-body .btn-social.btn-facebook {
  background: #3d5a95;
}
.login_popup .modal-body .btn-social.btn-facebook:hover {
  background: #2752a9;
  box-shadow: 0px 6px 5px 0px rgba(10, 0, 51, 0.2);
}
.login_popup .modal-body .btn-social.btn-google {
  background: #d14c3e;
}
.login_popup .modal-body .btn-social.btn-google:hover {
  background: #de4838;
  box-shadow: 0px 6px 5px 0px rgba(10, 0, 51, 0.2);
}
.login_popup .modal-body .text {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  color: #4f5b6d;
  position: relative;
  border: 1px solid #d9d9d9;
  background: #f1ffef;
  padding: 16px 20px 16px 50px;
  margin-bottom: 32px;
}
.login_popup .modal-body .text:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/price/check.png") no-repeat;
  position: absolute;
  top: 20px;
  left: 30px;
}

.header_blue {
  background-image: linear-gradient(90deg, #244ee5 0%, #3d6ef5 100%);
  padding: 25px 0px;
}
.header_blue + section, .header_blue + div {
  margin-top: 100px;
}

.header_profile .header_profile_btn {
  font-size: 16px;
  font-family: "sofia-pro";
  font-weight: 400;
  color: #42526e;
  margin-left: 25px;
}
.header_profile .header_profile_btn img {
  border-radius: 50%;
  margin-right: 5px;
}
.header_profile .header_profile_btn:after {
  border-top-color: #fff;
  vertical-align: 0.145em;
}
.header_profile .dropdown-menu-right {
  box-shadow: 0px 10px 50px 0px rgba(10, 0, 51, 0.1);
  border: 0px;
  border-radius: 0px;
  margin: 0px;
  right: auto;
  bottom: auto;
  padding: 12px 0px 0px;
}
.header_profile .dropdown-menu-right li a {
  font-size: 16px;
  color: #42526e;
  font-family: "sofia-pro";
  font-weight: 400;
  display: block;
  padding: 10px 30px;
}
.header_profile .dropdown-menu-right li a i {
  font-size: 14px;
  padding-right: 5px;
}
.header_profile .dropdown-menu-right li a:hover {
  color: #3664f0;
}
.header_profile .dropdown-menu-right li a.sign_out {
  border-top: 1px solid #d5d5e9;
  margin-top: 18px;
  padding: 15px 30px;
}

/*====================================================*/
/*====================================================*/
/*============= banner_section css ==============*/
.banner_section {
  z-index: 1;
  overflow: hidden;
  min-height: 900px;
  height: 100vh;
  position: relative;
  background-image: linear-gradient(0deg, #f7f8fc 0%, white 100%);
  display: flex;
  align-items: center;
}
.banner_section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/banner_theme_logo/map_bg.png") no-repeat scroll center right;
  z-index: -1;
}

.banner-content {
  margin-right: -30px;
  padding-top: 50px;
}
.banner-content h1 {
  font-size: 44px;
  line-height: 62px;
  font-weight: 700;
  letter-spacing: -0.8px;
  margin-bottom: 30px;
}
.banner-content h1 span {
  display: inline-block;
}
.banner-content h1 span img {
  display: block;
}

.portfolio_circle {
  width: 640px;
  height: 640px;
  border-radius: 50%;
  position: relative;
  right: -130px;
  background-color: rgba(241, 241, 247, 0.502);
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio_circle .site_logo {
  position: relative;
  z-index: 1;
}
.portfolio_circle .site_logo img {
  width: 220px;
}
.portfolio_circle .circle_1 {
  top: 75px;
  left: 75px;
  right: 75px;
  border-radius: 50%;
  bottom: 75px;
  position: absolute;
  background: #fff;
}
.portfolio_circle .circle_1 .circle_2 {
  top: 80px;
  right: 80px;
  left: 80px;
  bottom: 80px;
  border-radius: 50%;
  position: absolute;
  background: rgba(234, 233, 242, 0.502);
}

.pr_promo .item-icon {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0px 50px 70px 0px rgba(0, 0, 0, 0.2);
}
.pr_promo .item-icon:nth-child(1) {
  top: 75px;
  left: 105px;
}
.pr_promo .item-icon:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.pr_promo .item-icon:nth-child(3) {
  bottom: 96px;
  left: 175px;
}
.pr_promo .item-icon:nth-child(4) {
  bottom: 22px;
  right: 175px;
}
.pr_promo .item-icon:nth-child(5) {
  top: 50%;
  margin-top: -34px;
  right: 130px;
}
.pr_promo .item-icon:nth-child(6) {
  bottom: 210px;
  right: 0px;
}
.pr_promo .item-icon:nth-child(7) {
  top: 70px;
  right: 95px;
}
.pr_promo .item-icon:nth-child(8) {
  top: 190px;
  left: 165px;
}

.funfact-carousel {
  padding: 30px 40px;
  margin-top: 100px;
  background-color: #ffffff;
  box-shadow: 0px 10px 50px 0px rgba(10, 0, 51, 0.06);
}
.funfact-carousel .owl-nav {
  margin: 0px;
}
.funfact-carousel .owl-nav button.owl-next, .funfact-carousel .owl-nav button.owl-prev {
  top: 50%;
  opacity: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 100%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
  font-size: 28px;
  line-height: 21px;
  color: #262a39;
  background: transparent;
}
.funfact-carousel .owl-nav button.owl-next:hover, .funfact-carousel .owl-nav button.owl-prev:hover {
  color: #3664f0;
}
.funfact-carousel .owl-nav .owl-prev {
  left: 0px;
}
.funfact-carousel .owl-nav .owl-next {
  right: 0px;
}
.funfact-carousel:hover .owl-nav .owl-prev {
  left: 8px;
  opacity: 1;
}
.funfact-carousel:hover .owl-nav .owl-next {
  right: 8px;
  opacity: 1;
}
.funfact-carousel h4 {
  margin: 0px;
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.funfact-carousel .item span {
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid #e5e5e5;
  display: inline-block;
}
.funfact-carousel .item span > img {
  width: auto;
}

.tooltip-white.bs-tooltip-top .arrow:before {
  border-top-color: #fff;
}
.tooltip-white .tooltip-inner {
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(19, 7, 72, 0.15);
  border-radius: 0px;
  font-size: 15px;
  color: #4f5b6d;
  font-family: "sofia-pro";
}

.portfolio-sidebar {
  top: 50%;
  left: 0px;
  position: absolute;
  transform: translateY(-50%);
}
.portfolio-sidebar ul {
  margin-bottom: 0;
}
.portfolio-sidebar ul li:last-child {
  margin-bottom: 0px !important;
  margin-top: -15px;
}
.portfolio-sidebar ul li a {
  transform: translateX(-80px);
  position: relative;
  display: inline-block;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 50px 70px 0px rgba(0, 0, 0, 0.09);
}
.portfolio-sidebar ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #fff;
  opacity: 0.5;
  transition: all 0.2s linear;
}
.portfolio-sidebar ul li a:hover:before {
  opacity: 0.1;
}
.portfolio-sidebar ul li:nth-child(1) > a {
  margin-bottom: 15px;
}
.portfolio-sidebar ul li:nth-child(2n+0) > a {
  z-index: 1;
  transform: translateX(15px);
}
.portfolio-sidebar ul li:nth-child(3) > a {
  transform: translateX(-76px);
  margin-top: -5px;
}
.portfolio-sidebar ul li:nth-child(4) > a {
  transform: translateX(40px);
  z-index: 3;
  margin-top: -30px;
}

/*================== product_details_banner css =============*/
.product_details_banner {
  padding-top: 200px;
  background-image: linear-gradient(90deg, #f7f8fc 0%, white 100%);
  overflow: hidden;
  position: relative;
}

.product_banner_content {
  max-width: 650px;
  margin: 0px auto;
}
.product_banner_content p {
  font-size: 20px;
  color: #4f5b6d;
  line-height: 30px;
  padding: 16px 0px 30px;
}
.product_banner_content .banner_btn, .product_banner_content .theme_btn {
  text-align: center;
}
.product_banner_content .theme_btn, .product_banner_content .banner_btn {
  margin: 0 15px;
}

.product_banner_slider {
  position: relative;
}
.product_banner_slider .item {
  padding: 0 30px 0px;
}
.product_banner_slider .item img {
  box-shadow: 0px 10px 20px 0px rgba(17, 3, 102, 0.1);
}
.product_banner_slider .owl-nav button.owl-prev, .product_banner_slider .owl-nav button.owl-next {
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  top: 50%;
  color: #3664f0;
  margin-top: -35px;
  line-height: 72px;
  font-size: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 10px 20px 0px rgba(17, 3, 102, 0.1);
  opacity: 0;
  transition: all 0.3s linear;
}
.product_banner_slider .owl-nav button.owl-prev:hover, .product_banner_slider .owl-nav button.owl-next:hover {
  background: rgba(36, 78, 229, 0.9);
  color: #fff;
}
.product_banner_slider .owl-nav button.owl-prev {
  left: 65px;
  transform: translateX(-20px);
}
.product_banner_slider .owl-nav button.owl-next {
  right: 55px;
  transform: translateX(20px);
}
.product_banner_slider:hover .owl-nav button.owl-prev, .product_banner_slider:hover .owl-nav button.owl-next {
  transform: translateX(0);
  opacity: 1;
}

/*================== product_details_banner css =============*/
/*====================================================*/
/*====================================================*/
/*=========== service_section_area css ==========*/
.service_section_area {
  background: #f7f8fc;
  padding: 60px 0px;
}

.service_item {
  text-align: center;
  padding: 0px 40px;
}
.service_item .item-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 35px;
}

/*=========== service_section_area css ==========*/
/*=========== customer_support_area css ==========*/
.customer_support_area {
  background: #f7f8fc;
}

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

.policy_item {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 35px;
  position: relative;
  z-index: 1;
}
.policy_item .shap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.policy_item .item-image.img_left {
  margin-left: -85px;
  margin-right: 20px;
}
.policy_item .item-image.img_right {
  margin-right: -85px;
  margin-left: 20px;
}
.policy_item p {
  line-height: 30px;
  margin-bottom: 0;
}
.policy_item .item-content {
  padding-top: 12px;
}
.policy_item .item-content .item-title {
  margin-bottom: 15px;
}

.item-title {
  font-size: 24px;
  font-weight: 700;
}
.item-title.text_orange {
  color: #fe5d43;
}
.item-title.text_green {
  color: #16b961;
}

/*=========== customer_support_area css ==========*/
/*====================================================*/
/*====================================================*/
/*============== product_area css ==============*/
.product_area {
  background-image: linear-gradient(0deg, #edf1f8 0%, #f7f8fc 100%);
}
.product_area .section_title {
  margin-bottom: 80px;
}
.product_area .row {
  margin-bottom: -30px;
}
.product_area .theme_btn {
  margin-top: 80px;
}

.product_item {
  background: #fff;
  box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
  margin-bottom: 30px;
  transition: all 0.2s linear;
  cursor: pointer;
}
.product_item .item-image {
  position: relative;
  z-index: 1;
}
.product_item .item-image:before {
  content: "";
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  background-image: linear-gradient(-45deg, #6c66df 0%, #0000bf 100%);
  z-index: 0;
  opacity: 0;
  transition: all 0.3s linear;
}
.product_item .pr_btn_group {
  position: absolute;
  top: 55%;
  margin-top: -23px;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.2s linear;
}
.product_item .pr_btn_group .btn_preview {
  margin: 0 8px;
}
.product_item .pr_content {
  padding: 25px 30px;
  position: relative;
  border-top: 1px solid #edeefb;
  z-index: 1;
}
.product_item .pr_content .shadow_icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.product_item .pr_content h3 {
  font-size: 24px;
  letter-spacing: -0.24px;
  display: flex;
  align-items: center;
  transition: color 0.2s linear;
}
.product_item .pr_content h3:hover {
  color: #3664f0;
}
.product_item .pr_content .badge {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 2px;
  padding: 4px 9px;
  font-family: "Muli", sans-serif;
  margin-left: 10px;
}
.product_item .pr_content .badge.red {
  background: #ff1637;
}
.product_item .pr_content .badge.green {
  background: #13bb2b;
}
.product_item .pr_content p {
  font-size: 16px;
  line-height: 26px;
  padding-top: 6px;
  margin-bottom: 0;
}
.product_item .pr_footer {
  padding: 13px 30px;
  border-top: 1px solid #edeefb;
  display: flex;
  justify-content: space-between;
}
.product_item .pr_footer ul {
  margin-bottom: 0;
}
.product_item .pr_footer ul li {
  position: relative;
  padding-right: 5px;
  display: inline-block;
}
.product_item .pr_footer ul li a {
  display: block;
  font-size: 14px;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: rgba(106, 124, 146, 0.7);
  transition: color 0.2s linear;
}
.product_item .pr_footer ul li a:hover {
  color: #3664f0;
}
.product_item .pr_footer ul li + li {
  padding-left: 10px;
}
.product_item .pr_footer ul li + li:before {
  top: 50%;
  width: 1px;
  left: 0px;
  content: "";
  height: 13px;
  position: absolute;
  transform: translateY(-50%);
  background-color: #bbc5d1;
}
.product_item .pr_footer .like_btn {
  color: #acaabd;
  font-size: 20px;
  transition: color 0.2s linear;
}
.product_item .pr_footer .like_btn:hover {
  color: #ff1637;
}
.product_item .item-value {
  color: #00197c;
  font-size: 20px;
  font-family: "sofia-pro";
  font-weight: 700;
}
.product_item .item-value .icon {
  font-size: 14px;
  line-height: 22px;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.product_item .item-value .bg_green {
  background: #13bb2b;
}
.product_item .item-value .bg_blue {
  background: #3664f0;
}
.product_item:hover {
  box-shadow: 0px 10px 20px 0px rgba(38, 59, 94, 0.15);
}
.product_item:hover .item-image:before {
  opacity: 0.7;
}
.product_item:hover .pr_btn_group {
  top: 50%;
  opacity: 1;
}

/*============ call_action_area css ==============*/
.call_action_area {
  background-image: linear-gradient(100deg, #f9f9ff 0%, #d3f4f1 100%);
  position: relative;
  z-index: 1;
}
.call_action_area .img_left, .call_action_area .img_right {
  position: absolute;
  z-index: -1;
}
.call_action_area .img_left {
  left: 0;
  bottom: 0;
}
.call_action_area .img_right {
  right: 0;
  bottom: 0;
}

.action_info {
  max-width: 635px;
  margin: 0 auto;
}
.action_info .form-group {
  position: relative;
  margin-bottom: 0 !important;
}
.action_info input {
  font-size: 16px;
  font-family: "Muli", sans-serif;
  color: #6a7c92;
  background-color: white;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
  border-radius: 45px;
  height: 60px;
  width: 420px;
  padding-right: 150px;
  padding-left: 30px;
  border: 1px solid #fff;
}
.action_info input.placeholder {
  color: #6a7c92;
}
.action_info input:-moz-placeholder {
  color: #6a7c92;
}
.action_info input::-moz-placeholder {
  color: #6a7c92;
}
.action_info input::-webkit-input-placeholder {
  color: #6a7c92;
}
.action_info input:focus {
  outline: none;
  border-color: #3664f0;
  transition: all 0.2s linear;
}
.action_info .subscribe {
  position: absolute;
  border: 0px;
  top: 5px;
  bottom: 5px;
  line-height: 36px;
  right: 5px;
}
.action_info .subscribe:hover {
  box-shadow: none;
}
.action_info .text {
  font-size: 24px;
  font-weight: 600;
  color: #262a39;
  font-family: "sofia-pro";
  padding: 0px 20px;
}
.action_info .join_btn {
  padding: 6px 40px;
  line-height: 48px;
}

.action_title {
  margin-bottom: 55px;
}
.action_title .title-text {
  margin-bottom: 30px;
}
.action_title .title-text span {
  color: #0ea824;
  position: relative;
}
.action_title .title-text span:before {
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  bottom: 4px;
  position: absolute;
  background: #0ea824;
}
.action_title p {
  font-size: 20px;
  line-height: 32px;
  max-width: 810px;
  margin: 0 auto;
}

/*============ call_action_area css ==============*/
/*============ product_details_area css ==============*/
.product_tab_info {
  background: #fff;
  box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
  border-top: 1px solid #e6edf0;
  position: relative;
  transition: all 0.2s linear;
}
.product_tab_info .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.product_tab_info .product_tab {
  border: 0px;
}
.product_tab_info .product_tab .nav-item .nav-link {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.2px;
  color: #333644;
  border: 0px;
  font-family: "sofia-pro";
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0px 5px;
  position: relative;
  transition: all 0.2s linear;
}
.product_tab_info .product_tab .nav-item .nav-link i {
  color: #b1bbc4;
  margin-right: 12px;
  font-size: 20px;
  transition: all 0.2s linear;
}
.product_tab_info .product_tab .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  background: #3664f0;
  position: absolute;
  bottom: -18px;
  right: 0;
  transition: width 0.2s linear;
}
.product_tab_info .product_tab .nav-item .nav-link.active, .product_tab_info .product_tab .nav-item .nav-link:hover {
  color: #3664f0;
}
.product_tab_info .product_tab .nav-item .nav-link.active:before, .product_tab_info .product_tab .nav-item .nav-link:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.product_tab_info .product_tab .nav-item .nav-link.active i, .product_tab_info .product_tab .nav-item .nav-link:hover i {
  color: #3664f0;
}
.product_tab_info .product_tab .nav-item + .nav-item {
  margin-left: 38px;
}
.product_tab_info .tab_btn {
  margin-bottom: 0;
}
.product_tab_info .tab_btn li {
  display: inline-block;
}
.product_tab_info .tab_btn li a {
  font-size: 18px;
  font-weight: 600;
  font-family: "sofia-pro";
}
.product_tab_info .tab_btn li a.theme_btn {
  border-radius: 0px;
  margin-left: 36px;
  padding: 9px 24px;
  min-width: 150px;
}
.product_tab_info .tab_btn li a.theme_btn:hover {
  box-shadow: none;
}
.product_tab_info .tab_btn li a.view_btn {
  position: relative;
  color: #333644;
}
.product_tab_info .tab_btn li a.view_btn:before {
  content: "";
  width: 0;
  height: 2px;
  right: 0;
  left: auto;
  bottom: 0;
  position: absolute;
  background: #95a8f6;
  transition: width 0.2s linear;
}
.product_tab_info .tab_btn li a.view_btn:hover {
  color: #3664f0;
}
.product_tab_info .tab_btn li a.view_btn:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.product_tab_info.scrolled {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border: 0px;
  z-index: 99;
}

.bg_color {
  background: #f7f8fc;
}

.pr_features_tab {
  padding-top: 110px;
}

.theme_details_title {
  max-width: 780px;
  margin: 0 auto;
  padding-bottom: 75px;
}
.theme_details_title h2 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.72px;
  font-weight: 700;
  margin-bottom: 35px;
}
.theme_details_title p {
  font-size: 18px;
  font-family: "Muli", sans-serif;
  line-height: 30px;
  color: #4f5b6d;
  margin-bottom: 0;
}

.theme_details_title_two h2 {
  font-size: 44px;
  line-height: 58px;
  margin-bottom: 28px;
}

.theme_promo_item {
  text-align: center;
  padding: 40px 30px;
}
.theme_promo_item h5 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
.theme_promo_item.one {
  background-image: linear-gradient(0deg, #e2ebf9 27%, #edf2fb 55%, #f7f8fc 85%);
}
.theme_promo_item.two {
  background-image: linear-gradient(0deg, #e5f2e9 27%, #eef5f3 55%, #f7f8fc 85%);
}
.theme_promo_item.three {
  background-image: linear-gradient(0deg, #f0eeeb 27%, #f4f3f4 55%, #f7f8fc 85%);
}
.theme_promo_item.four {
  background-image: linear-gradient(0deg, #f2eaea 27%, #f5f1f3 55%, #f7f8fc 85%);
}

.p_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 84px;
  font-size: 35px;
  display: inline-block;
  color: #fff;
  margin-bottom: 26px;
}
.p_icon.blue {
  background-image: linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%);
  box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
}
.p_icon.green {
  background-image: linear-gradient(40deg, #57b22a 0%, #77ea3d 100%);
  box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
}
.p_icon.yellow {
  background-image: linear-gradient(-5deg, #ff910e 0%, #ffa315 42%, #ffb51c 100%);
  box-shadow: 0px 10px 30px 0px rgba(255, 155, 18, 0.4);
}
.p_icon.red {
  background-image: linear-gradient(40deg, red 0%, #ff5959 100%);
  box-shadow: 0px 10px 30px 0px rgba(255, 23, 23, 0.4);
}

.theme_video {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  max-width: 770px;
  margin: 150px auto 30px;
  position: relative;
  z-index: 1;
}
.theme_video:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 0;
}
.theme_video .video_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 83px;
  font-size: 18px;
  padding-left: 7px;
  color: #244ee5;
  transition: all 0.2s linear;
}
.theme_video .video_icon:hover {
  transform: scale(1.02);
}
.theme_video .dot_top {
  right: -30px;
  top: -30px;
  z-index: -1;
}
.theme_video .dot_bottom {
  left: -30px;
  bottom: -30px;
  z-index: -1;
}

.home_variation {
  padding-top: 130px;
  padding-bottom: 120px;
}
.home_variation .row {
  margin-bottom: -60px;
}

.h_variation_item {
  display: inline-block;
  box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
  margin-bottom: 60px;
}

/*============ demo_import css =============*/
.demo_import {
  background-image: linear-gradient(0deg, #edeeff 0%, #d3f4f1 100%);
  padding: 78px 0px 65px;
}

.demo_import_content img {
  margin-bottom: 10px;
}
.demo_import_content p {
  color: #4f5b6d;
  margin-bottom: 0;
  padding-top: 27px;
}
.demo_import_content.color_w h2, .demo_import_content.color_w p {
  color: #fff;
}
.demo_import_content ul {
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 20px;
}
.demo_import_content ul li {
  width: 50%;
  float: left;
  color: #fff;
  font-family: "Muli", sans-serif;
  margin-top: 18px;
  position: relative;
  padding-left: 25px;
}
.demo_import_content ul li:before {
  content: "";
  position: absolute;
  font-family: "icomoon" !important;
  left: 0;
  font-size: 10px;
  top: 0;
}

.pr_65 {
  padding-right: 65px;
}

.pl_65 {
  padding-left: 65px;
}

.details_title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.72px;
  margin-bottom: 0;
}

.pr_features_inner {
  padding-top: 80px;
  padding-bottom: 120px;
}

.pr_features_img {
  margin-left: -90px;
  position: relative;
}
.pr_features_img .img_two {
  position: absolute;
  right: -10px;
  bottom: 0;
}

.pr_features_item.flex-row-reverse .pr_65 {
  padding-right: 50px;
}
.pr_features_item.flex-row-reverse .pr_features_img {
  margin-left: 0;
  margin-right: -50px;
  text-align: right;
}
.pr_features_item + .pr_features_item {
  margin-top: 190px;
}

.pr_features_item_three .pr_features_img {
  margin-left: -40px;
}

.exclusive_features {
  background: #fff;
  padding: 110px 0px 50px;
}

.ex_features_item {
  text-align: center;
  margin-bottom: 75px;
}
.ex_features_item .ex_features_icon {
  width: 110px;
  height: 110px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 24px 50px 0px rgba(18, 1, 64, 0.1);
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0 auto 38px;
  position: relative;
}
.ex_features_item .ex_features_icon .price {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #08c31a;
  box-shadow: 0px 10px 20px 0px rgba(54, 235, 72, 0.3);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  right: -26px;
  top: -28px;
  padding: 0px;
}
.ex_features_item .ex_features_icon .price p {
  margin-bottom: 0;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  font-family: "sofia-pro";
  margin-top: -4px;
}
.ex_features_item .ex_features_icon .price span {
  font-size: 20px;
  font-weight: 700;
  display: block;
  padding-top: 4px;
}
.ex_features_item h6 {
  font-size: 20px;
  font-weight: 600;
}
.ex_features_item p {
  font-size: 14px;
  color: #8799b3;
  margin-bottom: 0;
}

.pr_features_inner_two {
  padding: 120px 0px;
}

.pr_features .row {
  margin-bottom: -80px;
}

.powerful_features_item {
  text-align: center;
  padding: 0px 40px;
  margin-bottom: 80px;
}
.powerful_features_item .pr_icon {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
  width: 70px;
  text-align: center;
  line-height: 70px;
  margin: 0 auto 35px;
  height: 70px;
}
.powerful_features_item h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}
.powerful_features_item p {
  color: #4f5b6d;
  margin-bottom: 0;
}

.browser_info {
  background: #fff;
}

.browser_img {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #f7f8fc;
  display: block;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.browser_img .round {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #eae9f2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.browser_img .browser_logo {
  position: absolute;
  z-index: 1;
}
.browser_img .browser_logo:nth-child(1) {
  position: relative;
}
.browser_img .browser_logo:nth-child(2) {
  top: 40px;
  left: 12px;
}
.browser_img .browser_logo:nth-child(3) {
  bottom: 70px;
  left: 0px;
}
.browser_img .browser_logo:nth-child(4) {
  bottom: -25px;
  left: 50%;
  margin-left: -35px;
}
.browser_img .browser_logo:nth-child(5) {
  bottom: 70px;
  right: 0px;
}
.browser_img .browser_logo:nth-child(6) {
  top: 40px;
  right: 12px;
}

.call_action_area_two {
  background-image: linear-gradient(0deg, #244ee5 0%, #3d6ef5 100%);
  position: relative;
  z-index: 1;
}
.call_action_area_two .action_title {
  margin-bottom: 50px;
}
.call_action_area_two .action_title .title-text, .call_action_area_two .action_title p {
  color: #fff;
}
.call_action_area_two .action_info .text {
  color: #fff;
}
.call_action_area_two .action_info .btn_preview {
  padding: 9px 40px;
  font-size: 18px;
}
.call_action_area_two .action_info .btn_preview:hover {
  background: transparent;
}
.call_action_area_two .action_info .btn_bordered {
  background: transparent;
}
.call_action_area_two .action_info .btn_bordered:hover {
  background: #fff;
}

.action_img_right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.pr_overview_tab {
  padding: 110px 0px 60px;
}

.product_specification {
  box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
  margin-top: 20px;
  margin-bottom: 60px;
}

.pr_specification_item {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  color: #818892;
  background: #fff;
}
.pr_specification_item .pr_specification_name {
  width: 27%;
  color: #262a39;
  padding: 15px 40px;
  border-right: 1px solid #f2f2f2;
}
.pr_specification_item .pr_specification_details {
  width: 73%;
  padding: 15px 40px;
}
.pr_specification_item:nth-child(even) {
  background: #fafafa;
}

.pr_builder_video {
  padding: 120px 0px;
}
.pr_builder_video .theme_video {
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
.pr_builder_video .theme_video .dot_top {
  right: -20px;
  top: -20px;
}
.pr_builder_video .theme_video .dot_bottom {
  left: -20px;
  bottom: -20px;
}
.pr_builder_video .theme_video img {
  max-width: 100%;
}

.elemetor_info {
  background-image: linear-gradient(-45deg, rgba(234, 42, 93, 0.99608) 0%, #352973 100%);
  padding: 120px 0px;
}

.elemetor_img {
  text-align: center;
  position: relative;
  z-index: 1;
}

.elemetor_img_small {
  position: absolute;
}
.elemetor_img_small.one {
  top: 0;
  left: -100px;
}
.elemetor_img_small.two {
  top: -50px;
  right: 10px;
}
.elemetor_img_small.three {
  bottom: -10px;
  right: -50px;
}
.elemetor_img_small.four {
  bottom: -30px;
  left: 20px;
}

.header_builder_promo_img {
  text-align: right;
  padding-top: 110px;
  padding-bottom: 135px;
  position: relative;
  z-index: 1;
}
.header_builder_promo_img .p_img {
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}
.header_builder_promo_img .p_img.one {
  top: 0;
  left: 0;
  animation: left 2.5s 1s both alternate;
  z-index: 1;
}
.header_builder_promo_img .p_img.three {
  bottom: 0;
  left: 40px;
  z-index: -2;
}
.header_builder_promo_img .p_img.one, .header_builder_promo_img .p_img.three {
  position: absolute;
}

/*============ product_details_area css ==============*/
/*============ product_details_area css ==============*/
.archive_product_area .row {
  margin-bottom: -30px;
}

.pagination {
  margin-top: 80px;
}
.pagination .page-numbers {
  font-size: 16px;
  color: #6a7c92;
  margin: 0px 12px;
  font-family: "Muli", sans-serif;
  cursor: pointer;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  color: #3260ee;
}
.pagination .prev, .pagination .next {
  font-size: 11px;
}

/*============ product_details_area css ==============*/
/*============ payment_area css ==============*/
.payment_area {
  background-image: linear-gradient(0deg, #edf1f8 0%, #f7f8fc 100%);
}

.payment_inner {
  max-width: 635px;
  margin: 0 auto;
  box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
  background: #fff;
  padding: 55px 85px;
}
.payment_inner h5 {
  color: #31bc56;
  font-weight: 700;
  font-size: 30px;
  padding-top: 30px;
}
.payment_inner .banner_btn {
  border: 1px solid #d9d9d9;
  color: #262a39;
  margin-left: 30px;
  padding: 2px 38px 3px;
  transition: all 0.2s linear;
}
.payment_inner .banner_btn:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.payment_inner .banner_btn:hover {
  color: #fff;
  border-color: #3664f0;
}

.successful_list {
  padding: 20px 20px 50px;
}
.successful_list .list_item {
  font-size: 15px;
  font-family: "Muli", sans-serif;
  color: #262a39;
  margin-top: 25px;
}
.successful_list .list_item span {
  font-weight: 700;
  float: right;
}

/*============ payment_area css ==============*/
/*====================================================*/
/*====================================================*/
/* testimonial section - start
==================================================================================================== */
.testimonial_area {
  background-size: auto;
  background-position: left center;
  background: #f7f8fc;
  position: relative;
}
.testimonial_area .map_bg {
  position: absolute;
  top: 110px;
  left: 0;
}
.testimonial_area .section_title {
  margin-bottom: 66px;
}
.testimonial_area .section_title .icon {
  margin: 0px;
  display: block;
  margin-bottom: 20px;
}
.testimonial_area .testimonial-carousel .item .item-title {
  margin-bottom: 20px;
  letter-spacing: -0.88px;
}
.testimonial_area .testimonial-carousel .item p {
  font-size: 20px;
  font-style: italic;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 26px;
}
.testimonial_area .testimonial-carousel .item .abmin-name {
  font-size: 20px;
  margin-bottom: 5px;
}
.testimonial_area .testimonial-carousel .item .abmin-title {
  font-size: 14px;
  font-family: "Muli", sans-serif;
}
.testimonial_area .owl-thumbs {
  width: 900px;
  float: right;
  height: 450px;
  position: relative;
}
.testimonial_area .owl-thumbs .owl-thumb-item {
  width: 75px;
  height: 75px;
  overflow: hidden;
  position: absolute;
  border-radius: 100%;
  border: 0px;
  padding: 0px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 29, 0.2);
  transition: all 0.2s linear;
}
.testimonial_area .owl-thumbs .owl-thumb-item:before {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  opacity: 0;
  content: "";
  position: absolute;
  border-radius: 100%;
  border: 5px solid #ffffff;
  transition: opacity 0.2s linear;
}
.testimonial_area .owl-thumbs .owl-thumb-item > img {
  width: 100%;
  display: inline-block;
}
.testimonial_area .owl-thumbs .owl-thumb-item.size-lg {
  width: 90px;
  height: 90px;
}
.testimonial_area .owl-thumbs .owl-thumb-item.size-md {
  width: 65px;
  height: 65px;
}
.testimonial_area .owl-thumbs .owl-thumb-item.size-sm {
  width: 55px;
  height: 55px;
}
.testimonial_area .owl-thumbs .owl-thumb-item.active {
  padding: 0px;
  box-shadow: 0px 20px 40px 0px rgba(50, 96, 238, 0.45);
  transform: scale(1.1);
}
.testimonial_area .owl-thumbs .owl-thumb-item.active:before {
  opacity: 1;
  border: 5px solid #ffffff;
  box-shadow: 0px 20px 40px 0px rgba(50, 96, 238, 0.45);
}
.testimonial_area .owl-thumbs .owl-thumb-item.item-1 {
  top: 205px;
  right: 260px;
}
.testimonial_area .owl-thumbs .owl-thumb-item.item-2 {
  top: 15px;
  right: 240px;
}
.testimonial_area .owl-thumbs .owl-thumb-item.item-3 {
  top: 50px;
  left: 300px;
}
.testimonial_area .owl-thumbs .owl-thumb-item.item-4 {
  left: 250px;
  bottom: 30px;
}
.testimonial_area .owl-thumbs .owl-thumb-item.item-5 {
  right: 120px;
  bottom: 80px;
}
.testimonial_area .owl-thumbs .owl-thumb-item.item-6 {
  left: 0px;
  top: 185px;
}
.testimonial_area .owl-thumbs .owl-thumb-item.item-7 {
  top: 190px;
  left: 290px;
}

/* testimonial section - end
==================================================================================================== */
/*=================================================================================================== */
/*==================================================================================================== */
/*====================================================*/
/*====================================================*/
/*============ priceing_area css ==========*/
.theme_banner {
  background-image: linear-gradient(90deg, #f7f8fc 0%, white 100%);
  padding: 210px 0px 120px;
  position: relative;
  z-index: 1;
}
.theme_banner .image_one {
  left: 0;
  top: 175px;
  z-index: -1;
}
.theme_banner .image_two {
  top: 240px;
  left: 460px;
  z-index: -1;
}
.theme_banner .image_three {
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.theme_banner .image_four {
  top: 240px;
  right: 460px;
  z-index: -1;
}
.theme_banner .image_five {
  right: 0;
  top: 160px;
  z-index: -1;
}

.wordpress_product_area .image_four {
  top: 160px;
}
.wordpress_product_area .image_six {
  left: 750px;
  top: 300px;
}

.html_product_area .image_five {
  top: 240px;
}
.html_product_area .image_four {
  top: 130px;
}

.price_area .col-lg-4 {
  margin-bottom: 30px;
}

.pricing_item {
  background-color: white;
  box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
  padding: 45px;
  height: 100%;
  position: relative;
  border-top: 5px solid #a0a0a0;
}
.pricing_item .p_list {
  padding: 45px 0px;
  margin-bottom: 0;
  min-height: 316px;
}
.pricing_item .p_list li {
  font-size: 15px;
  color: #4f5b6d;
  font-family: "Muli", sans-serif;
  position: relative;
  padding-left: 24px;
}
.pricing_item .p_list li:before {
  content: "";
  position: absolute;
  font-family: "icomoon" !important;
  left: 0;
  top: 0;
  color: #c2c2c2;
  font-size: 9px;
}
.pricing_item .p_list li + li {
  margin-top: 14px;
}
.pricing_item.two {
  border-color: #17ca6f;
}
.pricing_item.three {
  border-color: #3664f0;
}

.price_head {
  text-align: center;
  padding: 0px 26px;
}
.price_head h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.28px;
  line-height: 26px;
}
.price_head h4 span {
  font-weight: 400;
  display: block;
  font-size: 16px;
}

.price_features {
  border-radius: 45px;
  background: #f7f8fc;
  font-size: 15px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  color: #262a39;
  padding: 13px 5px;
  line-height: 19px;
}

.price_btn {
  border: 1px solid #315eed;
  display: block;
  border-radius: 45px;
  font-size: 18px;
  font-family: "sofia-pro";
  font-weight: 700;
  color: #315eed;
  text-align: center;
  padding: 9px 20px 13px;
  transition: all 0.3s linear;
}
.price_btn:hover {
  background: #315eed;
  border-color: #315eed;
  color: #fff;
}

.price {
  font-size: 44px;
  font-weight: 700;
  font-family: "sofia-pro";
  line-height: 50px;
  color: #3664f0;
  padding: 5px 0px 32px;
}
.price sub {
  font-size: 24px;
  font-weight: 400;
  bottom: 0;
}

.logo_selector {
  width: 100% !important;
  display: block !important;
}
.logo_selector .dropdown-toggle {
  border-color: #e5e5e5;
  font-size: 14px;
  color: #262a39 !important;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  background: #fff !important;
  border-radius: 45px;
  box-shadow: none;
  padding: 11px 20px;
}
.logo_selector .dropdown-toggle:focus, .logo_selector .dropdown-toggle:hover, .logo_selector .dropdown-toggle.active {
  outline: none !important;
  box-shadow: none !important;
}
.logo_selector .filter-option-inner img {
  vertical-align: text-bottom;
  margin-right: 6px;
}

.see_btn {
  font-size: 20px;
  font-weight: 600;
  font-family: "sofia-pro";
  color: #3664f0;
  position: relative;
  z-index: 0;
  margin-top: 25px;
  display: inline-block;
}
.see_btn:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #3664f0;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*============ priceing_area css ==========*/
/*============ pricing_details_area css ==========*/
.pricing_details_inner {
  box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
  background: #fff;
}
.pricing_details_inner .price_head_info .price_head {
  color: #fff;
  padding: 35px 25px;
  border-top: 5px solid transparent;
}
.pricing_details_inner .price_head_info .price_head .box_img {
  padding-top: 20px;
  position: relative;
  display: inline-block;
  margin-bottom: -30px;
}
.pricing_details_inner .price_head_info .price_head .logo_one {
  right: 28px;
  top: 8px;
  animation: spin2 2s 0.5s infinite alternate;
}
.pricing_details_inner .price_head_info .price_head .logo_two {
  left: 24px;
  top: 0px;
  animation: spin2 2.5s 0.9s infinite alternate;
}
.pricing_details_inner .price_head_info .price_head .logo_three {
  left: 50%;
  margin-left: -25px;
  top: -36px;
  animation: spin2 2s infinite alternate;
}
.pricing_details_inner .price_head_info .price_head .logo_four {
  left: 50%;
  transform: translateX(-50%);
  top: 23px;
}
.pricing_details_inner .price_head_info .price_head:nth-child(2) {
  border-top-color: #a0a0a0;
}
.pricing_details_inner .price_head_info .price_head:nth-child(3) {
  border-top-color: #17ca6f;
}
.pricing_details_inner .price_head_info .price_head:nth-child(4) {
  border-top-color: #2f5bec;
}
.pricing_details_inner .price_head_info .price_head + .price_head {
  border-left: 1px solid #f2f2f2;
}
.pricing_details_inner .price_head_info, .pricing_details_inner .price_list {
  display: table;
  width: 100%;
}
.pricing_details_inner .price_head_info .price_head, .pricing_details_inner .price_head_info .price_item, .pricing_details_inner .price_list .price_head, .pricing_details_inner .price_list .price_item {
  width: calc(100% / 4);
  text-align: center;
  color: #fff;
  vertical-align: middle;
  display: table-cell;
}
.pricing_details_inner .price_head_info .price_head + .price_head, .pricing_details_inner .price_head_info .price_head + .price_item, .pricing_details_inner .price_head_info .price_item + .price_head, .pricing_details_inner .price_head_info .price_item + .price_item, .pricing_details_inner .price_list .price_head + .price_head, .pricing_details_inner .price_list .price_head + .price_item, .pricing_details_inner .price_list .price_item + .price_head, .pricing_details_inner .price_list .price_item + .price_item {
  border-left: 1px solid #f2f2f2;
}
.pricing_details_inner .price_list .price_item {
  padding: 18px 40px;
}
.pricing_details_inner .price_list .price_item h5 {
  font-size: 15px;
  font-family: "Muli", sans-serif;
  color: #4f5b6d;
  font-weight: 400;
  margin-bottom: 0;
}
.pricing_details_inner .price_list .price_item .p_title {
  color: #262a39;
  text-align: left;
}
.pricing_details_inner .price_list .price_item .price_btn {
  display: inline-block;
  padding: 7px 33px 10px;
}
.pricing_details_inner .price_list:nth-child(odd) {
  background: #fafafa;
}

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes spin2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
/*============ pricing_details_area css ==========*/
/*====================================================*/
/*====================================================*/
.blog_area {
  background: linear-gradient(0deg, #f7f8fc 0%, #fdfdfe 100%);
}
.blog_area.theme_banner .image_three {
  top: 143px;
  left: 35%;
}
.blog_area.theme_banner .image_two {
  top: 338px;
  left: 552px;
}
.blog_area.theme_banner .image_four {
  top: 188px;
  right: 625px;
}
.blog_area .theme_details_title {
  padding-bottom: 120px;
}
.blog_area .pagination {
  margin-top: 10px;
}
.blog_area .post_info {
  padding-bottom: 11px;
}
.blog_area .post_info a {
  font-size: 14px;
  color: #6a7c92;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  margin-right: 30px;
  display: inline-block;
}
.blog_area .post_info a:last-child {
  margin-right: 0;
}
.blog_area .post_info a i {
  margin-right: 5px;
}
.blog_area .post_info a i:before {
  color: #6a7c92;
}

.blog_details_area {
  position: relative;
  z-index: 1;
  padding: 220px 0px 120px;
}
.blog_details_area.theme_banner .image_four {
  top: 145px;
}

.blog_post_item {
  margin-bottom: 55px;
}
.blog_post_item .post_img {
  display: block;
  overflow: hidden;
}
.blog_post_item img {
  transition: all 0.3s linear;
}
.blog_post_item .blog_content {
  padding-top: 23px;
}
.blog_post_item .blog_content h2 {
  font-size: 30px;
  letter-spacing: -0.3px;
  color: #051441;
  margin-bottom: 25px;
  transition: all 0.2s linear;
}
.blog_post_item .blog_content h2:hover {
  color: #3260ee;
}
.blog_post_item .blog_content p {
  margin-bottom: 0px;
}
.blog_post_item .blog_content .arrow_btn {
  color: #051441;
  margin-top: 25px;
  display: inline-block;
  transition: color 0.2s linear;
}
.blog_post_item .blog_content .arrow_btn:hover {
  color: #3260ee;
}
.blog_post_item.small_post img {
  border-radius: 5px;
}
.blog_post_item.small_post .blog_content {
  padding-top: 16px;
}
.blog_post_item.small_post .blog_content .post_info {
  padding-bottom: 11px;
}
.blog_post_item.small_post .blog_content h2 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}

.blog_sidebar {
  padding-left: 30px;
}

.widget .widget_title {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.24px;
  color: #051441;
  margin-bottom: 26px;
}
.widget .search-form {
  position: relative;
}
.widget .search-form .form-control {
  border-radius: 4px;
  background: #f3f4f9;
  border-color: #f3f4f9;
  height: 60px;
  padding: 5px 30px;
  font-size: 16px;
  color: #6a7c92;
  font-family: "Muli", sans-serif;
  box-shadow: none;
}
.widget .search-form .form-control.placeholder {
  color: #6a7c92;
}
.widget .search-form .form-control:-moz-placeholder {
  color: #6a7c92;
}
.widget .search-form .form-control::-moz-placeholder {
  color: #6a7c92;
}
.widget .search-form .form-control::-webkit-input-placeholder {
  color: #6a7c92;
}
.widget .search-form .form-control:focus {
  border-color: #254fe6;
}
.widget .search-form button {
  border: 0px;
  background: transparent;
  padding: 0px;
  color: #6a7c92;
  position: absolute;
  right: 20px;
  top: 18px;
  z-index: 4;
}
.widget .post_item {
  align-items: center;
}
.widget .post_item img {
  margin-right: 20px;
}
.widget .post_item .media-body h5 {
  font-size: 20px;
  line-height: 26px;
  color: #051441;
  margin-bottom: 4px;
  transition: color 0.2s linear;
}
.widget .post_item .media-body h5:hover {
  color: #3260ee;
}
.widget .post_item .media-body .entry_post_info {
  font-size: 14px;
  line-height: 26px;
  color: #616983;
}
.widget .post_item + .post_item {
  margin-top: 30px;
}
.widget.categorie_widget ul {
  margin-bottom: 0;
}
.widget.categorie_widget ul li a {
  font-size: 16px;
  color: #6a7c92;
  display: flex;
  justify-content: space-between;
}
.widget.categorie_widget ul li a:hover {
  color: #3664f0;
}
.widget.categorie_widget ul li + li {
  margin-top: 15px;
}
.widget.newsletter_widget {
  background-image: linear-gradient(-45deg, #244ee5 0%, #3d6ef5 100%);
  position: relative;
  z-index: 1;
  padding: 38px 30px 55px;
}
.widget.newsletter_widget:before {
  content: "";
  background: url("../img/blog/shape.png") no-repeat scroll center 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.widget.newsletter_widget .widget_title {
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
}
.widget.newsletter_widget .newsletter {
  position: relative;
}
.widget.newsletter_widget .newsletter .form-control {
  font-size: 14px;
  color: #6a7c92;
  border: 0px;
  border-radius: 0px;
  height: 55px;
  padding-left: 20px;
}
.widget.newsletter_widget .newsletter .form-control.placeholder {
  color: #6a7c92;
}
.widget.newsletter_widget .newsletter .form-control:-moz-placeholder {
  color: #6a7c92;
}
.widget.newsletter_widget .newsletter .form-control::-moz-placeholder {
  color: #6a7c92;
}
.widget.newsletter_widget .newsletter .form-control::-webkit-input-placeholder {
  color: #6a7c92;
}
.widget.newsletter_widget .newsletter button {
  background: transparent;
  border: 0px;
  padding: 0px;
  color: #3664f0;
  position: absolute;
  right: 20px;
  font-size: 18px;
  top: 16px;
  z-index: 3;
}
.widget.sidebar_widget + .sidebar_widget {
  margin-top: 55px;
}

.tag_btn {
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: 0;
}
.tag_btn li {
  display: inline-block;
  margin: 5px 1px;
}
.tag_btn li a {
  font-size: 14px;
  color: #6a7c92;
  border-radius: 45px;
  background: #f0f2f9;
  display: inline-block;
  padding: 7px 24px;
  position: relative;
  transition: all 0.2s linear;
  z-index: 1;
}
.tag_btn li a:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 45px;
  position: absolute;
  background: linear-gradient(to right, #244ee5, #3c6cf4, #3c6cf4, #244ee5);
  z-index: -1;
  opacity: 0;
  transition: all 0.2s linear;
  background-size: 300% 100%;
}
.tag_btn li a:hover {
  color: #fff;
}
.tag_btn li a:hover:before {
  opacity: 1;
}

.blog_single_title {
  margin-bottom: 62px;
}
.blog_single_title .blog_single_post {
  border-radius: 45px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  background: #37a45d;
  padding: 1px 27px 3px;
  margin-bottom: 10px;
  margin: 0 6px;
}
.blog_single_title .blog_single_post + .blog_single_post {
  background: #5172ff;
}
.blog_single_title h2 {
  font-size: 36px;
  letter-spacing: -0.36px;
  color: #051441;
  padding-top: 20px;
  margin-bottom: 20px;
}

.blog_single_info {
  max-width: 730px;
  margin: 0 auto;
  padding-top: 55px;
}
.blog_single_info p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 32px;
}
.blog_single_info .blog_single_img {
  padding: 25px 0px 50px;
}

blockquote {
  font: 600 18px/34px "sofia-pro";
  color: #051441;
  padding: 25px 40px 42px;
  font-style: italic;
  box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.04);
  background: #fff;
  position: relative;
  margin: 50px 0px;
}
blockquote:before {
  content: "";
  display: block;
  font-size: 25px;
  margin-bottom: 8px;
  font-family: "icomoon" !important;
  font-style: normal;
  color: #3664f0;
}
blockquote:after {
  content: "";
  background: url("../img/blog/quote_bottom.png") no-repeat scroll center bottom;
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 104px;
  height: 65px;
}

.post-info-bottom {
  display: flex;
  justify-content: space-between;
  font-family: "Muli", sans-serif;
  font-size: 12px;
  color: #051441;
  letter-spacing: 1.2px;
  font-weight: 700;
  text-transform: uppercase;
  align-items: center;
  border-bottom: 1px solid #e8ebf4;
  padding-bottom: 60px;
}
.post-info-bottom .tag_btn {
  display: inline-block;
  padding-left: 5px;
}
.post-info-bottom .tag_btn li a {
  text-transform: capitalize;
  letter-spacing: 0px;
}

.post_social_icon {
  position: fixed;
  width: 50px;
  height: 100%;
  top: -55px;
  z-index: 999;
  margin-left: -100px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #051441;
}
.post_social_icon ul {
  display: block;
  margin-bottom: 0;
}
.post_social_icon ul li {
  display: block;
  margin-top: 8px;
}
.post_social_icon ul li a {
  color: #848ca5;
  font-size: 14px;
  display: block;
}
.post_social_icon ul li a:hover {
  color: #3664f0;
}
.post_social_icon ul li:nth-child(1) a {
  color: #3b5998;
}
.post_social_icon ul li:nth-child(2) a {
  color: #FF0000;
}
.post_social_icon ul li:nth-child(3) a {
  color: #26a7de;
}
.post_social_icon ul li:nth-child(4) a {
  color: #db4a39;
}
.post_social_icon.active {
  opacity: 1;
  visibility: visible;
}

.b_title {
  font-size: 30px;
  letter-spacing: -0.1px;
  color: #051441;
  margin-bottom: 30px;
}

.comment_box_inner {
  padding-top: 50px;
}
.comment_box_inner .comments_box .comment {
  padding: 30px 0px 0px;
  border-bottom: 1px solid #e8ebf4;
}
.comment_box_inner .comments_box .comment .comment_author img {
  margin-right: 30px;
}
.comment_box_inner .comments_box .comment .comment_author .media-body {
  position: relative;
}
.comment_box_inner .comments_box .comment .comment_author .media-body h5 {
  font-size: 20px;
  line-height: 24px;
  color: #051441;
  margin-bottom: 3px;
}
.comment_box_inner .comments_box .comment .comment_author .media-body .date {
  color: #acb8c7;
  font-size: 14px;
  line-height: 24px;
}
.comment_box_inner .comments_box .comment .comment_author .media-body .reply_btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  font-family: "sofia-pro";
  font-weight: 600;
  color: #6a7c92;
}
.comment_box_inner .comments_box .comment .comment_author .media-body p {
  margin-bottom: 0;
  padding-top: 12px;
}
.comment_box_inner .comments_box .comment .reply_comment {
  padding: 20px 0px 40px 70px;
}
.comment_box_inner .comments_box .comment .reply_comment .comment {
  border: 0px;
  padding: 50px 0px 0px;
}
.comment_box_inner .comments_box .comment:last-child {
  border: 0px;
}

.blog_comment_box {
  padding-top: 30px;
}
.blog_comment_box .b_title {
  margin-bottom: 50px;
}
.blog_comment_box .comment_form .form-group {
  margin-bottom: 25px;
}
.blog_comment_box .comment_form .form-control {
  border-radius: 45px;
  height: 55px;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 30px;
  color: #262a39;
  border: 0px;
}
.blog_comment_box .comment_form .form-control.placeholder {
  color: #6a7c92;
}
.blog_comment_box .comment_form .form-control:-moz-placeholder {
  color: #6a7c92;
}
.blog_comment_box .comment_form .form-control::-moz-placeholder {
  color: #6a7c92;
}
.blog_comment_box .comment_form .form-control::-webkit-input-placeholder {
  color: #6a7c92;
}
.blog_comment_box .comment_form textarea.form-control {
  border-radius: 5px;
  height: 120px;
  resize: none;
}
.blog_comment_box .comment_form .theme_btn {
  width: 100%;
  line-height: 40px;
  margin-top: 5px;
}

/*====================================================*/
/*====================================================*/
/*========== dashboard_area css =========*/
.dashboard_area {
  position: relative;
  z-index: 1;
  padding: 180px 0px 120px;
}
.dashboard_area:before {
  content: "";
  background: url("../img/dashboard/shape_bg.png") no-repeat scroll center right;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.entry_content_info {
  background-color: white;
  box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
}

.myacount_sidebar {
  display: flex;
  border-bottom: 1px solid #e6e8eb;
  padding: 0px 15px;
  flex-wrap: wrap;
}
.myacount_sidebar li a {
  color: #6a7c92;
  font-family: "sofia-pro";
  font-weight: 400;
  padding: 17px 12px;
  display: inline-block;
  position: relative;
  transition: color 0.2s linear;
}
.myacount_sidebar li a:before {
  content: "";
  width: 0px;
  left: auto;
  right: 0;
  height: 1px;
  bottom: -0.5px;
  position: absolute;
  background: #3664f0;
  transition: width 0.2s linear;
}
.myacount_sidebar li a.active, .myacount_sidebar li a:hover {
  color: #3664f0;
}
.myacount_sidebar li a.active:before, .myacount_sidebar li a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}

.account_entry_content_box {
  padding: 60px 60px 100px;
}
.account_entry_content_box h2 {
  text-align: center;
  font-size: 30px;
}
.account_entry_content_box .dashboard_row {
  margin-left: -30px;
  margin-right: -30px;
}
.account_entry_content_box .dashboard_row .col-lg-6, .account_entry_content_box .dashboard_row .col-lg-12 {
  padding: 0px 30px;
}
.account_entry_content_box .my_account {
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  padding: 30px;
  margin-top: 60px;
  transition: all 0.2s linear;
}
.account_entry_content_box .my_account img {
  border-radius: 50%;
  margin-right: 20px;
}
.account_entry_content_box .my_account .item-title {
  margin-bottom: 12px;
}
.account_entry_content_box .my_account p {
  margin-bottom: 0;
  color: #6a7c92;
}
.account_entry_content_box .my_account:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
}

.edit_account_form .checkout_title {
  margin-top: 45px;
}
.edit_account_form .theme_btn {
  padding: 2px 29px 4px;
}

.avatar-preview {
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 100%;
  margin: 60px auto 0px;
  overflow: hidden;
  cursor: pointer;
}
.avatar-preview #imagePreview {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.avatar-preview:hover label {
  transform: translateY(0);
  opacity: 1;
}

.avatar-edit {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.avatar-edit input {
  display: none;
}
.avatar-edit label {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 12px 0px 5px;
  background-color: rgba(0, 0, 0, 0.502);
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s linear;
  cursor: pointer;
}
.avatar-edit label i {
  display: block;
  font-size: 18px;
  color: #d4d4d3;
  margin-bottom: 2px;
}

.card_box {
  border: 1px solid #ebebeb;
  padding: 30px;
}
.card_box img {
  margin-right: 20px;
}
.card_box .media-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.card_box .media-body .card_information p {
  margin-bottom: 0;
  color: #6a7c92;
  font-size: 15px;
  line-height: 20px;
}
.card_box .media-body .card_information p .number {
  color: #262a39;
}
.card_box .media-body .card_information p + p {
  margin-top: 5px;
}
.card_box .media-body .theme_btn, .card_box .media-body .theme_btn_two {
  line-height: 37px;
  font-size: 16px;
  padding: 2px 25px 4px;
}
.card_box .media-body .theme_btn_two {
  margin-left: 10px;
}

.card_information_form {
  padding-top: 50px;
}
.card_information_form .card_btn {
  padding: 3px 39px 5px;
  margin-top: 30px;
}
.card_information_form .border_bottom {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  margin-top: 80px;
}
.card_information_form .billing_field {
  padding-top: 73px;
}
.card_information_form .billing_field .card_btn {
  margin-top: 0px;
}

.order_title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.order_title h2, .order_title .checkout_title {
  margin-bottom: 0;
}
.order_title .checkout_title {
  position: relative;
  z-index: 0;
  padding-left: 20px;
}
.order_title .checkout_title:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #7ad064;
  position: absolute;
  left: 0;
  top: 8px;
}

.transaction_title {
  margin-top: 72px;
}

.order_table .thead-light tr th {
  border: 0px;
  background: #f0f2f8;
  font-weight: 700;
  color: #262a39;
  padding: 7px 30px;
  width: 30%;
}
.order_table .thead-light tr th + th {
  text-align: center;
  width: 17%;
}
.order_table tbody tr td {
  border: 1px solid #ededed;
  vertical-align: middle;
  padding: 27px 30px;
}
.order_table tbody tr td h6 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.order_table tbody tr td.or_name h6 span {
  font-weight: 400;
}
.order_table tbody tr td .or_price {
  color: #3664f0;
}
.order_table tbody tr td .or_date {
  color: #6a7c92;
  font-size: 15px;
  font-weight: 400;
}
.order_table tbody tr td .or_cancle {
  font-size: 16px;
  color: #262a39;
  font-weight: 600;
  position: relative;
  display: inline-block;
  transition: all 0.2s linear;
}
.order_table tbody tr td .or_cancle:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 1px;
  background: #262a39;
}
.order_table tbody tr td .or_cancle:hover {
  color: #3664f0;
}
.order_table tbody tr td .or_cancle:hover:before {
  background: #3664f0;
}
.order_table tbody tr td + td {
  text-align: center;
}

.transaction_table {
  box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
}
.transaction_table .thead-light tr th, .transaction_table .thead-light tr td, .transaction_table tbody tr th, .transaction_table tbody tr td {
  width: auto;
}
.transaction_table .thead-light tr th + th, .transaction_table .thead-light tr th + td, .transaction_table .thead-light tr td + th, .transaction_table .thead-light tr td + td, .transaction_table tbody tr th + th, .transaction_table tbody tr th + td, .transaction_table tbody tr td + th, .transaction_table tbody tr td + td {
  padding: 7px 15px;
}
.transaction_table tbody tr td {
  padding-top: 17px;
  padding-bottom: 17px;
}
.transaction_table tbody tr td h6 {
  font-size: 15px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
}

.download_box {
  padding: 60px 30px;
}
.download_box .pagination {
  margin-top: 0;
  padding-top: 30px;
}

.download_item {
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.download_item .media-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 22px 30px;
}
.download_item .media-body .item_title {
  font-size: 20px;
}
.download_item .media-body p {
  color: #6a7c92;
  font-size: 15px;
  margin-bottom: 0;
}
.download_item .media-body ul {
  margin-bottom: 0;
}
.download_item .media-body ul li {
  display: inline-block;
  font-size: 15px;
  font-family: "Muli", sans-serif;
  color: #262a39;
  font-weight: 600;
}
.download_item .media-body ul li span {
  color: #6a7c92;
  font-weight: 400;
}
.download_item .media-body .banner_btn {
  line-height: 42px;
  padding-top: 0px;
}

.notification_item {
  margin-bottom: 70px;
}
.notification_item .item-title {
  margin-bottom: 28px;
}

.notification_list {
  margin-bottom: 0;
}
.notification_list li {
  margin-bottom: 8px;
}
.notification_list li input {
  display: none;
}
.notification_list li input:checked + label:after {
  opacity: 1;
}
.notification_list li label {
  margin-bottom: 0;
  padding-left: 28px;
  position: relative;
  z-index: 1;
}
.notification_list li label:before {
  content: "";
  width: 16px;
  border: 1px solid #c8c8c8;
  position: absolute;
  height: 16px;
  left: 0;
  top: 6px;
  border-radius: 2px;
  z-index: -1;
  transition: all 0.2s linear;
}
.notification_list li label:after {
  top: 3px;
  left: 1px;
  opacity: 0;
  line-height: 1.5;
  font-size: 15px;
  content: "";
  z-index: -1;
  color: #3664f0;
  position: absolute;
  font-family: "icomoon" !important;
  transition: all 0.4s ease-in-out;
}
.notification_list li:last-child {
  margin-bottom: 0;
}

/*====================================================*/
/*====================================================*/
/*============ product_checkout_fields css =========*/
.checkout_area {
  padding: 130px 0px 100px;
}

.checkout_banner {
  background-image: linear-gradient(45deg, white 0%, #d3f4f1 100%);
  padding: 62px 0px 66px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.checkout_banner .cart_left, .checkout_banner .cart_right {
  position: absolute;
  z-index: -1;
}
.checkout_banner .cart_left {
  left: 20px;
  bottom: 0;
}
.checkout_banner .cart_right {
  right: 20px;
  bottom: 0;
}
.checkout_banner .section_title {
  margin-bottom: 0;
}

.product_checkout_fields {
  background-color: white;
  box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
  padding: 35px 40px 40px;
  margin-bottom: 30px;
}
.product_checkout_fields:last-child {
  margin-bottom: 0;
}
.product_checkout_fields.billing_field {
  padding-bottom: 20px;
}

.checkout_title {
  font-size: 24px;
  letter-spacing: -0.24px;
  margin-bottom: 35px;
}

.c_title {
  font-size: 16px;
  font-family: "Muli", sans-serif;
  color: #262a39;
  margin-bottom: 10px;
}
.c_title .required {
  text-decoration: inherit;
  color: #ff0000;
  padding-left: 3px;
}
.c_title span {
  color: #6a7c92;
}
.c_title i {
  margin-left: 5px;
}
.c_title i:before {
  font-size: 14px;
}

.product_checkout_field {
  margin-bottom: 28px;
}
.product_checkout_field .row {
  margin-bottom: -28px;
}
.affwp-form input[type=password],
.product_checkout_field .form-control, .product_checkout_field .selectpicker {
  border: 1px solid #d9d9d9;
  border-radius: 45px;
  font-size: 15px;
  line-height: 43px;
  font-family: "Muli", sans-serif;
  color: #90a1b6;
  height: 45px;
  padding: 0 25px;
  box-shadow: none;
}
.product_checkout_field .form-control.placeholder, .product_checkout_field .selectpicker.placeholder {
  color: #90a1b6;
}
.product_checkout_field .form-control:-moz-placeholder, .product_checkout_field .selectpicker:-moz-placeholder {
  color: #90a1b6;
}
.product_checkout_field .form-control::-moz-placeholder, .product_checkout_field .selectpicker::-moz-placeholder {
  color: #90a1b6;
}
.product_checkout_field .form-control::-webkit-input-placeholder, .product_checkout_field .selectpicker::-webkit-input-placeholder {
  color: #90a1b6;
}
.product_checkout_field .form-control:focus, .product_checkout_field .selectpicker:focus {
  outline: none;
}
.product_checkout_field .selectpicker {
  width: 100%;
  float: none;
}
.product_checkout_field .selectpicker .list {
  width: 100%;
}
.product_checkout_field .selectpicker.nice-select:after {
  border: 0px;
  content: "C";
  font-family: "eleganticons";
  font-size: 18px;
  color: #262a39;
  transform: rotate(0deg);
  top: 50%;
  right: 30px;
  margin-top: -5px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  transform-origin: 0 0;
  transition: all 0.5s linear;
}
.product_checkout_field .selectpicker.nice-select.open:after {
  content: "B";
}

.payment_tab .nav-item {
  margin-bottom: 0;
  width: 50%;
  border-color: #d9d9d9;
}
.payment_tab .nav-item .nav-link {
  padding: 0px 0px 12px;
  text-align: center;
  border: 0px;
  border-radius: 0px;
  position: relative;
  z-index: 0;
  opacity: 0.5;
}
.payment_tab .nav-item .nav-link:before {
  content: "";
  width: 0px;
  height: 2px;
  left: auto;
  bottom: -1px;
  position: absolute;
  background: #3664f0;
  transition: width 0.2s linear;
}
.payment_tab .nav-item .nav-link#paycards-tab {
  font-size: 16px;
  color: #262a39;
  font-family: "Muli", sans-serif;
  font-weight: 700;
}
.payment_tab .nav-item .nav-link#paycards-tab img {
  margin-right: 10px;
}
.payment_tab .nav-item .nav-link.active {
  opacity: 1;
}
.payment_tab .nav-item .nav-link.active:before {
  width: 100%;
  left: 0;
  right: auto;
}
.payment_tab .nav-item .nav-link.active#paycards-tab {
  opacity: 1;
  color: #3664f0;
}

.payment_method_logo {
  padding: 38px 0px 35px;
}
.payment_method_logo a {
  display: inline-block;
  margin-right: 2px;
}

.payment_methods {
  margin-bottom: 0;
}
.payment_methods li {
  position: relative;
  cursor: pointer;
}
.payment_methods li input[type=radio] {
  display: none;
}
.payment_methods li input[type=radio]:checked + label {
  font-weight: 700;
  color: #3664f0;
}
.payment_methods li input[type=radio]:checked + label:before {
  transform: scale(0.5);
}
.payment_methods li input[type=radio]:checked + label:after {
  border-color: #3664f0;
}
.payment_methods li > label {
  padding-left: 25px;
  font-size: 15px;
  color: #6a7c92;
  font-family: "Muli", sans-serif;
  transition: all 0.2s linear;
  position: relative;
  cursor: pointer;
}
.payment_methods li > label:before {
  content: "";
  width: 16px;
  height: 16px;
  top: 3px;
  left: 0;
  position: absolute;
  background: #3664f0;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s linear;
}
.payment_methods li > label:after {
  content: "";
  display: table-caption;
  width: 16px;
  height: 16px;
  left: 0;
  top: 3px;
  border: 1px solid #c7c7c7;
  position: absolute;
  border-radius: 50%;
  transition: 240ms;
}
.payment_methods li #cardNumber, .payment_methods li #CVV {
  padding-top: 5px;
  transition: all 0.2s linear;
}
.payment_methods li #cardNumber:focus, .payment_methods li #CVV:focus {
  padding-top: 0;
}
.payment_methods li .payment_box {
  padding-top: 20px;
}

.save_pay input {
  display: none;
}
.save_pay input:checked + label:after {
  opacity: 1;
}
.save_pay label {
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
}
.save_pay label:before {
  content: "";
  width: 14px;
  border: 1px solid #d9d9d9;
  position: absolute;
  height: 14px;
  left: 0;
  top: 6px;
  border-radius: 2px;
}
.save_pay label:after {
  top: 7px;
  left: 2px;
  opacity: 0;
  line-height: 1.5;
  font-size: 8px;
  content: "";
  color: #3c6cf4;
  position: absolute;
  font-family: "icomoon" !important;
  transition: all 0.4s ease-in-out;
}

.paypal {
  font-size: 15px;
  color: #4f5b6d;
  line-height: 28px;
  padding: 25px 0px 0px;
}

.granantee_info {
  margin-top: 30px;
}

.granantee_text {
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 35px;
}
.granantee_text img {
  margin-right: 50px;
}
.granantee_text .media-body p {
  line-height: 30px;
  margin-bottom: 0;
}

.p_secured {
  display: flex;
  text-align: center;
}
.p_secured .secure_item {
  width: calc(100% / 4);
  margin-top: 40px;
}

.total_checkout_box .product_name, .total_checkout_box .pr_licenses, .total_checkout_box .cart-subtotal, .total_checkout_box .total-billing-amount {
  display: flex;
  justify-content: space-between;
  color: #262a39;
  font-weight: 700;
  font-family: "sofia-pro";
}
.total_checkout_box .product_name {
  font-size: 20px;
  margin-bottom: 18px;
}
.total_checkout_box .pr_checkout_price, .total_checkout_box .amount {
  color: #3664f0;
}
.total_checkout_box .pr_policy {
  margin-bottom: 0;
  font-size: 15px;
  color: #6a7c92;
  font-weight: 400;
}
.total_checkout_box .pr_policy strong {
  color: #262a39;
}
.total_checkout_box .pr_policy small {
  font-size: 12px;
  color: #6a7c92;
  padding-left: 5px;
}
.total_checkout_box .pr_licenses {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 40px;
}
.total_checkout_box .pr_licenses a {
  font-weight: 400;
  color: #3664f0;
}
.total_checkout_box .cart-subtotal {
  font-family: "sofia-pro";
  font-size: 20px;
  border-top: 1px dashed #d9d9d9;
  padding-top: 32px;
}
.total_checkout_box .discount_wrap {
  padding: 30px 0px 20px;
}
.total_checkout_box .discount_wrap h4 {
  font-size: 18px;
  color: #262a39;
  margin-bottom: 20px;
  cursor: pointer;
  font-weight: 600;
}
.total_checkout_box .discount_wrap h4 .coupon {
  position: relative;
  color: #3664f0;
}
.total_checkout_box .discount_wrap h4 .coupon:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #3664f0;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.total_checkout_box .discount_wrap .coupon_form {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.total_checkout_box .discount_wrap .coupon_form .form-control {
  border: 1px solid #d9d9d9;
  border-radius: 45px;
  height: 45px;
  padding-left: 25px;
  font-size: 15px;
  font-family: "Muli", sans-serif;
  color: #90a1b6;
  padding-right: 110px;
}
.total_checkout_box .discount_wrap .coupon_form .form-control.placeholder {
  color: #90a1b6;
}
.total_checkout_box .discount_wrap .coupon_form .form-control:-moz-placeholder {
  color: #90a1b6;
}
.total_checkout_box .discount_wrap .coupon_form .form-control::-moz-placeholder {
  color: #90a1b6;
}
.total_checkout_box .discount_wrap .coupon_form .form-control::-webkit-input-placeholder {
  color: #90a1b6;
}
.total_checkout_box .discount_wrap .coupon_form .form-control:focus {
  box-shadow: none;
}
.total_checkout_box .discount_wrap .coupon_form .theme_btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  line-height: 35px;
  padding: 2px 29px 6px;
}
.total_checkout_box .discount_wrap .coupon_form .theme_btn:hover {
  box-shadow: none;
}
.total_checkout_box .total-billing-amount {
  font-size: 20px;
  padding-top: 25px;
  border-top: 1px dashed #d9d9d9;
}
.total_checkout_box .total-billing-amount .amount {
  font-size: 30px;
}
.total_checkout_box .secure_text {
  font-size: 16px;
  color: #2ba81e;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  padding-top: 45px;
  padding-bottom: 20px;
}
.total_checkout_box .secure_text i {
  margin-right: 8px;
}
.total_checkout_box .save_pay label a {
  color: #3664f0;
}
.total_checkout_box .save_pay label .required {
  text-decoration: inherit;
  color: #ff5555;
}
.total_checkout_box .confirm_payment {
  width: 100%;
  border: 0px;
  margin-top: 35px;
}

.agreement_modal {
  max-width: 1110px;
}
.agreement_modal .modal-content {
  padding: 95px;
}
.agreement_modal .modal-content .close {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 15px;
  padding: 0px;
}
.agreement_modal .modal-content .modal-header {
  padding: 0px;
  display: block;
  border: 0px;
}
.agreement_modal .modal-content .modal-header h3 {
  font-size: 36px;
}
.agreement_modal .modal-content .modal-body {
  padding: 0px;
}
.agreement_modal .modal-content .modal-body .agreement_item {
  margin-top: 50px;
}
.agreement_modal .modal-content .modal-body .item-title {
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
}
.agreement_modal .modal-content .modal-body .item-title img {
  position: absolute;
  left: 0;
  top: 5px;
}
.agreement_modal .modal-content .modal-body ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0;
}
.agreement_modal .modal-content .modal-body ul li {
  position: relative;
  padding-left: 25px;
}
.agreement_modal .modal-content .modal-body ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 10px;
}
.agreement_modal .modal-content .modal-body ul li + li {
  margin-top: 15px;
}
.agreement_modal .modal-content .modal-body p {
  color: #4f5b6d;
  line-height: 30px;
}

.checkout_login .payment_tab {
  margin-bottom: 44px;
}
.checkout_login .payment_tab .nav-item .nav-link {
  font-size: 18px;
  font-weight: 700;
  color: #262a39;
  opacity: 0.5;
}
.checkout_login .payment_tab .nav-item .nav-link.active, .checkout_login .payment_tab .nav-item .nav-link:hover {
  opacity: 1;
  color: #3664f0;
}
.checkout_login .forgotten_password {
  color: #3664f0;
}
.checkout_login .theme_btn {
  box-shadow: none;
  line-height: 37px;
}

/*============ product_checkout_fields css =========*/
/*============ cart_area css =========*/
.cart_inner {
  background: white;
  box-shadow: 0px 3px 4px 0px rgba(38, 59, 94, 0.1);
}
.cart_inner .total_checkout_box {
  box-shadow: none;
  padding-top: 20px;
  padding-bottom: 100px;
}
.cart_inner .total_checkout_box .cart-subtotal {
  border: 0px;
  padding-top: 0;
}

.cart_form .cart_table thead {
  background: #f0f2f8;
}
.cart_form .cart_table thead tr th {
  border: 0px;
  font-size: 18px;
  color: #262a39;
  letter-spacing: -0.18px;
  font-weight: 700;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 60px;
}
.cart_form .cart_table thead tr th:first-child {
  padding-left: 60px;
}
.cart_form .cart_table tbody tr td {
  vertical-align: middle;
  padding-top: 28px;
  padding-bottom: 28px;
  border: 0px;
  border-bottom: 1px solid #e6e8eb;
  padding-right: 0;
}
.cart_form .cart_table tbody tr td.product .cart_details {
  position: relative;
  padding-left: 55px;
}
.cart_form .cart_table tbody tr td.product .item-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.cart_form .cart_table tbody tr td.product .remove {
  position: absolute;
  font-size: 26px;
  left: 16px;
  color: #8b8b8b;
}
.cart_form .cart_table tbody tr td.product .remove:hover {
  color: #ff0000;
}
.cart_form .cart_table tbody tr td.product .row {
  margin: 0;
}
.cart_form .cart_table tbody tr td.product .pr_details {
  width: 44%;
}
.cart_form .cart_table tbody tr td.product .pr_details p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  color: #262a39;
}
.cart_form .cart_table tbody tr td.product .pr_details p span {
  color: #6a7c92;
}
.cart_form .cart_table tbody tr td.product .pr_details p a {
  color: #262a39;
  font-size: 16px;
}
.cart_form .cart_table tbody tr td.product .pr_details p small {
  font-size: 12px;
  color: #6a7c92;
  padding-left: 5px;
}
.cart_form .cart_table tbody tr td.product .pr_details h6 {
  margin-bottom: 4px;
  font-size: 16px;
}
.cart_form .cart_table tbody tr td .c_price {
  width: 260px;
}
.cart_form .cart_table tbody tr td .c_price, .cart_form .cart_table tbody tr td .total {
  font-size: 20px;
  font-weight: 700;
  font-family: "sofia-pro";
  color: #3664f0;
  padding-right: 60px;
}

/*============ cart_area css =========*/
/*====================================================*/
/*====================================================*/
/*============== footer_area css ================*/
.footer_area {
  background: #181b26;
  position: relative;
  z-index: 0;
  padding-top: 100px;
}
.footer_area .f_shadow_logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer_top {
  padding-bottom: 76px;
}

.pt_170 {
  padding-top: 170px;
}

.f_widget .f_logo {
  display: block;
}
.f_widget p, .f_widget a {
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Muli", sans-serif;
}
.f_widget .f_title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 48px;
}

.about_widget {
  margin-right: -15px;
}
.about_widget .f_logo {
  margin-bottom: 50px;
}
.about_widget p {
  margin-bottom: 0;
}

.link_widget ul {
  margin-bottom: 0;
}
.link_widget ul li a {
  transition: color 0.2s linear;
}
.link_widget ul li a:hover {
  color: #3664f0;
}
.link_widget ul li + li {
  margin-top: 10px;
}

.product_widget ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product_widget ul li {
  width: calc(100% /2);
  margin: 7px 0px 9px;
}
.product_widget ul li a {
  line-height: 28px;
  display: block;
  transition: color 0.2s linear;
}
.product_widget ul li a:hover {
  color: #3664f0;
}
.product_widget ul li a img {
  margin-right: 15px;
}
.product_widget ul li:nth-child(even) {
  padding-left: 60px;
}

.f_social_icon {
  padding-top: 20px;
}
.f_social_icon a {
  font-size: 17px;
  color: #bcbdbe;
  transition: color 0.2s linear;
}
.f_social_icon a:hover {
  color: #3664f0;
}
.f_social_icon a + a {
  margin-left: 15px;
}

.footer_bottom {
  border-top: 1px solid #30323c;
  padding: 34px 0px;
}
.footer_bottom p, .footer_bottom ul li, .footer_bottom a {
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Muli", sans-serif;
  color: #8b8b8b;
}
.footer_bottom .card_list {
  margin-bottom: 0;
  text-align: right;
}
.footer_bottom .card_list li {
  display: inline-block;
  margin: 0px 2px;
}

.footer_bottom_border {
  border: 0px;
}

/*============== footer_area css ================*/
/*====================================================*/

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

/*============== banner_area css =============*/
.banner_area {
  min-height: 720px;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: #f5f7fb;
  z-index: 1;
}

.banner_text h2 {
  font-size: 44px;
  color: #2c2c51;
  line-height: 54px;
  font-weight: 600;
  margin-bottom: 20px;
}
.banner_text p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 45px;
}

.image_mockup .one_img {
  position: absolute;
  z-index: -1;
}
.image_mockup .one_img .layer {
  position: relative !important;
}
.image_mockup .one_img:nth-child(1) {
  right: -29px;
  top: 106px;
}
.image_mockup .one_img:nth-child(2) {
  right: 178px;
  top: 338px;
}
.image_mockup .one_img:nth-child(3) {
  bottom: 18px;
  right: 541px;
}
.image_mockup .one_img:nth-child(4) {
  bottom: -433px;
  right: 665px;
}
.image_mockup .one_img:nth-child(5) {
  bottom: 78px;
  right: -185px;
}
.image_mockup .one_img:nth-child(6) {
  bottom: -323px;
  right: 76px;
}
.image_mockup .one_img:nth-child(7) {
  bottom: 190px;
  right: 90px;
  z-index: -2;
}
.image_mockup .one_img:nth-child(8) {
  top: 100px;
  left: -150px;
  z-index: -2;
}
.image_mockup .one_img:nth-child(9) {
  top: 50%;
  left: 56%;
  z-index: -2;
}
.image_mockup .one_img:nth-child(10) {
  top: 210px;
  left: 30%;
  z-index: -2;
}
.image_mockup .one_img:nth-child(11) {
  bottom: 80px;
  left: 200px;
  z-index: -2;
}
.image_mockup .one_img:nth-child(12) {
  top: 42%;
  left: 160px;
  z-index: -2;
}
.image_mockup .one_img:nth-child(13) {
  top: 220px;
  right: 30%;
  z-index: -2;
}
.image_mockup .one_img:nth-child(14) {
  top: 80px;
  right: 40%;
  z-index: -2;
  animation: zoomIn 3s linear infinite alternate;
}
.image_mockup .one_img:nth-child(15) {
  bottom: 180px;
  left: 600px;
  z-index: -2;
}
.image_mockup .one_img:nth-child(16) {
  top: 460px;
  right: 414px;
  z-index: -2;
}

.dmeo_banner_btn {
  font-size: 16px;
  color: #fff;
  background-color: #5e2ced;
  box-shadow: 0px 20px 50px 0px rgba(123, 78, 245, 0.3);
  border-radius: 25px;
  font-weight: 500;
  padding: 11px 41px;
  display: inline-block;
  transition: all 0.3s linear;
}
.dmeo_banner_btn:hover {
  box-shadow: none;
  color: #fff;
}

/*exptheme*/
ul#menu-main-menu li:hover ul {
  z-index: 9;
  opacity: 1;
  transition: 0.5s;
  visibility: visible;
}

ul.dropdown.submenu.mega_menu li {
  list-style: none;
  padding-left: 15px;
}

ul.dropdown.submenu.mega_menu {
  padding-left: 0;
  box-shadow: 0 3px 4px 0 rgb(38 59 94 / 10%);
  background: #fff;
  position: absolute;
  width: 250px;
  z-index: -999;
  opacity: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  visibility: hidden;
}

ul.dropdown.submenu.mega_menu li a {
  color: #42526e;
}

.f_widget.link_widget ul {
  padding-left: 0;
}

.f_widget.link_widget ul li {
  list-style: none;
}

div#subscribe-2 .btn_get {
  width: 100%;
  background-color: #3a69f3;
  border-style: solid;
  border-radius: 5px !important;
  border-width: 0px;
  border-color: #313131;
  padding: 14px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.5;
  height: auto;
  color: #ffffff;
  margin-top: 15px;
  font-weight: bold;
}

.f_subscribe_two.mailchimp .memail {
  width: 100%;
  background-color: #f3f4f9;
  border-style: solid;
  border-radius: 5px !important;
  border-width: 0px;
  border-color: #f3f4f9;
  padding: 15px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.5;
  height: auto;
  color: #000000;
}

.product_item .pr_content p {
  height: 80px;
  overflow: hidden;
}

.product_tab_info a.edd_go_to_checkout.edds-buy-now {
  padding: 7px 24px;
  overflow: unset;
  margin-left: 36px;
  min-width: 150px;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  background: linear-gradient(to right, #244ee5, #3c6cf4, #3c6cf4, #244ee5);
  font: 600 18px/47px "sofia-pro";
}

.expt-html .screenshot-thumb {
    margin-top: 50px;
    position: relative;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}

.expt-html .demo_bg_thumb {
    height: 300px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    display: block;
    transition: background-position 0.6s linear;
    border-radius: 3px;
}
.sub-demo-block .expt-html .demo_bg_thumb {
  height: auto;
  border-radius: 10px 10px 0 0;
}
.sub-demo-block .expt-html .screenshot-thumb {
  padding: 0 0 20px;
}
.sub-demo-block .expt-html .screenshot-thumb h3 {
  border-top: none;
  padding: 10px 0 0;
}
.sub-demo-block .expt-html .demo_bg_thumb > a {
  height: 300px;
  overflow: hidden;
  display: inline-block;
}
.sub-demo-block .expt-html .demo_bg_thumb img {
  box-shadow: 0 0 3px 1px rgb(0 0 0 / 5%);
  border-radius: 3px;
}


.expt-html .overlay {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7);
  -o-transform: scale(.7);
  transform: scale(.7); */
}

.expt-html .screenshot-thumb .demo-link {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
  top: 0;
  left: 0;
  text-align: center;
}

.expt-html span.button-gecko {
    border-radius: 50px;
    border: 2px solid #333;
    overflow: hidden;
    box-shadow: 0px 20px 50px 0px #b59677cc;
    display: none;
    cursor: pointer;
    margin: 0;
    padding: 15px 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    outline: none;
    white-space: nowrap;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #3564EF;
    color: #ffffff;
    border-color: #3564EF;
}
.expt-html .screenshot-thumb:hover span.button-gecko {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);  
}
.expt-html .screenshot-thumb h3 {
    margin: 1px auto 0;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -1px;
    border-top: 1px solid #f6f6f8;
    padding: 15px 0 0;
}

.expt-html .screenshot-thumb h3 a {
  color: #333;
}

.expt-html .screenshot-thumb:hover .demo_bg_thumb {
  background-position: center bottom;
  transition: background-position 4.5s linear;
}

.banner-content .banner_btn:before {
  background: #3664f0 !important;
}

.banner-content .banner_btn {
  color: #fff;
}

section.product_details_banner {
  position: relative;
  background-color: #F4F7FC;
  background-image: url(../img/bgr-team-single.png);
  background-position: 120px 130px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
section.product_details_banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../img/shapes/support_shap_one2.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40%;
}
.admin-bar section.product_details_banner:before {
  top: 32px;
}
.product-details-banner-inner {
  background-image: url(../img/shapes/support_shap_two.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 115px;
  background-size: 40%;
}
.product-details-banner-inner:before {
  
}

.tec-item-sales-statistics__index svg {
  display: none !important;
}

.tec4-minicart__link svg {
  width: 25px;
  height: 25px;
}

input.edd-apply-discount.edd-submit.blue.button {
  font: 600 18px/47px "sofia-pro";
  border-radius: 45px;
  padding: 3px 29px 5px;
  display: inline-block;
  color: #fff;
  background-image: linear-gradient(to right, #244ee5, #3c6cf4, #3c6cf4, #244ee5);
  background-size: 300% 100%;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin-top: 20px;
}

input#edd-discount {
  border: 1px solid #d9d9d9;
  border-radius: 45px;
  font-size: 15px;
  line-height: 43px;
  font-family: "Muli", sans-serif;
  color: #90a1b6;
  height: 45px;
  padding: 0 25px;
  box-shadow: none;
}

input#edd-discount, input {
  outline: 0;
}

.blog_single_info figcaption {
  text-align: center;
  font-size: 13px;
}

.post-categories a {
  font-size: 11px;
  padding: 3px 27px 3p;
}

fieldset#edd_checkout_user_info {
    margin-top: 40px;
  margin-bottom: 40px;
}
.overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
}
.screenshot-thumb:hover .overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
form#edd_sl_renewal_form {
    box-shadow: 0 3px 4px 0 rgb(38 59 94 / 10%);
    background: #fff;
    margin-bottom: 50px;
}
#edd_checkout_form_wrap input.edd-input, #edd_checkout_form_wrap textarea.edd-input {
  border: 1px solid #d9d9d9;
    border-radius: 45px;
    font-size: 15px;
    line-height: 43px;
    font-family: "Muli",sans-serif;
    color: #90a1b6;
    height: 45px;
    padding: 5px 30px;
    box-shadow: none;
}
input#edd-add-license-renewal { 
  font: 600 18px/47px "sofia-pro";
    border-radius: 45px;
    padding: 3px 29px 5px;
    display: inline-block;
    color: #fff;
    background-image: linear-gradient(to right,#244ee5,#3c6cf4,#3c6cf4,#244ee5);
    background-size: 300% 100%;
    transition: all 0.4s ease-in-out;
    text-align: center;
}
a#edd_sl_show_renewal_form {
    cursor: pointer;
    color: #007bff;
}
#edd-cancel-license-renewal {
    cursor: pointer;
}
.why-choose-us.elementor-widget-image img{
    overflow: hidden;
    border-radius: 50%;
    max-width: 80%;
}
.footer_top .f_logo{
    margin-top: -25px;
}
.footer_top .f_logo img{
    max-width: 250px;
}
body.home .footer_area{
    padding-top: 150px;
}
@media only screen and (max-width: 1024px) {
    .expt-html {
        padding: 0 30px;
    } 
    .sub-demo-block .expt-html .demo_bg_thumb > a {
        height: auto;
    }
    .expt-html .demo_bg_thumb {
        height: 200px;
    }
}
@media only screen and (max-width: 767px) {
    .expt-html {
        padding: 0 30px;
    }
    .expt-html .col-sm-6.col-xs-12 {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .why-choose-us.elementor-widget-image img{
      max-width: 200px;
  }
}


/* kbe_knowledgebase */
    .wp-knowledgebase .site-content{
      padding-bottom: 50px;
    }
    .wp-knowledgebase .page-header{
        margin-bottom: 80px;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 200px 0px 50px 0px;
        background-color: #f9fafc;
        text-align: center;
    }
    .wp-knowledgebase .page-header .entry-title{
      color: #0f1939;
      font-size: 40px;
      font-weight: 800;
      line-height: 30px;
    }
     

/* end kbe_knowledgebase */

/* document page */
.exp-document-wrap .docs-item{
  margin-bottom: 30px;
}
.exp-document-wrap .docs-item a{
  overflow: hidden;
  display: block;
}
.exp-document-wrap .docs-item a img{
    max-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease;
    -khtml-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.exp-document-wrap .docs-item a:hover img{
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.exp-document-wrap .docs-item h4{
  font-size: 17px;
  font-weight: 600;
}
/* end document page */

/* video guide */
.exp-video-tutorial .fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}
.exp-video-tutorial .fluid-width-video-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.exp-video-tutorial .video-item{
  margin-bottom: 30px;
}
.exp-video-tutorial .video-item h4{
  margin-top: 5px;
  font-size: 17px;
  font-weight: 600;
}
/* end video guide */

#bbpress-forums fieldset.bbp-form{
    border-color: #d0d0d0 !important;
}
.bbp-form div.bbp-submit-wrapper{
  margin-bottom: 15px;
}
.content-single-forum .btn-create-topic{
  margin-bottom: 15px;
}