/*  
    Template Name: Automobile
    Author: Themewinter
    Author URI: https://themeforest.net/user/themewinter
    Description: Automobile HTML Template
    Version: 1.0
*/
/* Table of Content
=================================================
1. Typography
2. Top Bar
3. Header
4. Global Style (body, link color, gap, ul, section-title, overlay etc)
*/
@import url("https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
/* ============================== */
/* Typography
================================================== */


.ts-slider-area.ts-slider-area3.owl-carousel{display:block}
body {

  background: #fff;
  color: #060606;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;overflow-x: hidden;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #101010;
  font-family: Ubuntu
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

/* Global styles
================================================== */
a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0 solid;
}

a:hover {
  color: #ee3131;
}

button:focus,
.btn:focus {
  outline: 0 solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* btn */
.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 140px;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  border: 1px solid #ee3131;
  font-family: Ubuntu;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btns {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
	
}
.btn:hover {
  background: blue;
  border: 1px solid transparent;
}
.btn:after {
  position: absolute;
  content: "";
  background: blue;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\a  viewBox="0 0 180 50" preserveAspectRatio="none"><g><polygon fill-rule="evenodd" clip-rule="evenodd" fill="%23EE3131" points="0,0 0,50 166,50 180,37 180,0"/></g></svg>');
  z-index: -1;
  background-repeat: no-repeat;
}
.btn.btn-bordered {
  height: 50px;
  padding: 0 45px;
  background: none;
}
.btn.btn-bordered:after {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\a  viewBox="0 0 187.1 52" enable-background="new 0 0 187.1 52" preserveAspectRatio="none"><g> <polygon fill="none" stroke="#FFFFFF" stroke-miterlimit="10" points="1.7,1 1.7,51 167.7,51 181.7,38 181.7,1"/></g></svg>');
}

.btn-primary {
  background: red;
  color: #fff;
  border: 1px solid transparent;
  position: relative;
}

/* Button */
button {
  background: none;
  border: none;
  display: inline-block;
}
button:hover {
  cursor: pointer;
}

.download-btn {
  margin-bottom: 0;
}
.download-btn a {
  display: block;
  color: #fff;
  font-size: 24px;
  font-family: Ubuntu
}
.download-btn a span {
  font-weight: 400;
}
.download-btn a i {
  float: right;
  color: #ee3131;
  font-size: 30px;
}

/* Section */
section,
.section {
  padding: 50px 0 40px;
  position: relative;
  z-index: 1;
}

/* Section title */
.section-title {
  position: relative;
  margin-bottom: 70px;
  line-height: 26px;
  padding-bottom: 8px;
}
.section-title span {
  font-weight: 400;
}
.section-title:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #e9b108;
}

.column-title,
.column-title-sm {
  position: relative;
  margin-bottom: 20px;
}
.column-title span,
.column-title-sm span {
  font-weight: 400;
    font-size: 22px;
}
.column-title:before,
.column-title-sm:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #ee3131;
}
.column-title small,
.column-title-sm small {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 17px;
}
.column-title.text-white:before,
.column-title-sm.text-white:before {
  background: #fff;
}
.column-title.no-border,
.column-title-sm.no-border {
  margin-bottom: 32px;
}
.column-title.no-border:before,
.column-title-sm.no-border:before {
  display: none;
}

.column-title-sm {
  font-size: 28px;
  line-height: 37px;
}

/* Show */
.show {
  opacity: 1;
  visibility: visible;
}

/* Overflow Hidden */
.overflow-hidden {
  overflow: hidden;
}

/* Background */
.highlight {
  background-color: #ee3131 !important;
}

/* BG Overlay */
.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(78, 89, 114, 0.7);
  z-index: -1;
}

.solid-bg {
  background: #f7f7f7;
}

.bg-blue {
  background-color: #2f3967;
}

.bg-red {
  background-color: #ee3131;
}

/* List ul ol */
.unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* List Round */
.list-round li {
  margin-bottom: 15px;
}
.list-round li:before {
  content: "\f10c";
  font-family: fontAwesome;
  padding-right: 10px;
}

