/*--------------

Template: Asko - Business, Advice, Finance Consulting html Template
Author: pixelthemez
Author URI: https://themeforest.net/user/pixelthemez/portfolio 
Version:  1.0
Description: Asko - Business, Advice, Finance Consulting html Template

----------------*/

/*====================
CSS Table of content: 
====================== 
 #Section Title
# Home page one 
    #= Header
    #= custom-select
    #= Slider Area
    #= Featured Services
    #= Searvices
    #= Fun Fact
    #= Portfolio
    #= Testimonial
    #= Blog
    #= Blog Single Page
    #= call-to-action
    #= Faq Css
    #= About Area
    #= project-details
    #= contact-form
    #= Contact Area
    #= Footer Area
    #= Asko Service Style 2
 
# Index Style 2
    #= Header
    #= featured-services style 2
    #= Asko Service Style 2
    #= Agency
    #= fun-fact-style2
    #= Agent
    #= fun-fact-style2
    #= pricng plan

  

/* Section Title */

.section-title {
  max-width: 600px;
  margin: 0 auto;
}

.section-title h2 {
  margin-bottom: 20px;
}

.section-title span.primary-bg,
.section-title span.secondary-bg {
  padding: 0 5px;
}

.section-title p {
  margin-bottom: 0;
}

.section-title p span {
  margin-right: 10px;
}

.section-title p:last-child span {
  margin-left: 10px;
}

/*====================
      Home page one 
====================== */
/*Header*/
.logo {
  margin: 0;
  padding-top: 40px;
  max-width: 150px;
}

@media screen and (min-width: 1024px) {
  .header-top-area a.logo img {
    max-width: 230px;
  }
}

.top-bar-info {
  color: #f7f7f7;
}

.top-bar-info li {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 42px;
  padding-left: 15px;
  padding-right: 15px;
}

.header-logo2 {
  display: none;
}

header {
  position: absolute;
  width: 100%;
  z-index: 9999;
}

/*Slider Area*/
.hero-item {
  min-height: 800px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-item2 {
  background-image: url(../../assets/images/hero/slider2.jpg);
}

.hero-item3 {
  background-image: url(../../assets/images/hero/slider1.jpg);
}

.hero-item h1 {
  padding-top: 100px;
}

.hero-item h1 span {
  position: relative;
}

.hero-item h1 span::after {
  background: #00ABAB none repeat scroll 0 0;
  bottom: 11px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

#hero-slider1 .owl-nav div {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0 !important;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50% !important;
  color: #ffffff !important;
  font-size: 50px !important;
  height: 70px;
  line-height: 70px;
  opacity: 0.5;
  position: absolute;
  top: 42%;
  width: 70px;
  z-index: 9999;
}

#hero-slider1 .owl-nav div.owl-next {
  right: 0;
}

#hero-slider1 .owl-nav div.owl-prev {
  left: 0;
}

#hero-slider1 .owl-nav div i {
  margin-right: 0;
}

#hero-slider1 .owl-nav div:hover i {
  left: 0;
}

#hero-slider1 .owl-nav div:hover {
  border: 1px solid #ffffff;
  border-radius: 45px !important;
  text-align: center;
  width: 100px;
  background: rgba(0, 0, 0, 0.3) !important;
}

#hero-slider1 .owl-nav div:focus {
  outline: none;
}

#hero-slider1 .owl-nav button:hover {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
}

.sticky-wrapper {
  height: 0 !important;
}

.is-sticky .header-nav-area {
  background: rgba(0, 0, 0, 0.75);
  padding: 0 0;
  width: 100%;
}

#hero-slider1 .owl-dots {
  bottom: 30px;
  position: absolute;
  text-align: center;
  width: 100%;
}

#hero-slider2 .hero-item {
  background-attachment: fixed;
}

#hero-slider2 .hero-item h1 {
  padding: 0;
}


/*custom-select*/

.custom-select {
  background: rgba(0, 0, 0, 0);
  border: medium none;
  padding: 0;
  font-size: 12px;
  position: relative;
  line-height: 25px
}

.header-top-area .custom-select {
  max-width: 110px;
  text-align: left;
}

.language-select {
  text-align: right;
}

.header-top-area .select-selected {
  background: transparent;
}

.header-top-area .select-items div {
  color: #000
}

.header-top-area .select-items div,
.header-top-area .select-selected {
  border-width: 0;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: #00ABAB;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 10px;
}

.select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

.select-items {
  position: absolute;
  background-color: #fff;
  top: 112%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/*Featured Services*/

.featured-service-item {
  padding: 30px 25px;
}

.featured-service-item p {
  font-size: 14px;
}

.featured-service-item:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 30px -8px #cccccc;
}

