/*
Template: Meramot - Car Repair Landing Page
Author: CreandyStudio
Author URI: https://creandystudio.com/meramot
Description: Car Repair HTML5 Template.
Version: 1.0
*/

/*
=================================
|***	Table of contents:   ***|
=================================

1. General styles
2. Typography
3. Helpers
4. Preloader
5. Go up button
6. Header and navigation
7. Welcome Hero Section
8. About us
9. Service
10. Fun facts
11. Testimonial
12. Blog
13. Contact
14. Single Blog
15. Footer
16. Shape
17. Home Page 2
18. Price
19. Blog 2
20. Newsletter
21. Error 404 Page
22. Etc CSS

*/


/* ----------------------------------------
   ----------- 1.GENERAL STYLES -----------
   ---------------------------------------- */
/* Google font */
@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700,700i,800,900|Ubuntu:300,400,400i,500,700&display=swap');

* {
    margin: 0px;
    padding: 0px;
}
body,
html,
.wrapper {
	height: 100%;
}
body {
    font-family: 'Ubuntu', sans-serif;
    color: #818181;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    overflow-x: hidden;
}
a:focus {
 outline: 0 solid
}
a {
   transition: all 0.3s ease-in-out;
}
img {
 max-width: 100%;
 height: auto;
}
input::-moz-focus-inner {
    border: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
 -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a:hover {
  text-decoration: none;
  outline: none !important;
}
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
}
::placeholder {
    color: #818181;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #818181;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #818181;
}
.section-padding {
    padding: 130px 0px;
}
.section-bg {
    background: #f5f5f5;
}
.theme-bg {
    background: #d7d8db;
}
.theme-gradient {
    background: #eeeeee;
    background: -webkit-linear-gradient(right, #eeeeee, #d5d1d9);
    background: -moz-linear-gradient(right, #eeeeee, #d5d1d9);
    background: linear-gradient(to left, #eeeeee, #d5d1d9);
}
.section-bg-two {
    background: #F5F5F5;
}
.theme_btn.btn_black {border-color: #222222;color: #222222;background: transparent;}
.navbar-brand.logo h2 {
    font-size: 40px;
    line-height: 1;
    color: #222222;
    margin: 0px;
}
.theme_btn {
    position: relative;
    transition: .4s;
    z-index: 2;
}
.theme_btn::before, .theme_btn::after {
    background: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    transition: width 0.4s ease 0s;
    width: 0;
    z-index: -1;
}
.theme_btn::after {
    opacity: 1;
    transition-delay: 0s;
}
.theme_btn:hover::before {
    width: 100%;
    z-index: -1;
}
.theme_btn:hover::after {
    width: 100%;
    z-index: -1;
}
.theme_btn:hover::after {
    transition-delay: 0.2s;
}
.theme_btn:hover {
    color: #d5d1d9;
}
.theme_btn.btn_black:hover::before, .theme_btn.btn_black:hover::after {
    display: none;
}
.theme_btn.btn_black:hover {
    background: #d5d1d9 !important;
    border-color: #b6b2ba;
    color: #fff;
}

/* ----------------------------------------
   -------------- 2.TYPOGRAPHY ------------
   ---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Muli', sans-serif;
    margin: 0 0 10px;
    font-weight: 700;
    color: #222222;
}
h1 {
    font-size: 60px;
    line-height: 80px;
    margin-top: -18px;
}
h2 {
    font-size: 36px;
    line-height: 48px;
}
h3 {
    font-size: 26px;
    line-height: 36px;
}
h4 {
    font-size: 20px;
    line-height: 30px;
}
h5 {
    font-size: 18px;
    line-height: 26px;
}
h6 {
    font-size: 14px;
    line-height: 24px;
}
p {
 	line-height: 30px;
    font-size: 18px;
}
a {
    font-family: 'Ubuntu', sans-serif;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	outline: none !important;
	cursor: pointer;
    line-height: 30px;
}
h2 {
    margin-top: -5px;
}

/* preloader */
.pre-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #eae6ee;
    z-index: 9999999999999999999;
    left: 0;
    top: 0;
}

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/* scrollup */
#scrollUp {
  background-color: #d5d1d9;
  border-radius: 50%;
  bottom: 20px;
  color: #ffffff;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  right: 20px;
  text-align: center;
  width: 50px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(23, 22, 49, 0.1);
          box-shadow: 0 10px 20px 0 rgba(23, 22, 49, 0.1);
  font-weight: 400;
}

/* header */
.main-menu nav li a {
    color: #000066;
    text-transform: capitalize;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 30px;
    display: inline-block;
}
.main-menu ul > li a:hover {
    color: #d5d1d9;
}
.main-menu ul li ul li:hover a {
    background: #fff;
    color: #000066;
}
.menu-style-one ul li ul {
    position: absolute;
    width: 200px;
    text-align: center;
    background: #d5d1d9;
    z-index: 333;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    padding: 10px 0px;
    transform: translateY(25px);
    top: 100%;
        -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
}
.menu-style-one ul li {
    display: inline-block;
    position: relative;
}
.menu-style-one ul li ul li {
    display: block;
}
.menu-style-one ul li ul li a {
    padding-left: 0px;
    display: block;
    color: #fff;
    padding: 4px 0px;
}
.menu-style-one ul li:hover ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.navbar.navbar-expand-md {
    padding: 0;
}

#sticky-nav {
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    transition: all 0.6s ease-in-out;
}

/* Car Hero Section - Slide
----------------------------------*/
.hero-two .single-car-slide {
    background: #ffffff;
}
.single-car-slide {
    min-height: 850px;
    background: #ffffff;
    width: 100%;
    overflow-x: hidden;
}
.theme_btn {
    display: inline-block;
    border-width: 1px;
    border-color: #cfcbd3;
    border-style: solid;
    height: 60px;
    text-align: center;
    line-height: 55px;
    padding: 0px 55px;
    background: #d5d1d9;
    color: #fff;
    text-transform: capitalize;
    transition: .4s;
    position: relative;
}
.car-slide-content h1 {
    font-weight: 900;
    margin-bottom: 18px;
}
.car-slide-content p {
    margin-bottom: 45px;
    padding-right: 55px;
}


/* about us page
--------------------------- */
.about-top-content p {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 0px;
}
.single-core-value {
    background: #fff;
    box-shadow: 0px 6px 26px rgba(0, 0, 0, 0.06);
    padding: 40px 60px;
    margin-top: 30px;
    transition: .5s;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.single-core-value img {
    float: left;
    margin-right: 30px;
    width: 70px;
    height: 70px;
}

.core-text {
    overflow: hidden;
}
.single-core-value:hover {
    transform: translateY(-10px);
}
.featured-list li {
    font-weight: 500;
    margin-top: 10px;
    transition: .5s;
    color: #222222;
}
.featured-list li i {
    color: #b6b2ba;
    margin-right: 20px;
    transition: .3s;
}
.featured-list li:hover {
    padding-left: 10px;
}
.about-us-content h1 {
    margin-bottom: 20px;
}
.achievement-content-left p {
  font-weight: 300;
  color: #999999;
}
.btn-video-play i {
  height: 52px;
  background: #e1e1e1;
  display: inline-block;
  width: 52px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  margin-right: 14px;
  transition: .4s;
  -webkit-animation: playVideoBtn 4s infinite linear;
          animation: playVideoBtn 4s infinite linear;
}
.btn-video-play:hover {
    color: #eaeaea;
}
.btn-video-play {
  color: #222222;
  font-size: 16px;
  transition: .4s;
}
span.shape.fadeeffect {
    width: 20px;
    height: 20px;
    background: #e1e1e1;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    margin-left: -10px;
    margin-bottom: -10px;
  -webkit-animation: playVideoBtn 3s infinite linear;
          animation: playVideoBtn 3s infinite linear;
}

@keyframes playVideoBtn
{
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,106,115,.38);
                box-shadow: 0 0 0 0 rgba(255,106,115,.38);
    }
    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255,106,115,0);
                box-shadow: 0 0 0 50px rgba(255,106,115,0);
    }
    80% {
        -webkit-box-shadow: 0 0 0 50px rgba(255,106,115,0);
                box-shadow: 0 0 0 50px rgba(255,106,115,0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,106,115,0);
                box-shadow: 0 0 0 0 rgba(255,106,115,0);
    }
}

