html {
  font-size: 10px;
}
@font-face {
  font-family: 'Myriad Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
}

@font-face {
  font-family: 'Myriad Pro Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Condensed'), url('../fonts/MYRIADPRO-COND.woff') format('woff');
}
@font-face {
  font-family: 'Myriad Pro Condensed Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Condensed Italic'), url('../fonts/MYRIADPRO-CONDIT.woff') format('woff');
}

@font-face {
  font-family: 'Myriad Pro Light';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Light'), url('../fonts/MyriadPro-Light.woff') format('woff');
}

@font-face {
  font-family: 'Myriad Pro Semibold';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Semibold'), url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}

@font-face {
  font-family: 'Myriad Pro Semibold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Semibold Italic'), url('../fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}

@font-face {
  font-family: 'Myriad Pro Bold Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold Condensed'), url('../fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
}

@font-face {
  font-family: 'Myriad Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
}

@font-face {
  font-family: 'Myriad Pro Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold Italic'), url('../fonts/MYRIADPRO-BOLDIT.woff') format('woff');
}

@font-face {
  font-family: 'Myriad Pro Bold Condensed Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold Condensed Italic'), url('../fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}

/* Text property */
/* width properties */
/* color property */
/* Font Property */
a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000;
}

.navbar .nav-item .nav-link {
  font-family: 'Myriad Pro Regular';
  font-weight: 300 !important;
  letter-spacing: 1px;
  padding: 16px 0;
  margin: 0 25px;
  font-size: 25px;
}

.navbar .nav-item .nav-link:after {
  display: none;
}

.navbar .nav-item:last-child .nav-link {
  margin-right: 0;
}

.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,
.navbar .nav-item .nav-link:hover {
  color: #1ed1c8;
}

.navbar .nav-item .nav-link:after {
  background: #1ed1c8;
}

.header-angle:before {
  border-right: 60px solid #172c59;
  border-top: 58px solid transparent;
}

.ts-header:after,
.ts-top-bar:before {
  height: 8px;
}

.ts-top-bar {
  width: 100%;
  position: absolute;
  z-index: 100;
}

.ts-logo {
  position: relative;
  top: 30px;
}

.ts-logo-area {
  padding: 0;
}

.navbar .nav-item:last-child {
  margin-right: 0;
}

img.logo2 {
  position: absolute;
  left: 42%;
  top: 12px;
}

.info-wrapper .info-subtitle {
  color: #7f004f;
}

.info-wrapper .info-subtitle,
.info-wrapper .info-title {
  font-size: 1.8rem;
}

.info-wrapper .info-title {
  color: #172c59;
  font-weight: 400;
    margin-bottom: 0;
    font-size: 20px;
}

.info-wrapper {
  margin-right: 2.5rem;
}

.info-wrapper p {
  margin-bottom: 7px;
}

.top-contact-info .icon,
.top-contact-info .fa {
  font-size: 5rem;
  top: 5px;
  position: relative;
}

.top-contact-info {
  margin-top: 20px;
}

#ts-quote {
  background: #7f004f;
}

#ts-quote p {
  margin: 0;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
}

#ts-quote .fixed-width p {
  font-size: 3rem;
  font-family: 'Myriad Pro Regular';
}

#ts-quote .fixed-width p a {
  font-family: 'Myriad Pro Regular';
}

#ts-quote p .btn {
  margin-left: 2rem;
  color: #000;
  padding: 10px 20px;
  font-size: 2.5rem;  
  display: inline;
  background: #e1ae03 !important;
  font-weight: bold;
  border: 0 !important;
}

#ts-quote p .btn:hover {
  color: #fff;
}

button:disabled{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  opacity: .65; 
  cursor: not-allowed !important;
}
.btn::after {
  background: transparent !important;
}

.btn,
.newsletter-form.contactMe .newsletter-box .btn,
.contactMe .btn {
  background: #1ed2c9;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 2px solid #fff;
  width: 180px;
  height: 55px;
  display: block;
  text-align: center;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;  
}

.btn:hover,
.newsletter-form.contactMe .newsletter-box .btn:hover,
.contactMe .btn:hover {
  border: 2px solid #fff;
  background: #172c59 !important;
}

.contactMe button#submit {
  background: #172c59; 
}


.contactMe button#submit:hover {
  background: #1ed2c9 !important;
}

.feature-single .feature-icon,
.feature-single .feature-content h3 {
  color: #7f004f;
}

.feature-single .feature-content h3 {
  margin: 0;
  padding: 15px 0;
  font-size: 2.5rem;
}

.section-title:before {
  background: #7f004f;
  height: 5px;
}

.box-skew-left .box-skew-img:before, .box-skew-left:after {
  background: #172c59 !important;
}

#ts-service-bg {
  padding: 200px 0 200px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #bfbfbf; font-size: 20px !important;}
::-moz-placeholder { /* Firefox 19+ */  color: #bfbfbf; font-size: 20px !important;}
:-ms-input-placeholder { /* IE 10+ */  color: #bfbfbf; font-size: 20px !important;}
:-moz-placeholder { /* Firefox 18- */color: #bfbfbf; font-size: 20px !important;}


#appointment-form ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 90%;
}

#appointment-form ul li {
  width: 45%;
  margin: 0 2% 2%;
}

#appointment-form ul li input,
#appointment-form ul li select {
  width: 100%;
  height: 60px;
  background: #172c59;
  border: 2px solid #fff;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

#appointment-form button#submit {
    font-weight: 300;
    width: 160px;
    height: 50px;
    line-height: 30px;  
    margin: 0 !important;
}

#appointment-form .item-content.item-input.fullWidth {
  margin: 0 auto !important;
  width: 180px;
}

.box-skew-sm-right:after {
  background: #1ed1c8;
}

.footer-top [class*=col],
.footer-top [class*=col]:nth-child(3) {
  background: #7f004f;
}

.footer-top [class*=col]:nth-child(1):after {
  border-color: transparent transparent transparent #7f004f;
}

.footer-top [class*=col]:nth-child(2) {
  background: #5E033C;
}

.footer-top [class*=col]:nth-child(2):after {
  border-color: transparent transparent transparent #5E033C;
}

.work-process-inner {
  background: #6e9dff;
  border-radius: 50%;
  width: 320px;
  height: 320px;
  position: relative;
  margin: auto;
}

.box-quote:after,
.box-vehicle:before,
.box-doneit:before,
.box-vehicle:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 100px;
  height: 17px;
}

.box-quote:after {
  right: -57px;
  background: #6e9dff;
}

.box-vehicle:before {
  left: -57px;
  background: #204ba6;
}

.box-doneit:before {
  left: -57px;
  background: #172c59;
}

.box-vehicle:after {
  right: -57px;
  background: #204ba6;
}

.box-vehicle {
  background: #204ba6;
}

