/*  
    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
================================================== */
body {
  background: #000;
  color: #666666;
  -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: 'Saira', sans-serif;
}

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: #000;
}

button:focus,
.btn:focus {
  outline: 0 solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  background: #f01586;
  color: #fff;
  border: 1px solid transparent;
  position: relative;
}

/* Button */
button {
  background: none;
  border: none;
  display: inline-block;
}
button:hover {
  cursor: pointer;
}
p{
  line-height: 28px;
      color: black;
}
.download-btn {
  margin-bottom: 0;
}
.download-btn a {
  display: block;
  color: #fff;
  font-size: 24px;
  font-family: "Dosis", sans-serif;
}
.download-btn a span {
  font-weight: 400;
}
.download-btn a i {
  float: right;
  color: #ff1194;
  font-size: 30px;
}

/* Section */
section,
.section {
  padding: 0px 0;
  position: relative;
  z-index: 1;
}

/* Section title */
.section-title {
  margin-bottom: 14px;
  line-height: 26px;
  padding-bottom: 8px;


}
.section-title span {
  font-weight: 400;
}


.column-title,
.column-title-sm {
  position: relative;
  margin-bottom: 55px;
}
.column-title span,
.column-title-sm span {
  font-weight: 400;
}
.column-title:before,
.column-title-sm:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #ff1194;
}
.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: 24px;
}

/* Show */
.show {
  opacity: 1;
  visibility: visible;
}

/* Overflow Hidden */
.overflow-hidden {
  overflow: hidden;
}

/* Background */
.highlight {
  background-color: #ff1194 !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: #ff1194;
}

/* 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;
}
.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: #ff1194;
  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: 165px;
  -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;
  }
ul.social-icon{
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 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 800px;
    background-size: contain;
    background-attachment: fixed;
    background-position: bottom;
    text-align: center;
}
.banner-area.bg-overlay:after {
  background: rgba(0, 0, 0, 0.4);
}

.banner-heading .banner-title {
  font-size: 60px;
  color: #fff;
  font-weight: 400;
}
.banner-heading .banner-title span {
  font-weight: 700;
  color: #f7d912;
}

.breadcrumb {
  list-style: none;
  background: none;
  justify-content: center;
}
.breadcrumb li {
  color: #fff;
  font-size: 20px;
  font-family: "Dosis", sans-serif;
}
.breadcrumb li a {
  color: #ff1194;
}
.breadcrumb li:not(:last-child):after {
  content: "/";
  margin: 0px 5px;
}

.modal-dialog {
    max-width: fit-content;
}

.modal-body img {
    width: 100%;
    height: 600px;
}

.modal-header {
    padding: 0px;
}

/* 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: 30px;
}
.navbar .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.navbar .nav-item .nav-link {
  padding: 17px 23px 17px 0px;
  display: block;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  color: #fff;
}
.navbar .nav-item .nav-link:hover {
  color: #fff;
}
.navbar .nav-item .nav-link:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  /*background: #fff;*/
  width: 80%;
  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: 300px;
  border: none;
  padding: 15px 0;
}
.navbar-nav .nav-item .dropdown-menu li {
  padding-bottom: 0px;
  border-bottom: 1px solid #c8cbcd;
}
.navbar-nav .nav-item .dropdown-menu li a {
  color: #101010;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  padding: 6px 23px;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-nav .nav-item .dropdown-menu li a.active {
  /*color: #fff;*/
  background: #ff1194;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px){
    .navbar .menu-btn {
        display: none;   
    }
}
.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: #f4128e;
  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: #ff1194;
}

.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: #ff1194;
  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: #fff;
}

/* Input */
/* Contact Me */
.intro-form .btn-primary {
  border: 1px solid;
}

/* 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 {
  color: #000;
  background-color: #fff;
  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: #ff1194;
}
.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: #ff1194;
}

.ts-feature .widget-contact {
  margin-top: -100px;
}
.ts-feature .contact-form-title {
  margin-left: 15px;
  height: 55px;
  margin-right: 15px;
  background: #ff1194;
  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.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: #ff1194;
  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: 10px 0 37px;
  background: linear-gradient(45deg, #192027 30%, #f01586 25%);
}
.ts-header-classic .ts-logo-area .info-wrapper .info-subtitle {
  color: #f2f2f2;
}
.ts-header-classic .ts-logo-area .info-wrapper .info-title {
  color: #f2f2f2;
}
.ts-header-classic .header-angle {
  position: absolute;
  width: 100%;
  margin-top: -30px;
  padding: 10px 0;
  background-color: #192027;
}
.ts-header-classic .header-angle:after {
  background: transparent;
}
.ts-header-classic .header-angle .ts-navbar {
  border-right: 1px solid #192027;
}
.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: #192027;
  margin-left: 0px;
  padding-right: 0px;
}
.ts-header-classic .header-angle .navbar-light:before {
  position: absolute;
  top: 0;
  left: -56px;
  right: auto;
  content: "";
  border-right: 56px solid #192027;
  border-top: 60px solid transparent;
}
.ts-header-classic .cart-link form {
  padding: 0px;
}
ul.top-contact-info li i{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f2f2f2;
    font-size: 19px;
    line-height: 17px;
    background: #192027;
    padding: 10px;
 

  }
  .ts-logo img{
      height: 90px;
  }

/* Header 3
==================================*/
.ts-top-bar-2.standard {
  background-color: #ff1194;
}

.ts-header-standard .ts-logo-area {
  padding: 15px 50px;
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #000;

}
.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: #f7d912;

}
.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: #f7d912;
  border-bottom: 3px solid #f7d912;
}
.ts-header-standard .ts-logo-area .navbar .nav-item {
  margin-right: 0px;
}
.ts-header-standard .ts-logo-area .navbar .nav-item .dropdown-menu {
  top: 76px;
  z-index:999999;
}
.ts-header-standard .ts-logo-area .navbar .nav-item .nav-link.active {
  color: #f7d912;
}
.ts-header-standard .ts-logo-area .navbar .nav-item .nav-link.active:after {
  background-color: #f7d912;
  bottom: -3px;
}
li.nav-item a.nav-link:active{
  color: #f7d912;
}
.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: #ff1194;
}

