@charset "UTF-8";
/* ------------------------------------------------------
@File: Default Styles
@Author: Themazine
@Developed By: Emran Khan
@Developer URL: http://emran-khan.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
------------------------------------------------------- */
/* ======================================================
@Template Name: Konsul
@Author: Themazine 
@Default Styles

Table of Content:
01/ Variables
02/ Prefix
03/ Header
04/ Slider
05/ Consutlting
06/ Steps
07/ Experiences 
08/ Project
09/ News
10/ Mission
11/ Team
12/ Service 
13/ Form
14/ Gallery  
15/ Form  
16/ Faq  
17/ Shop 
18/ Footer  
19/ Responsive   

===================================================== */
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/* Bottom to Top key frame*/
@import url(../css/bootstrap.min.css);
@import url(../css/font-awesome.min.css);
@import url(../vendors/flat-icon/flaticon.css);
@import url(../vendors/animate-css/animate.css);
@import url(../vendors/owl-carousel/owl.carousel.min.css);
@import url(../vendors/magnify-popup/magnific-popup.css);
@import url(../vendors/jquery-ui/jquery-ui.min.css);
@import url(../vendors/bootstrap-selector/nice-select.css);
@import url(../vendors/revolution/css/settings.css);
@import url(../vendors/revolution/css/layers.css);
@import url(../vendors/revolution/css/navigation.css);
@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,700|Source+Sans+Pro:400,400i,600,700");
@-webkit-keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
@-moz-keyframes BottomToTop {
  49% {
    -moz-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
@keyframes BottomToTop {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
/* Button Style */
.theme_btn {
  color: #fff;
  background: #3e54ff;
  text-align: center;
  font: 500 18px/50px "Poppins", sans-serif;
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  padding: 0 20px;
  position: relative;
}
.theme_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.702);
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.theme_btn:hover, .theme_btn:focus {
  color: #fff !important;
}
.theme_btn:hover:before, .theme_btn:focus:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Preloader CSS */
#preloader {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  margin-top: 0px;
  top: 0px;
}
#preloader #loader {
  bottom: 0;
  height: 175px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 175px;
}
#preloader #loader .dot {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 87.5px;
}
#preloader #loader .dot::before {
  border-radius: 100%;
  content: "";
  height: 87.5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  width: 87.5px;
}
#preloader #loader .dot:nth-child(7n+1) {
  transform: rotate(45deg);
}
#preloader #loader .dot:nth-child(7n+1)::before {
  animation: 0.8s linear 0.1s normal none infinite running load;
  background: #00ff80 none repeat scroll 0 0;
}
#preloader #loader .dot:nth-child(7n+2) {
  transform: rotate(90deg);
}
#preloader #loader .dot:nth-child(7n+2)::before {
  animation: 0.8s linear 0.2s normal none infinite running load;
  background: #00ffea none repeat scroll 0 0;
}
#preloader #loader .dot:nth-child(7n+3) {
  transform: rotate(135deg);
}
#preloader #loader .dot:nth-child(7n+3)::before {
  animation: 0.8s linear 0.3s normal none infinite running load;
  background: #00aaff none repeat scroll 0 0;
}
#preloader #loader .dot:nth-child(7n+4) {
  transform: rotate(180deg);
}
#preloader #loader .dot:nth-child(7n+4)::before {
  animation: 0.8s linear 0.4s normal none infinite running load;
  background: #0040ff none repeat scroll 0 0;
}
#preloader #loader .dot:nth-child(7n+5) {
  transform: rotate(225deg);
}
#preloader #loader .dot:nth-child(7n+5)::before {
  animation: 0.8s linear 0.5s normal none infinite running load;
  background: #2a00ff none repeat scroll 0 0;
}
#preloader #loader .dot:nth-child(7n+6) {
  transform: rotate(270deg);
}
#preloader #loader .dot:nth-child(7n+6)::before {
  animation: 0.8s linear 0.6s normal none infinite running load;
  background: #9500ff none repeat scroll 0 0;
}
#preloader #loader .dot:nth-child(7n+7) {
  transform: rotate(315deg);
}
#preloader #loader .dot:nth-child(7n+7)::before {
  animation: 0.8s linear 0.7s normal none infinite running load;
  background: magenta none repeat scroll 0 0;
}
#preloader #loader .dot:nth-child(7n+8) {
  transform: rotate(360deg);
}
#preloader #loader .dot:nth-child(7n+8)::before {
  animation: 0.8s linear 0.8s normal none infinite running load;
  background: #ff0095 none repeat scroll 0 0;
}

@keyframes load {
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes load {
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/*----------------------------------------------------*/
/*Prefix Styles*/
body {
  font-family: "Poppins", sans-serif;
  /*Section Fix*/
  /*Ancore*/
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
}
body p {
  color: rgba(0, 0, 0, 0.702);
  margin: 0;
  font: 400 16px/32px "Source Sans Pro", sans-serif;
}
body ul {
  margin: 0;
  padding: 0;
}
body ul li {
  list-style: none;
}
body section.row, body header.row, body footer.row {
  margin: 0;
}
body #success {
  display: none;
}
body #error {
  display: none;
}
body iframe {
  border: none;
}
body i:before {
  margin-left: 0px !important;
}
body a, body .btn, body button {
  outline: none;
  transition: all 300ms linear 0s;
}
body a:before, body a:after, body .btn:before, body .btn:after, body button:before, body button:after {
  transition: all 300ms linear 0s;
}
body a:focus, body a:hover, body .btn:focus, body .btn:hover, body button:focus, body button:hover {
  outline: none;
  text-decoration: none;
  transition: all 300ms linear 0s;
}

/*----------------------------------------------------*/
/* Header Area */
.header_top_area {
  width: 100%;
  display: block;
  background: #1e222f;
}
.header_top_area .header_social {
  text-align: right;
}
.header_top_area .header_social li {
  display: inline-block;
  padding-left: 25px;
}
.header_top_area .header_social li:first-child {
  padding-left: 0;
}
.header_top_area .header_social li a {
  padding: 0;
  color: #fefefe;
  font: 400 16px/70px "Source Sans Pro", sans-serif;
}
.header_top_area .header_social li a i {
  padding: 0;
}
.header_top_area .header_social li a i:before {
  speak: none;
  display: block;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-animation: TopToBottom 0.3s forwards;
  -moz-animation: TopToBottom 0.3s forwards;
  animation: TopToBottom 0.3s forwards;
}
.header_top_area .header_social li a:hover i:before, .header_top_area .header_social li a:focus i:before {
  -webkit-animation: BottomToTop 0.3s forwards;
  -moz-animation: BottomToTop 0.3s forwards;
  animation: BottomToTop 0.3s forwards;
}
.header_top_area .header_social li:last-child {
  padding: 0;
}
.header_top_area .header_social li.login_btn {
  padding-left: 50px;
}
.header_top_area .header_social li.login_btn a {
  background: transparent;
  min-width: 85px;
}
.header_top_area .header_social li .theme_btn {
  font: 600 18px/70px "Source Sans Pro", sans-serif;
  min-width: 177px;
  padding: 0;
  background: #364ae3;
}
.header_top_area .left_menu li {
  display: inline-block;
  padding-left: 20px;
}
.header_top_area .left_menu li:first-child {
  padding-left: 0;
}
.header_top_area .left_menu li a {
  color: #fff;
  font: 600 16px/70px "Source Sans Pro", sans-serif;
}
.header_top_area .left_menu li a:hover, .header_top_area .left_menu li a:focus {
  color: #3e54ff;
}
.header_top_area .left_menu li.dropdown {
  position: relative;
  padding-left: 40px;
}
.header_top_area .left_menu li.dropdown:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 23px;
  border-left: 1px solid #333a4f;
  height: 26px;
}
.header_top_area .left_menu li.dropdown .dropdown-toggle {
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}
.header_top_area .left_menu li.dropdown .dropdown-toggle:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 10px;
  font: normal normal normal 15px FontAwesome;
  color: #3e54ff;
  border: 0;
}
.header_top_area .left_menu li.dropdown .dropdown-toggle:hover:after, .header_top_area .left_menu li.dropdown .dropdown-toggle:focus:after {
  color: #3e54ff;
}
.header_top_area .left_menu li.dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  z-index: 99999;
  position: absolute;
  top: 100%;
  left: 20px;
  min-width: 180px;
  border: none;
  background-color: #1e222f;
  display: block;
  transition: all 300ms linear 0s;
  transform: rotateX(-90deg);
  transform-origin: top;
}
.header_top_area .left_menu li.dropdown .dropdown-menu li {
  display: block;
  padding: 0;
}
.header_top_area .left_menu li.dropdown .dropdown-menu a {
  background-color: transparent;
  font: 400 16px/35px "Poppins", sans-serif;
  color: #cdcccc;
  margin: 0;
  padding: 0 20px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.702);
}
.header_top_area .left_menu li.dropdown .dropdown-menu a:before {
  display: none;
}
.header_top_area .left_menu li.dropdown .dropdown-menu a:hover, .header_top_area .left_menu li.dropdown .dropdown-menu a:focus {
  color: #3e54ff;
  border-left: 4px solid #3e54ff;
}
.header_top_area .left_menu li.dropdown:hover .dropdown-menu, .header_top_area .left_menu li.dropdown:focus .dropdown-menu {
  transform: rotateX(0deg);
}

.hta_2 {
  background: #3e54ff;
}
.hta_2 .left_menu li a:hover, .hta_2 .left_menu li a:focus {
  color: #10252e;
}

.hta_3 .header_social li .theme_btn {
  line-height: 43px;
  min-width: 107px;
}
.hta_3 .header_social li.login_btn {
  padding-right: 15px;
}

/* Header Logo Area */
.header_logo_area {
  display: block;
  overflow: hidden;
  padding-top: 55px;
}
.header_logo_area .header_logo_inner .navbar-brand {
  padding: 0;
  margin-top: -5px;
}
.header_logo_area .header_logo_inner .right_info {
  padding: 0;
  padding-left: 70px;
}
.header_logo_area .header_logo_inner .right_info .media {
  padding: 0;
  margin-bottom: 23px;
}
.header_logo_area .header_logo_inner .right_info .media:nth-child(2) {
  padding-left: 40px;
}
.header_logo_area .header_logo_inner .right_info .media:nth-child(3) {
  padding-left: 32px;
}
.header_logo_area .header_logo_inner .right_info .media i {
  position: relative;
  z-index: 1;
}
.header_logo_area .header_logo_inner .right_info .media i:before {
  font-size: 24px;
  color: #3e54ff;
  line-height: 1;
}
.header_logo_area .header_logo_inner .right_info .media i:after {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #d9ddfd;
  margin: 0;
  z-index: -1;
  left: -20px;
  top: -20px;
}
.header_logo_area .header_logo_inner .right_info .media .signs:before {
  font-size: 30px;
}
.header_logo_area .header_logo_inner .right_info .media .media-body {
  padding-left: 40px;
  margin-top: -5px;
}
.header_logo_area .header_logo_inner .right_info .media .media-body h4 {
  font: 400 20px/1 "Source Sans Pro", sans-serif;
  color: #262626;
}
.header_logo_area .header_logo_inner .right_info .media .media-body h6 {
  font: 400 16px/26px "Source Sans Pro", sans-serif;
  color: rgba(0, 0, 0, 0.702);
  padding-top: 10px;
}

/* Min header area */
.main_header_area {
  display: block;
  width: 100%;
  position: relative;
  z-index: 9999;
}
.main_header_area .header_menu {
  background: #3e54ff;
  display: flex;
  justify-content: space-between;
}
.main_header_area .header_menu .navbar {
  padding: 0;
}
.main_header_area .header_menu .navbar .navbar_supported ul {
  width: 100%;
  padding-left: 43px;
}
.main_header_area .header_menu .navbar .navbar_supported ul li a {
  margin: 0 21px;
  padding: 0;
  color: #fff;
  font: 500 16px/70px "Source Sans Pro", sans-serif;
  position: relative;
  text-transform: uppercase;
}
.main_header_area .header_menu .navbar .navbar_supported ul li a:hover:after, .main_header_area .header_menu .navbar .navbar_supported ul li a:focus:after, .main_header_area .header_menu .navbar .navbar_supported ul li a.active:after {
  width: 8px;
}
.main_header_area .header_menu .navbar .navbar_supported ul li a:hover:before, .main_header_area .header_menu .navbar .navbar_supported ul li a:focus:before, .main_header_area .header_menu .navbar .navbar_supported ul li a.active:before {
  width: 100%;
  margin: 0 21px;
  left: 0;
}
.main_header_area .header_menu .navbar .navbar_supported ul li a:after {
  content: "";
  position: absolute;
  left: -17px;
  top: 31px;
  width: 0px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
  border: 0;
  transition: all 300ms linear 0s;
}
.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown {
  position: relative;
}
.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: 1px 0px 7px 0px rgba(22, 43, 70, 0.1);
  /* Sub dropdown */
}
.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu:before {
  content: "\f0d8";
  font: normal normal normal 30px/1 FontAwesome;
  position: absolute;
  top: -17px;
  left: 25px;
  color: #fff;
}
@media (min-width: 991px) {
  .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -40px;
    min-width: 230px;
    background-color: #fff;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
  }
}
.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu a {
  background-color: transparent;
  font: 400 16px/45px "Poppins", sans-serif;
  color: rgba(0, 0, 0, 0.702);
  margin: 0;
  display: block;
  padding: 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu a:after {
  border: 0;
  display: none;
}
.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu a:hover, .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu a:focus, .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu a.active {
  color: #3e54ff;
  border-left: 4px solid #3e54ff;
}
.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown {
  position: relative;
}
.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown a:after {
  border: 0;
}
.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown:after {
  content: "\f103";
  position: absolute;
  top: 0;
  right: 20px;
  font: normal normal normal 15px/48px FontAwesome;
  color: rgba(0, 0, 0, 0.702);
}
.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown .dropdown-menu {
  display: block;
}
.main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown .dropdown-menu:before {
  content: "\f0d9";
  font: normal normal normal 30px/1 FontAwesome;
  color: rgba(0, 0, 0, 0.05);
  top: 7px;
  left: -10px;
}
@media (min-width: 991px) {
  .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown .dropdown-menu {
    transform: translateZ(0);
    transform: scaleX(0);
    transform-origin: 0 50%;
    position: absolute;
    left: 100%;
    right: auto;
    width: auto;
    top: 0px;
  }
}
@media (min-width: 991px) {
  .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown:hover .dropdown-menu, .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown:focus .dropdown-menu {
    transform: scale(1, 1);
  }
}
@media (min-width: 991px) {
  .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown:hover .dropdown-menu, .main_header_area .header_menu .navbar .navbar_supported ul li.dropdown:focus .dropdown-menu {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}
.main_header_area .header_menu .search_button_content li {
  /* Search bar */
}
.main_header_area .header_menu .search_button_content li a {
  color: #fff;
  padding: 0;
}
.main_header_area .header_menu .search_button_content li a:after {
  display: none;
}
.main_header_area .header_menu .search_button_content li .call_support {
  font-size: 16px;
  border-bottom: 1px solid #3e54ff;
  margin: 0 25px;
  display: inline-block;
  padding-top: 29px;
}
.main_header_area .header_menu .search_button_content li .call_support:hover, .main_header_area .header_menu .search_button_content li .call_support:focus {
  color: #10252e;
  border-color: #10252e;
}
.main_header_area .header_menu .search_button_content li.search_dropbown {
  padding: 0 45px;
}
.main_header_area .header_menu .search_button_content li.search_dropbown a {
  line-height: 70px;
  font-size: 16px;
}
.main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu {
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: #fff;
  min-width: 280px;
  margin-left: -220px;
  box-shadow: 1px 0px 7px 0px rgba(22, 43, 70, 0.1);
}
.main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li {
  position: relative;
}
.main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li input {
  font: 400 16px/40px "Source Sans Pro", sans-serif;
  background: #fff;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 15px;
  box-shadow: none;
  outline: none;
  width: 100%;
}
.main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li input.placeholder {
  color: rgba(0, 0, 0, 0.702);
}
.main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.702);
}
.main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.702);
}
.main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.702);
}
.main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li input:focus.placeholder {
  color: #fff;
}
.main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li input:focus:-moz-placeholder {
  color: #fff;
}
.main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li input:focus::-moz-placeholder {
  color: #fff;
}
.main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li input:focus::-webkit-input-placeholder {
  color: #fff;
}
.main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu li span {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  line-height: 42px;
  width: 40px;
  background: #3e54ff;
  text-align: center;
  transition: all 300ms linear 0s;
  color: #fff;
}
.main_header_area .header_menu .search_button_content li .theme_btn {
  font: 500 16px/70px "Poppins", sans-serif;
  color: #fff;
  background: #3348f3;
  display: inline-block;
  min-width: 215px;
  text-align: center;
}
.main_header_area .header_menu .search_button_content li .theme_btn i {
  font-size: 12px;
  left: 10px;
  top: -2px;
  position: relative;
  transition: all 300ms linear 0s;
}
.main_header_area .header_menu .search_button_content li .theme_btn:hover i, .main_header_area .header_menu .search_button_content li .theme_btn:focus i {
  left: 5px;
}
.main_header_area.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 99999;
  transform: translateY(70px);
  transition: transform 500ms ease, background 200ms ease;
  -webkit-transition: transform 500ms ease, background 200ms ease;
}
.main_header_area.navbar_fixed .navbar .navbar_supported ul li a {
  line-height: 60px;
}
.main_header_area.navbar_fixed .navbar .navbar_supported ul li a:after {
  top: 26px;
}
.main_header_area.navbar_fixed .search_button_content.nav li a {
  line-height: 60px;
}