.box-doneit {background: #172c59;}
.work-process-inner h3,.work-process-inner p {color: #fff;padding: 15px 0 0;}
.work-process-inner h3 {font-size:3rem;margin: 0;font-weight: 400;}
.work-process-inner p {font-size: 2rem;padding: 10px 30px;line-height: normal;}
.work-process-inner span {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);display: block;width: 100%;}
.work-process-inner span img {width: 100px;}
#ts-newsletter .section-title {color: #fff;font-size: 50px;}
#ts-newsletter .section-title:before {background: #fff;}
#ts-service-bg .column-title {text-align: center;}
#ts-service-bg .column-title:before {left: 45%;bottom: -10px;}
#ts-service-bg .newsletter-form.contactMe .field {height: 60px;font-size: 25px;border-width: 2px;}
/*2704*/
.footer-top [class*=col]:nth-child(1):after {z-index: 1;transform: rotate(30deg);width: 250px;height: 250px;background: #5E033C;top: 15px;right: -188px;}
/*2717*/
.footer-top [class*=col]:nth-child(2):after {z-index: 1;transform: rotate(30deg);width: 250px;height: 250px;background: #7f004f;top: 25px;right: -184px;}
.footer-box {overflow: hidden;}
.testimonial-carousel {max-width: 450px;}
.testimonial-carousel.owl-carousel .owl-item {width: 600px;}
.ts-newsletter .column-title,
.testimonial-body,
.testimonial-body h4,
.testimonial-container .testimonial-footer .client-info .client-name,
.testimonial-container .testimonial-footer .client-info span {color: #172d58;}
.testimonial-body h4 {font-size: 25px;}
.ts-newsletter .column-title:before {width: 100px;height: 6px;}
.testimonial-carousel.owl-carousel .owl-dots button {background: #1d9fa7;width: 14px;height: 14px;}
.testimonial-carousel.owl-carousel .owl-dots button.active {background: #172c59 !important;width: 20px;height: 20px;}
.footer-box-content a {color: #fff}
#ts-newsletter.about-newsletter .section-title,
#ts-newsletter.about-newsletter .white-color p,
#ts-newsletter.about-newsletter .box-skew-sm-left img,
#ts-newsletter.home-newsletter .section-title,
#ts-newsletter.home-newsletter form {
  padding: 0 0 10px 100px;
}

.testimonial-content {
  display: inline !important;
}

.testimonial-content h4,
.testimonial-content ul.ts-rating {
  display: inline;
}

.testimonial-content ul.ts-rating {
  position: relative;
  top: -5px;
  /*left: 20px;*/
  float: right;
}

.contactMe input {
  font-size: 20px;
}

#ts-newsletter.about-newsletter .section-title {
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 55px;
}

#ts-newsletter.about-newsletter .custom-fontsize p {
  font-size: 25px;
  padding-top: 45px;
  padding-right: 100px;
}

#ts-newsletter.about-newsletter .custom-fontsize p.nopadd {
  padding-top: 0;
}

.testimonial-carousel.owl-carousel .owl-dots button {
  margin-top: 10px;
}

.about-newsletter .testimonial-body p {
  width: 100%;
  font-size: 20px;
}

#ts-newsletter .box-skew-sm-right h2.column-title {
  font-size: 50px;
  margin-bottom: 40px;
}

.slider-content .btn {
  background: #162b5a;
  border-color: #00d1c8;
}

.slider-content .btn:hover {
  background: #00d1c8 !important;
}

.slider-content h1 small {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  letter-spacing: 2px;
}

.slider-content h1 {
  font-size: 90px;
  margin: 0;
  font-weight: 600;
  line-height: 1;
}

.slider-content .slider-desc {
  font-size: 26px;
  font-family: 'Myriad Pro Regular';
  text-align: left;
  font-size: 32px;
  line-height: 1.3;
}

.slider-content p {
  text-align: right;
}

.slider-content h1 span {
  color: #1ed1c8;
  letter-spacing: 2px;
}

.slider-content .btn {
  font-size: 28px;
  padding: 20px;
  font-weight: 300;
  text-transform: capitalize;
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 40px;
  font-family: 'Myriad Pro Regular';
}

.slider-content2,
.slider-content3 {
  text-align: right;
}

.slider-content2 h1 span {
  font-size: 84px;
  display: block;
  padding: 10px 0;
}

.slider-content2 .slider-desc,
.slider-content3 .slider-desc {
  text-align: right;
}

.slider-content2 h1 small {
  font-size: 44px;
  letter-spacing: 2px;
  padding-bottom: 10px;
}

.slider-content2 .slider-desc {
  padding-top: 20px;
}

.slider-content2 .btn,
.slider-content3 .btn {
  margin-right: 0;
}

.slider-content3 h1 small {
  font-size: 46px;
  padding-bottom: 15px;
  display: block;  
}

.slider-content3 .slider-desc {
  font-size: 30px;
}

.slider-content3 h1 span {
  font-size: 88px;
  position: relative;
  top: -5px;
}


.ts-slider-area.owl-carousel .owl-nav button:hover {
  background: #1ed1c8!important;
}

#ts-quote .btn {
  padding-bottom: 0;
}

#appointment-form ul li.item-content.contactMe input {
  margin-bottom: 0;
}

label.error,
.get-quote label.error {
  color: red;
  font-size: 14px;
}

#appointment-form label.error {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  padding: 5px;
  border-radius: 0 0 5px 5px;
}

#appointment-form ul li {
  position: relative;
}

#successMessage,
#errorMessage {
  font-weight: 300;
  text-align: center;
  display: block;  
  color: #fff;
  font-size: 17px;
  line-height: 1.7;
}

#errorMessage {
  color: red;
}

#successMessage button.btn {
  transition: none;
}

#successModal .modal-footer .btn,
#errorModal .modal-footer .btn {
  height: 30px;
  padding: 20px;
  line-height: 0;
  background: rgb(23, 44, 89);
}

#successModal .btn.close,
#errorModal .btn.close {
  background: transparent;
  border: 0;
  font-size: 40px;
}

#successModal .modal-footer {
  display: block;
  border: 0;
  padding: 0;
}

#successModal .modal-header {
  padding: 0;
  border: 0;
}

#successModal .modal-content {
  border-radius: 10px;
  min-height: 510px;
  box-shadow: 0 5px 10px #000;
}

#successModal .modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  margin-top: 0;
}

#successModal .modal-header .close {
  top: 20px;
  background: transparent;
  opacity: 1;
  position: absolute;
  right: 20px;
  color: #fff;  
  font-weight: 300;
}

#successModal .modal-header .close {
  padding-top: 5px;
  width: auto !important;
  height: auto !important;
}

.modal-body .col-md-6:last-child {
  background: #162b58;
  border-radius: 0 10px 10px 0;
}

.modal-body .col-md-6 {
  position: relative;
}

.modal-body .col-md-6:first-child img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);  
}

span.text-thanks {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  font-family: 'Myriad Pro Regular';
  margin-bottom: 25px;
}

.bg-blue {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);  
  width: 90%;  
}

.modal-body .row {
  min-height: 510px;
}

.modal-body {
  padding: 0 15px;
}

.contactMe .field {
  font-size: 20px;
}

#appointment-form .contactMe .field.cm-date {
  background: #172c59 url('../images/icons/cal1.png') no-repeat 96% 15px !important;
  background-size: 25px 25px !important;
}

#appointment-form .item-input-wrap {
  text-align: center;
}

#appointment-form .btn:hover {
  background: #1ed1c7;
}

.contact-us-page .contactMe .field.textarea {
  height: 150px;
  width: 100%;
}

.feature-icon img {
  width: 100px;
}


.ts-feature-wrapper .feature-icon  {
  min-height: 110px;
}

.feature-content p {
  padding-right: 50px;
}

.top-contact-info li:first-child {
  right: 50px;
}
.show .modal-body button.btn {
  width: auto;
  margin: 10px auto 0;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  border: 0;
  padding: 0 20px;
}

.g-recaptcha {
  float: right;
}
#g-recaptcha-error {
	width:100%;
	float:left;
	display:block;
	text-align: center;
    padding: 5px 5px;
}
h2 {
  font-size: 32px;
}

.copyright .copyright-info {
  text-align: center;
  font-size: 12px;
}

#ts-service-bg .contactMe input.field  {
  width: 100%;
}

.slider-items .container, .slider-items .row {
  height: 115%;
}

span.clr-red {
  color: red;
}

span.clr-blue {
  color: blue;
}

#successModal span.clr-red,
#successModal span.clr-blue {
  display: block;
}

label span {
  vertical-align: top;
  color: #7f004f !important;
  font-size: 25px !important;
  display: inline-block;
  font-weight: 700;
}

.footer-widget.widget-service .unstyled li a:hover {
  padding-left: 5px;
  color: #7f004f;
}

.ts-news.ts-news-2 .section-title {
  text-align: center;
  font-size: 50px;
}

.ts-news.ts-news-2 .section-title:before {
  left: 48%;
}

.our-services-content {
  padding-top: 0;
}

.home-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 49%;
}

.home-slider .owl-dots button {
  width: 20px !important;
  height: 20px !important;
  background: #fff !important;
}

button.owl-dot.active {
  background: #1ed2c9 !important;
}

.about-newsletter .box-skew-sm-left p,
.about-newsletter .box-skew-sm-left h2,
.about-newsletter .box-skew-sm-left img {
  left: 100px;
  position: relative;
}