.achievement-content-left .theme_btn {
  margin-right: 30px;
}
.btn-video-play:hover i {
  background: transparent;
  color: #e1e1e1;
  border: 1px solid #b5b1b9;
}
.achievement-content-left a {
  margin-top: 20px;
}
.round-block {
  position: relative;
}
.round-block .single-round-box {
  width: 181px;
  height: 181px;
  background: #dcf9ee;
  filter: drop-shadow(0px 6px 26px rgba(0, 0, 0, 0.06));
  border-radius: 50%;
  text-align: center;
  position: absolute;
}
.fun-fact {
    font-size: 46px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: Muli;
    line-height: 1;
    padding-top: 58px;
}
.fun-fact p {
    margin: 0;
    font-weight: 300 !important;
    font-family: Ubuntu;
    text-transform: capitalize;
}
.single-round-box:nth-child(1) {
  left: 30%;
  margin-top: -80px;
  background: #e1e1e1;
  color: #454545;
}
.single-round-box:nth-child(3) {
  right: 0;
  margin-top: 80px;
  background: #FEF5E1;
  color: #F9BD3A;
}
.single-round-box:nth-child(2) {
  margin-top: 80px;
  color: #16D88A;
}
.single-round-box:nth-child(4) {
  top: 250px;
  left: 35%;
  background: #E1E0EF;
  color: #352E94;
}
.achievement-round-box-wrap {
  min-height: 515px;
  align-content: center;
  margin-top: 80px;
  margin-bottom: -80px;
}
.achievement-about-page {
  min-height: 770px;
  align-items: center;
  display: flex;
}
/* services - section
------------------------------ */
.single-service-box {
  background: #fff;
  padding-top: 75px;
  padding-bottom: 70px;
  padding-left: 55px;
  padding-right: 72px;
  margin-top: 30px;
  box-shadow: 0px 6px 26px 0px rgba(0, 0, 0, 0.06);
  transition: .4s;
}
.single-service-box:hover a {
    color: #dedede;
}
.single-service-box p {
  font-weight: 300;
  margin-bottom: 0px;
}
.single-service-box  h3 a, .single-service-box-2 h3 a {
    font-weight: 700;
    color: #b4b4b4;
}
.icon-round {
  border-radius: 50%;
  background-color: #eee;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  margin-bottom: 30px;
  transition: .4s;
  font-size: 40px;
}
.single-service-box h3 {
  margin-bottom: 20px;
  transition: .4s;
}
.single-service-box:hover .icon-round {
    background-color: #fff !important;
}
.single-service-box:hover {
  background: #f8f8f8;
  color: #454545;
}
.single-service-box.icon1 .icon-round {
    background-color: #ffd6d9;
}
.single-service-box.icon2 .icon-round {
    background-color: #dcf9ee;
}
.single-service-box.icon3 .icon-round {
    background-color: #e1e0ef;
}
.single-service-box.icon4 .icon-round {
    background-color: #ffe7ea;
}
.single-service-box.icon5 .icon-round {
    background-color: #e0e9f6;
}
.single-service-box.icon6 .icon-round {
    background-color: #fef5e2;
}
.single-service-box-2 {
    display: flex;
    margin-top: 32px;
}
.single-service-box-2 p {
    margin-bottom: 0px;
}
.icon-left {
    width: 110px;
}
.service-text {
    padding-right: 60px;
    margin-left: 10px;
}
.single-service-box-2:hover h3 {
    color: #eaeaea;
}
.service-text a {
    color: inherit;
}
 /* Achievements -  Section
 --------------------------------- */
