@charset "UTF-8";

/*=== fonts ====*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900");
/*===== color =====*/
/*====================================================*/
/*====================================================*/
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 15px/28px "Poppins", sans-serif;
  letter-spacing: 0px;
  color: #677294;
  padding: 0px;
  overflow-x: hidden;
  z-index: 0;
}

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

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

.seo_sec_title h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #263b5e;
  margin-bottom: 15px;
}
.seo_sec_title p {
  font-size: 16px;
  font-weight: 300;
  color: #6a7695;
  margin-bottom: 0;
}

@media (min-width: 1250px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}
.container.custom_container {
  max-width: 1520px;
}

.f_size_50 {
  font-size: 50px;
}

.f_size_40 {
  font-size: 40px;
}

.f_size_30 {
  font-size: 30px;
}

.f_size_28 {
  font-size: 28px;
}

.f_size_22 {
  font-size: 22px;
}

.f_size_24 {
  font-size: 24px;
}

.f_size_20 {
  font-size: 20px;
}

.f_size_18 {
  font-size: 18px;
}

.f_size_16 {
  font-size: 16px;
}

.f_size_15 {
  font-size: 15px;
}

.l_height60 {
  line-height: 60px;
}

.l_height50 {
  line-height: 50px;
}

.l_height45 {
  line-height: 45px;
}

.l_height40 {
  line-height: 40px;
}

.l_height30 {
  line-height: 30px;
}

.l_height34 {
  line-height: 34px;
}

.l_height28 {
  line-height: 28px;
}

.f_p {
  font-family: "Poppins", sans-serif;
}

/*=========== font-weight ==============*/
.f_300 {
  font-weight: 300;
}

.f_400 {
  font-weight: 400;
}

.f_500 {
  font-weight: 500;
}

.f_600 {
  font-weight: 600;
}

.f_700 {
  font-weight: 700;
}

.f_900 {
  font-weight: 900;
}

.t_color {
  color: #051441;
}

.w_color {
  color: #fff;
}

.t_color2 {
  color: #3f4451;
}

.t_color3 {
  color: #222d39;
}

.d_p_color {
  color: #bdbed6;
}

.bg_color {
  background: #fbfbfd;
}

.dk_bg_one {
  background: #090a21;
}

.dk_bg_two {
  background: #0f1029;
}

.seo_title_color {
  color: #263b5e;
}

