/*----------------------------------------------------
@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: Pixx
@Author: Md. Shahadat Hussain
@Developed By: Rony
@Developer URL: https://themeforest.net/user/droitthemes

@Default Styles

Table of Content:
01/ variables
02/ predefine
03/ button
04/ header
05/ banner
06/ work
07/ portfolio
08/ faq
09/ team
10/ clients
11/ testimonial
12/ timeline
13/ contact
14/ blog
14/ shop
14/ price
14/ search
14/ footer


/*====================================================*/

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

.row.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

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

body {
  font: 400 16px/26px "Mulish", sans-serif;
  color: #666666;
  padding: 0;
  letter-spacing: -0.16px;
  overflow-x: hidden;
  z-index: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: 600;
}

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

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

.title {
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  color: #333333;
}
.title span {
  color: #fc7c2c;
}

.img_radious {
  border-radius: 5px;
}

.color_w {
  color: #fff;
}

.color_pink {
  color: #fc7c2c;
}

.section_title {
  margin-bottom: 70px;
}
.section_title h2 {
  font: 700 42px/46px "Montserrat", sans-serif;
  text-transform: capitalize;
  margin-bottom: 26px;
}
.section_title h6 {
  font: 600 18px/20px "Montserrat", sans-serif;
  letter-spacing: 1.98px;
  color: #fc7c2c;
  text-transform: uppercase;
}
.section_title .title_decor {
  background: url("../img/home3/title-br.png") no-repeat scroll center 0;
  text-align: center;
  display: block;
  height: 8px;
}
.section_title .dark {
  color: #666666;
}
.section_title .dark_p {
  color: #8f939c;
}

.uppercase {
  text-transform: uppercase;
}

.mt_70 {
  margin-top: 70px;
}

.body_wrapper {
  overflow: hidden;
}


/*======================[ 03 Start Preloader]======================*/
.pace {
  pointer-events: none;
  user-select: none;
  z-index: 999999999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.pace .pace-progress {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 400px;
  z-index: 999999999999;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #ccc;
}
.pace.pace-inactive {
  width: 100vw;
  opacity: 0;
}
.pace.pace-inactive .pace-progress {
  max-width: 100vw;
}

#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
}

#preloader:after,
#preloader:before {
  content: "";
  position: fixed;
  left: 0;
  height: 50vh;
  width: 100%;
  background: #333333;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader:before {
  top: 0;
}

#preloader:after {
  bottom: 0;
}

#preloader.load_coplate {
  visibility: hidden;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