.our-achievements .section-title h1 {
  color: #fff;
}
.single-funfact:hover {
    transform: translateY(-10px);
}
.single-funfact {
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  width: 238px;
  height: 238px;
  padding-top: 50px;
  margin-top: 30px;
  transition: .4s;
}
.single-funfact span {
  font-size: 36px;
  font-weight: 700;
  color: #222222;
  position: relative;
}
.single-funfact span::after {
    content: "+";
    right: 0;
}
.a-icon {
  margin-bottom: 27px;
}

/* pricing tab section
----------------------------------- */
.pricing-tab-list ul, .pricing-tab-list ul li {
  display: inline-block;
}
.pricing-tab-list {
    margin-bottom: 100px;
    margin-top: 42px;
}
.pricing-tab-list ul li a span:hover:before {
    color: #fff;
}
.pricing-tab-list ul li a span {
    background-color: #fff;
    width: 72px;
    height: 72px;
    display: inline-block;
    padding: 0px;
    line-height: 72px;
    border-radius: 50% !important;
    font-size: 30px;
    border: 13px solid #ddd;
    box-sizing: content-box;
    transition: all .5s;
}
.pricing-tab-list ul li a img {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #fff;
    padding: 8px;
}
.pricing-tab-list ul li {
  margin-right: 50px;
}
.pricing-tab-list ul li .active {
  background: transparent !important;
  padding: 0;
}
.pricing-single-content ul li:hover {
    margin-left: 10px;
}
.pricing-single-content ul li {
  display: block;
  position: relative;
  padding-left: 28px;
  transition: .5s;
  font-size: 20px;
  margin-top: 10px;
  color: #818181;
}
.pricing-single-content ul li::before {
  width: 13px;
  height: 13px;
  background: #e1e1e1;
  border-radius: 50px;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
@media ( max-width: 1191px ) {
    .pricing-single-content ul li::before {

    }
}

.pricing-single-content span {
  font-size: 40px;
  font-family: Muli;
  color: #e1e1e1;
  margin-left: 60px;
  font-weight: 700;
}
.pricing-single-content h2 {
  font-weight: 600;
}
.pricing-single-content p {
  margin-top: 35px;
  font-weight: 300;
}
.pricing-single-content h4 {
    margin-top: 25px;
}
.pricing-single-content ul {overflow: hidden;margin-top: 5px;display: inline-block;}

.pricing-single-content ul li:first-child {
    margin-top: 0px;
}
.pricing-tab-list ul li .active span {
    color: #fff;
}
.pricing-tab-list ul li .active {
    background-color: transparent !important;
}
.pricing-tab-list ul li .active span::before {
    color: #fff;
}
.pricing-tab-list ul li a {
    padding: 0;
}
.pricing-tab-list ul li:nth-child(1) a.active span,
.pricing-tab-list ul li:nth-child(1) a:hover span {
    background-color: #FF8743;
}
.pricing-tab-list ul li:nth-child(1) a span {
    border: 13px solid #FFF3EC;
}
.pricing-tab-list ul li:nth-child(1) a.active span::before {
    color: #fff;
}
.pricing-tab-list ul li:nth-child(2) a.active span,
.pricing-tab-list ul li:nth-child(2) a:hover span {
    background-color: #16D88A;
}
.pricing-tab-list ul li:nth-child(2) a span {
    border: 13px solid #ECFFF7;
}
.pricing-tab-list ul li:nth-child(2) a.active span::before {
    color: #fff;
}
.pricing-tab-list ul li:nth-child(3) a.active span,
.pricing-tab-list ul li:nth-child(3) a:hover span {
    background-color: #352E94;
}
.pricing-tab-list ul li:nth-child(3) a span {
    border: 13px solid #DBD8FB;
}
.pricing-tab-list ul li:nth-child(3) a.active span::before {
    color: #fff;
}
.pricing-tab-list ul li:nth-child(4) a.active span,
.pricing-tab-list ul li:nth-child(4) a:hover span {
    background-color: #FF6072;
}
.pricing-tab-list ul li:nth-child(4) a span {
    border: 13px solid #FFE5E8;
}
.pricing-tab-list ul li:nth-child(4) a.active span::before {
    color: #fff;
}
.pricing-tab-list ul li:nth-child(5) a.active span,
.pricing-tab-list ul li:nth-child(5) a:hover span {
    background-color: #F9BD3A;
}
.pricing-tab-list ul li:nth-child(5) a span {
    border: 13px solid #FEF5E1;
}
.pricing-tab-list ul li:nth-child(5) a.active span::before {
    color: #fff;
}
.pricing-tab-list ul li:nth-child(6) a.active span,
.pricing-tab-list ul li:nth-child(6) a:hover span {
    background-color: #2F6EC1;
}
.pricing-tab-list ul li:nth-child(6) a span {
    border: 13px solid #E1EDFE;
}
.pricing-tab-list ul li:nth-child(6) a.active span::before {
    color: #fff;
}

/* testimonial section
-------------------------------- */
.single-client img {
  width: 257px;
  height: 257px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
.slick-arrow {
    border-width: 1px;
    border-color: rgb(112, 112, 112);
    border-style: solid;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    bottom: -90px;
    margin-left: -24px;
    text-align: center;
    line-height: 44px;
    transition: .4s;
    z-index: 1;
    transform: translateX(-65%);
}
.fa-arrow-right.slick-arrow {
  margin-left: 50px;
}
.slick-arrow:hover {
  background: #ff6a73;
  border-color: #ff6a73;
  color: #fff;
  cursor: pointer;
}
.single-testimonial h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0px;
}
.single-testimonial {
    margin-top: 20px;
}
.single-testimonial i {
    font-size: 60px;
    line-height: 80px;
    color: #222222;
    margin-bottom: 28px;
}
.single-testimonial span {
    line-height: 1;
}

/* team section
-------------------------*/

.member-profile-img {
  width: 100%;
  height: 303px;
  background-color: #fff4f5;
  background-size: cover;
}
.member-info {
  text-align: center;
  box-shadow: 0px 6px 26px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  transition: .4s;
}
.member-info h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  transition: all .4s;
}
.member-info {
  padding: 24px 0px;
}
.member-info span {
  font-weight: 300;
  line-height: 1;
}
.single-team-member {
  transition: all .4s;
  margin-top: 30px;
}
.single-team-member:hover .member-info {
  background: #ff6a73;
  color: #fff;
}
.single-team-member:hover .member-info h4 {
  color: #fff;
}
.single-member:hover h3, .single-member:hover p {
    color: #ff6a73;
}
.single-team-member:hover {
    transform: translateY(-10px);
}