.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: #ff1194;
}
.ts-header-transparent .navbar .nav-item .nav-link.active:after {
  bottom: -8px;
  background-color: #ff1194;
}
.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: #ff1194;
}
.ts-header-transparent .navbar-light .navbar-nav .nav-link:focus, .ts-header-transparent .navbar-light .navbar-nav .nav-link:hover {
  color: #ff1194;
}

/*  */
/* 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 0px;
}
.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;
    position: absolute;
    list-style: none;
    top: -19px;
    right: 0px;
    float: right;
}
.top-contact-info li {
  display: inline-block;
  position: relative;
  top: 10px;
  margin-right: 6px;
  border-right: 1px solid #c2c2c0;
}
.top-contact-info li:last-child{
   border-right: none;
}
.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: 26px;
}
.info-wrapper p {
  margin-bottom: 0;
}
.info-wrapper .info-title {
  font-size: 15px;
  font-weight: 500;
  color: #101010;
  line-height: 18px;
}
.info-wrapper .info-subtitle {
  color: #666666;
  font-size: 15px;
}

/* 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: #ff1194;
}

.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: #ff1194;*/
/*  z-index: -1;*/
/*}*/
/*.header-angle:before {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 68%;*/
/*  content: "";*/
/*  border-right: 56px solid #ff1194;*/
/*  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;
  background: #f01586;
}
.cart-link a sup {
  font-size: 8px;
  top: -15px;
  background: #fff;
  color: #ff1194;
  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: "Dosis", sans-serif;
  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: "Dosis", sans-serif;
  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: "Dosis", sans-serif;
  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: "Dosis", sans-serif;
  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: "Dosis", sans-serif;
  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: 650px;
  background-size: cover;
  background-repeat: no-repeat;

}
.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-size: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;

}
.slider-content h1 small {
  font-size: 20px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.slider-content span {
  font-family: 'Saira', sans-serif;    
  color: #f01586;
  font-size: 2rem;
  font-weight: 900;
  text-transform: none;
}
.slider-content .slider-desc {
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
  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: #ff1194 !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;
}
.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: "Dosis", sans-serif;
  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-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: #2f3967;
}
.feature-single .feature-content {
  margin-left: 80px;
  padding-right: 10px;
}
.feature-single .feature-content h3 {
  margin-bottom: 13px;
}
.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;
}
.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: 385px;
}
.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: #ff1194;
}
.box-skew-right.bg-red .column-title {
  color: #fff;
}
.box-skew-right.bg-red .column-title span {
  color: #fff;
}
.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: #fff;
}
@media (min-width: 1200px) {
  .box-skew-right {
    padding-left: 75px;
  }
}

/* Working Process */
.ts-working-process {
  margin-top: 0px;
  padding-top: 0;
  margin-bottom:60px;
}

.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: #e755a5;
}
.working-box-wrapper .working-single-box.bg-red:before {
  border-color: #e755a5 #e755a5 #e755a5 transparent;
}
.working-box-wrapper .working-single-box.bg-red:after {
  border-color: transparent #e755a5 transparent #e755a5;
}
.working-box-wrapper .working-single-box.bg-red-light {
  background: #ff1194;
}
.working-box-wrapper .working-single-box.bg-red-light:before {
  border-color: #ff1194 #ff1194 transparent;
}
.working-box-wrapper .working-single-box.bg-red-light:after {
  border-color: transparent #ff1194 transparent #ff1194;
  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: #fb41a7;
}

/* 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;
    text-align: center;
}

.ts-service-bg.bg-overlay:after {
  background: rgba(0, 0, 0, 0.8);
}

.ts-service {
  margin-top: -175px;
}

.ts-service.ts-service-2 {
  padding-bottom: 70px;
}
.ts-service.ts-service-2 .ts-service-wrapper {
  margin-bottom: 30px;
}

.service-content {
  background: #000000;
  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-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: #192027;
  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%;
  height: 270px;
}
.ts-service-wrapper:hover .service-content {
  -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: #f5e20a;
}
.ts-service-wrapper:hover .readmore {
  color: #f01586;
}
.ts-service-wrapper:hover .readmore i {
  border-color: #f01586;
}

.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;
}

/* 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: #ff1194;
}
.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;
}

/* Latest news */
.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: #ff1194;
}
.ts-latest-post:hover .post-body .readmore {
  color: #ff1194;
}
.ts-latest-post:hover .post-body .readmore i {
  border-color: #ff1194;
}
.ts-latest-post:hover .post-body .post-date:before {
  border-color: #ff1194 #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: #ff1194;
  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: #ff1194 #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: #1a1a1a;
  position: relative;
}

.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: 27px 0 15px;
  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: #feba00;
  padding-left: 30px;
}
.footer-top [class*=col]:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  border-style: solid;
  border-color: transparent transparent transparent #feba00;
  border-width: 50px 0px 50px 50px;
  z-index: 1;
}
.footer-top [class*=col]:nth-child(3) {
  background: #fec834;
}
.footer-top .footer-box i {
  font-size: 36px;
  position: relative;
  top: 3px;
}
.footer-top .footer-box-content {
  padding-left: 25px;
}
.footer-box-content a{
  color: #fff;
}
.footer-top .footer-box-content h3 {
  font-weight: 600;
}

.footer-main {
  position: relative;
  margin: 0 0 13px;
 padding-top: 140px;
    padding-bottom: 70px;
}

.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;
  font-size: 15px;
  color: #fff;
}
.footer-main .footer-logo {
  margin-bottom: 25px;
}
.footer-logo img{
  height: 74px;
}
.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: #ff1194;
  color: #fff;
  border-color: #ff1194;
}

.footer-widget .widget-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget .widget-title:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background: #c1c0c1;
  top: 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;
}
.footer-widget.widget-service {
  padding-left: 50px;
}

.unstyled.service-time li {
  border-bottom: 1px dashed #2a3856;
  padding-bottom: 17px;
  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;
}
ul.service-time li{
  font-size: 16px;
}
.copyright {
  position: relative;
  background: #000;
  padding: 23px 0;
  text-align: center;
}
.copyright .copyright-info {
  color: #fff;
}
.copyright .copyright-info p {
    color: #fff;
}
.copyright .back-btn {
  width: 35px;
  height: 35px;
  background: #f01586;
  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: #ff1194;
}
.ts-tab.nav-tabs .nav-link.active:after {
  border-color: transparent transparent transparent #ff1194;
}