/* List Round Solid */
.list-round-solid {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
.list-round-solid li {
  margin-bottom: 15px;
  color: #666666;
}
.list-round-solid li:last-child {
  margin-bottom: 0;
}

/* Check List */
.check-list li {
  margin-bottom: 12px;
}
.check-list li:before {
  content: "\f00c";
  font-family: fontAwesome;
  color: #ee3131;
  margin-right: 13px;
}
.check-list li:last-child {
  margin-bottom: 0;
}

/* Ratings */
.ts-rating li {
  display: inline-block;
}
.ts-rating li i {
  color: #ffd324;
}

/* Video Button */
.video-btn a {
  position: absolute;
  font-size: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  color: #fff;
  z-index: 2;
}
.video-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.post-video {
  position: relative;
}

/* Pagination */
.pagination li a {
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 5px;
  line-height: 42px;
  display: block;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #101010;
}
.pagination li a:hover {
  background: #e7272d;
  color: #fff;
}

/* No Padding */
.no-padding {
  padding: 0 !important;
}

/* No Border */
.no-border {
  border: none !important;
}

/* Padding */
.pt-0 {
  padding-top: 0;
}

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

.padding-0 {
  padding: 0;
}

.pb-120 {
  padding-bottom: 120px !important;
}

/* Gap */
.gap-30 {
  height: 30px;
  clear: both;
}

.gap-35 {
  height: 35px;
  clear: both;
}

.gap-60 {
  height: 60px;
  clear: both;
}

.gap-75 {
  height: 75px;
  clear: both;
}

.gap-80 {
  height: 80px;
  clear: both;
}

/* Padding */
.pd-top0 {
  padding-top: 0;
}

/* Box Skew */
.box-skew-sm-left {
    display: table-cell;
    vertical-align: middle;
    padding-left: 112px;
    padding-top: 30px;
    padding-bottom: 15px;
    -webkit-transform: skewX(16deg);
    transform: skewX(16deg);
}

@media (min-width: 1500px) {
  .box-skew-sm-left {
    padding-left: 435px;
  }
}
.box-skew-sm-right {
  position: relative;
  z-index: 2;
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg);
  padding-left: 150px;
  display: table-cell;
  vertical-align: middle;
}
.box-skew-sm-right > img {
  position: absolute;
  top: 0;
  left: -60px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.box-skew-sm-right:before {
  content: "";
  position: absolute;
  top: 0;
  right: 102%;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .box-skew-sm-right:before {
    display: none;
  }
}
.box-skew-sm-right:after {
  content: "";
  position: absolute;
  top: 0;
  left: -115px;
  width: 105%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.box-skew-area-left {
  height: 255px;
  display: table;
  width: 100%;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  margin-left: -22px;
  position: relative;
  z-index: 2;
}

.box-skew-area-right {
  position: relative;
  height: 305px;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  margin-left: -55px;
  z-index: 1;
  display: table;
  width: 118%;
}

/* Breadcumb */
.banner-area {
  /* min-height: 285px; */
  padding: 40px 0px;
  background: #000;
}
.banner-area.bg-overlay:after {
  background: rgba(0, 0, 0, 0.6);
}

.banner-heading .banner-title {
  font-size: 46px;
  color: #fff;
  /* padding: 100px 0px; */
  font-weight: 600;
  text-align: center;
  display: block;
  margin: 0px;
}

.banner-heading .banner-titles {
  font-size: 60px;
  color: #fff;
 
  font-weight: 400;
}
.banner-heading .banner-title span {
  font-weight: 700;
  color: #e3ac06;
}

.breadcrumb {
  background: none;
  /* position: absolute; */
  right: 0;
  bottom: 0;
  margin-bottom: 0px;
  text-align: center;
  display: inherit;
}
.breadcrumb li {
  color: #fff;
  font-size: 20px;
  font-family: Ubuntu;
  display: inline-block;
}
.breadcrumb li a {
  color: #e3ac06;
}
.breadcrumb li:not(:last-child):after {
  content: "/";
  margin: 0px 5px;
}

/* Blockquote */
blockquote {
  background: #f8f8f8;
  position: relative;
  padding: 28px 15px 25px 30px;
}
blockquote p {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 0;
  font-style: italic;
}
blockquote p cite {
  text-align: right;
  display: block;
  margin-top: 22px;
  font-style: normal;
  margin-right: 13px;
}

/* Social Icons */
.social-icons li {
  display: inline-block;
  margin-right: 2px;
}
.social-icons li a i {
  display: block;
  width: 40px;
  height: 40px;
  background: #101010;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
}
.social-icons li a i.fa-facebook {
  background: #3b5998;
}
.social-icons li a i.fa-twitter {
  background: #55acee;
}
.social-icons li a i.fa-google-plus {
  background: #dd4b39;
}
.social-icons li a i.fa-linkedin {
  background: #0976b4;
}
.social-icons li a i.fa-instagram {
  background: #b7242a;
}
.social-icons li a i.fa-youtube {
  background: #eb252d;
}
.social-icons li:last-child {
  margin-right: 0;
}

/* Navbar */
.navbar {
  padding: 1px 0;
}
.navbar .nav-item {
  margin-right: 19px;
}
.navbar .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.navbar .nav-item .nav-link {
  padding: 17px 2px;
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  font-family: Ubuntu
  z-index: 2;
  color: #000;
}
.navbar .nav-item .nav-link:hover {
  color: #fff;
}
.navbar .nav-item .nav-link:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  background: #fff;
  width: 100%;
  height: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.navbar .nav-item .nav-link.active {
  color: #fff;
}
.navbar .nav-item .nav-link.active:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.navbar .nav-item .nav-link:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.navbar-nav .nav-item .dropdown-menu {
  top: 57px;
  border-radius: 0;
  background: #fff;
  border-color: transparent;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  min-width: 220px;
  border: none;
}
.navbar-nav .nav-item .dropdown-menu li {
  padding-bottom: 0px;
}
.navbar-nav .nav-item .dropdown-menu li a {
  color: #101010;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  padding: 9px 16px;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
  font-family: Ubuntu;
  border-bottom: 1px solid #ccc;
}
.navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #000;
  background: #e3ac06;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
.navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-nav:focus {
  color: #fff;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* owl carousel home slider */
.owl-stage-outer .owl-item.active .slider-items .slider-content h1 {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.owl-stage-outer .owl-item.active .slider-items .slider-content p {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.owl-stage-outer .owl-item.active .slider-items .slider-content .btn {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* Owl Carousel Common */
.owl-carousel.owl-loaded .owl-nav button {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #ee3131;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 10px;
}
.owl-carousel.owl-loaded .owl-nav button:hover {
  background: #101010;
  color: #fff;
}

.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.owl-carousel .owl-dots button {
  width: 9px;
  height: 9px;
  display: inline-block;
  background: #b2b2b2;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 40px;
}
.owl-carousel .owl-dots button.active {
  width: 14px;
  height: 14px;
  background: #ee3131;
}

.owl-carousel.owl-loaded .owl-nav .owl-next.disabled,
.owl-carousel.owl-loaded .owl-nav .owl-prev.disabled {
  background: #101010;
  color: #fff;
}

.btn-primary:not([disabled]):not(.disabled):active {
  color: #fff;
  background-color: #ee3131;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #e1ac0c;
}

/* Input */
/* Contact Me */
.intro-form .btn-primary {
  border: 1px solid;
}

.contactMe {
  border-color: #e7e7e7;
  border-radius: 0;
  width: 100%;
}
.contactMe .btn {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  border: 1px solid #ee3131;
  font-family: Ubuntu
  position: relative;
  z-index: 2;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contactMe .btn.btn-bordered {
  height: 50px;
  padding: 0 45px;
  background: none;
  margin: 0 auto;
  border:1px solid #fff;
}
.contactMe > section {
  border-radius: 0;
  padding: 10px;
}
.contactMe input {
  height: 50px;
}
.contactMe .select2-container .select2-selection {
  height: 50px;
}
.contactMe .select2-container .select2-selection .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
}
.contactMe .select2-container .select2-selection .select2-selection__arrow {
  height: 50px;
}
.contactMe .field {
  margin-bottom: 20px;
}
.contactMe .btn {
  background: transparent;
  line-height: 0;
  border: 1px solid transparent;
}

/* Owl Carousel */
.owl-carousel .owl-item img {
  width: auto;
}

/* Form COntrol */
.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 1;
}

.form-control:focus {
 
  border-color: #eee;
  outline: 0 solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* About  
===========================================*/
/* Fun Facts */
.ts-fun-facts {
  padding: 0px;
  overflow: hidden;
}
.ts-fun-facts .box-skew-sm-left .ts-main-fact {
  padding-right: 50px;
}
.ts-fun-facts .box-skew-area-left {
  height: 430px;
  width: 112%;
  margin-left: -65px;
}
.ts-fun-facts .box-skew-area-right {
  height: 500px;
  width: 130%;
}
.ts-fun-facts .box-skew-area-right .box-skew-sm-right:before {
  right: 99%;
}
.ts-fun-facts .fun-fact-info {
  color: #fff;
  padding-right: 40px;
}
.ts-fun-facts .ts-facts {
  margin-left: -60px;
}
.ts-fun-facts .ts-facts h3 {
  font-size: 32px;
  padding: 10px 0;
  color: #fff;
  font-weight: 500;
}
.ts-fun-facts .ts-facts p {
  color: #fff;
}
.ts-fun-facts .ts-facts .ts-facts-num p {
  color: #fff;
}
.ts-fun-facts .ts-facts i {
  font-size: 40px;
  color: #fff;
}

/* Testimonial */
.testimonial-slide .testimonial-item {
  position: relative;
}
.testimonial-slide .testimonial-item p {
  color: #fff;
  margin-bottom: 35px;
}
.testimonial-slide .testimonial-item span.icon {
  font-size: 40px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: -70px;
  color: #fff;
}
@media (min-width: 1400px) {
  .testimonial-slide .testimonial-item {
    margin-left: 50px;
  }
}
.testimonial-slide .quote-item-info h3,
.testimonial-slide .quote-item-info span {
  color: #fff;
}
.testimonial-slide .quote-item-footer h3 {
  color: #fff;
}
.testimonial-slide .quote-item-footer img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
  margin-right: 25px;
}
.testimonial-slide .quote-author {
  color: #fff;
}
.testimonial-slide .quote-text {
  color: #fff;
}

.overflow-hidden .box-skew-right {
  width: 190%;
  padding-left: 100px;
  padding-right: 0;
  height: 315px;
}
.overflow-hidden .box-skew-left {
  height: 375px;
}
.overflow-hidden .box-skew-left img {
  z-index: 1;
}
.overflow-hidden .box-skew-left:after {
  z-index: 0;
}

.ts-facts-newsletter .box-skew-area-left {
  background: #d20022;
}
.ts-facts-newsletter .box-skew-area-right {
  height: 305px;
}
.ts-facts-newsletter .box-skew-sm-right {
  padding-right: 150px;
}
.ts-facts-newsletter .box-skew-sm-right .column-title,
.ts-facts-newsletter .box-skew-sm-right .column-title-sm {
  z-index: 1;
}

.ts-pertner.border-bottom {
  padding: 35px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(239, 239, 239, 0.7);
  box-shadow: 0px 2px 5px 0px rgba(239, 239, 239, 0.7);
}
.ts-pertner.border-bottom .owl-nav {
  display: none;
}

.ts-feature-standard {
  padding-bottom: 30px;
}
.ts-feature-standard .ts-feature-wrapper {
  margin-bottom: 50px;
}
.ts-feature-standard .feature-single .feature-content {
  margin-top: 20px;
  margin-left: 0px;
}
.ts-feature-standard .feature-single .feature-content h3 a {
  margin-bottom: 20px;
  color: #000;
}
.ts-feature-standard .feature-single .feature-icon {
  float: none;
}
.ts-feature-standard .feature-single:hover .feature-content h3 a {
  color: #ee3131;
}

.ts-feature .widget-contact {
  margin-top: -100px;
}
.ts-feature .widget-contact .contactMe > section {
  border-radius: 0;
  padding: 40px 22px 40px 34px;
}
.ts-feature .widget-contact .contactMe > section .btn {
  background: #ee3131;
  text-align: center;
  display: block;
}
.ts-feature .widget-contact .contactMe > section .btn:after {
  background: transparent;
}
.ts-feature .contact-form-title {
  margin-left: 15px;
  height: 55px;
  margin-right: 15px;
  background: #ee3131;
  text-align: center;
}
.ts-feature .contact-form-title h2.column-title {
  font-size: 24px;
  color: #fff;
  padding: 10px 0;
}
.ts-feature button.btn.btn-primary {
  width: 95%;
}
.ts-feature .contactMe .field {
  margin-bottom: 0px;
}
.ts-feature .contactMe .form-row {
  margin-bottom: 20px;
}

.ts-feature.ts-feature-2 .ts-feature-wrapper {
  margin-bottom: 50px;
}

.box-content-wrapper i {
  font-size: 32px;
  float: left;
  width: 50px;
  line-height: 50px;
  border-radius: 3px;
  padding-left: 9px;
  background: #ee3131;
  margin-right: 20px;
}

.box-skew-right .column-title {
  margin-bottom: 35px;
}

/* Header 2
==================================*/
.ts-top-bar-2 {
  padding: 8px 0;
}

.ts-top-bar-2.classic {
  background-color: #06163a;
}
.ts-top-bar-2.classic .top-bar-social-icon li a {
  padding: 0px 10px;
}
.ts-top-bar-2.classic .top-bar-social-icon li a:last-of-type {
  padding-right: 0;
}

.ts-header-classic .ts-logo-area {
  padding: 25px 0;
  background-color: #091b46;
  padding-bottom: 58px;
}
.ts-header-classic .ts-logo-area .info-wrapper .info-subtitle {
  color: #fff;
}
.ts-header-classic .ts-logo-area .info-wrapper .info-title {
  color: #fff;
}
.ts-header-classic .header-angle {
  position: absolute;
  width: 100%;
  margin-top: -30px;
}
.ts-header-classic .header-angle:after {
  background: transparent;
}
.ts-header-classic .header-angle .ts-navbar {
  border-right: 1px solid #f15050;
}
.ts-header-classic .header-angle .navbar-nav {
  padding-left: 28px;
}
.ts-header-classic .header-angle:before {
  background: transparent;
}
.ts-header-classic .header-angle:after {
  width: 87%;
}
.ts-header-classic .header-angle .navbar-light {
  background: #ee3131;
  margin-left: 55px;
  padding-right: 35px;
}
.ts-header-classic .header-angle .navbar-light:before {
  position: absolute;
  top: 0;
  left: -56px;
  right: auto;
  content: "";
  border-right: 56px solid #ee3131;
  border-top: 60px solid transparent;
}
.ts-header-classic .cart-link form {
  padding: 0px;
}

/* Header 3
==================================*/
.ts-top-bar-2.standard {
  background-color: #ee3131;
}

.ts-header-standard .ts-logo-area {
  padding: 15px 0;
}
.ts-header-standard .ts-logo-area .ts-navbar {
  margin-right: 0;
}
.ts-header-standard .ts-logo-area .navbar-light .navbar-nav .active > .nav-link,
.ts-header-standard .ts-logo-area .navbar-light .navbar-nav .nav-link.active,
.ts-header-standard .ts-logo-area .navbar-light .navbar-nav .nav-link.show,
.ts-header-standard .ts-logo-area .navbar-light .navbar-nav .show > .nav-link {
  color: #ee3131;
}
.ts-header-standard .ts-logo-area .navbar-light .navbar-nav .nav-link:focus, .ts-header-standard .ts-logo-area .navbar-light .navbar-nav .nav-link:hover {
  color: #ee3131;
}
.ts-header-standard .ts-logo-area .navbar .nav-item {
  margin-right: 20px;
}
.ts-header-standard .ts-logo-area .navbar .nav-item .dropdown-menu {
  top: 76px;
}
.ts-header-standard .ts-logo-area .navbar .nav-item .nav-link {
  color: #101010;
}
.ts-header-standard .ts-logo-area .navbar .nav-item .nav-link.active:after {
  background-color: #ee3131;
  bottom: -20px;
}
.ts-header-standard .ts-logo-area .navbar .cart-link form {
  padding: 0 5px;
}
.ts-header-standard .ts-logo-area .navbar .cart-link form button {
  color: #101010;
}
.ts-header-standard .ts-logo-area .navbar .cart-link a {
  color: #101010;
}
.ts-header-standard .ts-logo-area .navbar .cart-link a sup {
  background: #101010;
  color: #fff;
}
.ts-header-standard .header-cart {
  position: relative;
  z-index: 2;
  padding-left: 15px;
}
.ts-header-standard .header-cart::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: '';
  background: #ddd;
}

/* Header 4
==================================*/
.ts-top-bar-standard {
  background: #ee3131;
}

.ts-header-transparent {
  position: relative;
}
.ts-header-transparent .ts-logo-area {
  position: absolute;
  z-index: 2;
  width: 100%;
  border-bottom: 1PX solid rgba(149, 153, 155, 0.25);
}
.ts-header-transparent .navbar .nav-item {
  margin-right: 20px;
}
.ts-header-transparent .navbar .nav-item .nav-link {
  padding: 32px 10px;
}
.ts-header-transparent .navbar .nav-item .nav-link:after {
  bottom: -8px;
  background-color: #ee3131;
}
.ts-header-transparent .navbar .nav-item .nav-link.active:after {
  bottom: -8px;
  background-color: #ee3131;
}
.ts-header-transparent .ts-navbar {
  margin-right: 0px;
}
.ts-header-transparent .navbar-nav .nav-item .dropdown-menu {
  top: 106%;
}
.ts-header-transparent .navbar-light .navbar-nav .active > .nav-link,
.ts-header-transparent .navbar-light .navbar-nav .nav-link.active,
.ts-header-transparent .navbar-light .navbar-nav .nav-link.show,
.ts-header-transparent .navbar-light .navbar-nav .show > .nav-link {
  color: #ee3131;
}
.ts-header-transparent .navbar-light .navbar-nav .nav-link:focus, .ts-header-transparent .navbar-light .navbar-nav .nav-link:hover {
  color: #ee3131;
}

/*  */
/* Top Bar
============================*/
.ts-top-bar {
  position: relative;
  z-index: 2;
}
.ts-top-bar:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: #2f3967;
}

.top-bar-angle {
  position: relative;
  z-index: 2;
  padding: 9px 0 3px;
}
.top-bar-angle:after {
  z-index: -1;
  content: "";
  position: absolute;
  background: #2f3967;
  display: block;
  width: 68%;
  height: 100%;
  right: 0;
  top: 4px;
}
.top-bar-angle:before {
  content: '';
  position: absolute;
  right: 68%;
  z-index: 0;
  border-right: 65px solid #2f3967;
  border-left: 0 solid #2f3967;
  border-bottom: 40px solid transparent;
  bottom: 0;
  top: 0;
}

.top-bar-social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-bar-social-icon li {
  display: inline-block;
}
.top-bar-social-icon li a {
  display: block;
  padding: 0 8px;
}
.top-bar-social-icon li::last-child a {
  padding-right: 0;
}
.top-bar-social-icon i {
  font-size: 14px;
  color: #fff;
}

.top-bar-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-bar-event i,
.top-bar-event span {
  color: #fff;
}
.top-bar-event i {
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.top-bar-event span {
  font-size: 14px;
}
.top-bar-event.ts-top {
  display: block;
  width: 100%;
  text-align: right;
}

/* Logo Area
=================================*/
.ts-logo-area {
  padding: 6px 0;
}

.top-contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.top-contact-info li {
  display: inline-block;
  position: relative;
  top: 10px;
}
.top-contact-info li span {
  display: inline-block;
  position: relative;
  top: -7px;
  font-size: 24px;
  margin-right: 10px;
  color: #d20023;
}
.top-contact-info a.btn-primary {
  position: relative;
  top: -15px;
}
.top-contact-info .btn {
  height: 40px;
  padding: 8px 32px;
  line-height: 24px;
}

.info-wrapper {
  display: inline-block;
  margin-right: 50px;
}
.info-wrapper p {
  margin-bottom: 0;
}
.info-wrapper .info-title {
  font-size: 14px;
  font-weight: 500;
  color: #101010;
  line-height: 18px;
}
.info-wrapper .info-subtitle {
  color: #666666;
  font-size: 14px;
}

/* Tw Header
===========================*/
.ts-header {
  position: relative;
  z-index: 2;
  /* margin-top: 4px; */
}
.ts-header:after {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 4px;
  /* content: ""; */
  background: #ee3131;
}

.header-angle {
  position: relative;
  z-index: 2;
  /* margin-bottom: -15px; */
}
.header-angle:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 68%;
  height: 100%;
  /* content: ""; */
  background: #ee3131;
  z-index: -1;
}
.header-angle:before {
  position: absolute;
  top: 0;
  right: 68%;
  /* content: ""; */
  border-right: 56px solid #ee3131;
  border-top: 60px solid transparent;
}

@media (min-width: 1600px) {
  .top-bar-angle:before {
    right: 62.5%;
  }
  .top-bar-angle:after {
    width: 62.5%;
  }

  .header-angle:before {
    right: 62.5%;
  }
  .header-angle:after {
    width: 62.5%;
  }
}
/* Navbar
===============================*/
.cart-link a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
}
.cart-link a sup {
  font-size: 8px;
  top: -15px;
  background: #fff;
  color: #ee3131;
  width: 10px;
  height: 10px;
  display: inline-block;
  line-height: 10px;
  text-align: center;
  border-radius: 50%;
  right: 5px;
  font-weight: 700;
}
.cart-link form {
  display: inline-block;
  padding: 0 15px;
  padding-right: 0;
  position: relative;
  z-index: 1;
}
.cart-link form button {
  color: #fff;
}
.cart-link form button .icon-cross {
  position: absolute;
  top: 0;
  font-size: 25px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
}
.cart-link form button .icon-cross.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cart-link form button .icon-search {
  visibility: hidden;
  opacity: 0;
}
.cart-link form button .icon-search.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cart-link form .search-box {
  position: absolute;
  bottom: -100px;
  left: auto;
  right: 0;
  background: #fff;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cart-link form .search-box input[type=search] {
  border: 1px solid rgba(238, 49, 49, 0.12);
  background: transparent;
  padding: 5px 0;
}
.cart-link form .search-box input::-webkit-input-placeholder {
  font-family: Ubuntu
  font-size: 14px;
  color: #101010;
  padding-left: 10px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.5px;
}
.cart-link form .search-box input::-moz-placeholder {
  font-family: Ubuntu
  font-size: 14px;
  color: #101010;
  padding-left: 10px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.5px;
}
.cart-link form .search-box input:-ms-input-placeholder {
  font-family: Ubuntu
  font-size: 14px;
  color: #101010;
  padding-left: 10px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.5px;
}
.cart-link form .search-box input::-ms-input-placeholder {
  font-family: Ubuntu
  font-size: 14px;
  color: #101010;
  padding-left: 10px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.5px;
}
.cart-link form .search-box input::placeholder {
  font-family: Ubuntu
  font-size: 14px;
  color: #101010;
  padding-left: 10px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.5px;
}
.cart-link form .search-box input:focus {
  outline: 0 solid;
}
.cart-link form .search-box.show {
  bottom: -73px;
  opacity: 1;
  visibility: visible;
}

.ts-navbar {
  margin-right: 20px;
}

/* Slider Area
=================================== */
.slider-items {
  height: 645px;
  background-size: 100% 100% !important;
  background-size: cover !important;
}
.slider-items .row,
.slider-items .container {
  height: 100%;
}

.slider-overlay {
  position: relative;
  z-index: 2;
}
.slider-overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.slider-content h1 {
  font-family: Ubuntu
  font-size: 60px;
  color: #fff;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.slider-content h1 small {
  font-family: Ubuntu
  font-size: 20px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.slider-content h1 span {
  color: #ee3131;
}
.slider-content .slider-desc {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 30px;
}

.ts-slider-area.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -30px;
}
.ts-slider-area.owl-carousel .owl-nav button {
  position: absolute;
  top: 0;
  left: 30px;
  width: 60px;
  height: 60px;
  line-height: 65px !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -15px;
  margin-left: 0px;
}
.ts-slider-area.owl-carousel .owl-nav button i {
  color: #fff;
  font-size: 25px;
}
.ts-slider-area.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 30px;
}
.ts-slider-area.owl-carousel .owl-nav button:hover {
  background: #ee3131 !important;
}

/* Intro Area
====================== */
.ts-intro {
  margin-top: -150px;
}

.ts-intro-wrapper {
  background: #2f3967;
  padding: 35px 35px 85px 40px;
  min-height: 311px;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
.ts-intro-wrapper > i {
  font-size: 150px;
  position: absolute;
  left: 0px;
  bottom: -20px;
  z-index: -1;
  opacity: 0.1;
  color: #fff;
}
.ts-intro-wrapper.highlight {
  margin-left: -3px;
  position: relative;
  z-index: 9;
  margin-right: -3px;
  margin-top: -22px;
  padding-bottom: 43px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 95%;
}
.ts-intro-wrapper.highlight .intro-content h2 {
  margin-bottom: 40px;
}
.ts-intro-wrapper.intro-carousel {
  padding-bottom: 40px;
}
.ts-intro-wrapper .select2-container .select2-selection .select2-selection__arrow:before {
  top: 24px;
  color: #fff;
}

.intro-content h2 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-family: Ubuntu
  margin-bottom: 35px;
}
.intro-content h2 span {
  font-weight: 400;
}
.intro-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.intro-content li {
  content: "";
  display: block;
  clear: both;
}
.intro-content li p {
  float: right;
  width: 165px;
  text-align: left;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.intro-content li span {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.intro-form .btn {
  margin-top: 20px;
}
.intro-form .btn-primary {
  border: 1px solid;
}
.intro-form .contactMe {
  background: transparent;
  border: none;
}
.intro-form .contactMe .field,
.intro-form .contactMe .select2-selection {
  padding: 23px 25px;
  line-height: 0;

  background: #dc354500;
  border-radius: 3px;
}
.intro-form .contactMe .field::-webkit-input-placeholder,
.intro-form .contactMe .select2-selection::-webkit-input-placeholder {
  color: #fff;
}
.intro-form .contactMe .field::-moz-placeholder,
.intro-form .contactMe .select2-selection::-moz-placeholder {
  color: #fff;
}
.intro-form .contactMe .field:-ms-input-placeholder,
.intro-form .contactMe .select2-selection:-ms-input-placeholder {
  color: #fff;
}
.intro-form .contactMe .field::-ms-input-placeholder,
.intro-form .contactMe .select2-selection::-ms-input-placeholder {
  color: #fff;
}
.intro-form .contactMe .field::placeholder,
.intro-form .contactMe .select2-selection::placeholder {
  color: #fff;
}
.intro-form .contactMe .select2-container .select2-selection .select2-selection__rendered {
  overflow: visible;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.intro-form .contactMe .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
  border-color: #fff transparent transparent transparent;
}
.intro-form .contactMe .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}
.intro-form .contactMe .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}
.intro-form .contactMe .btn {
  float: none;
}

.intro-form .contactMe .form-row {
  margin: 0;
}
.intro-form .contactMe .form-row [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.intro-form .contactMe .form-row-second {
  margin-bottom: 20px;
}

.intro-content-carousel.owl-carousel p {
  color: #fff;
  padding: 0 2px;
}
.intro-content-carousel.owl-carousel .owl-nav {
  margin-top: 20px;
  text-align: right;
}

/* Feature
============================ */
.ts-feature .feature-img {
  position: absolute;
  right: 0;
  top: 64%;
  width: 36%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1500px) {
  .ts-feature .feature-img {
    width: auto;
  }
}
.feature-single .feature-icon {
  float: left;
  font-size: 50px;
  color: #e9b108;
}
.feature-single .feature-content {
  margin-left: 80px;
  padding-right: 10px;
}
.feature-single .feature-content h3 {
  margin: 0px;
  line-height: inherit;
  padding-bottom: 12px;
}
.feature-single .feature-content h3 span {
  font-weight: 400;
}

/* About
====================== */
.ts-about {
  overflow: hidden;
}
.ts-about [class*=col-] {
  padding: 0;
}

.box-content-wrapper * {
  color: #fff;
}
.box-content-wrapper p {
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .box-skew-hidden-left {
    position: relative;
  }
  .box-skew-hidden-left:after {
    content: "";
    position: absolute;
    top: 0;
    right: -86%;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: skewX(-16deg);
    transform: skewX(-16deg);
  }
}

.box-skew-left {
  display: table;
  height: 500px;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  position: relative;
  width: 95%;
}
.box-skew-left .box-skew-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}
.box-skew-left .column-title {
  font-size: 44px;
}
.box-skew-left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg);
  background-size: cover;
  background-position: center;
}
.box-skew-left .box-content-wrapper {
  display: table-cell;
  vertical-align: middle;
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg);
  padding: 0 120px 0 135px;
  position: relative;
  z-index: 2;
}
.box-skew-left .box-content-wrapper p {
  padding-right: 120px;
  color: #fff;
}
.box-skew-left:after {
  content: "";
  position: absolute;
  top: 0;
  left: -85px;
  width: 102%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
@media (min-width: 1600px) {
  .box-skew-left .box-content-wrapper {
    padding: 0 120px 0 424px;
  }
}
@media (min-width: 992px) {
  .box-skew-left:before {
    -webkit-transform: skewX(16deg);
    transform: skewX(16deg);
  }
}

.box-skew-right {
  display: table;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  left: -125px;
  width: 141%;
  position: absolute;
  top: 33px;
  padding-left: 90px;
  padding-right: 235px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 435px;
  background: #f7f7f7;
  margin-left: -35px;
}
.box-skew-right img {
  position: absolute;
  top: -70px;
  right: 75px;
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg);
  height: 505px;
}
.box-skew-right:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/pattern/about-pattern.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.box-skew-right .column-title {
  margin-bottom: 50px;
  color: #101010;
}
.box-skew-right .column-title span {
  color: #101010;
}
.box-skew-right .column-title:before {
  background: #101010;
}
.box-skew-right .box-content-wrapper {
  display: table-cell;
  vertical-align: middle;
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg);
  width: 455px;
}
.box-skew-right .box-content-wrapper ul li,
.box-skew-right .box-content-wrapper p {
  color: #666666;
}
.box-skew-right .list-round {
  margin-top: 28px;
}
.box-skew-right.bg-red {
  background-color: #e9b108;
}
.box-skew-right.bg-red .column-title {
  color: #000;
}
.box-skew-right.bg-red .column-title span {
  color: #000;
  font-size: inherit;
}
.box-skew-right.bg-red .column-title:before {
  background: #fff;
}
.box-skew-right.bg-red .box-content-wrapper ul li,
.box-skew-right.bg-red .box-content-wrapper p {
  color: #000;
}
@media (min-width: 1200px) {
  .box-skew-right {
    padding-left: 75px;
  }
}