.about-newsletter .box-skew-sm-left .section-title:before,
.home-newsletter .box-skew-sm-left .section-title:before {
  left: 100px;
}

.news-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: 45%;
  width: 108%;
  left: -4%;  
}

.news-carousel.owl-carousel .owl-nav button.owl-next {
  right: 0;
  position: absolute;
}

.ts-latest-post .post-media.post-image img {
  min-height: 400px;
}

#reused_form button.btn {
  width: 250px;
}

.contactMe {
  border: 0 !important;
}

#subscribe-form .error {
  position: absolute;
  left: 6px;
  top: -30px;
}

#ts-service-bg.ts-service-bg  h2 {
  font-size: 50px;
}

#appointment-form button#submit {
  position: relative;
  top: 25px;
}

.box-skew-area-left {
  height: 490px;
}

.banner-heading p {
  font-weight: 400 !important;
}

.errorab {
  position: relative;
}

.errorab label {
  position: absolute;
  top: -25px;
  left: 0;
}

label.error, .get-quote label.error {
  position: relative;
  top: -15px;
}

.testimonial-container .testimonial-footer img {
  width: 80px;
  height: 80px;
}

a.btn-link {
  width: 340px;
  height: 80px;
  display: block;
  position: absolute;
  right: 100px;
  bottom: -168px;
}

a.btn-link.link3 {
  width: 415px;
}

.contact-details p {
  font-weight: 300 !important;
}

.modal-backdrop.show {
  opacity: .8;
}

.item-input-wrap input:focus+label.error {
  display: none !important;
}

.align-items-center .col-md-7 {
  padding-right: 4%;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 45%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  display: inline;
  margin: 0 5px;
  padding: 0;
  font-size: 0;
}

.slick-dots li button {
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: #00d1c8;
}
#contact-form .contactMe input {

  padding: 0px 10px;
}
#contact-form .contactMe textarea {
  line-height: 25px;
  padding: 10px 10px;
}
#validEmail {
	display: block;
    padding: 5px 0px;
    color: red;
    font-weight: bold;
}
/* media starts */

@media (max-width: 1750px) {
  .header-angle:before {
    right: 80%;

  }
  .header-angle:after {
    width: 80% !important;
  }

  .ct-u-display-tablex .col-md-5 {
    max-width: 0% !important;
    flex: 0 0 0% !important;
  }

  .ct-u-display-tablex .col-md-7 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

@media (min-width: 576px) {
  #successModal .modal-dialog {
    max-width: 53%;
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 768px){
  .col-md-6.padleft2 {
    padding-left: 2%;
  }
  .col-md-6.padright2 {
    padding-right: 2%;
  }
  .get-quote .offset-md-1{
    margin-left: 4.1%;
  } 
}

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

  .footer .container,
  .ts-news.ts-news-2 .container,
  .contact-map .container {
    max-width: 1650px;
  }

    .our-services-content .container {
      max-width: 1500px;
    }

  .container.fixed-width {
    width: 1250px;
    max-width: 100%;
  }

  .slider-items {
    min-height: 800px;
    height: 800px;
  }

  .ct-u-display-tablex .custwidth .col-md-5 {
    max-width: 30.6667%;
    flex: 0 0 30.6667%;
  }

  .ct-u-display-tablex .custwidth .col-md-7 {
    max-width: 69.3333%;
    flex: 0 0 69.3333%;
  }
}

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

/*# sourceMappingURL=custom.css.map */

.custom-fontsize p {
  font-size: 27px;
  line-height: 1.5;
}

.contact-details h2.column-title {
  font-size: 50px;
  text-transform: uppercase;
}

.contact-details h3.column-title {
  font-size: 35px;
  font-family: 'Roboto', sans-serif !important;
}

.white-color p {
  color: #fff;
}

.our-services .col-md-6 {
  position: relative;
  text-align: center;
}

.our-services .col-md-6 a {
  transform: translate(-50%,-50%);
  color: #fff;
  display: block;
  font-size: 42px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1.1;
  font-weight: 600;
}

.our-services .col-md-6 a span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 80px;
  border-bottom: 10px solid #fff;
  margin-bottom: 15px;
}

.our-services .col-md-6.customleft a {
  left: 16%;
  transform: translate(-10%,-50%);
}

.our-services .col-md-6:nth-child(2) a {
  left: 42%;
  transform: translate(-36%,-50%);
}

.our-services .col-md-6:nth-child(4) a {
  left: 40%;
  transform: translate(-36%,-50%);
}

.our-services .col-md-6 {
  margin-bottom: 50px;
}

.our-services-content p {
  font-size: 22px;
  line-height: 1.5;
}

.our-services-content p {
  padding-left: 34%;
  padding-top: 70px;
  width: 95%;
}

.our-services-content p span {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 80px;
  left: 115px;
  color: #172c59;
  font-weight: 700;
}
.service-even,
.service-odd {
  min-height: 205px;
  position: relative;
  margin-bottom: 50px;
}

.service-even p span {
  color: #fff;
}

.service-odd {
  background: url('../images/services/services-bg-1.jpg') no-repeat left top;
  background-size: cover;
 }

.service-even {
  background: url('../images/services/services-bg-2.jpg') no-repeat left top;
  background-size: cover;
}

.contactMe .section-title,
.contactMe .section-title span  {font-size: 40px;text-transform: uppercase;margin-bottom: 30px;}

.get-quote .contactMe input,
.get-quote .contactMe textarea {
  border: 1px solid #202c54 !important;
  color: #000;
  border-radius: 0;
  font-size: 20px;
}

#reused_form input,
#reused_form textarea {
  font-size: 20px;
}

.contact__form.contactMe textarea {
  height: 200px;
}

.contact__form.contactMe>section {
  padding: 0;
}

.get-quote label {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #162b58;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.contactMe .form-row {
  margin-bottom: 30px;
}

.get-quote h5 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #7f004f;
}

.get-quote .text-center p {
  font-size: 32px;
  font-weight: 600;
  color: #202c56;
  margin-bottom: 50px;
  font-family: 'Myriad Pro Regular';
}

.get-quote .text-center p span {
  color: #7f004f;
  font-weight: 700;
  font-size: 30px;
}

.contactMe .section-title:before {
  left: 46.5%;
}

.cus-description {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #202c56;
  text-transform: uppercase;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  border: 2px solid #7094b6;
  display: inline-block;
  cursor: pointer;
  font-size: 15px !important;
  padding: 15px;
  background: #fff;
  margin-top: 20px;
}

.choose-file {
  background: #eeeeee;
  border: 1px solid #202c56;
  padding: 40px 20px;
  text-align: center;
}

.choose-file p,
.get-quote .contactMe p.fsize-big {
  font-size: 21px;
  color: #202c56;
  margin-bottom:20px;
}

.get-quote .contactMe p.fsize-big {
  padding-top: 25px;
}

.quote-banner {
  min-height: 500px;
}

.contactMe input {
  height: 70px;
}

.contact-us .contactMe textarea {
  height: 190px;
  width: 100%;
  padding: 15px;
}

.get-quote label.custom-file-upload {
  width: 100%;
  margin: 0 auto;
}

.contactMe .field {
  width: 100%;
}

.ts-logo-area .row.align-items-center {
  min-height: 180px;
}

.ts-newsletter.about-newsletter .box-skew-area-left {
  height: 550px;
}

html {
  overflow-x: hidden;
}

.footer-top .footer-box-content h3 {
  font-weight: 300;
  font-size: 27px;
}

.footer-top .footer-box:nth-child(2) {
  padding-left: 80px;
}

.footer-main  {
  border-top: 1px solid #fff;
}

.copyright {
  background: #252525 !important;
  border-top: 1px solid #fff;
}

.copyright-info span {
  font-size: 15px;
}

.footer-widget .unstyled li a{
  font-size: 20px;
}

.footer-widget.news-widget ul li {
  width: 100px !important;
  height: 84px;
  overflow: hidden;
}

.footer-widget.news-widget ul li img {
  min-height: 84px;
}

.service-time li {
  margin-bottom: 9px !important;
  padding-bottom: 9px !important;
}

.widget-service ul li {
  margin-bottom: 25px !important;
}