.mha_2 {
  margin-top: 5px;
}
.mha_2 .header_menu {
  background: rgba(8, 10, 27, 0.8);
}
.mha_2 .header_menu .navbar .navbar_supported ul li a:hover, .mha_2 .header_menu .navbar .navbar_supported ul li a:focus {
  color: #3e54ff;
}
.mha_2 .header_menu .navbar .navbar_supported ul li a:hover:after, .mha_2 .header_menu .navbar .navbar_supported ul li a:focus:after {
  background: #3e54ff;
}

.mha_3 .header_menu {
  background: #fff;
  position: relative;
  padding: 40px 0;
}
.mha_3 .header_menu .navbar .navbar_supported ul {
  padding-left: 55px;
}
.mha_3 .header_menu .navbar .navbar_supported ul li a {
  color: #1e222f;
}
.mha_3 .header_menu .navbar .navbar_supported ul li a:hover, .mha_3 .header_menu .navbar .navbar_supported ul li a:focus {
  color: #3e54ff;
}
.mha_3 .header_menu .navbar .navbar_supported ul li a:hover:after, .mha_3 .header_menu .navbar .navbar_supported ul li a:focus:after {
  background: #3e54ff;
}
.mha_3 .header_menu .search_button_content li.search_dropbown {
  padding: 0;
}
.mha_3 .header_menu .search_button_content li.search_dropbown a {
  background: #3e54ff;
  padding: 0 28px;
}
.mha_3 .header_menu .search_button_content li.search_dropbown .dropdown-menu {
  margin-left: -209px;
}
.mha_3 .header_menu .search_button_content li .theme_btn {
  position: absolute;
  bottom: -70px;
  right: 0;
  background: #2a355a;
}
.mha_3 .header_menu .search_button_content li .theme_btn:before {
  background: #3e54ff;
}

.mha_3.navbar_fixed {
  background: #fff;
  box-shadow: 1px 0px 7px 0px rgba(22, 43, 70, 0.1);
}
.mha_3.navbar_fixed .header_menu {
  padding: 0;
}
.mha_3.navbar_fixed .header_menu .search_button_content li .theme_btn {
  display: none;
}

/*----------------------------------------------------*/
/* Slider Area */
.main_slider_area {
  margin-top: -35px;
}
.main_slider_area #main_slider .concept_title {
  color: #fff;
  text-align: center !important;
  font-weight: bold;
}
.main_slider_area #main_slider .concept_title_left {
  text-align: left !important;
  color: #fff;
}
.main_slider_area #main_slider .slider_sm_heding {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center !important;
  position: relative;
  padding: 10px 0 !important;
}
.main_slider_area #main_slider .slider_sm_heding:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  max-width: 795px;
  background: rgba(62, 84, 255, 0.522);
  height: 100px;
  border-radius: 20px 20px 0 0;
  margin: 0 auto;
  z-index: -1;
}
.main_slider_area #main_slider .slider_sm_heding_2 {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center !important;
}
.main_slider_area #main_slider .theme_btn {
  line-height: 55px;
  min-width: 210px;
  border-radius: 20px;
  overflow: hidden;
  text-align: center !important;
}
.main_slider_area #main_slider .tb_2 {
  background-color: transparent;
  color: #fff;
}
.main_slider_area #main_slider .tb_2 i:before {
  font-size: 20px;
  padding-right: 22px;
}
.main_slider_area #main_slider .erinyen.tparrows {
  min-width: 54px;
  line-height: 155px;
  min-height: 155px;
  border-radius: 0;
  background: rgba(14, 20, 30, 0.702);
}
.main_slider_area #main_slider .erinyen.tparrows:hover, .main_slider_area #main_slider .erinyen.tparrows:focus {
  background: rgba(62, 84, 255, 0.702);
}
.main_slider_area #main_slider .erinyen.tparrows:before {
  line-height: 155px;
}
.main_slider_area #main_slider .erinyen.tparrows .tp-title-wrap {
  display: none;
}

.msa_2 {
  margin-top: -75px;
}

.msa_3 {
  margin-top: 0;
}

/* End Slider */
/* Pages banner */
.pages_banner {
  background: url("../images/banner-bg-1.jpg") no-repeat center;
  background-size: cover;
  margin-top: -35px;
  padding: 145px 0 0;
  position: relative;
  z-index: 1;
}
.pages_banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.pages_banner h2 {
  color: #fff;
  font: 700 50px/55px "Poppins", sans-serif;
  text-transform: uppercase;
}
.pages_banner p {
  font: 400 18px/30px "Source Sans Pro", sans-serif;
  color: #fff;
  max-width: 910px;
  padding-top: 10px;
}
.pages_banner .breadcrumb {
  background-color: transparent;
  display: block;
  margin: 0;
  text-align: center;
  padding: 100px 0 22px;
}
.pages_banner .breadcrumb li {
  display: inline-block;
  padding-left: 22px;
  position: relative;
}
.pages_banner .breadcrumb li:after {
  content: "-";
  position: absolute;
  color: #fff;
  top: 0;
  left: 7px;
}
.pages_banner .breadcrumb li:first-child {
  padding: 0;
}
.pages_banner .breadcrumb li:first-child:after {
  display: none;
}
.pages_banner .breadcrumb li a {
  text-align: center;
  font: 400 18px/1 "Poppins", sans-serif;
  color: #fff;
}
.pages_banner .breadcrumb li a:hover, .pages_banner .breadcrumb li a:focus {
  color: #3e54ff;
}

/* End Pages banner */
/*----------------------------------------------------*/
/* consutlting_resul_area */
.consutlting_resul_area {
  display: block;
  overflow: hidden;
  padding: 175px 0 115px;
}
.consutlting_resul_area .consutlting h2 {
  font: 700 30px/30px "Poppins", sans-serif;
  color: #10252e;
}
.consutlting_resul_area .consutlting h6 {
  font: 400 16px/30px "Source Sans Pro", sans-serif;
  color: #10252e;
  padding: 20px 0 30px;
}
.consutlting_resul_area .consutlting p {
  padding-top: 15px;
}
.consutlting_resul_area .consutlting a {
  font: 400 16px/30px "Poppins", sans-serif;
  color: #10252e;
  display: block;
  margin-top: 48px;
}
.consutlting_resul_area .consutlting a i {
  position: relative;
  font-size: 12px;
  color: #3e54ff;
  left: 10px;
  transition: all 300ms linear 0s;
}
.consutlting_resul_area .consutlting a:hover, .consutlting_resul_area .consutlting a:focus {
  color: #3e54ff;
}
.consutlting_resul_area .consutlting a:hover i, .consutlting_resul_area .consutlting a:focus i {
  left: 15px;
}
.consutlting_resul_area .chart_area #bar-chart {
  width: 750px;
  height: 540px;
}

.cra_2 {
  padding-top: 70px;
}
.cra_2 .chart_area {
  position: relative;
  left: -180px;
}

/* End consutlting_resul_area */
/* Entrepreneur_area */
.entrepreneur_area {
  padding-bottom: 80px;
  padding-top: 70px;
}
.entrepreneur_area .entrepreneur_carousel {
  padding-bottom: 35px;
  padding-right: 50px;
}
.entrepreneur_area .entrepreneur_carousel .carousel-inner .entrepreneur_img {
  padding: 20px;
  position: relative;
  z-index: 1;
}
.entrepreneur_area .entrepreneur_carousel .carousel-inner .entrepreneur_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 40px;
  max-width: 335px;
  right: 0;
  display: block;
  background: #d9deff;
  z-index: -1;
  transition: all 300ms linear 0s;
}
.entrepreneur_area .entrepreneur_carousel .carousel-inner .entrepreneur_img img {
  max-width: 100%;
}
.entrepreneur_area .entrepreneur_carousel .carousel-inner .entrepreneur_img:hover:before {
  max-width: 100%;
  bottom: 0;
}
.entrepreneur_area .entrepreneur_carousel .carousel-indicators {
  margin: 0;
  padding: 0;
  bottom: 0;
  right: auto;
  left: 65px;
}
.entrepreneur_area .entrepreneur_carousel .carousel-indicators li {
  color: transparent;
  height: 5px;
  width: 45px;
  background: #f0f2ff;
  display: inline-block;
  cursor: pointer;
  margin-right: 7px;
}
.entrepreneur_area .entrepreneur_carousel .carousel-indicators li:hover, .entrepreneur_area .entrepreneur_carousel .carousel-indicators li:focus, .entrepreneur_area .entrepreneur_carousel .carousel-indicators li.active {
  background: #3e54ff;
}
.entrepreneur_area .business_angel {
  padding: 0;
  padding-top: 18px;
  margin-left: -15px;
}
.entrepreneur_area .business_angel h2 {
  font: 700 38px/51px "Poppins", sans-serif;
  color: #10252e;
  position: relative;
}
.entrepreneur_area .business_angel h2:before {
  content: "E";
  font: 700 154px/1 "Source Sans Pro", sans-serif;
  color: #f0f2ff;
  position: absolute;
  top: -60px;
  left: -10px;
  z-index: -1;
}
.entrepreneur_area .business_angel p {
  font: 600 22px/34px "Poppins", sans-serif;
  color: rgba(16, 37, 46, 0.702);
  padding-top: 25px;
}
.entrepreneur_area .business_angel .consulting {
  padding-top: 45px;
}
.entrepreneur_area .business_angel .consulting li {
  font: 400 18px/30px "Source Sans Pro", sans-serif;
  color: rgba(16, 37, 46, 0.702);
  padding-left: 60px;
  margin-top: 20px;
  position: relative;
}
.entrepreneur_area .business_angel .consulting li i:before {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 21px;
  color: #3e54ff;
}

.ea_2 {
  padding: 140px 0 130px;
}
.ea_2 .business_angel {
  padding-left: 15px;
}
.ea_2 .entrepreneur_carousel {
  padding-left: 70px;
  padding-right: 15px;
}
.ea_2 .entrepreneur_carousel .carousel-inner .entrepreneur_img {
  padding-right: 0;
}

.ea_3 {
  padding-top: 40px;
}
.ea_3 .entrepreneur_carousel .carousel-inner .entrepreneur_img2 {
  padding: 18px;
  position: relative;
  z-index: 1;
  margin-right: 70px;
}
.ea_3 .entrepreneur_carousel .carousel-inner .entrepreneur_img2:last-child {
  margin: 0;
}
.ea_3 .entrepreneur_carousel .carousel-inner .entrepreneur_img2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 40px;
  right: 0;
  display: block;
  background: #d9deff;
  z-index: -1;
  transition: all 300ms linear 0s;
}
.ea_3 .entrepreneur_carousel .carousel-inner .entrepreneur_img2 img {
  max-width: 100%;
}

/* End entrepreneur_area */
/* Stay_finances_area */
.stay_finances_area {
  background: white url("../images/ellipse-bg.png") no-repeat;
  padding-top: 150px;
  display: block;
  overflow: hidden;
}
.stay_finances_area .deliver_promise {
  width: calc(50% + 85px);
  float: left;
  display: inline-block;
}
.stay_finances_area .deliver_promise .stay_finances {
  max-width: 670px;
  float: right;
  padding-right: 20px;
}
.stay_finances_area .deliver_promise .stay_finances h6 {
  font: 400 18px/51px "Poppins", sans-serif;
  color: #3e54ff;
  margin-top: -25px;
}
.stay_finances_area .deliver_promise .stay_finances h2 {
  font: 600 38px/51px "Poppins", sans-serif;
  color: #10252e;
  padding: 30px 0 18px;
  max-width: 570px;
}
.stay_finances_area .deliver_promise .stay_finances p {
  font: 400 18px/36px "Source Sans Pro", sans-serif;
  color: rgba(0, 0, 0, 0.702);
  padding-top: 20px;
}
.stay_finances_area .deliver_promise .stay_finances .theme_btn {
  border-radius: 15px;
  line-height: 55px;
  min-width: 225px;
  overflow: hidden;
  margin-top: 60px;
}
.stay_finances_area .deliver_promise_video {
  width: calc(50% - 85px);
  display: inline-block;
  float: right;
  overflow: hidden;
  position: relative;
  background: url("../images/video-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 180px 0;
  z-index: 1;
}
.stay_finances_area .deliver_promise_video:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  background-color: rgba(62, 84, 255, 0.749);
  z-index: -1;
}
.stay_finances_area .deliver_promise_video .popup-youtube {
  background: rgba(62, 84, 255, 0.749);
  min-width: 230px;
  width: 230px;
  margin: 0 auto;
  height: 182px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.stay_finances_area .deliver_promise_video .popup-youtube i:before {
  color: #fff;
  font-size: 40px;
}

.sfa_2 {
  margin-top: 80px;
}

/* End stay_finances_area */
/* Testimonial Area */
.testimonial_area {
  display: block;
  overflow: hidden;
  background: url("../images/ellipse-bg-2.png") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 230px 0;
}
.testimonial_area .ts_slider {
  position: relative;
}
.testimonial_area .ts_slider .carousel-item img {
  width: 99px;
  height: 99px;
  max-width: 100;
}
.testimonial_area .ts_slider .carousel-item h4 {
  font: 600 20px/30px "Source Sans Pro", sans-serif;
  color: #10252e;
  padding: 18px 0;
}
.testimonial_area .ts_slider .carousel-item p {
  font: 400 16px/30px "Poppins", sans-serif;
  color: rgba(0, 0, 0, 0.702);
  max-width: 770px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 85px;
  position: relative;
}
.testimonial_area .ts_slider .carousel-item p:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 94px;
  height: 2px;
  background: #3e54ff;
  margin: 0 auto;
}
.testimonial_area .ts_slider .carousel-control-prev, .testimonial_area .ts_slider .carousel-control-next {
  line-height: 40px;
  width: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #3e54ff;
  height: 40px;
  top: 50%;
  display: none;
}
.testimonial_area .ts_slider:hover .carousel-control-prev, .testimonial_area .ts_slider:hover .carousel-control-next {
  display: block;
}

.ta_2 {
  background: url("../images/ellipse-bg-3.png") no-repeat;
  padding-bottom: 175px;
}

.ta_3 {
  padding-bottom: 260px;
}

.ta_4 {
  background: url("../images/ellipse-bg-8.png") no-repeat top left;
  padding-bottom: 125px;
}
.ta_4 .testimonial_row {
  padding-top: 280px;
}
.ta_4 .testimonial_row .testimonial_team {
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 36px 0px rgba(213, 210, 210, 0.56);
  padding: 40px;
  border-bottom: 1px solid #3e54ff;
  margin-bottom: 30px;
}
.ta_4 .testimonial_row .testimonial_team img {
  border-radius: 50%;
  max-width: 100%;
  border: 1px solid #f3f3f3;
}
.ta_4 .testimonial_row .testimonial_team p {
  font: 400 18px/36px "Source Sans Pro", sans-serif;
  color: #101010;
  padding-top: 30px;
}
.ta_4 .testimonial_row .testimonial_team a {
  display: block;
  font: 600 18px/1 "Source Sans Pro", sans-serif;
  color: #101010;
  padding: 30px 0 20px;
}
.ta_4 .testimonial_row .testimonial_team a:hover, .ta_4 .testimonial_row .testimonial_team a:focus {
  color: #3e54ff;
}
.ta_4 .testimonial_row .testimonial_team h6 {
  font: 400 16px/1 "Source Sans Pro", sans-serif;
  color: rgba(0, 0, 0, 0.702);
  padding-bottom: 10px;
}