/* Working Process */
.ts-working-process {
  margin-top: 0px;
  padding-top: 0;
}

.working-box-wrapper {
  counter-reset: working-number;
}
.working-box-wrapper .working-single-box {
  background: #2f2f2f;
  position: relative;
  min-height: 250px;
  display: table;
}
.working-box-wrapper .working-single-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 125px 0 125px 70px;
  border-color: #2f2f2f #2f2f2f #2f2f2f #fff;
}
.working-box-wrapper .working-single-box:after {
  content: "";
  position: absolute;
  right: -43px;
  top: 0;
  border-style: solid;
  border-width: 125px 0 125px 60px;
  border-color: transparent #2f2f2f transparent #2f2f2f;
  z-index: 1;
}
.working-box-wrapper .working-single-box.bg-red {
  background: #d20022;
}
.working-box-wrapper .working-single-box.bg-red:before {
  border-color: #d20022 #d20022 #d20022 transparent;
}
.working-box-wrapper .working-single-box.bg-red:after {
  border-color: transparent #d20022 transparent #d20022;
}
.working-box-wrapper .working-single-box.bg-red-light {
  background: #ee3131;
}
.working-box-wrapper .working-single-box.bg-red-light:before {
  border-color: #ee3131 #ee3131 transparent;
}
.working-box-wrapper .working-single-box.bg-red-light:after {
  border-color: transparent #ee3131 transparent #ee3131;
  right: -51px;
  border-width: 125px 0 125px 51px;
}
.working-box-wrapper .working-content-wrapper {
  padding-left: 105px;
  padding-top: 25px;
  vertical-align: middle;
  display: table-cell;
  height: 250px;
  padding-right: 20px;
}
.working-box-wrapper .working-content-wrapper .workig-icon {
  font-size: 80px;
  color: #fff;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.working-box-wrapper .working-content-wrapper .workig-icon:after {
  counter-increment: working-number;
  content: counter(working-number);
  position: absolute;
  right: 40px;
  top: 25px;
  font-size: 80px;
  font-family: dosis;
  font-weight: 600;
  color: #444444;
}
.working-box-wrapper .working-content-wrapper .working-content p {
  color: #fff;
}
.working-box-wrapper .working-content-wrapper .working-content h3 {
  color: #fff;
  margin-bottom: 22px;
  font-size: 24px;
}
.working-box-wrapper .working-content-wrapper .working-content h3 span {
  font-weight: 400;
}
.working-box-wrapper [class*=col] {
  padding: 0;
  margin-left: -17px;
}
.working-box-wrapper [class*=col]:first-child {
  padding-left: 15px;
}
.working-box-wrapper [class*=col]:last-child {
  padding-right: 0px;
}
.working-box-wrapper [class*=col]:last-child .workig-icon:after {
  color: #f04646;
}
.working-box-wrapper [class*=col]:nth-child(2) .workig-icon:after {
  color: #d71a39;
}

/* Service */
.ts-service-bg {
  padding: 80px 0 180px;
  background: url("../images/service/service_bg1.jpg");
  background-size: cover;
  background-position: bottom right;
  background-attachment: fixed;
}

.ts-service-bg.bg-overlay:after {
  background: rgba(6, 22, 58, 0.7);
}

.ts-service {
  margin-top: -270px;
}

.ts-service.ts-service-2 {
  padding-bottom: 70px;
}
.ts-service.ts-service-2 .ts-service-wrapper {
  margin-bottom: 30px;
}

.service-content {
  position: relative;
  background: #f7f7f7;
  padding: 0 30px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-content h3,
.service-content h3 > a {
  padding-top: 25px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #101010;
  font-family: Ubuntu
  font-weight: 500;
  font-size: 24px;
}
.service-content .service-icon {
  position: absolute;
  right: 30px;
  top: -30px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: #ee3131;
  border-radius: 3px;
  font-size: 28px;
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.service-content .service-img img {
  width: 100%;
}

.readmore {
  font-size: 14px;
  color: #666666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.readmore i {
  width: 18px;
  height: 18px;
  text-align: center;
  border: 1px solid #696969;
  border-radius: 50%;
  line-height: 16px;
  margin-left: 6px;
  font-size: 12px;
}

.ts-service-wrapper {
  background: #f7f7f7;
}
.ts-service-wrapper .service-img img {
  width: 100%;
}
.ts-service-wrapper:hover .service-content {
  background: #fff;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
}
.ts-service-wrapper:hover .service-content h3,
.ts-service-wrapper:hover .service-content h3 > a {
  color: #ee3131;
}
.ts-service-wrapper:hover .readmore {
  color: #ee3131;
}
.ts-service-wrapper:hover .readmore i {
  border-color: #ee3131;
}

.service-carousel .owl-stage-outer {
  padding-bottom: 25px;
}
.service-carousel .owl-nav {
  position: absolute;
  top: -100px;
  right: 15px;
}

/* Contact us */
.ts-main-form > section {
  padding-left: 30px;
  padding-right: 30px;
}
.ts-main-form > section .form-row > .col,
.ts-main-form > section .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 20px;
}
.ts-main-form .add_service_link {
  font-weight: 700;
  margin-left: 16px;
  color: #666666;
  float: left;
  margin-top: 16px;
}

.contactMe > section:after {
  content: "";
  display: block;
  clear: both;
}
.contactMe .btn {
  float: right;
  margin-top: 0px;
}
.contactMe input {
  font-family: "Roboto", sans-serif;
  color: #999999;
  font-size: 16px;
  padding: 0 20px;
}
.contactMe input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}
.contactMe input::-moz-placeholder {
  color: #999999;
  font-size: 16px;
}
.contactMe input:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
}
.contactMe input::-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
}
.contactMe input::placeholder {
  color: #999999;
  font-size: 16px;
}
.contactMe .select2-container--default .select2-selection--single {
  padding: 0 12px;
}
.contactMe .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999999;
  font-size: 16px;
}
.contactMe .select2-container .select2-selection .select2-selection__rendered {
  color: #999999;
  font-size: 16px;
}

/* Testimonial Carousel */
.testimonial-carousel {
  margin-left: auto;
  max-width: 340px;
}

.ts-appointment .testimonial-carousel {
  margin-left: 0;
  margin-right: 0;
}

.testimonial-body {
  background: #f7f7f7;
  padding: 38px 40px 12px;
  position: relative;
}
.testimonial-body .testimonial-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}
.testimonial-body .quote-icon {
  font-size: 36px;
  display: block;
  text-align: right;
  margin-top: -30px;
  color: #d20022;
}
.testimonial-body:after {
  content: "";
  position: absolute;
  left: 65px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #f7f7f7 transparent transparent transparent;
  border-width: 20px 18px 0px 0px;
}

.testimonial-container .testimonial-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
  margin-top: 40px;
}
.testimonial-container .testimonial-footer .client-info {
  margin-left: 22px;
}
.testimonial-container .testimonial-footer .client-info .client-name {
  font-weight: 600;
  margin-bottom: 5px;
}
.testimonial-container .testimonial-footer img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
}

/* Newsletter */
.ts-newsletter {
  padding-bottom: 0;
  overflow: hidden;
}
.ts-newsletter [class*=col] {
  padding: 0;
}
.ts-newsletter .box-skew-sm-right:after {
  z-index: -1;
}

.newsletter-form.contactMe {
  border: none;
  padding-right: 105px;
  background: none;
  margin-bottom: 11px;
}
.newsletter-form.contactMe .form-row {
  margin-bottom: 0;
}
.newsletter-form.contactMe .field {
  background: none;
  margin-bottom: 0;
  padding-right: 53px;
}
.newsletter-form.contactMe input {
  color: #fff;
}
.newsletter-form.contactMe input::-webkit-input-placeholder {
  color: #fff;
}
.newsletter-form.contactMe input::-moz-placeholder {
  color: #fff;
}
.newsletter-form.contactMe input:-ms-input-placeholder {
  color: #fff;
}
.newsletter-form.contactMe input::-ms-input-placeholder {
  color: #fff;
}
.newsletter-form.contactMe input::placeholder {
  color: #fff;
}
.newsletter-form.contactMe .newsletter-box {
  position: relative;
}
.newsletter-form.contactMe .newsletter-box .btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 0 30px;
}
.newsletter-form.contactMe .newsletter-box .btn i {
  font-size: 20px;
  color: #fff;
}
.newsletter-form.contactMe .newsletter-box .btn.btn-bordered:after {
  background-image: none;
}
.newsletter-form > section {
  background: none;
  padding: 0;
}

/* Latest news */
@media (min-width: 1400px) {
  .ts-facts-newsletter .newsletter-form.contactMe .newsletter-box {
    max-width: 470px;
  }
}
.ts-latest-post:hover .post-body {
  background: #fff;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
}
.ts-latest-post:hover .post-body .post-title a {
  color: #d20022;
}
.ts-latest-post:hover .post-body .readmore {
  color: #ee3131;
}
.ts-latest-post:hover .post-body .readmore i {
  border-color: #ee3131;
}
.ts-latest-post:hover .post-body .post-date:before {
  border-color: #ee3131 #fff;
}
.ts-latest-post .post-media.post-image img {
  min-height: 230px;
}
.ts-latest-post .post-body {
  position: relative;
  padding: 0 30px 27px;
  background: #f7f7f7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ts-latest-post .post-body .post-title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
}
.ts-latest-post .post-body .post-title a {
  color: #101010;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ts-latest-post .post-body .readmore {
  display: block;
  text-align: right;
}
.ts-latest-post .post-body .post-text p {
  margin-bottom: 10px;
}
.ts-latest-post .post-body .post-date {
  position: absolute;
  right: 30px;
  width: 45px;
  height: 75px;
  background: #ee3131;
  text-align: center;
  color: #fff;
  padding-top: 2px;
  top: -38px;
}
.ts-latest-post .post-body .post-date .day {
  border-bottom: 1px solid #f15a5a;
  padding-bottom: 3px;
  font-size: 20px;
}
.ts-latest-post .post-body .post-date .month {
  font-size: 12px;
  display: block;
}
.ts-latest-post .post-body .post-date:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-color: #ee3131 #f7f7f7;
  border-width: 28px 0px 0px 45px;
  border-style: solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ts-latest-post .post-body .post-meta {
  margin-bottom: 15px;
  padding-top: 20px;
}
.ts-latest-post .post-body .post-meta img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.ts-latest-post .post-body .post-meta .post-author {
  font-size: 14px;
  margin-left: 5px;
}
.ts-latest-post .post-body .post-meta .post-author a {
  color: #666666;
}

.news-carousel {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.news-carousel.owl-carousel .owl-item img {
  display: inline-block;
}
.news-carousel.owl-carousel .owl-stage-outer {
  padding-bottom: 20px;
}
.news-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: -110px;
  right: 15px;
}
.news-carousel.owl-carousel.owl-loaded .owl-nav button:hover {
  background: #101010;
  color: #fff;
}

/* Partners */
.ts-pertner {
  padding: 55px 0 105px;
}

.partner-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
}
.partner-carousel.owl-carousel .owl-nav button {
  position: absolute;
  left: -10px;
}
.partner-carousel.owl-carousel .owl-nav button.owl-next {
  right: -10px;
  left: auto;
}

.partner-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}

/* Footer */
.footer {
  background: #1c1c1c;
  position: relative;
  margin-top: 0px;
}

.footers {
  background: #585858;
  position: relative;
      margin-top: 0px;
}

.footer-top {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.footer-top .row {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.footer-top [class*=col] {
  background: #2f2f2f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 22px 0;
  position: relative;
}
.footer-top [class*=col] i,
.footer-top [class*=col] h3,
.footer-top [class*=col] p {
  color: #fff;
}
.footer-top [class*=col] p {
  margin-bottom: 0;
}
.footer-top [class*=col]:nth-child(1):after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  border-style: solid;
  border-color: transparent transparent transparent #2f2f2f;
  border-width: 50px 0px 50px 50px;
  z-index: 1;
}
.footer-top [class*=col]:nth-child(2) {
  background: #d20022;
}
.footer-top [class*=col]:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  border-style: solid;
  border-color: transparent transparent transparent #d20022;
  border-width: 50px 0px 50px 50px;
  z-index: 1;
}
.footer-top [class*=col]:nth-child(3) {
  background: #ee3131;
}
.footer-top .footer-box i {
  font-size: 36px;
  position: relative;
  top: 3px;
}
.footer-top .footer-box-content {
  padding-left: 25px;
}
.footer-top .footer-box-content h3 {
  font-weight: 600;
  line-height: inherit !important;
  font-size: 20px !important;
}

.footer-main {
  position: relative;
  margin: 0 0 13px;
  padding-top: 15px;
}
.footer-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pattern/footer_img.png);
  background-size: cover;
  background-position: bottom left;
}
.footer-main .footer-about {
  color: #fff;
  font-size: 14px;
}
.footer-main .footer-about p {
  margin-bottom: 18px;
}
.footer-main .footer-logo {
  margin-bottom: 25px;
}
.footer-main .footer-logo p {
  margin-bottom: 10px;
}
.footer-main .footer-social ul li {
  display: inline-block;
  margin-right: 5px;
}
.footer-main .footer-social ul li a {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #3e4a65;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #838b9d;
}
.footer-main .footer-social ul li a:hover {
  background: #d20022;
  color: #fff;
  border-color: #d20022;
}

.footer-widget .widget-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
}
.footer-widget .widget-title span {
  font-weight: 400;
}
.footer-widget .unstyled li {
  margin-bottom: 12px;
}
.footer-widget .unstyled li.news-text > span {
  font-size: 14px;
  display: block;
  color: #999;
}
.footer-widget .unstyled li a {
  font-size: 15px;
  color: #ffffff;
  font-family: 'Ubuntu';
}
.footer-widget.widget-service {
  padding-left: 80px;
}

.unstyled.service-time li {
  border-bottom: 1px dashed #2a3856;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
}
.unstyled.service-time li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.copyright {
  position: relative;
  background: #000000;
  padding: 23px 0;
}
.copyright .copyright-info {
  color: #fff;
}
.copyright .back-btn {
  width: 35px;
  height: 35px;
  background: #d20022;
  text-align: center;
  line-height: 35px;
  position: fixed;
  right: 22px;
  bottom: 17px;
  color: #fff;
  z-index: 2;
}

.footer-menu .nav {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer-menu .nav li {
  margin-left: 40px;
}
.footer-menu .nav li a {
  color: #fff;
}

/* Subpages
==================================== */
/* About us
==================================== */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
  background: none;
}