.mt_60 {
  margin-top: 60px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_75 {
  margin-top: 75px;
}

.mt_100 {
  margin-top: 100px;
}

.mt_130 {
  margin-top: 130px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_15 {
  margin-bottom: 15px;
}

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

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

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

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

.mb_60 {
  margin-bottom: 60px;
}

.mb_90 {
  margin-bottom: 90px;
}

.pl_20 {
  padding-left: 20px;
}

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

.pl_40 {
  padding-left: 40px;
}

.pl_50 {
  padding-left: 50px;
}

.pl_100 {
  padding-left: 100px;
}

.pl_70 {
  padding-left: 70px;
}

.pl_120 {
  padding-left: 120px;
}

.pr_100 {
  padding-right: 100px;
}

.pr_120 {
  padding-right: 120px;
}

.pr_70 {
  padding-right: 70px;
}

.pr_50 {
  padding-right: 50px;
}

.pr_20 {
  padding-right: 20px;
}

.pt_150 {
  padding-top: 150px;
}

.pt_120 {
  padding-top: 40px;
}

.sec_pad {
  padding: 120px 0px;
}

/*====================================================*/
/*====================================================*/
/*============== header_area css ==============*/
.header_area {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 20;
  top: 0;
}

.menu_one {
  padding: 0px;
}
.menu_one .btn_get {
  margin-left: 40px;
}
a.navbar-brand.sticky_logo img{
    max-width: 140px;
}
.sticky_logo img + img {
  display: none;
}
div#navbarSupportedContent {
    align-items: end !important;
    flex-grow: inherit;
}
@media (min-width: 992px) {
  .mobile_btn {
    visibility: hidden;
    display: none;
  }
}

.menu > .nav-item {
  position: relative;
  padding-bottom: 35px;
  padding-top: 35px;
}
.menu > .nav-item > .nav-link {
  font: 500 15px "Poppins", sans-serif;
  color: #051441;
  padding: 0px;
  transition: color 0.3s ease 0s;
  position: relative;
}
.menu > .nav-item > .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  background: #6754e2;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  transition: all 0.2s linear;
}
.menu > .nav-item > .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu {
  margin: 0px;
  border: 0px;
  margin: 0px;
  border-radius: 0px;
  left: -40px;
  min-width: 200px;
  padding: 0px;
  background: #fff;
  box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
  display: block;
  width: 100%;
  margin-right: 0px;
  padding: 0px 0px;
  position: relative;
}
img.heder-cu-logo {
    width: 30px;
    padding-right: 10px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover a.nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item.active a.nav-link{
    color: #FFBD1F;
    background-color: #000;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0px 30px;
  white-space: nowrap;
  font: 400 14px/34px "Poppins", sans-serif;
  color: #051441;
  transition: color 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link span.arrow_carrot-right {
  right: 20px;
  position: absolute;
  line-height: 30px;
  font-size: 18px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:first-child {
  padding-top: 25px;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item:first-child > .dropdown-menu {
    top: 0;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:last-child {
  padding-bottom: 30px;
  margin-bottom: -8px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  transition: transform 0.3s ease-in;
  padding: 0px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
  display: none;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -25px;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item {
  padding: 0px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu {
  left: 0;
  position: relative;
  transform: translateY(0);
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item {
  padding: 20px 45px;
  border: 1px solid transparent;
  transition: all 0.15s linear;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link {
  display: flex;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_icon {
  margin-right: 25px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_icon img {
  max-width: 30px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_content h5 {
  font: 500 16px "Poppins", sans-serif;
  color: #13112d;
  margin-bottom: 0px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_content p {
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 15px;
  line-height: 20px;
  color: #677294;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item.nav_download_btn {
  border-top-color: #f2f0f7;
  padding: 15px 45px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item.nav_download_btn .nav-link .navdropdown_link {
  align-items: center;
  justify-content: center;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item.nav_download_btn .nav-link .navdropdown_link .navdropdown_icon {
  margin-right: 10px;
}
.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item:hover {
  transform: scale(1.05);
  border-color: #f2f0f7;
  background-color: white;
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1), 0px -1px 0px 0px rgba(243, 241, 248, 0.004);
}
.menu > .nav-item.submenu.mega_menu {
  position: static;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner {
  min-width: 200px;
  list-style: none;
  position: absolute;
  box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
  left: 0px;
  right: 0px;
  transition: all 300ms linear 0s;
  background: #fff;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu.mega_menu .mega_menu_inner {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  left: 0;
  background: transparent;
  box-shadow: none;
  padding: 0px;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
  }
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0px;
  width: 25%;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item > .nav-link {
  font: 500 18px "Poppins", sans-serif;
  color: #13112d;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item .dropdown-menu {
  left: 0;
  position: relative;
  transform: translateY(0);
  box-shadow: none;
  padding: 0px;
  background: transparent;
  top: 0;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item .dropdown-menu > .nav-item {
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item .dropdown-menu > .nav-item:first-child {
  padding-top: 20px;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item .dropdown-menu > .nav-item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item:hover > .nav-link {
  color: inherit !important;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu {
  left: 0;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu {
    padding: 20px 0px;
  }
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .mCSB_scrollTools {
  width: 0px;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .mCSB_container {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .mCustomScrollBox {
  width: 100%;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item {
  padding: 0px;
  margin-bottom: 0;
  width: 100%;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .dropdown-menu {
  left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  max-height: calc(100vh - 120px);
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .dropdown-menu .nav-item {
  width: 25%;
  padding: 15px 20px;
  margin-bottom: 0;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item {
  text-align: center;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .rebon_tap {
  font: 500 12px "Poppins", sans-serif;
  color: #fff;
  background: red;
  display: block;
  position: absolute;
  top: -7px;
  left: -25px;
  padding: 15px 22px 5px;
  text-transform: uppercase;
  transform: rotate(-45deg);
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .img {
  box-shadow: 0px 4px 8px 0px rgba(12, 0, 46, 0.06);
  position: relative;
  margin-top: 0;
  display: block;
  overflow: hidden;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #13112d;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .img img {
  width: 100%;
  max-width: 100%;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .img.box_none {
  box-shadow: none;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .text {
  font: 500 16px/22px "Poppins", sans-serif;
  color: #13112d;
  display: block;
  margin-top: 20px;
}
.menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item:hover .img:before {
  opacity: 0.5;
}
@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 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.menu > .nav-item:nth-last-child(-n+2).submenu .dropdown-menu {
  left: auto;
  right: 0;
}
.menu > .nav-item:nth-last-child(-n+2).submenu .dropdown-menu .nav-item > .dropdown-menu {
  left: auto;
  right: 100%;
}
.menu > .nav-item:nth-last-child(-n+2).submenu.mega_menu .dropdown-menu {
  left: 0;
  right: auto;
}
.menu > .nav-item:nth-last-child(-n+2).submenu.mega_menu .dropdown-menu .nav-item > .dropdown-menu {
  left: 0;
  right: auto;
}
.menu > .nav-item + .nav-item {
  margin-left: 45px;
}
.menu > .nav-item.active .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}
.menu > .nav-item:hover .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}
@media (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .menu > .nav-item:hover .dropdown-menu.mega_menu_three .nav-item .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

.navbar .search_cart .search a,
.navbar .search_cart .shpping-cart a {
  font-size: 18px;
  line-height: 18px;
  color: #282835;
  margin-left: 16px;
}
.navbar .search_cart.w_menu .search a,
.navbar .search_cart.w_menu .shpping-cart a {
  color: #fff;
}
.navbar .search_cart.w_menu .search a.nav-link {
  margin-left: 0;
}
.navbar .search_cart.w_menu .search a.nav-link:before {
  display: none;
}
.navbar .search_cart .search {
  display: inline-block;
}
.navbar .search_cart .search a.nav-link {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  margin-left: 32px;
}
.navbar .search_cart .search a.nav-link:before {
  width: 1px !important;
  height: 12px;
  left: -14px;
  top: 3px;
  background: #13112d;
}
.navbar .search_cart .shpping-cart {
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
}
.navbar .search_cart .shpping-cart .num {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #6754e2;
  color: #fff;
  font-size: 11px;
  display: block;
  position: absolute;
  top: -8px;
  right: -9px;
  line-height: 16px;
  text-align: center;
}
.navbar .search_cart .shpping-cart .nav-link:before {
  display: none;
}
.navbar .search_cart .shpping-cart .dropdown-menu {
  padding: 0px;
  min-width: 350px;
  width: 100%;
  position: absolute;
}
.navbar .search_cart .shpping-cart .dropdown-menu li {
  background: #fff;
}
.navbar .search_cart .shpping-cart .dropdown-menu li:first-child {
  padding-bottom: 0px;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item a {
  color: #333;
  margin-left: 0;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-img {
  display: block;
  width: 30%;
  transition: all 0.3s linear;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content {
  width: 60%;
  padding-left: 15px;
  align-self: center;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content .cart-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  transition: color 0.3s linear;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content p {
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  color: #333;
  font-weight: 300;
  margin-bottom: 0px;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content p del {
  color: #919191;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove {
  width: 10%;
  text-align: right;
  align-self: center;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove a {
  font-size: 14px;
  color: #333;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove a:hover {
  color: #6754e2;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item:hover .cart-img {
  opacity: 0.5;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item:hover .cart-title a {
  color: #6754e2;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f {
  padding: 25px 30px 30px;
  background: #f9f9f9;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .total {
  font-size: 14px;
  color: #676b75;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .total .p-total {
  float: right;
  font-size: 20px;
  color: #333333;
  font-weight: 500;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn {
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 4px;
  margin: 0px;
  line-height: 40px;
  padding: 0px 32px;
  background: #6754e2;
  border: 1px solid #6754e2;
  color: #fff;
  transition: all 0.3s linear;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn:hover {
  background: transparent;
  color: #6754e2;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn + .get_btn {
  margin-left: 10px;
  background: transparent;
  color: #6754e2;
}
.navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn + .get_btn:hover {
  background: #6754e2;
  color: #fff;
}

.menu_two {
  padding: 0px;
}
.menu_two .w_menu > .nav-item .nav-link:before {
  background: #a5d5f5;
}
.menu_two .w_menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > .nav-link {
  color: #13112d;
}
.menu_two .menu_toggle .hamburger-cross span,
.menu_two .menu_toggle .hamburger span {
  background: #fff;
}

.w_menu .nav-item .nav-link {
  color: #000;
}
.w_menu .nav-item a.nav-link.active {
    color: #ffce58 !important;
}
.w_menu .nav-item .nav-link:before {
  background: #000;
}
/*============ sticky menu css ==============*/
.header_area {
  transition: all 0.2s linear;
}
.header_area.navbar_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}
.header_area.navbar_fixed .menu_one {
  padding: 0px;
  transition: all 0.2s linear;
}
.header_area.navbar_fixed .menu_one .btn_get {
  box-shadow: none;
}
.header_area.navbar_fixed .sticky_logo img {
  display: none;
}
.header_area.navbar_fixed .sticky_logo img + img {
  display: block;
}
.header_area.navbar_fixed .w_menu .nav-item .nav-link {
  color: #000000;
}
.header_area.navbar_fixed .w_menu .nav-item .nav-link:before {
  background: #ffce58;
}
/*========= 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: #000;
  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: #000;
  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;
}

.header_area_two + section,
.header_area_three + section {
  margin-top: 93px;
}

.h_dark {
  background: #13112d;
}
/*============ keyframes animation  =============*/
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
/*---------------------------------------------------- */
.n_hero_banner_area {
  min-height: 880px;
  position: relative;
  z-index: 1;
  padding-top: 219px;
  /* background-image: linear-gradient(40deg, #FFCE58 0%, #FFBD1F 100%); */
  overflow: hidden;
}

.n_banner_content {
  font-family: "Poppins", sans-serif;
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.n_banner_content h2 {
  font-size: 50px;
  line-height: 66px;
  font-weight: 700;
  color: #000;
  height:`120px;
}
.n_banner_content p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding: 18px 55px 35px 0px;
  color: #000;
}
.n_banner_content .n_banner_btn {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  border-radius: 3px;
  background: #fff;
  padding: 0;
  font-weight: 600;
  color: #414141;
  display: inline-block;
  transition: all 0.3s linear;
  box-shadow: none !important;
  max-width: 200px;
  margin-right: 10px;
}
.n_banner_content .n_banner_btn img{
  width:100%
}
.n_banner_content .n_banner_btn:hover {
  box-shadow: none;
}

.n_banner_btn {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  border-radius: 3px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 29, 0.14) !important;
  background-image: linear-gradient(90deg, #FFBD1F 0%, #FFCE58 100%);
  background-size: 200% auto;
  padding: 18px 33px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  transition: all 0.3s linear;
  border-radius: 100px;
}
.n_banner_btn:hover {
  background-position: right center;
  color: #fff;
}

.n_hero_banner_area .mobile_img {
  position: relative;
  z-index: 2;
}

.n_hero_banner_area .mobile_img img {
  position: relative;
  z-index: 1;
  top: -45px;
  max-width: 100%;
  width: 100%;
}

.n_hero_banner_area svg {
  position: absolute;
  bottom: -29px;
  height: 350px;
  width: 100%;
  left: 0;
}
.n_hero_banner_area .symbols-pulse {
    top: 50%;
    right: 32%;
    left: auto;
}
.n_hero_banner_area .symbols-pulse .pulse-3{
    background-color: #F8A03DFC;
    z-index: 1;
    opacity: .15;
    -webkit-box-shadow: 0 0 30px 0 rgba(195, 107, 148, 0.3);
    box-shadow: 0 0 30px 0 rgba(195, 107, 148, 0.3);
}
.n_hero_banner_area .symbols-pulse .pulse-4{
    background-color:#FFBD1B;
    z-index: -1;
    opacity: .15;
    -webkit-box-shadow: 0 0 30px 0 rgba(195, 107, 148, 0.3);
    box-shadow: 0 0 30px 0 rgba(195, 107, 148, 0.3);
}

/*====================================================*/
/*====================================================*/
/*================= Start breadcrumb_area css =================*/
.breadcrumb_area {
  background-image: -moz-linear-gradient(180deg, #FFCE58 0%, #FFBD1F 100%);
  background-image: -webkit-linear-gradient(180deg, #FFCE58 0%, #FFBD1F 100%);
  background-image: -ms-linear-gradient(180deg, #FFCE58 0%, #FFBD1F 100%);
  position: relative;
  z-index: 1;
  padding: 290px 0px 125px;
  overflow: hidden;
}
.breadcrumb_area .breadcrumb_shap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}

/*================= End breadcrumb_area css =================*/
/*================= Start breadcrumb_area_two css =================*/

/*===== about_area css ======*/
.onepage_about_area {
  padding-top: 120px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.onepage_about_area .shape {
  position: absolute;
  top: 100px;
  right: 80px;
  z-index: -1;
  max-width: 600px;
}
.onepage_about_area .row_reverse {
  flex-direction: row-reverse;
}
.onepage_about_area .align_items_center {
  align-items: center;
  font-family: "Poppins", sans-serif;
}
.onepage_about_area .onepage_about_img {
  margin-left: 30px;
  position: relative;
}
.onepage_about_area .onepage_about_img img {
  max-width: inherit;
  width: 100%;
}
.b_screen_img img {
    width: 100%;
}
.onepage_about_area .onepage_about_content .h_color {
  color: #282835;
  font-weight: 600;
  line-height: 50px;
}
.onepage_about_area .onepage_about_content p {
  padding-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  color: #8b8b99;
}
.onepage_about_area .onepage_about_content .n_banner_btn {
  margin-top: 50px;
}

.memphis-parallax li {
  position: absolute;
}

.onepage_about_area .memphis-parallax li:nth-child(1),
.faq_solution_area .memphis-parallax li:nth-child(1) {
  right: 40%;
  top: 200px;
}

.onepage_about_area .memphis-parallax li:nth-child(3),
.faq_solution_area .memphis-parallax li:nth-child(3) {
  right: 5%;
  top: 63%;
}

.onepage_about_area .memphis-parallax li:nth-child(2),
.faq_solution_area .memphis-parallax li:nth-child(2) {
  right: 17%;
  top: 120px;
}

.onepage_about_area .memphis-parallax li:nth-child(6),
.faq_solution_area .memphis-parallax li:nth-child(6) {
  right: 47%;
  top: 82%;
}

.onepage_about_area .memphis-parallax li:nth-child(5),
.faq_solution_area .memphis-parallax li:nth-child(5) {
  right: 46%;
  top: 60%;
}

.onepage_about_area .memphis-parallax li:nth-child(7),
.faq_solution_area .memphis-parallax li:nth-child(7) {
  right: 75%;
  top: 95%;
}

.onepage_about_area .memphis-parallax li:nth-child(8),
.faq_solution_area .memphis-parallax li:nth-child(8) {
  right: 13%;
  top: 81%;
}

.onepage_about_area .memphis-parallax li:nth-child(4),
.faq_solution_area .memphis-parallax li:nth-child(4) {
  right: 32%;
  top: 89%;
}

.faq_accordian_two {
  flex: 1;
  align-self: center;
}

.faq_solution_area {
  padding: 120px 0px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.faq_solution_area .title-four {
  margin-bottom: 50px;
}

.faq_accordian_two .card {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 29, 0.08);
  background: #fff;
  border: 0px;
  margin-bottom: 20px;
  border-radius: 0px;
  padding: 0px 30px 25px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.faq_accordian_two .card:before {
  content: "";
  background-image: linear-gradient(90deg, #FFCE58 0%, #FFBD1F 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s linear;
}

.faq_accordian_two .card .card-header {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  padding: 0px;
}

.faq_accordian_two .card .card-header h5 .btn-link {
  display: block;
  padding: 25px 0px 0px;
  text-align: left;
  width: 100%;
  font: 500 20px/26px "Poppins", sans-serif;
  color: #8b8b99;
  text-decoration: none;
  border-radius: 0px;
  cursor: pointer;
}

.faq_accordian_two .card .card-header h5 .btn-link i {
  color: #FFCE58;
  font-size: 30px;
  line-height: 26px;
  vertical-align: middle;
  padding-right: 25px;
}

.faq_accordian_two .card .card-body {
  background: transparent;
  padding: 10px 36px 0px 62px;
}

.faq_accordian_two .card .card-body p {
  color: #8b8b99;
}

.faq_accordian_two .card.active:before {
  opacity: 1;
}

.faq_accordian_two .card.active .card-header h5 .btn-link,
.faq_accordian_two .card.active .card-header h5 .btn-link i,
.faq_accordian_two .card.active .card-body p {
  color: #fff;
}

.faq_image_mockup {
  position: relative;
  right: -53px;
}

.faq_solution_area .faq_image_mockup img {
  max-width: inherit;
}

/*============== intregration_area css =============*/
.intregration_logo {
  padding-right: 60px;
  margin-bottom: -30px;
}
.intregration_logo .intregration_item {
  margin-bottom: 30px;
}

.intregration_icon {
  width: 100%;
  display: block;
  background-color: white;
  box-shadow: 0px 4px 5px 0px rgba(29, 7, 90, 0.06);
  height: 100%;
  padding: 30px;
  transition: all 0.3s linear;
}
.intregration_icon:hover {
  transform: scale(1.03);
}

.intregration_content h2 {
  font-size: 30px;
  color: #051441;
  font-weight: 600;
  margin-bottom: 25px;
}
.intregration_content p {
  line-height: 30px;
  margin-bottom: 40px;
}

.startup_fuatures_area_two .startup_tab {
  margin-bottom: 0px;
}
.startup_fuatures_area_two .startup_tab .nav-item:hover:nth-child(1) .nav-link {
  border-color: #fa6fd1;
}
.startup_fuatures_area_two .startup_tab .nav-item:hover:nth-child(2) .nav-link {
  border-color: #6fadfa;
}
.startup_fuatures_area_two .startup_tab .nav-item:hover:nth-child(3) .nav-link {
  border-color: #f3af4e;
}
.startup_fuatures_area_two .startup_tab .nav-item:hover:nth-child(4) .nav-link {
  border-color: #aa6ffa;
}
.startup_fuatures_area_two .startup_tab .nav-item:hover:nth-child(5) .nav-link {
  border-color: #fa6666;
}

.seo_features_content h2 {
  font-size: 30px;
  line-height: 40px;
  color: #263b5e;
  font-weight: 600;
  margin-bottom: 25px;
}
.seo_features_content p {
  font-size: 16px;
  color: #6a7695;
  font-weight: 300;
}
.seo_features_content h6 {
  font-size: 18px;
  font-weight: 400;
  color: #263b5e;
  line-height: 30px;
  margin-bottom: 35px;
}
.seo_features_content .seo_btn {
  margin-top: 40px;
}
.seo_features_content .seo_features_item {
  padding-right: 150px;
  margin-top: 50px;
}
.seo_features_content .seo_features_item .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f1ebfe;
  text-align: center;
  line-height: 70px;
  margin-right: 30px;
}
.seo_features_content .seo_features_item .icon.two {
  background: #fcf1e7;
}
.seo_features_content .seo_features_item h3 {
  font-size: 20px;
  color: #263b5e;
  font-weight: 500;
  margin-bottom: 15px;
}
.seo_features_content .seo_features_item p {
  font-size: 16px;
  line-height: 28px;
  color: #6a7695;
  margin-bottom: 0;
}

.seo_features_img {
  text-align: center;
  position: relative;
  z-index: 1;
}
.seo_features_img img {
  margin-right: -80px;
}
.seo_features_img .round_circle {
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: #FFCE58;
  right: -126px;
  z-index: -1;
  opacity: 0.06;
}
.seo_features_img .round_circle.two {
  width: 360px;
  height: 360px;
  left: 84px;
  right: auto;
  top: 74px;
  z-index: -2;
}
.seo_features_img.seo_features_img_two img {
  margin-left: -170px;
  margin-right: 0;
}
.seo_features_img.seo_features_img_two .round_circle {
  left: -86px;
  right: auto;
  width: 500px;
  height: 500px;
  background: #dfac0b;
}
.seo_features_img.seo_features_img_two .round_circle.two {
  right: 60px;
  width: 370px;
  height: 370px;
  left: auto;
}

.title-four h2 {
  font: 600 30px/45px "Poppins", sans-serif;
  color: #282835;
}
.title-four p {
  max-width: 670px;
  margin: 0 auto;
}

.best_screen_features_area {
  position: relative;
  padding-bottom: 100px;
  margin-top: 120px;
  z-index: 1;
  background: #FFBD1F0D;
  overflow: hidden;
}

.best_screen_features_area .memphis-parallax li:nth-child(1) {
  left: 30%;
  top: 58px;
}

.best_screen_features_area .memphis-parallax li:nth-child(3) {
  left: 5%;
  top: 33%;
}

.best_screen_features_area .memphis-parallax li:nth-child(2) {
  left: 8%;
  top: 120px;
}

.best_screen_features_area .memphis-parallax li:nth-child(6) {
  left: 28%;
  top: 86%;
}

.best_screen_features_area .memphis-parallax li:nth-child(5) {
  left: 13%;
  top: 81%;
}

.best_screen_features_area .memphis-parallax li:nth-child(7) {
  left: 38%;
  top: 89%;
}

.best_screen_features_area .memphis-parallax li:nth-child(8) {
  left: 39%;
  top: 40%;
}

.best_screen_features_area .memphis-parallax li:nth-child(4) {
  left: 12%;
  top: 64%;
}

.best_screen_features_area .memphis-parallax li:nth-child(9) {
  left: 28%;
  top: 29%;
}

.best_screen_features_area .memphis-parallax li:nth-child(10) {
  left: 12%;
  top: 34%;
}

.best_screen_features_area svg {
  position: absolute;
  top: -14px;
  width: 100%;
  left: 0;
  z-index: -1;
  bottom: 0;
  height: 277px;
}

.b_screen_img {
  margin-left: -50px;
  margin-top: 65px;
}

.b_features_item {
  padding-left: 80px;
  padding-top: 45px;
}

.b_features_icon {
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 30px;
  line-height: 70px;
  color: #FFCE58;
  border: 1px solid #ffbd1f;
  border-radius: 4px;
  background-color: #ffbd1f12;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.2s linear;
}

.b_features_icon .hover_color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: linear-gradient(-120deg, #FFBD1F 0%, #FFCE58 100%);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 29, 0.14);
  transition: all 0.3s linear;
  opacity: 0;
  border-radius: 4px;
}

.b_features_item h3 {
  font-size: 20px;
  line-height: 26px;
  color: #282835;
  font-weight: 600;
  padding-bottom: 15px;
  transition: all 0.2s linear;
}
.b_features_item h3:hover {
  color: #FFCE58;
}

.b_features_item:hover .b_features_icon {
  color: #fff;
  border: 1px solid #FFBD1F;
}

.b_features_item:hover .b_features_icon .hover_color {
  opacity: 1;
}

.b_features_info {
  /* height: 100%; */
  padding-top: 100px;
}
/*============== priceing_area_four css ============*/
.pricing_area_four .sec_title {
  margin-bottom: 50px;
}
.pricing_area_four .sec_title h2 {
  margin-bottom: 0px;
}
.pricing_area_four .sec_title p {
  font-style: italic;
}

.price_info_two {
  box-shadow: 0px 4px 5px 0px rgba(12, 0, 46, 0.05);
}
.price_info_two .price_head {
  display: table;
  width: 100%;
}
.price_info_two .price_head .p_head {
  width: calc(100% / 4);
  text-align: center;
  color: #fff;
  vertical-align: middle;
  display: table-cell;
  padding: 31px 0px;
}
.price_info_two .price_head .p_head h4 {
  color: #222d39;
  font-size: 20px;
}
.price_info_two .price_head .p_head h4,
.price_info_two .price_head .p_head h5 {
  margin-bottom: 0px;
}
.price_info_two .price_head .p_head p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.price_info_two .price_head .p_head:nth-child(2) {
  background: #0ed1b3;
}
.price_info_two .price_head .p_head:nth-child(3) {
  background: #6c84ee;
}
.price_info_two .price_head .p_head:nth-child(4) {
  background: #ee6cda;
}
.price_info_two .price_head .p_head h5 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.price_info_two .price_item {
  width: calc(100% / 4);
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  cursor: pointer;
  padding: 15px 0px;
}
.price_info_two .price_item:nth-child(odd) {
  background: #f8f8fa;
}
.price_info_two .price_item:first-child {
  text-align: left;
  padding-left: 30px;
}
.price_info_two .price_item h5 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #222d39;
}
.price_info_two .price_item h5 i {
  font-size: 20px;
}
.price_info_two .price_item .pr_title {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.price_info_two .price_item .pr_title:before {
  content: "p";
  position: absolute;
  left: 0;
  top: 0;
  font-family: eleganticons;
  color: #afb5c7;
  transition: color 0s linear;
}
.price_info_two .price_item .pr_title:hover:before {
  color: #FFCE58;
}
.price_info_two .price_item .check {
  color: #0ed1b3;
}
.price_info_two .price_item .cros {
  color: #afb5c7;
}
.price_info_two .pr_list {
  display: table;
  width: 100%;
}
.price_info_two .price_btn {
  border-radius: 45px;
  color: #677294;
  border-color: #dfe3ed;
  padding: 0px 32px;
  line-height: 46px;
  margin: 40px 0px;
  transition: all 0.2s linear;
}
.price_info_two .price_btn:hover {
  background: #FFCE58;
  border-color: #FFCE58;
  color: #fff;
}

.tooltip .tooltip-inner {
  background-color: #fff !important;
  opacity: 1;
  color: #111 !important;
  opacity: 1;
  box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.14);
  font-size: "Poppins", sans-serif;
  font-size: 16px;
  color: #677294;
  line-height: 26px;
  width: 100%;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #fff;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #fff;
}
.tooltip.show {
  opacity: 1;
}

.price_info_three .price_head .p_head:nth-child(2) {
  background: #fba820;
}
.price_info_three .price_head .p_head:nth-child(3) {
  background: #e63779;
}
.price_info_three .price_head .p_head:nth-child(4) {
  background: #0e79de;
}
.price_info_three .price_item h5 {
  color: #2c2c51;
}
.price_info_three .price_item .pr_title:hover:before {
  color: #26da15;
}
.price_info_three .price_item .check {
  color: #0e79de;
}
.price_info_three .price_item .cros {
  color: #fc3f48;
}
.price_info_three .price_btn:hover {
  background: #0e79de;
  border-color: #0e79de;
}

/*PRICEING AREA CSS */
.pricing_area_five {
  padding: 110px 0px;
  background: #f9f9fd;
}
.pricing_area_five .title-four {
  margin-bottom: 60px;
}

.price_box_two {
  border: 1px solid #f0f3fa;
  border-radius: 5px;
  background-color: #fcfcff;
  padding: 40px 40px 55px;
  transition: all 0.3s linear;
  cursor: pointer;
}
.price_box_two h5 {
  font-size: 20px;
  line-height: 28px;
  color: #282835;
  font-family: "Poppins", sans-serif;
}
.price_box_two p {
  font-size: 14px;
  line-height: 28px;
  color: #8b8b99;
  font-family: "Poppins", sans-serif;
}
.price_box_two .price_icon {
  margin-top: 24px;
}
.price_box_two .price_icon img {
  max-width: 100%;
}
.price_box_two .rate {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #282835;
  border-bottom: 1px solid #e8e8f0;
  padding: 25px 0px 17px;
  transition: all 0.3s linear;
}
.price_box_two ul {
  padding: 23px 0px 30px;
}
.price_box_two ul li {
  font-size: 14px;
  line-height: 34px;
  color: #727988;
  font-family: "Poppins", sans-serif;
}
.price_box_two .purchase_btn_two {
  font-size: 14px;
  line-height: 30px;
  color: #FFCE58;
  border: 1px solid #FFBD1F;
  border-radius: 3px;
  display: inline-block;
  padding: 9px 35px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: all 0.3s linear;
  position: relative;
  z-index: 1;
}
.price_box_two .purchase_btn_two:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  background-image: linear-gradient(90deg, #FFBD1F 0%, #FFCE58 100%);
  transition: all 0.4s linear;
  z-index: -1;
}
.price_box_two .purchase_btn_two:hover {
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 29, 0.14);
  color: #fff;
}
.price_box_two .purchase_btn_two:hover:before {
  opacity: 1;
}
.price_box_two:hover {
  border-color: #f0f3fa;
  background: #fff;
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 29, 0.1);
}
.price_box_two:hover .rate {
  color: #FFCE58;
}
/*====================================================*/
/*====================================================*/
/*============== footer_area css ==============*/
.f_bg {
  background: #fbfbfd;
  box-shadow: 0px -1px 0px 0px rgba(231, 236, 246, 0.004);
}

.footer_top {
  border-bottom: 1px solid #fbfbfd;
  padding: 115px 0px 100px;
}

.f_widget .widget-wrap {
  margin-top: 35px;
}
.f_widget .widget-wrap p span {
  color: #051441;
}
.f_widget .widget-wrap p a {
  color: #677294;
  transition: color 0.2s linear;
}
.f_widget.company_widget .mchimp-errmessage, .f_widget.company_widget .mchimp-sucmessage {
  position: absolute;
}
.f_widget.about-widget .f_list {
  margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
  margin-bottom: 15px;
}
.f_widget.about-widget .f_list li a {
  font: 300 16px/20px "Poppins", sans-serif;
  color: #677294;
  position: relative;
  transition: color 0.2s linear;
  display: inline-block;
}
.f_widget.about-widget .f_list li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #6754e2;
  right: 0;
  left: auto;
  bottom: 0;
  position: absolute;
  transition: width 0.2s linear;
}
.f_widget.about-widget .f_list li a:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.f_widget.about-widget .f_list li:last-child {
  margin-bottom: 0px;
}

.f_subscribe {
  position: relative;
  margin-top: 40px;
}
.f_subscribe .form-control {
  font: 300 14px "Poppins", sans-serif;
  color: #333;
  border: 1px solid #e2e7f3;
  border-radius: 3px;
  background: #e9ecf3;
  padding-left: 25px;
  height: 54px;
  box-shadow: none;
}
.f_subscribe .form-control.placeholder {
  color: #9ba2b5;
}
.f_subscribe .form-control:-moz-placeholder {
  color: #9ba2b5;
}
.f_subscribe .form-control::-moz-placeholder {
  color: #9ba2b5;
}
.f_subscribe .form-control::-webkit-input-placeholder {
  color: #9ba2b5;
}
.f_subscribe .form-control:focus {
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}
.f_subscribe button {
  position: absolute;
  right: 25px;
  background: transparent;
  padding: 0;
  color: #222d39;
  font-size: 16px;
  top: 52%;
  transform: translateY(-50%);
}

.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 27px 0px;
}
.footer_bottom p a {
  transition: color 0.2s linear;
}
.footer_bottom .f_menu {
  margin-bottom: 0px;
}
.footer_bottom .f_menu li {
  display: inline-block;
  position: relative;
}
.footer_bottom .f_menu li a {
  color: #7f88a6;
  transition: color 0.2s linear;
}
.footer_bottom .f_menu li a:hover {
  color: #6754e2;
}
.footer_bottom .f_menu li + li {
  margin-left: 16px;
}
.footer_bottom .f_menu li + li:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #b1b7ca;
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
}
.footer_bottom a:hover {
  color: #6754e2;
}

.f_social_icon_two a {
  font-size: 14px;
  color: #969db4;
  margin: 0px 8px;
}

p span.footer-phone-icon i {
    font-size: 22px;
    color: #FFBD1F;
    position: relative;
    top: 5px;
    padding-right: 4px;
}
/*================ prototype_service_info css ==============*/
.prototype_service_area_two,
.prototype_service_area_three {
  overflow: hidden;
}

.prototype_service_info {
  padding:80px 0px 80px;
  position: relative;
  z-index: 0;
}

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

.p_service_item {
  margin-bottom: 90px;
}
.p_service_item .icon {
  box-sizing: content-box;
  width: 55px;
  height: 60px;
  position: relative;
  margin: 0px 0px 25px;
  font-size: 24px;
  -webkit-border-radius: 50%/14%;
  border-radius: 50%/14%;
  color: white;
  text-align: center;
  line-height: 64px;
  -o-text-overflow: clip;
  text-overflow: clip;
  z-index: 1;
}
.p_service_item .icon:before {
  box-sizing: content-box;
  position: absolute;
  content: "";
  top: 10%;
  right: -5.5%;
  bottom: 10%;
  left: -5%;
  border: none;
  -webkit-border-radius: 7%/50%;
  border-radius: 7%/50%;
  text-overflow: clip;
  text-shadow: none;
  z-index: -1;
}
.p_service_item .icon.icon_one {
  background: transparent;
}
.p_service_item .icon.icon_one:before {
  background: transparent;
}
.p_service_item .icon.icon_two {
  background: #5cbd2c;
}
.p_service_item .icon.icon_two:before {
  background: #5cbd2c;
}
.p_service_item .icon.icon_three {
  background: #f38650;
}
.p_service_item .icon.icon_three:before {
  background: #f38650;
}
.p_service_item .icon.icon_four {
  background: #ecbf24;
}
.p_service_item .icon.icon_four:before {
  background: #ecbf24;
}
.p_service_item .icon.icon_five {
  background: #fa4c9a;
}
.p_service_item .icon.icon_five:before {
  background: #fa4c9a;
}
.p_service_item .icon.icon_six {
  background: #35bfe7;
}
.p_service_item .icon.icon_six:before {
  background: #35bfe7;
}
.p_service_item h5 {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 15px;
}
.p_service_item p {
  font-size: 15px;
}

.symbols-pulse {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.symbols-pulse > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23rem;
  height: 23rem;
  border-radius: 100%;
  background-image: linear-gradient(-180deg, rgba(227, 221, 246, 0.1) 0%, rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
  z-index: -1;
}
.symbols-pulse .pulse-1 {
  transform: translate(-50%, -50%) scale(0.67);
}
.symbols-pulse .pulse-2 {
  transform: translate(-50%, -50%) scale(1.05);
}
.symbols-pulse .pulse-3 {
  transform: translate(-50%, -50%) scale(1.63);
}
.symbols-pulse .pulse-4 {
  transform: translate(-50%, -50%) scale(2.1);
}
.symbols-pulse .pulse-x {
  will-change: transform;
  animation: pulsate 3s infinite;
}

@keyframes pulsate {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4);
  }
}
/*====================================================*/
/*====================================================*/
/*============== faq area css =============*/
.faq_tab {
  border: 1px solid #f4f4f9;
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  padding: 50px 40px;
}
.faq_tab .nav-tabs {
  border: 0px;
  margin-bottom: 0px;
  display: block;
}
.faq_tab .nav-item {
  margin: 0px;
}
.faq_tab .nav-item .nav-link {
  font: 400 16px/22px "Poppins", sans-serif;
  color: #677294;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.faq_tab .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  background: #FFC12A;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.2s linear;
}
.faq_tab .nav-item .nav-link.active {
  color: #FFC12A;
}
.faq_tab .nav-item .nav-link.active:before {
  width: 100%;
}

.faq_content .tab-pane .card {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  border-bottom: 1px solid #e4e0ee;
}
.faq_content .tab-pane .card .card-header {
  padding: 0px;
  border: 0px;
  background: transparent;
}
.faq_content .tab-pane .card .card-header .btn {
  color: #FFC12A;
  display: block;
  width: 100%;
  text-align: left;
  font: 500 18px/26px "Poppins", sans-serif;
  padding: 20px 30px 20px 0px;
  position: relative;
  white-space: normal;
}
.faq_content .tab-pane .card .card-header .btn i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  font-size: 20px;
}
.faq_content .tab-pane .card .card-header .btn i + i {
  display: block;
}
.faq_content .tab-pane .card .card-header .btn.collapsed {
  color: #576370;
}
.faq_content .tab-pane .card .card-header .btn.collapsed i {
  display: block;
}
.faq_content .tab-pane .card .card-header .btn.collapsed i + i {
  display: none;
}
.faq_content .tab-pane .card .card-body {
  padding: 0px 0px 45px;
  font: 400 15px/26px "Poppins", sans-serif;
  color: #677294;
}
/*================== contact_info_area css ================*/
.contact_info_item {
  border-bottom: 1px solid #eeebf6;
  padding-bottom: 0px;
}
.contact_info_item p em, p.footer-add em {
    padding-left: 30px;
    display: block;
    position: relative;
    top: -28px;
    font-style: inherit;
    color: #677294;
}
p.footer-add{
    margin-bottom: 0px;
}
.contact_info_item p {
  color: #677294;
  margin-bottom: 8px;
}
.contact_info_item a {
  color: #677294;
  padding-left: 3px;
  display: inline-block;
}
.contact_info_item a:hover {
  color: #FFC12A;
}
.contact_info_item + .contact_info_item {
  border: 0px;
  margin-top: 33px;
}

.mapbox {
  height: 400px;
  box-shadow: 0px 3px 4px 0px rgba(12, 0, 46, 0.05);
  border: 10px solid #fff;
}

#mapBox {
  height: 100% !important;
}

.text_box {
  margin-bottom: 30px;
}
.text_box input[type=text], .text_box textarea, .text_box input[type=password], .text_box input[type=email] {
  font: 400 15px/60px "Poppins", sans-serif;
  color: #222d39;
  height: 60px;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  width: 100%;
  border: 1px solid #fff;
  padding-left: 30px;
}
.text_box input[type=text].placeholder, .text_box textarea.placeholder, .text_box input[type=password].placeholder, .text_box input[type=email].placeholder {
  color: #9ca3b9;
}
.text_box input[type=text]:-moz-placeholder, .text_box textarea:-moz-placeholder, .text_box input[type=password]:-moz-placeholder, .text_box input[type=email]:-moz-placeholder {
  color: #9ca3b9;
}
.text_box input[type=text]::-moz-placeholder, .text_box textarea::-moz-placeholder, .text_box input[type=password]::-moz-placeholder, .text_box input[type=email]::-moz-placeholder {
  color: #9ca3b9;
}
.text_box input[type=text]::-webkit-input-placeholder, .text_box textarea::-webkit-input-placeholder, .text_box input[type=password]::-webkit-input-placeholder, .text_box input[type=email]::-webkit-input-placeholder {
  color: #9ca3b9;
}
.text_box input[type=text]:focus, .text_box textarea:focus, .text_box input[type=password]:focus, .text_box input[type=email]:focus {
  border-color: #f2effc;
  box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
  outline: none;
}
.text_box textarea {
  height: 220px;
}
.btn_three {
  font: 500 14px "Poppins", sans-serif;
  color: #fff;
  background: #FFC12A;
  border-radius: 3px;
  padding: 15px 30px;
  border: 1px solid #FFC12A;
  margin-top: 50px;
  transition: all 0.3s linear;
  cursor: pointer;
  display: inline-block;
}
.contact_form_box .btn_three {
  min-width: 180px;
  text-align: center;
  background: transparent;
  border-color: #ffffff;
  margin-top: 0px;
}
.contact_form_box .btn_three:hover {
  background: #fff;
  color: #FFC12A;
}

.mapbox2 {
  border-top: 10px solid #fff;
}
.m-left-sp{
    margin-left: -18px;
}
/*================= pricing_area css ==============*/
.pricing_area {
  background: #fbfbfd;
}

.price_tab {
  border-radius: 45px;
  max-width: 400px;
  background-color: white;
  box-shadow: 0px 3px 13px 0px rgba(0, 11, 40, 0.08);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  border: 0px;
  padding: 7px;
  justify-content: center;
  position: relative;
}
.price_tab .nav-item {
  padding: 0px;
  margin: 0px;
}
.price_tab .nav-item .nav-link {
  margin: 0px;
  font: 400 16px "Poppins", sans-serif;
  color: #677294;
  padding: 12px 30px;
  display: inline-block;
  border: 0px;
  border-radius: 45px;
  min-width: 193px;
  text-align: center;
  transition: color 0.3s linear;
  position: relative;
  z-index: 1;
}
.price_tab .nav-item .nav-link.active {
  border: 0px;
  border-radius: 45px;
  background: transparent;
  color: #fff;
}
.price_tab .hover_bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: calc(100% - 14px);
  border-radius: 45px;
  z-index: 0;
  transition: all 0.2s linear;
}

.price_tab_two .hover_bg {
  background: #5f2eed;
}

.price_content .fade {
  transform: translateY(10px);
  transition: all 0.3s linear;
}
.price_content .fade.show {
  transform: translateY(0px);
}
.price_content .price_item {
  text-align: center;
  background-color: white;
  box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, 0.1);
  padding:0px;
  position: relative;
  overflow: hidden;
  transition: all 0.2s linear;
  cursor: pointer;
  border-radius: 10px;
}
.price_content .price_item .tag {
  position: absolute;
  font: 400 14px "Poppins", sans-serif;
  color: #fff;
  background: #00aff0;
  padding: 19px 32px;
  top: -10px;
  left: -39px;
  transform: rotate(-45deg);
}
.price_content .price_item .tag span {
  position: relative;
  top: 11px;
}
.price_content .price_item p {
  font-size: 16px;
  line-height: 22px;
  color: #677294;
  font-weight: 300;
  margin-bottom: 0px;
}
.price_content .price_item .price {
  line-height: 50px;
  padding: 33px 0px 10px;
  font-size: 90px;
}
.price-head {
    padding: 30px 5px;
    background-image: -webkit-linear-gradient(44deg, #FEBF26 1%, #FEBF26 100%);
    color: #fff;
}

.price-head h5 {
    padding-top: 20px;
    font-size: 25px;
}
.price_content .price_item .price sub {
  color: #677294;
  bottom: 0;
}
.price_content .price_item .p_list {
  padding: 30px 0px 20px;
}
.price_content .price_item .p_list li {
  font: 300 16px/40px "Poppins", sans-serif;
  color: #505975;
}
.price_content .price_item .p_list li i {
  padding-right: 10px;
}
.price_content .price_item .p_list li .ti-check {
  color: #00aff0;
}
.price_content .price_item .p_list li .ti-close {
  color: #f0002d;
}
.price_content .price_item .price_btn {
  border-radius: 45px;
  color: #00aff0;
  border-color: #00aff0;
  padding: 0px 36px;
}
.price_content .price_item .price_btn:hover {
  color: #fff;
  background: #00aff0;
}
.price_content .price_item:hover {
  border-color: #c9ebfa;
  box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.14);
}
.pricing_area_two {
    background: #f6f7fa;
}
.get_content .app_btn {
    font: 500 16px "Poppins", sans-serif;
    border: 1px solid #ffce59;
    background: transparent;
    line-height: 27px;
    transition: all 0.2s linear;
    text-align: center;
    color: #ffce59;
    border-radius: 100px;
    min-width: 200px;
    padding: 18px 34px;
}
.get_content .app_btn.app_btn_one{
    color: #fff;
    background-image: linear-gradient(90deg, #FFBD1F 0%, #FFCE58 100%);
}
.get_content .app_btn.app_btn_one:hover{
    background-color: #fff;  
    color: #ffce59;
    background-image: none;
}
.get_content .app_btn.app_btn_two i {
    font-size: 25px;
    padding-right: 10px;
    vertical-align: sub;
}
.get_content .app_btn.app_btn_one img {
    padding-right: 12px;
}
.get_content .app_btn.app_btn_two {
    background-image: linear-gradient(90deg, #FFBD1F 0%, #FFCE58 100%);
    vertical-align: middle;
    box-shadow: none;
    margin-left: 20px;
    border-color: #ffce59;
    color: #fff;
}
.get_content .app_btn.app_btn_two:hover {
    color: #ffce59;
    background: rgba(255, 255, 255, 0.1);
   
}
/*================= map_area ====================*/
 .map_area {
	 height: 552px;
	 position: relative;
}
 .map_area iframe {
	 height: 100%;
	 width: 100%;
	 border: 0px;
/*	 pointer-events: none;*/
	 margin: 0px;
	 padding: 0px;
}
 .app_contact_info {
	 position: absolute;
	 top: 43%;
	 transform: translateY(-50%);
	 left: 10px;
	 background-color: #fff;
	 box-shadow: 0px 40px 50px 0px rgba(12, 0, 46, 0.2);
	 padding: 45px 70px 15px;
}
 .app_contact_info .triangle {
	 position: absolute;
	 width: 15px;
	 height: 15px;
	 right: 55px;
	 background: #fff;
	 bottom: -7px;
	 transform: rotate(45deg);
}
 .app_contact_info .info_item {
	 padding-left: 55px;
	 position: relative;
	 margin-bottom: 35px;
}
 .app_contact_info .info_item i {
	 position: absolute;
	 left: 0;
	 font-size: 30px;
	 color: #5e2ced;
	 background-image: -moz-linear-gradient(90deg, #FFBD1F 0%, #FFCE58 100%);
	 background-image: -webkit-linear-gradient(0deg, #FFBD1F 0%, #FFCE58 100%);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 top: 0px;
	 left: 0;
}
 .app_contact_info .info_item h6 {
	 color: #051441;
	 margin-bottom: 5px;
}
 .app_contact_info .info_item p, .app_contact_info .info_item a {
	 color: #677294;
	 line-height: 24px;
	 margin-bottom: 0px;
}
 .app_contact_info .info_item a:hover {
	 color: #4069eb;
}
/*================== contact_info_area css ================*/
 