.footer-widget.widget-service {
  padding-left: 7% !important;
}

.footer-widget.hours-col {
  padding-left: 5%;
}

.feature-content p.nopadd {
  padding-right: 0 !important;
}

@media (min-width: 992px) {
  .ts-top-bar .col-lg-6,
  .ts-top-bar .col-lg-4,
  .ts-top-bar .col-lg-2 {
    padding: 0;
  }
}

@media (max-width: 1750px) {
  .navbar .nav-item .nav-link {
    margin: 0 35px;
  }

  .slider-content h1 span {
    font-size: 80px;
  }

  .slider-content3 h1 span,
  .slider-content2 h1 span {
    font-size: 70px;
  }

  .slider-content3 h1 small,
  .slider-content2 h1 small,
  .slider-content h1 small {
    font-size: 34px;
  }

  .slider-content3 .slider-desc,
  .slider-content2 .slider-desc,
  .slider-content .slider-desc {
    font-size: 25px;
  }

  .slider-content,
  .slider-content .slider-desc {
    text-align: right;
  }

  .slider-content .btn {
    font-size: 20px;
    margin-right: 0 !important;
  }
}

@media (max-width: 1600px) {
  .footer-top .footer-box-content h3 {
    font-size: 2.5rem;
  }
  .slider-content h1 {
    font-size: 60px;
  }

  .slider-items .container, .slider-items .row {
    height: 100%;
  }  

    img.logo2 {
    width: 200px;
    left: 38%;
  }

  .top-bar-angle:before {
    right: 44%;
  }

  .top-bar-angle:after {
    width: 44%;
  }

  .slider-items {
    height: 550px;
    background-size: 100% 100% !important;
  }

  a.btn-link {
    width: 290px;
    right: 125px;
    bottom: -230px;
  }

  a.btn-link.link3 {
    width: 350px;
  }

  #successModal .modal-dialog {
    max-width: 80% !important;
}

}


@media (max-width: 1499px) {
  img.logo2 {
    left: 33%;
    top: 36px;
  }
  .navbar .nav-item .nav-link {
    margin: 0 25px;
  }

  .footer-top .footer-box-content h3 {
    font-size: 2.2rem;
  }
}

@media (max-width: 1300px) {
  .info-wrapper .info-subtitle, .info-wrapper .info-title {
    font-size: 2rem;
  }

  .slider-content h1 span {
    font-size: 40px;
  }
  .slider-content h2 span,
  .slider-content h3 span {
    font-size: 40px;
  }

  .slider-content3 h1 small, .slider-content2 h1 small, .slider-content h1 small {
    font-size: 25px;
  }

  .content1.slider-content .slider-desc {
    padding-left: 20%;
  }

  .slider-content3 .slider-desc,
  .slider-content2 .slider-desc,
  .slider-content .slider-desc {
    font-size: 20px;
  }

  a.btn-link {
    width: 280px;
    right: 100px;
  }

  a.btn-link.link3 {
    width: 330px;
  }

  .slider-items { 
    min-height: 370px;
  }

  .ct-u-display-tablex {
    height: 450px;
  }

  .slick-dots li button {
    width: 12px;
    height: 12px;
  }

  .slider-content .btn {
    font-size: 16px;
    padding: 10px 15px;
  }

  .slider-content3 h1 small,
  .slider-content2 h1 span {
    padding: 5px 0 !important;
  }

  .slider-content .slider-desc {
    margin-bottom: 10px;
  }

  .slider-content, .slider-content .slider-desc {
    padding-top: 0 !important;
  }

}

@media (max-width: 1250px) {
  .navbar .nav-item .nav-link {
    font-size: 18px;    
  }


  .navbar .nav-item {
    margin-right: 15px;
  }

  .top-bar-social-icon li a {
    padding: 0 6px;
  }

  .footer-top .footer-box-content h3 {
    font-size: 2rem;
  }

  .footer-top .footer-box i {
    font-size: 26px;
  }

  .work-process-inner img {
    width: 80px;
  }

  .work-process-inner p {
    font-size: 2rem;
  }

  a.btn-link {
    width: 220px;
    height: 50px;
    bottom: -155px;
  }

  a.btn-link.link3 {
    width: 270px;
  }
  
}


@media (max-width: 1300px) {
    .top-bar-angle:before {
      right: 46%;
    }

    .top-bar-angle:after {
      width: 46%;
    }  
}

@media (max-width: 1200px) {
     img.logo2 {
        width: 150px;
        left: 30%;
        top: 15px !important;
    }
    
    .our-services .col-md-6 a {
      font-size: 26px;
    }

    .our-services .col-md-6 a span {
      font-size: 40px;
    }

    .service-even, .service-odd {
      background-size: 100% 100%;
    }

    .our-services-content p {
      font-size: 18px;
      padding-left: 25%;
    }

    .our-services-content p span {
      left: 40px;
      font-size: 60px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
  .footer-top .footer-box-content h3 {
    font-size: 1.8rem;
  }

  .footer-top [class*=col] {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container {
      max-width: 100%;
  }

  #ts-feature .row .row {
    width: 100%;
  }

  .info-wrapper .info-subtitle, .info-wrapper .info-title {
    font-size: 1.8rem;
  }

  .navbar .nav-item {
    margin: 0 !important;
  }

  .info-wrapper {
    margin-right: 0;
  }

  .top-bar-angle::before {
    right: 55%;
  }
  .top-bar-angle::after {
    width: 55%;
  }
  img.logo2 { 
    width: 100px;
  }
}

@media (max-width: 1024px) {
  .navbar .nav-item .nav-link {
    font-size: 1.5rem;
  }  

  img.logo2 {
    left: 30%;
  }

  .top-contact-info .icon, .top-contact-info .fa {
    font-size: 4rem;
  }

  .ts-logo-area .row.align-items-center {
    min-height: 160px;
  }

  .footer-widget .unstyled li.news-text {
    margin: 5px;
  }

  .work-process-inner {
    width: 275px;
    height: 275px;
  }
  .box-vehicle:before,
  .box-doneit:before {
    left: -35px;
  }

  .box-skew-sm-left {
    padding-left: 95px;
  }

  .box-skew-area-left {
    margin-left: -57px;
  }

  #ts-quote p a {
    margin-top: 20px;
    display: inline;
  }

  #ts-feature .feature-single .feature-content h3 {
    font-size: 2.5rem;
  }

  #ts-newsletter .section-title {
    font-size: 40px;
  }

  .box-skew-sm-right {
    padding-left: 50px;
  }

  #ts-feature .feature-single .feature-content p {
    font-size: 22px;
  }

  .slider-content h1 {
    font-size: 40px;
  }

  .slider-content .slider-desc br {display: none;}

  .banner-heading p {
    font-size: 26px;
  }

  #ts-newsletter.about-newsletter .section-title,
  #ts-newsletter .box-skew-sm-right h2.column-title {
    font-size: 30px;
  }

  #ts-newsletter.about-newsletter .section-title, 
  #ts-newsletter.about-newsletter .white-color p,
  #ts-newsletter.about-newsletter .box-skew-sm-left img,
  #ts-newsletter.home-newsletter .section-title,
  #ts-newsletter.home-newsletter form {
    padding-left: 0;
  }

  .about-newsletter .box-skew-sm-left .section-title::before,
  .home-newsletter .box-skew-sm-left .section-title::before {
    left: 0px;
  }

  #ts-newsletter.about-newsletter .white-color p {
    font-size: 20px;
  }

  .testimonial-carousel {
    max-width: 400px;
  }
  
  .footer-top .footer-box:nth-child(2) {
    padding-left: 40px;
  }

  .slider-items {
    height: 450px;
    background-size: 100% 100% !important;
  }

  a.btn-link {
      bottom: -130px;
      width: 180px;
      right: 76px;
  }

  a.btn-link.link3 {
    width: 220px;
  }

  span.text-thanks {
    font-size: 25px;
  }

  #successModal .modal-dialog {
    max-width: 90% !important;
  }

  /*1024px*/
}