.ts-tab.nav-tabs {
  border: none;
}
.ts-tab.nav-tabs .nav-link {
  color: #101010;
  border: none;
  background: #f7f7f7;
  text-align: center;
  padding: 15px 0 5px;
  margin-bottom: 10px;
  width: 140px;
  height: 100px;
  position: relative;
  z-index: 1;
  padding-left: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ts-tab.nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 50px 0 50px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ts-tab.nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: -76px;
  border-style: solid;
  border-color: transparent transparent transparent #f7f7f7;
  border-width: 50px 46px 50px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ts-tab.nav-tabs .nav-link i {
  font-size: 36px;
  display: block;
  margin-bottom: 5px;
}
.ts-tab.nav-tabs .nav-link.active {
  color: #fff;
  background: #ee3131;
}
.ts-tab.nav-tabs .nav-link.active:after {
  border-color: transparent transparent transparent #ee3131;
}

/* Team 
===============================================*/
.progress-bar {
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  width: 0;
}

.ts-team-info {
  position: relative;
}
.ts-team-info .team-img {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .ts-team-info .team-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ts-team-info .team-img img {
    width: 100%;
  }
}
.ts-team-info .team-img .team-social {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.ts-team-info .team-img .team-social li {
  display: inline-block;
  margin-right: 25px;
}
.ts-team-info .team-img .team-social li a {
  font-size: 18px;
  display: block;
  color: #fff;
}
.ts-team-info .team-img .team-social li:last-child {
  margin-right: 0;
}
.ts-team-info .team-img:after {
  position: absolute;
  content: "";
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 105%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 57, 103, 0)), color-stop(54%, rgba(0, 0, 0, 0.54)), to(#2f3967));
  background: linear-gradient(to bottom, rgba(47, 57, 103, 0) 0%, rgba(0, 0, 0, 0.54) 54%, #2f3967 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f3967', endColorstr='#2f3967', GradientType=0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ts-team-info .team-content {
  position: relative;
  padding: 5px 30px 15px;
  background: #f7f7f7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: none;
  border: 1px solid #eeeeee;
  border-top: none;
}
.ts-team-info .team-content .team-details {
  position: relative;
}
.ts-team-info .team-content .team-details .team-rating {
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 41px;
  color: #d20022;
}
.ts-team-info .team-content .team-details .team-rating span {
  position: absolute;
  font-size: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 4px);
  z-index: 1;
  color: #fff;
}
.ts-team-info .team-content .team-details p {
  color: #666;
  font-size: 14px;
  margin-top: 6px;
  font-family: "Roboto", sans-serif;
}
.ts-team-info .team-content .team-text p {
  margin-bottom: 0;
}
.ts-team-info .team-content .team-text p span {
  float: right;
}
.ts-team-info .team-content .team-name {
  font-size: 24px;
  font-weight: 500;
  padding-top: 20px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ts-team-info .team-content .team-name span {
  font-size: 14px;
  color: #666666;
  display: block;
  margin: 8px 0px;
  margin-left: 15px;
  padding-left: 3px;
  position: relative;
}
.ts-team-info .team-content .team-name span:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background: #d20022;
  left: -15px;
  top: calc(50% - 1px);
}
.ts-team-info .team-content p {
  font-size: 16px;
  font-weight: normal;
}
.ts-team-info:hover .team-img:after {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.ts-team-info:hover .team-content {
  background: #fff;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
  border-color: transparent;
}
.ts-team-info:hover .team-content .team-name {
  color: #d20022;
}
@media (max-width: 991px) {
  .ts-team-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .ts-team-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .ts-team-info > img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ts-team-info > img {
    width: 100%;
  }
}

.ts-team {
  padding-bottom: 80px;
}

/* Team Classic */
.ts-team-classic {
  padding: 80px 0;
}
.ts-team-classic .ts-team-info .team-content {
  padding: 20px 20px 0;
  position: relative;
  border: none;
}
.ts-team-classic .ts-team-info .team-content .team-name {
  padding-top: 4px;
}
.ts-team-classic .ts-team-info .team-content p {
  margin-bottom: 0;
}
.ts-team-classic .ts-team-info:hover .team-content {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ts-team-classic .ts-team-info .team-img .team-social {
  top: auto;
  bottom: -22px;
}
.ts-team-classic .ts-team-info:hover .team-social {
  bottom: 22px;
  opacity: 1;
  visibility: visible;
}

/* Team  Standard */
.ts-team-standard {
  padding: 80px 0px;
}
.ts-team-standard .ts-team-info .team-content {
  position: absolute;
  bottom: 30px;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ts-team-standard .ts-team-info .team-content span {
  display: block;
  font-size: 14px;
  color: #666666;
  position: relative;
}
.ts-team-standard .ts-team-info .team-content span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 10px;
  height: 3px;
  background: #d20022;
}
.ts-team-standard .ts-team-info .team-content:hover {
  background: transparent;
}
.ts-team-standard .ts-team-info .team-content .team-name {
  background: #d20022;
  padding: 5px 0 10px;
  display: inline-block;
  position: relative;
  color: #fff;
  margin: 0;
  font-size: 20px;
  width: 150px;
  text-align: center;
}
.ts-team-standard .ts-team-info .team-content .team-name:before {
  position: absolute;
  right: -20px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 20px 0 0;
  border-color: #d20022 transparent transparent transparent;
  content: '';
}
.ts-team-standard .ts-team-info:hover .team-content {
  background: none;
}
.ts-team-standard .ts-team-info:hover .team-social {
  bottom: auto;
  opacity: 1;
  visibility: visible;
}

/* team Carousel */
.team-carousel .owl-nav {
  position: absolute;
  top: -104px;
  right: 0;
}

/*  Skill Area */
.ts-skill-area {
  padding: 100px 0px;
}
.ts-skill-area .progress-wrapper {
  padding-right: 60px;
}
.ts-skill-area .progress-wrapper .intro-desc {
  margin-bottom: 33px;
}
.ts-skill-area .progress-wrapper .ts-progress-bar {
  margin-bottom: 20px;
}
.ts-skill-area .progress-wrapper .ts-progress-bar h3 {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin: 0 0 10px 0;
}
.ts-skill-area .progress-wrapper .ts-progress-bar .progress {
  height: 5px;
  position: relative;
  overflow: visible;
}
.ts-skill-area .progress-wrapper .ts-progress-bar .progress .progress-value {
  display: block;
  font-size: 16px;
  color: #000;
  position: absolute;
  top: -25px;
  right: 0;
}
.ts-skill-area .progress-wrapper .btn {
  margin-top: 17px;
}
.ts-skill-area .video-popup {
  position: relative;
}
.ts-skill-area .video-popup .video-popup-btn {
  position: absolute;
  top: calc(50% - 37px);
  left: calc(50% - 37px);
}
.ts-skill-area .video-popup .video-popup-btn a {
  width: 75px;
  height: 75px;
  text-align: center;
  background: #2f3967;
  display: block;
  line-height: 75px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .ts-skill-area .video-popup img {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .ts-skill-area .video-popup img {
    width: 100%;
    margin-top: 40px;
  }
}

/* Gallery 
==============================================*/
.ts-gallery {
  padding-bottom: 30px;
}
.ts-gallery .img-gallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.ts-gallery .img-gallery img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 991px) {
  .ts-gallery .img-gallery img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ts-gallery .img-gallery img {
    width: 100%;
  }
}
.ts-gallery .img-gallery a {
  display: block;
}
.ts-gallery .img-gallery a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ts-gallery .img-gallery .gallery-popup .gallery-content {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.ts-gallery .img-gallery .gallery-popup .gallery-content h3 {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 2px;
}
.ts-gallery .img-gallery .gallery-popup .gallery-content p {
  font-style: italic;
  color: #999;
  margin-bottom: 0;
}
.ts-gallery .img-gallery:hover a:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ts-gallery .img-gallery:hover .gallery-popup .gallery-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) translateY(-25px);
  transform: scale(1) translateY(-25px);
}
.ts-gallery .img-gallery:hover img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
@media (max-width: 991px) {
  .ts-gallery .img-gallery {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .ts-gallery .img-gallery {
    margin-bottom: 40px;
  }
}

/* Pricing 
==============================================*/
.ts-pricing-intro .box-skew-left:after {
  background: none;
}

/* Service 
==============================================*/
.ts-service-wrapper .service-content {
  background: none;
  border-top: none;
}
.ts-service-wrapper:hover .service-content {
  border-color: transparent;
}

.contactMe .btn {
  margin-right: 10px;
}

/* News Details
=================================== */
.post-content.post-single {
  margin-bottom: 40px;
  position: relative;
}
.post-content.post-single .post-date {
  content: "";
  position: absolute;
  top: 40px;
  right: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='58px' height='96px'%3E%3Cpath fill-rule='evenodd' fill='rgb(210, 0, 34)' d='M58.000,-0.000 L58.000,96.000 L-0.000,70.400 L-0.000,-0.000 L58.000,-0.000 Z'/%3E%3C/svg%3E");
  height: 96px;
  width: 60px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 15px;
}
.post-content.post-single .post-date span {
  color: #fff;
  display: inline-block;
}
.post-content.post-single .post-date span.day {
  font-size: 32px;
  border-bottom: 1px solid #db334e;
  padding-bottom: 9px;
  margin-bottom: 2px;
}
.post-content.post-single .post-date span.month {
  display: block;
}
.post-content.post-single .post-body {
  border: 1px solid #eeeeee;
  padding: 17px 40px 30px;
}
.post-content.post-single .post-body .entry-title {
  font-size: 30px;
  margin-bottom: 25px;
}
.post-content.post-single .post-body .entry-title a {
  color: #010101;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.post-content.post-single .post-body .post-meta {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.post-content.post-single .post-body .post-meta .post-author a {
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 10px;
}
.post-content.post-single .post-body .post-meta .post-author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.post-content.post-single .post-body .post-meta span {
  margin-right: 25px;
}
.post-content.post-single .post-body .post-meta .post-comment {
  color: #666666;
  font-size: 14px;
}
.post-content.post-single .post-body .post-meta .post-comment a {
  margin-left: 5px;
}
.post-content.post-single .post-body .post-meta a {
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 10px;
}
.post-content.post-single .post-body .entry-content blockquote {
  margin-top: 37px;
  margin-bottom: 35px;
}
.post-content.post-single .post-body .entry-content blockquote i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  font-size: 36px;
  color: #d20022;
  margin-bottom: 22px;
}
.post-content.post-single .post-body .entry-content blockquote p cite {
  color: #d20022;
}
.post-content.post-single .post-body .entry-content > h3 {
  color: #101010;
  font-size: 24px;
  margin-bottom: 25px;
}
.post-content.post-single .post-body .entry-content .list-round-solid {
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.post-content.post-single .post-body .post-footer {
  margin-top: 26px;
}
.post-content.post-single .post-body .post-footer .post-tags strong {
  color: #101010;
  margin-right: 15px;
}
.post-content.post-single .post-body .post-footer .post-tags a {
  border: 1px solid #eee;
  padding: 5px 20px;
  margin-right: 10px;
  color: #666666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-content.post-single .post-body .post-footer .post-tags a:hover {
  background: #e7272d;
  color: #fff;
}
.post-content.post-single .post-body .post-footer .post-tags a:last-child {
  margin-right: 0;
}

.post-social-icons li {
  display: inline-block;
  margin-left: 12px;
}
.post-social-icons li a {
  color: #252a37;
  font-size: 14px;
}

.author-box {
  padding: 40px 40px 20px;
}
.author-box .author-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.author-box .author-info {
  margin-left: 90px;
}
.author-box .author-info > h3 {
  margin-bottom: 4px;
}
.author-box .author-url {
  margin-bottom: 12px;
}
.author-box .author-url a {
  color: #666666;
  font-size: 14px;
}

.post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.post-navigation.borderd {
  border: 1px solid #f1f1f1;
}
.post-navigation .post-previous a span i {
  padding-right: 10px;
}
.post-navigation .post-next a span i {
  padding-left: 5px;
}
.post-navigation div {
  padding: 30px 40px;
}
.post-navigation div a h3 {
  line-height: 30px;
}
.post-navigation div a span {
  color: #666;
  font-size: 14px;
}
.post-navigation div:hover a span i {
  color: #d20022;
}
.post-navigation .post-next {
  text-align: right;
}
.post-navigation:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70px;
  background: #f1f1f1;
  top: calc(50% - 35px);
  left: calc(50% - 1px);
}

.comments-area .comments-heading {
  font-size: 24px;
  margin-bottom: 32px;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 45px;
}
.comments-list .comment {
  margin-bottom: 40px;
}
.comments-list .comment .comment-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.comments-list .comment .comment-body {
  margin-left: 90px;
}
.comments-list .comment .comment-body .comment-author {
  font-size: 20px;
  color: #101010;
}
.comments-list .comment .comment-body .comment-date {
  display: block;
  font-size: 14px;
  margin-top: -2px;
  margin-bottom: 10px;
}
.comments-list .comment .comment-body .meta-data span a {
  color: #666666;
  font-size: 14px;
}
.comments-list .comment .comment-body .meta-data span a i {
  font-size: 16px;
  color: #252a37;
  margin-right: 5px;
}
.comments-list .comments-reply {
  list-style: none;
  margin: 0;
}
.comments-list .comments-reply .comment {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.comments-list .comments-reply .comment .comment-body {
  background: #f7f9fd;
  padding: 25px 30px 10px;
}

.comments-form .form-control:focus {
  color: #666;
}
.comments-form .title-normal {
  margin-bottom: 35px;
  font-size: 24px;
}
.comments-form form input {
  padding: 12px 18px;
  border-radius: 00;
  border-color: #eeeeee;
}
.comments-form form textarea {
  border-radius: 0;
  border-color: #eeeeee;
  resize: none;
}

/* Sidebar */
/* Widget */
.sidebar.sidebar-right {
  margin-left: 10px;
}
.sidebar.sidebar-right.mt-minus-105 {
  margin-top: -105px;
}
.sidebar.sidebar-left {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .sidebar {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .sidebar {
    margin-top: 40px;
  }
}
.sidebar .widget {
  padding: 35px 40px;
  border: 1px solid #eeeeee;
  margin-bottom: 40px;
}
.sidebar .widget .widget-title span {
  font-weight: 400;
}
.sidebar .widget.widget-social {
  padding-right: 0;
  background: #f1f1f1;
}
.sidebar .widget .service-time li {
  border-bottom: none;
  font-size: 16px;
  color: #666666;
}
.sidebar .widget.widget-download {
  padding: 27px 35px;
  background: #2f3967;
}
.sidebar .widget.widget-search {
  padding: 0;
  border: none;
  position: relative;
}
.sidebar .widget.widget-search input {
  padding: 15px 25px;
  border-radius: 0;
  font-style: italic;
  border-color: #eee;
  color: #101010;
}
.sidebar .widget.widget-search input::-webkit-input-placeholder {
  color: #101010;
}
.sidebar .widget.widget-search input::-moz-placeholder {
  color: #101010;
}
.sidebar .widget.widget-search input:-ms-input-placeholder {
  color: #101010;
}
.sidebar .widget.widget-search input::-ms-input-placeholder {
  color: #101010;
}
.sidebar .widget.widget-search input::placeholder {
  color: #101010;
}
.sidebar .widget.widget-search .input-group-btn i {
  font-size: 18px;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #e7272d;
  text-align: center;
  position: absolute;
  right: 0;
  z-index: 2;
}
.sidebar .widget .widget-title {
  margin-bottom: 35px;
}
.sidebar .widget .media {
  margin-bottom: 40px;
}
.sidebar .widget .media img {
  width: 80px;
  height: 70px;
}
.sidebar .widget .media:last-child {
  margin-bottom: 0;
}
.sidebar .widget .media-body {
  margin-left: 20px;
}
.sidebar .widget .media-body .post-date a {
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}
.sidebar .widget .media-body .entry-title a {
  color: #101010;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .widget .media-body .entry-title a:hover {
  color: #d20022;
}
.sidebar .widget .widget-nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .widget .widget-nav-tabs li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 17px;
}
.sidebar .widget .widget-nav-tabs li a {
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .widget .widget-nav-tabs li:last-child {
  margin-bottom: 0;
}
.sidebar .widget .widget-nav-tabs li:hover a,
.sidebar .widget .widget-nav-tabs li:hover span {
  color: #d20022;
}
.sidebar .widget.widget-tags ul li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
}
.sidebar .widget.widget-tags ul li a {
  display: block;
  padding: 5px 20px;
  border: 1px solid #eee;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .widget.widget-tags ul li a:hover {
  background: #e7272d;
  color: #fff;
}
.sidebar .widget.widget-tags ul li:last-child {
  margin-bottom: 0;
}

/* News left and Right
=================================== */
.post {
  margin-bottom: 40px;
  position: relative;
}
.post .post-date {
  content: "";
  position: absolute;
  top: 40px;
  right: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='58px' height='96px'%3E%3Cpath fill-rule='evenodd' fill='rgb(210, 0, 34)' d='M58.000,-0.000 L58.000,96.000 L-0.000,70.400 L-0.000,-0.000 L58.000,-0.000 Z'/%3E%3C/svg%3E");
  height: 96px;
  width: 60px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 15px;
}
.post .post-date span {
  color: #fff;
  display: inline-block;
}
.post .post-date span.day {
  font-size: 32px;
  border-bottom: 1px solid #db334e;
  padding-bottom: 9px;
  margin-bottom: 2px;
}
.post .post-date span.month {
  display: block;
}
.post .post-body {
  border: 1px solid #eeeeee;
  padding: 17px 40px 30px;
}
.post .post-body .entry-title {
  font-size: 30px;
  margin-bottom: 25px;
}
.post .post-body .entry-title a {
  color: #010101;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.post .post-body .entry-title a:hover {
  color: #d20022;
}
.post .post-body .post-meta .post-footer {
  display: block;
  float: right;
  margin-top: 5px;
  margin-right: 0;
}
.post .post-body .post-meta .post-footer a {
  margin-right: 0;
  color: #d20022;
}
.post .post-body .post-meta .post-footer a i {
  border-radius: 0;
  border: none;
  font-size: 16px;
  margin-left: 0px;
}
.post .post-quote-wrapper {
  border: 1px solid #eee;
}
.post .post-quote-content {
  padding: 35px 40px 10px;
}
.post .post-quote-content .entry-header i {
  display: inline-block;
  font-size: 46px;
  color: #d20022;
  margin-bottom: 22px;
}
.post .post-quote-content .entry-header .entry-title {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 29px;
  font-style: italic;
}
.post .post-quote-content .entry-header .entry-title a {
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.post .post-quote-content .post-meta {
  padding-top: 10px;
  text-align: left;
}
.post .post-quote-content .post-meta .post-footer {
  display: block;
  float: right;
  margin-top: 5px;
  margin-right: 0;
}
.post .post-quote-content .post-meta .post-footer a {
  margin-right: 0;
  color: #d20022;
}
.post .post-quote-content .post-meta .post-footer a i {
  border-radius: 0;
  border: none;
  font-size: 16px;
  margin-left: 0px;
}
.post .post-meta {
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  margin-top: 30px;
}
.post .post-meta .post-author a {
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 10px;
}
.post .post-meta .post-author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.post .post-meta span {
  margin-right: 25px;
}
.post .post-meta .post-comment {
  color: #666666;
  font-size: 14px;
}
.post .post-meta .post-comment a {
  margin-left: 5px;
}
.post .post-meta a {
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 10px;
}

/* Contact us */
.mapouter .gmap_canvas {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.mapouter .gmap_canvas #gmap_canvas {
  width: 100%;
  border: none;
}

.contact-details {
  background: #2f3967;
  padding: 52px 40px 38px;
}
.contact-details h2.column-title {
  margin-bottom: 27px;
}
.contact-details .column-title {
  margin-bottom: 12px;
}
.contact-details .contact-info-item {
  margin-bottom: 23px;
}
.contact-details .contact-info-item:last-of-type {
  margin-bottom: 0;
}
.contact-details p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-top: 15px;
  color: #fff;
}
@media (max-width: 991px) {
  .contact-details {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .contact-details {
    margin-top: 40px;
  }
}

.contact-us .contactMe {
  border: none;
}
.contact-us .contactMe > section {
  padding: 0;
}
.contact-us .contactMe textarea {
  height: 150px;
}

/* Testimonial
=================================== */
/* Testimonial common */
.quote-ratings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.quote-ratings .service-name {
  font-family: "Roboto", sans-serif;
}

.testimonial-item-single {
  padding: 30px 30px 20px;
  border: 1px solid #eee;
}
.testimonial-item-single .quote-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.testimonial-item-single .quote-item img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}
.testimonial-item-single .quote-item-info .quote-author {
  margin-bottom: 4px;
}
.testimonial-item-single .quote-text {
  margin-bottom: 15px;
}
.testimonial-item-single.with-bg {
  background: #fff;
  border: none;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(48, 48, 48, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(48, 48, 48, 0.1);
}
.testimonial-item-single.with-bg .quote-item {
  position: relative;
}
.testimonial-item-single.with-bg .quote-item:before {
  content: "\e937";
  font-family: iconfont;
  position: absolute;
  right: 0;
  font-size: 46px;
  color: #d20022;
}
@media (max-width: 320px) {
  .testimonial-item-single.with-bg .quote-item:before {
    top: 40px;
  }
}

/* Testimonial Standard */
.ts-testimonial-standard.mt-minus95 {
  margin-top: -95px;
}

.testimonial-standard.owl-carousel .owl-stage-outer {
  padding: 0 0 5px 5px;
}
.testimonial-standard.owl-carousel .owl-nav {
  position: absolute;
  top: -100px;
  width: 100%;
  text-align: right;
}

/* Testimonial Classic */
.testimonial-item-wrapper .quote-item {
  position: relative;
}
.testimonial-item-wrapper .quote-item img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-block;
}
.testimonial-item-wrapper .quote-item i {
  position: absolute;
  right: 0;
  font-size: 63px;
  color: #d20022;
}
.testimonial-item-wrapper .quote-item-info {
  margin-top: 25px;
  margin-bottom: 28px;
}
.testimonial-item-wrapper .quote-item-info .quote-author {
  margin-bottom: 0;
}
.testimonial-item-wrapper .quote-item-info .quote-subtext {
  font-size: 14px;
}

/* Testimonial Slide */
.testimonial-slide {
  max-width: 440px;
}
.testimonial-slide .owl-stage-outer {
  padding-top: 75px;
}
.testimonial-slide .owl-nav {
  text-align: right;
  margin-top: -55px;
  position: relative;
  z-index: 1;
}

/* Service
============================= */
.ts-testimonial-bg {
  padding-bottom: 0;
  background: url(../images/service/service_bg2.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 275px;
}
.ts-testimonial-bg.bg-overlay:after {
  background: rgba(6, 22, 58, 0.7);
}

/* Service Details
============================== */
.service-menu li {
  background: #f8f8f8;
  margin-bottom: 10px;
}
.service-menu li a {
  display: block;
  padding: 17px 35px;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-menu li a:hover {
  background: #ee3131;
  color: #fff;
}

.ts-service-detials .sidebar .widget {
  padding: 35px 20px 35px 30px;
}
.ts-service-detials .sidebar .widget.widget-download {
  padding-bottom: 0;
}
.ts-service-detials .sidebar .widget.widget-download p {
  color: #fff;
  margin-top: 19px;
}

.ts-service-content .section-title {
  margin-bottom: 50px;
}
.ts-service-content .column-title {
  margin-bottom: 25px;
}
.ts-service-content .service-img {
  margin: 40px 0 35px;
  display: block;
}
.ts-service-content .service-list {
  margin-top: 30px;
}

/* Pricing table
===================================== */
.ts-pricing-intro .box-skew-left:before {
  background: url(../images/pricing-bg1.jpg);
  width: 128%;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .ts-pricing-intro .box-skew-left:before {
    background-position: 75% 90%;
    background-size: auto;
  }
}

.plan {
  padding: 35px 40px 40px;
  border-radius: 5px;
}
.plan .plan-name {
  font-weight: 600;
  margin-bottom: 20px;
}
.plan .plan-price strong {
  font-size: 45px;
  font-weight: 600;
}
.plan .plan-price sup {
  font-size: 20px;
  top: -20px;
}
.plan ul {
  margin-top: 35px;
}
.plan ul li {
  margin-bottom: 12px;
}
.plan ul li:last-child {
  margin-bottom: 45px;
}
.plan.plan-highlight {
  background: #2f3967;
  color: #fff;
}
.plan.plan-highlight .plan-name {
  color: #fff;
}
.plan.plan-highlight .plan-price sup,
.plan.plan-highlight .plan-price strong {
  color: #fff;
}
.plan .plan-tag {
  position: absolute;
  top: 16px;
  left: 38px;
  width: 65px;
  height: 32px;
  background: red;
  line-height: 32px;
  display: block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  padding-left: 10px;
}
.plan .plan-tag:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0px;
  border-style: solid;
  border-color: transparent transparent transparent #2f3967;
  border-width: 16px 0 16px 12px;
}

.ts-pricing-table-standard .plan {
  background: #fff;
}
.ts-pricing-table-standard .plan .plan-price {
  margin: 0 -40px;
  background: #f8f8f8;
  position: relative;
  height: 80px;
  padding-top: 18px;
}
.ts-pricing-table-standard .plan .plan-price span {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 4px;
}
.ts-pricing-table-standard .plan .plan-price:after {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  border-style: solid;
  border-color: #f8f8f8 transparent transparent;
  border-width: 40px 175px 0 175px;
}
.ts-pricing-table-standard .plan ul {
  margin-top: 85px;
}
.ts-pricing-table-standard .plan.plan-highlight .plan-name {
  color: #101010;
}
.ts-pricing-table-standard .plan.plan-highlight .plan-price {
  background: #ee3131;
  color: #fff;
}
.ts-pricing-table-standard .plan.plan-highlight .plan-price:after {
  border-color: #ee3131 transparent transparent;
}
.ts-pricing-table-standard .plan.plan-highlight .plan-price span {
  color: #fff;
}
.ts-pricing-table-standard .plan.plan-highlight ul li {
  color: #666;
}

/* Faq
======================================= */
.card {
  border-radius: 0;
  margin-bottom: 20px;
  border-color: #e5e5e5;
}
.card .card-header {
  background: none;
  border-bottom: none;
  padding: 28px 25px 30px;
}
.card .card-body {
  padding-top: 0;
  margin-top: -5px;
  padding-left: 45px;
}
.card .card-button a {
  font-family: Ubuntu
  font-weight: 700;
  color: #101010;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  position: relative;
  z-index: 1;
  padding-right: 20px;
}
.card .card-button a[aria-expanded="true"] {
  color: #d20022;
}
.card .card-button a[aria-expanded="true"]:before {
  content: "\e93d";
}
.card .card-button a[aria-expanded="false"]:after {
  content: "\e93e";
}
.card .card-button a:before, .card .card-button a:after {
  float: right;
  font-size: 12px;
  color: #101010;
  font-family: iconfont;
  position: absolute;
  top: 0;
  right: 0;
}

#preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 9999999999;
  background-color: #ee3131;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
#preloader .preloader-cancel-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 40px;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
#preloader.loaded {
  top: -150%;
}
#preloader.loaded .preloader-cancel-btn {
  bottom: 150%;
}

.prelaoder-btn.btn.btn-bordered {
  color: #fff;
}

.preloader-wrapper {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.loader {
  color: #fff;
  font-size: 80px;
}

ul.list-round-solid1 li {
    color: white;
    padding: 6px;
    list-style: none;
    margin-left: -45px;
}
img.img-fluid.home {
    width: 100%;
    height: 350px;
    border: 5px solid #ee3131;
}
h3.quote-author {
    font-size: 30px;
}
span.quote-subtext {
    font-size: 20px;
}
ul.list-round-solid2 {
    /* list-style: none; */
    padding: 6px;
    font-size: 16px;
    color: #343a40;
    /* margin-top: 19px; */
}
ul.list-round-solid2 li {
    
    font-size: 16px;
    color: #343a40;
    margin-top: 8px;
    margin-bottom: 10px;
    /* margin-top: 19px; */
}
ul.unstyled.service-time i {
    margin-left: -10px;
    padding: 5px;
    font-size: 30px;
}
.footer-main .footer-about p {
    margin-bottom: 18px;
    text-align: justify;
}
div#home p {
    text-align: justify;
    color: #323232;
}
img.img-fluid.home1 {
    width: 100%;
    height: 450px;
    border: 5px solid #ee3131;
}
img.img-fluid.home3 {
    height: 450px;
    width: 100%;
    border: 5px solid #ee3131;
}
.col-md-12 p {
    text-align: justify;
    color: #323232;
    /* font-family: unbunto; */
    font-family: Ubuntu;
    font-weight: 400;
}
h1.auto_part {
    margin-top: 15px;
    font-size: 40px;
}
h1.auto_part_footer {
    color: white;
    margin-top: -10px;
}
.auto_part_footer {
    font-size: 26px;
    color: #ffc107;
}
.callus-btm1 {
    font-size: 20px;
    margin: 0px 0px 3px;
    padding: 15px 5px 5px 5px;
    font-weight: bold;
    background-color: #ffc107;
    color: #000;
    text-align: center;
    width: 100%;
    display: inline-block;
    z-index: 999;
    height: 50px;
}
.callus-btm1 a {
    color: #000;
}
.text-center1 {
    text-align:center;
}
.eng-trans h3 {
    font-size: 26px;
    color: #fff;
    margin: 0px;
}
.eng-trans h4 {
    color: #fff;
    margin: 0px;
}
.eng-trans-content {
        background-color: #212121;
        color: #fff;
        background-image: url(../images/american-flag.webp);
        background-color: #fff;
        background-image: cover !important;
        background-size: cover;
        background-color: #212121;
}
.eng-trans-content .modal-header {
    border: none;
    padding: 5px 15px;
}
.eng-trans-content .modal-header .close {
    color: #fff;
    background: #000;
    top: 14px;
    position: absolute;
    right: 14px;
    opacity: inherit;
}
.eng-trans .form-control {
    background: #fff;
    color: #333;
    border-radius: 0px;
    border-radius: 100px;
    height: 43px;
    font-family: 'Ubuntu';
}
@media (min-width: 361px) {
  .col-xs-6 {
    width: 50%;
  }
}
.column-title-sm1 {
    font-size: 36px;
    line-height: 40px;
}

#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #bdbdbd;
  padding: 8px;
  margin: 10px;
  display: inline-block;
  width: 23%;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {/* background-color: #ddd; */}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}

.fa {
 padding: 5px;
 font-size: 20px;
 width: 35px;
 text-align: center;
 text-decoration: none;
 border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}



.element {
  height: 100%;
  width: 50%;
  margin: 0 auto;
  background-color: red;
  animation-name: stretch;
  animation-duration: 1.5s; 
  animation-timing-function: ease-out; 
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes stretch {
  0% {
    transform: scale(.3);
    background-color: red;
    border-radius: 100%;
  }
  50% {
    background-color: orange;
  }
  100% {
    transform: scale(1.5);
    background-color: red;
  }
}




.s-soft{
 position: fixed;
 top: 190px;
 left: 10;
 z-index: 1000;
 transition:all linear 0.2s;
 /* right: 0; */
}
.s-soft a:first-child{ border-radius: 0 5px 0 0;
}
.s-soft a:last-child{ 
  border-radius: 0 0 5px 0;
}
.s-item {
  display:block;
  width: 43px;
  height: 43px;
  color: white;
  font-size: 25px;
  line-height: 41px;
  text-align:center;
  transition:all linear 0.2s;
  }
.s-item:hover { 
  width:110px;
  border-radius:0px 20px 20px 0px;  
}
#so-open { 
  position: fixed;
  top: 100px ;
  left: -90px;
  border-radius:0 30px 30px 0;
transition:all linear 0.2s ;
}
.facebook {background-color:  #3b5999;}
.twitter {background-color: #3AAFD6;}
.print {background-color: #de3c7d;}
.pinterest{background-color: #BD081C;}
.linkedin{background-color: #0e76a8 ;}
.instagram{background-color: #2f5688;}
.so-collapse{left: -60px; }
.ts-logo img{width: 160px;}
.top_head {
    background: #2a2a2a;
    /* padding: 6px 0px; */
}
.left_mail li{
    list-style: none;
    display: inline-block;
}
.left_mail li a{
    color: #fff;
    font-family: Ubuntu
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left_mail ul{
    padding: 0px;
    margin: 0px;
    padding: 5px 0px;
}
.left_mail li span{}
.right_side_head  { float: right; display: flex; justify-content: center}
.right_side_head img {
    width: 64%;
}
.button_right_head a{background: #ccc;height: 100%;display: inline-block;padding: 8px 18px;color: #fff;margin-left: 39px;font-family: Ubuntutext-transform: uppercase;font-weight: 600;   -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;}
.ts-slider-area {background: url(../images/banner-home.webp);background-repeat: no-repeat;background-size: cover;background-position: center;background-color: #000;}
.button_right_head {overflow: hidden}
.banner_cont h1{
    color: #fff;
    text-transform: uppercase;
}
.banner_cont ul{ margin-top: 20px;}
.banner_cont li{
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 9px;
    letter-spacing: 1px;
    position: relative;
    padding: 7px 0px;;
}

.banner_cont li img{width: 30px; margin-right: 10px;}
.baner_form {
    background: #ffc107;
    padding: 18px;
}
.baner_form h3{
    margin: 0px;
    padding-bottom: 20px;
    color: #000;
    text-transform: uppercase;
    font-size: 30px;
}
.baner_form .btn.btn-skin {    background: #000;
    color: #fff;
    border: 0px;
    font-size: 20px;
    border-radius: 100px;
    cursor: pointer;}
.baner_form .form-control {
    height: 43px !important;
    border: 0px;
    border-radius: 3px;
    margin-bottom: 24px;
}


@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}


.call_to_action {
    background: linear-gradient(to right,#00448b 0%,#007eff 100%);
    padding: 30px 0;
}


.call_to_action {
    background: #262626;
    padding: 30px 0
}

.call_to_text img {
    float: left;
    padding-right: 20px
}

.call_to_text p {
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
    margin: 0
}

.call_to_text h4 {
    font-size: 30px;
    color: #fff;
    /* font-family: poppins; */
    font-weight: 600;
    margin: 0
}

.call_to_action .row {
    display: flex;
    justify-content: center;
    align-items: center
}

.call_us li {
    list-style: none;
    display: inline-block;
    text-align: center;
    position: relative
}

.call_us li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px
}

.call_us li img {
    position: absolute;
    left: -30px;
    width: 19px;
    top: 5px
}

.call_us li:first-child a span {
    display: block;
    font-size: 32px;
    font-weight: 700;
    padding-top: 10px;
}

.call_us ul {
    display: flex;
    justify-content: center;
    align-items: center
}

.call_us li:last-child a {
    background: #ffc107;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding: 14px 22px !important;
    border-radius: 5px;
    transition: 0.2s;
    text-decoration: none;
    margin-right: 3px;
    display: inline-block;
    margin-top: 12px;
}

.or {
    padding: 0 10px;
    color: #fff;
    font-weight: 600
}
.ts-slider-area {padding: 50px 0px;}
.bestseller {
    background: #e5e5e5;
    padding: 40px 0px;
}
.heading1 {text-align: center; margin-bottom:30px;}
.heading1 h2{text-align: center;position: relative;margin: 0px;/* text-transform: uppercase; */}
.heading1 h2:before{position: absolute;content: "";background: #e3ac06;width: 60px;height: 3px;bottom: -6px;margin: auto;left: 0;right: 0;}
.bestseller img{border-radius: 0px;}
#customers tr td a{color: #000;/* font-family: Ubuntu */font-weight: 500;display: flex;justify-content: space-between;}
#customers tr td{transition: 0.4s;}
#customers tr td:hover{background: red; color: #fff}
#customers tr td:hover a{  color: #fff}

.brator-service-area .brator-single-service-item {
    /* padding:20px; */
    padding-left: 76px;
}
.brator-service-area .brator-single-service-item .iocn {
    position: absolute;
    left: 31px;
    top: 7px;
    transition: all linear 0.4s;
}
.brator-single-service-item h4{
    font-size: 19px;
    margin: 0px;
}
.brator-single-service-item p{
    font-size: 14px;
}



.brator-service-area .col-lg-3 {position: relative}
.brator-service-area .col-lg-3:before {content:"";position: absolute;background: #ccc;width: 1px;height: 50px;background: #cbcbcb;right: 0;top: 12px;}
.brator-service-area .col-lg-3:last-child:before{ display: none}
.brator-service-area {padding: 22px 0px;padding-bottom: 0px;background: #e7e7e7;}
.offer-banner-v1 .offer-item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(10deg, rgba(17, 17, 17, 0.70196) 0%, rgba(17, 17, 17, 0.01) 99%, #111111 100%);
}
.offer-banner-v1 .offer-item {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    min-height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.offer-banner-v1 .offer-item .offer-content {
    padding: 50px;
}
.offer-banner-v1 .offer-item .offer-content span.span {
    color: #fbb71c;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.offer-banner-v1 .offer-item .offer-content h3 {
    color: #fff;
    padding-right: 26%;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: initial;
    margin: 12px 0px;
    text-shadow: 2px 3px 1px #282828;
}
.offer-banner-v1 .offer-item .offer-content h3 a{color: #fff}
.offer-banner-v1 .offer-item .offer-content .main-btn {
    padding: 8px 26px;
    font-size: 14px;
    line-height: 23px;
    background: #ffc107;
    color: #000;
    text-transform: uppercase;
    border-radius: 100px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 600;
}
.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.heading1 p{margin-top: 16px;font-family: 'Ubuntu';font-size: 17px;}
.ts-slider-area:before{content: ""}
.about_mian {padding: 40px 0px;/* padding-top: 0px; */padding-bottom: 0px;}
.about_mian p{margin-top: 20px;}
.right_trans{
    /* background: #d9d9d9; */
    /* float: right; */
    border-radius: 100px;
    height: 24px;
    width: 24px;
    color: #000;
    display: flex;
    justify-content: center;
    padding: 1px;
    align-items: center;
}
.offer-banner-v1 {padding: 0px 0px 50px;}
.engin_best span{
    display: inline-block;
    width: 100%;
    background: #ffc107;
    color: #000;
    text-align: center;
    padding: 13px;
    font-family: 'Ubuntu';
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.ts-history-tab .text-center.card.card-body.shadow {
    border: 1px solid #d3d3d3;
    box-shadow: 0px 0px 22px #ccc;
    background: #fff;
}
.why_choose {
    background: url(../images/bgwhy.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}
.choose_box{
    background: #ffc107;
    padding: 21px;
    margin-bottom: 30px; transition: 0.5s; cursor: pointer
}
.choose_box:hover{background: #242424}
.img_choose img{
    width: 70px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    filter: brightness(0%);
}
.choose_box h3{
    margin: 0px;
    color: #000;
    line-height: initial;
    padding-bottom: 11px;
}
.choose_box p{
    color: #000;
    font-family: 'Ubuntu';
    font-family: 'Ubuntu';
    font-size: 17px;
}
.heading_2{
    /* border-left: 4px solid #fff; */
    padding-left: 30px;
    text-align: center;
    margin-bottom: 50px;
}
.heading_2 h2{
    margin: 0px;
    color: #fff;
}
.heading_2 p{
    color: #fff;
    font-family: 'Ubuntu';
    font-size: 17px;
}
.ratingg p{margin: 0px !important;font-weight: 600;color: #fff;}

.choose_box:hover h3 {color: #fff;}
.choose_box:hover p{color: #fff;}
.choose_box:hover img {filter: brightness(100%)}

.ratingg .fa{color: yellow;}

.testimonial-block {
    background: #ebebeb;
    padding: 41px 40px 40px 52px;
    box-shadow: 0px 0px 10px #ccc;
    margin: 22px;
}
.testimonial-block .content-box{}
.testimonial-block .content-box i{
    font-size: 39px;
    position: absolute;
    top: 28px;
    color: #ccc;
    left: 29px;
}
.testimonial-block .content-box p{
    font-family: 'Ubuntu';
    font-size: 18px;
    color: #626262;
    margin-bottom: 29px;
}  
.testimonial-block .info-box {
    display: flex;
    border-top: 1px solid #dfdfdf;
    padding-top: 22px;
    align-items: center;
}
.testimonial-block .info-box figure{
    margin: 0px;
}
.testimonial-block .info-box figure img{
    width: 60px;
    border-radius: 100px;
}
.testimonial-block .info-box .test_head {
    margin-left: 23px;
}
.testimonial-block .info-box .test_head h5{
    margin: 0px;
}
.testimonial-block .info-box .test_head span{
    font-family: 'Ubuntu';
    padding-bottom: 10px;
    display: contents;
}
.testimonial {padding: 70px 0px;}
.test_star i{
    padding: 0px;
    margin: 0px;
    width: inherit;
    color: #ffc107;
    font-size: 16px;
    padding-right: 5px;
}
.test_star{}



/* end fix */
.testimonial .owl-nav {display: block !important;display: flex !important;align-items: center;justify-content: center;margin-top: 40px;}
.testimonial .owl-nav > div {
  margin-top: -26px;
  /* position: absolute; */
  top: 50%;
  color: #cdcbcd;
}

.blink_text {
 
 color: #ffc107;
 font-size: 27px;
 font-weight: 700;
 display: block;
 padding-bottom: 20px;
 padding-top: 2px;
}


.testimonial .owl-nav i {
  font-size: 32px;
  width: 40px;
  height: 40px;
  background: #020202;
  color: #fff;
  margin: 6px;
}

.testimonial .owl-nav .owl-prev {
  left: -30px;
}

.testimonial .owl-nav .owl-next {
  right: -30px;
}   
.why_choose .col-sm-3{display: flex}
 .top_headdd-mob{display: none;}
.clickkk {color: #f14e4e;text-transform: uppercase;font-family: 'Ubuntu';font-weight: 600;}
.eng-trans {padding: 20px 30px;}
.eng-trans h3 {
    font-size: 24px;
    color: #fff;
    margin: 0px;
    line-height: inherit;
    padding-bottom: 10px;
}












.contact-num_info {
    background: #000;
    padding: 3px 0;
    text-align: center;
    vertical-align: top;
}
.contact-num_info p {
    color: #fff;
    padding-top: 20px;
}

input[type=text], input[type=email] {
  color: #000 !important;
}

.used_remanufactured_banner_promo li::before {
  content: "";
  background: url(https://carpartplanet.com/skin/frontend/usep/default/images/cpp-sprite.png) no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 9px;
}
.product_detail_page .product-view .product-shop .product-img-box .more-views {
  display: none;
}
.used_remanufactured_banner_promo li:nth-child(1)::before {
  background-position: -159px -29px;
}
.used_remanufactured_banner_promo li:nth-child(2)::before {
  background-position: -279px -29px;
}
.used_remanufactured_banner_promo li:nth-child(3)::before {
  background-position: -221px -29px;
}
 .used_remanufactured_banner_promo li:nth-child(4)::before {
  background-position: -338px -23px;
  height: 40px;
  top: 3px;
}
.used_remanufactured_banner_promo li {
  color: #262626;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  position: relative;
  padding: 12px 0 12px 38px;
}



.carousel-inner img {
    border-radius: 0;
    width: 100%;
}


 .used_remanufactured_banner_promo li {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 9px;
    letter-spacing: 1px;
    position: relative;
    padding: 12px 0 12px 45px;
}
#callnowbutton {
 display:none;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width:650px) {
 #callnowbutton {
  display:block;
  position:fixed;
  text-decoration:none;

  width:100%;
  left:0;
  bottom:0;
  height:60px;
  border-top:1px solid #4ba0eb;
  border-bottom:1px solid #00418c;
  text-shadow: 0 1px #00418c;
  text-align:center;
  color:#fff;
  font-weight:600;
  font-size:120%;
  overflow: hidden;
  padding-right:20px;
  background:#1e73be;
  display: flex;
  justify-content: center;
  align-items: center;
 font-family: 'Roboto Condensed', sans-serif;
 }

 #callnowbutton img {
  transform: scale(1);
 }
}
#callnowbutton .NoButtonText {
 display:none;
}
  .full_width {
    width: 100%;
        float: left !important;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 54px;
    left: 10px;
    background-color: #ee3131;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 4px 2px 3px #999;
    z-index: 100;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px !important;  animation: bounce_shake 1.5s ease-out infinite;
}
    .float i{font-size: 30px;}
.my-float{
	margin-top:3px;
}
.float:hover{color:#fff}

@keyframes bounce_shake{
  0%   { transform: scale(1,1)      translateY(0); }
  10%  { transform: scale(1.1,.9)   translateY(0); }
  30%  { transform: scale(.9,1.1)   translateY(-5px); }
  32% { transform: scale(1.2) translateY(-5px); }
  35%, 40% { transform: scale(1.2) translateY(-5px) rotate(-20deg)}
  45%, 50% { transform: scale(1.2) translateY(-5px) rotate(20deg)}
  60%  { transform: scale(1.05,.95) translateY(0); }
  70%  { transform: scale(1.05,.95) translateY(0); }
  80%  { transform: scale(1,1)      translateY(-3px); }
  95%  { transform: scale(1,1)      translateY(0); }
  100% { transform: scale(1,1)      translateY(0); }
}
html,body{
    margin:0px;
    padding:0px;
    height:100%;
    width:100%;
    overflow-x:hidden;
}

.headinginner-page {
    margin-bottom: 27px;
}
.headinginner-page h2{
    position: relative;
    position: relative;
    margin: 0px;
    line-height: initial;
    }
.headinginner-page h2:before {
    position: absolute;
    content: "";
    background: #e3ac06;
    width: 60px;
    height: 3px;
    bottom: -11px;
    margin: auto;
    left: 0;
}
.feature-icon i{font-size: 40px;}
.ts-feature{
    background: #e9e9e9;
    padding: 51px 0px !important;
}
.box-skew-left a{background: #e9b108; color: #000;}
.box-skew-left a:after{display:none}
.new_headd h2{font-size: 32px;}
.new_headd h4{
    color: #000;
    font-size: 18px;
    line-height: initial;
    margin-bottom: 0px;
}

.inner_Search h2{
    font-size: 27px;
    line-height: initial;
    padding-bottom: 9px;
    margin: 0px;
}
.inner_Search p{
    font-family: 'Ubuntu';
}
.inner_Search ul{
    padding-left: 19px;
}
.inner_Search li{
    padding-bottom: 12px;
    font-family: 'Ubuntu';
}
.partsss{
    background: #e3ac06;
    padding: 30px; margin-left: 40px;
}
.partsss h2{
    margin: 0px;
    text-align: center;
    font-size: 23px;
    line-height: initial;
    margin-bottom: 32px;
}
.partsss .form-control{
    border-radius: 0px;
    border: 0px;
    margin-bottom: 22px;
}
.partsss .btns.btn-skin {
    background: #000;
    border-radius: 0px;
    border: 0px;
    padding: 8px;
    color: #fff;
    font-size: 20px;
    font-family: 'Ubuntu';
}
.ratingg h4{color: #fff;}
.headinginner-page p{ font-family: 'Ubuntu';}
.wnginetransmission h3{color: #000; font-size: 30px; margin: 0px; line-height: normal; margin-bottom: 20px;}
.wnginetransmission p{color: #000 !important}


.engintetransmisioin .box-skew-right .box-content-wrapper{ width: 455px}
.new_home_pop {padding: 6px; background: #fff}
.NETSS .box-skew-right .box-content-wrapper {max-width: 365px}

.bb_logo{
    text-align: center;
}
.bb_logo img{
    max-width: 120px !important;
}
.hiddendesk {display:none}
.contt{text-align:center}
.contt p{    font-size: 16px;     font-family: 'Ubuntu';}
.contt2{text-align:center}
.contt2 p{    font-size: 16px;     font-family: 'Ubuntu'; color:#fff}



.error_page {
    /* padding: 110px 0; */
    height:85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ebebeb;
}

.error_page_content {
    text-align: center;
}

.error_page_content h1 {
    font-size: 110px;
    margin: 0;
    color: #211b19;
    text-transform: uppercase;
}

.error_page_content h2 {
    /* font-family: montserrat,sans-serif; */
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    color: #211b19;
    /* background: #fff; */
    padding: 10px 5px;
    margin: auto;
}
 .error_page_content a{
    background: #ccc;
    font-family: 'Ubuntu';
    padding: 12px 30px;
    display: inline-block;
    background: #ffc107;
    color: #000;
    font-weight: 600;
    border-radius: 100px;
}

.brand_new {
    border: 1px solid #3e3e3e;
    text-align: center;
    margin-bottom: 27px;
}
.brand_new p{
    margin: 0px;
    background: #3e3e3e;
    color: #fff;
    font-family: 'Ubuntu';
    padding: 6px 0px;
    text-transform: uppercase;
}
.brand_new img{
    padding: 14px;
}
.cancellationn h3{
    font-size: 28px;
}
.cancellationn ul{
    padding-left: 19px;
}
.cancellationn li{
    font-family: 'Ubuntu';
    font-size: 15px;
    color: #323232;
    padding-bottom: 11px;
}

.thankyoudetail {
    text-align: center;
    background: #fff;
    width: 70%;
    margin: auto;
    padding: 40px;
    border: 2px solid white;
    box-shadow: 0px 0px 20px #ccc;
}
.thankyoudetail h2{
    margin: 0px;
}
.thankyoudetail h3{
    margin: 0px;
    color: #0ead0e;
    font-size: 24px;
    margin-bottom: 20px;
}
.thankyoudetail p{
    font-weight: 500;
    font-family: Ubuntu;
}
.thankyoudetail p a{
    display: block;
    color: #c51717;
    font-size: 19px;
    display: block;
    padding: 6px;
}
.thankyoudetail table{}
.thankyoudetail tr{}
.thankyoudetail td{
    padding: 6px;
    border: 1px solid #ccc;
    font-family: Ubuntu;
}
.thankyoudetail td:first-child{
    font-weight: 500;
}
.mainthank {
    background: #ebebeb;
    padding: 62px 0px;
}

.mainthank ul {margin:0px; padding:0px}

.mainthank ul li{
  list-style: none;
  letter-spacing: 0px;
  font-size:40px;
  font-family: Ubuntu;
  color:#484848; font-weight:700;
  animation: ani 1.2s linear infinite;
  display: inline-block;
}
.mainthank ul li:nth-child(1){
  animation-delay: .2s;
}
.mainthank ul li:nth-child(2){
  animation-delay: .6s;
}
.mainthank ul li:nth-child(3){
  animation-delay: .8s;
}
.mainthank ul li:nth-child(4){
  animation-delay: 1.0s;
}
.mainthank ul li:nth-child(5){
  animation-delay: 1.4s;
}
.mainthank ul li:nth-child(6){
  animation-delay: 1.8s;
}
.mainthank ul li:nth-child(7){
  animation-delay: 1.12s;
}
@keyframes ani {
  0%{
     color:#44848;
     text-shadow: none;
  }
  90%{
     color:#44848;
     text-shadow: none;
  }
  100%{
     color:red;
     text-shadow: 0 0 7px red,0 0 70px red;
  }
}






.content-statistics {
    /* margin-bottom: -100px; */
    -webkit-box-shadow: 0px 5px 20px rgba(52, 47, 47, 0.12);
    -moz-box-shadow: 0px 5px 20px rgba(52, 47, 47, 0.12);
    -ms-box-shadow: 0px 5px 20px rgba(52, 47, 47, 0.12);
    -o-box-shadow: 0px 5px 20px rgba(52, 47, 47, 0.12);
    box-shadow: 0px 5px 20px rgba(52, 47, 47, 0.12);
    margin-right: 0;
    margin-left: 0;
    background: #ffc107;
    z-index: 10;
    position: relative;
    padding: 20px;
    border-radius: 5px;
    margin-top: 60px;
}
.text-support {
    padding-right: 30px;
}
.content-statistics h2 {
    
}
.content-statistics  .section-title-left h2::after {
    background: #ffffff;
}
.content-statistics h3 {
    color: #000;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 45px;
}
.content-statistics .p-support {
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    border-bottom: 2px solid rgba(238, 238, 238, 0.22);
    padding-bottom: 30px;
    margin-bottom: 35px;
    color: #000000;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.50px;
}
.contact-support h6 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    letter-spacing: .5px;
    line-height: 30px;
    margin-bottom: 12px;
}
.contact-support .single-contact {
    position: relative;
    margin-bottom: 30px;
    /* padding-left: 40px; */
}
.contact-support .single-contact span::before {
    position: absolute;
    left: 0;
    color: #fff;
    top: 0px;
    font-size: 22px;
    margin: 0;
}
.contact-support .single-contact .info-cont p {
    color: #000000 !important;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 20px;
    position: relative;
    letter-spacing: 0.30px;
}
.content-statistics form select {
    height: 50px !important;
    outline: 0;
    resize: none;
    font-weight: 400;
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    padding: 13px 20px;
    background: #fff;
    color: #02185a;
    border-radius: 0px;
    margin-bottom: 30px;
    box-shadow: none !important;
}
.content-statistics textarea {
    height: 100px;
}
.content-statistics input[type="text"], .content-statistics input[type="email"], .content-statistics textarea, .content-statistics select {
    background: #FFF;
}
.content-statistics input[type="text"]:focus, .content-statistics input[type="email"]:focus, .content-statistics textarea:focus, .content-statistics select:focus {
    outline: none;
    border: 1px solid #eee;
}
.why_choose .col-sm-4{display:flex}

.about_used {
    padding: 60px 0px;
}
.abou_textt h2{
    margin: 0px;
}
.abou_textt p{
    font-size: 16px;
    font-family: 'Ubuntu';
    margin-bottom: 10px;
}
.abou_textt h4{
    margin: 0px;
}
.enhj{
    text-align: center;
}
.enhj h3{
    margin: 0px;
    line-height: inherit;
    padding-bottom: 11px;
    text-transform: uppercase;
}
.enhj p{}
.good-quality {}
.good-quality h2{
    font-size: 27px;
    line-height: normal;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.good-quality p{
    font-family: Ubuntu;
    color: #000;
    font-size: 16px;
}
.good-quality li{
    font-family: 'Ubuntu';
    padding-bottom: 9px;
}
.good-quality ul{
    padding-left: 20px;
}
.abou_textt h2{position:relative;margin-bottom: 20px;line-height: initial;}
.abou_textt h2:before{    position: absolute;
    content: "";
    background: #e3ac06;
    width: 60px;
    height: 3px;
    bottom: -6px;
    margin: auto;
    left: 0;
     }
.used_engine_inner {background: url(../images/used-engine-inner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;  background-color:#000}
    
    .bmw_engine_bg {background: url(../images/bmw-use-engine-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; background-color:#000}
    .audi_enginee{background: url(../images/audi-engine-ban.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; background-color:#000}
    
        .transferbanner{background: url(../images/transferbanner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; background-color:#000}
    
     .abs_bann{background: url(../images/abs_banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; background-color:#000}
    
     .chevy_ban{background: url(../images/chevy-ban.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; background-color:#000}
    
         .honda_bann{background: url(../images/honda_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; background-color:#000}
    
     .nisss{background: url(../images/used-nissan.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; background-color:#000}
    
.used_engine_inner h1{
    color: #000;
}
.used_engine_inner ul li{
    color: #000 !important;
}

.pointer_check h2{
    line-height: initial;
    font-size: 28px;
    padding-bottom: 10px;
}
.pointer_check ul{
    padding-left: 20px;
}
.pointer_check li{
    padding-bottom: 10px;
    font-family: 'Ubuntu';
}
.used_transsr {background: url(../images/used-transmission.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;}
.used_transsr h1{
    color: #000;
}
.used_transsr ul li{
    color: #000 !important;
}

.transneww {
    background: url(../images/new-trans-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
    }
    .ban-intru {
    background: url(../images/ban-instru.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
    }
    
    .newengin_ban {
    background: url(../images/newenginban.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
    }
      .driveshaftt {
    background: url(../images/drive-shafy-ban.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
    }

.new_trans_about {
    text-align: center;
    padding: 50px 10px;
}
.new_trans_about h2{
    margin: 0px;
    position: relative;
    margin-bottom: 20px;
    line-height: normal;
    padding-bottom: 14px;
}
.new_trans_about p{
    font-family: Ubuntu;
    color: #000;
    font-size: 16px;
}
.new_trans_about h2:before{content:"";right: 0;left: 0;position: absolute;width: 80px;height: 4px;margin: auto;background: #ffc107;bottom: 0;border-radius: 40px;}

.call_bann {
    background: #ffc107;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
    font-family: 'Ubuntu';
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
.chevyy_inter  {
    background: #ffc107;
    color: #000;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 100px;
    font-family: 'Ubuntu';
    font-weight: 500;
}
.honn ul {}
.honn li {
    font-family: 'Ubuntu';
}
.honda-model-box img{
    width: 100%;
}
.honda-model-box p{
    padding: 0px;
    margin: 0px;
}
.honda-model-box h3{
    margin: 0px;
    line-height: inherit;
    padding-top: 11px;
    /* background: #ccc; */
}
.honda-model-box {
    background: #ffc107;
    margin-bottom: 20px;
    padding-bottom: 13px;
}
.call-area{
  background-image: url(../images/transfercase-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.call-area::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to left, rgb(0 0 0 / 40%) 0%, rgba(0, 0, 0, 0) 100%);
}

.call-content{
  padding: 40px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: #ccc;
  z-index: 1;
}

.call-content::before{
  content: "";
  position: absolute;
  border: 5px solid #ffc107;
  border-radius: 20px;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  z-index: -1;
}

.call-content::after{
  content: "";
  position: absolute;
  left: 50px;
  top: 10px;
  width: 80px;
  height: 10px;
  background: var(--color-white);
  z-index: -1;
}

.call-content span{
  text-transform: uppercase;
  color: var(--theme-color);
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 500;
}

 .call-content h2{
    line-height: initial;
}
 .call-content p{
    font-family: 'Ubuntu';
    font-size: 16px;
}
 .call-content .call_to{
    background: #ffc107;
    color: #000;
    padding: 11px 20px;
    display: inline-block;
    border-radius: 100px;
    font-family: 'Ubuntu';
    font-weight: 600;
}
 .transfer_alist h2{
    line-height: normal;
    font-size: 33px;
}
 .transfer_alist ul{
    padding-left: 15px;
}
 .transfer_alist li{
    font-family: 'Ubuntu';
    padding-bottom: 10px;
}
 .transfer_alist p{
    font-family: 'Ubuntu';
}
.banner_listt_transfer li{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 4px 0px;
}
.banner_listt_transfer{}
.good-quality h3{/* margin-bottom:0px; */line-height: normal;}
.signs_that h2{
    margin: 0px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 45px;
    position: relative;
}
.signs_that{
    padding: 30px 0px;
    padding-bottom: 70px;
}
.signs_that .col-md-3{display:flex}
.signs_box h3{
    line-height: inherit;
    margin: 0px;
    color: #fff;
    margin-bottom: 10px;
}
.signs_that h2:before{content:"";position: absolute;right: 0;left: 0;margin: auto;width: 90px;height: 4px;background: #ffc107;bottom: 0;}
.signs_box p{
    font-family: 'Ubuntu';
    color: #fff;
}
.signs_box{
    background: #242424;
    padding: 16px;
    box-shadow: 0px 0px 20px #ccc;
}
.abou_textt ul{
    padding-left: 21px;
}
.abou_textt li{
    font-family: 'Ubuntu';
    padding-bottom: 10px;
}

.transbann h1{
    font-size: 31px;
}
.transbann li{
    display: inline-block;
    margin-bottom: -1px;
}
.transbann ul{
    text-align: center;
}
.transbann .tansimg{
    width: 340px;
    margin: auto;
}
.transbann {text-align:center}


@media all and (max-width: 767px) {
  .call-content{
    padding: 30px;
  }
}


@media (min-width: 1400px) {
.bmw_engine_bg    {padding:100px 0px}

}    


.call-content ul{padding-left:14px;}
.call-content li{
    padding-bottom: 11px;
    font-family: 'Ubuntu';
}

.signs_that .col-md-4  {display:flex}

.abs_bg {background-image: url(../images/abs_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;}
    
    .cylinderbg {background-image: url(../images/cylinderbg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;}
    
    .sterring_bgh {background-image: url(../images/sterring-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;}
    
    
    .quali_box{
    background: #fff;
    box-shadow: 0px 0px #ccc;
    padding: 20px;
    margin-bottom: 40px;
    border: 3px solid #202020; transition:0.5s;
}
 .quali_box:hover{background:#e3ac06}
    .quali_box h3{
    margin: 0px;
    padding-bottom: 8px;
}
    .quali_box p{}




.get-in-touch {
    position: relative;
    display: flex;
    margin-bottom: 18px;
    align-items: center;
}
.get-in-touch i {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    margin-right: 20px;
}
.get-in-touch.two i {
    width: 80px;
    height: 80px;
    padding: 22px;
}
.get-in-touch.two h3 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: inherit;
}
.get-in-touch.two span,.get-in-touch.two a {
    color: #444444;
}
.get-in-touch.two a {
    font-weight: 400 !important;
}
.get-in-touch.two {
    border-bottom: 1px solid #ececec;
    padding-bottom: 40px;
    margin-bottom: 0;
}
.get-in-touch.two:hover {
    border-bottom: 7px solid;
}
/* 75. contact-text */
.contact-text a {
    display: flex;
    align-items: center;
    font-weight: 900;
    text-transform: uppercase;
    border: 3px solid #f2f2f2;
    border-radius: 39px;
    padding: 3px;
    width: 80%;
}
.contact-text .social-icon {
    display: block;
    padding: 0px;
}
.contact-text p {
    padding-bottom: 80px;
}
.contact-text span {
    margin-bottom: 30px;
    color: #666666;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 3px solid;
}
.contact-text .social-icon li {
    padding-bottom: 10px;
    list-style: none;
}
.contact-text .social-icon li i {
    margin-right: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.consultation.two {
    padding: 40px;
    width: 100%;
}
.contact-text .social-icon a:hover i {
    color: #000;
}
.contact-text .social-icon a {
    color: #000;
}
.map iframe {
    width: 100%;
    height: 440px;
    border-radius: 30px;
}


.consulting i, .services i:after, .services i:before, .reviews img, .ready-to:after, .blog h5, .get-in-touch i, .video-home .audit-3, .section-contact:after, .service-detail i {
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.view-all a:hover i, button.error-button:hover, .search-popup .close-search, .preloader, .tag a:hover, .mobile-nav li.menu-item-has-children a i, .mobile-nav.desktop-menu, .mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li:before, .pagenashio a:hover, .service-detail i, .contact-text .social-icon a:hover i, .pagenashion-number a:hover, .quote-color i, ul.features li:before, .business-soluton ul.social-icon i:hover, ul.categories li a:hover span, .our-admin a:hover, .pagenashion-number a.pagenashion:hover, .count-time.one, .section-contact:after, .boder-bar, ul.instagram-posts figure:before, .pricing i, .pricing .button:hover, .accordion-item.active .icon, .media i, ul.list-style i, .services.two:hover:before, .expert-icon:hover > a i, .reviews-img i, .blog h5, .widget-title .boder, .get-in-touch i, .team-details:hover:before, .button, .consulting i, .meter > span, .services:hover i:before, .services:hover i:after {
    background-color: #ffc107;
}
.get-in-touch.two i {
    width: 80px;
    height: 80px;
    padding: 22px;
}




/* 24. consultation */
.consultation {
    display: flex;
    background-color: #333333;
    background-repeat: no-repeat;
    background-position: right;
    padding: 60px 60px;
    border-radius: 30px;
    width: 87%;
    position: relative;
    padding-right: 380px;
}
.consultation img.shaps-1 {
    left: -9%;
    z-index: -1;
    top: 17%;
    animation: rotate 28s infinite;
}
.consultation img.shaps-2 {
    left: auto;
    right: -42%;
    z-index: -1;
    top: 38%;
}
.consultation-img {
    position: relative;
    margin-left: 30px;
    margin-right: -110px;
}
.consultation-img img {
    border-radius: 30px;
}
.consultation h2 {
    padding-top: 8px;
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.consultation span {
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}
.contact-text a {
    display: flex;
    align-items: center;
    font-weight: 900;
    text-transform: uppercase;
    border: 3px solid #f2f2f2;
    border-radius: 39px;
    padding: 3px;
    width: 80%;
}

.contactMe .form-control{
    height: 50px;
    margin-bottom: 27px;
    border: 0px;
}
.contactMe select{
    height: 50px !important;
}
.contactMe textarea{
    height: 130px !important;
}

.heading.two p{
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Ubuntu';
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 18px;
}
.heading.two h2{
    line-height: inherit;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
}
.heading.two h2:before{content:"";position: absolute;width: 100px;bottom: -15px;height: 5px;background: #ffc107;}


.trans_service  {
    background: url(../images/serv_ban.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0px;
    padding-bottom: 52px;
}
.transhead{}
.transhead h2{
    position:relative;
    margin: 0px;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}
.transhead h2:before{content:"";position: absolute;width: 100px;bottom: -15px;height: 5px;background: #ffc107;right: 0;left: 0;margin: auto;}
.trans_serv_box {
    background: #fff;
    padding: 30px;
    margin-bottom: 43px;
}
.trans_serv_box h3{
    margin: 0px;
    line-height: normal;
    padding-bottom: 10px;
}
.trans_serv_box p{
    font-family: 'Ubuntu';
    margin-bottom: 0px;
    font-size: 16px;
}
.trans_serv_box img{}


.trans_service .col-sm-6 { display:flex;}
.new_pointt h3{
    margin: 0px;
    line-height: normal;
    padding: 13px 0px;
}
.new_pointt p{
    font-family: 'Ubuntu';
    margin-bottom: 9px;
    font-size: 16px;
}




.faqq .panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.faqq .panel-default>.panel-heading a {
  display: block;
  padding: 17px 15px;
  color: #000;
}

.faqq .panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.faqq .panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #fff;
}

.faqq .panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faqq .panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faqq {
    background: #f2f2f2;
    padding: 50px 0px;
}
.faqq .middle_head {
    margin-bottom: 40px;
}

.faqq .panel-group .panel {margin-bottom:10px;}

.faqq .panel-default>.panel-heading h4{ margin:0px}
.middle_head h2{
    margin: 0px;
    text-align: center;
}


.faqq .panel-body {
    padding: 15px;
    background:#fff;
    border-top: 1px solid #ccc;
}

.faqq .panel-body  p{
    font-family: 'Ubuntu';
}


.transheadneww {position:relative;margin-bottom: 50px;}
.transheadneww h2{
    position: relative;
    margin: 0px;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    }
.transheadneww p{color:#fff;text-align: center;font-family: 'Ubuntu';font-size: 16px;}
.transheadneww:before{    content: "";
    position: absolute;
    width: 100px;
    bottom: -15px;
    height: 5px;
    background: #ffc107;
    right: 0;
    left: 0;
    margin: auto;}

.engine_faq .panel-default>.panel-heading{}
.engine_faq .panel-body {
    border-bottom: 1px sold;
}
.engine_faq .panel-group .panel{
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
}
.enfinebantext h1{
    font-size: 31px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    padding-bottom: 10px;
    }
.enfinebantext {text-align: center;margin-bottom: 40px;}
.enfinebantext ul{text-align: center;}
.enfinebantext li{color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 9px;
    letter-spacing: 1px;
    position: relative;
    padding: 7px 0px;     display: inline-block;
    margin-bottom: -1px;}
.enfinebantext li img{width: 30px;
    margin-right: 10px;}

 .newyt .trans_serv_box img {width:100px;}
.useddriveshaft {
    padding: 50px 0px;
}
.boxx11 {}
.boxx11 h3{
    margin: 0px;
    line-height: normal;
    background: #fdfdfd;
    width: 100%;
    margin-bottom: 31px;
    padding: 13px;
    border-radius: 10px;
    font-size: 18px;
    box-shadow: 0px 0px 20px #ccc;
}
.boxx11 h3:hover{background:#ffc107}
.useddriveshaft .middle_head{}
.useddriveshaft .middle_head h2{
    font-size: 30px;
    line-height: normal;
    margin-bottom: 30px;
}
.quality_box {
    background: #fff;
    padding: 20px;
    /* box-shadow: 0px 0px 20px #ccc; */
}
.quality_box h3{
    line-height: normal;
}
.quality_box img{}
.quality_box p{
    font-family: 'Ubuntu';
}
.Instrument-cluster {
    background: #121212;
    padding: 40px 0px 70px;
}
.Instrument-cluster h2{
    margin: 0px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 10px;
    color: #fff;
}
.Instrument-cluster h2:before{content:"";position: absolute;width: 100px;height: 4px;background: #e7ae40;right: 0;bottom: 0;left: 0;margin: auto;}
.Instrument-cluster .col-sm-4{display:flex}
 .modelname {
    margin-top: 17px;
}
 .modelname a{
    padding: 10px;
    background: #ffc107;
    display: inline-block;
    width: 100%;
    margin-bottom: 13px;
    color: #000;
    font-weight: 600;
    border-radius: 6px;
}

.text_engh {}
.text_engh p{
    color: #fff;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 500;
}
.text_engh ul{
    padding: 0px;
    padding-left: 18px;
}
.text_engh li{
    color: #fff;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 7px;
}

.heading_22 {}
.heading_22 h2{
    line-height: normal;
    font-size: 30px;
    position:relative;
    margin: 0px;
    padding-bottom: 13px;
    margin-bottom: 14px;
}
.heading_22 h2:before{position:absolute;content:"";content: "";/* right: 0; *//* left: 0; */position: absolute;width: 80px;height: 4px;margin: auto;background: #ffc107;bottom: 0;border-radius: 40px;}
.heading_22 p{
    color: #fff;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 500;
}

.conttus {}
.conttus h2{
    text-align: left;
    font-size: 30px;
    line-height: normal;
    margin: 0px;
    padding-bottom: 11px;
}
.conttus p{
    text-align: left;
    font-family: 'Ubuntu';
    font-size: 16px;
}
.usedd_ee {}
.usedd_ee h2{
    text-align: left;
}
.usedd_ee h2:before{
    right: inherit;
}
.usedd_ee p{
    text-align: left;
}
.usedd_ee a{
    background: #ffc107;
    text-align: left;
    display: inline-block;
    float: left;
    color: #000;
    font-weight: 600;
    padding: 13px 30px;
    border-radius: 100px;
    text-transform: uppercase;
}
.christmass .eng-trans-content{background-image: url(../images/chris.webp);}
.christmass .eng-trans {
    margin-top: 60px;
}
.christmass .eng-trans h3 {
    text-shadow: 1px 2px 4px #171717;
    text-transform: uppercase;
}
.christmass .clickkk{
    color: #fff;
}
.christmass  .btn.btn-primary {
    background: #000 !important;
}

.actdis{
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 12px 30px;
    font-family: 'Ubuntu';
    font-weight: 600;
    border-radius: 100px;
    width: 100%;
    margin-bottom: 10px;
}
.christmass .blink_text {color: #fff;text-shadow: 0px 2px 3px #000;}
.new_trans h1{
    font-size: 33px;
}
.new_trans li{
    font-size: 17px;
    font-family: 'Ubuntu';
    margin-bottom: 0px;
}
.trannew_head h2{
    margin: 0px;
    font-size: 35px;
    line-height: normal;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.trannew_head p{
    color: #fff;
    font-family: 'Ubuntu';
    font-weight: 500;
    font-size: 16px;
}
.trannew_head h2:before{content:"";position: absolute;content: "";background: #e3ac06;width: 60px;height: 3px;bottom: -6px;margin: auto;left: 0;}

.heading_223 h2{color:#fff;line-height:normal;text-align: center;}
.heading_223 p{
    color: #fff;
    font-family: 'Ubuntu';
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
}

.why_choose .col-sm-6{display:flex}
.chec_drivee .trans_serv_box{transition:0.5s}
.chec_drivee .trans_serv_box:hover{background:#ffc107}
.baner_form .btn:after{display:none}


.bootstrap-select.btn-group  .dropdown-item:focus, .dropdown-item:hover {background: #007bff !important;color: #fff;}

/* line 27, bootstrap-select.scss */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

/* line 32, bootstrap-select.scss */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
/* line 37, bootstrap-select.scss */
.bootstrap-select.btn-group > .dropdown-toggle {
  height: 100%;
  padding: 10px;
  font-weight: 400;
  color: #000 !important;
  border: 0px;
}
/* line 43, bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
/* line 48, bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
/* line 56, bootstrap-select.scss */
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
/* line 67, bootstrap-select.scss */
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
/* line 77, bootstrap-select.scss */
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
/* line 82, bootstrap-select.scss */
.bootstrap-select.fit-width {
  width: auto !important;
}
/* line 86, bootstrap-select.scss */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
/* line 90, bootstrap-select.scss */
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

/* line 97, bootstrap-select.scss */
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
/* line 102, bootstrap-select.scss */
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
/* line 106, bootstrap-select.scss */
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
/* line 110, bootstrap-select.scss */
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 119, bootstrap-select.scss */
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
/* line 130, bootstrap-select.scss */
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
/* line 135, bootstrap-select.scss */
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
/* line 141, bootstrap-select.scss */
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
/* line 145, bootstrap-select.scss */
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
/* line 155, bootstrap-select.scss */
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
/* line 159, bootstrap-select.scss */
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
/* line 163, bootstrap-select.scss */
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
/* line 168, bootstrap-select.scss */
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
/* line 173, bootstrap-select.scss */
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
/* line 180, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
/* line 187, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .caret {
 position: absolute;
    top: 40%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: black;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    z-index: 9999;
}
/* line 196, bootstrap-select.scss */
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
/* line 201, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;     height: 360px !important;
    min-height: 360px;
}
/* line 205, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu.inner {
  display: block;
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
/* line 216, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item {
 position: relative;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #e8e8e8;
    padding: 4px 18px;
}
/* line 221, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.active small {
  color: #fff;
}
/* line 225, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.disabled a {
  cursor: not-allowed;
}
/* line 229, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.hidden {
  display: none;
}
/* line 233, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner {
  display: block;
}
/* line 236, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner.opt {
  position: relative;
  padding-left: 2.25em;
}
/* line 241, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.check-mark {
  display: none;
}
/* line 245, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.text {
  display: inline-block;
}
/* line 250, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item small {
  padding-left: 0.5em;
}
/* line 257, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu .dropdown-item .span.check-mark {
  display: none;
}
/* line 261, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu .dropdown-item .span.text {
  display: inline-block;
}
/* line 266, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 282, bootstrap-select.scss */
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
/* line 290, bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
/* line 294, bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
/* line 302, bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu a.selected span.dropdown-item-inner span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
/* line 309, bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu a a span.text {
  margin-right: 34px;
}

/* line 316, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
/* line 321, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
/* line 332, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
/* line 345, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
/* line 352, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
/* line 361, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
/* line 366, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
/* line 373, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

/* line 380, bootstrap-select.scss */
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

/* line 386, bootstrap-select.scss */
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 390, bootstrap-select.scss */
.bs-actionsbox .btn-group button {
  width: 50%;
}

/* line 395, bootstrap-select.scss */
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 400, bootstrap-select.scss */
.bs-donebutton .btn-group button {
  width: 100%;
}

/* line 406, bootstrap-select.scss */
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
/* line 410, bootstrap-select.scss */
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
    margin-bottom: 0px !important;
    border: 1px solid #ccc !important;
    height: 40px !important;
}
/* line 417, bootstrap-select.scss */
.input-group .bs-searchbox .form-control {
  width: 100%;
}

.ghty { padding: 40px 0px;}
.ghty h2{
    margin: 0px;
    font-size: 30px;
    padding-bottom: 11px;
}
.ghty h3{
    margin: 0px;
    font-size: 23px;
}
.banner_cont p{font-size:17px; font-weight:500}
.ghty p{font-size:16px;}
.bmw_models {
    border: 3px solid #858585;
    border-radius: 30px;
    padding: 20px;
    margin-bottom: 70px;
}
.bmw_models ul{
    padding: 0px;
}
.bmw_models li{
    list-style: none;
    width: 17%;
    display: inline-block;
    padding: 7px 0px;
    border-bottom: 1px dashed;
    margin: 0px 11px;
}
.bmw_models a{
    font-weight: 400;
    color: #000;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-family: 'Ubuntu';
}
.bmw_models a:hover{color:red}
.bmw_models h2:before{content:"";position: absolute;width: 80px;height: 3px;background: #f8c246;bottom: 0;}
.bmw_models h2{position:relative;margin: 0px;margin-bottom: 20px;font-size: 30px;line-height: normal;padding-bottom: 13px;}
.bredd {
    background: #242323;
    padding: 10px 0px;
}
.bredd .breadcrumb {
    padding: 0px;
    text-align: left;
}
.bredd .breadcrumb li{
    color: #fff;
    font-size: 17px;
}
.bredd .breadcrumb li a{}
.nrermod {
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.nrermod h3 {
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 16px;
    line-height: inherit;
    margin: 0px;
}

.honda_accord {
    border: 1px solid #ccc;
    box-shadow: 0px 0px 20px #e5e5e5;
    padding: 21px 23px;
    margin-bottom: 20px;
}

.honda_mnn {
    display: flex;
}

.tran_imgg {
    width: 210px;
}

.tran_imgg img {width: 100%;}

.tran_imggtt {
    width: 100%;
    margin-left: 30px;
}

.tran_imggtt h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0px;
    line-height: inherit;
    padding-bottom: 10px;
}

.tran_imggtt p {
    margin-bottom: 15px;
}

.butonhj {
}

.butonhj a {
    display: inline-block;
    width: 43%;
    float: left;
    background: #c70202;
    border-radius: 100px;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border: 2px solid #c82e29;
    margin: 0px 10px;
}

.butonhj a:last-child {background: #fff;color: #c82e29;}
.transmions_model {
}

.transmions_model ul {
    padding: 0px;
}

.transmions_model li {
    list-style: none;
    display: inline-block;
    width: 24%;
}

.transmions_model li a {
    display: block;
    width: 100%;
    color: #000;
    font-size: 16px;
    padding-bottom: 22px;
    font-weight: 500;
}

.coll_speas {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-bottom: 0px;
    width: 100%;
    /* margin-top: 30px; */
}

.coll_speas i {
    width: 60px;
    height: 60px;
    border: 1px solid #c80909;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 37px;
    margin-right: 10px;
    color: #cf0101;
}

.call_ter {
}

.call_ter span {
    font-size: 14px;
    line-height: normal;
}

.call_ter p {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}

.transmissionmake {
    padding-left: 20px;
}

.trans_head {
    font-size: 25px;
    padding-top: 0px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 14px !important;
}

.trans_head:before {
    content: "";
    height: 4px;
    position: absolute;
    width: 60px;
    background: #c00000;
    bottom: 0;
}
.transmissionmake h2{margin:0px;line-height: normal;padding-bottom: 10px;/* margin-bottom: 14px; */}
.bmwbred {padding:50px 0px}

.shippo {
    background: #eaeaea;
    margin-top: 30px;
    padding: 30px;
}

.shippo ul {
    padding: 0px;
}

.shippo li {
    list-style: none;
    display: flex;
    width: 100%;
    align-items: center;
    padding-bottom: 18px;
}

.shippo img {
    width: 44px;
}

.shippo p {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-left: 28px;
}
.nmh ul{}
.nmh li{}
.bmw_models p{
    font-family: 'Ubuntu';
    margin-bottom: 8px;
    font-size: 16px;
}

p {
    
    font-family: 'Ubuntu';
}

.spedffh {padding: 0px;}
.spedffh li{
    list-style: inside;
    padding-bottom: 5px;
    font-family: 'Ubuntu';
}

.rebuit330e {font-size:23px;}
.r4700trans {}
.r4700trans ul{
    padding: 0px;
    margin-top: 11px;
    margin-bottom: 0px;
}
.r4700trans li{
    list-style: none;
    display: flex;
    /* font-size: 30px; */
    /* justify-content: center; */
    align-items: center;
    padding-bottom: 17px;
}
.r4700trans li p{
    font-size: 20px;
    margin: 0px;
}
.r4700trans li img{
    width: 35px;
    height: 35px;
    margin-right: 13px;
}

.bg_check {
    display: inline-block;
    font-variant: blo;
    margin-bottom: 10px;
    width: 100%;
}
.bg_check a{
    background: #ffc107;
    width: 47%;
    display: block;
    float: left;
    margin: 7px;
    text-align: center;
    font-size: 19px;
    color: #000;
    padding: 10px;
    border-radius: 100px;
    font-family: 'Ubuntu';
    box-shadow: 0px 0px 10px #ccc;
    border: 2px solid #fff;
}
.transmi-inner_cont {
    padding: 30px 0px 0px 0px;
}
.transmi-inner_cont h2{
    margin: 0px;
    line-height: normal;
    padding-bottom: 11px;
    font-size: 30px;
    margin-top: 18px;
}
.transmi-inner_cont h3{
    margin: 0px;
    font-size: 23px;
}
.transmi-inner_cont p{
    font-size: 16px;
    margin-bottom: 8px;
}
.transmi-inner_cont ul{
    padding-left: 20px;
    margin-bottom: 0px;
}
.transmi-inner_cont li{
    font-family: 'Ubuntu';
    padding-bottom: 10px;
}
.call_ter a{color:#000}



.google_reviews {
    background: #ffffff;
    padding: 50px 0px 0px 0px;
}
.reviewmain {
    margin-bottom: 40px;
}
.reviewmain p{
    color: #2e2e2e;
    /* text-align: justify; */
}
.named_img_box {
    display: flex;
    margin-bottom: 9px;
}
.named_img_box img{
    width: 50px;
    height: 50px;
}
.name_box h3{
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    line-height: normal;
}
.name_box .star_icon {
    display: flex;
}
.name_box .star_icon i{color: #ffc900;line-height: inherit;padding: 0px;width: 19px;font-size: 17px !important;}
.star_icon  p{
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
}

.name_box {
    margin-left: 11px;
}

.hesdfg {
    margin-bottom: 30px;
}
.hesdfg h2{
    font-size: 28px;
    font-weight: 900;
    margin: 0px;
    line-height: normal;
}
.hesdfg img{
    width: 270px;
}

.partsavailabl {
    margin: 0px;
    padding-bottom: 10px;
    color: red;
    font-size: 19px;
}
.search_middletext h1{
    margin: 0px;
    font-size: 27px;
    color: #0cc00c;
    padding-bottom: 10px;
}
.search_middletext p{
    font-size: 23px;
    font-weight: 700;
}
.search_middletext {
    text-align: center;
    margin-bottom: 40px;
}
.part_searc_form {
    width: 46%;
    /* position: relative; */
}
.part_searc_form form{
    position: relative;
    margin-top: 8px;
}
.part_searc_form form input{
    width: 100% !important;
    border-radius: 100px;
    border: 1px solid #333;
    position: relative; color:#000;
    height: 47px;
}
.part_searc_form form input:focus{   border: 1px solid #333;}
.part_searc_form form button{
    position: absolute;
    right: 17px;
    border-radius: 100px;
    height: 35px;
    width: 35px;
    background: #efb32a;
    color: #000;
    text-align: center;
} 
.part_searc_form form button i{padding:0px;width: auto !important;}

.gkory {display: flex;
    justify-content: space-between;}
    .dispkfjghgk {display:none}
.sterring_coumns_parts {
    padding: 30px 0px 60px;
}
.sterring_coumns_parts .row{
    /* display: flex; */
    /* flex-wrap: wrap; */
}
.sterring_coumns_parts ul {
    padding: 0px ma;
    contain-intrinsic-block-size: auto 100px;
    display: flex;
    flex-wrap: wrap;
}
.sterring_coumns_parts ul li {
    list-style: none;
    display: flex;
    /* border-bottom: 1px dashed #ccc; */
    /* padding: 0px; */
    padding-top: 0px;
}
.sterring_coumns_parts ul li a{
    color: #000;
    display: block;
    width: 100%;
    display: flex;
    align-items: baseline;
    border-bottom: 1px dashed #aaa8a8;
    line-height: normal;
    padding: 10px 0px;
    font-family: 'Ubuntu';
}
.sterring_coumns_parts ul li a i{
    padding: 0px;
    width: initial;
    margin-right: 9px;
}
.sterring_coumns_parts .middle_head h2 {font-size:30px;}
.middle_head{}
.middle_head h2{position:relative}
.middle_head h2:before{position:absolute;content:"";background: #ffc107;height: 4px;width: 80px;bottom: 0;right: 0;left: 0;margin: auto;}
.middle_head p{
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
}

.toyatapartsc .choose_box {
    background: #fff;
}
 
.toyatapartsc .choose_box:hover img {
    filter: brightness(0.1);
}
.toyatapartsc .choose_box h3{
    color: #000;
    font-weight: 500;
    font-size: 18px;
    padding-top: 16px;
}

.ffj67gf {}
.ffj67gf li{}
.jeep-bgg {background-image: url(../images/jeep-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;}
    .honda-bgg {background-image: url(../images/honda-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;}
     .ford-bgg {background-image: url(../images/ford-ng.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;}
     .hyndaii-bgg {background-image: url(../images/hyndai_new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;}
    .cadallic {background-image: url(../images/cadallic.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;}
    
    
.toyatapartsc .choose_box:hover p {
    color: #000;
}    
    
    
.transmissionmake h1{margin-top:0px; font-size:32px;}
.seardhfk a{
    background: #c40000;
    color: #fff;
    display: inline-block;
    font-family: 'Ubuntu';
    font-size: 18px;
    font-weight: 600;
    padding: 9px 30px;
    border-radius: 100px;
}
.seardhfk span{
    display: block;
    margin-bottom: 3px;
    margin-top: 8px;
    font-weight: 500; font-size:18px;
}
.text_rhankx{}
.text_rhankx h3{
    font-size: 36px;
    margin: 0px;
}
.text_rhankx h4{
    margin: 0px;
    margin-bottom: 30px;
}
.text_rhankx p{
    font-size: 22px;
}
.text_rhankx a{
    background: red;
    color: #fff;
    font-family: 'Ubuntu';
    font-weight: 600;
    padding: 14px 30px;
    display: inline-block;
    border-radius: 100px;
}
.cadhfkji {}
.cadhfkji .col-sm-3{
    display: flex;
}