/* 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: #ff1194;
}
.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: #ff1194;
  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: #ff1194;
}
@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: #ff1194;
}
.ts-team-standard .ts-team-info .team-content:hover {
  background: transparent;
}
.ts-team-standard .ts-team-info .team-content .team-name {
  background: #ff1194;
  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: #ff1194 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 {
     background: url(../images/black-bg.png) repeat;
  padding: 80px 0 60px;
  position: relative;
  background-size: cover;
}
/*.ts-gallery:before{
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}*/
.ts-gallery h2{
    color: #fff;
}
.ts-gallery .img-gallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
.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;
}

/* 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: #ff1194;
  margin-bottom: 22px;
}
.post-content.post-single .post-body .entry-content blockquote p cite {
  color: #ff1194;
}
.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: #ff1194;
}
.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: #ff1194;
}
.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: #ff1194;
}
.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: #ff1194;
}
.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: #ff1194;
}
.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: #ff1194;
  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: #ff1194;
}
.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 #gmap_canvas {
  width: 100%;
  border: none;
}
.contact-info-item a{
  color: #fbda01;
}

.contact-details {
  background: #f01586;
  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;
  }
}

/* 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: #ff1194;
}
@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: #ff1194;
}
.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: #ff1194;
  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 {
  content:'';
  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.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 {
  background: #000;
  position: relative;
  padding: 100px 0;
  color: #fff;
}

.ts-pricing-table-standard h2 {
  color: #f01586;
  margin-bottom: 30px;
}
.ts-pricing-table-standard h2:after {
  content: '';
  display: block;
  height: 3px;
  background: #f7d912;
  margin: 15px 0;
  transition: 3s;
  transform: scaleX(1);
}

.ts-pricing-table-standard .plan {
  background: transparent;
  border: 2px solid #ff1194;
  color: #fff;
  padding: 15px;
  transition: background-color 300ms ease-in-out;
}
.ts-pricing-table-standard .plan:hover {
  background: #ff1194;
  color:#ff1194;
  transition: background-color 300ms ease-in-out;
}

.ts-pricing-table-standard h3.plan-name {
  color: #f7d912;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
}
.ts-pricing-table-standard h3.plan-name span {
  font-size: 20px;
}
.ts-pricing-table-standard .plan .plan-price {
  margin: 0 -15px;
  background: #ff1194;
  position: relative;
  height: 80px;
  padding-top: 12px;
  text-align: center;
  z-index: 2;
  transition: background-color 300ms ease-in-out;
}
.ts-pricing-table-standard .plan:hover .plan-price {
  background: #f7d912;
  transition: background-color 300ms ease-in-out;
}
.ts-pricing-table-standard .plan .plan-price strong {
  font-size: 30px;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
.ts-pricing-table-standard .btn-primary {
  background: #f01586;
  color: #fff;
  border: 1px solid transparent;
  position: relative;
  padding: 5px 20px;
  height: auto;
  transition: all 300ms ease-in-out;
}
.ts-pricing-table-standard .plan:hover .btn-primary {
  background: #f7d912;
  color: #f01586;
  transition: all 300ms ease-in-out;
}
.ts-pricing-table-standard .plan:hover .btn-primary:hover {
  background: #444;
  transition: 300ms;
  color: #fff;
}
.ts-pricing-table-standard .btn-primary:hover {
  background: #f7d912;
  transition: 300ms;
  color: #333;
}
.ts-pricing-table-standard .btn-primary:hover {
  background: #f7d912;
  transition: 300ms;
  color: #333;
}
.ts-pricing-table-standard p.note {
  color: #f7d912;
  margin-top: 10px;
  font-size: 0.8rem;
}
.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: #ff1194 transparent transparent;
  border-width: 0px 175px 0 175px;
  transition: border-color 300ms ease-in-out;
}
.ts-pricing-table-standard .plan:hover .plan-price:after {
  border-color: #f7d912 transparent transparent;
  transition: border-color 300ms ease-in-out;
}
.ts-pricing-table-standard .plan ul {
  margin-top: 60px;
  padding-left: 15px;
}
.ts-pricing-table-standard .plan ul li {
  list-style-type: none;
  border-bottom: 1px dotted #2b2b2b;
  padding-bottom: 10px;
}
.ts-pricing-table-standard .plan:hover ul li {
  color:#fff;
  padding-bottom: 10px;
}

.ts-pricing-table-standard .plan.plan-highlight .plan-name {
  color: #101010;
}
.ts-pricing-table-standard .plan.plan-highlight .plan-price {
  background: #ff1194;
  color: #fff;
}
.ts-pricing-table-standard .plan.plan-highlight .plan-price:after {
  border-color: #ff1194 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;
}
.ts-pricing-table-standard p.desc {
  margin-top: 50px;
  color: #f7d912;
}

.services {
  padding: 100px 0;
}

.services a:hover, .services a:active, .services a:focus {
    color: #f7d912;
    transition: 0.5s;
}
.services a {
    color: #f01586;
    transition: 0.5s;
}

.services p {
  color: #fff;
}

/* 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: "Dosis", sans-serif;
  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: #ff1194;
}
.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: #ff1194;
  -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;
}
/********************/
.img-responsive {
  width: 100%;
  height: auto;
}
.wrapboth{
  margin: 0 0px;
}
.about-content2{
    padding-top: 0px!important;
}
.gap-20 {
    padding-top: 50px!important;
}
.about-image {
    margin-top: 0px!important;
}
.about-content{
  background: url(../images/black-bg.png) repeat;

    position: relative;

  
}
.about-image{
    margin-top: -40px;
}
@media only screen and (min-width: 576px) {
    .content {
        padding: 0px 100px 0px 0px;
    }
    .gap-right {
    padding-right: 3px;
    padding-left: 19px;
}
.about-image {
    margin-top: 0px;
}
}
@media only screen and (max-width: 575px) {
    .content {
        padding: 20px;
    }
}
.about-content3{
    padding-bottom:0px;
}
.gap-right{
    padding-right: 40px;
    padding-left: 80px;

}
.pad-60{
    padding-top: 100px;
}

.about-content:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.about-content p{
    text-align: justify;
}