@media (max-width: 1023px) {
  .top-bar-event span {
    font-size: 13px;
  }

  .navbar .nav-item .nav-link {
    font-size: 1.5rem;
  }

  .info-wrapper .info-subtitle, .info-wrapper .info-title {
    font-size: 1.6rem;
  }

  .ts-logo-area .row.align-items-center {
    min-height: 130px;
  }

  .slider-items  .row.align-items-center .col-md-5 {
    display: none;
  }

  .slider-items  .row.align-items-center .col-md-7 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .work-process-inner {width: 100%;height:250px;}

  .box-vehicle:before,
  .box-doneit:before,
  .box-quote:after,
  .box-vehicle:after,
  .work-process-inner p br {
    display: none;
  }

}

@media (max-width: 991px) {
  .header-angle:before {
    display: none;
  }

  .footer-top [class*=col] {
    padding: 20px;
    padding-left: 10px;
  }  

  #ts-service-bg .newsletter-form.contactMe .field {
    width: 100%;
  }

  .footer-top .footer-box i {
    font-size: 20px;
  }

  .footer-top .footer-box-content h3 {
    font-size: 1.6rem;
  }

  .footer-main {
    padding-top: 40px;
  }

  #ts-newsletter .section-title {
    font-size: 30px;
  }

  .navbar .nav-item {
    margin: 0;
  }

  .navbar .nav-item .nav-link {
    padding: 10px;
    border-bottom: 1px solid #fff;
  }

  .header-default .header-angle .navbar-collapse {
    padding: 0;
  }

  .header-default .header-angle .navbar-collapse {
    background: #172d59;
  }  
}

@media (min-width: 768px) and (max-width: 991px) {
/*  .ts-header .container,
  .ts-top-bar .container,
  .footer .container,*/
  .container {
    max-width: 100%;
    width: 100%;
  }

  #ts-feature .row .row {
    width: 100%;
  }

  .navbar .nav-item:last-child .nav-link {
    border-bottom: 0 !important;
  }

  .top-contact-info li:last-child {
    display: inline;
  }

  .top-contact-info li {margin: 0;}
  .header-angle:after {
    width: 20%;
  }

  .header-default .header-angle .navbar-toggler {
    margin-left: 95%;
  }

  .top-contact-info .icon, .top-contact-info .fa {
    font-size: 2rem;
  }

  .info-wrapper {
    font-size: 1.4rem;
    line-height: 1;
  }

  .top-bar-event span {
    font-size: 1.1rem;
  }

  img.logo2 {
      width: 75px;
      left: 15px;
      top: 6px !important;
  }


  .header-angle:after {
      width: 100px !important;
  }

  #ts-quote p .btn {
    margin-top: 20px;
  }

  #ts-service-bg .column-title {
    font-size: 40px;
  }

  #ts-service-bg {
    padding: 50px 0 120px;
  }

  .top-bar-angle::before {
    right: 64%;
  }

  .top-bar-angle::after {
    width: 64%;
  }
  .info-wrapper {
    margin-right: 0;
  }

  .top-contact-info li:first-child {
    right: 10px;
  }

  #ts-newsletter.about-newsletter .section-title,
  #ts-newsletter.about-newsletter .white-color p,
  #ts-newsletter.about-newsletter .box-skew-sm-left img,
  #ts-newsletter.home-newsletter .section-title,
  #ts-newsletter.home-newsletter form {
    padding: 0 0 10px 20px;
  }
  #ts-quote p .btn {
    display: block;
    margin: 10px auto 0;
  }

  #ts-quote p {
    line-height: normal;
  }

  .our-services .col-md-6 a span {
    font-size: 30px;
    border-bottom-width: 5px;
  }

  .our-services .col-md-6 a {
    font-size: 20px;
  }

  .slider-items {
    height: 300px;
  }

}

@media (min-width: 768px) and (max-width: 850px) {
  .work-process-inner span img {
    width: 60px;
  }

  .work-process-inner h3 {
    font-size: 2.2rem;
  }

  .work-process-inner p {
    font-size: 1.6rem;
  }

  .work-process-inner {
    height: 220px;
  }

  #ts-service-bg .col-md-8{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0;
  }

  .footer-top .footer-box:nth-child(2) {
    padding-left: 0;
  }

  .footer-top .footer-box-content h3 {
    font-size: 14px;
  }

  #ts-newsletter .box-skew-sm-right h2.column-title {
    font-size: 30px;
  }

  .testimonial-content h4 {
    font-size: 20px;
  }

  .owl-carousel .owl-dots {
    justify-content: left;
  }
  .ts-newsletter .box-skew-sm-right {
    padding-left: 60px;
  }

  .testimonial-carousel {
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  a.btn-link {
    width: 140px;
    right: 60px;
    bottom: -104px;
    height: 32px;    
  }  
}

