/******************************************************************
Theme Name: Bicycle - Single Product HTML5 Template
Description: Bicycle - Bootstrap 4 Single Product HTML5 Template
Author: Codepixar
Author URI: http://www.codepixar.com/
Version: 1.0
Created: 20/09/2017
******************************************************************/
/*------------------------------------------------------------------
[Layout]

* body
	+ Header / .site-header
	+ Content / .site-main
		- Contetnt Area / .section
	+ Footer / .site-footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1.  Common Styles
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Header
3.  Slider / Banner
4.  About
5.  Discount
6.  Feature
7.  Category
8.  Pricing Table
9.  Testimonial
10. Contact
11. Footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Color codes]

Background: #fff (White)
Heading: #000000
Text : #666666
Gray : #f9fafc
Border: #cccccc


-----------------------------------------------------------------------*/
/*---------------------------------------------------------------------
[Typography]

Body 	:	14px/24px 'Roboto', sans-serif;
Heading :	'Fauna One', serif;
Heading 2 :	'Playfair Display';
	h1  : 	36px
	h2  : 	30px
	h3  : 	24px
	h4  : 	18px
	h5  : 	14px
	h6  : 	12px
-----------------------------------------------------------------------*/
/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */
body {
  color: #999999;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

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

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: #999999;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.gray-bg {
  background: #f9fafc;
}

.alert {
  color: green;
}

h1, h2, h3,
h4, h5, h6 {
  font-family: "Fauna One", serif;
  color: #000000;
  line-height: 1.3em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 400 !important;
}

.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Fauna One", serif;
  color: #000000;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
  color: #000000;
}