/* Newsletter - section
------------------------------- */
.newsletter-wrapper {
    background: #ff6a73;
}
.newsletter-content h1, .newsletter-content p, .newsletter-content span,
.newsletter-content h1, .newsletter-content h3, .newsletter-content h2 {
  color: #fff;
}
.newsletter-content form input {
  height: 81px;
  line-height: 80px;
  padding-left: 24px;
  border: none;
  position: relative;
  width: 99%;
  border-radius: 10px;
}
.newsletter-content form button {
  height: 81px;
  width: 138px;
  position: absolute;
  right: 0;
  background: #222;
  color: #fff;
  z-index: 1;
  border-radius: 0px 10px 10px 0px;
  transition: .4s;
  font-weight: 600;
}
.newsletter-content form input::placeholder {
  color: #727272;
}
.newsletter-content form {
  margin-top: 40px;
}
.newsletter-content form button:hover {
  background: #1f3539;
}
.newsletter-content p {
    font-weight: 300;
}
@media (min-width: 1200px ) {
    .newsletter-car-img img {
        margin-left: 45px;
    }

}

/* blog section
------------------------- */
.single-blog-card:hover {
    background-color: #ff6a73;
}
.single-blog-card:hover h3 a, .single-blog-card:hover h5,
.single-blog-card:hover span, .single-blog-card:hover p {
    color: #fff;
}
.single-blog-card {
  box-shadow: 0px 6px 26px 0px rgba(0, 0, 0, 0.06);
  transition: all .4s;
  padding: 60px 45px 50px;
  margin-top: 40px;
}
.single-blog-card:hover, .single-service-box:hover, .single-blog-card-2:hover {
    transform: translateY(-10px);
}
.author-info img {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background-color: #eeee;
  margin-right: 10px;
  float: left;
}
.author-info h5 {
  font-weight: 700;
  margin: 0px;
  color: #818181;
}
.author-info span {
  font-weight: 300;
}
.single-blog-card h3 a {
    font-weight: 500;
}
.single-blog-card h3 {
  font-size: 24px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 15px;
}
.author-info {
  margin-bottom: 30px;
}
.single-blog-card p {
  margin: 0px;
}
.single-service-box h3,
.single-service-box a,
.single-blog-card a,
.single-blog-card p,
.single-blog-card h3 {
    transition: .4s;
}

/* pricing table */