@media (max-width: 767px) {
  .ts-header .container,
  .ts-top-bar .container {
    max-width: 100%;
    width: 100%;
  }
  
  .ts-logo img {
    width: 50%;
    margin: 0;
  }

  .ts-logo-area .col-md-4,
  .ts-logo-area .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ts-top-bar {
    position: static;
  }

  img.logo2 {
    right: 20px;
    width: 130px;
    bottom: 100px;
    left: auto;
    top: auto;
    z-index: 10;
  }  

  .ts-logo {
    top: 15px;
  }

  .box-quote:after, .box-vehicle:before, .box-doneit:before, .box-vehicle:after {
    display: none;
  }

  .box-quote,
  .box-vehicle,
  .box-doneit {
    margin-bottom: 25px;
  }

  .container {
    max-width: 100%;
  }

  #ts-newsletter .container-fluid.no-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #appointment-form ul {
    width: 100%;
  }

  #ts-newsletter .box-skew-area-left,
  #ts-newsletter .box-skew-sm-left,
  #ts-newsletter .box-skew-area-right,
  #ts-newsletter .box-skew-sm-right {
    margin: 0;
    padding: 0;
  }

  #ts-newsletter .section-title,
  #ts-newsletter .column-title {
    margin-left: 15px;
  }

  .testimonial-carousel {
    margin: 0 auto;
    max-width: 100%;
  }

  .testimonial-container {
    width: 96%;
    margin: 0 auto;
  }

  .testimonial-body p {
    width: 80%;
  }

  .header-default .header-angle .navbar-collapse {
    top: 44px;
  }

  #ts-feature .col-md-12 .row {
    width: 100%;
  }

  #ts-feature .col-md-12 .col-md-4 {
    padding: 0;
  }

  .ts-feature-wrapper .feature-single .feature-icon img {
    width: 60px;
  }

  #appointment-form ul li {
    width: 90%;
    margin: 0 5% 5%;
  }  

  #ts-feature .ts-feature-wrapper {
    margin-bottom: 0;
  }

  #ts-newsletter .box-skew-area-left {
    padding: 25px 0;
  }

  .newsletter-form.contactMe {
    padding-right: 0;
  }

  #ts-service-bg {
    padding: 25px 0 100px;
  }

  #ts-feature .col-md-12 .col-md-4 {
    margin-bottom: 25px;
  }

  .testimonial-container {
    width: 95%;
  }

  .testimonial-body p {
    width: 70%;
  }


  .testimonial-body h4 {
    padding-top: 20px;
  }

  .footer-main .footer-about p,
  .footer-widget .unstyled li a,
  .unstyled.service-time li {
    font-size: 18px;
  }  

  #ts-service-bg .column-title,
  #ts-newsletter .section-title, #ts-newsletter .column-title {
    font-size: 36px;
  }

  .banner-heading p {
    font-size: 18px;
    width: 100%;
  }

  .banner-heading .banner-title {
    padding-top: 50px;
  }

  #ts-newsletter.about-newsletter .section-title,
  #ts-newsletter.about-newsletter .white-color p,
  #ts-newsletter.about-newsletter .box-skew-sm-left img {
    padding: 0 20px 20px;
  }

  #ts-newsletter.about-newsletter .section-title:before {
    display: none;
  }

  .service-odd,
  .service-even {
    background: none;
    margin-bottom: 0;
    min-height: 0;
  }

  .our-services-content p {
    padding: 0 20px 20px 80px;
    font-size: 16px;
    margin-bottom: 25px;
    box-shadow: 2px 2px 10px #ccc;
    background: #f6f6f6;
    font-weight: 400;
    margin-right: 0 !important;
    width: 100%;
  }

  .our-services-content p span {
    display: block;
    background: #172c59;
    color: #fff;
    position: absolute;
    font-size: 35px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    top: 0;  
    left: 16px;      
  }

  .service-even p span {
    color: #fff;
    background: #00d1c8;
  }

  #ts-feature.our-services {
    padding-bottom: 0;
  }

  .contact-details {
    margin-top: 0;
  }

  .contactMe .field {
    width: 100%;
  }

  .contactMe .form-row {
    margin-bottom: 25px;
  }

  .get-quote label {
    font-size: 18px;
  }

  .contactMe .section-title, .contactMe .section-title span {
    font-size: 36px;
  }

  .cus-description,
  .choose-file p, .get-quote .contactMe p.fsize-big {
    font-size: 20px;
  }

  .get-quote h5, .get-quote .text-center p {
    font-size: 26px;
  }

  .gap-75 {
    height: 25px;
  }

  .contactMe input {
    height: 50px;
  }

  .navbar-toggler-icon {
    width: 2.5em;
    height: 2.5em;
  }
  #banner-area.banner-area.bg-overlay {
    background-size: 100% 100%;
  }

  .contactMe textarea.field {
    width: 100%;
  }

  .slider-content h1 small {
    font-size: 20px;
  }

  .slider-content h1 span {
    font-size: 30px;
  }

  .slider-content .slider-desc {
    font-size: 16px !important;
  }
  
  .slider-content h1 {
    font-size: 40px;
  }
  
  .slider-content .slider-desc {
    font-size: 20px;
  }

  .fixed-width.container {
      max-width: 92%;
      width: 100%;
  }

  .top-contact-info li:first-child {
    right: 0;
  } 

  .top-contact-info {
    margin-bottom: 20px;
  }

  .footer-top .fixed-width.container {
    display: none;
  }

  .work-process-inner {width: 250px;}

  .slider-items {
    height: 350px;
  }

  .home-slider .owl-dots button {
    width: 10px !important;
    height: 10px !important;
  }

  #ts-newsletter.about-newsletter .section-title, #ts-newsletter.about-newsletter .white-color p,
  #ts-newsletter.about-newsletter .box-skew-sm-left img, #ts-newsletter.home-newsletter .section-title,
  #ts-newsletter.home-newsletter form {
    padding-left: 0;
  }

  #ts-quote p .btn {
    display: block;
    margin: 10px auto 0;
  }

  #ts-quote p {
    line-height: normal;
  }

  .feature-icon img {
    width: 75px;
  }

  #appointment-form button#submit {
    top: 0;
  }

  .work-process-inner span img {
    width: 60px;
  }

  .work-process-inner h3 {
    font-size: 2.5rem;
  }

  .work-process-inner p {
    font-size: 1.8rem;
  }

  .about-newsletter .box-skew-sm-left .section-title::before, .home-newsletter .box-skew-sm-left .section-title::before {
    left: 10px;
  }

  ul.unstyled.ts-rating {
    position: static !important;
  }

  .testimonial-carousel .owl-dots {
    justify-content: left !important;
    margin-left: 15px;
    padding-bottom: 30px;
  }

  .header-default .header-angle .navbar-toggler {
    margin-left: 95%;
  }

  .header-angle::after {
    width: 70px !important;
  }

  .top-bar-angle {
    background: #172c59;
  }

  .footer-top .footer-box:nth-child(2),
  .footer-widget.widget-service,
  .footer-widget.hours-col {
    padding-left: 15px !important;
  }

  .testimonial-container {
    margin-left: 15px !important;
  }

  .feature-content p {
    padding-right: 0 !important;
  }

  .navbar .nav-item:last-child .nav-link {
    border-bottom: 0 !important;
  }

  .navbar .nav-item .nav-link {
    margin: 0;
  }

  #banner-area.banner-area.bg-overlay {
    min-height: 400px;
  }

  #ts-feature.p-t-0 {
    padding-top: 0 !important;
  }

  .box-skew-sm-left {
    display: block !important;
    padding-left: 15px !important;
  }

  #ts-newsletter.about-newsletter .section-title,
  #ts-newsletter.about-newsletter .white-color p,
  #ts-newsletter.about-newsletter .box-skew-sm-left img,
  #ts-newsletter.home-newsletter form {
    position: static !important;
  }

  #ts-newsletter.about-newsletter .section-title {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }


  #ts-newsletter.about-newsletter .white-color p br {
    display: none;
  }

  #ts-newsletter .box-skew-area-left {
    height: auto;
  }

  .testimonial-carousel.owl-carousel {
    padding-bottom: 30px !important;
  }

  .news-carousel  {
    margin-top: 50px !important;
  }

  .ts-news.ts-news-2 h2.section-title {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .get-quote label.custom-file-upload {
    width: 100%;
  }

  .contact-details h2.column-title {
    font-size: 35px !important;
  }

  .contact-details h3.column-title {
    font-size: 25px !important;
  }

  .contact-details {
    padding: 10px 100px;
    margin: 0 0px;
    padding-top: 20px;
  }

  section.contact-map {
    padding-bottom: 0 !important;
  }

  #reused_form .form-row .col-md-5:first-child {
    margin-bottom: 25px;
  }

  a.btn-link {
    width: 140px;
    right: 60px;
    bottom: -104px;
    height: 32px;    
  }

  .slider-items {
    min-height: 350px;
  }

  .modal-body .col-md-6:last-child {
    border-radius: 0 0 10px 10px;
  }

  #successModal .modal-header .close {
    color: #000;
  }

  #ts-quote .fixed-width p {
    font-size: 2.5rem;
  }

  .slider-content h1 small {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .content1.slider-content .slider-desc {
    padding-left: 10%;
  }

  .slick-dots {
    bottom: 0;
  }

  #ts-newsletter.ts-newsletter.about-newsletter .box-skew-area-right .box-skew-sm-right {
    padding-top: 20px;
  }

  /*max767last*/

}

@media (max-width: 575px) {
  #successModal .modal-dialog {
    width: 100%;
    margin: 0 auto;
  }

  .modal-body .col-md-6:first-child img {
    width: 80%;
  }

  .bg-blue {
    width: 96%;
  }

  .ct-u-display-tablex {
    height: 300px;
  }

  .slider-content h1 span {
    letter-spacing: 1px !important;
  }

  .slider-content h1 span {
    font-size: 25px;
  }

  .slider-content .slider-desc {
    font-size: 14px !important;
  }

  .slider-content3 .slider-desc {
    padding-left: 10%;
  }

  .slider-content .btn {
    font-size: 14px !important;
    padding: 5px 10px !important;
  }
  label.custom-file-upload span {
	  font-size:21px !important;
  }
}

@media (max-width: 550px) {
  .footer-widget.news-widget ul li{
    width: 30% !important;
  }
  .info-wrapper .info-subtitle, .info-wrapper .info-title, .info-wrapper, .top-contact-info li span {
    display: inline;
  }

  .top-contact-info li span {
    top: 0;
  }

  .top-contact-info .icon, .top-contact-info .fa {
    font-size: 2rem;
  }

  img.logo2 {
    width: 100px;
  }

  #ts-quote p {
    font-size: 2rem;
  }


  #ts-quote p .btn {
    margin: 15px 0 0 0;
    font-size: 2rem;
    height: auto;
    line-height: normal;   
    display: block; 
  }

  .our-services .col-md-6 a span {
    font-size: 40px;
    border-bottom-width: 5px;
  }

  .our-services .col-md-6 a {
    font-size: 20px;
  }

  .our-services .col-md-6 {
    margin-bottom: 20px;
  } 

  .header-default .header-angle .navbar-toggler {
    margin-left: 90%;
  }

  #ts-quote .fixed-width p {
    text-align: left !important;
    font-size: 2rem;
  }

  #ts-service-bg.ts-service-bg h2,
  #ts-newsletter .box-skew-sm-right h2.column-title {
    font-size: 30px;
	padding-top:15px;
  }

  .info-wrapper{
    margin: 0;
  }

  .top-contact-info li:last-child .info-wrapper .info-subtitle {
    padding-left: 35px;
  }

  img.logo2 {
    position: static;
    margin: 10px auto 5px;
    display: block;
  }

  .ts-logo img {
    width: 100%;
  }
  .section-title {
    font-size: 30px;
  }

  .slider-items {
    min-height: 250px;
    height: 250px;
  }

  a.btn-link {
    width: 100px;
    right: 40px;
    height: 25px;
    bottom: -70px;    
  }

  a.btn-link.link3 {
    width: 100px;
  }
}