td, th {
  border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

/**
 *  Reset input fields opacity
 *
 **/
::-webkit-input-placeholder {
  opacity: .3;
  color: inherit;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: .3;
  color: inherit;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: .3;
  color: inherit;
}

:-ms-input-placeholder {
  opacity: .3;
  color: inherit;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-30 {
  font-size: 30px;
}

.fw100 {
  font-weight: 100;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.f700 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

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

.mb-0-i {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pr-30 {
  padding-right: 30px;
}

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

.p-40 {
  padding: 40px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-italic {
  font-style: italic;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-full {
  padding: 150px 0;
}

.section-115 {
  padding: 115px 0;
}

.section-bg {
  background: #f7fafc;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.display-table {
  display: table;
}

.light {
  color: #fff;
}

.dark {
  color: #000;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.overlay.op-2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.overlay.op-3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.overlay.op-4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.overlay.black, .overlay.op-5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay.op-6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.overlay.op-7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay.black-3, .overlay.black-8, .overlay.op-8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.overlay.black-9 {
  background-color: rgba(0, 0, 0, 0.9);
}

.container {
  max-width: none;
}

.container.fullwidth {
  width: 100%;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}

@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important;
  }
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 575px) {
  .default-header .navbar-nav {
    padding-top: 20px;
  }
}

.default-header .navbar-nav .nav-link {
  font-size: 13px;
  font-family: "Fauna One", serif;
  color: #000;
  padding: 5px 25px;
}

.sticky-header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  z-index: 999;
  position: relative;
  padding: 15px 0;
}

.is-sticky .sticky-header {
  background: #fff;
  box-shadow: 21.213px 21.213px 60px 0px rgba(34, 59, 140, 0.06);
  z-index: 999;
  padding: 10px 0;
}

#banner-area {
  background: url(../img/2017.png);
  background-repeat: repeat-x;
  background-position: center center;
}

@media (max-width: 575px) {
  .banner-area.fitscreen {
    height: 500px !important;
  }
}

@media (max-width: 575px) {
  .active-banner-carousel {
    margin-top: 30px;
  }
}

.active-banner-carousel .item .desc-title {
  margin-top: 60px;
}

.active-banner-carousel .item .desc-title h3 {
  font-size: 24px;
}

@media (max-width: 767px) {
  .active-banner-carousel .item .desc-title h3 {
    font-size: 20px;
  }
}

.active-banner-carousel .item .desc-title span {
  color: #999999;
}

.active-banner-carousel .owl-controls {
  margin-top: -36px;
}

.active-banner-carousel .owl-controls .owl-nav {
  width: 100%;
  position: relative;
}

.active-banner-carousel .owl-controls .owl-prev {
  position: absolute;
  left: 25%;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 575px) {
  .active-banner-carousel .owl-controls .owl-prev {
    left: 0;
  }
}

.active-banner-carousel .owl-controls .owl-prev:hover {
  color: #000;
}

.active-banner-carousel .owl-controls .owl-next {
  position: absolute;
  right: 25%;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 575px) {
  .active-banner-carousel .owl-controls .owl-next {
    right: 0;
  }
}

.active-banner-carousel .owl-controls .owl-next:hover {
  color: #000;
}

.about-area {
  padding: 120px 0;
}

.spareparts-area {
  padding: 50px 0 87px 0;
}

.single-art {
  margin-bottom: 40px;
}

.single-art:last-child {
  margin-bottom: 0;
}

.single-art .title-bg {
  font-size: 100px;
  color: rgba(0, 0, 0, 0.1);
  font-family: "Playfair Display";
  font-weight: 900;
  position: relative;
  margin-bottom: 20px;
  line-height: 1em;
}

.single-art .title-bg h3 {
  font-size: 24px;
  position: absolute;
  left: 16%;
  bottom: 3px;
}

@media (max-width: 575px) {
  .single-art .title-bg {
    font-size: 70px;
  }
}

.single-art p {
  margin: 0;
  padding-right: 100px;
}

.active-about-carousel {
  background: #f7f7f7;
  box-shadow: 21.213px 21.213px 60px 0px rgba(34, 59, 140, 0.06);
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 80px;
}

.active-about-carousel .owl-controls {
  position: absolute;
  top: 20px;
  right: 30px;
}

.active-about-carousel .owl-controls .owl-prev {
  font-size: 24px;
  margin-top: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.active-about-carousel .owl-controls .owl-prev:hover {
  color: #000;
}

.active-about-carousel .owl-controls .owl-next {
  font-size: 24px;
  margin-top: -60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.active-about-carousel .owl-controls .owl-next:hover {
  color: #000;
}

.discount-area {
  position: relative;
}

.discount-area:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #f7f7f7;
}

.title-big {
  font-size: 110px;
  color: rgba(0, 0, 0, 0.1);
  font-family: "Playfair Display";
  font-weight: 900;
  position: relative;
  margin-bottom: 20px;
  line-height: 110px;
}

@media (max-width: 767px) {
  .title-big {
    font-size: 50px;
  }
}

.title-big h3 {
  font-size: 24px;
  position: absolute;
  left: 16%;
  bottom: 8px;
}

.discount-inner {
  padding: 120px 0 90px 0;
  position: relative;
}

.discount-inner:after {
  position: absolute;
  content: "";
  width: 34.667%;
  height: 124%;
  background: #fff;
  top: -4px;
  left: -19%;
  transform: rotate(-29deg);
  z-index: -1;
}

@media (max-width: 575px) {
  .discount-inner:after {
    display: none;
  }
}

.discount-inner:before {
  background: #f7f7f7;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 575px) {
  .discount-thumb {
    text-align: center;
    padding: 0 15px;
  }
}

.discount-thumb .circle-img {
  height: 400px;
  width: auto;
}

@media (max-width: 575px) {
  .discount-content {
    text-align: center;
    padding: 0 15px;
  }
}

.discount-content p {
  margin: 40px 0;
}

.btn-first {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  line-height: 50px;
  display: inline-block;
  padding: 0 100px;
  background: #fff;
  outline: none;
}

@media (max-width: 767px) {
  .btn-first {
    padding: 0 50px;
  }
}

.btn-first:hover {
  color: #000;
  box-shadow: 21.213px 21.213px 60px 0px rgba(34, 59, 140, 0.06);
}

.title-top {
  font-size: 200px;
  color: rgba(0, 0, 0, 0.1);
  font-family: "Playfair Display";
  font-weight: 900;
  position: relative;
  margin-bottom: 20px;
  line-height: 1em;
  margin-top: -80px;
}

.title-top h3 {
  font-size: 36px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 8px;
}

@media (max-width: 991px) {
  .title-top {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .title-top {
    margin-top: 0;
    font-size: 60px;
  }
  .title-top h3 {
    bottom: -3px;
  }
}

.category-area {
  background: #f7f7f7;
}

.total-category {
  margin-top: 50px;
  padding-bottom: 120px;
}

.total-testimonial {
  margin-top: 50px;
  padding-bottom: 90px;
}

.single-category {
  margin-top: 30px;
  text-align: center;
  background: #fff;
}

.single-category .head {
  font-size: 14px;
  line-height: 40px;
  background: #fff;
  border-bottom: 2px solid #f0f1f4;
}

.active-category-carousel {
  box-shadow: 2.121px 2.121px 7px 0px rgba(34, 59, 140, 0.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 30px 0;
}

.active-category-carousel:hover {
  box-shadow: 21.213px 21.213px 60px 0px rgba(34, 59, 140, 0.06);
}

.active-category-carousel img {
  width: auto !important;
}

.active-category-carousel .owl-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.active-category-carousel .owl-prev {
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.active-category-carousel .owl-prev:hover {
  color: #000;
}

.active-category-carousel .owl-next {
  font-size: 24px;
  margin-top: -60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.active-category-carousel .owl-next:hover {
  color: #000;
}

#pricing-area {
  background: url(../img/m.png);
  background-repeat: repeat-x;
  background-position: center center;
}

.pricing-area {
  padding: 120px 0 172px 0;
}

.pricing-area .price-bg {
  position: relative;
  z-index: 2;
}

.pricing-area .price-bg:after {
  position: absolute;
  content: "";
  background: rgba(247, 247, 247, 0.7);
  width: 100%;
  height: 90%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .pricing-area .price-bg:after {
    height: 110%;
  }
}

.pricing-area .single-price-table {
  position: relative;
  z-index: 2;
}

.pricing-area .single-price-table .price-top {
  text-align: center;
  background: #fff;
  box-shadow: 21.213px 21.213px 60px 0px rgba(34, 59, 140, 0.06);
  padding: 20px 0 50px 0;
  position: relative;
}

.pricing-area .single-price-table .price-top h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.pricing-area .single-price-table .price-top .rate {
  font-weight: 700;
  font-size: 54px;
  padding: 30px 0 20px 0;
  color: #000;
}

.pricing-area .single-price-table .price-top .btn-first {
  line-height: 40px;
  border-radius: 20px;
  padding: 0 35px;
  background: #000;
  color: #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
  text-transform: none;
}

@media (max-width: 767px) {
  .pricing-area .single-price-table .price-top .btn-first {
    padding: 0 20px;
  }
}

.pricing-area .single-price-table .price-top .btn-first:hover {
  background: #fff;
  color: #000;
}

.pricing-area .single-price-table .price-bottom {
  padding: 70px 50px 50px 50px;
}

.pricing-area .single-price-table .price-bottom .feature-title {
  text-align: center;
}

.pricing-area .single-price-table .price-bottom .feature-title h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.pricing-area .single-price-table .price-bottom ul {
  margin-top: 35px;
  margin-bottom: 45px;
}

.pricing-area .single-price-table .price-bottom ul li {
  margin-top: 3px;
}

.pricing-area .single-price-table .price-bottom ul li i {
  color: #8ece1a;
  margin-right: 5px;
}

.pricing-area .single-price-table .price-bottom .btn-first {
  background: #000;
  color: #fff;
  padding: 0 30px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  text-transform: none;
}

.pricing-area .single-price-table .price-bottom .btn-first:hover {
  background: #fff;
  color: #000;
}

.feedback-area {
  background: #f7f7f7;
}

.active-testimonial-carousel .item img {
  width: auto !important;
}

.active-testimonial-carousel .test-content {
  margin-top: -60px;
}

@media (max-width: 767px) {
  .active-testimonial-carousel .test-content {
    margin-top: 0;
  }
}

.active-testimonial-carousel .test-content h4 {
  font-size: 24px;
}

.active-testimonial-carousel .test-content span {
  font-style: italic;
  color: #666666;
}

.active-testimonial-carousel .test-content p {
  margin-top: 20px;
  margin-bottom: 0;
}

.active-testimonial-carousel .owl-controls {
  position: relative;
}

@media (max-width: 767px) {
  .active-testimonial-carousel .owl-controls {
    margin-top: 50px;
  }
}

.active-testimonial-carousel .owl-controls .owl-dots {
  position: absolute;
  left: 46.5%;
  top: -50px;
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media (max-width: 991px) {
  .active-testimonial-carousel .owl-controls .owl-dots {
    top: 0;
  }
}

.active-testimonial-carousel .owl-controls .owl-dots .owl-dot {
  width: 15px;
  height: 5px;
  background: #b9b9b9;
  margin-left: 5px;
}

.active-testimonial-carousel .owl-controls .owl-dots .owl-dot.active {
  width: 25px;
  height: 5px;
  background: #000;
  border-radius: 2.5px;
}

#contact {
  background: url(../img/s1.png);
  background-repeat: no-repeat;
  background-position: bottom left !important;
}

.contact-area {
  padding: 165px 0 120px 0;
}

.contact-area .contact-bg {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 21.213px 21.213px 60px 0px rgba(34, 59, 140, 0.06);
}

.contact-area .cotact-body {
  margin-top: 20px;
  padding-bottom: 80px;
}

footer {
  padding: 100px 0;
}

footer .footer-content {
  text-align: center;
}

footer .footer-content img {
  margin-bottom: 40px;
}

footer .footer-content p {
  margin: 0;
}

footer .footer-content p a {
  color: #000;
}

.single-input input {
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
  border-top: none;
}

.single-input input:focus {
  outline: none;
  border-bottom: 1px solid #000;
}

.single-input textarea {
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  height: 140px;
  resize: none;
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
  border-top: none;
}

.single-input textarea:focus {
  outline: none;
  border-bottom: 1px solid #000;
}

.contact-form .btn-first {
  border: none;
  background: #000;
  color: #fff;
  padding: 0 30px;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: none;
  cursor: pointer;
}

.contact-form .btn-first:hover {
  background: #fff;
  color: #000;
}