.about-content a{
  color: #f01586;
}
.about-content .section-title{
  margin-bottom: 10px;

}
.about-content h3{
font-size: 24px
}
.about-content span{
     color: #fff;
    font-weight: 600;
    font-weight: 18px;
    display: block;
    padding-bottom: 8px;
}
/***********************/
#ser-process{
 
  margin: 60px 0 0;
  padding: 80px 40px;
  background: url(../images/ser-bg.jpg);
  background-size: cover;
}
@media only screen and (max-width: 575px) {
    .glossary-container {

    padding: 20px;
   
}
    #ser-process{
        padding: 50px 10px;
    }
}
#ser-process h2{
    color: #fff;
}
#ser-process p.gray{
    color: #fff;
}
#ser-process:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.ser-line{
    background-color:#fff;
}
.ser-img{
  position: absolute;
  top: 7%;
  right: 6%;
}
.ser-block{
  height: 340px;
     box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 2em 6em 2em 2em;
}
ul.ser-lists li {
    line-height: 30px;
    position: relative;
    padding-left: 20px;
    color: #f2f2f2;
    font-weight: 500;
}
ul{
  padding-left: 0;
  margin-left: 0;
}
ul li{
  list-style: none;
}
ul.ser-lists li:before {
    position: absolute;
    font-family: "FontAwesome";
    content: '\f068';
    left: 0;
    top: 0px;
    color: #f2f2f2;
    font-size: 16px;
}
.ts-working-process h2.section-title{
  text-align: center;
}
h4.title2{
  padding-bottom: 5px;
  font-weight: 600;
  color: #f01586;
}

h3.title3{
  padding-bottom: 5px;
  font-weight: 600;
  color: #f01586;
  font-size: 24px;
}
.ts-gallery h2{
  text-align: center;
}
#ts-service-bg h2{
  color: #fff;
}
.testi-wrap{
  position:relative;
  background:url(../images/new-wheel.jpg) fixed!important;
  background-size:cover;
}
.testi-wrap:before{
  position: absolute;
    background: rgba(0, 0, 0, 0.8);
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.testi-wrap h2{
  color:#fff;
}
.testi{
  padding-top:0px;
  margin-top:30px;
  margin-bottom:60px;
}
.testi h3{
  padding-top:0px!important;
}
.testi i{
  font-size: 27px;
  color:#f01586;
  padding-bottom:0px;
  padding-right: 10px;
}
.testi-wrap h2{

}
/*************/
.separator-middle {
    background: #192027;
    height: 4px;
    width: 150px;
    margin: 35px auto;
}
.text-left .em_bar_bg {
    height: 5px;
    width: 90px;
    background: #beccdb;
    margin: 22px 0 30px;
    position: relative;
    border-radius: 30px;
}

.em_bar_bg {
    height: 5px;
    width: 90px;
    background: #beccdb;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}


.em_bar_bg1 {
    height: 5px;
    width: 90px;
    background: #f7d912;
   left: 0;
    position: relative;
    border-radius: 30px;
    margin-bottom: 20px;
}
.em_bar_bg12 {
    height: 2px;
    width: 40px;
    background: #192027;
    margin-bottom: 20px;
    position: relative;
    border-radius: 30px;
}
  
  .ts-testimonial  .ts-service-wrapper{
    background: transparent;
    padding: 40px 0;
  }
  .ts-testimonial  .ts-service-wrapper p{
    color: #fff;
  }
   .testi h4{
    color: #f2f2f2;
  }
  
  .testi span{
    color: #f7d912;
  }
  .ts-testimonial .ts-service-wrapper:hover .service-content {
  background: rgba(0, 0, 0, 0.5);

  -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);
}
  .ser-block{
    color: #666666;
  }
  .footer-widget h4{
color: #f01586;
padding: 5px 0;
  }
  .footer-social{
    margin-top: 10px;
  }
  .top-bar-event{
    padding-top: 4px;
  }
  .info-wrapper a{
    color: #f2f2f2;
  }
  /******************/
/**************/
section#ts-service{
padding:0;
}
.about-content h1{
    color: #fff;
}
.demo-form1{
  /*background: rgba(255, 255, 255, 0.7);
  padding: 60px 20px 51px 20px;*/
}