/* Testimonial Area */
/*----------------------------------------------------*/
/* With only 3 easy steps Area */
.easy_steps_area {
  display: block;
  overflow: hidden;
  background: #f7f7f7;
  padding-bottom: 75px;
  padding-top: 110px;
}
.easy_steps_area .tittle {
  display: block;
  text-align: center;
  padding-bottom: 100px;
}
.easy_steps_area .tittle h2 {
  color: #171717;
  font: 600 38px/51px "Poppins", sans-serif;
  position: relative;
  padding-bottom: 20px;
}
.easy_steps_area .tittle h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 62px;
  height: 2px;
  background: #3e54ff;
  display: block;
}
.easy_steps_area .steps {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.easy_steps_area .steps:after {
  content: "";
  position: absolute;
  left: 245px;
  top: 20px;
  background: url("../images/icons/shap_btc.png") no-repeat;
  height: 31px;
  width: 100%;
}
.easy_steps_area .steps:last-child:after {
  display: none;
}
.easy_steps_area .steps .steps_icon {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #3e54ff;
}
.easy_steps_area .steps .steps_icon img {
  max-width: 100%;
}
.easy_steps_area .steps h4 {
  font: 500 22px/51px "Poppins", sans-serif;
  color: #000000;
  padding-top: 35px;
  cursor: pointer;
}
.easy_steps_area .steps h4:hover, .easy_steps_area .steps h4:focus {
  color: #3e54ff;
}
.easy_steps_area .steps p {
  padding: 10px;
}

.esa_2 {
  background: url("../images/ellipse-bg-4.png") no-repeat top right;
  padding: 155px 0 0;
}

/* End With only 3 easy steps Area */
/*----------------------------------------------------*/
/* Years_experiences_area */
.years_experiences_area {
  display: block;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 70px;
}
.years_experiences_area .tittle {
  display: block;
  overflow: hidden;
}
.years_experiences_area .tittle h2 {
  font: 700 38px/51px "Poppins", sans-serif;
  color: #10252e;
  max-width: 670px;
  position: relative;
  z-index: 1;
  padding-top: 60px;
  float: left;
}
.years_experiences_area .tittle h2:before {
  content: "25";
  font: 700 125px/1 "Source Sans Pro", sans-serif;
  letter-spacing: 10px;
  color: #f0f2ff;
  position: absolute;
  top: -18px;
  left: 0;
  z-index: -1;
}
.years_experiences_area .tittle .load_more_area {
  max-width: 300px;
  background: #3e54ff;
  float: right;
  text-align: center;
  padding: 15px 60px 10px;
  margin-top: 45px;
}
.years_experiences_area .tittle .load_more_area h6 {
  font: 400 16px/28px "Source Sans Pro", sans-serif;
  color: #fff;
  padding-bottom: 10px;
}
.years_experiences_area .tittle .load_more_area a {
  font: 500 18px/40px "Poppins", sans-serif;
  color: #fff;
}
.years_experiences_area .tittle .load_more_area a:hover, .years_experiences_area .tittle .load_more_area a:focus {
  color: #10252e;
}
.years_experiences_area .property_inner {
  padding-top: 60px;
}
.years_experiences_area .property_inner .property {
  background: #f5f5f5;
  text-align: center;
  padding-bottom: 34px;
  margin-bottom: 30px;
  height: 202px;
  transform: perspective(1px) translateZ(0);
  position: relative;
}
.years_experiences_area .property_inner .property h4 {
  font: 500 22px/51px "Poppins", sans-serif;
  color: #171717;
  padding-bottom: 15px;
  padding-top: 35px;
}
.years_experiences_area .property_inner .property img {
  max-width: 100%;
}
.years_experiences_area .property_inner .property:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #3e54ff;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.years_experiences_area .property_inner .property:hover h4, .years_experiences_area .property_inner .property:focus h4 {
  color: #fff;
}
.years_experiences_area .property_inner .property:hover:before, .years_experiences_area .property_inner .property:focus:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.yea_2 {
  background: #f3f3f3;
  padding-bottom: 5px;
  padding-top: 0;
}
.yea_2 .tittle {
  display: block;
  overflow: hidden;
  background: #fff;
  padding-top: 65px;
}
.yea_2 .tittle h2 {
  float: none;
}
.yea_2 .tittle h2:before {
  display: none;
}
.yea_2 .tittle .load_more_area {
  margin-top: -20px;
}
.yea_2 .property_inner {
  padding-top: 95px;
}
.yea_2 .property_inner .col-lg-4 {
  position: relative;
}
.yea_2 .property_inner .col-lg-4:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  border-left: 1px solid #fff;
}
.yea_2 .property_inner .col-lg-4:first-child:after, .yea_2 .property_inner .col-lg-4:nth-child(4):after, .yea_2 .property_inner .col-lg-4:nth-child(7):after {
  display: none;
}
.yea_2 .property_inner .col-lg-4.end_o_p:after {
  bottom: 100px;
}
.yea_2 .property_inner .property {
  height: auto;
  padding-bottom: 18px;
  margin-bottom: 65px;
  z-index: 1;
}
.yea_2 .property_inner .property h4 {
  padding: 0;
}
.yea_2 .property_inner .property:before {
  display: none;
}
.yea_2 .property_inner .property:hover h4, .yea_2 .property_inner .property:hover p {
  color: #3e54ff;
}
.yea_2 .property_inner .property p {
  font: 400 16px/32px "Source Sans Pro", sans-serif;
  color: rgba(0, 0, 0, 0.702);
  padding: 35px 25px 0;
}

.yea_3 {
  background: url("../images/ellipse-bg-5.png") no-repeat top left;
  padding-top: 125px;
}

.yea_4 {
  padding-top: 70px;
  padding-bottom: 45px;
}

.yea_5 {
  padding-top: 115px;
  padding-bottom: 135px;
}

/* End years_experiences_area */
/* Consultants_counter */
.consultants_counter {
  display: block;
  position: relative;
  background: url("../images/counter-bg.jpg") no-repeat center fixed;
  background-size: cover;
  padding: 110px 0 65px;
  z-index: 1;
}
.consultants_counter:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  background-color: rgba(62, 84, 255, 0.8);
  z-index: -1;
}
.consultants_counter .consultants {
  background: #fff;
  text-align: center;
  padding: 30px 30px 35px;
  margin-bottom: 30px;
}
.consultants_counter .consultants h4 {
  font: 400 22px/30px "Poppins", sans-serif;
  color: rgba(16, 37, 46, 0.902);
  text-transform: uppercase;
  padding-top: 17px;
}
.consultants_counter .consultants h2, .consultants_counter .consultants span {
  font: 600 58px/1 "Poppins", sans-serif;
  color: #3e54ff;
  padding-top: 15px;
  padding-bottom: 22px;
}
.consultants_counter .consultants i:before {
  font-size: 50px;
  color: #676767;
  line-height: 1;
}
.consultants_counter p {
  font: 400 18px/30px "Poppins", sans-serif;
  color: #fff;
  text-align: center;
  max-width: 770px;
  margin: 0 auto;
  padding-top: 70px;
}

/* End Consultants_counter */
/* Customers_more */
.customers_more {
  display: block;
  position: relative;
  overflow: hidden;
  background: url("../images/subscriber_bg.jpg") repeat;
  padding: 65px 0 45px;
  z-index: 1;
}
.customers_more:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  background-color: rgba(62, 84, 255, 0.749);
  z-index: -1;
}
.customers_more h3 {
  font: 500 30px/50px "Poppins", sans-serif;
  color: #fff;
  display: inline-block;
  float: left;
  max-width: 715px;
}
.customers_more .theme_btn {
  float: right;
  min-width: 194px;
  background: #41455f;
  margin-top: 20px;
}
.customers_more .theme_btn:before {
  background: #3e54ff;
}

/* End Customers_more */
/*----------------------------------------------------*/
/* latest_project_done */
.latest_project_done {
  display: block;
  overflow: hidden;
  padding: 140px 175px 0;
}
.latest_project_done .tittle {
  padding-bottom: 55px;
  display: block;
  overflow: hidden;
  padding-top: 45px;
}
.latest_project_done .tittle h2 {
  font: 700 25px/36px "Poppins", sans-serif;
  color: #10252e;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: 35px;
}
.latest_project_done .tittle h2:after {
  content: "w";
  color: #f0f2ff;
  font: 500 154px/1 "Poppins", sans-serif;
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;
  z-index: -1;
}
.latest_project_done .tittle p {
  font: 400 18px/30px "Poppins", sans-serif;
  color: #455159;
  display: inline-block;
  max-width: 890px;
  float: left;
  padding-top: 17px;
}
.latest_project_done .tittle .theme_btn {
  background: transparent;
  border: 2px solid #dfe3ff;
  line-height: 52px;
  min-width: 225px;
  border-radius: 15px;
  float: right;
  color: #646464;
  overflow: hidden;
}
.latest_project_done .tittle .theme_btn:before {
  background: #3e54ff;
}
.latest_project_done .tittle .theme_btn:hover, .latest_project_done .tittle .theme_btn:focus {
  border-color: #3e54ff;
}
.latest_project_done .project_doner {
  text-align: center;
  margin-bottom: 30px;
}
.latest_project_done .project_doner .doner_img {
  display: block;
  overflow: hidden;
}
.latest_project_done .project_doner .doner_img img {
  max-width: 100%;
  transition: all 500ms linear 0s;
}
.latest_project_done .project_doner .doner_name {
  background: #f4f4f4;
  padding: 30px 20px 38px;
  transform: perspective(1px) translateZ(0);
  position: relative;
}
.latest_project_done .project_doner .doner_name:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #3e54ff;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.latest_project_done .project_doner .doner_name a {
  font: 500 20px/36px "Poppins", sans-serif;
  color: #10252e;
  display: block;
}
.latest_project_done .project_doner .doner_name h6 {
  font: 400 16px/1 "Poppins", sans-serif;
  color: rgba(0, 0, 0, 0.702);
}
.latest_project_done .project_doner:hover .doner_img img {
  transform: scale3D(1.1, 1.1, 1);
}
.latest_project_done .project_doner:hover .doner_name a, .latest_project_done .project_doner:hover .doner_name h6 {
  color: #fff;
}
.latest_project_done .project_doner:hover .doner_name:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.lpd_2 {
  padding-top: 20px;
}

.lpd_3 {
  padding: 180px 0 150px;
  background: url("../images/ellipse-bg-7.png") no-repeat;
}

/* End latest_project_done */
/* Project_v2  */
.project_v2 {
  padding: 150px 0 130px;
  background: url("../images/ellipse-bg-7.png") no-repeat;
  display: block;
  overflow: hidden;
}
.project_v2 .project_left_sidebar .project_media {
  margin-bottom: 52px;
}
.project_v2 .project_left_sidebar .project_media .project_img {
  position: relative;
  display: block;
  overflow: hidden;
}
.project_v2 .project_left_sidebar .project_media .project_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-style: solid;
  border-width: 0 370px 40px 0;
  border-color: transparent #fff transparent transparent;
}
.project_v2 .project_left_sidebar .project_media .project_img img {
  max-width: 100%;
  transition: all 500ms linear 0s;
}
.project_v2 .project_left_sidebar .project_media:hover img, .project_v2 .project_left_sidebar .project_media:focus img {
  transform: scale3D(1.1, 1.1, 1);
}
.project_v2 .project_left_sidebar .project_media .media-body {
  padding-left: 30px;
}
.project_v2 .project_left_sidebar .project_media .media-body .couses_heding {
  font: 500 24px/36px "Poppins", sans-serif;
  color: #312f2f;
  display: block;
  padding-top: 57px;
}
.project_v2 .project_left_sidebar .project_media .media-body .couses_heding:hover, .project_v2 .project_left_sidebar .project_media .media-body .couses_heding:focus {
  color: #3e54ff;
}
.project_v2 .project_left_sidebar .project_media .media-body p {
  font: 400 16px/32px "Source Sans Pro", sans-serif;
  padding-top: 15px;
}
.project_v2 .project_left_sidebar .project_media .media-body h6 {
  display: block;
  font: 500 15px/1 "Poppins", sans-serif;
  color: #3e54ff;
  padding-top: 28px;
  padding-bottom: 55px;
}
.project_v2 .project_left_sidebar .project_media .media-body h6 a {
  color: #3e54ff;
}
.project_v2 .project_left_sidebar .project_media .media-body .theme_btn {
  min-width: 188px;
  line-height: 45px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

/* End Project_v2  */
/* next_pages */
.pagination_area {
  margin: 85px 0 0;
}
.pagination_area .pagination {
  display: block;
}
.pagination_area .pagination li {
  display: inline-block;
  margin-right: 17px;
}
.pagination_area .pagination li:last-child {
  margin: 0;
}
.pagination_area .pagination li a {
  font: 600 18px/46px "Poppins", sans-serif;
  color: #10252e;
  background: #f3f2f2;
  width: 46px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
}
.pagination_area .pagination li a i {
  font-size: 16px;
  line-height: 46px;
}
.pagination_area .pagination li a:hover, .pagination_area .pagination li a:focus, .pagination_area .pagination li a.active {
  background: #3e54ff;
  color: #fff;
}

/* grid_gallery_area */
.grid_gallery_area {
  display: block;
  overflow: hidden;
  padding: 160px 0 120px;
}
.grid_gallery_area .gallery_filter {
  text-align: center;
  padding-bottom: 75px;
}
.grid_gallery_area .gallery_filter li {
  display: inline-block;
  padding-right: 45px;
}
.grid_gallery_area .gallery_filter li:last-child {
  padding: 0;
}
.grid_gallery_area .gallery_filter li:hover a:after, .grid_gallery_area .gallery_filter li:focus a:after, .grid_gallery_area .gallery_filter li.active a:after {
  width: 100px;
}
.grid_gallery_area .gallery_filter li a {
  font: 500 18px/36px "Poppins", sans-serif;
  color: #101010;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.grid_gallery_area .gallery_filter li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 18px;
  width: 0;
  height: 3px;
  background: #3e54ff;
  transition: all 300ms linear 0s;
}
.grid_gallery_area .grid_gallery_item_inner .grid_gallery_item {
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  backface-visibility: hidden;
  transform: translateZ(0);
  background: #3e54ff;
}
.grid_gallery_area .grid_gallery_item_inner .grid_gallery_item:hover .gallery_hover {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}
.grid_gallery_area .grid_gallery_item_inner .grid_gallery_item:hover .gallery_hover .hover_inner:hover:before, .grid_gallery_area .grid_gallery_item_inner .grid_gallery_item:hover .gallery_hover .hover_inner:hover:after {
  width: 100%;
}
.grid_gallery_area .grid_gallery_item_inner .grid_gallery_item:hover .gallery_hover .hover_inner:hover span:before, .grid_gallery_area .grid_gallery_item_inner .grid_gallery_item:hover .gallery_hover .hover_inner:hover span:after {
  height: 100%;
}
.grid_gallery_area .grid_gallery_item_inner .grid_gallery_item .gallery_hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.749);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.3s ease;
}
.grid_gallery_area .grid_gallery_item_inner .grid_gallery_item .gallery_hover .hover_inner {
  padding: 63px 70px 35px;
  position: relative;
}
.grid_gallery_area .grid_gallery_item_inner .grid_gallery_item .gallery_hover .hover_inner:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #3e54ff;
  transition-delay: 0.2s;
  right: 0;
  top: 0;
}
.grid_gallery_area .grid_gallery_item_inner .grid_gallery_item .gallery_hover .hover_inner:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #3e54ff;
  transition-delay: 0.2s;
  left: 0;
  bottom: 0;
}
.grid_gallery_area .grid_gallery_item_inner .grid_gallery_item .gallery_hover .hover_inner span:before {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #3e54ff;
  transition-delay: 0s;
  left: 0;
  top: 0;
}
.grid_gallery_area .grid_gallery_item_inner .grid_gallery_item .gallery_hover .hover_inner span:after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #3e54ff;
  transition-delay: 0s;
  right: 0;
  bottom: 0;
}
.grid_gallery_area .grid_gallery_item_inner .grid_gallery_item .gallery_hover a {
  color: #fff;
  display: block;
}
.grid_gallery_area .grid_gallery_item_inner .grid_gallery_item .gallery_hover a i:before {
  font-size: 32px;
  line-height: 1;
}
.grid_gallery_area .grid_gallery_item_inner .grid_gallery_item .gallery_hover a:hover, .grid_gallery_area .grid_gallery_item_inner .grid_gallery_item .gallery_hover a:focus {
  color: #3e54ff;
}
.grid_gallery_area .grid_gallery_item_inner .grid_gallery_item .gallery_hover .cr_header {
  font: 500 22px/36px "Poppins", sans-serif;
  color: #3e54ff;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.grid_gallery_area .grid_gallery_item_inner .grid_gallery_item .gallery_hover .cr_header:hover, .grid_gallery_area .grid_gallery_item_inner .grid_gallery_item .gallery_hover .cr_header:focus {
  color: #fff;
}
.grid_gallery_area .grid_gallery_item_inner .grid_gallery_item .gallery_hover .site {
  font: 400 18px/36px "Source Sans Pro", sans-serif;
  color: #fff;
  display: block;
  padding-top: 20px;
  padding-bottom: 35px;
}
.grid_gallery_area .grid_gallery_item_inner .grid_gallery_item img {
  max-width: 100%;
}
.grid_gallery_area .pagination_area {
  margin-top: 55px;
}