.single-price-package {
  text-align: center;
  box-shadow: 0px 6px 26px rgba(0, 0, 0, 0.06);
  padding: 40px 0px;
  transition: all .4s;
  margin-top: 40px;
  background: #fff;
  color: #596C70;
    position: relative;
    z-index: 2;
}
.single-price-package:hover {
    transform: translateY(-10px);
    color: #fff;
}
.btn-buy-package {
  width: 182px;
  height: 62px;
  display: inline-block;
  background: #fff;
  line-height: 60px;
  box-shadow: 0px 6px 26px rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  color: #222222;
}
.package-featured li {
  font-weight: 300;
  margin-top: 8px;
}
.package-featured li i {
  padding-right: 9px;
}
.package-name h4 {
  font-size: 24px;
  font-weight: 300;
  text-transform: capitalize;
}
.package-name span {
  font-size: 36px;
  font-weight: 700;
  color: #222222;
}
.package-name {
  padding-bottom: 33px;
  border-bottom: 1px solid #eee;
}
.package-featured {
    margin-top: 27px;
    text-align: left;
    padding: 0px 84px;
}
.single-price-package li:hover {
    color: #fff;
    padding-left: 5px;
    transition: .35s;
}
.single-price-package:hover .btn-buy-package {
  color: #333;
}
.single-price-package:hover h4, .single-price-package:hover span {
  color: #fff;
}
.package-featured li del {
    color: #BDBEBE;
}
.single-price-package::before, .single-price-package::after {
    background: #FFA775;
    background: -webkit-linear-gradient(top, #FFA775, #FF6073);
    background: -moz-linear-gradient(top, #FFA775, #FF6073);
    background: linear-gradient(to bottom, #FFA775, #FF6073);
    color: #fff;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 1;
    z-index: -1;
    transition: .35s;
}
.single-price-package::after {
    background: #FF6073;
    background: -webkit-linear-gradient(top, #FF6073, #FFA775);
    background: -moz-linear-gradient(top, #FF6073, #FFA775);
    background: linear-gradient(to bottom, #FF6073, #FFA775);
    right: 0;
}
.single-price-package:hover::before, .single-price-package:hover::after  {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
/* testimonial 2 */

.testimonials-two i.fas {
  color: #90999B;
  font-size: 70px;
  line-height: 1;
}
.client-info-two h3 {
  font-size: 24px;
  line-height: 1;
  color: #222222;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-weight: 700;
}
.client-info-two {
  margin-top: 50px;
  margin-bottom: 20px;
}
.client-info-two span {
    color: #818181;
    font-weight: 300;
}
.single-testimonial-two {
  margin-top: 26px;
}
.single-testimonial-two p {
  margin: 0;
  font-style: italic;
  color: #818181;
}
.testimonials-two.slick-slider .slick-arrow {
  left: 56px;
}

/* team -2  section
---------------------*/
.team-info h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  transition: .4s;
}
.team-info p {
  margin: 0;
  color: #818181;
  transition: .4s;
}
.social-link-icon a:hover {
    transition: .4s;
}
.social-link-icon a i {
  width: 39px;
  height: 39px;
  background: #fff;
  filter: drop-shadow(0px 6px 26px rgba(0, 0, 0, 0.06));
  line-height: 39px;
  border-radius: 50px;
  font-size: 16px;
  color: #818181;
  transition: .4s;
}
.social-link-icon {
  margin-top: 10px;
}
.social-link-icon a:hover i {
  background: linear-gradient(#ffa775 0%, #ff6072 100%);
  color: #fff;
}
.team-info {
  margin-top: 48px;
}
.single-member {
    margin-top: 40px;
}
/* footer - section
-------------------------*/
.footer-widgets-section {
  background: #fff;
  padding: 100px 0px;
  overflow-x: hidden;
}
.footer-copyright-section {
  background: #d7d8db;
}
.footer-copyright-section p, .footer-copyright-section a {
  color: #fff;
  margin: 0px;
  padding: 26px 0px;
  font-size: 16px;
}
.footer-copyright-section a:hover {
  color: #818181;
}
.single-footer-widget h2 {
  color: #222222;
  margin-top: -10px;
  margin-bottom: 0px;
}
.widgets-content {
  margin-top: 10px;
}
.widgets-content p {
  margin: 0px;
}
.social-links a {
  display: inline-block;
  width: 39px;
  height: 39px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 39px;
  font-size: 16px;
  transition: all .4s ease-in-out;
  margin-right: 15px;
  color: #222222;
}
.social-links {
  margin-top: 30px;
}
.social-links a:hover {
  color: #fff;
  background: #ff6a73;
}
.widgets-content ul li {
  margin-bottom: 15px;
}
.recent-post-featured-img li a .recent-post-thumb {
  width: 100%;
  height: 72px;
  background-size: cover;
  overflow: hidden;
  background-position: top center;
  transition: .5s;
}
.widgets-content .recent-post-featured-img li {
    margin-bottom: 30px;
}
.recent-post-featured-img li a:hover .recent-post-thumb {
    box-shadow: 0px 6px 26px 0px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}

/* blog section - 2
----------------------------- */
.single-blog-card-2 {
  box-shadow: 0px 6px 26px rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 60px 45px;
  transition: all .5s ease-in-out;
  min-height: 404px;
  margin-top: 40px;
}
.single-blog-card-2 p {
  margin: 0;
  font-weight: 300;
  margin-top: 15px;
}
.single-blog-card-2 h3 {
  font-size: 24px;
  line-height: 32px;
  transition: .5s;
}
.single-blog-card-2 h3 a {
    font-weight: 500;
}
.single-blog-card-2:hover {
  background: linear-gradient(#ffa775 0%, #ff6072 100%);
  align-items: center;
  display: flex;
}
.single-blog-card-2:hover h3 {
  color: #fff;
}
.single-blog-card-2 h3 a {
  transition: .5s;
}
.single-blog-card-2:hover .show-card {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.single-blog-card-2:hover .hover-card.d-none {
  display: block !important;
}
.btn-read-hover {
  width: 182px;
  height: 62px;
  background: #fff;
  text-align: center;
  line-height: 62px;
  display: inline-block;
  text-transform: capitalize;
  margin-top: 30px;
  color: #222222;
  transition: .3s;
}
.btn-read-hover:hover {
  opacity: .9;
  color: #222222;
}

/* newsletter two */
.newsletter-wrapper-two .newsletter-content form input {
    height: 81px;
    line-height: 80px;
    padding-left: 24px;
    border: 1px solid #eee;
    position: relative;
    width: 99%;
    border-radius: 0px;
    background: transparent;
    color: #fff;
}
.newsletter-wrapper-two .newsletter-content form button {
    height: 81px;
    width: 138px;
    position: absolute;
    right: 0;
    background: #fff;
    color: #222222;
    z-index: 1;
    border-radius: 0px;
    transition: .4s;
}
.newsletter-wrapper-two .newsletter-content form input::placeholder {
    color: #fff;
}

/* inner page banner
-------------------------------*/
.page-banner-wrap {
  min-height: 377px;
  background: #ff6a73;
}
.page-banner ul li a, .page-banner ul li {
  display: inline-block;
  color: #fff;
  position: relative;
  text-transform: capitalize;
}
.page-banner ul li::before {
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  content: "";
  top: 50%;
  background: #fff;
  transform: rotate(20deg);
  margin-top: -10px;
}
.page-banner ul li {
  padding-right: 10px;
}
.page-banner ul li:last-child {
  padding-left: 5px;
}
.page-banner ul li:last-child::before {
  display: none;
}
.page-banner h2 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
}

/* contact page
------------------------------- */
.single-contact-info {
  min-height: 171px;
  background: #fff;
  box-shadow: 0px 6px 26px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0px 35px;
  transition: .5s;
}
.single-contact-info:hover {
    transform: translateY(-10px);
}
.single-contact-info .c-icon {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background: #FFE7EA;
  display: block;
  border-radius: 50%;
  color: #FF6072;
  font-size: 26px;
  transition: .5s;
  margin-right: 20px;
}
.single-contact-info.icon2 .c-icon {color: #16D88A;background: #DCF9EE;}
.single-contact-info.icon3 .c-icon {
    color: #352E94;
    background: #E1E0EF;
}
.single-contact-info.icon2:hover .c-icon {
    background: #16D88A; color: #fff;
}
.single-contact-info.icon3:hover .c-icon {
    background: #352E94; color: #fff;
}

.single-contact-info.icon1:hover .c-icon {
    background: #FF6072; color: #fff;
}
.c-info {
  text-align: left;
}
.c-info p {
  margin: 0;
  font-weight: 300;
  line-height: 26px;
  color: #999999;
}
.c-info h4 {
  text-transform: capitalize;
}
.contact-form-wraper {
    margin-top: 60px;
}
.contact-form-wraper h1 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 50px;
}
.contact-form-wraper form input, .contact-form-wraper form textarea {
  width: 100%;
  height: 71px;
  background: #fff;
  box-shadow: 0px 6px 26px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 6px 26px rgba(0, 0, 0, 0.06);
  border: none;
  padding-left: 30px;
  text-transform: capitalize;
  margin-bottom: 29px;
  color: #818181;
}
.contact-form-wraper form textarea {
    height: 300px;
    padding-top: 30px;
}
button.contact-submit-btn {
    height: 62px;
    background: #ff6a73;
    color: #fff;
    text-transform: capitalize;
    transition: .5s;
    margin-left: 15px;
    display: inline-block;
    padding: 0px 45px;
    margin-top: 30px;
    font-weight: 500;
}
.newsletter-wrapper-two .newsletter-content form button:hover {
    box-shadow: 0px 8px 16px 0px rgba(255, 90, 39, 0.48);
}

/* shape
------------------*/
.shape {
  position: absolute;
  z-index: 1;
}
.shape-hero .shape1 {
  left: 3%;
  top: 50%;
  animation: rotate3d 5s infinite linear;
}
.shape-hero .shape5 {
  bottom: -238px;
  left: 0;
  top: auto;
  z-index: 2;
}
.shape-hero .shape2 {
  left: 77%;
  top: 10%;
  animation: dimond 5s infinite linear;
}
.shape-hero .shape4 {
  right: 10%;
  bottom: 100px;
}
.shape-about .shape3, .shape-pricing .shape3 {
  right: -1px;
  bottom: -238px;
}
.shape-about .shape1 {
  bottom: 13%;
  left: 4%;
}
.shape-about .shape2 {
  bottom: 7%;
  left: 4%;
}
.shape-services .shape1 {
  right: 2%;
  bottom: 15%;
}
.shape-services .shape2 {
  top: 30%;
  left: 2%;
}
.shape-services .shape3 {
  bottom: 14%;
  left: 5%;
}
.shape-pricing .shape1 {
  bottom: 22%;
  left: 4%;
}
.shape-pricing .shape2 {
  right: 5%;
  top: 4%;
}
.shape-blog .shape3 {
  right: 3%;
  top: 15%;
}
.shape-blog .shape2 {
  right: 5%;
  bottom: 18%;
}
.shape-blog .shape1 {
  left: 3%;
  top: 25%;
}
.shape-team .shape1 {
  right: 5%;
  top: 25%;
}
.shape-team .shape2 {
  left: 3%;
  top: 15%;
}
.shape-testimonials .shape1 {
  left: 4%;
  top: 60%;
}
.shape-hero .shape6 {
    left: 43%;
    top: 12%;
}
.team-2 .shape1 {
    right: 0;
    top: 4%;
    z-index: -1;
}
.shape-blog .shape1, .shape-about .shape2, .shape-pricing .shape2 {
    animation: guraguri 6s infinite linear;
}
.shape-blog .shape2, .shape-about .shape1, .shape-services .shape3,
.shape-testimonials .shape1 {
    animation: rotate3d 4s infinite linear;
}
.shape-hero .shape4, .shape-hero .shape6, .shape-blog .shape3, .shape-team .shape2,
.shape-services .shape2, .shape-services .shape1, .shape-pricing .shape1 {
    animation: bounce 8s infinite linear reverse;
}

@keyframes dimond {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes guraguri {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes guraguri {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}



/* 404 page
----------------*/
.error-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.error-contents .theme_btn {
    margin-top: 45px;
}
.error-contents h4 {
    margin-top: 30px;
}
.error-contents img {
    margin-top: 40px;
}
.error-contents h1 {
    font-weight: 400;
    font-size: 70px;
    line-height: 1;
    color: #222222;
}

/* comming soon
------------------------ */
.comming-soon-page, .comming-soon-wrapper {
    height: 100vh;
}
.comming-soon-contents a {
    background: #fff;
    filter: drop-shadow(0px 6px 26px rgba(0, 0, 0, 0.06));
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #818181;
    border-radius: 50px;
    margin-right: 20px;
}
.comming-soon-contents a:hover {
    background: #FFA775;
    background: -webkit-linear-gradient(top, #FFA775, #FF6073);
    background: -moz-linear-gradient(top, #FFA775, #FF6073);
    background: linear-gradient(to bottom, #FFA775, #FF6073);
    color: #fff;
}
.comming-soon-contents h1 {
    font-size: 70px;
    font-weight: 900;
    margin-bottom: 30px;
}
.comming-soon-contents p {
    color: #818181;
    padding-right: 30px;
}
.count-box .single-count-box {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #e8cfd2;
    box-shadow: 0px 6px 26px rgba(0, 0, 0, 0.06);
    text-align: center;
    position: absolute;
}
.count-box .wrapper .time {
    display: block;
    font-size: 46px;
    font-weight: 900;
    font-family: muli;
}
.count-box .wrapper .label {
    font-weight: 300;
}
.count-box .single-count-box .wrapper {position: absolute;top: 50%;
    width: 100%;height: 100%;transform: translateY(-15%);
}
.comming-soon-contents h1 span {
    color: #FF6072;
}
.count-box .single-count-box:nth-child(1) {
    left: 33%;
    color: #FF6072;
}
div#countdown {
    position: relative;
}
.count-box .single-count-box:nth-child(2) {
    top: 172px;
    left: 0px;
    background: #DCF9EE;
    color: #16D88A;
}
.count-box .single-count-box:nth-child(3) {
    right: 0;
    top: 172px;
    background: #FEF5E1;
    color: #F9BD3A;
}
.count-box .single-count-box:nth-child(4) {
    top: 330px;
    left: 32%;
    background: #E1E0EF;
    color: #352E94;
}

.time-count-section {
    position: relative;
    top: -30%;
}

/* blog deatils - page
----------------------------- */

.featured-thubnail {
  margin-bottom: 60px;
}
.post-meta {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #818181;
}
.post-meta strong {
  font-weight: 700;
  padding-right: 5px;
}
.single-blog-details p {
  color: #818181;
  font-weight: 400;
}
.single-blog-details blockquote {
  font-size: 18px;
  font-weight: 500;
  color: #818181;
  font-style: italic;
}
.single-blog-details blockquote span {
  display: block;
  font-style: normal;
  font-weight: 400;
}
.post-tags-cate-section a {
  color: #818181;
}

.featured-thubnail {
  margin-bottom: 60px;
}
.post-meta {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #818181;
}
.post-meta strong {
  font-weight: 700;
  padding-right: 5px;
}
.single-blog-details blockquote {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  font-style: italic;
}
.single-blog-details blockquote span {
  display: block;
  font-style: normal;
  font-weight: 400;
}
.single-blog-details p:last-child {
}
.post-tags-cate-section a {
  color: #818181;
}
.author-bio-section {
  margin: 60px 0px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 45px 0px;
}
.author-bio-section img {
  float: left;
  margin-right: 30px;
}
.author-bio-section h4 a {
  font-size: 18px;
  color: #3B3B3B;
  margin: 0;
  line-height: 1;
  font-weight: 700;
}
.author-bio-section h4 {
  margin: 0;
}
.related-blog-posts-section h1 {
  line-height: 1;
  margin-bottom: 24px;
  font-size: 36px;
  margin-top: -5px;
}
.comment-template-section {
  margin: 30px 0px;
}
.single-comment img {
  float: left;
  margin-right: 30px;
}
.commentor-info h5 {
  margin: 0;
  display: inline-block;
  color: #3B3B3B;
}
.commentor-info span {
  font-weight: 300;
  font-size: 12px;
  margin-left: 8px;
  color: #818181;
}
.comment-text p {
  color: #818181;
  margin: 0;
}
.btn-replay {
  color: #3B3B3B;
  display: inline-block;
  float: left;
}
.comment-text {
  overflow: hidden;
}
.single-comment {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.single-comment.replay {
  margin-left: 70px;
}
form .radio-checked input {
  width: 15px;
  height: 15px;
  margin: 0;
  display: inline-block;
}
form .radio-checked span {
  font-size: 18px;
  line-height: 1;
  color: #818181;
  font-weight: 300;
  padding-left: 5px;
}
.comment-template-section h3 {
    margin-bottom: 30px;
    margin-top: -5px;
}
.contact-submit-btn:hover {
  background: #f7434e;
}
.btn-replay:hover,
.post-tags-cate-section a:hover {
    color: #f7434e;
}
.post-tags-cate-section span {
  font-weight: 500;
  color: #3B3B3B;
  margin-right: 5px;
}
.post-tags-cate-section a {
  position: relative;
  padding-right: 12px;
}
.post-tags-cate-section a::before {
  position: absolute;
  width: 10px;
  height: auto;
  content: ",";
  right: 0;
  bottom: -5px;
}
.post-tags-cate-section a:last-child::before {
  display: none;
}

.search-form input {
  border: none;
  border-bottom: 1px solid #E1E1E1;
  color: #818181;
  position: relative;
  width: 100%;
  font-size: 16px;
  padding-left: 10px;
}
.search-form button {
  position: absolute;
  right: 0;
  background: transparent;
  color: #999999;
}
.search-form input::placeholder {
  color: #C5C5C5;
}
.search-form button:hover {
  color: #333;
}
.single-sidebar-widgets {
  margin-bottom: 60px;
}
.single-sidebar-widgets h3 {
  margin-top: -8px;
  text-transform: capitalize;
  color: #3B3B3B;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 26px;
}
.single-sidebar-widgets a {
  color: #222;
  font-family: 'Muli', sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: block;
  line-height: 34px;
}
.single-populer-post span {
  font-size: 14px;
  line-height: 1;
}
.single-sidebar-widgets.recent-post h3 {
    margin-bottom: 20px !important;
}
.single-populer-post {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.single-sidebar-widgets a:hover {
  color: #FF6A73;
}
.single-populer-post:last-child {
  border: none;
  margin-bottom: 0px;
}
.single-populer-post p {
    margin-top: 10px;
    margin-bottom: 5px;
}
.tags-cloud a {
  font-size: 16px;
  display: inline-block;
  color: #818181;
  margin-right: 18px;
  line-height: 26px;
}
.single-sidebar-widgets .social-links a:hover {
    color: #fff;
    background: #FFA775;
    background: -webkit-linear-gradient(top, #FFA775, #FF6073);
    background: -moz-linear-gradient(top, #FFA775, #FF6073);
    background: linear-gradient(to bottom, #FFA775, #FF6073);
}
.single-sidebar-widgets .social-links a {
  display: inline-block;
  font-size: 16px;
  background: #fff;
  line-height: 40px;
  transition: .4s;
  box-shadow: 0px 6px 26px rgba(0, 0, 0, 0.06);
}
.single-sidebar-widgets .social-links {
  margin-top: 0px;
}
.single-sidebar-widgets:last-child {
  margin-bottom: 0px;
}
.blog-page-nav ul li, .blog-pages-link ul li {
    display: inline-block;
    margin-right: 15px;
}
.blog-page-nav ul li a, .blog-pages-link ul li a {
    border-style: solid;
    border-width: 1px;
    border-color: #FF6073;
    border-radius: 50%;
    width: 47px;
    height: 47px;
    display: inline-block;
    line-height: 47px;
    text-align: center;
    color: #FF6073;
    background: #fff;
}
.blog-page-nav ul li a:hover, .blog-pages-link ul li a:hover {
    background: #FF6073;
    color: #fff;
}
.footer-copyright-section {
    position: relative;
}
.car-reace-animaton {
    width: 100%;
    height: 70px;
    position: absolute;
    right: 0px;
    top: -80%;
    content: "";
    z-index: 1;
    display: none;
    visibility: hidden;
}
.animate-runing {
    right: 0%;
    position: absolute;
    bottom: 0;
}
.animate-runing {
    animation-name: carruning;
    animation-delay: 500ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-duration: 15s;
}
@-webkit-keyframes carruning {
  0% {
    right: 0%;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    right: 100%;
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
  }
}

@keyframes carruning {
  0% {
    right: 0%;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    right: 100%;
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
  }
}
@media only screen  and (max-width: 1200px) {
    .car-reace-animaton {
        display: none;
    }
}
@media (max-width: 430px) {
    .logo img {
        width:200px;
    }
}
/* fixing css */
.testimonial-list, #testimonials .row.align-items-bottom {
    margin-bottom: -7px;
}
.testimonial-client-nav {
    margin-top: -80px;
}
.recent-post-featured-img {
    margin-bottom: -30px;
    margin-top: 20px;
}
.newsletter-content {
    text-align: center;
}
.testimonail-one .section-title {
    padding-left: 94px;
}
.member-info span {
    padding-top: 10px;
    display: inline-block;
}
.sidebar-wrapper {padding-left: 40px;}
.post-tags-cate-section {
    margin-top: 50px;
}
.about-top-content h1 {
    font-size: 50px;
    line-height: 1.2;
    margin-top: -11px;
    margin-bottom: 20px;
}
.section-title h1 {
  line-height: 1;
  margin: 0;
  margin-top: -10px;
}
.section-title {
  margin-bottom: 30px;
}
.single-footer-widget.about-widgets {
    padding-right: 25px;
}

@media (min-width: 1100px) {
    .testimonial-client-nav {
        margin-top: -80px;
    }
}

.mean-container a.meanmenu-reveal span {
    background:#ccc!important;
}

.mean-container a.meanmenu-reveal {
    border-color:#ccc!important;
    color:#ccc;
}

.mean-container .mean-nav {
    background:#ccc!important;
}