.featured-service-item h5 {
  font-weight: 600;
}

.featured-service-item a:hover {
  color: #1e1f1f;
}

.featured-service-item a {
  position: relative;
  color: #1e1f1f;
  font-weight: 700;
  text-decoration: none !important;
}

.featured-service-item a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: currentcolor;
  transition: width .3s ease-in-out;
}

.featured-service-item a:hover:before {
  width: 100%;
}

/*Searvices*/
.asko-service-icon img {
  height: 68px;
  max-width: 72px;
}

/*Fun Fact*/
.counter {
  display: inline-block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 10px;
}

.fun-fact-item h4 {
  margin-bottom: 15px;
  position: relative;
}

.fun-fact-item.col-lg-2>h4 {}

.fun-fact-item h4::after {
  background: #c2c8d3 none repeat scroll 0 0;
  bottom: -20px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 75px;
}

/*===== Portfolio =====*/
.portfolio-area {
  overflow: hidden;
}

.portfolio-item:hover img {
  transform: scale(1.1);
}

.portfolio-item {
  overflow: hidden;
  position: relative;
}

.portfolio-menu button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none !important;
  cursor: pointer;
  padding: 0 15px;
  position: relative;
}

.portfolio-menu button:focus {
  outline: none;
}

.portfolio-menu button::after {
  background: #ff0000;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
}

.colplete-social-icon li a {
  background-color: #e4edf3;
  border-radius: 50%;
  color: #090820;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.colplete-social-icon li a:hover {
  background-color: #00ABAB;
}

.colplete-social-icon li a i {
  margin-right: 0;
}


/*Testimonial*/
.client-testimonial {
  margin: 0 60px;
}

.testimonial-item h6 {
  font-weight: 700;
  padding-left: 40px;
  position: relative;
  color: #fff !important;
}

.testimonial-item h6::after {
  background: #cccccc none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 9px;
  position: absolute;
  top: 13px;
  width: 20px;
}

.testimonial-item p {
  position: relative;
}

.testimonial-item p::after {
  content: "";
  font-family: fontawesome;
  font-size: 30px;
  left: -42px;
  position: absolute;
  top: 5px;
}

.gap-section {
  background: rgba(0, 0, 0, 0) url("../../assets/images/gap-bg.jpg") no-repeat scroll 0 0 / cover;
}

/*Blog*/
.blog-post-content {
  border-bottom: 2px solid #00ABAB;
}

.blog-post-content p {
  margin-bottom: 30px;
}

.blog-post-content ul li i {
  color: #000000;
}

.blog-post-content ul li {
  padding-right: 25px;
}

.blog-post-content .btn {
  font-size: 14px;
  margin-right: 0;
  padding: 8px 28px;
  text-transform: capitalize;
}

.blog-post-item:hover .blog-post-content {
  border-color: #07071a;
}

.blog-post-thumbnail {
  overflow: hidden;
}

.blog-post-item:hover img {
  transform: scale(1.05);
}

.blog-post-content .btn i {
  font-size: 12px;
  margin-left: 10px;
  margin-right: 0;
  top: 0;
}

.breadcrumb-menu li {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}

.breadcrumb-menu li:after {
  background: currentColor;
  content: "";
  height: 1px;
  left: -5px;
  position: absolute;
  right: 0;
  top: 13px;
  width: 5px;
}

.breadcrumb-menu li:first-child:after {
  background: none;
}

.breadcrumb-menu li a {
  color: #fff;
}

.breadcrumb-menu li a:hover {
  color: #FFB300;
}

.breadcrumb-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 90vh;
}

.post-gagination li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  border-radius: 50%;
  color: #07071a;
  display: block;
}

.post-gagination li a i {
  margin-right: 0;
}

.post-gagination li {
  margin-right: 10px;
}

.post-gagination li a:hover,
.post-gagination li a:focus {
  background-color: #00ABAB;
}

.blog-main-content {
  padding-top: 120px;
}

.blog-post-content .btn i {
  margin-left: -15px;
  opacity: 0;
}

.blog-post-content .btn:hover i {
  margin-left: 6px;
  opacity: 1;
}

.post-content .media-body p,
.post-content h2 {
  color: #fff
}

/* Blog Single Page*/
.blog-post-thumbnail {
  position: relative;
}

.post-thumbnail-w {
  position: relative;
}

.post-content {
  bottom: 0;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 30px;
  position: absolute;
  width: 100%;
}