/* project_details */
.project_details .right_sidebar img {
  max-width: 100%;
}
.project_details .right_sidebar .fast_heding {
  padding-top: 60px;
}
.project_details .right_sidebar .fast_heding .social_share {
  float: right;
}
.project_details .right_sidebar .fast_heding .social_share li {
  display: inline-block;
  padding-left: 25px;
}
.project_details .right_sidebar .fast_heding .social_share li:first-child {
  padding-left: 0;
}
.project_details .right_sidebar .fast_heding .social_share li a {
  padding: 0;
  color: #3e54ff;
  font-size: 20px;
}
.project_details .right_sidebar .fast_heding .social_share li a i {
  padding: 0;
}
.project_details .right_sidebar .fast_heding .social_share li a i:before {
  speak: none;
  display: block;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-animation: TopToBottom 0.3s forwards;
  -moz-animation: TopToBottom 0.3s forwards;
  animation: TopToBottom 0.3s forwards;
}
.project_details .right_sidebar .fast_heding .social_share li a:hover i:before, .project_details .right_sidebar .fast_heding .social_share li a:focus i:before {
  -webkit-animation: BottomToTop 0.3s forwards;
  -moz-animation: BottomToTop 0.3s forwards;
  animation: BottomToTop 0.3s forwards;
}
.project_details .right_sidebar .customer_row {
  padding-top: 55px;
  padding-bottom: 20px;
}
.project_details .right_sidebar .customer_row .customer_img {
  padding-right: 0;
}
.project_details .right_sidebar .customer_row .customer_category {
  padding-left: 65px;
}
.project_details .right_sidebar .customer_row .customer_category li b {
  font: 600 18px/38px "Source Sans Pro", sans-serif;
  color: #686868;
  width: 90px;
  display: inline-block;
}
.project_details .right_sidebar .customer_row .customer_category li a, .project_details .right_sidebar .customer_row .customer_category li h5 {
  font: 400 18px/38px "Source Sans Pro", sans-serif;
  color: #3e54ff;
  display: inline-block;
}
.project_details .right_sidebar .customer_row .customer_category li a span, .project_details .right_sidebar .customer_row .customer_category li h5 span {
  font: 600 18px/38px "Source Sans Pro", sans-serif;
  color: #686868;
  padding-right: 28px;
}
.project_details .right_sidebar .back_project {
  display: inline-block;
  float: right;
  padding-top: 70px;
}
.project_details .right_sidebar .back_project li {
  display: inline-block;
}
.project_details .right_sidebar .back_project li .bp_btn {
  font: 400 16px/40px "Source Sans Pro", sans-serif;
  color: #3e54ff;
  background-color: transparent;
}
.project_details .right_sidebar .back_project li .bp_btn i {
  font-size: 14px;
  padding-right: 6px;
}
.project_details .right_sidebar .back_project li .theme_btn {
  line-height: 40px;
  min-width: 100px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
}
.project_details .right_sidebar .back_project li .tb_2 {
  background: #f1f1f1;
  color: #717275;
}

/*----------------------------------------------------*/
/* Our_news_update */
.our_news_update {
  display: block;
  overflow: hidden;
  padding: 145px 0 130px;
}
.our_news_update .tittle {
  padding-bottom: 55px;
  display: block;
  overflow: hidden;
  padding-top: 65px;
}
.our_news_update .tittle h2 {
  font: 700 25px/36px "Poppins", sans-serif;
  color: #10252e;
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 35px;
}
.our_news_update .tittle h2:after {
  content: "B";
  color: #f0f2ff;
  font: 500 154px/1 "Poppins", sans-serif;
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;
  z-index: -1;
}
.our_news_update .tittle .theme_btn {
  background: transparent;
  border: 2px solid #dfe3ff;
  line-height: 52px;
  min-width: 225px;
  border-radius: 15px;
  float: right;
  color: #646464;
  overflow: hidden;
  margin-top: -25px;
}
.our_news_update .tittle .theme_btn:before {
  background: #3e54ff;
}
.our_news_update .tittle .theme_btn:hover, .our_news_update .tittle .theme_btn:focus {
  border-color: #3e54ff;
}
.our_news_update .tittle p {
  font: 400 18px/30px "Poppins", sans-serif;
  color: #455159;
  display: inline-block;
  max-width: 900px;
  float: left;
  position: relative;
}
.our_news_update .tittle p span {
  content: "";
  width: 62px;
  height: 2px;
  background: #3e54ff;
  display: inline-block;
  margin-left: 5px;
}
.our_news_update .news_row {
  padding-top: 45px;
}
.our_news_update .news_row .news {
  margin-bottom: 30px;
}
.our_news_update .news_row .news h6 {
  font: 400 16px/1 "Source Sans Pro", sans-serif;
  color: #828181;
}
.our_news_update .news_row .news h6 small {
  font: 400 16px/1 "Source Sans Pro", sans-serif;
  color: #3e54ff;
  padding-left: 30px;
}
.our_news_update .news_row .news .news_heding {
  display: block;
  font: 500 22px/30px "Poppins", sans-serif;
  color: #171717;
  padding: 20px 0;
}
.our_news_update .news_row .news p {
  padding-bottom: 20px;
}
.our_news_update .news_row .news .news_img {
  display: block;
  overflow: hidden;
}
.our_news_update .news_row .news .news_img img {
  max-width: 100%;
  transition: all 300ms linear 0s;
}
.our_news_update .news_row .news:hover .news_img img, .our_news_update .news_row .news:focus .news_img img {
  transform: scale3D(1.1, 1.1, 1);
}
.our_news_update .news_row .news:hover .news_heding, .our_news_update .news_row .news:focus .news_heding {
  color: #3e54ff;
}

.onu_2 {
  padding-top: 0;
}

.onu_3 .news_row .news p {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 45px;
}
.onu_3 .news_row .news:hover p {
  border-color: #3e54ff;
}

