@import url('assets/css/dana.css');
.rs-layer,
.button,
.primary-font,
.rev-btn,
.rev-btn:visited,
.secondary-font,
button,
em,
h1,
h2,
h3,
h4,
h5,
h6,
input,
input[type=button],
input[type=reset],
input[type=submit],
li,
p,
select,
textarea,
th {
  font-family: dana !important;
  letter-spacing: 0 !important
}
a {
    text-decoration: none;
  }
  a:hover, a:focus {
    text-decoration: none;
  }
  th{
      text-align:right;
  }
  .row.m0 {
    margin: 0px;
  }
  
  .p0 {
    padding: 0px;
  }
  
  i:before {
    margin-left: 0px !important;
  }
  
  body {
    font: 400 16px/26px "dana", sans-serif;
    color: #666666;
    padding: 0px;
    letter-spacing: -0.16px;
    overflow-x: hidden;
    z-index: 0;
    text-align:right;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "dana", sans-serif;
    color: #333333;
  }
  
  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 "dana", sans-serif;
    text-transform: capitalize;
    margin-bottom: 26px;
  }
  .section_title h6 {
    font: 600 18px/20px "dana", sans-serif;
    letter-spacing: 1.98px;
    color: #fc7c2c;
    text-transform: uppercase;
  }
  .comment-box .children {
    margin-right: 65px;
    margin-left: 0;
}
  .comment-box .post_author .comment-reply-link,.wp-block-tag-cloud a, .zix_post_tags a, .tagcloud a, .post-tags a,.cart_table .price{
      font-family:"dana" !important;
  }
  .woocommerce .woocommerce-ordering, .shop_menu_left p{
      text-align:right;
  }
  .nice-select{
      padding-right: 18px !important;
    padding-left: 30px !important;
  }
  .nice-select:after{
      left:12px;
      right:auto;
  }
  .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;
  }
  .woocommerce-message a.button.wc-forward {
    float: left;
}
  
  /*============ 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 "dana", 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: -20px;
    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 {
    text-align: right;
    direction:ltr;
  }
  .header_top_info a {
    font: 400 14px/24px "dana", 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 "dana", sans-serif;
    color: #ffffff;
  }
  .top_social_info a {
    font-size: 12px;
    color: #fff;
    margin-right: 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 .navbar-brand img {
    transition: all 0.3s linear;
  }
  .navbar .menu {
    width: 100%;
	justify-content:flex-end !important
  }
  .navbar .menu > .nav-item {
    margin-right: 45px;
    padding: 30px 0px;
  }
  .navbar .menu > .nav-item > .nav-link {
    font: 700 14px/20px "dana", sans-serif;
    letter-spacing: 0;
    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 {
    margin: 0px;
    border: 0px;
    border-radius: 0px;
    right: 0;
    min-width: 180px;
    background: #fff;
    padding: 14px 0px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    transition: all 300ms linear 0s;
    z-index: 10;
    text-align: right;
  }
  .mfp-counter{
      direction:ltr;
  }
  @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: 0px;
    padding: 0px 30px;
  }
  .navbar .menu > .nav-item.submenu .dropdown-menu > .nav-item > .nav-link {
    padding: 0px;
    white-space: nowrap;
    display: inline-block;
    font: 400 14px/38px "dana", sans-serif;
    color: #333333;
    transition: color 0.2s linear;
    position: relative;
    display: block;
  }
  .navbar .menu > .nav-item.submenu .dropdown-menu > .nav-item > .nav-link:after {
    display: none;
  }
  .navbar .menu > .nav-item.submenu .dropdown-menu > .nav-item.submenu > .nav-link:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    font-family: "themify";
    width: auto;
    font-size: 12px;
  }
  .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: -14px;
      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;
  }
  .navbar .menu > .nav-item.submenu.mega_menu > .dropdown-menu .nav-item ul li a{
      font-family:'dana' !important;
  }
  @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 > .nav-link {
    font: 700 18px "dana", sans-serif;
    color: #333;
    padding-bottom: 13px;
    margin-bottom: 15px;
  }
  .navbar .menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item > .nav-link: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 .dropdown-menu {
    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 .dropdown-menu > .nav-item {
    padding-left: 0px;
    padding-right: 0px;
    white-space: normal;
  }
  .navbar .menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item .dropdown-menu > .nav-item .nav-link {
    line-height: 35px;
  }
  @media (min-width: 992px) {
    .navbar .menu > .nav-item.submenu.mega_menu:hover .dropdown-menu > .nav-item > .dropdown-menu {
      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: 80px;
    letter-spacing: -0.14px;
    margin-right: 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;
    margin-right: 0px;
  }
  .main_header_area_one.header_one .navbar .navbar-brand img + img {
    top: 0;
  }
  .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 {
    display: none;
  }
  .main_header_area_one .navbar .menu > .nav-item {
    transition: all 0.3s linear;
  }
  .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-right: 30px;
    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: 0;
    margin-right: 45px;
  }
  .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: 0;
    right: auto;
  }
  .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;
    text-align: right;
  }
  .main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item .cart-content {
    width: 60%;
    padding-right: 15px;
    align-self: center;
    text-align: right !important;
  }
  .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: "dana", 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: "dana", 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: left;
    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: "dana", sans-serif;
  }
  .main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu .cart_f .total .p-total {
    float: left;
    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: 0 0 10px 0;
    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-right: 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: #fff;
    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 {
    display: none;
  }
  .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: "dana", 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;
    display: none;
  }
  header.navbar_fixed.main_header_area_one .navbar .navbar-brand img + img {
    opacity: 1;
    display: block;
  }
  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 {
    padding: 24px 0px;
    transition: all 0.2s linear;
  }
  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.main_header_area_two .navbar .navbar-brand img {
    height: auto;
    top: 0;
  }
  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-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: 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;
    text-align: right;
  }
  .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 "dana", sans-serif;
    color: #fff;
  }
  .breadcrumb_content .breadcrumb li a {
    color: #fff;
  }
  .breadcrumb_content .breadcrumb li a:after {
    content: "";
    width: 8px;
    height: 1px;
    background: #fff;
    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;
        position: relative;
  }
  
  /*============ 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 "dana", 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: "dana", 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 "dana", 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: "dana", sans-serif;
    z-index: -1;
    right: 0px;
    left:auto;
  }
  
  .banner_content {
    text-align: right;
  }
  .banner_content h2 {
    font: 700 60px/62px "dana", 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: "dana", 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: "dana", 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: 10%;
  }
  .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;
    right: 0;
  }
  .main_slider .slick-prev:before {
    content: "";
    font-family: "themify";
  }
  .main_slider .slick-next {
    z-index: 1;
    left: 0;
  }
  .main_slider .slick-next:before {
    content: "";
    font-family: "themify";
  }
  .main_slider .slick-active h2 span .char {
    animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation-delay: calc(60ms * var(--char-index));
  }
  .main_slider:hover .slick-prev, .main_slider:hover .slick-next {
    opacity: 1;
  }
  .main_slider .item_one {
    background: #f9c88e;
  }
  
  .splitting.animated .char {
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation-delay: calc(30ms * var(--char-index));
  }
  
  .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 =================*/
  .main_slider .portfolio_banner_text {
    text-align: right;
  }
  .main_slider .portfolio_banner_text h2 {
    font-size: 90px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 38px;
  }
  
  .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, #2e2743 0%, #0c1931 100%);
  }
  .home_banner_six .item_two .text {
    font-size: 650px;
    font-weight: 700;
    font-family: "dana", sans-serif;
    color: rgba(255, 255, 255, 0.02);
    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 {
    background-image: linear-gradient(90deg, #264b9e 0%, #041860 100%);
  }
  .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.main_slider .slick-prev, .home_banner_six.main_slider .slick-next {
    background: transparent;
  }
  .home_banner_six.main_slider .slick-prev:before, .home_banner_six.main_slider .slick-next:before {
    font-size: 30px;
  }
  
  /*================= 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: "dana", sans-serif;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
  }
  .promotion_tag span {
    font-weight: 700;
  }
  
  .b_content {
    position: relative;
    width: 100%;
    text-align: right;
  }
  .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 "dana", 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 "dana", 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 "dana", 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 {
    text-align: right;
  }
  .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: "dana", sans-serif;
    color: #333333;
    margin-left: 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 "dana", 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-right: 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;
    text-align: right;
  }
  .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;
    padding-right: 0;
  }
  .exprence_info .exprence_content ul li {
    position: relative;
    padding-right: 25px;
    margin-bottom: 10px;
  }
  .business_tips_slider .item ul li:before, .exprence_content ul li:before {
    content: '\f104';
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    color: #fc7c2c;
    font-size: 20px;
    margin: 0 0 0 10px;
}
  
  /*=========== 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: url("../img/home3/portfolio_bg.png") no-repeat scroll 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-right: -200px;
    padding: 80px 100px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    text-align: right;
  }
  .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 {
    padding-right: 0;
  }
  .business_tips_slider .list li {
    font-size: 16px;
    position: relative;
    padding-right: 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%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .business_tips_slider .slick-dots {
    left: 0px;
    text-align: left;
    padding-left: 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: "dana", 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 "dana", sans-serif;
    color: #333333;
    padding-bottom: 10px;
  }
  .skill_num .flex {
    font-size: 13px;
    flex: 1;
    text-align: left;
  }
  
  .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 "dana", 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;
    left: 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: "dana", sans-serif;
  }
  .skill_content .work_skill .skill_item p {
    font-weight: 400;
    font-weight: "dana", 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: url("../img/home1/slider/service-patterns.jpg") no-repeat scroll center 0/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: "dana", sans-serif;
    display: block;
    padding-top: 18px;
  }
  .service_item_one .media-body {
    padding-right: 25px;
    text-align: right;
  }
  .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: "dana", 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 {
    text-align: right;
  }
  .promo_info h2 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    padding-right: 58px;
  }
  .promo_info h2 img {
    position: absolute;
    right: 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;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .promo_area_two .promo_info {
    text-align: right;
  }
  .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_two .text-right {
    text-align: left !important;
  }
  
  /*============ 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: auto;
    margin-right: 0;
    padding-right: 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_area {
    text-align: right;
  }
  
  .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;
    padding-right: 0;
  }
  .service_details_sidebar ul li {
    font: 700 16px/32px "dana", sans-serif;
    color: #333333;
  }
  .service_details_sidebar ul li span {
    float: left;
    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-right: 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 "dana", 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: "dana", 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: "dana", 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 "dana", sans-serif;
    color: #333333;
    text-transform: uppercase;
  }
  .projects_gallery_one .projects_item .category a {
    font: 400 14px/26px "dana", 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;
    text-align: right;
  }
  .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: url("../img/home3/portfolio_bg.png") no-repeat scroll 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;
    width: 100%;
    text-align: right;
    padding-right: 80px;
  }
  .portfolio_item .portfolio_content:before {
    content: attr(data-text);
    font-size: 75px;
    font-family: "dana", sans-serif;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.1);
    line-height: 57px;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    right: 0;
  }
  .portfolio_item .portfolio_content h3 {
    font: 700 24px/28px "dana", sans-serif;
    letter-spacing: -0.26px;
    margin-bottom: 0px;
    color: #fff;
  }
  .portfolio_item .portfolio_content a {
    font-size: 16px;
    font-family: "dana", 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 "dana", 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: "dana", 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: url("../img/home5/portfolio_bg.jpg") no-repeat scroll center 0;
    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;
    text-align: right;
  }
  .protfolio_seven_item .content span {
    font: 400 18px "dana", 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-left: 70px;
  }
  
  .project_content {
    position: relative;
    text-align: right;
  }
  .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: "dana", sans-serif;
    color: #fc7c2c;
  }
  .project_content ul {
    margin-bottom: 25px;
    padding-right: 0;
  }
  .project_content ul li {
    font: 400 16px/30px "dana", 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;
    left: 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: 70px;
    padding-left: 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: "dana", 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: left;
  }
  .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-right: -250px;
  }
  
  .question_info {
    padding-right: 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 "dana", 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: right;
    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;
    left: 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: "dana", 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;
    align-items: center;
  }
  .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: "dana", 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 "dana", 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;
    padding-right: 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 "dana", 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;
    text-align: right;
  }
  .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: "dana", 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-right: 100px;
    text-align: right;
  }
  .team_details .media .media-body .f_social_icon {
    margin-right: 20px;
  }
  .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: "dana", 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-left: 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;
    left: -18px;
    top: auto;
    bottom: -12px;
  }
  .testimonial_info .testimonial_content .testimonial_img img {
    border-radius: 50%;
  }
  .testimonial_info .testimonial_content .media-body {
    text-align: right;
    overflow-x:hidden
  }
  .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: "dana", 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: url("../img/home3/testimonial_bg.jpg") no-repeat scroll center 0;
    background-attachment: fixed;
    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: url("../img/home2/video_bg.jpg") no-repeat scroll;
    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: auto;
    margin-right: 0;
    padding-right: 110px;
    text-align: right;
  }
  .video_right .video_content h5 {
    font: 700 18px "dana", 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 "dana", 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;
    direction: ltr;
  }
  .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;
    /*text-align: right;*/
  }
  .timeline_item .timeline_content h3 {
    font: 700 24px/38px "dana", sans-serif;
    color: #333333;
    margin-bottom: 0px;
  }
  .timeline_item .timeline_content h6 {
    font: 400 16px/20px "dana", 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: absolute;
    left: -10px;
    right:0;
  }
  .timeline_item .timeline_info span {
    font: 400 14px/26px "dana", 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 {
    text-align: right;
    left: 23px;
    right: auto;
  }
  .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 !important;
    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 "dana", 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;
    left: 0;
    background: transparent;
    padding: 0px;
    color: #fff;
  }
  
  #success, #error {
    position: relative;
    top: 10px;
    display: block;
    right: 0;
    left: 0;
    bottom: -15px;
    display: none;
    font-weight: 600;
  }
  
  #success {
    color: lawngreen;
  }
  
  #error {
    color: orangered;
  }
  
  /*========== 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 35px 0px 0px;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    font-size: 16px;
    font-family: "dana", 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;
    left: 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: "dana", 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: left;
  }
  .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;
    text-align: right;
  }
  .recent_news_item .img_radious {
    border-radius: 5px;
  }
  .recent_news_item .recent_news_content h3 {
    font: 700 24px/32px "dana", 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 "dana", sans-serif;
    color: #929292;
    letter-spacing: -0.3px;
    margin: 16px 0px 12px;
    display: block;
  }
  
  .post_meta a {
    font: 400 16px "dana", sans-serif;
    color: #666666;
    transition: color 0.2s linear;
    display: inline-block;
    /*direction: ltr;*/
    text-align: right;
  }
  .post_meta a i {
        right: -20px;
    position: absolute;
    font-size: 14px;
    padding-left: 7px;
  }
  .post_meta a + a {
    margin-right: 30px;
    position:relative;
  }
    .post_meta a i.icon_comment_alt {
    right: -25px;
  }
  .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: "dana", 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: 30px;
  }
  .creative_recent_news_item img {
    border-radius: 5px;
  }
  .creative_recent_news_item .hover_content {
    padding-top: 30px;
    text-align: right;
  }
  .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-left: 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: 80px;
  }
  .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;
    text-align: right;
  }
  .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-left: 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 "dana", sans-serif;
    letter-spacing: -0.36px;
    color: #333333;
    margin-bottom: 3px;
  }
  .blog_item .blog_content .author_details .media-body .text {
    font: 400 14px "dana", sans-serif;
    color: #fc7c2c;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .blog_item .blog_content h3 {
    font: 700 26px/34px "dana", 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 "dana", sans-serif;
    color: #333333;
    display: inline-block;
    position: relative;
    transition: color 0.2s linear;
  }
  .blog_container .recent_news_content .reade_btn i {
    padding-right: 5px;
  } 
  .blog_container .recent_news_content .reade_btn i.fa:before {
      content: "\f104";
  }
  .blog_container .recent_news_content .reade_btn:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    right: 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;
    text-align: right;
  }
  .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 "dana", sans-serif;
    color: #333333;
  }
  .post_details .recent_news_content .author_details .date {
    font: 400 15px "dana", 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 "dana", 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;
    left: 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-left: 50px;
  }
  .single_post .media-body ul {
    margin-bottom: 0;
    padding-top: 20px;
    padding-right: 0;
  }
  .single_post .media-body ul li {
    line-height: 32px;
    position: relative;
    padding-right: 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%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .post_category {
    font: 500 16px/28px "dana", sans-serif;
    padding-top: 20px;
  }
  .post_category .post-name {
    color: #333333;
    padding-left: 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-right: 30px;
  }
  .post_author .media-body h4 {
    font: 700 20px/28px "dana", sans-serif;
    letter-spacing: 0.2px;
    margin-bottom: 13px;
  }
  .post_author .media-body p {
    margin-bottom: 0px;
    color: #666666;
  }
  
  .comment-box {
    padding-right: 0;
  }
  .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-right: 25px;
  }
  .comment-box .post_author p {
    color: #666;
  }
  .comment-box .post_author .replay {
    font: 500 13px/34px "dana", sans-serif;
    color: #fff;
    background: #2a2273;
    text-align: center;
    padding: 0px 22px;
    display: inline-block;
    position: absolute;
    left: 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 "dana", sans-serif;
    color: #333333;
    background: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    height: 60px;
    padding-right: 30px;
    box-shadow: none;
    transition: all 0.2s linear;
    text-align:right;
  }
  .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: "dana", 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;
    text-align: right;
  }
  .widget ul {
    padding-right: 0;
  }
  .widget .widget-title {
    font: 700 24px "dana", 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 "dana", sans-serif;
    color: #9b9b9b;
    padding-bottom: 10px;
  }
  .widget_recent_entries ul li h4 {
    font: 700 16px/24px "dana", 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: "dana", 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-right: 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: right;
    padding: 2px;
  }
  .tag_list li a {
    font: 400 13px/40px "dana", 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 {
    transform: translateY(120%);
  }
  .shop_products_item:hover .hover_btn a {
    transform: translateY(0);
  }
  
  .hover_btn a {
    width: 60px;
    height: 60px;
    border-radius: 0px;
    background: #ff2951;
    font-size: 22px;
    color: #fff !important;
    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:before {
    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{
      top:3px;
  }
  .hover_btn a:nth-child(1) {
    transition: all 0.3s linear, background 0.2s linear;
  }
  .hover_btn a:nth-child(2) {
    transition: all 0.5s linear, background 0.2s linear;
  }
  .hover_btn a:hover:before {
    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: "dana", 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;
    text-align: right;
  }
  .shop_list_info .shop_list_item .media-body .shop_text {
    padding-top: 0px;
    padding-right: 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;
    text-align: right;
  }
  .single_product_wrapper p {
    margin-bottom: 0;
  }
  .single_product_wrapper p + p {
    margin-top: 30px;
  }
  
  .product_info .media-body {
    align-self: center;
    padding-right: 80px;
    text-align: right;
  }
  .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 "dana", sans-serif;
    color: #666666;
    margin-right: 20px;
  }
  .product_info .shop_wrapper .pr_single {
    font-family: "dana", sans-serif;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 23px;
  }
  .product_info .shop_wrapper .pr_single .product_title {
    font: 700 24px "dana", 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 "dana", 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-right: 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-left: 10px;
  }
  .product_info .shop_wrapper .add_wish_list {
    line-height: 45px;
    align-self: center;
    margin-right: 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 {
    color: #fe4ba9;
  }
  
  .product-qty {
    position: relative;
    font-size: 14px;
    color: #282828;
    margin-right: 10px;
    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;
    left: 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-right: 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 "dana", sans-serif;
    color: #333;
    padding: 15px 0px;
  }
  .additional_info .additional_item .additional_title {
    width: 188px;
    font-weight: 700;
    padding-right: 30px;
  }
  .additional_info .additional_item .addition_description {
    padding-right: 35px;
  }
  .additional_info .additional_item .addition_description a {
    color: #333;
  }
  
  .shop_title {
    font: 700 24px/30px "dana", sans-serif;
    color: #333;
    margin-bottom: 35px;
    margin-top: 70px;
  }
  
  .review .comment-box .post_author {
    padding-left: 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-right: 17px;
    float:left;
  }
  .page .star-rating span::before, .woocommerce .star-rating span::before,.page .star-rating::before, .woocommerce .star-rating::before {
          content: '\f005\f005\f005\f005\f005';
  }
  .page .star-rating, .woocommerce .star-rating{
          font-family: "Font Awesome 5 Free";
          width:6.6em;
  }
  .review .comment-box .post_author .media-body .ratting {
    font-size: 13px;
    color: #ffd146;
    margin-right: 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%);
    left: 100px;
  }
  .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 "dana", 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 12px "dana", sans-serif;
    color: #fff;
    position: absolute;
    transform: rotate(0deg);
    margin-bottom: 0;
    top: 56px;
    left: 56px;
  }
  div.wpcf7-response-output{
      direction:rtl;
  }
  .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;
    text-align: right;
  }
  .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: "dana", 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 "dana", sans-serif;
  }
  .billing_form .billing_form_area .form-row label{
      font-family: "dana" !important;
  }
  .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: "dana", sans-serif;
    color: #34373b;
    padding: 0px 20px;
    width:100%;
  }
  .woocommerce form .form-row.col-md-6{
      padding:0 0 0 15px;
  }
  .woocommerce form .form-row{
      padding:0;
  }
  span.woocommerce-input-wrapper select, span.woocommerce-input-wrapper input{
      width:100%;
  }
  .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 "dana", 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: "dana", 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 "dana", 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: "dana", 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 "dana", 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 25px 0px 0px;
    height: 15px;
    margin: 0px;
    top: -24px;
    z-index: 9;
    cursor: pointer;
    color: #34373b;
    font-family: "dana", 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;
    right: 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;
    right: 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 "dana", 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: 0px;
    margin-bottom: 0;
    padding-right: 16px;
  }
  .order_box_price .payment_list .price_single_cost li {
    font: 700 14px "dana", 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 "dana", sans-serif;
    line-height: normal;
    margin-bottom: 30px;
    color: #34373b;
    text-transform: uppercase;
  }
  .order_box_price .count_part h5 span {
    float: left;
    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 "dana", sans-serif;
    text-transform: inherit;
    line-height: normal;
    color: #34373b;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  .order_box_price .total_count h4 span {
    float: left;
    text-transform: uppercase;
    font-family: "dana", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #fc7c2c;
  }
  
  #payment {
    padding: 20px 0px;
  }
  #payment ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    padding-right: 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;
    right: 0;
    top: 14px;
    border-radius: 50%;
    position: absolute;
  }
  #payment ul li input[type=radio]:before {
    content: "";
    width: 16px;
    height: 16px;
    top: 0;
    right: 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;
    right: 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: "dana", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #777777;
    padding-right: 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: "dana", sans-serif;
  }
  .condition .l_text a {
    color: #fc7c2c;
  }
  
  /*=================== shopping_cart_area css ==============*/
  .shopping_cart_area {
    position: relative;
    text-align: right;
  }
  .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 "dana", 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;
    right: 0px;
    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 "dana", 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 "dana", sans-serif;
    color: #fc7c2c;
    vertical-align: middle;
  }
  .cart_table tbody tr td ins {
    font: 700 18px "dana", 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;
    left: 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;
    transform:rotate(180deg);
  }
  .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;
  }
  .table_footer .text-right {
    text-align: left !important;
  }
  
  /*=================== 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;
    text-align: right;
  }
  .price_item .price_header {
    text-align: center;
    padding: 20px 0px 10px;
  }
  .price_item .price_header .price {
    margin-top: 30px;
    position:relative;
  }
  .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: "dana", 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;
    text-align: right;
  }
  .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;
    padding-right: 0;
  }
  .pricing_list li {
    font-size: 14px;
    line-height: 40px;
    color: #666666;
    font-family: "dana", 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: 20px;
    vertical-align: super;
    position:absolute;
    right:56%;
  }
  .price .period {
    font-size: 13px;
    font-weight: 400;
  }
  .no-results.not-found{
      text-align:right;
  }
  
  /*============== price_area css ==============*/
  /*====================================================*/
  /*====================================================*/
  /** ======= Pre-loader =======**/
  /*======================[ 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;
    position: fixed;
    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: uppercase;
    letter-spacing: 10px;
    position: absolute;
    font-size: 70px;
    font-family: "dana", 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 ] ====================== */
  /*====== search_boxs ======*/
  .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;
    left: 0px;
    right:auto;
    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: "dana", 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;
    text-align: right;
  }
  .creative_banner_text h2 {
    color: #fff;
    font-size: 88px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-family: "dana", 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: "dana", 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 {
    text-align: right;
  }
  .creative_about_content h5 {
    font-size: 18px;
    font-weight: 700;
    font-family: "dana", sans-serif;
    color: #fc7c2c;
    letter-spacing: 1.98px;
    margin-bottom: 15px;
  }
  .creative_about_content h2 {
    font-family: "dana", sans-serif;
    line-height: 48px;
    color: #333333;
    margin-bottom: 25px;
  }
  .creative_about_content p {
    font-family: "dana", 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;
    }
   .menu  li.menu-item span.ti-angle-right.mobile_dropdown_icon{
        display:none;
    }
  }
  
  .footer_bottom_two {
    padding-top: 35px;
  }
  
  .copy_wright_text {
    font: 300 16px/26px "dana", 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_three css ===========*/
  .link_list li {
    margin-bottom: 15px;
  }
  .link_list li a {
    font: 400 15px/30px "dana", 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;
    text-align: right;
  }
  
  .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 {
    padding-right: 0;
  }
  .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 i.fa{
      margin-left:10px
  }
  .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 {
    padding-right: 0;
  }
  .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;
    text-align: right;
  }
  .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 {
    margin-bottom: 0;
    padding-top: 5px;
    padding-right: 0;
  }
  .creative_footer_area_two .f_creative_widget_info ol li {
    font-size: 16px;
    font-weight: 700;
    font-family: "dana", 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 ===========*/
  /*====================================================*/
  /*====================================================*/
  @media (max-width: 1300px) {
    .navbar .menu > .nav-item.submenu:nth-last-child(-n+2).submenu .dropdown-menu {
      left: 0 !important;
      right: auto !important;
    }
  }
  @media (max-width: 1199px) {
    .shop_list_info .shop_list_item .media-body .shop_text {
      padding-left: 0;
      padding-right: 20px;
    }
  
    .projects_wrapper .pr_details_img {
      padding-right: 0;
    }
  
    .projects_wrapper {
      padding: 40px;
    }
  }
  @media (max-width: 991px) {
    .recent_news_info_two {
      justify-content: center;
    }
  
    .testimonial_info .testimonial_content {
      padding-left: 0;
    }
  
    header.main_header_area_one .navbar .menu > .nav-item, .navbar .menu > .nav-item.submenu .dropdown-menu > .nav-item, .main_menu_one .navbar .menu > .nav-item {
      text-align: right;
    }
  
    header.navbar_fixed.main_header_area_one .navbar .menu > .nav-item, header.main_header_area_one .navbar .menu > .nav-item {
      padding-top: 5px;
      padding-bottom: 5px;
      transition: inherit;
    }
  
    header .mobile_dropdown_icon {
      top: 15px;
      left: 0;
      right: auto;
    }
  
    header .search_cart .mobile_dropdown_icon {
      display: none;
    }
  
    header .navbar-collapse .menu {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    header .header_top_info a {
      margin-left: 0;
      margin-right: 0;
    }
  
    .exprence_area .ex_img_info {
      padding-right: 0;
    }
  
    .faq_area .faq_img {
      margin-right: 0;
    }
  
    .question_info {
      padding-right: 0;
    }
  
    .main_slider .portfolio_banner_text h2 {
      font-size: 55px;
    }
  
    .creative_footer_area_two {
      padding-bottom: 70px;
    }
  
    .business_tips_slider {
      margin-right: 0;
    }
  
    .team_item_three .team_title {
      margin-bottom: 10px;
    }
  
    .post_meta a + a {
      margin-right: 30px;
      position:relative;
    }
    .product_info .media-body {
      padding-right: 15px;
    }
  
    .pr_details_img {
      text-align: right;
      padding-left: 0;
    }
  }
  @media (max-width: 776px) {
    .promo_area_two .promo_info .get_btn {
      margin-left: 0;
    }
  
    .promo_area_two .promo_info .text-right {
      text-align: right !important;
    }
  
    .f_creative_widget_info {
      padding-right: 15px;
    }
  
    .service_details_content .service_btn {
      padding-top: 0;
    }
  
    .comment-box .reply-comment .post-comment {
      padding-left: 0;
    }
  
    .shop_list_info .shop_list_item {
      text-align: right;
    }
  
    .shop_list_info .shop_list_item .media-body .shop_text {
      padding-right: 0;
    }
  
    .additional_info {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .review .comment-box .post_author {
      padding-left: 20px;
    }
  
    .table_footer .main_btn {
      margin-top: 10px;
    }
  }
  @media (max-width: 576px) {
    .item_one .slider_img {
      display: none;
    }
  
    .h_banner_seven_area .b_content h2 {
      font-size: 40px;
    }
  
    .promotion_tag {
      width: 170px;
      height: 170px;
      padding: 0px 15px;
    }
  
    .comment-box .reply-comment {
      padding-right: 0;
    }
  
    .comment-box .post_author .media-body, .post_author .media-body {
      padding-right: 0;
    }
  }





  /*============ Responsive CSS ==============*/
  
@media (max-width:1500px){
    .recent_item.one, .recent_item.three {
        width: 27.5%;
    }
    .recent_item.two {
        width: 45%;
    }
    .recent_news_info {
        margin-left: -8px;
        margin-right: -8px;
    }
    .recent_item {
        padding: 0px 8px;
    }
    .recent_item .recent_news_item .hover_content .media .media-body{
        padding-left: 10px;
    }
    .recent_item .recent_news_item .hover_content .border_left{
        left: 4px;
    }
    .recent_item .recent_news_item .hover_content{
        padding-left: 24px;
    }
    .creative_img .memphis_two{
        right: 0;
    }
    .portfolio_banner h2{
        font-size: 85px;
        line-height: 95px;
    }
}
@media (max-width:1300px){
    .team_info {
        margin-left: -5px;
        margin-right: -5px;
    }
    .navbar .menu > .nav-item.submenu:nth-last-child(-n+2).submenu .dropdown-menu {
        left: auto;
        right: 0;
    }
    .skill_info{
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }
    .skill_info h2 {
        font-size: 30px;
    }
    .web_skill_content p{
        padding-top: 0;
    }
    .home_banner_six .item_three .slider_img_two{
        max-width: 100%;
        margin-left: 0;
    }
    .home_banner_six .item_three .shape_left{
        bottom: 40px;
        left: 50px;
    }
}
@media (max-width:1199px){
    .creative_banner_text h2,.home_banner_six .portfolio_banner_text h2{
        font-size: 72px;
    }
    .navbar .menu > .nav-item{
        margin-right: 28px;
    }
    .about_img{
        margin-left: 30px;
    }
    .about_img img{
        max-width: 100%;
    }
    .custome_col{
        max-width: calc(100% / 4);
    }
    .projects_gallery_one .projects_item {
        padding: 0px 20px;
    }
    .projects_gallery_one .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .service_item{
        padding: 63px 20px;
    }
    .video_right .video_content {
        max-width: 470px;
        padding-left: 45px;
    }
    .hero-text .hero_content h1{
        font-size: 70px;
        line-height: 80px;
    }
    .team_area{
        height: 385px;
    }
    .team_content_info p{
        font-size: 16px;
        margin-bottom: 16px;
        margin-top: 20px;
    }
    .h_work_info{
        margin: 0px;
    }
    .business_tips_slider{
        padding: 30px 35px;
    }
    .business_tips_slider p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .business_tips_slider ul{
        margin-bottom: 0px;
    }
    .agency_video{
        height: 480px;
    }
    .agency_video .img {
        width: 450px;
        height: 455px;
    }
    .timeline_item .timeline_info,.timeline_item .timeline_content{
        width: 50%;
    }
    .timeline_item .timeline_content{
        padding-left: 0;
    }
    .timeline_item:nth-child(even) .timeline_content{
        padding-right: 0;
    }
    .b_content .promo_btn{
        right: 0;
    }
    .payment_item{
        padding: 40px 20px;
    }
    .pricing_info .price_item .price_body {
        padding: 36px 25px 50px;
    }
    .single_product_wrapper{
        max-width: 960px;
    }
    .pr_details_img {
        padding-right: 0px;
    }
    .service_details_sidebar{
        margin-right: 0px;
    }
    .shop_list_info .shop_list_item .media-body .shop_text {
        padding-left: 20px;
    }
    .sidbar_link_list li a{
        display: inline-block;
    }
    .team_details .media .media-body {
        padding-left: 20px;
    }
    .main_menu_one .navbar .menu > .nav-item{
        margin-right: 25px;
    }
    .banner_area_two {
        height: 625px;
    }
    .creative_recent_news_item img{
        max-width: 100%;
    }
    .f_widget{
        margin-bottom: 40px;
    }
    .skill_bg{
        background-size: cover;
    }
    .portfolio_item .portfolio_content:before{
        padding-right: 5px;
    }
    .portfolio_service_item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .b_image img{
        max-width: 100%;
    }
    .a_round.three{
        left: 0px;
    }
    .price_item .price_body {
        padding: 22px 0px 50px;
    }
    .cart_table tbody tr td{
        padding-left: 0px;
        padding-right: 0;
    }
    .home_banner_five .offset-lg-6{
        margin-left: 35%;
    }
    .main_slider.home_banner_five .shap{
        width: 250px;
    }
}

@media (max-width:991px){
    .about_img{
        margin-left: 0px;
        margin-top: 50px;
    }
    .about_img:before{
        height: 101%;
    }
    .promo_area,.promo_area .text-right{
        text-align: center !important;
    }
    .promo_area .get_btn {
        margin-top: 25px;
    }
    .promo_info h2 img{
        left: 0px;
    }
    .projects_gallery_one{
        max-width: 462px;
    }
    .custome_col {
        max-width: calc(100% / 3);
    }
    .recent_item.one, .recent_item.three,.recent_item.two{
        width: 100%;
    }
    .recent_item .recent_news_item img{
        width: 100%;
    }
    .recent_item .recent_news_item .hover_content .media img{
        width: auto;
    }
    .testimonial_info .testimonial_thumb .flex-control-nav li .item {
        width: 90px;
        height: 90px;
    }
    .video_left{
        height: 480px;
    }
    .video_right .video_content{
        max-width: 100%;
        padding: 0px 15px;
    }
    .clients_info .clients_item{
        width: calc(100% / 3);
    }
    .footer_top_three .f_widget.f_about_widget{
        padding-right: 0;
    }
    .footer_top_three .f_widget{
        margin-bottom: 30px;
    }
    .hero-text h1 br{
        display: none;
    }
    .work_area .h_work_info .h_work_item{
        margin-bottom: 30px;
    }
    .title{
        font-size: 40px;
    }
    .exprence_info .exprence_content{
        padding-top: 0px;
    }
    .ex_img_info{
        padding-left: 0px;
        padding-top: 40px;
    }
    .faq_area .align-items-center{
        justify-content: center;
    }
    .question_info{
        margin-top: 40px;   
    }
    .team_area{
        height: auto;
        background-size: cover;
    }
    .team_slider .owl-stage-outer {
        top: 0;
    }
    .team_slider .team_item .team_img {
        padding-right: 0;
    }
    .team_content_info{
        padding: 80px 0px 50px;
    }
    .clients_info{
        margin-bottom: 120px;   
    }
    .footer_area_two{
        padding-top: 120px;
    }
    .agency_details_area .justify-content-end{
        justify-content: center !important;
        margin-top: 40px;
    }
    .business_tips_slider {
        padding: 50px 35px;
        margin-left: 0;
        margin-bottom: 30px !important;
    }
    .web_skill_area .mac_img{
        display: none;
    } 
    .web_skill_area .web_skill_content{
        padding-top: 0px;
    }
    .pr_portfolio_gallery .pr_portfolio_item .portfolio_img img{
        width: 100%;
    }
    .protfolio_seven_item img{
        width: 100%;
    }
    .h_banner_seven_area{
        height: auto;
        padding-bottom: 100px;
    }
    .b_image{
        padding-top: 100px;
    }
    .b_content{
        padding: 80px 0px;
    }
    .b_content .promo_btn{
        top: 90px;
    }
    .b_image img{
        max-width: 100%;
    }
    .pricing_info_two .price_item{
        margin-bottom: 30px;
    }
    .pricing_info .price_item{
        margin-bottom: 50px;
    }
    .pricing_info .price_item .price_body,.pricing_info_two .price_item .price_body{
        text-align:center;
    }
    .pricing_info .price_item.active{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .pricing_info .price_item.active .price_header {
        padding-top: 46px;
    }
    .pricing_info .price_item .get_btn,.pricing_info_two .price_item .price_body .get_btn{
        display: inline-block;
    }
    .breadcrumb_content{
        padding-top: 60px;
    }
    .pricing_info_two .price_item .price_body{
        padding-left: 0;
        padding-right: 0;
    }
    .pricing_info_two .price_item{
        padding:0px 10px;
    }
    .pricing_info_two .price_item .price_header img{
        max-width: 100%;
    }
    .single_product_wrapper{
        max-width: 720px;
    }
    .project_content{
        margin-top: 40px;
    }
    .service_details_sidebar{
        padding: 50px 15px 55px;
    }
    .cart_table tbody tr td{
        padding: 23px 18px;
    }
    .cart_table tbody tr td.product{
        padding-left: 30px;
    }
    .product-qty .manual-adjust{
        width: 105px;
    }
    .cart_table tr th.product-thumbnail{
        padding-left: 35px;
    }
    .cart_table tbody tr td.price{
        width: 110px;
    }
    .table-bottom{
        padding: 20px;
    }
    .sidebar_right{
        margin-top: 50px;
    }
    .widget_flicker_gallery ul{
        max-width: 290px;
    }
    .sidebar_right .widget{
        margin-bottom: 40px;
    }
    .sidebar_right .widget:last-child{
        margin-bottom: 0px;
    }
    .blog_details {
        padding-right: 0px;
    }
    .checkout_info .form-group.text_file{
        height: 200px;
        margin-top: 20px;
    }
    .cart_total_box{
        padding: 58px 30px 50px;
        margin-top: 40px;
    }
    .cart_total_box .get_btn{
        margin-top: 20px;
    }
    .team_details .media .media-body .team_content_info{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .contact_info{
        justify-content: center;
    }
    .contact_info .info_item{
        margin-bottom: 30px;
        height: auto;
    }
    .error_area {
        padding: 79px 0px 150px;
    }
    .alter_nav,.navbar .menu > .nav-item.submenu.mega_menu{
        position: relative;
    }
    .navbar-collapse .alter_nav .menu{
        flex-wrap: wrap;
        flex-direction: initial;
        padding-top: 0;
    }
    .navbar-brand{
        padding: 10px 0px;
    }
    .navbar .menu > .nav-item{
        padding: 10px 0px;
        margin-right: 0;
    }
    .main_menu_one .navbar .menu > .nav-item{
        margin-right: 0px;
    }
    .navbar .menu > .nav-item .nav-link{
        display: inline-block;
    }
    .navbar-collapse {
        max-height: 400px;
        overflow-y: scroll;
        background: #fff;
    }
    .main_header_area_one .navbar .menu > .nav-item .nav-link{
        color: #333;
        line-height: 30px;
    }
    .navbar .menu > .nav-item.submenu .dropdown-menu > .nav-item > .nav-link {
        line-height: 35px;
    }
    .navbar-collapse .menu{
        padding: 10px 15px;
    }
    .navbar .menu > .nav-item.submenu.mega_menu > .dropdown-menu{
        padding: 0px;
    }
    .main_header_area_one .navbar .search_cart .nav-item .nav-link{
        color: #333;
    }
/*
    .navbar .menu > .nav-item.submenu .dropdown-menu{
        width: 100%;
        box-shadow: none;
        -webkit-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0.5s 0s;
        -moz-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0.5s 0s;
        -ms-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0.5s 0s;
        -o-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0.5s 0s;
        transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0.5s 0s;
        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        padding: 0px;
        margin: 0px;
    }
    .navbar .menu > .nav-item.submenu .dropdown-menu.show {
        -webkit-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        -moz-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        -ms-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        -o-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        max-height: 250px;
        overflow-y: scroll;
        display: block;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
    }
*/
    .main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu{
        padding: 0px;
    }
    .main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu.show{
        min-height: 400px;
        box-shadow: 3px 10px 30px 0px rgba(12, 0, 46, 0.1);
    }
    header .navbar .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar .menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item .dropdown-menu{
        padding: 10px 0px 7px 20px;
        display: block;
        visibility: visible;
        opacity: 1;
        transition: inherit;
        background: transparent;
    }
    .mobile_dropdown_icon{
        position: absolute;
        right: 0;
        top: 8px;
        font-size: 12px;
    }
    .navbar .menu > .nav-item.submenu .dropdown-menu,.navbar .menu > .nav-item.submenu .dropdown-menu > .nav-item > .dropdown-menu,.navbar .menu > .nav-item.submenu.mega_menu > .dropdown-menu{
        transition: inherit;
        text-align: right;
    }
    .navbar .menu > .nav-item.submenu.mega_menu > .dropdown-menu > .nav-item{
        padding-top: 10px;
        width: 100%;
    }
    .header_top_info a{
        margin-right: 4px;
    }
    .main_header_area .main_menu_one .get_btn{
        display: none;
    }
    .main_header_area + section {
        margin-top: 108px;
    }
    .navbar .offcanfas_menu > .nav-item{
        padding: 0px;
    }
    .navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu{
        display: none;
    }
    .creative_banner_area{
        min-height: 100%;
        height: 100%;
        padding: 150px 0px;
    }
    .main_header_area_one .navbar .navbar-brand{
        width: 120px;
    }
    .main_header_area_one .navbar .navbar-brand img{
        max-width: 100%;
    }
    .creative_about_img {
        margin-left: 33px;
        max-width: 465px;
        margin-bottom: 80px;
    }
    .promo_info .creative_btn_two{
        padding: 0px 38px;
    }
    .creative_banner_text{
        padding-top: 0;
    }
    .creative_img{
        text-align: center;
    }
    .creative_img .memphis_two{
        right: 100px;
    }
    .navbar .menu > .nav-item.submenu:nth-last-child(-n+2).submenu .dropdown-menu{
        left: 0;
        z-index: 0;
    }
    .main_header_area_one .navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item{
        margin-left: 0;
    }
    .work_area_two .h_work_info .h_work_item{
        margin-bottom: 30px;
    }
    .exprence_area .title br{
        display: none;
    }
    .clients_info,.team_info{
        justify-content: center;
    }
    .faq_area .faq_img{
        margin-left: 0;
        max-width: 100%;
    }
    .question_info {
        padding-left: 0px;
    }
    .skill_Left{
        background-size: cover;
    }
    .a_round.one{
        top: 80px;
    }
    .a_round.two{
        top: 95px;
    }
    .service_details_content .get_btn {
        padding: 0px 20px;
    }
    .service_details_content .f_social_icon{
        margin-left: 15px;
    }
    .navbar .menu > .nav-item.submenu.active > .nav-link:before{
        background: #333;
    }
    header.navbar_fixed.main_header_area_one .navbar .menu > .nav-item.active > .nav-link{
        color: #fc7c2c;
    }
    .pricing_info_two{
        justify-content: center;
    }
    .blog_container{
        padding-right: 15px;
    }
    .blockquote{
        padding: 63px 35px 63px 35px;
    }
    .order_box_price{
        margin-top: 40px;
    }
    .home_banner_five .offset-lg-6{
        margin-left: 0%;
    }
    .home_banner_six .item_three .slider_img_two{
        width: 250px;
        margin-bottom: 30px;
    }
    .item_one .slider_img{
        max-width: 100%;
        width: 400px;
    }
    .home_banner_six .item_two .shape_bottom{
        width: 450px;
    }
    .home_banner_six .slider_item.item_one{
        padding-top: 120px;
    }
}

@media (max-width:776px){
    .top_header_area{
        display: none;
    }
    .main_header_area + section {
        margin-top: 57px;
    }
    .banner_area_two {
        height: 520px;
    }
    .portfolio_filter .work_portfolio_item .f_item{
        font-size: 14px;
    }
    .portfolio_filter .work_portfolio_item:before{
        margin: 0px 10px 0px;
    }
    .testimonial_info .testimonial_thumb{
        max-width: 265px;
        overflow: hidden;
        margin-bottom: 50px;
    }
    .testimonial_info .testimonial_thumb .flex-control-nav li .item {
        width: 120px;
        height: 120px;
    }
    .testimonial_info .testimonial_content{
        padding-left: 0;
    }
    .portfolio_filter .work_portfolio_item .f_item{
        padding-bottom: 8px;
    }
    .projects_gallery_one .projects_item .hover_content{
        padding:7px 50px 45px;
    }
    .projects_gallery_one .projects_item .hover_content .icon{
        top: -37px;
    }
    .projects_gallery_one .projects_item{
        margin-bottom: 20px;
    }
    .promo_info h2{
        padding-left: 39px;
    }
    .promo_info h2 img {
        left: 0;
    }
    .hero-text .hero_content h1 {
        font-size: 38px;
        line-height: 48px;
    }
    .hero-text .hero_content h1 br{
        display: none;
    }
    .custome_col {
        max-width: calc(100% / 2);
    }
    .projects_gallery_one .row {
        margin-bottom: -20px;
    }
    .sec_pad,.video_right{
        padding: 80px 0px;
    }
    .exprence_area{
        padding-bottom: 80px;
    }
    .banner_content h2 {
        font-size: 45px;
        line-height: 56px;
    }
    .banner_content p br{
        display: none;
    }
    .clients_info .clients_item {
        width: calc(100% / 2);
    }
    .h_contact_info_area .container,.h_contact_info{
        max-width: 100%;
    }  
    .skill_bg{
        background-size: cover;
    }
    .banner_area_two .banner_content{
        text-align: center;
    }
    .banner_content .h_text{
        text-align: left;
    }
    .title br,.work_section_title h2 br{
        display: none;
    }
    .work_section_title h2{
        margin-bottom: 20px;
    }
    .portfolio_area_three .portfolio_item{
        max-width: 470px;
        margin-left: auto;
        margin-right:auto;
    }
    .portfolio_area_three .portfolio_item img{
        width: 100%;
    }
    .question_info .card .card-header button{
        font-size: 15px;
        padding: 18px 20px 18px 70px;
    }
    .recent_news_area .recent_news_item{
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .recent_news_area .recent_news_item img{
        width: 100%;
    }
    .footer_area_two{
        text-align: center;
    }
    .footer_area_two .text-right{
        text-align: center !important;
    }
    .footer_bottom_two .justify-content-end{
        justify-content: center !important;
    }
    .footer_top_one .f_social_icon {
        margin-bottom: 20px;
    }
    .footer_bottom_two .justify-content-end .copy_wright_text,.footer_top_two p{
        margin-top: 25px;
    }
    .footer_bottom_two {
        padding-top: 22px;
    }
    .clients_info {
        margin-bottom: 80px;
    }
    .footer_area_two{
        padding: 80px 0px;
    }
    .work_section_title h2{
        font-size: 30px;
    }
    .h_work_info .h_work_item h3{
        font-size: 22px;
    }
    .title {
        font-size: 30px;
        line-height: 45px;
    }
    .title br{
        display: none;
    }
    .hero-text h1 {
        font-size: 32px;
        line-height: 48px;
    }
    .question_info .card .card-body{
        padding: 20px 15px 20px 20px;
    }
    .banner_four_content h1{
        font-size: 43px;
    }
    .banner_four_content h5 {
        font-size: 23px;
        line-height: 24px;
    }
    .b_service .b_service_item{
        width: calc(100% / 2);
        padding-bottom: 20px;
    }
    .scroll_top{
        bottom: 10px;
    }
    .skill_progressbar_area .p_absoulte{
        background-size: cover !important;
    }
    .timeline_item .timeline_content{
        flex-direction:inherit !important;
        padding-left: 15px;
    }
    .timeline_item .timeline_info, .timeline_item .timeline_content{
        width: 100%;
    }
    .timeline_item .timeline_marker{
        margin-left: 0;
        margin-right: 25px;
    }
    .timeline_item .timeline_info{
        left: 0;
    }
    .timeline_item:nth-child(even) .timeline_info{
        text-align: left;
        right: 0;
    }
    .timeline_item:nth-child(even) .timeline_content{
        padding-left: 15px;
    }
    .timeline_item .timeline_content .media-body{
        text-align: right;
    }
    .timeline_item .timeline_info{
        margin-bottom: 20px;
        padding-right: 15px;
        position:unset;
        text-align:left;
    }
    .timeline{
        padding-bottom: 0;
    }
    .timeline:before{
        left: 50px;
    }
    .timeline:after{
        left: 20px;
        margin-left: 0;
    }
    .portfolio_banner h1 {
        font-size: 12vw;
        line-height: 1.3em;
    }
    .b_image .leaf_two{
        right: 0;
    }
    .single_product_wrapper{
        max-width: 100%;
        padding: 0px 15px;
    }
    .product_info .media-body{
        padding-left: 15px;
    }
    .service_details_sidebar{
        margin-bottom: 30px;
    }
    .cart_table{
        background: transparent;
        box-shadow: none;
    }
    .table_footer .input-group{
        width: 100%;
    }
    .table_footer .main_btn{
        width: 100%;
        margin-top: 0px;
    }
    .cart_table tr th{
        display: none;
    }
    .cart_table tbody tr{
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 40px;
        background: #f5f5f5;
        padding: 0px 15px;
    }
    .cart_table tbody tr td{
        display: block;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        padding-bottom: 20px;
        padding-top: 20px !important;
        margin-bottom: 0px;
        border: 0px;
        border-bottom: 1px solid #ededed;
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
    }
    .cart_table tbody tr td.product{
        padding-left: 0px;
    }
    .cart_table tbody tr td:before{
        content: attr(data-title) ": ";
        float: right;
        font: 700 18px "dana", sans-serif;
        color: #333;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        right: 0;
    }
    .cart_table tbody tr td .media{
        display: inline-block;
        width: auto;
        float: left;
        text-align: left;
    }
    .cart_table tbody tr td .media .media-left{
        display: inline-block;
        text-align: right;
        margin-bottom: 15px;
    }
    .cart_table tbody tr td .media .remove{
        right: 0;
        left: auto;
    }
    .cart_table tbody tr td.price{
        width: 100%;
        text-align: left;
    }
    .cart_table tbody tr td .product-qty{
        float: left;
    }
    .cart_table tbody tr td:last-child{
        border-bottom: 0px;
    }
    
    .blog_container .recent_news_item{
        margin-bottom: 45px;
    }
    .blog_container .recent_news_content h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .recent_news_item img,.cart_total_box .shop_table{
        width: 100%;
    }
    .blockquote{
        padding: 45px 30px 54px 30px;
    }
    .single_post{
        display: block;
    }
    .single_post .media-body{
        padding-right: 0;
        padding-top: 40px;
    }
    .comment-box .post_author{
        padding: 43px 15px 30px;
    }
    .comment-box .post_author .media-body{
        padding-left: 15px;
    }
    .cart_total_box{
        display: block;
    }
    .team_details .media{
        display: block;
    }
    .team_details .media .media-body{
        padding-left: 0px;
        padding-top: 30px;
    }
    .team_skill_info .web_skill_content{
        padding-top: 0px;
    }
    .projects_wrapper{
        padding: 70px 30px;
    }
    .hamburger-menu-wrepper{
        padding: 15px;
    }
    .hamburger-menu-wrepper .animation-box .menu-box{
        width: 95%;
    }
    .navbar .offcanfas_menu > .nav-item .nav-link {
        font-size: 26px;
        line-height: 30px;
    }
    .navbar .offcanfas_menu > .nav-item.submenu .nav-link:after{
        line-height: 30px;
    }
    .home_banner_five .portfolio_banner{
        padding-top: 50px;
    }
    .header_area_five {
        padding: 15px 0px;
    }
    .table-bottom {
        display: block;
        text-align: center;
    }
    .footer_top_three {
        padding: 80px 0px 50px;
    }
    .sec_pad{
        padding: 80px 0px;
    }
    .portfolio_area_two,.contact_inner,.service_area_three,.testimonial_area_one{
        padding-top: 80px;
    }
    .contact_info{
        margin-bottom: 50px;
    }
    .service_area_two .row{
        margin-bottom: -30px;
    }
    .skill_progressbar_area .web_skill_content{
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .recent_news_item .recent_news_content h3{
        line-height: 30px;
    }
    .recent_news_area_two.dark_one {
        padding: 0px 0px 55px;
    }
    .footer_top_one p br{
        display: none;
    }
    .testimonial_info{
        max-width: 100%;
        margin-left: -15px;
        margin-right: -15px;
    }
    .testimonial_info .testimonial_content .media{
        display: block;
    }
    .testimonial_info .testimonial_content .testimonial_img{
        margin-bottom: 50px;
    }
    .recent_news_area_three{
        padding-top: 50px;
    }
    .creative_recent_news_item{
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
    .promo_info .text-right{
        text-align: left !important;
    }
    .promo_info .get_btn{
        margin-left: 40px;
        margin-top: 25px;
    }
    .creative_img .memphis_two img{
        position: relative !important;
    }
    .creative_img .memphis_two {
        right: 0px;
        bottom: 0;
    }
    .creative_about_img .about_img_one{
        max-width: 100%;
    }
    .creative_about_content h2{
        line-height: 38px;
    }
    .text_shadow {
        font-size: 450px;
    }
    .skill_content .work_skill .skill_item{
        width: 50%;
        margin-bottom: 40px;
    }
    .skill_content .work_skill .skill_item:nth-child(even):before{
        border: 0px;
    }
    .hero-text .border_box{
        width: calc(100% - 100px);
    }
    .skill_Left{
        height: 500px;
    }
    .video_area_three .video_info{
        max-width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }
    .project_content .get_btn{
        position: relative;
        margin-bottom: 20px;
    }
    .shop_list_info .shop_list_item{
        display: block;
    }
    .shop_list_info .shop_list_item .media-body .shop_text{
        padding-left: 0;
        padding-top: 30px;
    }
    .home_banner_six .portfolio_banner_text h2{
        font-size: 50px;
    }
    .home_banner_six .item_two .portfolio_banner_text h2{
        font-size: 70px;
    }
    .home_banner_six{
        height: 750px;
    }
    
}

@media (max-width:720px){
    .product_info{
        display: block;
        margin-bottom: 0;
        padding-top: 0;
    }
    .product_info:before{
        display: none;
    }
    .product_info .media-body{
        padding-left: 0px;
        padding-top: 35px;
    }
    .review .comment-box .post_author {
        padding-right: 20px;
    }
    .creative_img img{
        max-width: 100%;
    }
    .portfolio_banner h2 {
        font-size: 70px;
        line-height: 80px;
    }
}

@media (max-width:576px){
    .creative_banner_text h2 {
        font-size: 50px;
    }
    .about_img:before{
        top: -1px;
        left: -1px;
        width: 103%;
        height: 101%;
    }
    .projects_gallery_one .projects_item{
        padding: 0 15px;
    }
    .projects_gallery_one .row{
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -20px;
    }
    .projects_gallery_one .projects_item .portfolio_img.left_content .p_content{
        padding-left: 20px;
        padding-right: 25px;
    }
    .projects_gallery_one .projects_item .p_content{
        min-width: 280px;
        padding: 30px 25px 25px 20px;
    }
    .projects_gallery_one .projects_item .hover_content {
        padding: 7px 50px 45px;
    }
    .projects_gallery_one .projects_item .hover_content .icon {
        top: -27px;
    }
    .video_info{
        padding-left: 10px;
        padding-right: 10px;
    }
    .video_info h4{
        font-size: 22px;
    }
    .section_title h2{
        font-size: 32px;
        line-height: 35px;
    }
    .section_title p{
        font-size: 14px;
    }
    .h_contact_info .h_contact_info_item{
        width: 100%;
        padding-top: 50px;
    }
    .h_contact_info .h_contact_info_item .icon.one{
        margin-top: 0;
    }
    .h_contact_info .h_contact_info_item .icon{
        margin-bottom: 20px;
    }
    .h_contact_info .h_contact_info_item:before,.skill_content .work_skill .skill_item:before{
        display: none;
    }
    .skill_content .work_skill .skill_item{
        width: 100%;
        margin-bottom: 20px;
    }
    .skill_content h2 {
        font-size: 36px;
        line-height: 45px;
    }
    .skill_content p {
        font-size: 16px;
        line-height: 30px;
    }
    .banner_content h2 {
        line-height: 45px;
        font-size: 35px;
    }
    .banner_content h2 br{
        display: none;
    }
    .ex_img_info .ex_img,.ex_img_info .ex_img img{
        width: 100%;
    }
    .ex_img_info{
        display: block;
    }
    .ex_img_info .ex_img.img_one{
        margin-bottom: 120px;
    }
    .h_work_info .h_work_item .icon_number{
        margin-bottom: 25px;
    }
    .team_content_info{
        display: block;
    }
    .team_content_info .social_icon{
        text-align: left;
        margin-top: 10px;
    }
    .b_service .b_service_item{
        width: 100%;
    }
    .home_banner_four {
        height: 800px;
    }
    .agency_video {
        height: 360px;
    }
    .agency_video .rounded_circle {
        width: 320px;
        height: 320px;
    }
    .agency_video .img {
        width: 320px;
        height: 325px;
    }
    .work_content .work_button .get_btn{
        margin: 0px;
    }
    .work_content .work_button{
        display: block;
    }
    .b_content .promo_btn{
        position: relative;
        top: 0;
        margin-bottom: 10px;
    }
    .b_image img {
        max-width: 80%;
    }
    .shop_products_item .products_img img{
        width: 100%;
    }
    .protfolio_seven_item .content {
        bottom: 30px;
        left: 35px;
    }
    .additional_info .additional_item{
        display: block;
        padding-bottom: 0px;
    }
    .additional_info {
        padding: 15px 20px 28px;
    }
    .additional_info:before,.skill_content h2 br{
        display: none;
    }
    .additional_info .additional_item .additional_title,.additional_info .additional_item .addition_description{
        padding-left: 0px;
        padding-bottom: 5px;
    }
    .project_content .get_btn{
        margin-bottom: 15px;
    }
    .shop_list_info .shop_list_item{
        display: block;
    }
    .shop_list_info .shop_list_item .media-body .shop_text{
        padding-top: 35px;
        padding-left: 0;
    }
    .shop_list_info .shop_list_item img{
        max-width: 100%;
    }
    .shop_area .blog_pagination .nav-links {
        padding-top: 0px;
    }
    .team_item_three .team_img img{
        width: 100%;
    }
    .error_content h1 span {
        font-size: 85px;
    }
    .error_content h1 {
        font-size: 146px;
        line-height: 116px;
    }
    .error_content h2{
        font-size: 24px;
    }
    .error_content p {
        font-size: 16px;
    }
    .error_area {
        padding: 45px 0px 80px;
    }
    .home_slider_one .owl-dots{
        top: auto;
        transform: translateY(0);
        bottom: 10px;
    }
    .home_slider_one .owl-dots .owl-dot{
        display: inline-block;
        margin: 0px 4px;
    }
    .video_area_one{
        padding: 80px 0px;
    }
    .video_info{
        padding: 65px 0px 55px;
    }
    .portfolio_banner h2{
        font-size: 14vw;
        line-height: 1.3em;
    }
    .creative_about_img .text{
        max-width: 130px;
        text-align: center;
        padding: 16px 14px;
    }
    .creative_about_img .text span{
        padding-top: 0px;
    }
}

@media (max-width:520px){
    .comment-box .post_author,.post_author{
        padding: 30px;
        display: block;
    }
    .comment-box .post_author .media-body,.post_author .media-body{
        padding-left: 0px;
        padding-top: 25px;
    }
    .work_area .h_work_info .h_work_item{
        display: block;
        text-align: center;
    }
    .h_work_info .h_work_item .icon_number {
        margin-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
    }
    .service_details_content .service_btn{
        display: block !important;
    }
    .service_details_content .f_social_icon{
        margin-left: 0;
        padding-top: 10px;
    }
    .main_slider.home_banner_five .shap{
        width: 120px;
    }
    .main_slider .shadow_text{
        display: none;
    }
}

@media (max-width:450px){
    .custome_col{
        max-width: 100%;
    }
    .team_item img{
        width: 100%;
    }
    .clients_info .clients_item {
        width: 100%;
    }
    .section_title h2{
        font-size: 26px;
        line-height: 33px;
    }
    .section_title h6{
        font-size: 14px;
        line-height: 16px;
    }
    .portfolio_item .portfolio_content h3{
        font-size: 23px;
        line-height: 27px;
    }
    .question_info .title {
        font-size: 26px;
    }
    .work_section_title h2 {
        font-size: 28px;
    }
    .video_info_two{
        padding: 100px 0px;
    }
    .video_info_two h4{
        font-size: 22px;
        line-height: 28px;
    }
    .video_info_two p{
        font-size: 16px;
    }
    .review .comment-box .post_author{
        display: block;
    }
    .post_author .media-body{
        padding-left: 0;
        padding-top: 30px;
    }
    .review .comment-box .post_author .media-body .comment-meta{
        display: block;
        overflow: hidden;
    }
    .review .comment-box .post_author .media-body .ratting{
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .product_info img{
        max-width: 100%;
    }
    .breadcrumb_content h2{
        font-size: 30px;
        margin-bottom: 0;
    }
    .breadcrumb_content .breadcrumb li{
        font-size: 14px;
    }
    .service_details_content{
        display: block;
    }
    .service_details_content .social_icon{
        margin-left: 0px;
    }
    .blog_pagination .page-numbers.prev, .blog_pagination .page-numbers.next{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .blog_pagination .page-numbers{
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .blog_pagination .page-numbers.prev{
        margin-right: 15px;
    }
    .blog_pagination .page-numbers.next{
        margin-left: 15px;
    }
    .comment-box .reply-comment .post-comment{
        padding-left: 0px;
    }
    .hero-text .hero_content h5 {
        font-size: 15px;
        line-height: 26px;
    }
    .hero-text .hero_content h1 {
        font-size: 26px;
        line-height: 38px;
    }
    .projects_wrapper .pr_navbar a i{
        padding-right: 5px;
    }
    .projects_wrapper .pr_navbar a + a i{
        padding-left: 5px;
    }
    .projects_wrapper {
        padding: 70px 15px;
    }
    .creative_recent_news_item .hover_content h4{
        font-size: 22px;
    }
    .text_shadow {
        font-size: 350px;
    }
    .banner_content .h_text{
        font-size: 30px;
        line-height: 32px;
    }
    .home_banner_six .item_two .portfolio_banner_text h2{
        font-size: 50px;
    }
}

@media (max-width:375px){
    .recent_news_item .post_meta{
        padding:0 15px 0 0;
    }
    .post_meta a i{
            right: 10px;
    }
    .woocommerce form .form-row.col-md-6,.woocommerce form .form-row{
        padding:0 15px !important;
    }
    .promo_area_two .promo_info h2 {
        font-size: 27px;
        line-height: 36px;
    }
    .home_banner_six .portfolio_banner_text h2{
        font-size: 40px;
    }
}



/* ====================Modified CSS============================ */
.alter_nav{
  margin-left: 0;
}
.navbar .menu > .nav-item:last-child{
  margin-right: 45px;
}
.main_slider .slider_item {
  display: flex !important;
  align-items: center;
  float: right;
}
.blog_container .recent_news_item.tag-sticky-2 .sticky_label,
.comment-box .post_author .comment-reply-link{
  left: 0;
  right: inherit;
}
.blog_details{
  padding: 0 0 0 30px;
}
.recent_news_content .wp-block-column > ul > li:before{
  content: '\f104';
  right: -25px;
}
.recent_news_content ul, .recent_news_content ol{
  padding: 0 25px 0 0;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
  margin: 0 0 0 25px;
}
.view-style .list-style, .view-style .grid-style{
  margin: 0 0 0 20px;
}
.blog_container,
.page .entry-content{
  padding: 0 0 0 40px;
}
.slick-slide{
  float: right;
}
.widget.widget_recent_comments ul#recentcomments li::before, .widget.widget_nav_menu ul li a:before, .widget.widget_meta ul li a:before, .widget.widget_pages ul li a:before, .widget.widget_archive ul li a:before, .widget.widget_categories ul li a:before, .widget.widget_meta ul li a:before{
  content: '\34';
  right: 0;
  left: inherit;
}
.widget.widget_nav_menu ul li a, .widget.widget_meta ul li a, .widget.widget_pages ul li a, .widget.widget_archive ul li a, .widget.widget_categories ul li a, .widget.widget_meta ul li a{
  padding: 0 18px 0 0;
  display: inline-block;
}
.widget ul li a span{
  float: left;
  margin: 0 5px 0 0;
}
.creative_footer_area .f_creative_widget_link ul#recentcomments li:before,
.f_creative_widget_link ul li a:before{
  right: 0;
  left: inherit;
  /*top: 18px;*/
}
.f_creative_widget_link ul li a{
  display: inline-block;
}
.f_creative_widget_link ul li a span{
  float: left;
  margin: 0 5px 0 0;
}
ul#recentcomments li.recentcomments,
.f_creative_widget_link ul li a{
  padding: 0 15px 0 0;
}
.footer_widgets .nav-link{
	padding:0 15px 0 0;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before{
    content:"";
    margin:0;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{
  position: absolute !important; 
}
.tinv-wishlist .social-buttons li{
        float: right !important;
    margin-left: 5px !important;
    list-style: none !important;
    margin-top:0 !important;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{
    line-height:50px;
        font-size: 32px;
}