.important-topic li {
  color: #c2c8d3;
  padding-bottom: 5px;
  position: relative;
}

.important-topic li::after {
  background: #00ABAB;
  content: "";
  height: 5px;
  left: -20px;
  position: absolute;
  top: 10px;
  width: 5px;
}

.post-author {
  background-color: #3c424e;
  border-radius: 100px 0 0 100px;
}

.post-comments .media {
  background-color: #fbfbfb;
  padding: 30px
}

.post-comments .post-date {
  color: #c2c8d3;
  font-size: 14px;
}

.media-thumbnail {
  position: relative;
}

.media-thumbnail .btn {
  bottom: -19px;
  font-size: 12px;
  left: 8px;
  margin-right: 0;
  padding: 8px 20px;
  position: absolute;
}

.post-catagories li a {
  background-color: #c2c8d3;
  color: #3c424e;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 10px 30px;
}

.post-catagories li a:hover {
  background-color: #00ABAB;
}

.sidebar-video-thumbnail {
  position: relative;
}

.sidebar-video-thumbnail img {
  width: 100%;
}

.sidebar-video-thumbnail .video-popup img {
  width: 60px;
}

/*
call-to-action*/
.call-to-action {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.call-to-action-form input {
  box-shadow: none !important;
  border-radius: 3px;
}

.call-to-action .media-body span {
  color: #ddd
}

.gap-content p {
  margin-bottom: 30px;
}

/*   Faq Css  */
.frequently-ask-question {
  padding-top: 100px;
  padding-bottom: 300px;
  background-color: #00ABAB;
}

.js-faq-content .card-header a {
  cursor: pointer;
  display: block;
  color: #fff;
}

.js-faq-content .card-header:hover a {
  color: #fff
}

.js-faq-content .card-header {
  background-color: #015454;
  border: medium none;
}

.js-faq-content .card {
  border: 0 none;
  margin-bottom: 10px;
}

.js-faq-content .card-header a:hover {
  color: #ffffff
}

.js-faq-content .card-header:hover {
  background-color: #015454;
}

.js-faq-content .card-header:hover a {
  color: #00ABAB;
}

.js-faq-content .card-body {
  background-color: #018d8d;
}

.js-faq-content .card-header a.collapsed::after {
  content: "\e688";
  font-family: 'Pe-icon-7-stroke';
  height: 10px;
  position: absolute;
  right: 30px;
  top: 10px;
  width: 10px;
}

.js-faq-content .card-header a::after {
  content: "\e682";
  font-family: 'Pe-icon-7-stroke';
  position: absolute;
  right: 10px;
  top: 11px;
  font-size: 30px;
}

/*About Area*/
.about-video-content {
  position: relative;
}

.center-table {
  position: absolute;
  left: 3.5%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9;
  width: auto;
  padding: 0 5px;
}

.about-video-content .center-table h4 {
  font-size: 38px;
}

.about-video {
  margin-top: -245px;
}

.about-video-content img {
  border-radius: 12px;
}

.about-video-slides .owl-nav div:hover {
  opacity: .5
}

.about-video-slides .owl-nav div {
  background: transparent !important;
  bottom: 0;
  color: #3c424e !important;
  font-size: 13px;
  left: 0;
  position: absolute;
  padding: 0 !important
}

.about-video-slides .owl-nav div.owl-next {
  left: auto;
  right: 0;
}

.about-video-slides {
  margin: 0 auto;
}

.brand-sliders .owl-dots {
  bottom: -70px;
  position: absolute;
  width: 100%;
}

.owl-dots .owl-dot span {
  background: #dcdbdb;
  height: 13px !important;
  width: 13px !important;
}

.owl-dots .owl-dot.active span {
  background-color: #3d434f !important;
  border: 5px solid #00ABAB;
  height: 20px !important;
  width: 20px !important;
  margin: 3px;
}

.about-video-slides .owl-nav div.owl-prev i {
  margin-right: 0;
}

.project-control {
  border-bottom: 1px solid #e4edf3;
}

img.brand-item {
  height: 90px;
  max-width: 140px;
}

.fun-fact-style3 {
  box-shadow: 0 0 20px 1px #f4f4f4;
  margin: 0 60px;
}

.recent-post .media h6 {
  font-size: 13px;
}

.recent-post ul {
  margin-left: -7px;
  margin-right: -7px;
}

.recent-post ul img {
  margin-bottom: 14px;
  max-width: 86px;
  padding-left: 7px;
  padding-right: 7px;
}

.recent-post ul {
  margin-left: -7px;
  margin-right: -7px;
}

.recent-post ul img {
  margin-bottom: 14px;
  max-width: 86px;
  padding-left: 7px;
  padding-right: 7px;
}

#google-map {
  min-height: 500px;
}