@media (max-width: 480px) {
	label.custom-file-upload span {
		font-size:15px !important;
	}
	.image-uploader {
		min-height: 21rem;
	}
}

@media (max-width: 420px) {
  .top-contact-info .info-subtitle {
    display: block;
    padding-left: 35px;
  }

  .testimonial-container {
    width: 95% !important;
  }

  .widget-service ul li {
    margin-bottom: 10px !important;
  }

  .section-title::before {
    bottom: 0;
  }

  .ts-logo {
    top: 0 !important;
  }

  img.logo2 {
   /*  width: 110px;
    position: absolute;
    bottom: 100px;
    top: auto !important;
    right: 5px;  */   
  }

  #ts-feature .feature-single .feature-content p {
    font-size: 18px;
  }

  #ts-feature .feature-single .feature-content h3 {
    font-size: 22px;
  }

  #ts-feature .section-title {
    margin-left: -15px;
    margin-bottom: 20px;
  }

  #subscribe-form button.btn,
  #appointment-form button#submit {
    width: 130px;
    height: 45px;
    font-size: 18px;
    text-align: center;
    padding: 10px 0 !important;    
  }
  #appointment-form .item-content.item-input.fullWidth {
    width: 130px;
  }
  #appointment-form button#submit {
    line-height: 25px;
  }

  #ts-process .section-title {
    margin-left: -15px;
  }

  .top-contact-info {
    margin: 0;
  }

  .footer-top .footer-box-content h3,
  #ts-service-bg .newsletter-form.contactMe .field {
    font-size: 2rem;
  }

  .testimonial-body h4 {
    font-size: 22px;
  }

  .testimonial-body p {
    width: 85%;
    font-size: 18px;
    padding: 0;
  }

  .top-contact-info span img {
    width: 30px;
  }  

  .top-contact-info,
  .top-contact-info li {
    margin: 0 !important;
  }

  .top-contact-info li {
    display: block;
    width: 100%;
  }

  #ts-feature .feature-content .section-title {
    margin-left: 0 !important;
  }

  #banner-area.banner-area.bg-overlay {
    min-height: 175px;
  }

  .testimonial-body {
    width: 100%;
  }

  .testimonial-carousel.owl-carousel {
    height: auto;
  }

  ul.unstyled.ts-rating {
    position: absolute !important;
    right: 0;
    left: auto;
    top: 0;
  }

  .banner-area.bg-overlay br {
    display: none;
  }

  section, .section {
    padding-top: 30px;
  }

  .get-quote h5, .get-quote .text-center p {
    font-size: 20px;
  }

  
  .ts-news.ts-news-2 .section-title:before,
  .contactMe .section-title:before {
    left: 40%;
  }

  .contact-details p {
    font-size: 16px;
  }

  #reused_form button.btn {
    width: 100%;
  }

  a.btn-link {
    width: 80px;
    right: 30px;
  }

  a.btn-link.link3 {
    width: 90px;
  }

  span.text-thanks {
    font-size: 22px;
  }

  .contactMe .section-title, .contactMe .section-title span {
    font-size: 30px;
  }

  .choose-file p {
    font-size: 16px;
  }

  .cus-description, .choose-file p, .get-quote .contactMe p.fsize-big {
    font-size: 18px;
  }

  .box-skew-sm-left {
    padding-left: 0 !important;
  }

  .slider-content h1 span {
    font-size: 22px;
  }

  .slider-content3 h1 small, .slider-content2 h1 span {
    padding: 0 !important;
  }

  .slick-dots {
    bottom: -10px;
  }

  .slider-content3 .slider-desc,
  .content1.slider-content .slider-desc {
    padding-left: 0;
  }

  .slider-content h1 small {
    letter-spacing: 0 !important;
  }

  .slick-dots li {
    margin: 0 2px;
  }

  #ts-newsletter.about-newsletter .box-skew-sm-left  .section-title,
  #ts-newsletter.about-newsletter .box-skew-sm-left  p,
  #ts-newsletter.about-newsletter .box-skew-sm-left  img {
    padding-left: 20px !important;
  }

  .testimonial-carousel .owl-dots {
		position: relative !important;
		bottom: 10px;
		padding-bottom:0px;
  }

  /*body .testimonial-carousel.owl-carousel .owl-item {
    width: auto !important;
  }*/

  /* 420last*/
}


@media (max-width: 374px) {
  .top-bar-event span {
    font-size: 12px;
  }

  a.btn-link {
    width: 70px;
  }

  a.btn-link.link3 {
    width: 80px;
  }
}

@media (max-width: 350px) {
  .work-process-inner {
    height: 250px;
  }  
  
  .testimonial-container {
    /* width: 60% !important; */
  }

  .client-info {
    width: 50%;
  }

  .footer-widget .unstyled li.news-text {
    width: 84px !important;
  }

  .header-default .header-angle .navbar-toggler {
    margin-left: 85%;
  }
}

@media (max-width: 320px) {
  a.btn-link {
    width: 50px;
  }

  a.btn-link.link3 {
    width: 60px;
  }
}
.separation{    
	float: left;
    width: 100%;
}
/*************SSS************/
.about_us_page .section,.about_us_page section {
	padding:80px 0 0px;
}
.about_us_page #ts-newsletter.about-newsletter .section-title, 
.about_us_page #ts-newsletter.about-newsletter .white-color p, 
.about_us_page #ts-newsletter.about-newsletter .box-skew-sm-left img, 
.about_us_page #ts-newsletter.home-newsletter .section-title, 
.about_us_page #ts-newsletter.home-newsletter form {
	padding:30px 100px 15px 0px;
}
.about_us_page #ts-newsletter.about-newsletter .section-title {
	font-size:45px;
	line-height: 45px;
}
.about_us_page .box-skew-sm-right {
	padding-left: 70px;
}
.about_us_page #ts-newsletter.about-newsletter .section-title:before {
	left:0px;
}
.about_us_page #ts-newsletter.about-newsletter .custom-fontsize p.nopadd {
	padding-bottom: 60px;
}
#submit_popup {
	width: 250px;
	background: #172c59;
	line-height:26px;
	color:#fff;
}
#submit_popup:hover ,#submit_popup:active ,#submit_popup:focus {
	background: #1ed2c9 !important;
}