/* End Our_news_update */
/* News Update Area */
.news_update_area {
  display: block;
  overflow: hidden;
  padding: 150px 0 130px;
}
@media (min-width: 1366px) {
  .news_update_area .container {
    padding-right: 15px;
  }
}
.news_update_area .news_update_inner .news_left_sidebar {
  padding-right: 54px;
}
.news_update_area .news_update_inner .news_left_sidebar .news_item {
  padding-bottom: 58px;
}
.news_update_area .news_update_inner .news_left_sidebar .news_item h6 {
  font: 400 16px/1 "Source Sans Pro", sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
.news_update_area .news_update_inner .news_left_sidebar .news_item h6 a {
  font: 400 16px/38px "Source Sans Pro", sans-serif;
  color: #fff;
  text-align: center;
  min-width: 162px;
  display: inline-block;
  background: #3e54ff;
  margin-left: 15px;
  border-radius: 30px;
}
.news_update_area .news_update_inner .news_left_sidebar .news_item h6 a:hover, .news_update_area .news_update_inner .news_left_sidebar .news_item h6 a:focus {
  background: #f69f00;
}
.news_update_area .news_update_inner .news_left_sidebar .news_item h6 .investing {
  padding: 0 22px;
  min-width: auto;
  background: #f69f00;
}
.news_update_area .news_update_inner .news_left_sidebar .news_item .news_heding {
  font: 500 30px/40px "Poppins", sans-serif;
  color: #151515;
  padding: 18px 0 30px;
  display: block;
}
.news_update_area .news_update_inner .news_left_sidebar .news_item .news_heding:hover, .news_update_area .news_update_inner .news_left_sidebar .news_item .news_heding:focus {
  color: #3e54ff;
}
.news_update_area .news_update_inner .news_left_sidebar .news_item img {
  max-width: 100%;
}
.news_update_area .news_update_inner .news_left_sidebar .news_item p {
  font: 400 18px/32px "Source Sans Pro", sans-serif;
  color: rgba(0, 0, 0, 0.702);
  padding: 30px 0 55px;
}
.news_update_area .news_update_inner .news_left_sidebar .news_item .theme_btn {
  font: 600 18px/50px "Source Sans Pro", sans-serif;
  background: #3e54ff;
  min-width: 235px;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.news_update_area .news_update_inner .news_left_sidebar .news_item .theme_btn i {
  font-size: 12px;
  position: relative;
  left: 10px;
  transition: all 300ms linear 0s;
}
.news_update_area .news_update_inner .news_left_sidebar .news_item .theme_btn:hover i, .news_update_area .news_update_inner .news_left_sidebar .news_item .theme_btn:focus i {
  left: 5px;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .news_heding {
  padding: 40px 0;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details iframe {
  width: 100%;
  border: 0;
  height: 460px;
  margin: 0;
  padding: 0;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .fast_p {
  padding-top: 45px;
  padding-right: 11px;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details p {
  padding: 0;
  padding-top: 25px;
  line-height: 34px;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .some_interesting {
  padding-top: 60px;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .some_interesting h2 {
  font: 500 20px/30px "Poppins", sans-serif;
  color: #3e54ff;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .some_interesting .interesting {
  padding-top: 35px;
  padding-right: 45px;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .some_interesting .interesting h4 {
  font: 600 18px/1 "Source Sans Pro", sans-serif;
  color: #151515;
  position: relative;
  padding-left: 30px;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .some_interesting .interesting h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 11px;
  width: 11px;
  background: #fd942a;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .some_interesting .interesting .hc_2:before {
  background: #3e54ff;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .some_interesting .interesting .hc_3:before {
  background: #35f8d1;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .some_interesting .interesting .hc_4:before {
  background: #07cf23;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .some_interesting .interesting p {
  font: 400 16px/26px "Source Sans Pro", sans-serif;
  color: rgba(0, 0, 0, 0.702);
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .end_pera {
  padding-top: 50px;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .share_row {
  padding-top: 95px;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .share_row .share_area ul li {
  display: inline-block;
  font: 600 16px/1 "Source Sans Pro", sans-serif;
  color: #151515;
  text-transform: uppercase;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .share_row .share_area ul li:first-child {
  padding-right: 5px;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .share_row .share_area ul li a {
  font-size: 16px;
  color: rgba(105, 105, 105, 0.6);
  padding-right: 26px;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .share_row .share_area ul li a:hover, .news_update_area .news_update_inner .news_left_sidebar .news_details .share_row .share_area ul li a:focus {
  color: #3e54ff;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .back_to {
  padding-left: 45px;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .back_to a {
  font: 600 16px/1 "Source Sans Pro", sans-serif;
  color: #3e54ff;
  text-align: center;
  display: block;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .back_to a i {
  font-size: 12px;
  padding-right: 10px;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .tags {
  padding-right: 30px;
  margin-top: -5px;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .tags ul {
  text-align: right;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .tags ul li {
  display: inline-block;
  font: 600 16px/1 "Source Sans Pro", sans-serif;
  color: #151515;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .tags ul li a {
  font: 400 16px/30px "Source Sans Pro", sans-serif;
  color: #151515;
}
.news_update_area .news_update_inner .news_left_sidebar .news_details .tags ul li a:hover, .news_update_area .news_update_inner .news_left_sidebar .news_details .tags ul li a:focus {
  color: #3e54ff;
}
.news_update_area .news_update_inner .news_left_sidebar .author_area {
  display: block;
  overflow: hidden;
  margin-right: 15px;
}
.news_update_area .news_update_inner .news_left_sidebar .author_area h2 {
  font: 500 20px/1 "Poppins", sans-serif;
  color: #151515;
  position: relative;
  display: inline-block;
}
.news_update_area .news_update_inner .news_left_sidebar .author_area h2:after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: 3px;
  width: 45px;
  height: 2px;
  background: #3e54ff;
}
.news_update_area .news_update_inner .news_left_sidebar .author_area .media {
  padding-top: 60px;
  border-bottom: 1px solid #e5e4e4;
  padding-bottom: 57px;
}
.news_update_area .news_update_inner .news_left_sidebar .author_area .media .media-left {
  padding-right: 40px;
}
.news_update_area .news_update_inner .news_left_sidebar .author_area .media .media-left img {
  max-width: 100%;
}
.news_update_area .news_update_inner .news_left_sidebar .author_area .media .media-left a {
  display: block;
  font: 500 16px/1 "Poppins", sans-serif;
  color: #151515;
  padding-top: 25px;
}
.news_update_area .news_update_inner .news_left_sidebar .author_area .media .media-left a:hover, .news_update_area .news_update_inner .news_left_sidebar .author_area .media .media-left a:focus {
  color: #3e54ff;
}
.news_update_area .news_update_inner .news_left_sidebar .author_area .media .media-body p {
  font: 400 16px/30px "Source Sans Pro", sans-serif;
  color: rgba(0, 0, 0, 0.702);
  padding-right: 20px;
}
.news_update_area .news_update_inner .news_left_sidebar .author_area .media .media-body h6 {
  font: 400 18px/1 "Source Sans Pro", sans-serif;
  color: #f69f00;
  padding-top: 32px;
}
.news_update_area .news_update_inner .news_left_sidebar .comment_area {
  display: block;
  overflow: hidden;
  padding-top: 52px;
  margin-right: 15px;
}
.news_update_area .news_update_inner .news_left_sidebar .comment_area h2 {
  font: 500 20px/1 "Poppins", sans-serif;
  color: #151515;
  padding-bottom: 40px;
}
.news_update_area .news_update_inner .news_left_sidebar .comment_area .media {
  padding-bottom: 50px;
}
.news_update_area .news_update_inner .news_left_sidebar .comment_area .media .media-left {
  padding-right: 40px;
}
.news_update_area .news_update_inner .news_left_sidebar .comment_area .media .media-left img {
  max-width: 100%;
}
.news_update_area .news_update_inner .news_left_sidebar .comment_area .media .media-left a {
  display: block;
  font: 500 16px/1 "Poppins", sans-serif;
  color: #151515;
  padding-top: 25px;
}
.news_update_area .news_update_inner .news_left_sidebar .comment_area .media .media-left a:hover, .news_update_area .news_update_inner .news_left_sidebar .comment_area .media .media-left a:focus {
  color: #3e54ff;
}
.news_update_area .news_update_inner .news_left_sidebar .comment_area .media .media-body {
  border-bottom: 1px solid #e5e4e4;
  padding-bottom: 50px;
}
.news_update_area .news_update_inner .news_left_sidebar .comment_area .media .media-body p {
  font: 400 16px/30px "Source Sans Pro", sans-serif;
  color: rgba(0, 0, 0, 0.702);
  padding-right: 20px;
  padding-bottom: 18px;
}
.news_update_area .news_update_inner .news_left_sidebar .comment_area .media .media-body h6 {
  font: 400 18px/1 "Source Sans Pro", sans-serif;
  color: #999898;
  padding-top: 32px;
  display: inline-block;
}
.news_update_area .news_update_inner .news_left_sidebar .comment_area .media .media-body .theme_btn {
  font: 400 18px/36px "Source Sans Pro", sans-serif;
  text-align: center;
  color: #696969;
  min-width: 90px;
  background: #fff;
  display: inline-block;
  margin-left: 32px;
}
.news_update_area .news_update_inner .news_left_sidebar .comment_area .media .media-body .theme_btn:before {
  background: #3e54ff;
}
.news_update_area .news_update_inner .news_left_sidebar .comment_area .media_reply {
  padding-left: 60px;
}
.news_update_area .news_update_inner .news_left_sidebar .comment_area .end_media {
  padding-bottom: 25px;
}
.news_update_area .news_update_inner .news_left_sidebar .pagination_area {
  margin-top: 35px;
}
.news_update_area .news_update_inner .news_left_sidebar .pagination_area .pagination li a {
  font: 400 26px/48px "Source Sans Pro", sans-serif;
  color: #696969;
  padding: 0;
  border: 1px solid #e8e6e6;
  border-radius: 0;
  min-width: 74px;
  text-align: center;
}
.news_update_area .news_update_inner .news_left_sidebar .pagination_area .pagination li a i {
  font-size: 14px;
  position: relative;
  top: -4px;
}
.news_update_area .news_update_inner .news_left_sidebar .pagination_area .pagination li a:hover, .news_update_area .news_update_inner .news_left_sidebar .pagination_area .pagination li a:focus, .news_update_area .news_update_inner .news_left_sidebar .pagination_area .pagination li a.active {
  background: #3e54ff;
  color: #fff;
  border-color: #3e54ff;
}
.news_update_area .news_update_inner .news_right_sidebar {
  padding: 0;
  padding-bottom: 60px;
}
.news_update_area .news_update_inner .news_right_sidebar .input-group input {
  box-shadow: none;
  border: 0;
  background: #f3f3f3;
  font: 400 16px/55px "Source Sans Pro", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 0;
  padding: 0 30px;
}
.news_update_area .news_update_inner .news_right_sidebar .input-group .input-group-append {
  background: #f3f3f3;
  cursor: pointer;
}
.news_update_area .news_update_inner .news_right_sidebar .input-group .input-group-append i {
  font-size: 16px;
  color: #858585;
  line-height: 55px;
}
.news_update_area .news_update_inner .news_right_sidebar .input-group .input-group-append .input-group-text {
  padding: 0;
  background-color: transparent;
  border: 0;
  padding-left: 5px;
  padding: 0 20px;
}
.news_update_area .news_update_inner .news_right_sidebar .input-group .input-group-append .input-group-text:hover, .news_update_area .news_update_inner .news_right_sidebar .input-group .input-group-append .input-group-text:focus {
  background: #3e54ff;
}
.news_update_area .news_update_inner .news_right_sidebar .input-group .input-group-append .input-group-text:hover i, .news_update_area .news_update_inner .news_right_sidebar .input-group .input-group-append .input-group-text:focus i {
  color: #fff;
}
.news_update_area .news_update_inner .news_right_sidebar .categories {
  padding-top: 70px;
}
.news_update_area .news_update_inner .news_right_sidebar .categories h3 {
  font: 500 22px/1 "Poppins", sans-serif;
  color: #151515;
  position: relative;
  display: inline-block;
}
.news_update_area .news_update_inner .news_right_sidebar .categories h3:after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: 3px;
  width: 45px;
  height: 2px;
  background: #3e54ff;
}
.news_update_area .news_update_inner .news_right_sidebar .categories .cpost_categories {
  padding-top: 35px;
}
.news_update_area .news_update_inner .news_right_sidebar .categories .cpost_categories li a {
  display: block;
  width: 100%;
  border: 1px solid #efefef;
  font: 400 18px/53px "Poppins", sans-serif;
  padding-left: 30px;
  margin-bottom: 20px;
  color: #10252e;
}
.news_update_area .news_update_inner .news_right_sidebar .categories .cpost_categories li a i {
  float: right;
  padding-right: 20px;
  line-height: 55px;
}
.news_update_area .news_update_inner .news_right_sidebar .categories .cpost_categories li a span {
  float: right;
  padding-right: 20px;
  opacity: 0;
}
.news_update_area .news_update_inner .news_right_sidebar .categories .cpost_categories li a:hover, .news_update_area .news_update_inner .news_right_sidebar .categories .cpost_categories li a:focus, .news_update_area .news_update_inner .news_right_sidebar .categories .cpost_categories li a.active {
  background: #3e54ff;
  color: #fff;
  border-color: #3e54ff;
}
.news_update_area .news_update_inner .news_right_sidebar .categories .cpost_categories li a:hover span, .news_update_area .news_update_inner .news_right_sidebar .categories .cpost_categories li a:focus span, .news_update_area .news_update_inner .news_right_sidebar .categories .cpost_categories li a.active span {
  opacity: 1;
}
.news_update_area .news_update_inner .news_right_sidebar .currency_market_widget {
  margin-top: 65px;
  margin-bottom: 17px;
}
.news_update_area .news_update_inner .news_right_sidebar .currency_market_widget h2 {
  background: #3e54ff;
}
.news_update_area .news_update_inner .news_right_sidebar .currency_market_widget h2:after {
  border-width: 12px 296px 0 0;
  border-color: #3e54ff transparent transparent transparent;
}
.news_update_area .news_update_inner .news_right_sidebar .latest_post {
  padding-top: 45px;
}
.news_update_area .news_update_inner .news_right_sidebar .latest_post .media {
  margin-top: 40px;
}
.news_update_area .news_update_inner .news_right_sidebar .latest_post .media .media-body {
  padding-left: 18px;
}
.news_update_area .news_update_inner .news_right_sidebar .latest_post .media .media-body a {
  font: 600 17px/24px "Source Sans Pro", sans-serif;
  color: #151515;
}
.news_update_area .news_update_inner .news_right_sidebar .latest_post .media .media-body h6 {
  font: 600 16px/1 "Source Sans Pro", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 12px;
}
.news_update_area .news_update_inner .news_right_sidebar .latest_post .media:hover .media-body a, .news_update_area .news_update_inner .news_right_sidebar .latest_post .media:focus .media-body a {
  color: #3e54ff;
}
.news_update_area .news_update_inner .news_right_sidebar .archives {
  padding-top: 55px;
}
.news_update_area .news_update_inner .news_right_sidebar .joan_riad {
  display: block;
  border: 1px solid #efefef;
  padding: 45px 20px;
  margin-top: 50px;
  text-align: center;
}
.news_update_area .news_update_inner .news_right_sidebar .joan_riad a {
  display: block;
  font: 500 18px/1 "Poppins", sans-serif;
  color: #151515;
  margin-top: 22px;
}
.news_update_area .news_update_inner .news_right_sidebar .joan_riad a:hover, .news_update_area .news_update_inner .news_right_sidebar .joan_riad a:focus {
  color: #3e54ff;
}
.news_update_area .news_update_inner .news_right_sidebar .joan_riad p {
  font: 400 16px/30px "Source Sans Pro", sans-serif;
  padding-top: 30px;
  color: rgba(0, 0, 0, 0.6);
}
.news_update_area .news_update_inner .news_right_sidebar .brochures {
  padding-top: 25px;
}

/* End News Update Area */
/* currency_market_widget */
.currency_market_widget {
  margin-top: 60px;
  background: #f5f5f5;
  padding-bottom: 45px;
  overflow: hidden;
}
.currency_market_widget h2 {
  font: 500 22px/53px "Poppins", sans-serif;
  background: #fd942a;
  color: #fff;
  position: relative;
  text-align: center;
  display: block;
}
.currency_market_widget h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  border-style: solid;
  border-width: 12px 370px 0 0;
  border-color: #fd942a transparent transparent transparent;
}
.currency_market_widget .currency_market {
  padding: 0px 30px 0;
  margin-top: 40px !important;
  width: 100%;
  overflow: hidden;
}
.currency_market_widget .currency_market li {
  display: block;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 23px;
  padding-bottom: 45px;
  font: 400 18px/1 "Source Sans Pro", sans-serif;
  color: #000;
}
.currency_market_widget .currency_market li img {
  padding-right: 30px;
}
.currency_market_widget .currency_market li:last-child {
  border: 0;
}
.currency_market_widget .currency_market li h6 {
  display: inline-block;
  color: #fd942a;
  float: right;
  font: 400 18px/1 "Source Sans Pro", sans-serif;
}
.currency_market_widget .currency_market li h6 i {
  font-size: 14px;
}
.currency_market_widget .currency_market li h6 span {
  color: #3e54ff;
  padding-left: 5px;
  font: 400 14px/1 "Source Sans Pro", sans-serif;
}

/*----------------------------------------------------*/
/* purpose_area */
.purpose_area {
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.purpose_area .tittle_p {
  font: 500 22px/40px "Poppins", sans-serif;
  color: #3e54ff;
  text-align: center;
  max-width: 945px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.purpose_area .mission img {
  max-width: 100%;
}
.purpose_area .mission .media-body {
  padding-left: 55px;
}
.purpose_area .mission .media-body h2 {
  font: 500 25px/40px "Poppins", sans-serif;
  color: #171717;
  margin-top: -10px;
  padding-top: 49px;
}
.purpose_area .mission .media-body .fast_p {
  padding-top: 23px;
}
.purpose_area .mission .media-body p {
  padding-top: 10px;
}
.purpose_area .vision {
  display: block;
  overflow: hidden;
}
.purpose_area .vision h2 {
  font: 500 25px/40px "Poppins", sans-serif;
  color: #171717;
  padding-top: 60px;
}
.purpose_area .vision p {
  padding: 10px 20px 54px 0;
}
.purpose_area .vision img {
  max-width: 100%;
}

/* purpose_area */
/*----------------------------------------------------*/
/* join_conversation */
.join_conversation, .team_area {
  display: block;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 130px;
}
.join_conversation .tittle, .team_area .tittle {
  display: block;
  overflow: hidden;
}
.join_conversation .tittle p, .team_area .tittle p {
  font: 500 22px/36px "Poppins", sans-serif;
  display: inline-block;
  float: left;
  max-width: 870px;
}
.join_conversation .tittle .theme_btn, .team_area .tittle .theme_btn {
  min-width: 250px;
  line-height: 55px;
  overflow: hidden;
  border-radius: 15px;
  float: right;
  margin-top: 5px;
}
.join_conversation .conversation, .team_area .conversation {
  padding-top: 130px;
}
.join_conversation .conversation .item, .team_area .conversation .item {
  padding: 15px 15px 0;
  position: relative;
  transform: perspective(1px) translateZ(0);
  z-index: 1;
  overflow: hidden;
  transition: all 300ms linear 0s;
  height: 468px;
}
.join_conversation .conversation .item:after, .team_area .conversation .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20px;
  background: #d9deff;
  display: block;
  z-index: -1;
}
.join_conversation .conversation .item:before, .team_area .conversation .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(62, 84, 255, 0.6);
  display: block;
  z-index: 1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.join_conversation .conversation .item:hover, .join_conversation .conversation .item:focus, .team_area .conversation .item:hover, .team_area .conversation .item:focus {
  height: 449px;
  padding: 0;
}
.join_conversation .conversation .item:hover:before, .join_conversation .conversation .item:hover .hover_item, .join_conversation .conversation .item:focus:before, .join_conversation .conversation .item:focus .hover_item, .team_area .conversation .item:hover:before, .team_area .conversation .item:hover .hover_item, .team_area .conversation .item:focus:before, .team_area .conversation .item:focus .hover_item {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.join_conversation .conversation .item .hover_item, .team_area .conversation .item .hover_item {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  display: block;
  text-align: center;
  z-index: 3;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.join_conversation .conversation .item .hover_item .name_item, .team_area .conversation .item .hover_item .name_item {
  color: #fff;
  font: 500 20px/1 "Poppins", sans-serif;
}
.join_conversation .conversation .item .hover_item .name_item:hover, .join_conversation .conversation .item .hover_item .name_item:focus, .team_area .conversation .item .hover_item .name_item:hover, .team_area .conversation .item .hover_item .name_item:focus {
  color: #10252e;
}
.join_conversation .conversation .item .hover_item .socail_icon, .team_area .conversation .item .hover_item .socail_icon {
  padding-top: 17px;
}
.join_conversation .conversation .item .hover_item .socail_icon li, .team_area .conversation .item .hover_item .socail_icon li {
  display: inline-block;
  padding-right: 15px;
}
.join_conversation .conversation .item .hover_item .socail_icon li:last-child, .team_area .conversation .item .hover_item .socail_icon li:last-child {
  padding: 0;
}
.join_conversation .conversation .item .hover_item .socail_icon li a, .team_area .conversation .item .hover_item .socail_icon li a {
  color: #fff;
  font-size: 24px;
}
.join_conversation .conversation .item .hover_item .socail_icon li a i:before, .team_area .conversation .item .hover_item .socail_icon li a i:before {
  speak: none;
  display: block;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-animation: TopToBottom 0.3s forwards;
  -moz-animation: TopToBottom 0.3s forwards;
  animation: TopToBottom 0.3s forwards;
}
.join_conversation .conversation .item .hover_item .socail_icon li a:hover, .join_conversation .conversation .item .hover_item .socail_icon li a:focus, .team_area .conversation .item .hover_item .socail_icon li a:hover, .team_area .conversation .item .hover_item .socail_icon li a:focus {
  color: #10252e;
}
.join_conversation .conversation .item .hover_item .socail_icon li a:hover i:before, .join_conversation .conversation .item .hover_item .socail_icon li a:focus i:before, .team_area .conversation .item .hover_item .socail_icon li a:hover i:before, .team_area .conversation .item .hover_item .socail_icon li a:focus i:before {
  -webkit-animation: BottomToTop 0.3s forwards;
  -moz-animation: BottomToTop 0.3s forwards;
  animation: BottomToTop 0.3s forwards;
}
.join_conversation .conversation .owl-dots, .team_area .conversation .owl-dots {
  text-align: center;
  padding-top: 44px;
}
.join_conversation .conversation .owl-dots .owl-dot, .team_area .conversation .owl-dots .owl-dot {
  background: #f0f2ff;
  height: 5px;
  width: 47px;
  display: inline-block;
  margin: 0 5px;
  transition: all 300ms linear 0s;
}
.join_conversation .conversation .owl-dots .owl-dot:hover, .join_conversation .conversation .owl-dots .owl-dot:focus, .join_conversation .conversation .owl-dots .owl-dot.active, .team_area .conversation .owl-dots .owl-dot:hover, .team_area .conversation .owl-dots .owl-dot:focus, .team_area .conversation .owl-dots .owl-dot.active {
  background: #3e54ff;
}

/* End join_conversation */
/* team_area */
.team_area {
  padding-top: 45px;
  padding-bottom: 140px;
}
.team_area .item {
  margin-bottom: 30px;
}
.team_area .item img {
  width: 100%;
}

/* End team_area */
/*----------------------------------------------------*/
/* Service Details Area */
.service_details {
  display: block;
  overflow: hidden;
  padding: 128px 0;
}
.service_details .right_sidebar .fast_heding {
  font: 500 30px/51px "Poppins", sans-serif;
  color: #171717;
  margin-top: -10px;
  padding-bottom: 42px;
}
.service_details .right_sidebar p {
  font: 400 18px/34px "Source Sans Pro", sans-serif;
}
.service_details .right_sidebar p a {
  color: #5f71ff;
}
.service_details .right_sidebar p a:hover, .service_details .right_sidebar p a:focus {
  color: #10252e;
}
.service_details .right_sidebar h3 {
  font: 500 22px/51px "Poppins", sans-serif;
  color: #171717;
  padding-top: 35px;
  padding-bottom: 20px;
}
.service_details .right_sidebar .stats_chart {
  padding-top: 30px;
}
.service_details .right_sidebar .stats_chart h3 {
  padding: 0;
  padding-bottom: 15px;
}
.service_details .right_sidebar .stats_chart h6 {
  font: 600 14px/28px "Source Sans Pro", sans-serif;
  color: #a8acb9;
  text-transform: uppercase;
  padding-top: 20px;
}
.service_details .right_sidebar .stats_chart h2 {
  font: 600 42px/1 "Source Sans Pro", sans-serif;
  color: #4f5362;
  padding-top: 5px;
  padding-bottom: 15px;
}
.service_details .right_sidebar .stats_chart .chart {
  padding-left: 100px;
}
.service_details .right_sidebar .stats_chart .chart_2 h6 {
  padding-top: 10px;
}
.service_details .right_sidebar .stats_chart .chart_p {
  padding-left: 40px;
}
.service_details .right_sidebar .stats_chart + .stats_chart {
  padding-top: 70px;
}
.service_details .right_sidebar .color_heding {
  color: #3e54ff;
  padding-top: 60px;
}
.service_details .right_sidebar .color_heding2 {
  color: #3e54ff;
  padding-top: 30px;
}
.service_details .right_sidebar .pt {
  padding-top: 20px;
}
.service_details .right_sidebar .request_free {
  min-width: 256px;
  overflow: hidden;
  border-radius: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin-top: 60px;
}
.service_details .right_sidebar .faq_accordion .item a {
  font: 400 18px/48px "Source Sans Pro", sans-serif;
  color: #fff;
  display: block;
  padding: 0 28px;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
  position: relative;
  background: #3e54ff;
}
.service_details .right_sidebar .faq_accordion .item a:after {
  content: "\f062";
  font: normal normal normal 13px/48px FontAwesome;
  color: #fff;
  position: absolute;
  right: 25px;
  top: 0;
}
.service_details .right_sidebar .faq_accordion .item a.collapsed {
  background: #fff;
  color: #10252e;
}
.service_details .right_sidebar .faq_accordion .item a.collapsed:after {
  color: #c7c7c7;
  transform: rotate(180deg);
}
.service_details .right_sidebar .faq_accordion .item p {
  padding-bottom: 25px;
  padding-top: 10px;
}

/* Service Details Area */
/* left_sidebar */
.left_sidebar {
  padding-bottom: 50px;
}
.left_sidebar .input-group {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #ebe6e6;
}
.left_sidebar .input-group input {
  box-shadow: none;
  border: 0;
  background: #fff;
  font: 400 16px/50px "Source Sans Pro", sans-serif;
  color: rgba(0, 0, 0, 0.702);
  border-radius: 0;
  padding: 0 30px;
  padding-right: 0;
  border: 0;
}
.left_sidebar .input-group input.placeholder {
  color: rgba(0, 0, 0, 0.702);
}
.left_sidebar .input-group input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.702);
}
.left_sidebar .input-group input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.702);
}
.left_sidebar .input-group input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.702);
}
.left_sidebar .input-group input:focus.placeholder {
  color: transparent;
}
.left_sidebar .input-group input:focus:-moz-placeholder {
  color: transparent;
}
.left_sidebar .input-group input:focus::-moz-placeholder {
  color: transparent;
}
.left_sidebar .input-group input:focus::-webkit-input-placeholder {
  color: transparent;
}
.left_sidebar .input-group .input-group-append {
  background: #fff;
  border: 0;
  cursor: pointer;
}
.left_sidebar .input-group .input-group-append span {
  border: 0;
  background-color: transparent;
  padding: 0 20px;
  border-radius: 0;
  color: #bbbaba;
}
.left_sidebar .input-group .input-group-append span:hover, .left_sidebar .input-group .input-group-append span:focus {
  background: #3e54ff;
  color: #fff;
}
.left_sidebar .input-group .input-group-append i {
  font-size: 18px;
  line-height: 50px;
}
.left_sidebar .categories_widget {
  padding-top: 65px;
  padding-bottom: 75px;
}
.left_sidebar .categories_widget li a {
  display: block;
  font: 400 20px/55px "Source Sans Pro", sans-serif;
  border: 1px solid #f5f5f5;
  border-right-color: #3e54ff;
  color: #5a5858;
  margin-bottom: 20px;
  padding: 0 28px;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.left_sidebar .categories_widget li a:after {
  content: "\f0da";
  font: normal normal normal 18px/55px FontAwesome;
  color: #fff;
  right: 25px;
  top: 0;
  position: absolute;
}
.left_sidebar .categories_widget li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3e54ff;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.left_sidebar .categories_widget li a:hover, .left_sidebar .categories_widget li a:focus, .left_sidebar .categories_widget li a.active {
  color: #fff;
  border: 1px solid #f5f5f5;
}
.left_sidebar .categories_widget li a:hover:before, .left_sidebar .categories_widget li a:focus:before, .left_sidebar .categories_widget li a.active:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.left_sidebar .free_quote {
  border: 1px solid #f5f5f5;
  padding: 18px 18px 40px;
  text-align: center;
  margin-bottom: 60px;
}
.left_sidebar .free_quote p {
  font: 600 16px/30px "Source Sans Pro", sans-serif;
  color: #3e54ff;
  padding: 25px 0 30px;
}
.left_sidebar .free_quote a {
  font-size: 16px;
  line-height: 40px;
  min-width: 144px;
  border-radius: 15px;
  overflow: hidden;
  font-family: "Source Sans Pro", sans-serif;
}
.left_sidebar .talent {
  padding-bottom: 30px;
}
.left_sidebar .talent .talent_img {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.left_sidebar .talent .talent_img img {
  max-width: 100%;
  transition: all 500ms linear 0s;
}
.left_sidebar .talent .talent_img a {
  font: 600 18px/28px "Source Sans Pro", sans-serif;
  color: #fff;
  background-color: rgba(95, 113, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 9px 20px;
}
.left_sidebar .talent .talent_img:hover img, .left_sidebar .talent .talent_img:focus img {
  transform: scale3D(1.1, 1.1, 1);
}
.left_sidebar .brochure {
  background: #3e54ff;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 50px;
}
.left_sidebar .brochure h2 {
  font: 600 35px/1 "Source Sans Pro", sans-serif;
  color: #fff;
  padding-bottom: 55px;
}
.left_sidebar .brochure .theme_btn {
  font-size: 16px;
  line-height: 40px;
  min-width: 144px;
  border-radius: 15px;
  overflow: hidden;
  font-family: "Source Sans Pro", sans-serif;
  background: #fff;
  color: #3e54ff;
}

/*----------------------------------------------------*/
/* leave_reply Area */
.leave_reply {
  display: block;
  overflow: hidden;
}
.leave_reply h2 {
  font: 500 20px/1 "Poppins", sans-serif;
  color: #151515;
  padding-bottom: 48px;
}
.leave_reply .form-group {
  margin-bottom: 30px;
}
.leave_reply .form-group .form-control {
  box-shadow: none;
  outline: none;
  border-radius: 0;
  border: 1px solid #eeeeee;
  font: 400 16px/48px "Source Sans Pro", sans-serif;
  color: #a5a5a5;
  height: auto;
  padding: 0 30px;
  resize: none;
}
.leave_reply .form-group .form-control.placeholder {
  color: rgba(0, 0, 0, 0.702);
}
.leave_reply .form-group .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.702);
}
.leave_reply .form-group .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.702);
}
.leave_reply .form-group .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.702);
}
.leave_reply .form-group .form-control:focus.placeholder {
  color: #fff;
}
.leave_reply .form-group .form-control:focus:-moz-placeholder {
  color: #fff;
}
.leave_reply .form-group .form-control:focus::-moz-placeholder {
  color: #fff;
}
.leave_reply .form-group .form-control:focus::-webkit-input-placeholder {
  color: #fff;
}
.leave_reply .form-group textarea {
  height: 210px !important;
  line-height: 30px !important;
  padding-top: 18px !important;
}
.leave_reply .form-group .theme_btn {
  margin: 0;
  min-width: 205px;
  background: #3e54ff;
  color: #fff;
  cursor: pointer;
  font: 500 18px/50px "Poppins", sans-serif;
  margin-top: 10px;
  border: 0;
  box-shadow: none;
}
.leave_reply .form-group.larg_btn {
  margin: 0;
}

/* End leave_reply Area */
/* Say Hello Area */
.say_hello {
  background: #3e54ff;
  padding: 145px 0 125px;
}
.say_hello h2 {
  font: 600 42px/51px "Poppins", sans-serif;
  color: #fff;
}
.say_hello p {
  color: #fff;
  font: 400 18px/36px "Poppins", sans-serif;
  padding-top: 80px;
}

/* End Say Hello Area */
/* Map_from_area */
.map_from_area {
  display: block;
  overflow: hidden;
  padding: 100px 0;
}
.map_from_area .map_area {
  float: left;
  display: inline-block;
  overflow: hidden;
  width: calc(50% + 38px);
  background: url("../images/map.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 40px;
}
.map_from_area .map_area .map_content {
  max-width: 623px;
  float: right;
  padding-top: 50px;
}
.map_from_area .map_area .map_content h2 {
  font: 600 42px/65px "Poppins", sans-serif;
  color: #101010;
  position: relative;
  display: inline-block;
}
.map_from_area .map_area .map_content h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px;
  background: #3e54ff;
  height: 3px;
}
.map_from_area .map_area .map_content h2 span {
  display: block;
}
.map_from_area .map_area .map_content h2 span:after {
  background: #f84545;
}
.map_from_area .map_area .map_content h2:nth-child(2):after {
  background: #e94c3d;
  bottom: 4px;
}
.map_from_area .map_area .map_content h2:nth-child(3):after {
  bottom: 4px;
}
.map_from_area .map_area .map_content .green_tower {
  background-color: #f7f7f7;
  box-shadow: 0px 0px 22px 0px rgba(248, 69, 69, 0.14);
  width: 200px;
  margin: 0 auto;
  font: 600 16px/36px "Source Sans Pro", sans-serif;
  color: #101010;
  padding-bottom: 25px;
  padding-top: 30px;
  text-align: center;
  margin-top: 135px;
  position: relative;
}
.map_from_area .map_area .map_content .green_tower i:before {
  color: #3e54ff;
  font-size: 42px;
  line-height: 1;
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}
.map_from_area .contact_inner {
  display: inline-block;
  width: calc(50% - 38px);
  padding-left: 47px;
}
.map_from_area .contact_inner .from_main {
  max-width: 500px;
  padding-top: 50px;
}
.map_from_area .contact_inner .from_main .form-group {
  margin-bottom: 38px;
}
.map_from_area .contact_inner .from_main .form-group .form-control {
  box-shadow: none;
  outline: none;
  border: 0;
  border-bottom: 1px solid #ececec;
  font: 400 18px/48px "Source Sans Pro", sans-serif;
  color: #a5a5a5;
  border-radius: 0;
  height: auto;
  padding: 0;
  resize: none;
}
.map_from_area .contact_inner .from_main .form-group .form-control.placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.map_from_area .contact_inner .from_main .form-group .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.map_from_area .contact_inner .from_main .form-group .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.map_from_area .contact_inner .from_main .form-group .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.map_from_area .contact_inner .from_main .form-group .form-control:focus.placeholder {
  color: #fff;
}
.map_from_area .contact_inner .from_main .form-group .form-control:focus:-moz-placeholder {
  color: #fff;
}
.map_from_area .contact_inner .from_main .form-group .form-control:focus::-moz-placeholder {
  color: #fff;
}
.map_from_area .contact_inner .from_main .form-group .form-control:focus::-webkit-input-placeholder {
  color: #fff;
}
.map_from_area .contact_inner .from_main .form-group textarea {
  line-height: 30px !important;
  height: 100px !important;
  position: relative;
}
.map_from_area .contact_inner .from_main .form-group textarea.placeholder {
  position: absolute;
  bottom: 15px;
  left: 0;
}
.map_from_area .contact_inner .from_main .form-group textarea:-moz-placeholder {
  position: absolute;
  bottom: 15px;
  left: 0;
}
.map_from_area .contact_inner .from_main .form-group textarea::-moz-placeholder {
  position: absolute;
  bottom: 15px;
  left: 0;
}
.map_from_area .contact_inner .from_main .form-group textarea::-webkit-input-placeholder {
  position: absolute;
  bottom: 15px;
  left: 0;
}
.map_from_area .contact_inner .from_main .form-group .theme_btn {
  line-height: 45px;
  font-size: 18px;
  display: block;
  border: 0;
  width: 184px;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin-top: 30px;
  font-weight: 500;
  border-radius: 0;
  font-family: "Source Sans Pro", sans-serif;
}
.map_from_area .contact_inner .from_main .form-group.has-error .form-control {
  border-color: red;
}

/* End map_from_area */
/* Our_office_area */
.our_office_area {
  padding-top: 50px;
  padding-bottom: 135px;
}
.our_office_area .our_office {
  background: #3e54ff;
  border-radius: 45px;
  font: 400 16px/46px "Poppins", sans-serif;
  color: #fff;
  padding: 45px 110px;
  position: relative;
  z-index: 1;
}
.our_office_area .our_office:after {
  content: "01";
  font: 700 84px/1 "Source Sans Pro", sans-serif;
  color: #4e62ff;
  position: absolute;
  top: 27px;
  right: 55px;
  z-index: -1;
}
.our_office_area .our_office span {
  font-weight: 600;
  font-size: 20px;
}
.our_office_area .of_2 {
  background: #f84545;
}
.our_office_area .of_2:after {
  color: #fe6666;
  content: "02";
}

/* End our_office_area */
/*----------------------------------------------------*/
/* Faq Area */
.faq_area {
  display: block;
  overflow: hidden;
  padding: 170px 0 160px;
}
.faq_area .faq_inner h2 {
  font: 500 22px/36px "Poppins", sans-serif;
  color: #333333;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: inline-block;
}
.faq_area .faq_inner h2:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -40px;
  height: 1px;
  width: 32px;
  background: #3e54ff;
}
.faq_area .faq_inner .faq_accordion .item {
  border: 1px solid #edeaea;
  margin-bottom: 30px;
}
.faq_area .faq_inner .faq_accordion .item a {
  font: 500 16px/30px "Poppins", sans-serif;
  color: #3e54ff;
  display: block;
  padding: 9px 28px;
  padding-left: 55px;
  position: relative;
}
.faq_area .faq_inner .faq_accordion .item a:after {
  content: "\f0d8";
  font: normal normal normal 18px/48px FontAwesome;
  color: #3e54ff;
  position: absolute;
  left: 20px;
  top: 0;
}
.faq_area .faq_inner .faq_accordion .item a.collapsed {
  color: #292929;
}
.faq_area .faq_inner .faq_accordion .item a.collapsed:after {
  color: #615b5b;
  transform: rotate(180deg);
}
.faq_area .faq_inner .faq_accordion .item .faq_content {
  padding: 0 55px 45px;
}
.faq_area .faq_inner .faq_accordion .item .faq_content img {
  max-width: 100%;
  margin-right: 17px;
}
.faq_area .faq_inner .faq_accordion .item p {
  font: 400 16px/34px "Source Sans Pro", sans-serif;
  color: #777777;
  padding-bottom: 32px;
  padding-top: 5px;
}
.faq_area .faq_inner .another_question {
  display: block;
  overflow: hidden;
  background: #3e54ff;
  border-radius: 45px;
  padding: 43px 95px;
  margin-top: 120px;
  position: relative;
  z-index: 1;
}
.faq_area .faq_inner .another_question:after {
  content: "\f10d";
  font-size: 94px;
  color: #5669fd;
  position: absolute;
  right: 95px;
  bottom: 0px;
  font-family: "Flaticon";
  z-index: -1;
}
.faq_area .faq_inner .another_question h4 {
  color: #fff;
  font: 500 22px/1 "Poppins", sans-serif;
  padding-bottom: 38px;
}
.faq_area .faq_inner .another_question a {
  background: #fff;
  border-radius: 15px;
  font: 600 20px/50px "Source Sans Pro", sans-serif;
  overflow: hidden;
  min-width: 186px;
  color: #595b59;
}

/* End Faq Area */
/*----------------------------------------------------*/
/* Shop_with_sidebar */
.shop_with_sidebar {
  display: block;
  overflow: hidden;
  padding: 160px 0 110px;
}
.shop_with_sidebar .shop_sidebar_inner {
  /* shop_right_sidebar */
}
.shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .sm_shop_items {
  text-align: center;
  margin-bottom: 60px;
}
.shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .sm_shop_items .shop_img {
  position: relative;
  border: 1px solid #eeeeee;
  display: block;
  overflow: hidden;
}
.shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .sm_shop_items .shop_img img {
  max-width: 100%;
  transition: all 300ms linear 0s;
}
.shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .sm_shop_items .shop_img span {
  position: absolute;
  left: 10px;
  top: 10px;
  font: 400 15px/26px "Source Sans Pro", sans-serif;
  color: #fff;
  background: #3e54ff;
  padding: 0 15px;
  display: inline-block;
}
.shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .sm_shop_items:hover .shop_img img, .shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .sm_shop_items:focus .shop_img img {
  transform: scale3D(1.1, 1.1, 1);
}
.shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .sm_shop_items .rating {
  padding-top: 33px;
  padding-bottom: 16px;
}
.shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .sm_shop_items .rating li a {
  display: inline-block;
  color: #f69f00;
  font: 16px;
}
.shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .sm_shop_items .i_heding {
  font: 400 20px/34px "Poppins", sans-serif;
  color: #444;
  display: block;
}
.shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .sm_shop_items .i_heding:hover, .shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .sm_shop_items .i_heding:focus {
  color: #3e54ff;
}
.shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .sm_shop_items h4 {
  font: 500 18px/1 "Poppins", sans-serif;
  color: #3e54ff;
  padding: 20px 0 43px;
}
.shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .sm_shop_items .theme_btn {
  font: 400 18px/41px "Poppins", sans-serif;
  text-align: center;
  min-width: 173px;
  border-radius: 30px;
  overflow: hidden;
  background: #f69f00;
}
.shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .sm_shop_items .theme_btn:before {
  background: #3e54ff;
}
.shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .pagination_area {
  margin-top: 80px;
}
.shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .pagination_area .pagination li {
  padding-right: 10px;
  margin: 0;
}
.shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .pagination_area .pagination li:last-child {
  padding-left: 38px;
  padding-right: 0;
}
.shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .pagination_area .pagination li a {
  font: 400 22px/47px "Source Sans Pro", sans-serif;
  color: #d1d1d1;
  padding: 0;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  min-width: 56px;
  text-align: center;
  background: #fff;
}
.shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .pagination_area .pagination li a i {
  font-size: 22px;
  line-height: 47px;
}
.shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .pagination_area .pagination li a:hover, .shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .pagination_area .pagination li a:focus, .shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .pagination_area .pagination li a.active {
  background: #3e54ff;
  color: #fff;
  border-color: #3e54ff;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .input-group {
  position: relative;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .input-group input {
  font: 400 16px/52px "Source Sans Pro", sans-serif;
  color: #d8d7d7;
  border: 1px solid #ede9e9;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  padding: 0 20px;
  width: 100%;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .input-group input.placeholder {
  color: #d8d7d7;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .input-group input:-moz-placeholder {
  color: #d8d7d7;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .input-group input::-moz-placeholder {
  color: #d8d7d7;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .input-group input::-webkit-input-placeholder {
  color: #d8d7d7;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .input-group input:focus.placeholder {
  color: #fff;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .input-group input:focus:-moz-placeholder {
  color: #fff;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .input-group input:focus::-moz-placeholder {
  color: #fff;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .input-group input:focus::-webkit-input-placeholder {
  color: #fff;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .input-group .input-group-text {
  position: absolute;
  top: 4px;
  right: 3px;
  z-index: 3;
  color: #fff;
  font-size: 18px;
  background: #3e54ff;
  line-height: 46px;
  padding: 0 25px;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  bottom: 4px;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .s_widget {
  padding-top: 80px;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .s_widget h4 {
  font: 400 22px/1 "Poppins", sans-serif;
  color: #444;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .s_widget .categories {
  padding-top: 32px;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .s_widget .categories li a {
  font: 400 18px/48px "Source Sans Pro", sans-serif;
  color: #444;
  padding-left: 50px;
  position: relative;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .s_widget .categories li a:before {
  content: "\f061";
  position: absolute;
  left: 0;
  top: 4px;
  color: #3e54ff;
  font: normal normal normal 14px/1 FontAwesome;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .s_widget .categories li a:hover, .shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .s_widget .categories li a:focus {
  color: #3e54ff;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .s_widget .categories li a:hover:before, .shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .s_widget .categories li a:focus:before {
  left: 10px;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .range_w {
  padding-top: 47px;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .range_w .range_input {
  padding-top: 45px;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .range_w .range_input #slider-range {
  border: 0;
  background: #dddddd;
  border-radius: 0;
  height: 1px;
  margin-bottom: 30px;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .range_w .range_input #slider-range .ui-slider-handle {
  border-radius: 50%;
  border: 0;
  background: #3e54ff;
  height: 18px;
  width: 18px;
  box-shadow: none;
  outline: none;
  top: -9px;
  cursor: pointer;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .range_w .range_input #slider-range .ui-slider-handle + span {
  background: #f69f00;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .range_w .range_input label {
  font: 500 20px/1 "Poppins", sans-serif;
  color: #444;
  margin: 0;
  padding-right: 10px;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .range_w .range_input input {
  border: 0;
  margin: 0;
  color: #f69f00;
  font: 500 16px "Poppins", sans-serif;
  width: 70%;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .popular_products h4 {
  padding-bottom: 52px;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .popular_products .media {
  margin-bottom: 48px;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .popular_products .media:hover .media-body a, .shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .popular_products .media:focus .media-body a {
  color: #f69f00;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .popular_products .media .media-body {
  margin-left: 20px;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .popular_products .media .media-body a {
  font: 400 17px/1 "Poppins", sans-serif;
  color: #444;
  display: block;
  margin-top: -2px;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .popular_products .media .media-body h4 {
  font: 400 18px/1 "Poppins", sans-serif;
  color: #3e54ff;
  padding-top: 13px;
  padding-bottom: 12px;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .popular_products .media .media-body .rating li {
  display: inline-block;
}
.shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar .popular_products .media .media-body .rating li a {
  font-size: 16px;
  color: #f69f00;
  display: inline-block;
}

/* End Shop_with_sidebar */
/* Shop_slider */
.shop_slider .carousel-inner .carousel-item {
  border: 1px solid #f4f1f1;
}
.shop_slider .carousel-inner .carousel-item img {
  max-width: 100%;
}
.shop_slider .slider_control {
  padding-left: 25px;
}
.shop_slider .slider_control li {
  border: 1px solid #f4f1f1;
  margin-bottom: 30px;
  width: 170px;
  height: 130px;
  text-align: center;
  cursor: pointer;
}
.shop_slider .slider_control li:last-child {
  margin-bottom: 0;
}
.shop_slider .slider_control li img {
  max-width: 100%;
}

.shop_content {
  padding-top: 60px;
}
.shop_content h2 {
  font: 500 32px/45px "Poppins", sans-serif;
  color: #121212;
}
.shop_content h3 {
  font: 500 35px/45px "Poppins", sans-serif;
  color: #3e54ff;
  padding-top: 25px;
  padding-bottom: 20px;
}
.shop_content h3 span {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.702);
  font-family: "Source Sans Pro", sans-serif;
  text-decoration: line-through;
  padding-left: 120px;
}
.shop_content h3 small {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #f69f00;
  padding-left: 40px;
}
.shop_content .rating {
  display: inline-block;
}
.shop_content .rating li a {
  display: inline-block;
  font-size: 25px;
  color: #f69f00;
}
.shop_content .catg {
  display: inline-block;
  padding-left: 60px;
}
.shop_content .catg li {
  font: 400 16px "Poppins", sans-serif;
  color: rgba(0, 0, 0, 0.702);
  display: inline-block;
}
.shop_content .catg li a {
  color: #f69f00;
  display: inline-block;
}
.shop_content .catg li a:hover, .shop_content .catg li a:focus {
  color: #3e54ff;
}
.shop_content p {
  font: 400 16px/30px "Source Sans Pro", sans-serif;
  color: rgba(0, 0, 0, 0.702);
  padding-top: 30px;
  padding-bottom: 55px;
}
.shop_content .quantity_select_aera {
  display: block;
}
.shop_content .quantity_select_aera .quantity_select {
  display: block;
}
.shop_content .quantity_select_aera .quantity_select h4 {
  font: 400 16px/45px "Source Sans Pro", sans-serif;
  color: #121212;
  float: left;
  text-transform: uppercase;
  padding-right: 20px;
}
.shop_content .quantity_select_aera .quantity_select .select_d {
  display: inline-block;
  float: left;
}
.shop_content .quantity_select_aera .quantity_select .product_select {
  position: relative;
  border: 0;
  box-shadow: none;
  outline: none;
  background: #f4f1f1;
  font: 400 16px/45px "Source Sans Pro", sans-serif;
  padding: 0 20px;
  height: auto;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.502);
  width: 270px;
}
.shop_content .quantity_select_aera .quantity_select .product_select:after {
  display: none;
}
.shop_content .quantity_select_aera .quantity_select .product_select:before {
  content: "\f103";
  position: absolute;
  top: 0;
  right: 20px;
  font: normal normal normal 15px/48px FontAwesome;
  color: rgba(0, 0, 0, 0.6);
}
.shop_content .quantity_select_aera .quantity_select .product_select .list {
  width: 100%;
}
.shop_content .quantity_select_aera .quantity_select .value-section {
  display: inline-block;
  padding-left: 20px;
  margin-top: 3px;
}
.shop_content .quantity_select_aera .quantity_select .value-section li {
  display: inline-block;
  font: 400 16px/38px "Source Sans Pro", sans-serif;
  color: #fff;
  background: #f4f1f1;
  min-width: 54px;
  text-align: center;
  cursor: pointer;
  margin-right: 7px;
}
.shop_content .quantity_select_aera .quantity_select .value-section li:last-child {
  margin: 0;
}
.shop_content .quantity_select_aera .quantity_select .value-section li button {
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  color: #8b8989;
  font-size: 14px;
  background-color: transparent;
  cursor: pointer;
  min-width: 54px;
}
.shop_content .quantity_select_aera .quantity_select .value-section li#product-value {
  background: #3e54ff;
}
.shop_content .quantity_select_aera .add_cart_btn {
  display: block;
  overflow: hidden;
  padding-top: 68px;
  clear: both;
}
.shop_content .quantity_select_aera .add_cart_btn a {
  font: 400 18px/41px "Poppins", sans-serif;
  text-align: center;
  display: inline-block;
  width: 173px;
  background: #3e54ff;
  color: #fff;
  border-radius: 30px;
  margin-right: 22px;
}
.shop_content .quantity_select_aera .add_cart_btn a:hover, .shop_content .quantity_select_aera .add_cart_btn a:focus, .shop_content .quantity_select_aera .add_cart_btn a.active {
  background: #f69f00;
}
.shop_content .review-tab {
  display: block;
  overflow: hidden;
  padding-top: 105px;
}
.shop_content .review-tab .nav-tabs {
  border-bottom: 3px solid #f4f1f1;
  max-width: 750px;
}
.shop_content .review-tab .nav-tabs li {
  padding-right: 70px;
}
.shop_content .review-tab .nav-tabs li:last-child {
  padding-right: 0;
}
.shop_content .review-tab .nav-tabs li a {
  font: 500 22px/30px "Poppins", sans-serif;
  color: #121212;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}
.shop_content .review-tab .nav-tabs li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  width: 0;
  transition: all 300ms linear 0s;
  border-bottom: 3px solid #3e54ff;
}
.shop_content .review-tab .nav-tabs li a:hover:after, .shop_content .review-tab .nav-tabs li a:focus:after, .shop_content .review-tab .nav-tabs li a.active:after {
  width: 100%;
}
.shop_content .review-tab .tab-content {
  padding-top: 50px;
}
.shop_content .review-tab .tab-content .tab-pane p {
  padding-top: 0;
  padding-bottom: 35px;
}
.shop_content .review-tab .tab-content .tab-pane .item_details h4 {
  font: 500 18px/30px "Poppins", sans-serif;
  color: rgba(0, 0, 0, 0.702);
  padding-bottom: 20px;
}
.shop_content .review-tab .tab-content .tab-pane .item_details ul {
  padding-top: 20px;
}
.shop_content .review-tab .tab-content .tab-pane .item_details ul li {
  font: 400 16px/30px "Source Sans Pro", sans-serif;
  color: rgba(0, 0, 0, 0.702);
}
.shop_content .review-tab .tab-content .tab-pane .item_details ul li span {
  min-width: 200px;
  display: inline-block;
}

.shop_details_pages {
  padding-bottom: 0;
}

/* End Shop_slider */
/* related_product_area */
.related_product_area {
  display: block;
  overflow: hidden;
  padding-bottom: 130px;
}
.related_product_area .tranding_tittle h2 {
  font: 700 24px/36px "Poppins", sans-serif;
  color: #10252e;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 55px;
  text-transform: uppercase;
}
.related_product_area .tranding_tittle h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100px;
  background: #3e54ff;
}
.related_product_area .product_related {
  cursor: col-resize;
}
.related_product_area .product_related .item {
  align-items: center;
  display: flex;
  border: 1px solid #f4f1f1;
  height: 130px;
  width: 170px;
}
.related_product_area .product_related .item:hover {
  border-color: #3e54ff;
}
.related_product_area .product_related .item img {
  width: auto;
  margin: 0 auto;
}

/*----------------------------------------------------*/
/* Footer Home pages */
.footer_area {
  display: block;
  overflow: hidden;
  background: #3e3d3d url("../images/footer-bg.png") no-repeat center;
  background-size: cover;
  padding-top: 95px;
}
.footer_area .footer_inner {
  padding-bottom: 70px;
  position: relative;
}
.footer_area .footer_inner:after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  border-bottom: 1px solid #565656;
  display: block;
}
.footer_area .footer_inner .footer_logo {
  margin-bottom: 30px;
  padding-top: 30px;
}
.footer_area .footer_inner .footer_logo img {
  max-width: 100%;
}
.footer_area .footer_inner .footer_logo p {
  font: 400 16px/34px "Source Sans Pro", sans-serif;
  color: rgba(255, 255, 255, 0.702);
  padding: 55px 0 50px;
}
.footer_area .footer_inner .footer_logo .footer_social {
  padding-bottom: 64px;
}
.footer_area .footer_inner .footer_logo .footer_social li {
  display: inline-block;
  padding-left: 25px;
}
.footer_area .footer_inner .footer_logo .footer_social li:first-child {
  padding-left: 0;
}
.footer_area .footer_inner .footer_logo .footer_social li a {
  padding: 0;
  color: #c9c8c8;
  font-size: 17px;
}
.footer_area .footer_inner .footer_logo .footer_social li a i:before {
  speak: none;
  display: block;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-animation: TopToBottom 0.3s forwards;
  -moz-animation: TopToBottom 0.3s forwards;
  animation: TopToBottom 0.3s forwards;
}
.footer_area .footer_inner .footer_logo .footer_social li a:hover, .footer_area .footer_inner .footer_logo .footer_social li a:focus {
  color: #3e54ff;
}
.footer_area .footer_inner .footer_logo .footer_social li a:hover i:before, .footer_area .footer_inner .footer_logo .footer_social li a:focus i:before {
  -webkit-animation: BottomToTop 0.3s forwards;
  -moz-animation: BottomToTop 0.3s forwards;
  animation: BottomToTop 0.3s forwards;
}
.footer_area .footer_inner .footer_logo .request_btn {
  font: 600 16px/1 "Poppins", sans-serif;
  color: #c9c8c8;
  display: block;
}
.footer_area .footer_inner .footer_logo .request_btn i {
  font-size: 13px;
  color: #3e54ff;
  position: relative;
  left: 20px;
  top: -2px;
  position: relative;
  transition: all 300ms linear 0s;
}
.footer_area .footer_inner .footer_logo .request_btn:hover, .footer_area .footer_inner .footer_logo .request_btn:focus {
  color: #3e54ff;
}
.footer_area .footer_inner .footer_logo .request_btn:hover i, .footer_area .footer_inner .footer_logo .request_btn:focus i {
  left: 10px;
}
.footer_area .footer_inner .campaign {
  padding-left: 75px;
  padding-right: 40px;
  padding-top: 7px;
}
.footer_area .footer_inner .campaign li {
  padding: 20px 0 25px;
  position: relative;
}
.footer_area .footer_inner .campaign li:last-child:after {
  display: none;
}
.footer_area .footer_inner .campaign li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #4c4a4a;
  width: 238px;
}
.footer_area .footer_inner .campaign li a {
  font: 500 16px/32px "Poppins", sans-serif;
  color: #fff;
}
.footer_area .footer_inner .campaign li a:hover, .footer_area .footer_inner .campaign li a:focus {
  color: #3e54ff;
}
.footer_area .footer_inner .quick_contact {
  background-color: #464545;
  box-shadow: 0px 0px 37px 0px rgba(156, 156, 156, 0.35);
  padding: 30px 30px 70px 40px;
}
.footer_area .footer_inner .quick_contact h4 {
  text-align: center;
  position: relative;
  color: #fff;
  font: 500 20px/1 "Poppins", sans-serif;
  padding-top: 15px;
  padding-bottom: 23px;
  margin-bottom: 40px;
}
.footer_area .footer_inner .quick_contact h4:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #3e54ff;
  margin: 0 auto;
}
.footer_area .footer_inner .quick_contact .media {
  margin-bottom: 60px;
}
.footer_area .footer_inner .quick_contact .media i:before {
  font-size: 60px;
  line-height: 1;
  color: #fff;
}
.footer_area .footer_inner .quick_contact .media .media-body {
  padding-left: 30px;
  padding-top: 20px;
}
.footer_area .footer_inner .quick_contact .media .media-body h6 {
  color: #fff;
  font: 600 18px/1 "Source Sans Pro", sans-serif;
  padding-bottom: 15px;
}
.footer_area .footer_inner .quick_contact .media .media-body a {
  font: 400 18px/1 "Source Sans Pro", sans-serif;
  color: #949494;
  display: block;
}
.footer_area .footer_inner .quick_contact .media .media-body a:hover, .footer_area .footer_inner .quick_contact .media .media-body a:focus {
  color: #3e54ff;
}
.footer_area .footer_inner .quick_contact .media .media-body .phone_no {
  color: #fff;
  font: 500 22px/1 "Poppins", sans-serif;
}
.footer_area .footer_menu {
  padding: 55px 0 60px;
}
.footer_area .footer_menu .footer_nav {
  padding-top: 15px;
}
.footer_area .footer_menu .footer_nav li {
  padding-right: 20px;
  display: inline-block;
}
.footer_area .footer_menu .footer_nav li:last-child {
  padding: 0;
}
.footer_area .footer_menu .footer_nav li a {
  text-transform: uppercase;
  font: 500 15px/32px "Poppins", sans-serif;
  color: #939393;
}
.footer_area .footer_menu .footer_nav li a:hover, .footer_area .footer_menu .footer_nav li a:focus {
  color: #3e54ff;
}
.footer_area .footer_menu .input-group {
  border-bottom: 1px solid #525151;
  padding-bottom: 20px;
}
.footer_area .footer_menu .input-group .form-control {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  outline: none;
  padding: 0;
  font: 400 italic 16px/40px "Source Sans Pro", sans-serif;
  color: #9a9999;
}
.footer_area .footer_menu .input-group .form-control.placeholder {
  color: #9a9999;
}
.footer_area .footer_menu .input-group .form-control:-moz-placeholder {
  color: #9a9999;
}
.footer_area .footer_menu .input-group .form-control::-moz-placeholder {
  color: #9a9999;
}
.footer_area .footer_menu .input-group .form-control::-webkit-input-placeholder {
  color: #9a9999;
}
.footer_area .footer_menu .input-group .form-control:focus.placeholder {
  color: transparent;
}
.footer_area .footer_menu .input-group .form-control:focus:-moz-placeholder {
  color: transparent;
}
.footer_area .footer_menu .input-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.footer_area .footer_menu .input-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.footer_area .footer_menu .input-group .input-group-text {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  font-size: 22px;
  color: #3e54ff;
  cursor: pointer;
}
.footer_area .footer_menu .input-group .input-group-text:hover, .footer_area .footer_menu .input-group .input-group-text:focus {
  color: #fff;
}
.footer_area .copy_right {
  background: #333333;
  display: block;
  overflow: hidden;
  padding: 30px 0;
  text-align: center;
}
.footer_area .copy_right p {
  font: 400 16px/32px "Source Sans Pro", sans-serif;
  color: rgba(255, 255, 255, 0.702);
}
.footer_area .copy_right p a {
  color: rgba(255, 255, 255, 0.702);
}
.footer_area .copy_right p a:hover, .footer_area .copy_right p a:focus {
  color: #3e54ff;
}

/* End Footer Home pages */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 15px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background: #3e54ff;
  border: 0;
  box-shadow: none;
  z-index: 999;
  color: #fff;
}
.scroll-top i {
  padding: 0;
}
.scroll-top i:before {
  speak: none;
  display: block;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-animation: TopToBottom 0.3s forwards;
  -moz-animation: TopToBottom 0.3s forwards;
  animation: TopToBottom 0.3s forwards;
}
.scroll-top:hover i:before, .scroll-top:focus i:before {
  -webkit-animation: BottomToTop 0.3s forwards;
  -moz-animation: BottomToTop 0.3s forwards;
  animation: BottomToTop 0.3s forwards;
}

/*----------------------------------------------------*/
@media (max-width: 1590px) {
  .latest_project_done {
    padding-left: 15px;
    padding-right: 15px;
  }

  .consutlting_resul_area .chart_area #bar-chart {
    width: 100%;
  }

  .cra_2 .chart_area {
    left: 0;
  }
  .cra_2 .chart_area #bar-chart {
    width: 100%;
  }

  .our_news_update .tittle h2::after {
    top: -77px;
  }
}
@media (max-width: 1199px) {
  .header_logo_area .header_logo_inner .right_info .media .media-body {
    padding-left: 10px;
  }

  .main_header_area .header_menu .navbar .navbar_supported ul {
    padding-left: 15px;
  }
  .main_header_area .header_menu .navbar .navbar_supported ul li a {
    margin: 0 15px;
  }
  .main_header_area .header_menu .search_button_content li.search_dropbown {
    padding: 0;
    padding-right: 20px;
  }
  .main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu {
    margin-left: -245px;
  }

  .consutlting_resul_area .chart_area {
    margin-top: 40px;
  }
  .consutlting_resul_area .chart_area #bar-chart {
    width: 750px;
  }

  .easy_steps_area .steps::after {
    display: none;
  }

  .stay_finances_area .deliver_promise {
    padding-left: 15px;
  }

  .consultants_counter .consultants h4 {
    font-size: 17px;
  }

  .footer_area .footer_inner .campaign {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mha_3 .header_menu .navbar .navbar_supported ul li a {
    margin: 0 11px;
  }
  .mha_3 .header_menu .search_button_content li.search_dropbown {
    padding-right: 0;
  }

  .cra_2 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .ea_3 .entrepreneur_carousel {
    padding-right: 15px;
  }
  .ea_3 .entrepreneur_carousel .carousel-inner .entrepreneur_img2 {
    width: 44%;
    float: left;
    margin-right: 20px;
  }

  .grid_gallery_item_inner .grid_gallery_item .gallery_hover .hover_inner {
    padding: 30px;
  }

  .faq_area .faq_inner .faq_accordion .item .faq_content {
    padding: 0 15px 15px;
  }
  .faq_area .faq_inner .faq_accordion .item .faq_content img {
    margin-bottom: 10px;
  }

  .map_from_area .map_area {
    width: 100%;
    padding: 0 15px;
  }
  .map_from_area .map_area .map_content {
    float: none;
  }
  .map_from_area .contact_inner {
    padding-left: 0;
    width: 100%;
  }
  .map_from_area .contact_inner .from_main {
    max-width: 100%;
    padding: 50px 15px;
  }

  .shop_slider .carousel-inner .carousel-item img {
    height: 450px;
  }

  .shop_content .review-tab .nav-tabs li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .header_top_area {
    padding: 5px 0;
  }
  .header_top_area .left_menu {
    text-align: center;
  }
  .header_top_area .left_menu li a {
    line-height: 40px;
  }
  .header_top_area .left_menu li.dropdown {
    padding-left: 15px;
  }
  .header_top_area .left_menu li.dropdown:after {
    display: none;
  }
  .header_top_area .header_social {
    text-align: center;
  }
  .header_top_area .header_social li a {
    line-height: 40px;
  }
  .header_top_area .header_social li .theme_btn {
    line-height: 45px;
  }

  .header_logo_area {
    padding-top: 25px;
  }
  .header_logo_area .header_logo_inner .navbar-brand {
    display: block;
    text-align: center;
    padding-bottom: 50px;
    margin: 0;
  }
  .header_logo_area .header_logo_inner .right_info {
    padding-left: 50px;
  }
  .header_logo_area .header_logo_inner .right_info .media:nth-child(2), .header_logo_area .header_logo_inner .right_info .media:nth-child(3) {
    padding-left: 0;
  }

  .main_header_area .header_menu {
    position: relative;
  }
  .main_header_area .header_menu .navbar {
    width: 100%;
  }
  .main_header_area .header_menu .navbar .navbar-toggler {
    font-size: 30px;
    color: #fff;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    line-height: 70px;
    border: 0;
  }
  .main_header_area .header_menu .navbar .navbar-nav {
    margin: 0;
    margin-top: 2px;
    border-top: 1px solid #fff;
    max-height: 370px;
    overflow-y: auto;
    padding-left: 0 !important;
  }
  .main_header_area .header_menu .navbar .navbar-nav li {
    border-bottom: 1px solid #fff;
  }
  .main_header_area .header_menu .navbar .navbar-nav li:last-child {
    border: 0;
  }
  .main_header_area .header_menu .navbar .navbar-nav li a {
    line-height: 45px !important;
    margin: 0 20px !important;
  }
  .main_header_area .header_menu .navbar .navbar-nav li a:after {
    display: none !important;
  }
  .main_header_area .header_menu .navbar .navbar-nav li.dropdown {
    position: relative;
  }
  .main_header_area .header_menu .navbar .navbar-nav li.dropdown:after {
    content: "\f103";
    position: absolute;
    top: 0;
    right: 20px;
    font: normal normal normal 15px/48px FontAwesome;
    color: #fff;
  }
  .main_header_area .header_menu .navbar .navbar-nav li.dropdown .dropdown-menu {
    background-color: transparent;
    border: 0;
    border-top: 1px solid #fff;
  }
  .main_header_area .header_menu .navbar .navbar-nav li.dropdown .dropdown-menu:before {
    display: none;
  }
  .main_header_area .header_menu .navbar .navbar-nav li.dropdown .dropdown-menu li a {
    border: 0;
    color: #fff;
  }
  .main_header_area .header_menu .navbar .navbar-nav li.dropdown .dropdown-menu li a:hover, .main_header_area .header_menu .navbar .navbar-nav li.dropdown .dropdown-menu li a:focus, .main_header_area .header_menu .navbar .navbar-nav li.dropdown .dropdown-menu li a.active {
    color: #fff;
    border: 0;
  }
  .main_header_area .header_menu .navbar .navbar-nav li.dropdown .dropdown-menu .dropdown:after {
    display: none;
  }
  .main_header_area .header_menu .search_button_content {
    position: absolute;
    right: 0;
    top: 0;
  }
  .main_header_area .header_menu .search_button_content .search_dropbown a {
    line-height: 70px !important;
  }

  .main_header_area.navbar_fixed .header_menu .navbar .navbar-toggler, .main_header_area.navbar_fixed .header_menu .search_button_content li.search_dropbown a {
    line-height: 60px !important;
  }

  .mha_3 .header_menu .navbar .navbar-toggler {
    color: #10252e;
    margin-right: 20px;
  }
  .mha_3 .header_menu .navbar .navbar_supported ul {
    background: rgba(8, 10, 27, 0.8);
  }
  .mha_3 .header_menu .navbar .navbar_supported ul li a {
    color: #fff;
  }
  .mha_3 .header_menu .search_button_content {
    position: initial;
    right: 0;
    top: 0;
  }

  .consutlting_resul_area {
    padding: 80px 0 0;
  }
  .consutlting_resul_area .chart_area #bar-chart {
    width: 100%;
  }

  .entrepreneur_area {
    padding: 0;
  }
  .entrepreneur_area .entrepreneur_carousel {
    padding-right: 15px;
  }
  .entrepreneur_area .business_angel {
    padding: 100px 15px 0;
    margin-left: 0;
  }

  .stay_finances_area .deliver_promise {
    width: 100%;
    float: none;
  }
  .stay_finances_area .deliver_promise_video {
    width: 100%;
    float: none;
    margin-top: 30px;
    padding: 100px 0;
  }

  .latest_project_done {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .latest_project_done .project_doner {
    max-width: 370px;
    margin: 0 auto 30px;
  }
  .latest_project_done .tittle .theme_btn {
    float: none;
    margin-top: 30px;
  }

  .testimonial_area {
    padding: 100px 0;
  }

  .customers_more .theme_btn {
    float: none;
  }

  .footer_area {
    padding-top: 40px;
  }
  .footer_area .footer_inner .quick_contact {
    margin-top: 30px;
  }
  .footer_area .footer_menu .input-group {
    margin-top: 30px;
  }

  .yea_2 .tittle .load_more_area {
    margin-top: 20px;
  }
  .yea_2 .property_inner .col-lg-4::after {
    border: 0;
  }

  .stay_finances_area .deliver_promise .stay_finances {
    float: none;
    padding-right: 15px;
  }

  .sfa_2 {
    margin-top: 0;
  }

  .ea_2 .entrepreneur_carousel {
    margin-bottom: 50px;
    margin: 50px 0;
  }
  .ea_2 .entrepreneur_carousel {
    padding-left: 15px;
  }

  .ea_3 {
    padding-top: 60px;
  }

  .purpose_area .mission {
    display: block;
  }
  .purpose_area .mission .media-body {
    padding-left: 0;
    padding-top: 30px;
  }

  .join_conversation .conversation .item, .team_area .conversation .item {
    height: 420px;
  }
  .join_conversation .conversation .item:hover, .join_conversation .conversation .item:focus, .team_area .conversation .item:hover, .team_area .conversation .item:focus {
    height: 400px;
  }

  .left_sidebar {
    padding-bottom: 0;
    padding-top: 50px;
  }
  .left_sidebar .talent {
    display: block;
    overflow: hidden;
  }
  .left_sidebar .talent .talent_img {
    max-width: 270px;
    float: left;
    margin-right: 20px;
  }

  .grid_gallery_area {
    padding: 60px 0;
  }
  .grid_gallery_area .gallery_filter {
    padding-bottom: 20px;
  }
  .grid_gallery_area .grid_gallery_item_inner .grid_gallery_item .gallery_hover .hover_inner {
    border: 0;
    padding: 15px;
  }

  .project_details .right_sidebar .fast_heding {
    padding-bottom: 0;
  }
  .project_details .right_sidebar .fast_heding .social_share {
    float: none;
  }

  .ta_4 .testimonial_row {
    padding-top: 60px;
  }

  .our_office_area .our_office {
    padding: 20px;
  }

  .map_from_area {
    padding-bottom: 0;
  }

  .shop_with_sidebar {
    padding: 80px 0 30px;
  }
  .shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .pagination_area {
    margin-top: 0;
  }
  .shop_with_sidebar .shop_sidebar_inner .shop_right_sidebar {
    padding-top: 60px;
    max-width: 370px;
  }

  .news_update_area {
    padding: 50px 0 0;
  }
  .news_update_area .news_update_inner .news_right_sidebar {
    padding: 60px 15px;
  }
  .news_update_area .news_update_inner .news_right_sidebar .currency_market_widget h2::after {
    border-width: 12px 690px 0 0;
  }
  .news_update_area .news_update_inner .news_left_sidebar {
    padding-right: 15px;
  }
  .news_update_area .news_update_inner .news_left_sidebar .pagination_area {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .easy_steps_area {
    padding-bottom: 30px;
    padding-top: 60px;
  }
  .easy_steps_area .tittle {
    padding-bottom: 50px;
  }
  .easy_steps_area .tittle h2 {
    padding-bottom: 0;
    font-size: 20px;
  }

  .years_experiences_area {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .years_experiences_area .tittle h2 {
    font-size: 25px;
    line-height: 36px;
  }
  .years_experiences_area .tittle h2:before {
    font-size: 70px;
    top: 35px;
  }

  .stay_finances_area .deliver_promise_video .popup-youtube {
    min-width: 90px;
    width: 90px;
    height: 90px;
  }

  .our_news_update {
    padding: 50px 0;
  }
  .our_news_update .news_row .news {
    max-width: 370px;
    margin: 0 auto 30px;
  }

  .yea_2 .tittle {
    padding-top: 0;
  }

  .stay_finances_area .deliver_promise .stay_finances h2 {
    font-size: 20px;
    line-height: 36px;
  }

  .onu_2, .yea_3 {
    padding-top: 0;
  }

  .pages_banner {
    padding-top: 100px;
  }
  .pages_banner h2 {
    font-size: 20px;
    line-height: 40px;
  }
  .pages_banner p {
    padding-top: 20px;
  }
  .pages_banner .breadcrumb {
    padding-top: 60px;
  }
  .pages_banner:after {
    background-image: none;
  }

  .join_conversation .conversation .item, .team_area .conversation .item {
    height: auto;
    max-width: 370px;
    margin: 0 auto;
  }
  .join_conversation .conversation .item:hover, .join_conversation .conversation .item:focus, .team_area .conversation .item:hover, .team_area .conversation .item:focus {
    height: auto;
  }

  .join_conversation .conversation, .team_area .conversation {
    padding-top: 80px;
  }

  .team_area {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .team_area .conversation .item {
    margin-bottom: 30px;
  }

  .service_details {
    padding: 60px 0;
  }
  .service_details .right_sidebar .stats_chart .chart {
    padding-left: 15px;
  }
  .service_details .right_sidebar .stats_chart .chart_p {
    padding-left: 15px;
    padding-top: 30px;
  }

  .project_v2 .project_left_sidebar .project_media {
    display: block;
    max-width: 370px;
    margin: 0 auto 30px;
  }
  .project_v2 .project_left_sidebar .project_media .media-body {
    padding-left: 0;
  }

  .project_details .right_sidebar .customer_row .customer_category {
    padding-left: 15px;
    padding-top: 20px;
  }
  .project_details .right_sidebar .fast_heding {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 36px;
  }

  .faq_area {
    padding: 60px;
  }
  .faq_area .faq_inner .another_question {
    margin-top: 40px;
  }

  .say_hello {
    padding: 60px 0;
  }
  .say_hello p {
    padding-top: 20px;
  }

  .map_from_area .map_area .map_content h2 {
    font-size: 20px;
    line-height: 50px;
    display: block;
  }
  .map_from_area .map_area .map_content h2:after {
    bottom: 5px;
  }

  .shop_slider .carousel-inner .carousel-item img {
    height: 260px;
  }
  .shop_slider .slider_control li {
    width: 100px;
    height: 80px;
    margin-bottom: 10px;
  }

  .shop_content h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .shop_content .quantity_select_aera .add_cart_btn {
    padding-top: 20px;
  }
  .shop_content .quantity_select_aera .quantity_select .value-section {
    padding-left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
  }

  .shop_content .review-tab .nav-tabs li {
    padding-right: 30px;
  }

  .news_update_area .news_update_inner .news_left_sidebar .news_item .news_heding {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .header_top_area .header_social li.login_btn {
    padding-left: 0;
  }

  .main_header_area .header_menu .search_button_content li.search_dropbown .dropdown-menu {
    margin-left: -30px;
  }

  .consutlting_resul_area .chart_area #bar-chart {
    height: 360px;
  }

  .entrepreneur_area .business_angel {
    padding-top: 40px;
  }
  .entrepreneur_area .business_angel h2 {
    font-size: 25px;
  }
  .entrepreneur_area .business_angel h2:before {
    font-size: 70px;
    top: -15px;
  }

  .testimonial_area .ts_slider .carousel-item p {
    padding-bottom: 40px;
  }

  .our_news_update .tittle .theme_btn {
    display: block;
    width: 225px;
    margin-top: 30px;
    float: none;
  }

  .customers_more h3 {
    font-size: 20px;
    line-height: 35px;
  }

  .footer_area .footer_inner .quick_contact {
    padding: 30px 15px;
  }
  .footer_area .footer_inner .quick_contact .media {
    margin-bottom: 30px;
  }
  .footer_area .footer_inner .quick_contact .media .media-body .phone_no {
    font-size: 16px;
  }

  .hta_3 .left_menu li {
    padding-left: 10px;
  }

  .mha_3 .header_menu .search_button_content li .theme_btn {
    display: none;
  }

  .header_top_area .left_menu li {
    padding-left: 10px;
  }

  .purpose_area .tittle_p {
    font-size: 16px;
    line-height: 36px;
    padding: 40px 0;
  }

  .join_conversation .tittle p {
    font-size: 16px;
    line-height: 36px;
  }

  .our_office_area {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .sm_shop_items {
    max-width: 270px;
    margin: 0 auto 30px;
  }

  .shop_content h3 span {
    padding: 0;
  }
  .shop_content .catg {
    display: block;
    padding-left: 0;
    padding-top: 20px;
  }

  .shop_content .review-tab .nav-tabs li {
    padding-top: 20px;
  }

  .news_update_area .news_update_inner .news_left_sidebar .news_details .back_to {
    padding-left: 13px;
    padding-top: 20px;
  }
  .news_update_area .news_update_inner .news_left_sidebar .news_details .back_to a {
    text-align: left;
  }
  .news_update_area .news_update_inner .news_left_sidebar .news_details .tags {
    padding-right: 15px;
    margin-top: 20px;
  }
  .news_update_area .news_update_inner .news_left_sidebar .news_details .tags ul {
    text-align: left;
  }
  .news_update_area .news_update_inner .news_left_sidebar .news_item h6 a {
    display: block;
    margin: 0;
    margin-top: 10px;
  }
}
@media (max-width: 420px) {
  .main_header_area.mha_3 .header_menu {
    padding: 5px 0;
  }
  .main_header_area.mha_3 .navbar-brand {
    margin: 0;
  }
  .main_header_area.mha_3 .navbar-brand img {
    width: 160px;
  }
  .main_header_area.mha_3 .navbar .navbar-toggler {
    padding: 0;
    margin-right: 10px;
  }

  .shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .pagination_area .pagination li {
    padding: 0;
    margin-bottom: 3px;
  }
  .shop_with_sidebar .shop_sidebar_inner .shop_left_sidebar .pagination_area .pagination li:last-child {
    padding-left: 0;
  }

  .news_update_area .news_update_inner .news_left_sidebar .comment_area .media_reply {
    padding-left: 0;
  }
  .news_update_area .news_update_inner .news_left_sidebar .author_area .media, .news_update_area .news_update_inner .news_left_sidebar .comment_area .media {
    display: block;
    text-align: center;
  }
  .news_update_area .news_update_inner .news_left_sidebar .author_area .media .media-body, .news_update_area .news_update_inner .news_left_sidebar .comment_area .media .media-body {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .news_update_area .news_update_inner .news_left_sidebar .author_area .media .media-body p, .news_update_area .news_update_inner .news_left_sidebar .comment_area .media .media-body p {
    padding-bottom: 0;
  }
  .news_update_area .news_update_inner .news_left_sidebar .author_area .media .media-body h6, .news_update_area .news_update_inner .news_left_sidebar .comment_area .media .media-body h6 {
    padding-top: 10px;
  }
}
@media (max-width: 360px) {
  .main_header_area .header_menu .search_button_content li .theme_btn {
    min-width: 175px;
  }

  .consutlting_resul_area .chart_area #bar-chart {
    height: 300px;
  }
}
/*---------------------------------------------------- */
/*All CSS call*/
/* Bootstrap CSS */
/* Icon CSS */
/* Extra Plugins CSS */
/* Rev slider css */
/* Font family link */

/*# sourceMappingURL=style.css.map */
.pt-cus {
  padding-top: 160px;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;

}


@media screen and (max-width: 776px) {
  .pt-cus {
      padding-top: 120px;
      padding-bottom: 50px;
      padding-left: 15px;
      padding-right: 15px;
  }
}