.contact-social-icon li a {
  background: #ff0000 none repeat scroll 0 0;
  border: 10px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 85px;
  line-height: 70px;
  margin-right: 0;
  text-align: center;
  width: 85px;
}

.contact-social-icon {
  margin-top: -40px;
}

.contact-social-icon li a.facebook {
  background-color: #4071bb
}

.contact-social-icon li a.twitter {
  background-color: #27c7f5
}

.contact-social-icon li a.google {
  background-color: #ff8400
}

.contact-social-icon li a.pinterest {
  background-color: #f14603
}

.contact-social-icon li a.stumbleupon {
  background-color: #85bb40
}

.contact-social-icon li a.instagram {
  background-color: #3384c8
}

.contact-social-icon li a.reddit {
  background-color: #f13503
}

.contact-social-icon li a.dribbble {
  background-color: #fa1455
}

.contact-social-icon li a.behance {
  background-color: #183867
}

.contact-social-icon li a.linkedin {
  background-color: #465f91
}

.contact-social-icon li a.vk {
  background-color: #ff8400
}

.contact-social-icon li a i {
  margin-right: 0;
}

.contact-social-icon li a:hover {
  border: 10px solid #fff;
  box-shadow: 0 0 20px 1px #ccc;
}

/*project-details*/
.project-details-content {
  box-shadow: 0 0 20px 1px #ececf3;
  padding: 60px;
}

/*contact-form */
.contact-form form input[type="submit"] {
  background-color: #333;
  border: 0 none;
  border-radius: 50%;
  bottom: 19px;
  height: 60px;
  cursor: pointer;
  line-height: 60px;
  position: absolute;
  right: 40px;
  text-align: center;
  text-indent: -99px;
  width: 60px;
}

.contact-form form {
  padding: 15px
}

.submit-button {
  position: relative;
}

.contact-imfo {
  padding-left: 30px;
}

.contact-imfo-item p {
  margin-bottom: 0;
}

.contact-imfo-item h4 {
  margin-bottom: 5px;
  font-size: 18px;
}

.contact-imfo-item ul li a {
  font-size: 26px;
  margin-right: 10px;
  color: #c3c9d4;
}

.contact-imfo-item ul li a:hover {
  color: #00ABAB;
}

.submit-button-message i {
  bottom: 41px;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  right: 50px;
  cursor: pointer;
}

/*============================================
    Contact Area
*=============================================*/
.contact-us .section-title {
  max-width: 100% !important
}

.contact-info-icon.mr-30.primary-color {
  font-size: 38px;
}

.contact-info-icon {
  font-size: 35px;
}

form#contact-form textarea,
form#contact-form input {
  border-bottom: 1px solid #ebebeb;
  box-shadow: none;
}

form#contact-form textarea:focus,
form#contact-form input:focus {
  border-color: #00ABAB;
}

/* Footer Area */
footer {
  background: url(../../assets/images/footer-bg.jpg) center/cover no-repeat;
}

.footer-logo {
  max-width: 280px;
}

.footer-top p {
  color: #fff;
  font-size: 14px;
}

@media (min-width: 1024px) {
  .footer-top .col-md-8 {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .footer-top .col-md-8 {
    padding-right: 10%;
  }
}

.widget-title {
  position: relative;
}

.widget-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 35px;
  background: #58595d;
}

.widget-opening ul li {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #dddddd;
}

.address h6 {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase !important;
}

.widget-opening ul li span {
  float: right;
}

.footer-bottom p {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0;
  padding: 0 20px;
}

.footer-link li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0;
}

.footer-link li a,
a.footer-link {
  color: #fff;
  font-weight: 500;
}

.footer-link li.active a,
.footer-link li a:hover,
.footer-bottom a.primary-color:hover,
a.footer-link:hover {
  color: #FFB300 !important;
}

.footer-link li:last-child {
  border-bottom: 0 none;
}

.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.scrolltop {
  background-color: #00ABAB;
  color: white;
  bottom: 0;
  font-size: 40px;
  height: 50px;
  left: 0;
  line-height: 60px;
  position: fixed;
  text-align: center;
  width: 50px;
  cursor: pointer;
  z-index: 99;
  display: none;
  transition: background-color .3s ease;
}

.scrolltop:hover {
  background-color: #FFB300;
}

.scrolltop i {
  margin-right: 0;
}


/*==============
  Index Style 2 
  ==============*/