@media (max-width: 1300px) {
	.top-contact-info li:first-child {
		right: 25px;
	}
	.about_us_page .testimonial-body {
		width: 95%;
	}
}
@media (max-width: 1325px) and (min-width: 1200px) {
	.our-services-content .service-even,.our-services-content .service-odd {
		min-height: 195px;
	}
	.our-services-content p {
		width:100%;
		padding-left: 35%;
		padding-top: 73px;
	}
	.our-services .col-md-6 a {
		font-size:35px;
	}
	.our-services .col-md-6 a span {
		font-size:65px;
	}
	
}
@media (max-width: 1200px) {
	.top-contact-info li:first-child {
		right: 40px;
	}
	.about_us_page .section, .about_us_page section {
		padding: 40px 0 0px;
	}
	#contact-form {
		width: 80%;
		flex: 100%;
		max-width: 100%;
		margin: 0px;
	}
	#contact-form  .gap-75 {
		padding:0px;
		height:auto;
	}
	.contact-details h2.column-title {
		font-size: 38px;
	}
	.contact-details h3.column-title {
		font-size: 30px;
	}
	.contact-details {
		padding: 52px 20px 38px;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	img.logo2 {
		width: 150px;
		left: 35%;
		top: 60px !important;
	}
	.navbar .nav-item .nav-link {
		margin: 0 21px;
	}
	.work-process-inner {
		width: 285px;
		height: 285px;
	}
	.work-process-inner h3 {
		font-size: 2.5rem;
	}
	.work-process-inner p {
		font-size: 1.7rem;
	}
	#ts-quote .fixed-width p {
		font-size: 2.5rem;
	}
	.feature-single .feature-content h3 {
		font-size: 2rem;
	}
	.feature-content p {
		font-size: 20px;
	}
	.feature-icon img {
		width: 80px;
	}
	.box-skew-area-left.bg-red .box-skew-sm-left {
		padding-left:0px;
	}
	.box-skew-area-right .box-skew-sm-right {
		padding-left:75px;
	}
	#ts-service-bg {
		padding: 35px 0 100px;
	}
	#ts-service-bg.ts-service-bg h2 {
		font-size: 45px;
		margin-bottom: 35px;
	}
	#ts-feature .ts-feature-wrapper {
		margin-bottom: 30px;
	}
	section, .section {
		padding: 40px 0;
	}
	.section-title {
		margin-bottom: 45px;
		font-size: 35px;
	}
	.testimonial-body {
		width: 80%;
	}
	.about_us_page #ts-newsletter.about-newsletter .section-title {
		font-size: 40px;
		line-height: 40px;
	}
	.about_us_page #ts-newsletter.about-newsletter .section-title, .about_us_page #ts-newsletter.about-newsletter .white-color p, .about_us_page #ts-newsletter.about-newsletter .box-skew-sm-left img, .about_us_page #ts-newsletter.home-newsletter .section-title, .about_us_page #ts-newsletter.home-newsletter form {
		padding: 25px 100px 10px 0px;
	}
	.about_us_page #ts-newsletter.about-newsletter .box-skew-sm-left img {
		max-width:300px;
	}
	.about_us_page .feature-content p {
		padding-right: 15px;
	}
	.our-services-content {
		padding-bottom:0px;
	}
	#ts-news {
		padding-top:0px;
		padding-bottom:80px;
	}
	.news-carousel.owl-carousel .owl-nav {
		width: 100%;
		left: -5px;
	}
}
@media (max-width: 1079px) and (min-width: 992px) {
	.box-doneit:before {
		left: -30px;
	}
	.box-vehicle:before {
		left: -30px;
	}
}
@media (max-width: 1023px) and (min-width: 992px) {
	img.logo2 {
		width: 100px;
		left: 38%;
		top: 58px !important;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.top-bar-social-icon li a {
		padding: 0px 3px;
	}
	.top-bar-event i {
		top: 2px;
		font-size: 13px;
		margin-right: 5px;
	}
	img.logo2 {
		width: 85px;
		left: 35%;
		top: 65px !important;
	}
	.info-wrapper .info-subtitle, .info-wrapper .info-title {
		font-size: 13px !important;
	}
	.top-contact-info li span .icon img {
		width: 25px;
		margin-right: 5px;
		margin-left: 5px;
	}
	.top-contact-info li span i.icon , .top-contact-info .fa {
		font-size: 14px !important;
		width: auto;
		position: static !important;
	}
	.top-contact-info li span {
		display: inline-block;
		float: left;
		position:static;
	}
	.top-contact-info li:first-child {
		right: 0 !important;
	}
	.top-contact-info li:last-child {
		display: inline-block;
	}
	.header-angle:after {
		width: 73px !important;
	}
	.ts-header { 
		z-index:9;
	}
	.feature-single .feature-content h3 {
		font-size: 2rem;
	}
	#ts-feature .feature-single .feature-content p {
		font-size: 20px;
		padding-right:0px;
	}
	.feature-icon img {
		width: 80px;
	}
	section, .section {
		padding: 40px 0;
	}
	.section-title {
		margin-bottom: 45px;
		font-size: 35px;
	}
	#ts-feature .ts-feature-wrapper {
		margin-bottom: 25px;
	}
	#ts-service-bg.ts-service-bg h2 {
		font-size: 35px;
		margin-bottom: 35px;
	}
	#ts-service-bg {
		padding: 25px 0 80px;
	}
	.about_us_page .testimonial-body {
		width: 80%;
	}
	.about_us_page #ts-newsletter.about-newsletter .box-skew-sm-left img {
		max-width:300px;
	}
	.about_us_page #ts-newsletter.about-newsletter .section-title {
		font-size: 40px;
		line-height: 45px;
	}
	.our-services-content {
		padding-bottom:0px;
	}
	#ts-news {
		padding-top:0px;
	}
	.news-carousel.owl-carousel .owl-nav {
		width: 100%;
		left: -5px;
	}
}
@media (max-width: 767px) {
	.ts-header { 
		z-index:9;
	}
	.top-contact-info li span i.icon , .top-contact-info .fa {
		font-size: 14px !important;
		width: auto;
		position: static !important;
	}
	.top-contact-info li span {
		display: inline-block;
		float: left;
		position:static;
	}
	.top-contact-info li:first-child {
		right: 0 !important;
	}
	.top-contact-info li {
		display: inline-block;
		text-align: left;
	}
	.top-contact-info li:first-child {
		right: 0 !important;
	}
	.top-contact-info {
		text-align: center;
	}
	.info-wrapper .info-subtitle, .info-wrapper .info-title {
		font-size: 15px !important;
	}
	.header-angle::after {
		width: 100% !important;
	}
	.box-skew-sm-left {
		padding-left: 0px !important;
	}
	ul.unstyled.ts-rating {
		width: 100%;
		display: block;
		margin: 5px 0px;
		position: static !important;
	}
	.box-skew-area-right .testimonial-body {
		max-width:100%;
	}
	.about_us_page .testimonial-body {
		width:100%;
	}
	.work-process-inner {
		width: 100%;
		border-radius: 0px;
		padding: 15px 10px 0px;
		height: auto;
	}
	.work-process-inner span {
		position:static;
		transform: translate(0%, 0%);
		display:block;
	}
	section, .section {
		padding: 20px 0px;
	}
	.about_us_page .feature-single .col-md-4.feature-content ,
	.about_us_page .feature-single .col-md-3 {
		text-align:center;
	}
	.about_us_page .section-title {
		padding-top:20px;
	}
	.about_us_page #ts-newsletter.about-newsletter .section-title {
		font-size: 36px;
		line-height: 45px;
		padding: 0px 15px !important;
	}
	.about_us_page #ts-newsletter.about-newsletter .section-title, .about_us_page #ts-newsletter.about-newsletter .white-color p, .about_us_page #ts-newsletter.about-newsletter .box-skew-sm-left img, .about_us_page #ts-newsletter.home-newsletter .section-title, .about_us_page #ts-newsletter.home-newsletter form {
		padding: 10px 15px 10px 15px !important;
		margin:0px;
	}
	.about_us_page #ts-newsletter.about-newsletter .box-skew-sm-left img {
		max-width:225px;
	}
	.about_us_page .testimonial-carousel.owl-carousel {
		padding-bottom: 20px !important;
	}
	.ts-news.ts-news-2 .section-title:before {
		left:50%;
		margin-left:-30px;
	}
	.ts-news.ts-news-2 h2.section-title {
		font-size: 40px;
	}
	.our-services-content {
		padding-bottom:0px;
	}
	#ts-news {
		padding-top:0px;
	}
	.news-carousel.owl-carousel .owl-nav {
		width: 100%;
		left: -5px;
		top: 35%;
	}
	.ts-latest-post .post-media.post-image img {
		min-height:100px;
	}
	.ct-slick-homepage .slick-prev,.ct-slick-homepage .slick-next {
		display:none !important;
	}
	.about_us_page .box-skew-area-right ,.home-newsletter .box-skew-area-right {
		width:100%;
		max-width:750px;
		display:block;
		height:auto;
	}
	#ts-newsletter.ts-newsletter.about-newsletter .box-skew-area-right .box-skew-sm-right ,
	#ts-newsletter.ts-newsletter.home-newsletter .box-skew-area-right .box-skew-sm-right {
		width:100%;
		display:block;
	}
	
}

@media (max-width: 420px) {
	.top-contact-info {
		margin: 0px 0px 15px !important;
	}
}