.demo-form1 h2{
  color: #000;
}
.bg-white {
    padding: 60px 0 20px;
    background-color: #333;
}
.bg-white h2.banner-h1{
  font-size: 26px;
  color: #fff;
}
.bg-white h3{
    color: #fff;
}
.banner-h1 {
    padding-bottom: 20px;
    color: #ffffff;
}
.btn-custom {
    padding: 13px 46px;
    background: linear-gradient(to right,#333333 50%,#f01586 50%);
    background-size: 200% 200%;
    background-position: right bottom;
    transition: all .2s ease-out;
    color: #FFF;
    margin-top: -10px;
    border: none;
    border-radius: 5px;
    text-shadow: 1px 1px 2px #666;
    font-weight: 600;
    font-size: 18px;
}
.btn-custom:hover {
    background: #ff1194;
    transition: all linear 0.25s;
}
.btn-custom a {
  color: #fff;
}

.btn-custom {
    padding: 13px 46px;
    background: linear-gradient(to right,#333333 50%,#000000 50%);
    background-size: 200% 200%;
    background-position: right bottom;
    transition: all .2s ease-out;
    color: #FFF;
    margin-top: -10px;
    border: 2px solid #f01586;
    border-radius: 5px;
    text-shadow: 1px 1px 2px #666;
    font-weight: 600;
    font-size: 18px;
}
#subber2 .btn {
    background: #f01586;
    padding: 12px 35px;
    color: #000;
    margin-top: 20px;
    font-size: 16px;
}
.testi-block h2{

}
.testi-block{
  padding: 80px 0;
}
@media only screen and (max-width: 575px) {
    .testi-block{
        padding: 20px;
    }
}
.about-content p{
    color: #fff;
}

.about-cont {
    padding: 20px 60px 30px 60px!important;
}
.about-cont1 {
    padding: 0px 60px 20px 60px!important;
}
.nopadding{
    padding:0;
}
.cardetail-block {
    background: url(../images/black-bg.png);
    position: relative;
    background-size: cover;
    z-index: 1;
    background-position: center;
    background-attachment: fixed;
}
.cardetail-block:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.slider-items img{
  position: relative;

}
/************** banner *************/
.banner{
  position: relative;
  height: 100vh;
  overflow: hidden;
}
/* Responsive banner for all mobile devices */
@media screen and (max-width: 767px) {
    .banner {
        height: 60vh;
        min-height: 400px;
        max-height: 650px;
        overflow: hidden;
    }
    .banner video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 480px) {
    .banner {
        height: 50vh;
        min-height: 350px;
    }
}
.slider-content h1 {
    font-size: clamp(24px, 5vw, 60px);
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}
.slider-content span {
    font-family: 'Saira', sans-serif;
    color: #f01586;
    font-size: clamp(16px, 3vw, 25px);
    font-weight: 900;
    text-transform: none;
}
.slider-content .slider-desc {
    font-size: clamp(14px, 2.5vw, 20px);
    color: #fff;
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 1.5;
}
.btn1{
  margin-top: 20px;
  
}
.btn1 a.btn2:hover {
    color: #fff;
    background: #000;
    transition: all linear 0.25s;
}
.btn1 a.btn3:hover {
    color: #fff;
    background: #fc1921;
    transition: all linear 0.25s;
}
.banner-text a.btn2{
  color: #fff;
    background: #fc1921;
    padding: 14px 36px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    border-radius: 4px;
}
.banner-text a.btn3{
  color: #fc1921;
  border: 2px solid #fc1921; 
   padding: 14px 36px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    border-radius: 4px;
    font-weight: bold;
}
.banner-text ul li{
  display: inline-block;
  margin-right: 10px;
}

.flexslider {
    position: relative;
}
.abt-img{
  padding-left: 20px;
}
ul.social-icon{
    padding-top:13px;
}

ul.social-icon li{
    text-align: center;
    display: inline-block;
    background-color: #f01586;
    padding: 6px 10px;
    border-radius: 50%;
    height: 34px;
    line-height: 24px;
    width: 34px;
    margin-right: 10px;
}
ul.social-icon li i{
    color: #fff;
}
.demo-form1{
    background:rgba(0, 0, 0, 0.7);
}
.testi .client-img{
    margin-bottom:20px;
}
.testi .client-img img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.bg-back{
  background: url(../images/interior-pic.jpg);
  z-index: 1;
  position: relative;
  background-size:cover;
}
.bg-back:before{
      position: absolute;
    background: rgba(255, 255, 255, 0.7);
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
/******************/
.our-main{
  background-color: #fff;
  padding: 80px 0 20px;

}
.ser-text{
  padding: 40px;
}
.our-main h4{
  text-align: center;
  }
.our-main h2{
  text-align: center;
  }
  .our-main  h3.title3{
    text-align: center;
  }
  ul.ser-lists1 li {
    line-height: 30px;
    position: relative;
    padding-left: 20px;
    color: #f2f2f2;
    font-size: 15px;
}
ul.ser-lists1 li:before {
    position: absolute;
    font-family: "FontAwesome";
    content: '\f111';
    left: 0;
    top: 0px;
    color: #f7d912;
    font-size: 12px;
}
hr.short-underline {
    display: inline-block;
    width: 60px;
    border: none;
    border-top: 3px solid #740950;
    margin: 10px 0px;
}
.ser-white{
  margin-bottom: 20px;
 
}

ul.ser-lists123 li:before {
    position: absolute;
    font-family: FontAwesome;
    content: "";
    left: 0px;
    top: 0px;
    color: rgb(102, 102, 102);
    font-size: 9px;
}
ul.ser-lists123 li {
    line-height: 23px;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}
/*********************** GALLERY PAGES ********************/
.main-gallery .ts-gallery {

}
.ts-contact-us{
  padding: 80px 0;
  background-color: #fff;
}
/*********************** Testimonials Page **************/
.testimonials-wrap{
  padding: 80px 0;

}
.testimonials-wrap h2{
  text-align: center;
  color: #fff;
}
.client-review{
  background-color: #fff;
  border-radius: 78px;
  padding: 10px 30px 0px;
  margin-top: 30px;
   box-shadow: 5px 10px 18px #888888

}
.client-review:hover{
   background-color: #f7d912;
   transition: all linear 0.25s;
}
.client-review .testi h4 {
    color: #f01586;
}
.client-review:hover .testi span{
color: #fff;
}
/**************** Glossary *******************/
.glossary-wrap{
  padding: 80px 0;
}
.glossary-detail h2{
  color: #fff;
}
.glossary-detail p{
  color: #ededec;
}


.glossary-container{
  background: url(../images/car.jpg) fixed;
  padding: 70px;
  position: relative;
}
.glossary-container h3{
  text-align: center;

}
.glossary-container:before{
  position: absolute;
    background: rgba(255, 255, 255, 0.7);
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.guaranteed{
  padding: 80px 0px;



}
.guaranteed h2{
color: #fff;

}
.guaranteed p{
color: #ededec;
}
/******************/
.university {
    position: relative;
}
.university:before {
    content: "";
    background-color: #f01586;
    position: absolute;
    height: 50%;
    width: 50%;
    bottom: 0px;
    left: -13%;
    -moz-transform: skew(-40deg, 0deg);
    -webkit-transform: skew(-40deg, 0deg);
    -o-transform: skew(-40deg, 0deg);
    -ms-transform: skew(-40deg, 0deg);
    transform: skew(-40deg, 0deg);
    z-index: 1;
}
.university .container {
    position: relative;
    z-index: 2;
    padding-top: 70px;
    padding-bottom: 70px;
}
.university .container:after {
    content: "";
    background-color: #f01586;
    position: absolute;
    height: 100%;
    width: 75%;
    top: 0px;
    right: 100%;
    z-index: 1;
    margin-right: 160px;
}
.university:after {
    content: "";
    background-color: #f01586;
    position: absolute;
    height: 50%;
    width: 50%;
    top: 0px;
    left: -13%;
    -moz-transform: skew(40deg, 0deg);
    -webkit-transform: skew(40deg, 0deg);
    -o-transform: skew(40deg, 0deg);
    -ms-transform: skew(40deg, 0deg);
    transform: skew(40deg, 0deg);
    z-index: 1;
}
 .university:before, .university:after {
    width: 55%;
}
.max-450 {
    max-width: 450px;
    z-index: 3;
}
.university h2 {
    margin: 0px 0px 30px;
    padding: 0px;
    font-weight: bold;
    color: #FFFFFF;
   
}

.university p {
    margin: 0px 0px
 20px;
    padding: 0px;
    font-size: 17px;
    line-height: 32px;
    color: #FFFFFF;
}
.university a {
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    line-height: 32px;
    color: #f7d912;
}

@media only screen and (min-width: 769px){
.university figure, .new-land-pages .new-banner figure, .stickey-footer {
    display: none !important;
}
}
/**********************/

/*****************/
.services-block12 h3{
  color: #fff;
  font-weight: 600;

}
.services-block12 .service-content{
  background: transparent;
  padding-top: 0px;
}
.services-block12 .service-content p{
  color: #e1e1e0;
}
.services-block12 .service-content h3{
  color: #f01586;
}
/**********  Guarantee ********/
.guaranteed h2{
  color: #f01586;
}
.section.our-mission {
  background-color: #343638;

    background: url(../images/black-bg.png);
    
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 80px;
  text-align: center;
}
.our-mission h2{
  font-size: 36px;
  color: #fff;
}
.mission-text-wrap {
    max-width: 700px;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.paragraph {
    color: #ddd;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
}
.mission-text-wrap .button {
    color: #fff;
    text-transform: capitalize;
    background-color: #f01586;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    display: flex;
}
ul.service-time li i{
  padding-right: 5px!important;
}
.no-pad{
  padding: 4px;
}
/******************** Services Page ******************/
.section-prices {
  padding: 90px 0;
  background-color: #fff!important;

   /*background-image: linear-gradient(-225deg, #141414 0%, #3C3B3B 56%, #060505 100%);*/
}
.section-prices .section-header {
  background-color: #FFF;
  margin-bottom: 1rem;
  padding: 1.5rem 1rem;
  text-align: center;
  color: #555;
  font-weight: 700;
  box-shadow: 0 10px 35px -10px rgba(0, 0, 0, .3);
}
.contact-p a{
font-weight: 600;
}

.list-boxs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-boxs .card {
  width: 100%;
  text-align: center;
  position: relative;
  border: none;
  background-color: #fff;

 }

.list-boxs .card .head,
.list-boxs .card .body {
  padding: 1.5rem 1rem;
}
.list-boxs .card{
  background: url(../images/price-bg.jpg);
  background-size: cover;

}
.list-boxs .card .head {
  color: #333;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  transform: translateY(0px);
  transition: transform .3s linear;
}
.list-boxs .card:hover .head {
  transform: translateY(0);
  box-shadow: 0 -5px 10px rgba(0, 0, 0, .1);
}

.list-boxs .card .ticket {
  color: #f01586;
  width: 80%;
  margin: 0 auto;
  padding: 1.8rem;
  font-size: 1.4rem;
  font-weight: bold;
  height: var(--ticket-height);
  box-shadow: inset 0px 6px 6px -5px rgba(0, 0, 0, .25),
              inset 0px -6px 6px -5px rgba(0, 0, 0, .25);
}
.list-boxs .starter .ticket {
  background-color: var(--color-green);
}
.list-boxs .standard .ticket {
  background-color: var(--color-blue);
}
.list-boxs .premium .ticket {
  background-color: var(--color-orange);
}

.list-boxs .card .body {
  transform: translateY(-30px);
  transition: transform .3s linear;
  position: relative;
}
.list-boxs .card:hover .body {
  transform: translateY(0);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.list-boxs .card p {
  font-size: .95rem;
  color: #333;
  text-align: justify;
  line-height: 25px;
  font-size: 17px;
}
.list-boxs .card .btn {
  margin-top: 6px;

  outline: none;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  border: 1px solid #555;
  border-radius: 25px;
  background-color: #f7d912;
  color: #fff;
  cursor: pointer;
  padding: 25px 30px;
  transition: all .2s linear;
}
.list-boxs .card .btn:hover {
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .15);
}
.head-title .em_bar_bg{
  background: #f01586;
}
.list-boxs .btn {
  background: #f01586;
  border-color: var(--color-green);
}
.list-boxs .standard .btn {
  background: var(--color-blue);
  border-color: var(--color-blue);
}
.list-boxs .premium .btn {
  background: var(--color-orange);
  border-color: var(--color-orange);
}
ul.price-lists{
  text-align: left;
}
ul.price-lists li{
  line-height: 30px;
  position: relative;
padding-left: 15px;
font-size: 16px;
}

ul.price-lists li:before {
    position: absolute;
    font-family: "FontAwesome";
    content: '\f0da';
    left: 0;
    top: 0px;
    color: #FF0F9E;
    font-size: 24px;
}

@media screen and (max-width: 750px) {
  .list-boxs {
    justify-content: space-around;
  }
  .list-boxs .card {
    width: 45%;
  }
}

@media screen and (max-width: 550px) {
  .list-boxs .card {
    width: 95%;
  }
}
.contact-p{
  background-color: #f01586;
  padding: 50px;
  margin-bottom: 30px;
}
.contact-p h2{
font-size: 30px;
color: #f7d912;
}
.contact-p p{
color: #fff;
font-size: 17px;
}
.contact-p a{
  background: #f7d912;
  padding: 12px 30px;
  display: inline-block;
  color: #000;
}
.service-page{
  padding: 15px 0;
  color: #f7f7f7;
}
.service-page h2{
  color: #f01586;
}
.service-page h3 {
  color: #f01586;
}
.service-page p{
  color: #f7f7f7;
  }

.service-page ul li {
  line-height: 30px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}

.service-page ul li:before {
  position: absolute;
  font-family: "FontAwesome";
  content: '\f111';
  left: 0;
  top: 0px;
  color: #FF0F9E;
  font-size: 12px;
}
  .auto-wrap {
    background: url("../images/carbg.png") no-repeat;
    text-align: center;
    position: relative;
    padding: 70px 0;
    z-index: 1;
    background-size: cover;
}
.auto-wrap:before {
    position: absolute;
    background: rgba(225, 225, 225, 0.9);
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.service-page2{
  text-align: left;
  padding-bottom: 30px;
}
.service-page2 p{
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  color: #B1AEAE;

}
.service-page2 h3{
  color: #000;
  font-size: 30px;
  padding-bottom: 10px;

}
.service-page2 p{
  color: #333;
}
.page-content{
  padding-bottom: 70px;
}
.gap-top{
  padding-top: 90px;
}
.gap-down{
  padding-bottom: 90px;
}
.head span{
  color: #f7d912;
  font-size: 22px;
}
/*********pain correction page ***************/
.paint-wrap .price-li{
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F7D615), color-stop(1, #E7D257));
    padding: 20px 0;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    border: 1px solid #000000;
    border-bottom: 0;
        border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    font-size: 1.1em;
  }
  .paint-wrap .price-pt-details{
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F7D615), color-stop(1, #E7D257));

  position: relative;
    padding: 15px 25px;
    border-width: 1px;
    border-style: solid;
    border-color: #212121;
    border-top-color: #000000;
    border-right-width: 0;
    box-shadow: inset 0px -15px 25px rgba(0,0,0,0.05);
    text-align: center;
  }
  ul.list12{
    text-align: center;
  }
  .paint-wrap{
    background-color: #CFCDCE;
    text-align: center;
    padding-bottom: 30px;
  }
  ul.list12 li{
padding: 10px;
background-color: #CFCDCE;
border-bottom: 1px solid #818081;
  }
    ul.list12 li:last-child{
      border-bottom: none
    }
  .price-btn a{
    background-color: #000;
    color: #fff;
    padding: 15px 20px;
    display: inlinep-block;
  }
  .page-content h1 {
    color: #740950;
    font-size: 32px;
    margin-bottom: 15px;
}

.service-content h2{
  color: #fff;
}
/******************/
.mar-bottom{
  margin-bottom: 90px;
}
.car-img img{
  height: 400px;
  width: 100%;
}
.paint-protection .ts-gallery{
  padding: 0px 0;
}
.list-boxs .card{
  text-align: left;
}
.services-block1 {
    background: url("../images/car12.jpg") no-repeat;
    background-size: cover;
    position: relative;
    padding: 120px 0;
    color: #fff;
    z-index: 1;
}
.pad-30{
  padding-bottom: 30px;
}
.services-block1:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.construction-content-area{
  text-align: center;
}
.construction-content-area h2{
  color: #f2f2f2;
  padding-bottom: 20px;
}
/****************************/
ul.price-new li{
  border-bottom: 1px solid #CFCDCE;
  padding: 9px 0;
  color: #f2f2f2;
}
.price-right h3{
  background: #666;
  color: #FFF;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 10px;

}
.price-right p{
   color: #f2f2f2;
}
.price-right span{
  color: #f7d912;
}
.card .btn{
  text-transform: inherit;
  font-size: 14px;
    padding: 9px 13px;
    height: 39px;
}
.service-content p{
    text-align:justify;
}
.prices-back{
    background: url(../images/interior-pic.jpg);
    z-index: 1;
    position: relative;
    background-size: cover;
}
.prices-back:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.card h3{
  font-size: 27px;
  line-height: 2px;
  padding-bottom: 20px;
}
.head-title{
  text-align: center;
  margin-bottom: 60px;
}
/********************/
 .list-boxs .card:before{
  content: '';
  position: absolute;
 bottom: 0;
    left: 0px;
     width: 0;
      height: 0;
     border-bottom: 147px solid rgba(240, 21, 134, 0.7);
    border-right: 179px solid transparent;
 }
 .white-box{
 
 }
 
.margin-top{
  padding-top: 120px;
 
}
   .white-box h2{
    font-size: 32px;
    color: #EAEAE9;
 }
 .white-box ul li{
  line-height: 50px;
  position: relative;
  padding-left: 35px;
  color: #DFDEDD;
 }
  .white-box ul li:before{
        position: absolute;
    font-family: "FontAwesome";
    content: '\f111';
    left: 0;
    top: 0px;
    color: #FF0F9E;
    font-size: 12px;
  }
  .prices-wrap .card{
    padding: 55px;
  }
  .bg-gray{
    background-color: #fff;
  }
  .price-block-box{
    background-color: #fff;
  }
  .prices-wrap .ticket{
    font-size: 26px;
    padding: 12px 0;
    color: #f01586;
  }
  .prices-wrap .card .btn{
padding: 13px 30px;
border-radius: 25px;
background: #f01586;
color: #fff;

  }
  .price-block-box img{
    height: 100%;
    width: 100%;
  }
  .list-boxs img{
    height: 100%;
    width: 100%;
  }
  .price-block-box .card {
  margin-bottom: 0px;
 
}
.white-bg{
  background-color: #fff;
}
.price-pt-details1{
  background: #f01586;
  padding: 10px;

}
.price-pt-price{
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.services-block12 {
  margin-bottom: 40px;
}

.services-block12 .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.services-block12 .service-image {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.services-block12 .service-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}
/****************** Benifits ******************/
.bg-black{
  background-color: #000;
}
.benifits1{
  padding-top: 30px;
  padding-bottom: 60px;
}
.benifits1 h3{
  color: #fff;
}
.benifits1 p{
  color: #f2f2f2;
}
.benifits .nopadding{
  padding: 5px;
}
.benifits{
    background: #000;
}
.benifits-list{

  position: relative;
  margin-bottom: 30px;
}
.benifits-content{
  position: absolute;
  top: 6%;
  padding-right:20px ;
   padding-left:20px ;
  text-align: center;

}
.benifits-list:before{
position: absolute;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.pad-btn span{
  padding-bottom: 20px;
  display: inline-block;
}
.pad-btn ul li{
  padding-bottom: 10px;
}
.benifits-content h3{
  color: #f01586;
  font-size: 30px;

}
.benifits-content p{
   color: #fff;

}
.ser-page{
  color: #f2f2f2;
}
h2.white{
  color: #f01586;
}
.benifits h3{
  color: #f2f2f2;
  font-size: 15px;
}
.benifits p {
    margin-bottom: 5px;
    color: #f2f2f2;
    font-size: 13px;
    line-height: 23px;
}
.paint-wtrr .img-gallery .img-fluid{
  height: 270px;
  width: 100%;
}
.features{
  padding: 70px 0;
}
.white{
  color: #f2f2f2;
}
.prices-back .list-boxs h3{
  font-size: 25px;
  text-align: center;
}

.service-container {
  display: flex; 
  border: 4px solid #d1d1d1; 
  border-radius: 5px;
  overflow: hidden; 
}

.ts-service-wrapper {
  flex: 1; 
  background-size: cover;
  background-position: center;
  height: 350px; 
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ts-service-wrapper .service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7); 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
}

.ts-service-wrapper .service-content h3 {
  font-size: 20px;
  color: #f01586; 
  margin-bottom: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -66px;
}

.ts-service-wrapper .service-content p {
  font-size: 14px;
  color: #d1d1d1; 
  margin-bottom: 15px;
  word-spacing: -1px;
}

.ts-service-wrapper .service-content .readmore {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #f01586;
    padding: 8px 20px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    transform: translate(-50%);
    background-color: black;
}

.ts-service-wrapper .service-content .readmore:hover {
  background-color: #f01586;
  color: #fff;
}


.ts-service-wrapper:first-child {
  border-right: 4px solid #d1d1d1; 
  border-top: 4px solid #d1d1d1;
    border-bottom: 4px solid #d1d1d1;
}

.ts-service-wrapper:last-child {
  border-left: 4px solid #d1d1d1; 
}


.testimonial-card {
  background-color: #1a1a1a;
  color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin: 15px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.testimonial-card .google-logo {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.testimonial-card .stars {
  font-size: 18px;
  color: gold;
  margin-bottom: 10px;
}

.testimonial-card h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.testimonial-card span {
  font-size: 14px;
  color: #ccc;
}

.testimonials-wrap {
  padding: 50px 0;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.section-title h2, .gap-20 h2 {
  color: white;
}

.testimonials-wrap .testimonial-card img.google-logo {
  width: 50px !important;
  height: auto;
}

.testimonial-card h4 {
  color: #f01586; /* Changes only the testimonial name to white */
}



@media (max-width: 768px) {
  .testimonial-card {
    margin: 10px auto;
  }
}


/* General footer box styling */
.footer-box {
  background-color: transparent; 
  border: 2px solid #ff007f; /* Add a pink border */
  padding: 20px; 
  text-align: left; 
  position: relative; 
  margin-bottom: 20px; 
}

.footer-box-content {
  padding: 0; 
}

.footer-box i {
  font-size: 30px; 
  margin-right: 15px; 
}

/* If the triangles are created with a pseudo-element or background */
.footer-box:before, .footer-box:after {
  display: none !important; 
}

.footer-box {
  background-image: none !important; /* Ensure no background image */
}

/* Add more space between the boxes - scope to avoid header overflow */
.benifits .row,
.why-choose-us .row,
.about-content .row {
  margin-left: -10px; 
  margin-right: -10px; 
}

.col-md-4 {
  padding-left: 10px; /* Space between columns inside */
  padding-right: 10px; /* Space between columns inside */
}

/* Add some background color for each box */
.address-box {
  background-color: #eaf2f8; /* Light blue for address box */
}

.email-box {
  background-color: #fff9e6; /* Light yellow for email box */
}

.phone-box {
  background-color: #e6ffe6; /* Light green for phone box */
}

/* For responsive design (if needed) */
@media (max-width: 768px) {
  .footer-box {
    margin-bottom: 30px; /* More space between boxes on smaller screens */
    padding: 15px; /* Adjust padding for smaller screens */
  }
}

img.responsive-img {
    width: 100%;
    height: 257px;
}


/* Set uniform height for the container */
.benifits-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Push the button to the bottom */
  /*height: 500px;*/
}

/* Ensure content takes up the available space */
.benifits-content {
  flex-grow: 1; /* Fill available space within the container */
}

/* Button position consistency */
.benifits-list .btn {
    position: absolute;
    bottom: 10px;
    left: 15px;
    border-radius: 20px;
    font-size: 11px;
}


/* Adjust for smaller screens */
@media (max-width: 768px) {
  .benifits-list {
    height: auto; /* Relax height constraint */
  }

  .btn {
    position: static; /* Revert to normal flow for smaller screens */
    margin-top: 15px;
  }
}

.services-wrap12 .content-wrapper {
  display: flex;
  flex-wrap: wrap; /* Ensures responsiveness */
  gap: 20px;       /* Space between columns */
  align-items: flex-start;
}

.services-wrap12 .introduction {
  flex: 1;
  max-width: 50%; /* Adjust width for the introduction section */
}

.services-wrap12 .video-wrapper {
  flex: 1;
  max-width: 50%; /* Adjust width for the video section */
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-wrap12 .video-wrapper video {
  width: 63%;
  max-width: 100%; /* Ensures the video doesn't exceed the container */
  border-radius: 8px; /* Optional styling for the video */
}

@media (max-width: 768px) {
  .services-wrap12 .content-wrapper {
     flex-direction: column;
  }

  .services-wrap12 .introduction,
  .services-wrap12 .video-wrapper {
     max-width: 100%;
  }
}

.custom-col {
   flex: 0 0 20%; /* 1/5 of the row width */
   max-width: 20%;
   padding: 0;
}


img.imgage-responsive {
    width: 100%;
    height: 452px;
}



.service-content li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-content ul {
    padding: 0;
    margin: 0;
    color: #d1d1d1;
    font-size: 14px;
}

.why-choose-us {
  padding: 50px 20px;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

.content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.text-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 60%;
  justify-content: center;
}

.box {
  flex: 0 0 calc(50% - 10px); /* Half-width boxes with spacing */
  background-color: #121212; /* Slightly lighter black */
  padding: 10px;
  border: 3px solid #fff6f6;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.box h3 span {
  color: #999; /* Highlight for the number */
  font-size: 24px;
  margin-right: 10px;
}

.box p {
  font-size: 14px;
  color: #ccc;
}

.image-section {
  width: 35%;
}

.image-section img {
  width: 100%;
  border: 3px solid #333; /* Border for styling */
  border-radius: 5px;
  margin-bottom: 31px;
  margin-left: 75px;

}

.cta-button {
  text-align: center;
  margin-top: 30px;
}

.get-quote {
  display: inline-block;
  padding: 12px 30px;
  background-color: #666; /* Grey background for button */
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.get-quote:hover {
  background-color: #fff;
  color: #000;
}

.text-boxes .box h3 {
  color: white; /* Set heading color to white */
}

.why-choose-us .section-title {
  color: white; /* Set the color of the h2 to white */
}

.benifits-list {
    border: 2px solid #ddd; /* Adds a border */
    /*padding: 20px; */
    /*margin-bottom: 20px;*/
    border-radius: 8px; /* Optional: Rounds the corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle shadow for depth */
}


button.close {
    height: 20px;
}