/*Header*/
.header-top-style2 {
  padding: 20px 0;
}

.header-top-style2 .logo {
  padding: 0;
}

.top-bar-info-style2 {
  display: block !important;
  text-align: right;
}

.top-bar-info-style2 li {
  display: inline-flex !important;
  align-items: center;
}

.top-bar-info-style2 li p span {
  display: block;
  line-height: normal;
}

.top-bar-info-style2 li p {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0;
}

.top-bar-info-style2 li i {
  position: relative;
  font-size: 18px;
}

.top-bar-info-style2 li {
  text-align: left;
}

.header-nav-style2 .header-nav .menu {
  text-align: left;
}

.header-nav-style2 .social-icon {
  text-align: right;
}

.header-nav-style2 .header-nav .menu>li>a {
  line-height: 55px;
}

.header-nav-style2 {
  padding: 0 15px;
}

.is-sticky .header-nav-style2 {
  background-color: #fff;
  box-shadow: 0 1px 5px 4px rgba(0,0,0,.15);
  padding: 0;
}

a.header-top-link {
  color:white;
}
a.header-top-link:hover {
  color: #FFB300;
}

/*featured-services style 2*/
.featured-services {
  box-shadow: 0 20px 20px -10px #cccccc;
  margin-top: -75px;
  border-radius: 5px;
}

.featured-service-style2 .featured-service-icon {
  border-radius: 50%;
  height: 198px;
  line-height: 150px;
  margin: -94px auto -50px;
  max-width: 188px;
}

.featured-service-style2 .featured-service-item:hover,
.featured-service-style2 .featured-service-item {
  border: none;
  box-shadow: none;
}

.agent-style3 .agent-thumbnail img.rounded-circle {
  border: 5px solid #ffffff;
}

/*Asko Service Style 2*/
.asko-service-item h6 {
  font-weight: 600;
  margin-bottom: 0;
}

/*Agency*/
.agency-video {
  border-radius: 50%;
  box-shadow: 0 3px 8px 0 #cccccc;
  height: auto;
  margin: -65px auto 0;
  max-width: 110px;
  position: relative;
}

/*fun-fact-style2*/
.fun-fact-style2 {
  box-shadow: 0 2px 10px 1px #cccccc;
  margin-left: 60px;
  margin-right: 60px;
  margin-top: -200px;
}

/*Agent*/
.agent-thumbnail {
  border-radius: 50%;
  height: 238px;
  margin: 0 auto;
  position: relative;
  width: 238px;
}

.agent-thumbnail ul {
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  padding: 0 60px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  opacity: 0;
}

.agent-item:hover .agent-thumbnail ul {
  opacity: 1;
}

.agent-item:hover .agent-thumbnail::after {
  opacity: 1;
}

.agent-thumbnail::after {
  background: rgba(68, 66, 168, .5);
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}

.agent-thumbnail .rounded-circle {
  height: 100%;
  width: 100%;
}

.agent-thumbnail li a {
  color: #ffffff;
  font-size: 18px;
}

.agent-content {
  margin-top: -69px;
  padding: 90px 25px 30px;
}

.agent-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

/*.testimonial-style2*/
.testimonial-style2 {
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.testimonial-style2 .media-body span {
  color: #eee;
}

.testimonial-style2 .testimonial-item p::after {
  font-size: 70px;
  left: -75px;
  top: -5px;
}

@media (min-width: 681px) {
  .testimonial-style2 .testimonial-item {
    padding-left: 100px;
  }

  .testimonial-style2 .testimonial-item {
    font-size: 24px;
    line-height: 32px;
  }
}

.testimonial-style2 .testimonial-item p {
  text-align: center;
}

.testimonial-item p {
  line-height: 30px;
}

.testimonial-style2 .media-body h6 {
  padding-left: 0;
}

.testimonial-style2 .media-body h6::after {
  background: none;
}

/*.pricng plan*/
.pricing {
  font-size: 46px;
}

.price-body ul {
  padding-bottom: 20px !important;
  padding-top: 0 !important;
}

.price-body li {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}

.price-body li {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}

.price-body li:last-child {
  border-bottom: 0 none;
}

.pricing-item:hover {
  border-color: rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 7px 2px #eeeeee;
  transform: scale(1.05);
}

.money {
  position: relative;
}

.money:after {
  background: rgba(0, 0, 0, 0) url("../../assets/images/money.png") no-repeat scroll left center;
  content: "";
  width: 160px;
  height: 160px;
  left: 0;
  position: absolute;
  top: 0;
}

section.brand-area {
  padding-bottom: 170px;
}