#preloader.load_coplate:after,
#preloader.load_coplate:before {
  height: 0;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.product_name {
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 10px;
  position: absolute;
  font-size: 70px;
  font-family: "Montserrat", sans-serif;
  top: 40%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product_name span {
  color: #fc7c2c;
}

.product_name.load_coplate {
  top: 36%;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

/* ====================== [ End Preloader ] ====================== */


/*============ 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);
  }
}
/*====================================================*/
/*====================================================*/
.get_btn {
  font: 600 15px/55px "Montserrat", sans-serif;
  color: #fff;
  padding: 0px 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  letter-spacing: 0.25px;
  z-index: 1;
  cursor: pointer;
}
.get_btn:before {
  content: "";
  position: absolute;
  top: -71px;
  right: 0px;
  bottom: 0;
  width: 115%;
  height: 322%;
  left: -1px;
  transform: translateX(-100%) rotate(180deg);
  z-index: -1;
  transition: all 0.4s linear;
  background-image: -moz-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
}
.get_btn:hover {
  color: #fff;
}
.get_btn:hover:before {
  transform: translateX(0) rotate(195deg);
}
.get_btn.pink {
  background-image: linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-size: 150% auto;
}
.get_btn.pink:before {
  display: none;
}
.get_btn.pink:hover {
  background-position: right center;
}
.get_btn.dark {
  background: #2a2273;
}
.get_btn.dark:before {
  background-image: -moz-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
}

.loading_btn {
  padding: 0px 48px;
  margin-top: 70px;
}
.loading_btn i {
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
}
.loading_btn:hover i {
  animation: rounded 2s infinite linear;
}

.white {
  background: #fff;
  color: #000c2a;
  display: inline-block;
}
.white:before {
  background: #000;
}

@keyframes color_blink {
  0% {
    left: -10px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
    transform: scale(1.1);
  }
  100% {
    transform: scale(9.5);
    left: 50%;
  }
}
@keyframes rounded {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.zoom_btn {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 45px;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: background 0.2s linear, color 0.3s linear;
}
.zoom_btn:hover {
  background: #fff;
  color: #333333;
  box-shadow: 0px 20px 73px 0px rgba(0, 0, 0, 0.19);
}

/*====================================================*/
/*====================================================*/
/*============== main_header_are css =============*/
header .container {
  position: relative;
}

.main_header_area {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.main_header_area + section {
  margin-top: 131px;
}

.top_header_area {
  background-image: -moz-linear-gradient(0deg, #251c6e 0%, #362a91 52%, #4638b3 100%);
  background-image: -webkit-linear-gradient(0deg, #251c6e 0%, #362a91 52%, #4638b3 100%);
  background-image: -ms-linear-gradient(0deg, #251c6e 0%, #362a91 52%, #4638b3 100%);
  padding: 12px 0px;
}

.header_top_info a {
  font: 400 14px/24px "Mulish", sans-serif;
  color: #dddddd;
  vertical-align: middle;
  margin-right: 40px;
}
.header_top_info a img {
  margin-right: 10px;
}

.top_social_info span {
  font: 400 14px/24px "Mulish", sans-serif;
  color: #ffffff;
}
.top_social_info a {
  font-size: 12px;
  color: #fff;
  margin-left: 15px;
  transition: color 0.2s linear;
}
.top_social_info a:hover {
  color: #fc7c2c;
}

.main_menu_one {
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 4, 26, 0.08);
}
.main_menu_one .menu_toggle .hamburger-cross span, .main_menu_one .menu_toggle .hamburger span {
  background: #333;
}
.main_menu_one .navbar-collapse {
  background: #fff;
}
.main_menu_one .get_btn:before {
  width: 117%;
  left: -16px;
}

.navbar {
  padding: 0px;
  border-radius: 0px;
  border: 0px;
}
.navbar .menu {
  width: 100%;
}
.navbar .menu > .nav-item {
  margin-right: 45px;
  padding: 30px 0px;
}
.navbar .menu > .nav-item > .nav-link {
  font: 700 14px/20px "Mulish", sans-serif;
  color: #2c2c2c;
  padding: 0px;
  position: relative;
  transition: color 0.3s linear;
}
.navbar .menu > .nav-item > .nav-link:after {
  display: none;
}
.navbar .menu > .nav-item > .nav-link:before {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  transition: all 0.2s linear;
}
.navbar .menu > .nav-item.submenu .dropdown-menu {
  border: 0px;
  margin: 0px;
  border-radius: 0px;
  left: 0;
  width: max-content;
  background: #fff;
  padding: 15px 0;
  box-shadow: 0 10px 30px 0 rgba(12, 0, 46, 0.1);
  transition: all 300ms linear 0s;
  z-index: -1;
}
@media (min-width: 992px) {
  .navbar .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.navbar .menu > .nav-item.submenu .dropdown-menu > .nav-item {
  display: block;
  width: 100%;
  margin-right: 0;
  /* padding: 0; */
}
.navbar .menu > .nav-item.submenu .dropdown-menu > .nav-item > .nav-link {
  padding: 0px;
  white-space: nowrap;
  display: inline-block;
  font: 400 14px/34px "Mulish", sans-serif;
  color: #333333;
  transition: color 0.2s linear;
  position: relative;
}
.navbar .menu > .nav-item.submenu .dropdown-menu > .nav-item > .nav-link:after {
  display: none;
}
.navbar .menu > .nav-item.submenu .dropdown-menu > .nav-item:hover > .nav-link, .navbar .menu > .nav-item.submenu .dropdown-menu > .nav-item:focus > .nav-link, .navbar .menu > .nav-item.submenu .dropdown-menu > .nav-item.active > .nav-link {
  color: #fc7c2c;
}
.navbar .menu > .nav-item.submenu .dropdown-menu > .nav-item > .dropdown-menu {
  transition: all 0.3s ease-in;
}
@media (min-width: 992px) {
  .navbar .menu > .nav-item.submenu .dropdown-menu > .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
}
.navbar .menu > .nav-item.submenu.mega_menu {
  position: static;
}
.navbar .menu > .nav-item.submenu.mega_menu > .dropdown-menu {
  min-width: 200px;
  list-style: none;
  box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
  left: 0;
  right: 0;
  transition: all 300ms linear 0s;
  background: #fff;
  width: auto;
  padding: 30px 40px;
}
@media (min-width: 992px) {
  .navbar .menu > .nav-item.submenu.mega_menu > .dropdown-menu {
    display: flex;
  }
}
.navbar .menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item {
  width: 25%;
}
.navbar .menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > a {
  font: 700 18px "Mulish", sans-serif;
  color: #333;
  padding-bottom: 13px;
}
.navbar .menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > a:before {
  background: url("../img/mega_menu_shape.png") no-repeat;
  width: 100%;
  height: 6px;
}
.navbar .menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item ul {
  left: 0;
  position: relative;
  transform: translateY(0);
  box-shadow: none;
  padding: 0px;
  z-index: 1;
  padding-top: 0px;
}
.navbar .menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item ul > li {
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
}
@media (min-width: 992px) {
  .navbar .menu > .nav-item.submenu.mega_menu:hover .dropdown-menu > .nav-item > ul {
    opacity: 1;
    visibility: visible;
  }
}
.navbar .menu > .nav-item.submenu.active > .nav-link:before {
  width: 100%;
}
.navbar .menu > .nav-item.submenu:hover .nav-link:before {
  width: 100%;
}
@media (min-width: 992px) {
  .navbar .menu > .nav-item.submenu:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .navbar .menu > .nav-item.submenu:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}
.navbar .get_btn {
  border-radius: 0;
  padding: 0px 36px;
  line-height: 81px;
  letter-spacing: -0.14px;
  margin-left: 20px;
}

/*============== main_header_are css =============*/
/*=============== main_header_area_one css =============*/
.main_header_area_one {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 90;
}
.main_header_area_one.header_one .navbar .navbar-brand {
  padding: 0px;
}
.main_header_area_one.header_one .navbar .navbar-brand img + img {
  
}
.main_header_area_one .navbar .navbar-brand {
  position: relative;
}
.main_header_area_one .navbar .navbar-brand img {
  transition: opacity 0.3s linear;
}
.main_header_area_one .navbar .navbar-brand img + img {
  position: absolute;
  left: 0px;
  opacity: 0;
}
.main_header_area_one .navbar .menu > .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
}
.main_header_area_one .navbar .search_cart .shpping-cart .cart-btn {
  font-size: 20px;
  line-height: 18px;
  color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.main_header_area_one .navbar .search_cart > li + li {
  margin-left: 30px;
  margin-right: 0;
  position: relative;
}
.main_header_area_one .navbar .search_cart .search {
  display: inline-block;
}
.main_header_area_one .navbar .search_cart .search a.nav-link {
  font-size: 20px;
  line-height: 19px;
}
.main_header_area_one .navbar .search_cart .shpping-cart {
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
}
.main_header_area_one .navbar .search_cart .shpping-cart .cart-btn {
  position: relative;
}
.main_header_area_one .navbar .search_cart .shpping-cart .cart-btn:before {
  display: none;
}
.main_header_area_one .navbar .search_cart .shpping-cart .num {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2a2273;
  color: #fff;
  font-size: 11px;
  display: block;
  position: absolute;
  top: -8px;
  right: -9px;
  line-height: 16px;
  text-align: center;
}
.main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu {
  padding: 0px;
  min-width: 350px;
  width: 100%;
  position: absolute;
  left: auto;
  right: 0;
}
.main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 30px 0px 30px;
}
.main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item a {
  color: #333;
}
.main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-img {
  display: block;
  width: 30%;
  transition: all 0.3s linear;
}
.main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content {
  width: 60%;
  padding-left: 15px;
  align-self: center;
}
.main_header_area_one .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: "Montserrat", sans-serif;
  margin-bottom: 10px;
  transition: color 0.3s linear;
}
.main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content p {
  font-size: 14px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-weight: 300;
  margin-bottom: 0px;
}
.main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content p del {
  color: #919191;
}
.main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove {
  width: 10%;
  text-align: right;
  align-self: center;
}
.main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove a {
  font-size: 14px;
  color: #333;
}
.main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-remove a:hover {
  color: #fc7c2c;
}
.main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item:hover .cart-img {
  opacity: 0.5;
}
.main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item:hover .cart-title a {
  color: #fc7c2c;
}
.main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu .cart_f {
  background: #f9f9f9;
  padding: 25px 30px 30px;
  margin-top: 30px;
}
.main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu .cart_f .total {
  font-size: 14px;
  color: #676b75;
  font-family: "Mulish", sans-serif;
}
.main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu .cart_f .total .p-total {
  float: right;
  font-size: 20px;
  color: #333333;
  font-weight: 500;
}
.main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn {
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 45px;
  margin: 0px;
  line-height: 40px;
  padding: 0px 32px;
  border: 0px;
}
.main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn:before {
  top: -57px;
}
.main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn + .get_btn {
  margin-left: 10px;
}

.navbar .alter_nav {
  width: auto;
}

/*========= hamburger menu css ========*/
.navbar-toggler {
  padding: 0px;
  margin-left: 20px;
  border: 0px;
}
.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: #333;
  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: #fff;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  transition-delay: 0.4s;
}

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

/*============= header_area_five css ===============*/
.header_area_five {
  padding: 30px 0px;
  transition: all 0.2s linear;
}
.header_area_five .nav {
  position: relative;
}
.header_area_five .nav .nav_logo img {
  opacity: 1;
}
.header_area_five .nav .nav_logo img + img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.header_area_five .btn-hamburger {
  justify-content: flex-end;
  flex-grow: 1;
  text-align: right;
  padding: 0px;
  border: 0px;
  display: flex;
  align-items: center;
}
.header_area_five .btn-hamburger h6 {
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 20px;
  color: #fff;
}
.header_area_five .btn-hamburger .mobile-toggle {
  background: transparent;
  border: 0px;
  padding: 0px;
  cursor: pointer;
}
.header_area_five .btn-hamburger .mobile-toggle span {
  background: #fff;
  height: 2px;
  display: block;
  margin-bottom: 8px;
  transition: 0.3s linear;
}
.header_area_five .btn-hamburger .mobile-toggle span:nth-child(1) {
  width: 50px;
}
.header_area_five .btn-hamburger .mobile-toggle span:nth-child(2) {
  width: 30px;
}
.header_area_five .btn-hamburger .mobile-toggle span:nth-child(3) {
  width: 40px;
  margin-bottom: 0px;
}
.header_area_five .btn-hamburger .mobile-toggle.show-menu span:nth-child(1) {
  transform: rotate(45deg);
  width: 30px;
  position: relative;
  top: 12px;
}
.header_area_five .btn-hamburger .mobile-toggle.show-menu span:nth-child(2) {
  width: 0px;
}
.header_area_five .btn-hamburger .mobile-toggle.show-menu span:nth-child(3) {
  transform: rotate(-45deg);
  width: 30px;
  position: relative;
  bottom: 8px;
}
.header_area_five.main_header_area + section {
  margin-top: 0px;
}

.hamburger-menu-wrepper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding: 55px 80px;
  transform: scaleX(0);
  transition: transform 0.8s ease 0.4s;
  transform-origin: 0% 50%;
  background: rgba(0, 0, 0, 0.9);
}
.hamburger-menu-wrepper .nav {
  position: relative;
  z-index: 100;
  transform: translateY(-15px);
  opacity: 0;
  visibility: hidden;
  -o-transition: all ease 0.3s 0s;
  transition: all ease 0.3s 0s;
}
.hamburger-menu-wrepper .nav .nav_logo img {
  opacity: 1 !important;
}
.hamburger-menu-wrepper .nav .close-menu {
  color: #fff;
}
.hamburger-menu-wrepper .animation-box {
  position: absolute;
  top: 5%;
  height: 100%;
  width: 100%;
  left: 0;
  transform: perspective(600px) rotateX(-65deg);
  transition-timing-function: linear;
  transition-duration: 0.3s;
}
.hamburger-menu-wrepper .animation-box .menu-box {
  display: table;
  height: 100%;
  width: 62%;
  margin: 0 auto;
  opacity: 0;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
}
.hamburger-menu-wrepper.show-menu {
  z-index: 100;
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
  transform-origin: 100% 50%;
  transition: -webkit-transform 0.7s ease 0.2s;
  transition: transform 0.7s ease 0.2s;
  transition: transform 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
}
.hamburger-menu-wrepper.show-menu .nav {
  transform: translateY(0px);
  transition: transform ease 1.4s 0.7s, opacity ease 1.4s 0.7s;
  opacity: 1;
  visibility: visible;
}
.hamburger-menu-wrepper.show-menu .animation-box {
  top: 0;
  transform: perspective(600px) rotateX(0deg);
  opacity: 1;
  transition-timing-function: linear;
  transition-duration: 0.7s;
}
.hamburger-menu-wrepper.show-menu .animation-box .menu-box {
  opacity: 1;
}
.hamburger-menu-wrepper.show-menu .animation-box .menu-box .offcanfas_menu > li a {
  transform: translateY(0px);
  transition: transform ease 1.4s 0.6s, opacity ease 1.4s 0.6s, color 0.3s linear;
  opacity: 1;
  visibility: visible;
}

.navbar .offcanfas_menu {
  margin: 0px;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.navbar .offcanfas_menu > .nav-item {
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}
.navbar .offcanfas_menu > .nav-item:not(:last-child) {
  margin-bottom: 20px;
}
.navbar .offcanfas_menu > .nav-item .nav-link {
  font-size: 2.25rem;
  line-height: 46px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  transform: translateY(45px);
  opacity: 0;
  visibility: hidden;
  -o-transition: all ease 0.3s 0s;
  transition: all ease 0.3s 0s;
  display: inline-block;
}
.navbar .offcanfas_menu > .nav-item .nav-link:before {
  background: #fff;
}
.navbar .offcanfas_menu > .nav-item.submenu .nav-link {
  padding-right: 20px;
}
.navbar .offcanfas_menu > .nav-item.submenu .nav-link:after {
  content: "";
  font: normal normal normal 22px/1 FontAwesome;
  position: absolute;
  right: 13px;
  top: 0;
  display: block;
  border: 0;
  line-height: 50px;
  margin-left: 20px;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu {
  position: relative !important;
  transform: translate3d(0px, 0px, 0px) !important;
  display: none;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 0s linear;
  z-index: 0;
  background: transparent;
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 0;
  max-height: none !important;
}
.navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu > .nav-item > .nav-link {
  color: #fff;
}
.navbar .offcanfas_menu > .nav-item.submenu.show .dropdown-menu {
  position: relative !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.main_header_area_six .navbar .menu > .nav-item .nav-link {
  color: #2c2c2c;
}
.main_header_area_six .navbar .menu > .nav-item .nav-link:before {
  background: #2c2c2c;
}
.main_header_area_six .navbar .menu > .nav-item:hover .nav-link {
  color: #fc7c2c;
}
.main_header_area_six .navbar .menu > .nav-item:hover .nav-link:before {
  background: #fc7c2c;
}
.main_header_area_six .navbar .menu > .nav-item:hover .cart-btn:before {
  background: #2c2c2c;
}
.main_header_area_six .menu_toggle .hamburger-cross span, .main_header_area_six .menu_toggle .hamburger span {
  background: #333;
}
@media (max-width: 991px) {
  .main_header_area_six .navbar-collapse {
    background: #fff;
  }
}

/*===================  affix menu css ====================*/
header {
  transition: background 0.2s linear;
}
header.navbar_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}
header.navbar_fixed.main_header_area_one .navbar .navbar-brand img {
  opacity: 0;
}
header.navbar_fixed.main_header_area_one .navbar .navbar-brand img + img {
  opacity: 1;
}
header.navbar_fixed.main_header_area_one .navbar .menu_toggle .hamburger span, header.navbar_fixed.main_header_area_one .navbar .menu_toggle .hamburger-cross span {
  background: #2c2c2c;
}
header.navbar_fixed.main_header_area_one .navbar .menu > .nav-item .nav-link:before {
  background: #fc7c2c;
}
@media (min-width: 992px) {
  header.navbar_fixed.main_header_area_one .navbar .menu > .nav-item .nav-link {
    color: #2c2c2c;
  }
  header.navbar_fixed.main_header_area_one .navbar .menu > .nav-item .nav-link:hover {
    color: #fc7c2c;
  }
}
@media (min-width: 992px) {
  header.navbar_fixed.main_header_area_one .navbar .menu > .nav-item.active > .nav-link {
    color: #fc7c2c;
  }
}
header.navbar_fixed.main_header_area_one .navbar .search_cart a.nav-link {
  color: #2c2c2c;
}
header.navbar_fixed.header_area_five {
  padding: 15px 0px;
}
header.navbar_fixed .nav .nav_logo img {
  opacity: 0;
}
header.navbar_fixed .nav .nav_logo img + img {
  opacity: 1;
}
header.navbar_fixed .nav .btn-hamburger h6 {
  color: #333;
}
header.navbar_fixed .nav .btn-hamburger .mobile-toggle span {
  background: #333;
}

/*====================================================*/
/*====================================================*/
/*============ breadcrumbs_area css =============*/
.breadcrumbs_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 450px;
  background: url("../images/service_bg.jpg") no-repeat scroll center 0/cover;
}

.breadcrumbs_area_two {
  height: 485px;
}
.breadcrumbs_area_two .breadcrumb_content {
  padding-top: 0px;
}

.banner_bg {
  background-repeat: no-repeat;
  opacity: 0.15;
}

.breadcrumb_content {
  padding-top: 90px;
}
.breadcrumb_content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 8px;
}
.breadcrumb_content .breadcrumb {
  display: block;
  background: transparent;
  margin: 0px;
  padding: 0px;
}
.breadcrumb_content .breadcrumb li {
  display: inline-block;
  font: 400 16px "Montserrat", sans-serif;
  color: #fff;
}
.breadcrumb_content .breadcrumb li a {
  color: #fff;
}
.breadcrumb_content .breadcrumb li a:after {
  content: "";
  width: 8px;
  height: 1px;
  color: #fff;
  background: currentColor;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 16px 0px 20px;
}
.breadcrumb_content .post_meta {
  padding-top: 15px;
}
.breadcrumb_content .post_meta a {
  color: #fff;
}

/*============ breadcrumbs_area css =============*/
/*============ breadcrumbs_area_three css =============*/
.breadcrumbs_area_three {
  height: 600px;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.breadcrumbs_area_three .banner_bg {
  opacity: 1;
}

/*============ Home slider One css =============*/
.home_slider_one {
  height: 100vh;
}
.home_slider_one .slick-list, .home_slider_one .default-slider, .home_slider_one .slick-track {
  height: 100%;
}
.home_slider_one .slide {
  height: 100vh;
  position: relative;
}
.home_slider_one .slide .slider-img::before {
  background: #000;
  opacity: 0.5;
}
.home_slider_one .owl-dots {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.home_slider_one .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: 10px 0px;
  opacity: 0.5;
  transition: all 0.2s linear;
}
.home_slider_one .owl-dots .owl-dot.active {
  transform: scale(1.3);
  opacity: 1;
}
.home_slider_one .active .hero-text .hero_content h1 {
  transition: all 1s linear;
}
.home_slider_one .active .hero-text .hero_content h1, .home_slider_one .active .hero-text .hero_content p, .home_slider_one .active .hero-text .hero_content .get_btn {
  transform: translateY(0);
  opacity: 1;
}

.hero-text {
  position: relative;
}
.hero-text .border_box {
  border: 40px solid rgba(255, 255, 255, 0.3);
  height: calc(100% - 307px);
  width: 630px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero-text .hero_content {
  overflow: hidden;
  position: relative;
}
.hero-text .hero_content h1 {
  font: 900 80px/100px "Montserrat", sans-serif;
  letter-spacing: -1.5px;
  color: #fff;
  transform: translateY(-100%);
  transition: all 0.5s linear;
  text-transform: uppercase;
  margin-bottom: 0;
}
.hero-text .hero_content p {
  font-size: 20px;
  line-height: 30px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin: 20px auto 50px;
  transform: translateY(100%);
  transition: all 0.7s linear;
  max-width: 610px;
  opacity: 0;
}
.hero-text .hero_content .get_btn {
  transform: translateY(100%);
  transition: all 0.5s linear;
  opacity: 0;
}

/*============ Home slider One css =============*/
/*============== home_slider_three css ============*/
.home_slider_three {
  height: 590px;
  overflow: hidden;
}
.home_slider_three .slick-list, .home_slider_three .default-slider, .home_slider_three .slick-track {
  height: 100%;
}
.home_slider_three .slide {
  height: 590px;
  position: relative;
}

.hero-text {
  height: 100%;
  text-align: center;
  color: #fff;
}
.hero-text h1 {
  font: 900 80px/100px "Montserrat", sans-serif;
  letter-spacing: -1.5px;
}
.hero-text h1 span {
  color: #fc7c2c;
}

.slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

/*============== home_slider_three css ============*/
/*============== banner_area css ============*/
.banner_area_two {
  height: 770px;
  background: url(../img/home2/banner.jpg) no-repeat scroll center 0/cover;
  position: relative;
  z-index: 1;
}
.banner_area_two .round {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.text_shadow {
  font-size: 750px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  z-index: -1;
  left: 0px;
}

.banner_content h2 {
  font: 700 60px/62px "Montserrat", sans-serif;
  color: #333333;
  margin: 0px;
  letter-spacing: -0.9px;
}
.banner_content .h_text {
  color: #fc7c2c;
  display: inline-block;
}
.banner_content p {
  font-size: 18px;
  color: #666666;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  margin: 16px 0px 45px;
}
.banner_content .get_btn {
  background: #2a2273;
  color: #fff;
  font-size: 14px;
  padding: 0 42px;
  box-shadow: 0px 2px 4px 0px rgba(0, 4, 26, 0.08);
}
.banner_content .get_btn:before {
  background: #fc7c2c;
}
.banner_content .get_btn:hover {
  color: #fff;
  box-shadow: none;
}

/*============== banner_area css ============*/
/*============== home_banner_four css ============*/
.home_banner_four {
  height: 100vh;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #000;
}
.home_banner_four .parallax-effect {
  opacity: 0.6;
}

.banner_four_content {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.banner_four_content h1 {
  font-size: 55px;
  line-height: 65px;
  letter-spacing: -1.5px;
  font-weight: 700;
  text-transform: uppercase;
}
.banner_four_content h5 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.75px;
  font-weight: 400;
}

.b_service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 35px;
}
.b_service .b_service_item {
  width: calc(100% / 4);
}
.b_service h5 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.18px;
  padding-top: 20px;
  margin-bottom: 0px;
}

.scroll_top {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s linear;
  bottom: 50px;
}
.scroll_top:hover {
  background: #fff;
  color: #fe4ba9;
}

/*============== home_banner_four css ============*/
.main_slider {
  height: 100vh;
  z-index: 0;
  position: relative;
}
.main_slider .shadow_text {
  color: #262626;
  opacity: 0.1;
  z-index: 1;
  left: auto;
  text-align: right;
  width: auto;
  right: -66px;
}
.main_slider .slick-list, .main_slider .slick-track, .main_slider .slick-slide, .main_slider .slider_item {
  height: 100%;
}
.main_slider .slider_item {
  display: flex !important;
  align-items: center;
}
.main_slider .shap {
  position: absolute;
  z-index: -1;
}
.main_slider .shap.left {
  left: 0;
  bottom: 50px;
}
.main_slider .shap.right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main_slider .slick-prev, .main_slider .slick-next {
  width: 50px;
  height: 50px;
  background: rgba(38, 38, 38, 0.6);
  text-align: center;
  opacity: 0;
  transition: all 0.2s linear;
}
.main_slider .slick-prev {
  z-index: 1;
  left: 0;
}
.main_slider .slick-prev:before {
  content: "";
  font-family: "themify";
}
.main_slider .slick-next {
  z-index: 1;
  right: 0;
}
.main_slider .slick-next:before {
  content: "";
  font-family: "themify";
}
.main_slider:hover .slick-prev, .main_slider:hover .slick-next {
  opacity: 1;
}

.portfolio_banner {
  padding-top: 50px;
}
.portfolio_banner h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 100px;
  color: #343434;
  line-height: 110px;
}
.portfolio_banner .get_btn {
  margin-top: 30px;
}

/*================ home_banner_six area css =================*/
.home_banner_six {
  position: relative;
  z-index: 1;
}
.home_banner_six .p_absolute {
  position: absolute;
  z-index: -1;
}
.home_banner_six .item_one {
  background-image: linear-gradient(120deg, #90009b 0%, #4d0764 100%);
  padding-top: 80px;
}
.home_banner_six .item_two {
  background-image: linear-gradient(90deg, #d1092a 0%, #8d1828 100%);
}
.home_banner_six .item_two .text {
  font-size: 650px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.1);
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
}
.home_banner_six .item_two .shape_bottom {
  bottom: 0;
  right: 0;
}
.home_banner_six .item_two .portfolio_banner_text h2 {
  font-size: 110px;
  font-weight: 900;
}

.home_banner_six .item_three .layer {
  position: relative !important;
}
.home_banner_six .item_three .shape_left {
  left: 180px;
  bottom: 180px;
}
.home_banner_six .item_three .shape_triangle {
  right: 55px;
  bottom: 140px;
}
.home_banner_six .item_three .shape_bottom {
  right: 0px;
  top: 215px;
}
.home_banner_six .item_three .slider_img_two {
  margin-left: -70px;
}
.home_banner_six .portfolio_banner_text h2 {
  font-size: 90px;
  font-weight: 900;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
  
}

/*================= h_banner_seven_area css ==============*/
.h_banner_seven_area {
  background: url("../img/home7/background.jpg") no-repeat scroll center 0/cover;
  height: 900px;
  display: flex;
  align-items: center;
}

.a_round {
  border-radius: 50%;
  background-image: -moz-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: -1;
}
.a_round.one {
  width: 55px;
  height: 55px;
  top: 10px;
  left: 30px;
}
.a_round.two {
  right: 20px;
  top: 0;
  width: 106px;
  height: 106px;
}
.a_round.three {
  left: 40px;
  bottom: 100px;
  width: 86px;
  height: 86px;
}

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

.promotion_tag {
  width: 197px;
  height: 197px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px 30px;
}
.promotion_tag h2 {
  font-size: 28px;
  line-height: 37px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
.promotion_tag span {
  font-weight: 700;
}

.b_content {
  position: relative;
  width: 100%;
}
.b_content h6 {
  font-size: 24px;
  font-weight: 700;
}
.b_content h2 {
  font-size: 80px;
  color: #1f1f1f;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.b_content h2 span {
  color: #f77c2d;
}
.b_content .get_btn {
  padding: 0px 45px;
}

/*================= h_banner_seven_area css ==============*/
/*====================================================*/
/*====================================================*/
/*=========== about_area css ===============*/
.about_content h2 {
  font-weight: 400;
  letter-spacing: -0.3px;
  margin: 15px 0px 20px;
}
.about_content h2 span {
  font-weight: 700;
  text-transform: uppercase;
}
.about_content p {
  margin-bottom: 37px;
}

.about_img {
  position: relative;
  margin-left: 70px;
}
.about_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/home1/about.png") no-repeat scroll left 100%/cover;
}

/*=========== about_area css ===============*/
/*agency_details_area css ===========*/
.a_text {
  font: 500 18px/25px "Montserrat", sans-serif;
  color: #fe4ba9;
  border-bottom: 1px solid #fe4ba9;
  display: inline-block;
}

.agency_details .title {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -1.2px;
  margin: 16px 0px 20px;
}
.agency_details p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 42px;
}

.agency_service {
  margin-left: -3px;
  margin-right: -3px;
}
.agency_service .agency_ser_info {
  padding: 3px;
}
.agency_service .agency_ser_info .agency_item {
  background: #fbfbfb;
  text-align: center;
  padding: 36px 0px;
  position: relative;
  transition: all 0.29s linear;
  cursor: pointer;
}
.agency_service .agency_ser_info .agency_item .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.agency_service .agency_ser_info .agency_item i {
  font-size: 40px;
}
.agency_service .agency_ser_info .agency_item h3 {
  margin-bottom: 0px;
  font: 700 22px/32px "Montserrat", sans-serif;
  color: #333333;
  margin-top: 6px;
}
.agency_service .agency_ser_info .agency_item h3 span {
  font-weight: 400;
}
.agency_service .agency_ser_info .agency_item .hover_text {
  width: 100%;
  transform: translateY(-70%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.agency_service .agency_ser_info .agency_item .hover_text i, .agency_service .agency_ser_info .agency_item .hover_text h3 {
  color: #fff;
}
.agency_service .agency_ser_info .agency_item:hover {
  background: #fe4ba9;
}
.agency_service .agency_ser_info .agency_item:hover .text {
  transform: translateY(52%);
  opacity: 0;
  visibility: hidden;
}
.agency_service .agency_ser_info .agency_item:hover .hover_text {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.agency_video {
  position: relative;
  text-align: right;
  z-index: 1;
  padding-top: 15px;
  height: 556px;
}
.agency_video .rounded_circle {
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: #430078;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.agency_video .rounded_circle.two {
  bottom: 0px;
  top: auto;
  left: auto;
  right: 0;
}
.agency_video .img {
  position: relative;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: linear-gradient(rgba(0, 0, 0, 0.2) 100%, rgba(0, 0, 0, 0.2) 100%), url("../img/home4/video_img.jpg") no-repeat scroll center right;
}

/*============ agency_details_area css ===========*/
/*============== work_area css ==============*/
.work_area {
  position: relative;
  z-index: 1;
}

.bg_color {
  background: #f8f8f9;
}

.work_section_title h2 {
  font: 700 42px/45px "Montserrat", sans-serif;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0;
}
.work_section_title h2 span {
  color: #fe4ba9;
}
.work_section_title .text {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.18px;
  padding-left: 65px;
  position: relative;
}
.work_section_title .text p {
  margin-bottom: 0;
}
.work_section_title .text .s_icon {
  position: absolute;
  left: 0;
}

.h_work_info .h_work_item .icon_number {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 36px;
  line-height: 90px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  margin-right: 30px;
  position: relative;
  transition: color 0.3s linear;
  z-index: 1;
}
.h_work_info .h_work_item .icon_number:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: -moz-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background: -webkit-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background: -ms-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.2s linear;
  z-index: -1;
}
.h_work_info .h_work_item .icon_number .small_round {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fc7c2c;
  display: block;
  border: 5px solid #fff;
  position: absolute;
  right: 0;
  transition: background 0.2s linear;
}
.h_work_info .h_work_item h3 {
  font: 700 24px/28px "Montserrat", sans-serif;
  color: #333333;
  margin-bottom: 15px;
}
.h_work_info .h_work_item p {
  margin-bottom: 0px;
  letter-spacing: -0.16px;
}
.h_work_info .h_work_item:hover .icon_number {
  color: #fff;
}
.h_work_info .h_work_item:hover .icon_number:before {
  opacity: 1;
  transform: scale(1);
}

.work_area_two {
  position: relative;
}
.work_area_two .h_work_info .h_work_item .icon_number {
  background: #fef6f2;
}

/*============== work_area css ==============*/
/*=========== exprence_area css =============*/
.exprence_area {
  padding-bottom: 120px;
  position: relative;
}
.exprence_area .ex_border_bottom {
  margin-bottom: 90px;
}
.exprence_area .circle_round {
  left: -430px;
  bottom: 100px;
}

.ex_border_bottom {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  display: block;
}

.exprence_info {
  padding-top: 40px;
}

.ex_img_info {
  padding-left: 47px;
  display: flex;
  position: relative;
}
.ex_img_info .ex_img {
  width: 50%;
  padding: 0px 10px;
  display: table;
}
.ex_img_info .ex_img img {
  max-width: 100%;
  border-radius: 10px;
}
.ex_img_info .img_two {
  margin-top: 90px;
}
.ex_img_info .box, .ex_img_info .dot {
  position: absolute;
  z-index: -1;
}
.ex_img_info .box {
  width: 140px;
  height: 160px;
  background: #dbdffb;
  border-radius: 6px;
  bottom: -35px;
  left: -25px;
}
.ex_img_info .dot {
  right: -15px;
  top: -25px;
}

.exprence_info .exprence_content {
  padding-top: 45px;
}
.exprence_info .exprence_content p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.18px;
  margin-bottom: 38px;
}
.exprence_info .exprence_content ul {
  margin-bottom: 55px;
}
.exprence_info .exprence_content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.exprence_info .exprence_content ul li:before {

  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*=========== exprence_area css =============*/
/*============ business_tips_area css ============*/
.business_tips_area {
  background: #fbfbfb;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.business_tips_area .porrtfolio_bg {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
}

.tips_img_slider img {
  border-radius: 5px;
}

.business_tips_slider {
  margin-bottom: 0px !important;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 0px 73px 0px rgba(0, 0, 0, 0.09);
  margin-left: -200px;
  padding: 80px 100px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.business_tips_slider h5 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.business_tips_slider .title {
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 16px;
}
.business_tips_slider p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
}
.business_tips_slider .list li {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.business_tips_slider .list li + li {
  margin-top: 10px;
}
.business_tips_slider .list li:before {
  content: "";
  width: 10px;
  height: 13px;
  background: url(../img/home3/arrow.png) no-repeat;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.business_tips_slider .slick-dots {
  left: 0px;
  text-align: right;
  padding-right: 40px;
}
.business_tips_slider .slick-dots li {
  width: 40px;
  height: 40px;
  margin: 0px 3px;
}
.business_tips_slider .slick-dots li button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  padding: 0px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #888;
  transition: all 0.3s linear;
}
.business_tips_slider .slick-dots li button:before {
  display: none;
}
.business_tips_slider .slick-dots li.slick-active button {
  background-image: -moz-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
}

/*============ business_tips_area css ============*/
/*============== web_skill_area css ==========*/
.web_skill_area {
  position: relative;
  padding-bottom: 50px;
}

.mac_img {
  width: 100%;
  height: 545px;
  right: 65%;
  top: 0;
}

.web_skill_content {
  padding-top: 30px;
}
.web_skill_content h6 {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
.web_skill_content .title {
  font-weight: 900;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: -0.3px;
}
.web_skill_content p {
  margin: 0px;
  font-size: 18px;
  padding: 15px 0px 40px;
}

.skill_num {
  font: 400 16px/20px "Mulish", sans-serif;
  color: #333333;
  padding-bottom: 10px;
}
.skill_num .flex {
  font-size: 13px;
  flex: 1;
  text-align: right;
}

.progress-two {
  height: 15px;
  display: flex;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 27px;
}
.progress-two .progress-bar {
  height: 100%;
  border-radius: 10px;
  background-image: -moz-linear-gradient(0deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -ms-linear-gradient(0deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  transition: width 1.2s linear;
}

/*============= work_area_four css ===========*/
/*============ we_do_area css =============*/
.skill_area {
  background-image: -moz-linear-gradient(0deg, #251c6e 0%, #362a91 52%, #4638b3 100%);
  background-image: -webkit-linear-gradient(0deg, #251c6e 0%, #362a91 52%, #4638b3 100%);
  background-image: -ms-linear-gradient(0deg, #251c6e 0%, #362a91 52%, #4638b3 100%);
  position: relative;
  z-index: 1;
}

.earth {
  right: 0;
}

.skill_bg {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background: url(../img/home2/we_do_bg.png) no-repeat scroll left 0;
  background-size: contain;
  z-index: -1;
}

.skill_content {
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.skill_content img {
  margin-bottom: 24px;
}
.skill_content h2 {
  font: 700 42px/48px "Montserrat", sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
.skill_content p {
  font-size: 18px;
  line-height: 30px;
  max-width: 630px;
  margin: 0 auto;
}
.skill_content .work_skill {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
.skill_content .work_skill .skill_item {
  width: calc(100% / 4);
  position: relative;
}
.skill_content .work_skill .skill_item:before {
  content: "";
  width: 1px;
  height: 48px;
  border: 0.5px dashed #fff;
  position: absolute;
  right: 0;
  bottom: 8px;
}
.skill_content .work_skill .skill_item img {
  margin-bottom: 20px;
}
.skill_content .work_skill .skill_item .counter {
  color: #fc7c2c;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.skill_content .work_skill .skill_item p {
  font-weight: 400;
  font-weight: "Montserrat", sans-serif;
  font-size: 15px;
  margin-bottom: 0;
}
.skill_content .work_skill .skill_item:last-child:before {
  display: none;
}
.skill_content .work_button {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.skill_content .work_button .phone_btn {
  color: #fff;
  align-self: center;
  letter-spacing: 0.2px;
  border: 1px solid #fff;
}
.skill_content .work_button .phone_btn:before {
  background-image: -moz-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
}
.skill_content .work_button .phone_btn:hover {
  border-color: #fca237;
}
.skill_content .work_button .get_btn {
  margin: 0px 10px;
}

/*============ we_do_area css =============*/
/*============ service_area_one ============*/
.service_area_one { 
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.service_area_one .row {
  margin-bottom: -70px;
}

.s_bg {
  position: absolute;
  bottom: 200px;
}

.service_area {
  position: relative;
}
.service_area .row {
  margin-bottom: -70px;
}

.service_item_one {
  margin-bottom: 70px;
}
.service_item_one .media-left {
  text-align: center;
}
.service_item_one .media-left img {
  display: block;
}
.service_item_one .media-left .number {
  font-size: 40px;
  line-height: 55px;
  color: #ebebeb;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: block;
  padding-top: 18px;
}
.service_item_one .media-body {
  padding-left: 25px;
}
.service_item_one .media-body h4 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  color: #333333;
}
.service_item_one .media-body p {
  font-weight: 400;
  margin-bottom: 0;
}

/*============ service_area_one ============*/
/*============ service_area_two css =============*/
.service_area_two {
  position: relative;
  z-index: 1;
  background: #fbfbfb;
}
.service_area_two .porrtfolio_bg {
  background-size: cover;
}

.service_item {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 63px 50px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.service_item:before {
  content: attr(data-text);
  font-weight: 700;
  position: absolute;
  left: 0;
  font-family: "Montserrat", sans-serif;
  color: #fc7c2c;
  opacity: 0.08;
  font-size: 140px;
  width: 100%;
  top: 48%;
  transform: translateY(-50%);
}
.service_item h4 {
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 32px;
}
.service_item p {
  margin-bottom: 0px;
}

.service_item_two {
  transition: color 0.2s linear;
}
.service_item_two:before {
  right: -13px;
  left: auto;
  bottom: 20px;
  top: auto;
  text-align: right;
  height: auto;
  opacity: 0.05;
  color: #4b0096;
  transition: all 0.2s linear;
}
.service_item_two:hover:before {
  opacity: 0.5;
  color: #fe4ba9;
}

.service_area_three {
  padding: 120px 0px 365px;
}

.service_area_four .row {
  margin-bottom: -70px;
}

/*============ service_area_two css =============*/
/*============ service_area_dark css =============*/
.service_area_dark .row {
  margin-bottom: -70px;
}
.service_area_dark .service_item_one .media-left .number {
  color: #141f3a;
}
.service_area_dark .service_item_one .media-body h4 {
  color: #fff;
}
.service_area_dark .service_item_one .media-body p {
  color: #8f939c;
}

/*============ service_area_dark css =============*/
/*============ promo_area css =============*/
.promo_area {
  background: #fe4ba9;
  padding: 68px 0px 60px;
}

.promo_info h2 {
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
  position: relative;
  padding-left: 58px;
}
.promo_info h2 img {
  position: absolute;
  left: 0;
  top: 0;
}
.promo_info h2 span {
  color: #000;
  font-weight: 400;
}
.promo_info .get_btn:before {
  background: #fff;
}
.promo_info .get_btn:hover {
  color: #fc7c2c;
}
.promo_info .white {
  background: #fff;
  color: #000c2a;
}
.promo_info .white:before {
  background: #000;
}
.promo_info .white:hover {
  color: #fff;
}

.promo_area_two {
  background-image: -moz-linear-gradient(0deg, #ff544f 0%, rgba(250, 209, 38, 0.99608) 100%);
  background-image: -webkit-linear-gradient(0deg, #ff544f 0%, rgba(250, 209, 38, 0.99608) 100%);
  background-image: -ms-linear-gradient(0deg, #ff544f 0%, rgba(250, 209, 38, 0.99608) 100%);
  position: relative;
  z-index: 1;
  padding: 115px 0px;
}
.promo_area_two .promo_shap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.promo_area_two .circle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.promo_area_two .promo_info h2 {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -0.2px;
}
.promo_area_two .promo_info h2 img {
  top: 6px;
}

/*============ promo_area css =============*/
/*=============== skill_progressbar_area css ============*/
.skill_progressbar_area {
  position: relative;
  z-index: 1;
  background: #f7f7f7;
}
.skill_progressbar_area .col-lg-6 {
  padding: 0px;
}

.skill_Left {
  background: url("../img/home5/exprience_bg.jpg") no-repeat scroll center 0;
}

.skill_info {
  max-width: 650px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 100px;
  padding-top: 125px;
  padding-bottom: 100px;
}
.skill_info .progress-two {
  height: 10px;
  margin-bottom: 35px;
}
.skill_info h2 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.8px;
}

/*=============== skill_progressbar_area css ============*/
/*=============== service_details_area css ============*/
.service_details_sidebar {
  background: #f8f8f8;
  margin-right: 70px;
  padding: 50px 60px 55px;
}
.service_details_sidebar h3 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  margin: 20px 0px 25px;
}
.service_details_sidebar ul {
  margin-bottom: 0;
}
.service_details_sidebar ul li {
  font: 700 16px/32px "Mulish", sans-serif;
  color: #333333;
}
.service_details_sidebar ul li span {
  float: right;
  color: #898989;
  font-weight: 400;
}
.service_details_sidebar ul li + li {
  margin-top: 5px;
}

.service_details_content {
  display: flex;
  flex-wrap: wrap;
}
.service_details_content img {
  margin-bottom: 35px;
}
.service_details_content p {
  margin-bottom: 36px;
}
.service_details_content .service_btn {
  padding-top: 60px;
}
.service_details_content .get_btn {
  padding: 0px 45px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: 0px;
}
.service_details_content .f_social_icon {
  align-self: center;
  margin-left: 30px;
}
.service_details_content .f_social_icon a + a {
  margin-left: 0;
}

/*=============== service_details_area css ============*/
/*============== payment_information_area css ==============*/
.payment_information_area {
  margin-top: -60px;
}

.payment_item {
  box-shadow: 0px 10px 20px 0px rgba(0, 10, 20, 0.1);
  color: #fff;
  padding: 40px 60px;
  text-align: center;
}
.payment_item h2 {
  font: 700 24px "Montserrat", sans-serif;
  position: relative;
  margin-bottom: 18px;
  color: #fff;
  padding-top: 22px;
}
.payment_item h2 img {
  position: absolute;
  left: 0;
  top: -1px;
}
.payment_item p {
  margin-bottom: 0px;
  line-height: 26px;
  font-family: "Mulish", sans-serif;
}
.payment_item.item_one {
  background-image: -moz-linear-gradient(40deg, #4f2eb3 0%, #8761cb 100%);
  background-image: -webkit-linear-gradient(40deg, #4f2eb3 0%, #8761cb 100%);
  background-image: -ms-linear-gradient(40deg, #4f2eb3 0%, #8761cb 100%);
}
.payment_item.item_two {
  background-image: -moz-linear-gradient(40deg, #f93513 0%, #f4722a 100%);
  background-image: -webkit-linear-gradient(40deg, #f93513 0%, #f4722a 100%);
  background-image: -ms-linear-gradient(40deg, #f93513 0%, #f4722a 100%);
}
.payment_item.item_three {
  background-image: -moz-linear-gradient(40deg, #232323 0%, #4e4e4e 100%);
  background-image: -webkit-linear-gradient(40deg, #232323 0%, #4e4e4e 100%);
  background-image: -ms-linear-gradient(40deg, #232323 0%, #4e4e4e 100%);
}

/*============= portfolio_service_area css ==============*/
.portfolio_service_item {
  padding: 80px 86px;
  text-align: center;
}
.portfolio_service_item:before {
  content: attr(data-text);
  font-weight: 700;
  position: absolute;
  left: 0;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  opacity: 0.08;
  font-size: 200px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio_service_item h3 {
  font-weight: 700;
  font-size: 30px;
  padding-top: 20px;
}
.portfolio_service_item h3, .portfolio_service_item p {
  color: #fff;
}
.portfolio_service_item p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  padding-top: 10px;
}

.p_service_one {
  background: #49297f;
}

.p_service_two {
  background: #fc7c2c;
}

.p_service_three {
  background: #363636;
}

/*====================================================*/
/*====================================================*/
/*============== portfolio_area_one css ===========*/
.projects_gallery_one {
  max-width: 1030px;
  margin: 0px auto;
  justify-content: center;
}
.projects_gallery_one .row {
  margin-left: -45px;
  margin-right: -45px;
  margin-bottom: -90px;
}
.projects_gallery_one .projects_item {
  padding: 0px 45px;
  margin-bottom: 90px;
}
.projects_gallery_one .projects_item .portfolio_img {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.projects_gallery_one .projects_item .portfolio_img:hover .p_content {
  opacity: 0;
  transform: translateY(10px);
}
.projects_gallery_one .projects_item .portfolio_img:hover .p_content h4, .projects_gallery_one .projects_item .portfolio_img:hover .p_content .category {
  transform: translateY(15px);
  opacity: 0;
}
.projects_gallery_one .projects_item .portfolio_img:hover .hover_content {
  opacity: 1;
  transition: all 0.9s linear;
}
.projects_gallery_one .projects_item .portfolio_img:hover .hover_content .icon {
  transform: translateY(0);
  opacity: 1;
}
.projects_gallery_one .projects_item .portfolio_img:hover .hover_content .img_overlay:before {
  transform: translateY(0);
  transform-origin: 0 0;
}
.projects_gallery_one .projects_item .portfolio_img:hover .hover_content h4, .projects_gallery_one .projects_item .portfolio_img:hover .hover_content .category {
  opacity: 1;
  transform: translateY(0);
}
.projects_gallery_one .projects_item .portfolio_img.left_content .p_content {
  right: auto;
  left: 0;
  text-align: right;
  padding-left: 60px;
  padding-right: 40px;
}
.projects_gallery_one .projects_item .portfolio_img.left_content:hover .p_content h4 {
  transform: translateY(15px);
  opacity: 0;
}
.projects_gallery_one .projects_item h4 {
  font: 700 22px/26px "Montserrat", sans-serif;
  color: #333333;
  text-transform: uppercase;
}
.projects_gallery_one .projects_item .category a {
  font: 400 14px/26px "Montserrat", sans-serif;
  display: inline-block;
}
.projects_gallery_one .projects_item .hover_content {
  position: absolute;
  padding-top: 30px;
  transition: all 0.4s linear;
}
.projects_gallery_one .projects_item .hover_content .img_overlay {
  text-align: center;
  padding: 100px 70px 100px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: relative;
  overflow: hidden;
  height: 296px;
  z-index: 1;
}
.projects_gallery_one .projects_item .hover_content .img_overlay:before {
  content: "";
  position: absolute;
  background-color: #fe4ba9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(-110%);
  transition: all 0.5s linear;
  z-index: -1;
}
.projects_gallery_one .projects_item .hover_content h4 {
  color: #fff;
  transform: translateY(15px);
  opacity: 0;
  transition: all 0.5s linear;
}
.projects_gallery_one .projects_item .hover_content .icon {
  width: 60px;
  height: 60px;
  font-size: 22px;
  line-height: 62px;
  margin: 0px auto;
  top: 0;
  position: absolute;
  color: #fff;
  background: #2a2273;
  text-align: center;
  -webkit-transition: background 0.3s ease, transform 0.3s linear, color 0.2s linear;
  -o-transition: background 0.3s ease, transform 0.3s linear, color 0.2s linear;
  transition: background 0.3s ease, transform 0.3s linear, color 0.2s linear;
  left: 50%;
  margin-left: -30px;
  transform: translateY(-50%);
  opacity: 0;
  z-index: 2;
}
.projects_gallery_one .projects_item .hover_content .icon:hover {
  background: #fff;
  color: #fc7c2c;
}
.projects_gallery_one .projects_item .hover_content .category {
  transform: translateY(15px);
  opacity: 0;
  transition: all 0.6s linear;
}
.projects_gallery_one .projects_item .hover_content .category a {
  color: #fff;
}
.projects_gallery_one .projects_item .p_content {
  position: absolute;
  right: 0;
  background: #fff;
  bottom: 38px;
  padding: 45px 60px 40px 40px;
  min-width: 320px;
  transition: all 0.5s linear;
}
.projects_gallery_one .projects_item .p_content .category {
  transition: all 0.3s linear;
}
.projects_gallery_one .projects_item .p_content .category a {
  color: #fe4ba9;
}
.projects_gallery_one .projects_item .p_content h4 {
  transition: all 0.2s linear;
}

/*============== portfolio_area_one css ===========*/
.protfolio_area_two {
  position: relative;
  z-index: 0;
}
.protfolio_area_two .left_memphis {
  left: 0;
  top: 600px;
}
.protfolio_area_two .right_memphis {
  right: 0;
  top: 50%;
}
.protfolio_area_two .projects_gallery_one .projects_item h4 {
  text-transform: capitalize;
}
.protfolio_area_two .projects_gallery_one .projects_item .category a {
  color: #fc7c2c;
}
.protfolio_area_two .projects_gallery_one .projects_item .hover_content .img_overlay:before {
  background-image: -moz-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.protfolio_area_two .projects_gallery_one .projects_item .hover_content .category a {
  color: #fff;
}
.protfolio_area_two .creative_btn_two {
  margin-top: 70px;
}

/*============== portfolio_area_three css ===========*/
.portfolio_area_three {
  background-image: -moz-linear-gradient(0deg, #251c6e 0%, #362a91 52%, #4638b3 100%);
  background-image: -webkit-linear-gradient(0deg, #251c6e 0%, #362a91 52%, #4638b3 100%);
  background-image: -ms-linear-gradient(0deg, #251c6e 0%, #362a91 52%, #4638b3 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.p_absoulte {
  position: absolute;
  z-index: -1;
}

.porrtfolio_bg {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.round_triangle {
  top: 280px;
  width: 120px;
  left: 195px;
  height: 137px;
  background: url("../img/home3/triangle.png") no-repeat scroll center 0;
}

.round_circle {
  background: url("../img/home3/round.png") no-repeat scroll center 0;
  width: 193px;
  height: 193px;
  left: 400px;
  top: -40px;
}

.portfolio_item {
  margin-bottom: 60px;
}
.portfolio_item .portfolio_content {
  color: #fff;
  position: relative;
  padding-top: 23px;
  display: table;
}
.portfolio_item .portfolio_content:before {
  content: attr(data-text);
  font-size: 75px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.1);
  line-height: 57px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}
.portfolio_item .portfolio_content h3 {
  font: 700 24px/28px "Montserrat", sans-serif;
  letter-spacing: -0.26px;
  margin-bottom: 0px;
  color: #fff;
}
.portfolio_item .portfolio_content a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #dddddd;
}

.portfolio_btn {
  margin-top: 17px;
}

/*============== portfolio_area_three css ===========*/
/*============== portfolio_area_four css ===========*/
.portfolio_area_four .loading_btn {
  margin-top: 20px;
}

.portfolio_filter {
  text-align: center;
  margin-bottom: 50px;
}
.portfolio_filter .work_portfolio_item {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.portfolio_filter .work_portfolio_item:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #777777;
  vertical-align: middle;
  margin: 0px 30px 0px 27px;
}
.portfolio_filter .work_portfolio_item .f_item {
  display: inline-block;
  position: relative;
  padding-bottom: 22px;
  font: 400 15px/30px "Mulish", sans-serif;
  color: #555555;
  transition: color 0.2s linear;
}
.portfolio_filter .work_portfolio_item .f_item:hover {
  color: #fc7c2c;
}
.portfolio_filter .work_portfolio_item:first-child:before {
  display: none;
}
.portfolio_filter .work_portfolio_item.active .f_item {
  color: #fc7c2c;
}

.pr_portfolio_gallery {
  padding-bottom: 20px;
}
.pr_portfolio_gallery .pr_portfolio_item {
  margin-bottom: 30px;
}
.pr_portfolio_gallery .pr_portfolio_item .portfolio_img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0px;
  display: flex;
  z-index: 1;
}
.pr_portfolio_gallery .pr_portfolio_item .portfolio_img img {
  transition: all 0.2s linear;
  position: relative;
}
.pr_portfolio_gallery .pr_portfolio_item .portfolio_img .overlay {
  background-image: -moz-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  width: 100%;
  position: absolute;
  height: 100%;
  transition: all 0.3s linear;
  opacity: 0;
}
.pr_portfolio_gallery .pr_portfolio_item .portfolio_img .hover_content {
  position: absolute;
  left: 0;
  align-self: center;
  width: 100%;
  text-align: center;
  z-index: 2;
  color: #fff;
  transform: translateX(-10%);
  transition: all 0.3s ease-in-out 0.1s;
  opacity: 0;
}
.pr_portfolio_gallery .pr_portfolio_item .portfolio_img .hover_content h4 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.25px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.pr_portfolio_gallery .pr_portfolio_item .portfolio_img .hover_content .category {
  padding-bottom: 25px;
}
.pr_portfolio_gallery .pr_portfolio_item .portfolio_img .hover_content .category a {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.pr_portfolio_gallery .pr_portfolio_item .portfolio_img:hover img {
  transform: scale(1.05);
}
.pr_portfolio_gallery .pr_portfolio_item .portfolio_img:hover .overlay {
  opacity: 0.84;
}
.pr_portfolio_gallery .pr_portfolio_item .portfolio_img:hover .hover_content {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.3s ease-in-out 0.2s;
}

/*============== portfolio_area_four css ===========*/
.portfolio_area_two {
  background: #fbfbfb;
  padding-top: 120px;
}

.bg_white {
  background: #fff;
}

.portfolio_gallery_two {
  margin: 0px;
  padding: 0px;
}
.portfolio_gallery_two .pr_portfolio_item {
  padding: 0px;
  margin: 0px;
}
.portfolio_gallery_two .pr_portfolio_item .portfolio_img {
  border-radius: 0px;
}
.portfolio_gallery_two .pr_portfolio_item .portfolio_img img {
  width: 100%;
}

/*=========== projects_area css ===========*/
.projects_info {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
}
.projects_info .pr_content {
  padding-left: 70px;
  max-width: 630px;
  padding-top: 45px;
}
.projects_info .pr_content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  letter-spacing: -0.3px;
  margin: 15px 0px 18px;
}
.projects_info .pr_content p {
  margin-bottom: 0px;
}
.projects_info .slider_gallery {
  position: absolute;
  right: 85px;
  top: 250px;
  border: 0px;
}
.projects_info .slider_gallery .slides {
  display: flex;
  width: 150px !important;
  height: 400px;
  flex-wrap: wrap;
  padding: 30px;
  border-radius: 5px;
  background-color: #fdfdfd;
}
.projects_info .slider_gallery .slides li {
  float: none !important;
  width: 100% !important;
  height: 80px;
  margin-bottom: 9px;
  position: relative;
  cursor: pointer;
}
.projects_info .slider_gallery .slides li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 5px;
  background: #fe4ba9;
  opacity: 0;
  transition: all 0.2s linear;
}
.projects_info .slider_gallery .slides li .item {
  height: 100%;
}
.projects_info .slider_gallery .slides li .item img {
  max-width: 100%;
  height: 100%;
}
.projects_info .slider_gallery .slides li.flex-active-slide:before {
  opacity: 0.9;
}

/*=========== projects_area css ===========*/
/*=========== portfolio_area_five css ===========*/
.portfolio_area_five {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
}

/*=========== portfolio_area_five css ===========*/
/*=========== protfolio_dark css ===========*/
.protfolio_dark .portfolio_filter .work_portfolio_item:before {
  background: #8f939c;
}
.protfolio_dark .portfolio_filter .work_portfolio_item .f_item {
  color: #8f939c;
}
.protfolio_dark .portfolio_filter .work_portfolio_item .f_item:hover {
  color: #fe4ba9;
}
.protfolio_dark .portfolio_filter .work_portfolio_item.active .f_item {
  color: #fe4ba9;
}
.protfolio_dark .projects_gallery_one .projects_item .p_content {
  background: #0f1b35;
}
.protfolio_dark .projects_gallery_one .projects_item .p_content h4 {
  color: #fff;
}
.protfolio_dark .projects_gallery_one .projects_item .p_content .category a {
  color: #fe4ba9;
}
.protfolio_dark .get_btn {
  margin-top: 80px;
}

/*=========== protfolio_dark css ===========*/
.protfolio_seven_item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.protfolio_seven_item .border_shape {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
.protfolio_seven_item .border_shape:before, .protfolio_seven_item .border_shape:after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.2s linear;
}
.protfolio_seven_item .border_shape:before {
  right: 0px;
  top: 0px;
  transition-delay: 0s;
}
.protfolio_seven_item .border_shape:after {
  left: 0px;
  bottom: 0px;
  transition-delay: 0.4s;
}
.protfolio_seven_item .border_shape_two:before, .protfolio_seven_item .border_shape_two:after {
  content: "";
  width: 4px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: rgba(255, 255, 255, 0.3);
}
.protfolio_seven_item .border_shape_two:before {
  left: 0;
  top: 4px;
  transition-delay: 0.7s;
}
.protfolio_seven_item .border_shape_two:after {
  right: 0;
  bottom: 4px;
  transition-delay: 0.2s;
}
.protfolio_seven_item img {
  max-width: 100%;
  transition: all 0.3s linear;
}
.protfolio_seven_item .content {
  position: absolute;
  top: 47px;
  left: 55px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s linear;
}
.protfolio_seven_item .content span {
  font: 400 18px "Montserrat", sans-serif;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 7px;
}
.protfolio_seven_item .content h5 {
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.protfolio_seven_item:hover .content {
  opacity: 1;
}
.protfolio_seven_item:hover .border_shape:before, .protfolio_seven_item:hover .border_shape:after {
  width: 100%;
}
.protfolio_seven_item:hover .border_shape:before {
  transition-delay: 0.6s;
}
.protfolio_seven_item:hover .border_shape:after {
  transition-delay: 0.2s;
}
.protfolio_seven_item:hover .border_shape .border_shape_two:before, .protfolio_seven_item:hover .border_shape .border_shape_two:after {
  height: calc(100% - 8px);
}
.protfolio_seven_item:hover .border_shape .border_shape_two:before {
  transition-delay: 0s;
}
.protfolio_seven_item:hover .border_shape .border_shape_two:after {
  transition-delay: 0.4s;
}
.protfolio_seven_item:hover img {
  transform: scale(1.02);
}

/*================ projects_details_area css ==============*/
.projects_details_area {
  position: relative;
  z-index: 1;
}
.projects_details_area .s_bg {
  bottom: auto;
  top: 50%;
}

.pr_details_img {
  padding-right: 70px;
}

.project_content {
  position: relative;
}
.project_content h2 {
  color: #333333;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  display: inline-block;
  margin-bottom: 12px;
}
.project_content .c_link {
  padding-bottom: 30px;
}
.project_content .c_link a {
  font-size: 16px;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  color: #fc7c2c;
}
.project_content ul {
  margin-bottom: 25px;
}
.project_content ul li {
  font: 400 16px/30px "Mulish", sans-serif;
  color: #898989;
  padding-bottom: 6px;
}
.project_content ul li span {
  font-weight: 700;
  color: #333333;
  width: 142px;
  display: inline-block;
}
.project_content .get_btn {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  padding: 0px 48px;
}
.project_content p {
  line-height: 26px;
  letter-spacing: 0px;
  margin-bottom: 35px;
}
.project_content .b_img {
  margin-bottom: 38px;
}

.projects_details_area_two {
  padding-bottom: 120px;
}

.projects_wrapper {
  background-color: white;
  box-shadow: 0px 10px 20px 0px rgba(0, 11, 40, 0.06);
  padding: 70px;
  margin-top: -120px;
  position: relative;
  z-index: 1;
}
.projects_wrapper .pr_details_img {
  padding-right: 0;
}
.projects_wrapper .team_social_icon {
  padding-bottom: 20px;
  padding-top: 30px;
}
.projects_wrapper .team_social_icon span {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  padding-right: 10px;
}
.projects_wrapper .pr_navbar {
  border-top: 1px solid #e1e6eb;
  padding-top: 25px;
  margin-top: 50px;
}
.projects_wrapper .pr_navbar a {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  line-height: 26px;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  transition: all 0.2s linear;
}
.projects_wrapper .pr_navbar a i {
  vertical-align: middle;
  padding-right: 10px;
}
.projects_wrapper .pr_navbar a + a {
  float: right;
}
.projects_wrapper .pr_navbar a + a i {
  padding-left: 10px;
  padding-right: 0;
}
.projects_wrapper .pr_navbar a:hover {
  color: #fc7c2c;
}

/*================ projects_details_area css ==============*/
/*====================================================*/
/*====================================================*/
/*============ faq_area css ===========*/
.faq_area .faq_img {
  margin-left: -250px;
}

.question_info {
  padding-left: 70px;
}
.question_info .title {
  font-size: 34px;
  letter-spacing: -0.34px;
  margin-bottom: 30px;
}
.question_info .card {
  border: 0px;
  margin-bottom: 5px;
}
.question_info .card .card-header {
  background: transparent;
  border: 0px;
  padding: 0px;
}
.question_info .card .card-header button {
  font: 700 18px/27px "Montserrat", sans-serif;
  color: #fff;
  padding: 18px 45px;
  background-image: -moz-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  border-radius: 45px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  text-align: left;
  width: 100%;
  border: 0px;
  display: flex;
  justify-content: space-between;
  white-space: normal;
  align-items: center;
  transition: all 0.2s linear;
  position: relative;
}
.question_info .card .card-header button i {
  font-size: 15px;
  position: absolute;
  right: 30px;
  top: 24px;
  display: block;
}
.question_info .card .card-header button i + i {
  display: none;
}
.question_info .card .card-header button.collapsed {
  background: #f3f3f3;
  color: #333333;
  box-shadow: none;
}
.question_info .card .card-header button.collapsed i {
  display: none;
}
.question_info .card .card-header button.collapsed i + i {
  display: block;
}
.question_info .card .card-body {
  font-family: "Mulish", sans-serif;
  padding: 20px 35px 20px 45px;
}

/*============ faq_area css ===========*/
/*====================================================*/
/*====================================================*/
/*============ team_area css =============*/
.team_area {
  background: url(../img/home3/team-bg.jpg) no-repeat scroll center 0;
  height: 515px;
}

.team_slider .owl-stage-outer {
  top: -52px;
}
.team_slider .team_item .team_img {
  padding-right: 50px;
}

.team_content_info {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.team_content_info img {
  max-width: 100%;
  width: auto;
}
.team_content_info .team-title h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 47px;
  color: #333333;
  letter-spacing: -0.3px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.team_content_info .team-title p {
  line-height: 22px;
  color: #fe4ba9;
  letter-spacing: 0.3px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0px;
  margin-top: 0px;
}
.team_content_info .social_icon {
  flex: 1;
  text-align: right;
  align-self: center;
}
.team_content_info .social_icon a {
  width: 50px;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #333333;
  display: inline-block;
  transition: all 0.2s linear;
}
.team_content_info .social_icon a:hover {
  background: #fe4ba9;
  color: #fff;
}
.team_content_info p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 38px;
  margin-top: 30px;
}
.team_content_info .team_btn {
  font: 500 15px/25px "Montserrat", sans-serif;
  color: #fe4ba9;
  display: block;
  width: 100%;
  margin-top: 12px;
}
.team_content_info .team_btn img {
  display: inline-block;
  margin-right: 12px;
  width: auto;
}
.team_content_info .team_btn a {
  color: #fe4ba9;
  display: inline-block;
  position: relative;
}
.team_content_info .team_btn a:before {
  content: "";
  width: 0px;
  position: absolute;
  height: 1px;
  background: #fe4ba9;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
}
.team_content_info .team_btn a i {
  font-size: 13px;
  vertical-align: middle;
  padding-left: 5px;
  transition: all 0.2s linear;
}
.team_content_info .team_btn a:hover i {
  padding-left: 10px;
}
.team_content_info .team_btn a:hover:before {
  width: 100%;
}

/*============ team_area css =============*/
/*============ team_area_two css =============*/
.team_area_two {
  background: #f9f9f9;
  position: relative;
  z-index: 1;
}
.team_area_two .left_memphis {
  top: 250px;
}

.team_info {
  margin-left: -60px;
  margin-right: -60px;
  margin-bottom: -10px;
}

.custome_col {
  max-width: calc(100% / 5);
  flex-grow: 1;
  padding: 0px 5px;
  text-align: center;
}

.team_item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  margin-bottom: 10px;
}
.team_item img {
  max-width: 100%;
}
.team_item .team_contents {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.team_item .team_contents h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s linear;
  overflow: hidden;
  margin-bottom: 5px;
}
.team_item .team_contents p {
  margin-bottom: 35px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s linear;
  overflow: hidden;
}
.team_item .team_contents .team_social {
  margin-bottom: 0;
}
.team_item .team_contents .team_social li {
  display: inline-block;
  margin: 0px 3px;
  overflow: hidden;
}
.team_item .team_contents .team_social li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #2a2273;
  text-align: center;
  display: block;
  line-height: 40px;
  transform: translateY(100%);
  transition: all 0.4s linear, color 0.2s, background 0.2s;
}
.team_item .team_contents .team_social li a:hover {
  background: #2a2273;
  color: #fff;
}
.team_item .team_contents .team_social li:nth-child(2) a {
  transition: all 0.5s linear, color 0.2s, background 0.2s;
}
.team_item .team_contents .team_social li:nth-child(3) a {
  transition: all 0.6s linear, color 0.2s, background 0.2s;
}
.team_item:hover:before, .team_item:hover:after {
  transform: translateY(0);
}
.team_item:hover .overlay:before, .team_item:hover .overlay:after {
  transform: translateY(0);
}
.team_item:hover .team_contents h5 {
  transition: all 0.5s linear;
}
.team_item:hover .team_contents p {
  transition: all 0.6s linear;
}
.team_item:hover .team_contents h5, .team_item:hover .team_contents p {
  transform: translateY(0);
  opacity: 1;
}
.team_item:hover .team_social li a {
  transform: translateY(0);
}

.hover_color:before {
  width: 100%;
  position: absolute;
  content: "";
  height: 100%;
  border-radius: 5px;
  background-image: -moz-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  opacity: 0.85;
  z-index: 0;
  top: 0;
}
.hover_color:before {
  transform: translateY(100%);
  -webkit-transition: all 0.25s ease-in-out 0.1s;
  -o-transition: all 0.25s ease-in-out 0.1s;
  transition: all 0.25s ease-in-out 0.1s;
}

/*============ team_area_two css =============*/
/*============ team_area_three css =============*/
.team_area_three .row {
  margin-bottom: -60px;
}

.team_item_three {
  margin-bottom: 60px;
  cursor: pointer;
}
.team_item_three .team_img {
  position: relative;
  overflow: hidden;
}
.team_item_three .team_img img {
  max-width: 100%;
}
.team_item_three .hover_content {
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  padding: 36px 0px;
  overflow: hidden;
  z-index: 1;
}
.team_item_three .hover_content p {
  font: 300 16px/28px "Montserrat", sans-serif;
  color: #fff;
  margin-bottom: 0px;
  transform: translateY(40px);
  transition: all 0.4s linear;
  opacity: 0;
}
.team_item_three .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0px 0px;
}
.team_item_three .content h2 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 4px;
  transition: color 0.2s linear;
}
.team_item_three .content h2:hover {
  color: #fc7c2c;
}
.team_item_three .content p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.3px;
  margin-bottom: 0px;
}
.team_item_three:hover .team_img:before, .team_item_three:hover .team_img:after, .team_item_three:hover .overlay:before, .team_item_three:hover .overlay:after {
  transform: translateY(0);
}
.team_item_three:hover p {
  transform: translateY(0);
  opacity: 1;
}

/*============ team_area_three css =============*/
/*============ team_details_area css ==============*/
.team_details_area {
  position: relative;
}

.team_details .media {
  padding-bottom: 70px;
}
.team_details .media .media-body {
  padding-left: 100px;
}
.team_details .media .media-body .team_content_info .team-title h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 42px;
}
.team_details .media .media-body .team_content_info .team-title p {
  color: #898989;
}
.team_details .media .media-body .team_content_info p {
  font-size: 16px;
  line-height: 26px;
}
.team_details .team_skill_info {
  margin-bottom: -35px;
}
.team_details .web_skill_content .progress-two {
  height: 10px;
  margin-bottom: 35px;
  background: #efefef;
}

/*============ team_details_area css ==============*/
/*====================================================*/
/*====================================================*/
.clients_area {
  padding: 25px 0px;
}
.clients_area .clients_info .clients_item a {
  background: transparent;
}

/*================= clients logo area css ==================*/
.clients_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -114px;
  position: relative;
  z-index: 0;
}
.clients_info .clients_item {
  padding: 0px 5px 10px;
  width: calc(100% / 5);
  display: table;
}
.clients_info .clients_item a {
  background: #fbfbfb;
  vertical-align: middle;
  display: table-cell;
  height: 170px;
  text-align: center;
  transition: all 0.2s linear;
}
.clients_info .clients_item a:hover {
  transform: scale(1.06);
}

/*================= clients logo area css ==================*/
.clients_area_four {
  padding-bottom: 100px;
}

.clients_area_two {
  background: #f9f9f9;
  padding-top: 45px;
  padding-bottom: 45px;
}

/*====================================================*/
/*====================================================*/
/*============ testimonial_area css =============*/
.parallax_bg {
  opacity: 0.1;
}

.parallax-effect {
  width: 100%;
  height: 130%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover !important;
  background-position: center !important;
}

/*==========testimonial_area_one css ==========*/
.testimonial_area_one {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  z-index: 1;
}
.testimonial_area_one.bg_color .shadow_text {
  color: #fff;
}

.shadow_text {
  font-size: 250px;
  line-height: 300px;
  position: absolute;
  color: #fcfcfc;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  text-align: center;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  z-index: -1;
}

.testimonial_info {
  max-width: 900px;
  margin: 0 auto;
}
.testimonial_info .testimonial_thumb {
  border: 0px;
  margin-bottom: 0px;
}
.testimonial_info .testimonial_thumb .flex-control-nav {
  width: 100% !important;
  position: relative;
  bottom: 0;
}
.testimonial_info .testimonial_thumb .flex-control-nav li {
  width: 50% !important;
  padding: 5px;
  margin: 0px;
  display: block;
  float: left;
  cursor: pointer;
}
.testimonial_info .testimonial_thumb .flex-control-nav li .item {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.testimonial_info .testimonial_thumb .flex-control-nav li .item:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  position: absolute;
  background: #fe4ba9;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.testimonial_info .testimonial_thumb .flex-control-nav li .item img {
  max-width: 100%;
}
.testimonial_info .testimonial_thumb .flex-control-nav li.flex-active .item:before {
  opacity: 0.8;
}
.testimonial_info .testimonial_content {
  padding-left: 20px;
  margin-bottom: 0px;
  background: transparent;
  border: 0px;
}
.testimonial_info .testimonial_content img {
  width: auto;
}
.testimonial_info .testimonial_content .item {
  padding-top: 20px;
  padding-bottom: 15px;
}
.testimonial_info .testimonial_content .testimonial_img {
  width: 244px;
  height: 244px;
  border-radius: 50%;
  margin-right: 75px;
  position: relative;
}
.testimonial_info .testimonial_content .testimonial_img:before, .testimonial_info .testimonial_content .testimonial_img:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ff7d00;
  opacity: 0.2;
  position: absolute;
  top: -20px;
  z-index: -1;
  left: 0;
}
.testimonial_info .testimonial_content .testimonial_img:after {
  left: auto;
  right: -18px;
  top: auto;
  bottom: -12px;
}
.testimonial_info .testimonial_content .testimonial_img img {
  border-radius: 50%;
}
.testimonial_info .testimonial_content .media-body img {
  max-width: 100%;
}
.testimonial_info .testimonial_content .media-body h3 {
  font-size: 20px;
  font-weight: 700;
  padding-top: 15px;
}
.testimonial_info .testimonial_content .media-body h6 {
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  color: #666666;
}
.testimonial_info .testimonial_content .media-body p {
  padding-top: 10px;
}

.testimonial_area_dark {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.testimonial_area_dark .shadow_text {
  color: #04102c;
}

/*==========testimonial_area_one css ==========*/
.flex-control-nav {
  bottom: 0;
  position: relative;
  padding-top: 10px;
}
.flex-control-nav li {
  vertical-align: middle;
}
.flex-control-nav li a {
  width: 6px;
  height: 6px;
  background: #c7d0fb;
  box-shadow: none;
}
.flex-control-nav li a.flex-active, .flex-control-nav li a:hover {
  background: #ff7d00;
  opacity: 1;
  transform: scale(1.6);
}

/*============ testimonial_area css =============*/
/*==========testimonial_area_two css ==========*/
.testimonial_area_two {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  position: relative;
  z-index: 1;
}
.testimonial_area_two .overlay_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(0deg, #251c6e 0%, #362a91 52%, #4638b3 100%);
  background-image: -webkit-linear-gradient(0deg, #251c6e 0%, #362a91 52%, #4638b3 100%);
  background-image: -ms-linear-gradient(0deg, #251c6e 0%, #362a91 52%, #4638b3 100%);
  opacity: 0.8;
  z-index: -1;
}
.testimonial_area_two .shadow_text {
  opacity: 0.05;
}
.testimonial_area_two .testimonial_content .testimonial_img:before, .testimonial_area_two .testimonial_content .testimonial_img:after {
  background: rgba(255, 255, 255, 0.4);
}
.testimonial_area_two .testimonial_content .media-body h3, .testimonial_area_two .testimonial_content .media-body h6, .testimonial_area_two .testimonial_content .media-body p {
  color: #fff;
}
.testimonial_area_two .flex-control-nav li a {
  background: #463a99;
}
.testimonial_area_two .flex-control-nav li a.flex-active {
  background: #fc7c2c;
}

/*============ testimonial_area_two css =============*/
/*============== video_area css =============*/
.video_left {
  padding: 0px;
  position: relative;
  overflow: hidden;
  background: #000000;
}
.video_left .parallax-effect {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 50%, 50%;
  opacity: 0.6;
}
.video_left .video_icon_one {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
}

.video_right {
  padding: 120px 0px;
}
.video_right .video_content {
  max-width: 580px;
  margin-left: 0px;
  margin-right: auto;
  padding-left: 110px;
}
.video_right .video_content h5 {
  font: 700 18px "Montserrat", sans-serif;
  letter-spacing: 0.8px;
  color: #fc7c2c;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.video_right .video_content .title {
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.45px;
  margin-bottom: 20px;
}
.video_right .video_content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 42px;
}

/*============== video_area css =============*/
.video_area_one {
  position: relative;
  overflow: hidden;
  padding: 125px 0px;
  background: rgba(0, 0, 0, 0.25);
}

.video_info {
  max-width: 630px;
  margin: 0 auto;
  border-radius: 6px;
  background-image: -moz-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, rgba(255, 84, 79, 0.9) 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, rgba(255, 84, 79, 0.9) 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, rgba(255, 84, 79, 0.9) 100%);
  padding: 95px 0px;
  color: #fff;
  padding: 90px 0px 85px;
}
.video_info h4 {
  font-size: 28px;
  line-height: 35px;
  letter-spacing: -0.3px;
  font-weight: 700;
  padding: 30px 0px 8px;
}
.video_info p {
  margin-bottom: 0px;
  color: #dddddd;
}

.video_icon_one {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 0.2s linear;
}
.video_icon_one:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: rgba(255, 255, 255, 0.05);
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: scale(1.25);
  border-radius: 50%;
}
.video_icon_one:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: pulse 2s infinite;
}
.video_icon_one i {
  background-image: -moz-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  line-height: 70px;
}
.video_icon_one:hover {
  transform: scale(1.04);
}

.v_icon_two {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
}

.video_area_two .p_absoulte {
  opacity: 0.7;
}

.video_area_three {
  position: relative;
}
.video_area_three .one {
  left: 0;
  top: 0;
}
.video_area_three .two {
  right: 0;
  bottom: 0;
}
.video_area_three .video_info {
  padding: 65px 0px 62px;
}

.video_info_two {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: -moz-linear-gradient(0deg, #251c6e 0%, #362a91 52%, #4638b3 100%);
  background-image: -webkit-linear-gradient(0deg, #251c6e 0%, #362a91 52%, #4638b3 100%);
  background-image: -ms-linear-gradient(0deg, #251c6e 0%, #362a91 52%, #4638b3 100%);
  border-radius: 10px;
  box-shadow: 0px 20px 60px 0px rgba(0, 4, 26, 0.3);
  color: #fff;
  padding: 75px 0px;
}
.video_info_two .parallax-effect {
  opacity: 0.2;
}
.video_info_two .video_icon_one {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.video_info_two h4 {
  font: 600 35px/42px "Montserrat", sans-serif;
  margin-top: 40px;
  color: #fff;
  margin-bottom: 0px;
}
.video_info_two p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0px;
}

/*====================================================*/
/*====================================================*/
/*======= timeline_area css ========&*/
.timeline {
  position: relative;
  padding-bottom: 40px;
}
.timeline:before {
  content: "";
  width: 2px;
  height: 97.2%;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 20px;
  background: #f7f7f7;
}
.timeline:after {
  content: "";
  width: 15px;
  height: 2px;
  background: #f7f7f7;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -7px;
}

.timeline_item {
  overflow: hidden;
  position: relative;
}
.timeline_item .timeline_content {
  width: 45%;
  text-align: right;
  float: left;
  padding-left: 30px;
}
.timeline_item .timeline_content .media-body {
  padding-top: 12px;
}
.timeline_item .timeline_content h3 {
  font: 700 24px/38px "Montserrat", sans-serif;
  color: #333333;
  margin-bottom: 0px;
}
.timeline_item .timeline_content h6 {
  font: 400 16px/20px "Mulish", sans-serif;
  color: #fc7c2c;
  margin-bottom: 25px;
}
.timeline_item .timeline_content p {
  color: #666666;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.2px;
}
.timeline_item .timeline_marker {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(0, 17, 120, 0.1);
  text-align: center;
  line-height: 75px;
  margin-left: 25px;
  z-index: 0;
}
.timeline_item .timeline_info {
  width: 55%;
  float: right;
  margin-top: 20px;
  position: relative;
  left: -10px;
}
.timeline_item .timeline_info span {
  font: 400 14px/26px "Mulish", sans-serif;
  padding: 7px 31px;
  border-radius: 45px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background-image: -moz-linear-gradient(0deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -ms-linear-gradient(0deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  text-align: center;
  min-width: 133px;
}
.timeline_item:nth-child(even) .timeline_info {
  float: left;
  text-align: right;
  left: auto;
  right: -10px;
}
.timeline_item:nth-child(even) .timeline_info span {
  background: #2a2273;
}
.timeline_item:nth-child(even) .timeline_marker {
  margin-left: 0px;
  margin-right: 25px;
}
.timeline_item:nth-child(even) .timeline_content {
  float: right;
  text-align: left;
  padding-left: 0;
  padding-right: 30px;
}

/*======= timeline_area css ========&*/
/*====================================================*/
/*====================================================*/
/*========== subscribe_area css ============*/
.subscribe_area {
  padding-top: 70px;
  padding-bottom: 145px;
  background: #faf3fa;
}

.subscribe_info {
  max-width: 795px;
  margin: 0 auto;
}
.subscribe_info .subscribe_title {
  margin-bottom: 40px;
}
.subscribe_info .subscribe_title h3 {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.26px;
  margin-top: 28px;
  margin-bottom: 16px;
}
.subscribe_info .subscribe_title p {
  margin-bottom: 0;
  color: #fff;
}
.subscribe_info .subcribes .form-control {
  width: 100%;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding: 0px;
  font: 400 14px/28px "Montserrat", sans-serif;
  z-index: 0;
  color: #fff;
}
.subscribe_info .subcribes .form-control.placeholder {
  color: #fff;
}
.subscribe_info .subcribes .form-control:-moz-placeholder {
  color: #fff;
}
.subscribe_info .subcribes .form-control::-moz-placeholder {
  color: #fff;
}
.subscribe_info .subcribes .form-control::-webkit-input-placeholder {
  color: #fff;
}
.subscribe_info .subcribes .form-control:focus {
  outline: none;
  box-shadow: none;
}
.subscribe_info .subcribes button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  padding: 0px;
  color: #fff;
}

/*========== subscribe_area css ============*/
/*========== subscribe_area_dark css ============*/
.subscribe_area_dark {
  padding: 100px 0px;
}
.subscribe_area_dark .subscribe_info .subscribe_title h3 {
  color: #fff;
  margin-top: 0px;
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.subscribe_area_dark .subscribe_info .subscribe_title p {
  color: #8f939c;
}
.subscribe_area_dark .subscribe_info .subcribes .form-control {
  border-color: #303b55;
}

.subscribe_area_two {
  background-image: -moz-linear-gradient(0deg, #ff544f 0%, rgba(250, 209, 38, 0.99608) 100%);
  background-image: -webkit-linear-gradient(0deg, #ff544f 0%, rgba(250, 209, 38, 0.99608) 100%);
  background-image: -ms-linear-gradient(0deg, #ff544f 0%, rgba(250, 209, 38, 0.99608) 100%);
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}
.subscribe_area_two .promo_shap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}

/*========== subscribe_area_dark css ============*/
/*============== h_contact_info_area css =============*/
.h_contact_info_area {
  background-image: -moz-linear-gradient(0deg, #4b0096 0%, #8900c6 100%);
  background-image: -webkit-linear-gradient(0deg, #4b0096 0%, #8900c6 100%);
  background-image: -ms-linear-gradient(0deg, #4b0096 0%, #8900c6 100%);
}

.h_contact_info {
  max-width: 830px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.h_contact_info .h_contact_info_item {
  width: 33.33%;
  text-align: center;
  color: #fff;
  position: relative;
  padding-bottom: 57px;
}
.h_contact_info .h_contact_info_item:before {
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 1px;
  height: 47px;
  border: 0.5px dashed #fff;
}
.h_contact_info .h_contact_info_item .icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #7b00bb;
  line-height: 120px;
  margin: -60px auto 0px;
}
.h_contact_info .h_contact_info_item .icon.one {
  background: #6000a7;
}
.h_contact_info .h_contact_info_item .icon.two {
  background: #6d00b0;
}
.h_contact_info .h_contact_info_item h5 {
  font-size: 20px;
  font-weight: 700;
}
.h_contact_info .h_contact_info_item p {
  margin-bottom: 0px;
  font-size: 15px;
}
.h_contact_info .h_contact_info_item p a {
  color: #fff;
}
.h_contact_info .h_contact_info_item:last-child:before {
  display: none;
}

/*============== h_contact_info_area css =============*/
/*============= error_area css ==============*/
.error_area {
  padding: 85px 0px 150px;
}

.error_content {
  max-width: 630px;
  margin: 0 auto;
}
.error_content h1 {
  font-size: 250px;
  color: #c6cdd7;
  background-image: -moz-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 240px;
}
.error_content h2 {
  font-size: 28px;
  color: #333333;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-bottom: 40px;
}
.error_content a {
  display: inline-block;
}
.error_content .subcribes {
  position: relative;
  margin-top: 75px;
}
.error_content .subcribes .form-control {
  background: transparent;
  border-radius: 0px;
  height: 58px;
  padding: 0px 0px 0px 35px;
  border: 1px solid #e6e6e6;
  box-shadow: none;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  line-height: 28px;
  color: #666666;
  z-index: 0;
}
.error_content .subcribes .form-control.placeholder {
  color: #555555;
}
.error_content .subcribes .form-control:-moz-placeholder {
  color: #555555;
}
.error_content .subcribes .form-control::-moz-placeholder {
  color: #555555;
}
.error_content .subcribes .form-control::-webkit-input-placeholder {
  color: #555555;
}
.error_content .subcribes .subscrib_btn {
  padding: 0px;
  position: absolute;
  border: 0px;
  font-size: 14px;
  color: #222222;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  z-index: 1;
}

/*============= error_area css ==============*/
/*============= contact_area css ==============*/
.contact_info {
  text-align: center;
  margin-bottom: 100px;
}
.contact_info .info_item {
  background-color: white;
  box-shadow: 0px 20px 40px 0px rgba(2, 0, 67, 0.1);
  color: #666666;
  text-align: center;
  padding: 58px 0px;
  height: 100%;
}
.contact_info .info_item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 27px;
}
.contact_info .info_item p {
  margin-bottom: 0px;
  font-family: "Mulish", sans-serif;
}
.contact_info .info_item a {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  letter-spacing: -0.2px;
}

.border_bottom {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

.contact_inner {
  max-width: 970px;
  margin: 0 auto;
  padding-top: 120px;
  text-align: center;
}
.contact_inner .contact_form .get_btn {
  border: 0px;
  margin-top: 20px;
  width: 100%;
}
.contact_inner .contact_form .get_btn:before {
  transform: translateX(-100%) rotate(2deg);
}
.contact_inner .contact_form .get_btn:hover:before {
  transform: translateX(0) rotate(2deg);
}

/*============= contact_area css ==============*/
.mapBox {
  height: 440px;
}

/*====================================================*/
/*====================================================*/
/*=========== recent_news_area css =============*/
.recent_news_area {
  position: relative;
  z-index: 1;
}
.recent_news_area .row {
  margin-bottom: -45px;
}

.blog_circle {
  left: -340px;
  top: 0;
}

.blog_memphies {
  right: 0px;
  bottom: 200px;
}

.recent_news_item {
  margin-bottom: 45px;
}
.recent_news_item .img_radious {
  border-radius: 5px;
}
.recent_news_item .recent_news_content h3 {
  font: 700 24px/32px "Montserrat", sans-serif;
  color: #333333;
  letter-spacing: -0.3px;
  transition: color 0.2s linear;
  margin-bottom: 18px;
}
.recent_news_item .recent_news_content h3:hover {
  color: #fc7c2c;
}
.recent_news_item .recent_news_content p {
  margin-bottom: 20px;
}

.author_details .author-img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 10px solid #fff;
  margin-top: -38px;
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-left: 15px;
}
.author_details .author-img img {
  width: auto;
  height: 100%;
  text-align: right;
}
.author_details .text {
  font: 400 16px/20px "Mulish", sans-serif;
  color: #929292;
  letter-spacing: -0.3px;
  margin: 16px 0px 12px;
  display: block;
}

.post_meta a {
  font: 400 16px "Mulish", sans-serif;
  color: #666666;
  transition: color 0.2s linear;
}
.post_meta a i {
  font-size: 14px;
  padding-right: 7px;
}
.post_meta a + a {
  margin-left: 30px;
}
.post_meta a:hover {
  color: #fc7c2c;
}

/*=========== recent_news_area css =============*/
/*=========== recent_news_area_two css =============*/
.recent_news_area_two {
  padding: 40px 0px 55px;
}

.recent_news_info {
  margin-left: -215px;
  margin-right: -215px;
  display: flex;
  flex-wrap: wrap;
}

.recent_item {
  padding: 0px 15px;
}
.recent_item img {
  max-width: 100%;
  border-radius: 5px;
}
.recent_item.one, .recent_item.three {
  width: 27.5%;
}
.recent_item.two {
  width: 45%;
}
.recent_item .recent_news_item {
  cursor: pointer;
}
.recent_item .recent_news_item .hover_content {
  padding-left: 98px;
  padding-top: 30px;
  position: relative;
  transition: opacity 0.2s linear;
}
.recent_item .recent_news_item .hover_content .border_left {
  width: 10px;
  height: 213px;
  background: #fc7c2c;
  position: absolute;
  left: 50px;
  top: -70px;
  transition: all 0.3s linear;
}
.recent_item .recent_news_item .hover_content .media {
  transition: all 0.3s linear;
}
.recent_item .recent_news_item .hover_content .media .media-body {
  align-self: center;
  padding-left: 20px;
}
.recent_item .recent_news_item .hover_content .media .media-body h5 {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 7px;
}
.recent_item .recent_news_item .hover_content .media .media-body .date {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #fc7c2c;
}
.recent_item .recent_news_item .hover_content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  margin-bottom: 0px;
  margin-top: 20px;
  transition: all 0.2s linear;
}
.recent_item .recent_news_item:hover .hover_content {
  opacity: 1;
  visibility: visible;
}
.recent_item .recent_news_item:hover .hover_content .border_left {
  height: 213px;
}
.recent_item .recent_news_item:hover .hover_content .media, .recent_item .recent_news_item:hover .hover_content h4 {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s linear;
}

/*=========== recent_news_area_two css =============*/
/*=========== recent_news_area_two css =============*/
.creative_recent_news_item {
  margin-bottom: 50px;
}
.creative_recent_news_item img {
  border-radius: 5px;
}
.creative_recent_news_item .hover_content {
  padding-top: 30px;
}
.creative_recent_news_item .hover_content h4 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.2px;
  transition: color 0.2s linear;
}
.creative_recent_news_item .hover_content h4:hover {
  color: #fc7c2c;
}
.creative_recent_news_item .hover_content .media {
  align-items: center;
  padding-bottom: 20px;
}
.creative_recent_news_item .hover_content .media img {
  margin-right: 20px;
}
.creative_recent_news_item .hover_content .media .media-body h5 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
}
.creative_recent_news_item .hover_content .media .media-body .date {
  color: #fc7c2c;
  font-size: 16px;
}

/*=========== recent_news_area_two css =============*/
/*============== recent_news_area_three css ===============*/
.recent_news_area_three {
  padding-bottom: 60px;
}
.recent_news_area_three .recent_item .recent_news_item .hover_content h4 {
  color: #333333;
}
.recent_news_area_three .recent_item .recent_news_item .hover_content h4:hover {
  color: #fc7c2c;
}
.recent_news_area_three .recent_item .recent_news_item .hover_content .media .media-body h5 {
  color: #333333;
}

/*============== recent_news_area_three css ===============*/
/*============ start blog grid css ==============*/
.blog_item {
  margin-bottom: 70px;
}
.blog_item .blog_content {
  padding-top: 30px;
}
.blog_item .blog_content .author_details .author-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 0px;
  margin-left: 0;
  border: 0px;
  margin-right: 20px;
}
.blog_item .blog_content .author_details .media-body {
  align-self: center;
}
.blog_item .blog_content .author_details .media-body h5 {
  font: 600 18px/22px "Montserrat", sans-serif;
  letter-spacing: -0.36px;
  color: #333333;
  margin-bottom: 3px;
}
.blog_item .blog_content .author_details .media-body .text {
  font: 400 14px "Montserrat", sans-serif;
  color: #fc7c2c;
  margin-top: 0px;
  margin-bottom: 0px;
}
.blog_item .blog_content h3 {
  font: 700 26px/34px "Montserrat", sans-serif;
  color: #333333;
  margin: 0px 0px 18px;
  transition: color 0.3s linear;
}
.blog_item .blog_content h3:hover {
  color: #fc7c2c;
}

/*============ start blog grid css ==============*/
/*============== blog 3 css ============*/
.blog_container {
  padding-right: 45px;
}
.blog_container .recent_news_item {
  margin-bottom: 60px;
}
.blog_container .recent_news_content {
  padding: 35px 0px 0px;
}
.blog_container .recent_news_content h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0px 14px;
}
.blog_container .recent_news_content .reade_btn {
  font: 700 15px/20px "Montserrat", sans-serif;
  color: #333333;
  display: inline-block;
  position: relative;
  transition: color 0.2s linear;
}
.blog_container .recent_news_content .reade_btn i {
  padding-left: 5px;
}
.blog_container .recent_news_content .reade_btn:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fc7c2c;
  transition: all 0.2s linear;
}
.blog_container .recent_news_content .reade_btn:hover {
  color: #fc7c2c;
}
.blog_container .recent_news_content .reade_btn:hover:before {
  width: 100%;
}

/*=============== blog_details_area css ==============*/
.blog_details {
  padding-right: 30px;
}
.blog_details .post_details .recent_news_content h3:hover {
  color: #333333;
}

.post_details .recent_news_content {
  overflow: hidden;
}
.post_details .recent_news_content .author_details {
  position: relative;
  padding-left: 70px;
  padding-bottom: 20px;
}
.post_details .recent_news_content .author_details .author_img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
}
.post_details .recent_news_content .author_details .text {
  margin: 0px;
  font: 600 18px/26px "Montserrat", sans-serif;
  color: #333333;
}
.post_details .recent_news_content .author_details .date {
  font: 400 15px "Montserrat", sans-serif;
  color: #fc7c2c;
}
.post_details .recent_news_content p {
  margin-bottom: 32px;
  line-height: 28px;
}

.blockquote {
  background: #2a2273;
  padding: 63px 50px 63px 70px;
  font: 400 20px/32px "Mulish", sans-serif;
  color: #fff;
  font-style: italic;
  position: relative;
  margin: 10px 0px 40px;
}
.blockquote:before {
  content: "";
  background: url("../img/blog-grid/icon.png") no-repeat scroll center bottom;
  position: absolute;
  right: 40px;
  bottom: -10px;
  height: 80px;
  width: 98px;
}

.single_post {
  flex-direction: row-reverse;
  padding-top: 20px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #d9d9d9;
}
.single_post .media-body {
  padding-right: 50px;
}
.single_post .media-body ul {
  margin-bottom: 0;
  padding-top: 20px;
}
.single_post .media-body ul li {
  line-height: 32px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 3px;
}
.single_post .media-body ul li:before {
  content: "";
  width: 10px;
  height: 13px;
  background: url(../img/home3/arrow.png) no-repeat;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_category {
  font: 500 16px/28px "Montserrat", sans-serif;
  padding-top: 20px;
}
.post_category .post-name {
  color: #333333;
  padding-right: 12px;
}
.post_category a {
  font-weight: 300;
  color: #666666;
  margin-right: 4px;
  transition: all 0.2s linear;
}
.post_category a:hover {
  color: #fc7c2c;
  text-decoration: underline;
}

.post_author {
  background: #f9f9f9;
  padding: 30px;
}
.post_author .media-body {
  align-self: center;
  color: #fff;
  padding-left: 30px;
}
.post_author .media-body h4 {
  font: 700 20px/28px "Montserrat", sans-serif;
  letter-spacing: 0.2px;
  margin-bottom: 13px;
}
.post_author .media-body p {
  margin-bottom: 0px;
  color: #666666;
}

.comment-box .post_comment:not(:first-child) {
  margin-top: 20px;
}
.comment-box .post_author {
  background: #f7f7f7;
  position: relative;
}
.comment-box .post_author img {
  border: 0px;
}
.comment-box .post_author .comment-meta {
  display: flex;
}
.comment-box .post_author .comment-meta h5 {
  color: #222222;
  font-weight: 700;
  font-size: 18px;
}
.comment-box .post_author .comment-meta h6 {
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  margin-left: 25px;
}
.comment-box .post_author p {
  color: #666;
}
.comment-box .post_author .replay {
  font: 500 13px/34px "Montserrat", sans-serif;
  color: #fff;
  background: #2a2273;
  text-align: center;
  padding: 0px 22px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s linear;
}
.comment-box .post_author .replay:hover {
  background: #fc7c2c;
  color: #fff;
}
.comment-box .reply-comment {
  margin-top: 20px;
}
.comment-box .reply-comment .post-comment {
  padding-left: 85px;
  margin-bottom: 0px;
}

.comment_form .form-group {
  margin-bottom: 20px;
}
.comment_form .form-group .form-control {
  font: 400 16px/24px "Mulish", sans-serif;
  color: #333333;
  background: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  height: 60px;
  padding-left: 30px;
  box-shadow: none;
  transition: all 0.2s linear;
}
.comment_form .form-group .form-control.placeholder {
  color: #757575;
}
.comment_form .form-group .form-control:-moz-placeholder {
  color: #757575;
}
.comment_form .form-group .form-control::-moz-placeholder {
  color: #757575;
}
.comment_form .form-group .form-control::-webkit-input-placeholder {
  color: #757575;
}
.comment_form .form-group .form-control:focus {
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.06);
  border-color: #fc8134;
  background: #fff;
}
.comment_form .form-group textarea.form-control {
  height: 200px;
  padding-top: 20px;
}
.comment_form .get_btn {
  font-size: 14px;
  padding: 0px 38px;
  line-height: 50px;
  border-radius: 0px;
  border: 0px;
  background: #2a2273;
}
.comment_form .get_btn:before {
  background-image: -moz-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
}

.comment_form_title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #333333;
  letter-spacing: -0.2px;
  margin-bottom: 40px;
  margin-top: 80px;
}

/*=============== blog_details_area css ==============*/
/*============== blog 3 css ============*/
.blog_pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 30px;
}
.blog_pagination .page-numbers {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 17px;
  background: transparent;
  border-radius: 50%;
  font-weight: 700;
  color: #333333;
  line-height: 45px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  margin: 0px 3px;
  transition: all 0.2s linear;
}
.blog_pagination .page-numbers:hover, .blog_pagination .page-numbers.current {
  color: #fc7c2c;
}
.blog_pagination .page-numbers.prev {
  margin-right: 25px;
  background: #2a2273;
  color: #fff;
}
.blog_pagination .page-numbers.next {
  margin-left: 25px;
  background: #2a2273;
  color: #fff;
}
.blog_pagination .page-numbers.prev, .blog_pagination .page-numbers.next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.blog_pagination .page-numbers.prev:hover, .blog_pagination .page-numbers.next:hover {
  background-image: -moz-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
}

.widget {
  margin-bottom: 53px;
}
.widget .widget-title {
  font: 700 24px "Montserrat", sans-serif;
  color: #333333;
  margin-bottom: 30px;
}

.widget_recent_entries ul {
  margin-bottom: 0px;
}
.widget_recent_entries ul li {
  border-top: 1px solid #eeeeee;
  padding: 15px 0px;
}
.widget_recent_entries ul li .date {
  font: 400 13px "Mulish", sans-serif;
  color: #9b9b9b;
  padding-bottom: 10px;
}
.widget_recent_entries ul li h4 {
  font: 700 16px/24px "Montserrat", sans-serif;
  color: #333333;
  letter-spacing: -0.2px;
  margin-bottom: 0px;
  transition: color 0.2s linear;
}
.widget_recent_entries ul li:first-child {
  padding-top: 0px;
  border-top: 0px;
}
.widget_recent_entries ul li:last-child {
  padding-bottom: 0px;
}
.widget_recent_entries ul li:hover h4 {
  color: #fc7c2c;
}

.widget_flicker_gallery ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: 0px;
}
.widget_flicker_gallery ul li {
  width: calc(100% / 3);
  padding: 3px;
}
.widget_flicker_gallery ul li img {
  max-width: 100%;
}

.sidbar_link_list {
  margin-bottom: 0px;
}
.sidbar_link_list li:not(:last-child) {
  margin-bottom: 15px;
}
.sidbar_link_list li a {
  position: relative;
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  padding-left: 25px;
  display: inline-block;
  font-family: "Mulish", sans-serif;
  transition: all 0.2s linear;
}
.sidbar_link_list li a:before {
  content: "5";
  border-radius: 50%;
  font-family: eleganticons;
  position: absolute;
  left: 0;
  top: 0px;
  transition: all 0.2s linear;
}
.sidbar_link_list li a:hover {
  color: #fc7c2c;
}
.search-form .form-control {
  border-width: 1px;
  border-color: #eeeeee;
  background-color: white;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  font-size: 14px;
  color: #333333;
  height: 60px;
  padding-left: 25px;
  border-radius: 0px;
}
.search-form .form-control.placeholder {
  color: #777777;
}
.search-form .form-control:-moz-placeholder {
  color: #777777;
}
.search-form .form-control::-moz-placeholder {
  color: #777777;
}
.search-form .form-control::-webkit-input-placeholder {
  color: #777777;
}
.search-form .form-control:focus {
  border-color: #fad126;
}
.search-form button {
  background-image: -moz-linear-gradient(0deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -ms-linear-gradient(0deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  border: 0px;
  color: #fff;
  padding: 0px 20px;
  font-size: 22px;
  cursor: pointer;
}

.tag_list {
  overflow: hidden;
  margin-left: -2px;
  margin-right: -2px;
}
.tag_list li {
  float: left;
  padding: 2px;
}
.tag_list li a {
  font: 400 13px/40px "Mulish", sans-serif;
  color: #666666;
  padding: 0px 16px;
  display: inline-block;
  background: #f9f9f9;
  letter-spacing: 0;
  transition: all 0.2s linear;
}
.tag_list li a:hover {
  background-image: -moz-linear-gradient(0deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -ms-linear-gradient(0deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  color: #fff;
}

/*====================================================*/
/*====================================================*/
/*============== shop area css ============*/
.shop_area .blog_pagination .nav-links {
  padding-top: 50px;
}

.shop_products_item {
  margin-bottom: 45px;
  text-align: center;
}
.shop_products_item .products_img {
  position: relative;
}
.shop_products_item .products_img img {
  border-radius: 4px;
  max-width: 100%;
}
.shop_products_item .products_img .hover_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.shop_products_item .products_img .hover_btn a.cart_button {
  transform: translateY(120%);
}
.shop_products_item:hover .hover_btn a.cart_button {
  transform: translateY(0);
}

.hover_btn a.cart_button {
  width: 60px;
  height: 60px;
  border-radius: 0px;
  background: #ff2951;
  font-size: 22px;
  color: #fff;
  text-align: center;
  display: inline-flex;
  line-height: 60px;
  margin: 0px 2px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.hover_btn a.cart_button:after {
  content: "";
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  background-image: -moz-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  position: absolute;
  z-index: -1;
  transform: translateX(-100%);
  transition: all 0.2s linear;
}
.hover_btn a.cart_button:nth-child(1) {
  transition: all 0.3s linear, background 0.2s linear;
}
.hover_btn a.cart_button:nth-child(2) {
  transition: all 0.5s linear, background 0.2s linear;
}
.hover_btn a.cart_button:hover:after {
  transform: translateX(0);
}

.shop_text {
  padding-top: 30px;
}
.shop_text .ratting a {
  font-size: 15px;
  color: #ffd146;
}
.shop_text h5 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin: 6px 0px 14px;
  transition: color 0.2s linear;
}
.shop_text h5:hover {
  color: #fc7c2c;
}
.shop_text .pr_price ins {
  text-decoration: none;
}
.shop_text .pr_price .amount {
  font-size: 18px;
  color: #fc7c2c;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.shop_text .pr_price del .amount {
  color: #999;
  font-weight: 400;
  font-size: 14px;
}

.shop_list_info .shop_list_item {
  margin-bottom: 50px;
}
.shop_list_info .shop_list_item .media-body {
  align-self: center;
}
.shop_list_info .shop_list_item .media-body .shop_text {
  padding-top: 0px;
  padding-left: 70px;
}
.shop_list_info .shop_list_item .media-body .shop_text h5 {
  font-size: 22px;
}
.shop_list_info .shop_list_item .media-body p {
  margin: 15px 0px 30px;
}
.shop_list_info .blog_pagination .nav-links {
  justify-content: initial;
}

/*============== shop area css ============*/
/*=================== single_product_area css ==============*/
.single_product_wrapper {
  max-width: 970px;
  margin: 0 auto;
}
.single_product_wrapper p {
  margin-bottom: 0;
}
.single_product_wrapper p + p {
  margin-top: 30px;
}

.product_info .media-body {
  align-self: center;
  padding-left: 80px;
}
.product_info .shop_wrapper .rating:before {
  content: "";
  color: #ffd146;
  float: left;
  font-family: FontAwesome;
  font-size: 13px;
}
.product_info .shop_wrapper .review a {
  font: 400 16px/28px "Mulish", sans-serif;
  color: #666666;
  margin-left: 20px;
}
.product_info .shop_wrapper .pr_single {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 23px;
}
.product_info .shop_wrapper .pr_single .product_title {
  font: 700 24px "Montserrat", sans-serif;
  color: #444444;
  margin-bottom: 10px;
}
.product_info .shop_wrapper .pr_single ins {
  font-size: 18px;
  color: #fc7c2c;
  font-weight: 700;
  text-decoration: none;
}
.product_info .shop_wrapper .pr_single del {
  font-size: 15px;
  color: #999999;
}
.product_info .shop_wrapper .form_goods_label {
  font: 600 15px "Montserrat", sans-serif;
  color: #333;
  align-self: center;
}
.product_info .shop_wrapper .form-group {
  display: flex;
}
.product_info .shop_wrapper .form-group:last-child {
  margin-bottom: 0px;
  margin-top: 35px;
}
.product_info .shop_wrapper .check_group {
  padding-top: 7px;
  margin-left: 15px;
}
.product_info .shop_wrapper .check_group .forms_check {
  width: 0;
  height: 0;
}
.product_info .shop_wrapper .check_group .forms_label {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #d73939;
  margin-bottom: 0px;
}
.product_info .shop_wrapper .check_group .forms_label.green {
  background: #caf018;
}
.product_info .shop_wrapper .check_group .forms_label.blue {
  background: #39d1d7;
}
.product_info .shop_wrapper .check_group .forms_label.purpple {
  background: #9239d7;
}
.product_info .shop_wrapper .cart_btn {
  border: 0px;
  font-size: 14px;
  padding: 0px 32px;
  cursor: pointer;
}
.product_info .shop_wrapper .cart_btn i {
  padding-right: 10px;
}
.product_info .shop_wrapper .add_wish_list {
  line-height: 45px;
  align-self: center;
  margin-left: 25px;
  color: #ff5858;
  font-size: 25px;
  transition: all 0.2s linear;
}
.product_info .shop_wrapper .add_wish_list:before {
  content: "";
  font-family: FontAwesome;
}
.product_info .shop_wrapper .add_wish_list:hover {
  background: #fe4ba9;
  color: #fff;
}

.product-qty {
  position: relative;
  font-size: 14px;
  color: #282828;
  margin-left: 50px;
  display: inline-block;
}
.product-qty .ar_top {
  top: 14px;
}
.product-qty .ar_down {
  bottom: 14px;
}
.product-qty .ar_top, .product-qty .ar_down {
  position: absolute;
  right: 20px;
  background: transparent;
  border: 0px;
  color: #8c8c8c;
  line-height: 11px;
  cursor: pointer;
}
.product-qty .manual-adjust {
  width: 100px;
  border: 0px;
  box-shadow: none;
  background: #f8f8f8;
  border-radius: 45px;
  height: 55px;
  padding-left: 30px;
}
.product-qty input[type=number]::-webkit-inner-spin-button,
.product-qty input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.additional_info {
  background-color: white;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  padding: 20px 0px;
  margin-bottom: 35px;
}
.additional_info .additional_item {
  display: flex;
  font: 400 13px "Mulish", sans-serif;
  color: #333;
  padding: 15px 0px;
}
.additional_info .additional_item .additional_title {
  width: 188px;
  font-weight: 700;
  padding-left: 30px;
}
.additional_info .additional_item .addition_description {
  padding-left: 35px;
}
.additional_info .additional_item .addition_description a {
  color: #333;
}

.shop_title {
  font: 700 24px/30px "Montserrat", sans-serif;
  color: #333;
  margin-bottom: 35px;
  margin-top: 70px;
}

.review .comment-box .post_author {
  padding-right: 150px;
}
.review .comment-box .post_author .media-body .comment-meta {
  padding-bottom: 5px;
}
.review .comment-box .post_author .media-body h5 {
  text-transform: capitalize;
}
.review .comment-box .post_author .media-body h5 span {
  font-weight: 400;
  color: #fc7c2c;
  font-size: 13px;
  line-height: 14px;
  vertical-align: middle;
  margin-left: 17px;
}
.review .comment-box .post_author .media-body .ratting {
  font-size: 13px;
  color: #ffd146;
  margin-left: 30px;
  line-height: 22px;
}
.review .comment-box .post_author .media-body .ratting:before {
  content: "";
  float: left;
  font-family: FontAwesome;
}
.review .comment-box .post_author .media-body p {
  font-size: 16px;
  color: #666666;
}
.review .comment_form .form-group {
  position: relative;
}
.review .comment_form .form-group label {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  right: 40px;
}
.review .comment_form .form-group label:before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  color: #b4b4b4;
  position: absolute;
  right: 0;
  font-size: 13px;
}

/*=================== single_product_area css ==============*/
/*=============== h_products_area css ==============*/
.h_products_area .row {
  margin-bottom: -45px;
}

/*=============== h_products_area css ==============*/
/*=============== best_pr_tab css =================*/
.best_pr_tab {
  border: 0pc;
  display: flex;
  align-self: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
.best_pr_tab .nav-item {
  margin: 0px 25px;
}
.best_pr_tab .nav-item .nav-link {
  font: 400 18px "Mulish", sans-serif;
  color: #333333;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  position: relative;
  transition: color 0.2s linear;
}
.best_pr_tab .nav-item .nav-link:before {
  content: "";
  width: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 1px;
  background: #fc7c2c;
  transition: width 0.2s linear;
}
.best_pr_tab .nav-item .nav-link.active, .best_pr_tab .nav-item .nav-link:hover {
  color: #fc7c2c;
}
.best_pr_tab .nav-item .nav-link.active:before, .best_pr_tab .nav-item .nav-link:hover:before {
  width: 100%;
}

.tab-content {
  margin-bottom: -45px;
}
.tab-content .shop_products_item .products_img {
  overflow: hidden;
}
.tab-content .shop_products_item .products_img .ribbon {
  position: absolute;
  top: -19px;
  width: 146px;
  height: 83px;
  background: #fc7c2c;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -65px;
}
.tab-content .shop_products_item .products_img .ribbon p {
  font: 400 14px "Montserrat", sans-serif;
  color: #fff;
  position: absolute;
  transform: rotate(0deg);
  margin-bottom: 0;
  top: 56px;
  left: 56px;
}
.tab-content .shop_products_item .products_img .ribbon.sale {
  background: #5ac30c;
}
.tab-content .shop_products_item .products_img .ribbon.new {
  background: #fe4b4b;
}
.tab-content .shop_products_item .products_img img {
  border-radius: 0px;
}

/*=============== best_pr_tab css =================*/
/* Checkout Area css
============================================================================================ */
.billing_details_area {
  position: relative;
  z-index: 1;
}
.billing_details_area .s_bg {
  right: 0;
}
.billing_details_area .return_option {
  background: #f7f7f7;
  padding: 0px 15px;
  margin-bottom: 55px;
}
.billing_details_area .return_option h4 {
  color: #34373b;
  font-family: "Mulish", sans-serif;
  font-weight: normal;
  text-transform: inherit;
  font-size: 16px;
  line-height: normal;
  padding: 15.5px 0px;
  margin-bottom: 0px;
}
.billing_details_area .return_option h4 i {
  color: #fc7c2c;
  padding-right: 10px;
  position: relative;
  top: 1px;
}
.billing_details_area .return_option h4 a {
  color: #34373b;
  text-decoration: underline;
  font-weight: 700;
}
.billing_details_area .main_title {
  margin-bottom: 30px;
}
.billing_details_area .main_title h2 {
  margin-bottom: 0px;
  font: 700 24px "Montserrat", sans-serif;
}

.billing_form .form-group {
  margin-bottom: 25px;
}
.billing_form .form-group:last-child {
  margin-bottom: 0px;
}
.billing_form .form-group input {
  border-radius: 0px;
  box-shadow: none;
  height: 50px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  color: #34373b;
  padding: 0px 20px;
}
.billing_form .form-group input.placeholder {
  color: #bbbbbb;
}
.billing_form .form-group input:-moz-placeholder {
  color: #bbbbbb;
}
.billing_form .form-group input::-moz-placeholder {
  color: #bbbbbb;
}
.billing_form .form-group input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.billing_form .form-group input + input {
  margin-top: 20px;
}
.billing_form .form-group input:focus {
  border-color: #fc7c2c;
}
.billing_form .form-group label {
  display: block;
  margin-bottom: 3px;
  font: 700 16px "Mulish", sans-serif;
  color: #34373b;
  margin-bottom: 10px;
}
.billing_form .form-group label span {
  color: #ff2a39;
}
.billing_form .form-group .nice_select {
  height: 50px;
  border-radius: 0px;
  width: 100%;
  padding: 0px 20px;
  margin: 0px;
  line-height: 52px;
}
.billing_form .form-group .nice_select .current {
  position: relative;
  top: -3px;
  color: #34373b;
  font-size: 15px;
}
.billing_form .form-group .nice_select:after {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  border: none;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  right: 15px;
  margin-top: -6px;
}
.billing_form .form-group .nice_select.open {
  border-color: #fc7c2c;
}
.billing_form .form-group .nice_select.open:after {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  margin-top: -7px;
}
.billing_form .form-group .nice_select:focus {
  border-color: #fc7c2c;
}
.billing_form .form-group .nice_select .list {
  width: 100%;
  background: #fff;
  z-index: 10;
}
.billing_form .form-group textarea {
  resize: none;
  border-radius: 0px;
  box-shadow: none;
  height: 120px;
  border: 1px solid #e2e2e2;
  font-size: 15px;
  font-family: "Mulish", sans-serif;
  color: #c6c6c6;
  letter-spacing: 0.3px;
  padding: 15px 20px;
}
.billing_form .form-group textarea.placeholder {
  font-size: 15px;
  color: #c6c6c6;
  letter-spacing: 0.3px;
}
.billing_form .form-group textarea:-moz-placeholder {
  font-size: 15px;
  color: #c6c6c6;
  letter-spacing: 0.3px;
}
.billing_form .form-group textarea::-moz-placeholder {
  font-size: 15px;
  color: #c6c6c6;
  letter-spacing: 0.3px;
}
.billing_form .form-group textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: #c6c6c6;
  letter-spacing: 0.3px;
}
.billing_form .select_check .create_box label {
  color: #fc7c2c;
  font: 700 16px "Mulish", sans-serif;
}
.billing_form .select_check .create_box input {
  border-radius: 0px;
  box-shadow: none;
  height: 50px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  color: #34373b;
  padding: 0px 20px;
}
.billing_form .select_check .create_box input.placeholder {
  font-size: 16px;
  color: #bbbbbb;
}
.billing_form .select_check .create_box input:-moz-placeholder {
  font-size: 16px;
  color: #bbbbbb;
}
.billing_form .select_check .create_box input::-moz-placeholder {
  font-size: 16px;
  color: #bbbbbb;
}
.billing_form .select_check .create_box input::-webkit-input-placeholder {
  font-size: 16px;
  color: #bbbbbb;
}
.billing_form .select_check .create_box input:focus {
  border-color: #fc7c2c;
}
.billing_form .select_check2 {
  margin-top: 35px;
  margin-bottom: 20px;
}
.billing_form .select_check2 .creat_account label {
  color: #34373b;
  top: -24px;
  font: 400 16px "Mulish", sans-serif;
}

/* SQUARED THREE */
.creat_account {
  width: 100%;
  margin: 0px auto;
  position: relative;
}
.creat_account input {
  visibility: hidden;
}

.creat_account label {
  display: block;
  position: relative;
  padding: 0px 0px 0px 25px;
  height: 15px;
  margin: 0px;
  top: -24px;
  z-index: 9;
  cursor: pointer;
  color: #34373b;
  font-family: "Mulish", sans-serif;
  letter-spacing: 0.25px;
  font-weight: 700;
  font-size: 15px;
}

.creat_account .check {
  display: block;
  position: absolute;
  border: 1px solid #b1b1b1;
  border-radius: 2px;
  background: transparent;
  height: 15px;
  width: 15px;
  top: 6px;
  border-radius: 0px;
  left: 0px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
  cursor: pointer;
}

.creat_account .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  top: 1px;
  left: 1.5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  color: #fff;
  font: normal normal normal 18px/1 FontAwesome;
  opacity: 0;
  font-size: 10px;
}

.creat_account input[type=checkbox]:checked ~ .check::before {
  opacity: 1;
}

.creat_account input[type=checkbox]:checked ~ .check {
  background: #fc7c2c;
  border-color: #fc7c2c;
}

.order_box_price {
  background-color: white;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 29, 0.1);
}
.order_box_price .order_title {
  color: #34373b;
  margin-bottom: 0px;
  font: bold 24px "Montserrat", sans-serif;
  margin-bottom: 0px;
  padding: 15px 0px;
  background: #e2e2e2;
  text-align: center;
}
.order_box_price .payment_list {
  padding: 30px;
}
.order_box_price .payment_list .payment_list_item {
  border-bottom: 1px solid #dddddd;
  padding: 30px 0px;
}
.order_box_price .payment_list .payment_list_item:first-child {
  padding-top: 0px;
}
.order_box_price .payment_list .payment_list_item.place-order {
  padding-top: 20px;
  padding-bottom: 0px;
  border: none;
}
.order_box_price .payment_list .payment_list_item.place-order p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
  color: #777777;
}
.order_box_price .payment_list .payment_list_item.place-order p a {
  color: #fc7c2c;
}
.order_box_price .payment_list .price_single_cost {
  padding-left: 16px;
  margin-bottom: 0;
}
.order_box_price .payment_list .price_single_cost li {
  font: 700 14px "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 22px;
  color: #444444;
}
.order_box_price .payment_list .price_single_cost li span {
  float: right;
  font-size: 18px;
  color: #fc7c2c;
}
.order_box_price .payment_list .price_single_cost li span.text_f {
  text-transform: inherit;
}
.order_box_price .payment_list .price_single_cost li:last-child {
  margin-bottom: 0px;
}
.order_box_price .payment_list .get_btn {
  width: 100%;
  border: 0px;
  margin-top: 25px;
  border-radius: 0px;
  font-weight: 700;
}
.order_box_price .payment_list .get_btn:before {
  top: -64px;
}
.order_box_price .count_part h5 {
  font: bold 14px "Montserrat", sans-serif;
  line-height: normal;
  margin-bottom: 30px;
  color: #34373b;
  text-transform: uppercase;
}
.order_box_price .count_part h5 span {
  float: right;
  text-transform: uppercase;
  font-size: 18px;
  color: #34373b;
}
.order_box_price .count_part h5 span.red {
  color: #ff2121;
}
.order_box_price .count_part h5 span.green {
  color: #00c400;
}
.order_box_price .count_part h5:last-child {
  margin-bottom: 0px;
}
.order_box_price .total_count h4 {
  font: bold 16px "Mulish", sans-serif;
  text-transform: inherit;
  line-height: normal;
  color: #34373b;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.order_box_price .total_count h4 span {
  float: right;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fc7c2c;
}

#payment {
  padding: 20px 0px;
}
#payment ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#payment ul li {
  position: relative;
  cursor: pointer;
  padding: 8px 0px;
}
#payment ul li input[type=radio] {
  width: 16px;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
  cursor: pointer;
  outline-width: 0;
  height: auto;
  margin-bottom: 0;
  left: 0;
  top: 14px;
  border-radius: 50%;
  position: absolute;
}
#payment ul li input[type=radio]:before {
  content: "";
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  position: absolute;
  background: #fc7c2c;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s linear;
}
#payment ul li input[type=radio]:after {
  content: "";
  display: table-caption;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  border: 1px solid #777;
  position: absolute;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}
#payment ul li input[type=radio]:checked:after {
  border-color: #fc7c2c;
}
#payment ul li input[type=radio]:checked:before {
  transform: scale(0.5);
}
#payment ul li input[type=radio]:checked + label {
  color: #333333;
}
#payment ul li label {
  position: relative;
  margin-bottom: 0;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #777777;
  padding-left: 25px;
}
#payment ul li .payment_box {
  padding-left: 26px;
}
#payment ul li .payment_box p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  color: #777777;
  padding-top: 10px;
}

.condition {
  position: relative;
  margin-top: 20px;
}
.condition input {
  left: 0;
}
.condition .check {
  top: 4px;
}
.condition .l_text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #777777;
  padding-left: 20px;
  font-family: "Mulish", sans-serif;
}
.condition .l_text a {
  color: #fc7c2c;
}

/*=================== shopping_cart_area css ==============*/
.shopping_cart_area {
  position: relative;
}
.shopping_cart_area .order_box_price .payment_list_item.place-order {
  padding-top: 0;
}
.shopping_cart_area .order_box_price .order_title {
  font-size: 14px;
  text-transform: uppercase;
}
.shopping_cart_area .order_box_price .get_btn {
  margin-top: 0;
  line-height: 50px;
  padding: 0px;
}
.shopping_cart_area .order_box_price .cart_btn {
  background: #e2e2e2;
  color: #444444;
  margin-top: 20px;
}
.shopping_cart_area .order_box_price .cart_btn:hover {
  color: #fff;
}

.cart_table {
  background-color: white;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 29, 0.1);
}
.cart_table thead {
  background: #e2e2e2;
  border: 0px;
  text-align: center;
}
.cart_table tr th {
  font: 700 14px "Montserrat", sans-serif;
  color: #333333;
  border: 0px;
  text-transform: uppercase;
  padding: 21px 20px;
}
.cart_table tr th.product-thumbnail {
  text-align: left;
  padding-left: 50px;
}
.cart_table tbody tr td {
  vertical-align: middle;
  border: 0px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 28px 15px;
}
.cart_table tbody tr td .product-qty {
  margin-left: 0;
}
.cart_table tbody tr td.product {
  padding-left: 35px;
  text-align: left;
}
.cart_table tbody tr td .media {
  position: relative;
}
.cart_table tbody tr td .media .remove {
  width: 18px;
  font-size: 11px;
  line-height: 18px;
  height: 18px;
  background: #868686;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: absolute;
  left: -15px;
  top: -10px;
  display: block;
  transition: all 0.2s linear;
}
.cart_table tbody tr td .media .remove:hover {
  background: #fc7c2c;
}
.cart_table tbody tr td .media .media-left {
  padding-right: 15px;
}
.cart_table tbody tr td .media .media-body {
  align-self: center;
}
.cart_table tbody tr td .media .media-body h5 {
  font: 700 18px "Montserrat", sans-serif;
  color: #444444;
}
.cart_table tbody tr td .media .media-body .ratting:before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  color: #ffa200;
}
.cart_table tbody tr td .total {
  font: 700 18px "Montserrat", sans-serif;
  color: #fc7c2c;
  vertical-align: middle;
}
.cart_table tbody tr td ins {
  font: 700 18px "Montserrat", sans-serif;
  color: #fc7c2c;
  text-decoration: none;
}
.cart_table tbody tr td del {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  padding-left: 5px;
}

.table_footer {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 40px;
  padding-bottom: 36px;
  background-color: white;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 29, 0.1);
}
.table_footer .input-group {
  display: block;
  width: 290px;
}
.table_footer .input-group input {
  font-family: Arial, FontAwesome;
  border-radius: 0px;
  width: 100%;
  height: 50px;
  border: 1px dashed #adadad;
  outline: none;
  box-shadow: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #333333;
}
.table_footer .input-group input.placeholder {
  font-size: 16px;
  color: #333333;
}
.table_footer .input-group input:-moz-placeholder {
  font-size: 16px;
  color: #333333;
}
.table_footer .input-group input::-moz-placeholder {
  font-size: 16px;
  color: #333333;
}
.table_footer .input-group input::-webkit-input-placeholder {
  font-size: 16px;
  color: #333333;
}
.table_footer .input-group .input-group-append {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.table_footer .input-group .input-group-append button {
  border: none;
  border-radius: 0px;
  padding: 0px;
  font-size: 16px;
  color: #777777;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
}
.table_footer .main_btn {
  background: transparent;
  color: #fc7c2c;
  position: relative;
  border: 2px solid #fc7c2c;
  padding: 0px 30px;
  line-height: 48px;
  text-transform: uppercase;
  margin-top: 0;
}
.table_footer .main_btn:hover {
  color: #fff;
  border-color: #fc9938;
}

/*=================== shopping_cart_area css ==============*/
/*====================================================*/
/*====================================================*/
/*============== price_area css ==============*/
.price_area .get_btn {
  padding: 0px 25px;
  line-height: 48px;
  border: 1px solid #333333;
  color: #333333;
  letter-spacing: 0px;
}
.price_area .get_btn:hover {
  color: #fff;
  border-color: #fcaa33;
}

.price_item {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 0px 40px;
  transition: all 0.3s linear;
  cursor: pointer;
  color: #333333;
}
.price_item .price_header {
  text-align: center;
  padding: 20px 0px 10px;
}
.price_item .price_header .price {
  margin-top: 30px;
}
.price_item .price_header .price_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.price_item .price_header p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  margin-bottom: 0;
}
.price_item .price_body {
  padding: 22px 55px 50px;
}
.price_item:hover {
  background: white;
  box-shadow: 0px 20px 40px 0px rgba(2, 0, 67, 0.1);
}

.pricing_info {
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
}
.pricing_info .price_item {
  padding: 0px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}
.pricing_info .price_item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(-45deg, #ff544f 0%, rgba(250, 209, 38, 0.99608) 100%);
  background-image: -webkit-linear-gradient(-45deg, #ff544f 0%, rgba(250, 209, 38, 0.99608) 100%);
  background-image: -ms-linear-gradient(-45deg, #ff544f 0%, rgba(250, 209, 38, 0.99608) 100%);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s linear;
  z-index: -1;
}
.pricing_info .price_item .price_header {
  padding: 46px 0px 0px;
}
.pricing_info .price_item .get_btn:before {
  display: none;
}
.pricing_info .price_item.active, .pricing_info .price_item:hover {
  transform: scaleY(1.05);
  z-index: 1;
  color: #fff;
}
.pricing_info .price_item.active .icon img, .pricing_info .price_item:hover .icon img {
  filter: brightness(0) invert(1);
}
.pricing_info .price_item.active .price_header, .pricing_info .price_item:hover .price_header {
  padding-top: 60px;
}
.pricing_info .price_item.active .price_title, .pricing_info .price_item.active .price, .pricing_info .price_item.active .pricing_list li, .pricing_info .price_item.active .pricing_list li i, .pricing_info .price_item:hover .price_title, .pricing_info .price_item:hover .price, .pricing_info .price_item:hover .pricing_list li, .pricing_info .price_item:hover .pricing_list li i {
  color: #fff;
}
.pricing_info .price_item.active:before, .pricing_info .price_item:hover:before {
  opacity: 1;
}
.pricing_info .price_item.active .get_btn, .pricing_info .price_item:hover .get_btn {
  background: #2a2273;
  color: #fff;
  border-color: #2a2273;
}

.pricing_list {
  margin-bottom: 35px;
}
.pricing_list li {
  font-size: 14px;
  line-height: 40px;
  color: #666666;
  font-family: "Mulish", sans-serif;
}
.pricing_list li i {
  padding-right: 12px;
  color: #0cc30c;
  font-size: 16px;
}
.pricing_list li i.icon_close_alt {
  color: #f7224a;
}

.price {
  font-weight: 700;
  font-size: 46px;
  margin-bottom: 0;
}
.price .currency {
  font-size: 25px;
  vertical-align: super;
}
.price .period {
  font-size: 13px;
  font-weight: 400;
}

/*============== price_area css ==============*/
/*====================================================*/
/*====================================================*/
.search_boxs {
  z-index: 20000;
  position: fixed;
  top: -105%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.search_boxs:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  transform: scale(0.04), translateY(9999px);
  overflow: hidden;
}
.search_boxs .close_icon {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  color: #333333;
  cursor: pointer;
  backface-visibility: hidden;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  opacity: 0;
}
.search_boxs .input-group {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: scale(0.5);
  transform: translateX(-50%) translateY(-50%);
  max-width: 800px;
  width: 20%;
  opacity: 0;
  transition: all 900ms linear;
  transition-delay: 0.75s;
}
.search_boxs .input-group input {
  border: none;
  height: 55px;
  padding: 0px 15px;
  font-size: 16px;
  padding-left: 0px;
  width: 100%;
  color: #333333;
  background: transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.6);
  border-radius: 0px;
  outline: none;
}
.search_boxs .input-group input.placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.search_boxs .input-group input:-moz-placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.search_boxs .input-group input::-moz-placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.search_boxs .input-group input::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.search_boxs .input-group .input-group-append {
  margin-left: 0px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 4;
}
.search_boxs .input-group .input-group-append button {
  border: none;
  background: transparent;
  border-radius: 0px;
  height: 55px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  padding: 0px;
  font-family: "Montserrat", sans-serif;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
.search_boxs .input-group .input-group-append button i {
  cursor: pointer;
}

input[type=text] {
  -webkit-appearance: none;
  outline: none;
}

.open .search_boxs {
  top: 0px;
}
.open .search_boxs:before {
  animation: menu-animation 0.8s ease-out forwards;
  height: 100%;
}
.open .search_boxs .close_icon {
  transition-delay: 0.75s;
  opacity: 1;
}
.open .search_boxs .input-group {
  width: 100%;
  opacity: 1;
}

/* Css keyframes css
============================================================================================ */
@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
/* End Css keyframes css
============================================================================================ */
/*====================================================*/
/*====================================================*/
/*=========== creative_banner_area css ==========*/
.creative_banner_area {
  min-height: 700px;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: url("../img/home-creative/home-01.jpg") no-repeat scroll center 0/cover;
}

.overlay_bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.creative_banner_text {
  padding-top: 40px;
}
.creative_banner_text h2 {
  color: #fff;
  font-size: 88px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: "Montserrat", sans-serif;
}
.creative_banner_text .splitting.load_coplate .char {
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(0.1s * var(--char-index));
}
.creative_banner_text .creative_btn:before {
  background: #fff;
}
.creative_banner_text .creative_btn:hover {
  color: #fc7c2c;
}

.creative_btn {
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 0px 35px;
}

.creative_img {
  text-align: right;
  position: relative;
}
.creative_img .memphis_one {
  bottom: 0;
  left: 0;
}
.creative_img .memphis_two {
  bottom: 100px;
  right: -90px;
}

.btn_radious {
  border-radius: 0px;
}

.creative_btn_two {
  background: #2a2273;
}
.creative_btn_two:before {
  background-image: -moz-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
}

.creative_about_area {
  padding: 140px 0px;
  position: relative;
  z-index: 1;
}
.creative_about_area .one {
  left: 0;
  top: 0;
}
.creative_about_area .two {
  right: 0;
  bottom: 0;
}

.creative_about_img {
  position: relative;
  margin-left: 80px;
}
.creative_about_img .dot {
  left: -30px;
  bottom: -28px;
}
.creative_about_img .about_img_one {
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.creative_about_img .text {
  border-radius: 5px;
  background-image: -moz-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 20px;
  bottom: 60px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  max-width: 160px;
  text-align: center;
  padding: 35px 20px;
}
.creative_about_img .text span {
  font-size: 18px;
  line-height: 24px;
  padding-top: 10px;
  display: block;
}
.creative_about_img .creative_shap {
  border-radius: 10px;
  background: #dde2fe;
  width: 140px;
  height: 160px;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: -1;
}

.creative_about_content h5 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #fc7c2c;
  letter-spacing: 1.98px;
  margin-bottom: 15px;
}
.creative_about_content h2 {
  font-family: "Montserrat", sans-serif;
  line-height: 48px;
  color: #333333;
  margin-bottom: 25px;
  font-size: 40px;
}
.creative_about_content p {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  color: #666;
  line-height: 28px;
  margin-bottom: 40px;
}

.video_area_two {
  background: rgba(42, 34, 115, 0.5);
}
.video_area_two .parallax-effect {
  opacity: 1;
}
.video_area_two .video_info h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 46px;
}
.video_area_two .video_info p {
  color: #fff;
}

/*========== dark_bg css ============*/
.dark_bg .creative_about_area {
  background: #020c2a;
}
.dark_bg .creative_about_area .creative_about_img .creative_shap {
  background: #1b243e;
}
.dark_bg .creative_about_area .creative_about_content h2, .dark_bg .creative_about_area .creative_about_content p {
  color: #fff;
}
.dark_bg .service_area_one {
  background: #0b1731;
}
.dark_bg .section_title h2, .dark_bg .service_item_one .media-body h4, .dark_bg .service_item_one .media-body p, .dark_bg .testimonial_info .testimonial_content .media-body h3, .dark_bg .testimonial_info .testimonial_content .media-body p, .dark_bg .testimonial_info .testimonial_content .media-body h6, .dark_bg .creative_recent_news_item .hover_content .media .media-body h5, .dark_bg .creative_recent_news_item .hover_content h4 {
  color: #fff;
}
.dark_bg .protfolio_area_two, .dark_bg .testimonial_area_one, .dark_bg .recent_news_area_three {
  background: #020c2a;
}
.dark_bg .portfolio_filter .work_portfolio_item .f_item {
  color: #fff;
}
.dark_bg .portfolio_filter .work_portfolio_item.active .f_item, .dark_bg .portfolio_filter .work_portfolio_item:hover .f_item {
  color: #fc7c2c;
}
.dark_bg .team_area_two {
  background: #130f38;
}
.dark_bg .creative_recent_news_item .hover_content h4:hover {
  color: #fc7c2c;
}
.dark_bg .shadow_text {
  color: rgba(255, 255, 255, 0.03);
}

/*====================================================*/
/*====================================================*/
/*========== footer_area css ========*/
.footer_area_two {
  padding: 210px 0px 118px;
}

@media (min-width: 1199px) {
  .footer_custom_container {
    max-width: 990px;
  }
}

.footer_bottom_two {
  padding-top: 35px;
}

.copy_wright_text {
  font: 300 16px/26px "Mulish", sans-serif;
  color: #fff;
}
.copy_wright_text a:hover {
  color: #fc7c2c;
}

.f_social_icon a {
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  line-height: 41px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
}
.f_social_icon a:nth-child(1) {
  background: #475993;
}
.f_social_icon a:nth-child(2) {
  background: #ff0000;
}
.f_social_icon a:nth-child(3) {
  background: #5f9dec;
}
.f_social_icon a:nth-child(4) {
  background: #e34635;
}
.f_social_icon a + a {
  margin-left: 6px;
}

/*========== footer_area css ========*/
/*========== footer_area one css ========*/
/*========== footer_area one css ========*/
/*=========== footer_area_three css ===========*/
.link_list li {
  margin-bottom: 15px;
}
.link_list li a {
  font: 400 15px/30px "Mulish", sans-serif;
  letter-spacing: -0.1px;
  position: relative;
  padding-left: 22px;
  transition: color 0.2s linear;
}
.link_list li a:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #414142;
  vertical-align: middle;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.link_list li a:hover {
  color: #fc7c2c;
}
.link_list li a:hover:before {
  background: #fc7c2c;
}
.link_list li:last-child {
  margin-bottom: 0;
}

/*=========== footer_area_three css ===========*/
/*=========== creative_footer_area css ===========*/
.creative_footer_area {
  padding-top: 100px;
  position: relative;
}

.footer_bg {
  background: #130f38;
}

.creative_footer_about .f_logo {
  display: block;
  margin-bottom: 30px;
}
.creative_footer_about p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 40px;
}

.f_creative_widget_link ul li {
  margin-bottom: 4px;
}
.f_creative_widget_link ul li a {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  position: relative;
  padding-left: 15px;
  transition: color 0.2s linear;
}
.f_creative_widget_link ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 8px;
}
.f_creative_widget_link ul li a:hover {
  color: #fc7c2c;
}

.footer_title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
}

.f_creative_widget_info ul li {
  padding-left: 34px;
  position: relative;
}
.f_creative_widget_info ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
.f_creative_widget_info ul li a i {
  color: #fc7c2c;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 2px;
}
.f_creative_widget_info ul li + li {
  margin-top: 20px;
}

.creative_footer_bottom {
  border-top: 1px solid #423f60;
  padding: 24px 0px;
  margin-top: 50px;
}
.creative_footer_bottom p {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}
.creative_footer_bottom p a {
  color: #fff;
}

.f_dot {
  bottom: 0;
  z-index: 0;
}

.creative_footer_area_two {
  padding: 100px 0px 90px;
  position: relative;
  z-index: 1;
}
.creative_footer_area_two .footer_title {
  margin-bottom: 20px;
}
.creative_footer_area_two .creative_footer_about p a {
  color: #fc7c2c;
}
.creative_footer_area_two .f_creative_widget_link ul {
  margin-bottom: 0;
}
.creative_footer_area_two .f_creative_widget_link ul li {
  color: #fff;
  margin-bottom: 0;
}
.creative_footer_area_two .f_creative_widget_link ul li a {
  padding-left: 0;
}
.creative_footer_area_two .f_creative_widget_link ul li a:before {
  display: none;
}
.creative_footer_area_two .f_creative_widget_link p {
  color: #fff;
  line-height: 36px;
  margin-bottom: 0;
}
.creative_footer_area_two .f_creative_widget_info ol {
  padding-left: 16px;
  margin-bottom: 0;
  padding-top: 5px;
}
.creative_footer_area_two .f_creative_widget_info ol li {
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.creative_footer_area_two .f_creative_widget_info ol li a {
  color: #fff;
}
.creative_footer_area_two .f_creative_widget_info ol li + li {
  margin-top: 18px;
}


/*=========== creative_footer_area css ===========*/
/*====================================================*/

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