
* , body{
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

.container {
  max-width: 1200px;
}
.main-menu{
  border-top: 5px solid #c21a1a;
}
.navbar-brand h1{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #c21a1a;
  font-size: 42px;
  display: block;
  margin: 0;
  line-height: 1;
}
.navbar-brand h2{
  font-weight: 900;
  color: #1c538a;
  font-size: 37px;
  display: block;
  margin: 0;
  line-height: 1;
}

.navbar-light .navbar-nav{
  justify-content: flex-end;
  padding-top: 50px;
}
.navbar-light .navbar-nav .nav-link {
  font-weight: 400;
  font-size: 17px;
  color: #393939;
  position: relative;
  padding: 7px 12px;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: #fff;
  background-color: #1c538a;
  border-radius: 5px;
}
.navbar-light .navbar-nav .nav-link.active{
  color: #fff;
  background-color: #1c538a;
  border-radius:5px;
}
.navbar{
  padding: 16px 0;
}
.navbar-nav{
  width: 100%;
}
.topb-contact-info{
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  background-color: #c21a1a;
  line-height: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.topb-contact-info li{
  display: inline-block;
  list-style: none;
}
.topb-contact-info li a{
  color: #fff !important;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
.topb-contact-info li a img{
  padding-right: 5px;
  width: 27px;
}

.topb-contact-info li a i{
  font-size: 16px;
  padding: 5px;
}
.topb-contact-info li.email{
  padding-right: 30px;
}
.topb-contact-info li.phone{
  padding-right: 0;
}
.topb-contact-info li.phone a{
  font-weight: 600;
  font-size: 20px;
}
.home-page-banner{
  background: url("../images/home-banner-img.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
  position: relative;

}
.home-page-banner .ontario-img{
  position: absolute;
  top: 0;
  left: 43%;
  transform: translateX(-50%);
}
.home-page-banner .banner-text{
  position: absolute;
  max-width: 560px;
  bottom: 100px;
  left: 19%;
}
.home-page-banner .banner-text h2{
  font-weight: 700;
  font-size: 56px;
  color: #fff;
  margin-bottom: 20px;
}
.home-page-banner .banner-text h2 span{
  font-size: 70px;
  display: block;
  line-height: 1;
}
.home-page-banner .banner-text p{
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.home-page-banner .banner-text ul{
  padding-left: 0;

}
.home-page-banner .banner-text li{
  font-weight: 600;
  font-size: 16px;
  color: #fcff13;
  list-style: none;
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
}
.home-page-banner .banner-text li:before{
  position: absolute;
  content: "\2713";
  color: #fcff13;
  font-size: 16px;
  left: 0;
  top: 0;
}
.home-page-banner .banner-text a{
  background-color: #fff !important;
  color: #242424 !important;
}
a.get-in-touch-btn{
  font-weight: 600;
  font-size: 21px;
  color: #fff !important;
  text-align: center;
  padding: 7px;
  width: 200px;
  border-radius: 5px;
  background-color: #104477;
  display: block;
  text-decoration: none;
}
a.get-in-touch-btn:hover{
     
      background-color: #007bff;
}
.heading-h2{
  font-weight: 600;
  font-size: 48px;
  color: #242424;
  text-align: center;

}
.heading-h2 span{
  color: #27639d;
}
 img.heading-img{
   margin: auto;
   display: table;
}
.padding-bottom{
  padding-bottom: 60px;

}
.padding-top{
  padding-top: 60px;
}
.about-section{
  position: relative;
}
.about-section .about-text{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.about-section .about-text .text{
  flex-basis: 50%;
}
.about-section .about-text .image{
  flex-basis: 50%;
}
.about-section .about-text .image img{
  position: absolute;
  top: -80px;
  max-width: 47%;
  right: 0;
}
.about-section .about-text .text p{
  font-weight: 400;
  font-size: 16px;
  color: #3e3e3e;
}
.about-section .about-text .text li span{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.about-section .about-text .text li{
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  background-color: #282727;
  border-radius: 20px;
  padding: 10px 30px;
  margin-bottom: 10px;
  position: relative;
}
.about-section .about-text .text li:before{
  position: absolute;
  content: "";
  background: url("../images/tikc-red.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  left: -10px;

}
.about-section .about-text .text ul{
  padding-left: 10px;
  margin-bottom: 40px;
  display: table;
}
.about-section .about-text .text a.get-in-touch-btn{
        float: right;
}
.heading-para{
  font-weight: 400;
  font-size: 16px;
  color: #242424;
  text-align: center;
}
.services-section .services{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.services-section .services .ser-1{
  flex-basis: 27%;
}
.services-section .services .ser-3{
  flex-basis: 27%;

}
.services-section .services .ser-2{
  flex-basis: 46%;
  padding-left: 10px;
  padding-right: 10px;
}

.services-section .services .image-box img{
  width: 100%;
}
.services-section .services .box1 h4{
  font-weight: 600;
  font-size: 20px;
  color: #242424;
  text-align: center;
  padding: 10px;
}
.border-top-btm-red{
  border-top: 5px solid #c21a1a;
  border-bottom: 5px solid #c21a1a;
}
.services-section a.get-in-touch-btn{
  margin: auto;
  margin-top: 50px;
}
.cta-section{
  background: url("../images/cta-bg-img.jpg") no-repeat;
  background-size: cover;
  background-position: center;

}
.cta-section .cta-text{
  max-width: 300px;
  padding-top: 65px;
  padding-bottom: 65px;
}
.cta-section .cta-text h3{
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.cta-section .cta-text h4{
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.cta-section .cta-text h5{
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}

.cta-bottom{
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
.call-us-section{
  background: url("../images/call-us-bg-img.jpg") no-repeat;
  background-size: cover;
  background-position: center;

  overflow: hidden;
}
.call-us-section .call-us-text{
  max-width: 600px;
  padding: 30px;
  margin-top: 80px;
  margin-bottom: 80px;
  background: rgba(0 , 0, 0 , 0.5);
}
.call-us-section .call-us-text h3{
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  text-align: center;
}
.call-us-section .call-us-text h4{
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
}
.call-us-section .call-us-text h5{
  font-weight: 600;
  font-size: 70px;
  color: #e7b03d;
  text-align: center;
}
.call-us-section .call-us-text img.big{
  margin: auto;
  display: table;
  max-width: 100%;
}

.specialize-section .slider{
  margin-top: 70px;
}
.specialize-section img{
  max-width: 100% !important;
  width: auto !important;
}
#specialize-slider .owl-nav{
  position: absolute;
  top: 25px;
  width: 100%;
}

#specialize-slider .owl-next{
  position: absolute;
  right: -20px;
  outline: none;
}
#specialize-slider .owl-prev{
  position: absolute;
  left: -20px;
  outline: none;
}

.footer-section {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding-top: 50px;
  background-color: #282727; }

.footer-section .footer{
  display: flex;
  flex-wrap: wrap;
}
.footer-section .footer h4{
  font-size: 18px;
  font-weight: 300;
  color: #c1c0c0;
}
.footer-section .footer-emnu{
  flex-basis: 16%;
  background-color: #333333;
  padding-left: 20px;
  padding-top: 20px;
}
.footer-section .footer-emnu a {
  padding: 10px 0;
  color: #818181 !important;
  display: block;
  line-height: normal;
}
.footer-section .contact-info{
  flex-basis: 25%;
  padding-right: 40px;
  background-color: #333333;
  padding-top: 20px;
}
.footer-section .contact-info a{
  display: block;
  padding-bottom: 10px;
  color: #d1d1d1;
  line-height: normal;

}
.footer-section .contact-info a span{
  color: #818181;
}

.footer-section .location{
  flex-basis: 34%;
  padding-left: 20px;
  padding-top: 20px;
}
.footer-section .location .map-footer{
  height: 86%;
}
.footer-section .location iframe{
  width: 100%;
  height: 100%;
}
.footer-section .footer-emnu a:hover {
  color: #e16161 !important;
}
.footer-section .footer-social {

}
.footer-section .footer-social a {
  font-size: 15px;
  padding: 6px;
  display: inline-block;
  color: #818181;
}
.footer-section .footer-social a:hover {
  color: #e16161;
}
.footer-section .copyright{
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  overflow: hidden;
}
.footer-section .copyright p.copy {
  margin-bottom: 0;
  color: #818181;
  float: right;
}
.footer-section .copyright p.rightsreserved {
  margin-bottom: 0;
  color: #818181;
  float: left;
}
.footer-section .copyright a {
  color: #818181;
}

.footer-section .copyright a:hover {
  color: #e16161;
}
.about-page-banner{
  background: url("../images/about-banner-img.jpg") no-repeat;
  height: 335px;
  position: relative;
  background-position: center;
}
.about-page-banner .ontario-img {
  position: absolute;
  top: 6px;
  left: 46%;
  transform: translateX(-50%);
  width: 135px;
}
.about-page-banner .banner-text h2 {
  font-weight: 700;
  font-size: 27px;
  color: #fff;
  margin-bottom: 10px;
}
.about-page-banner .banner-text {
  position: absolute;
  max-width: 560px;
  bottom: 27px;
  left: 19%;
}
.about-page .about-text .image img{
  position: absolute;
  top: unset;
  max-width: 47%;
  right: 0;
}
.about-page .about-text{
  margin-top: 0;
}
.about-page .about-text .text ul{
  margin-top: 40px;
  margin-bottom: 0;
}
.services-page .services .box1{
  flex-basis: 25%;
  padding: 20px;
}
.road-assistance-section h4{
  font-size: 24px;
  color: #1e1e1e;
  font-weight: 600;
  text-align: center;
  max-width: 700px;
  margin: auto;
  margin-bottom: 20px;
}
.road-assistance-section .about-text .image img {
  position: absolute;
  top: unset;
  max-width: 54%;
  bottom: -86px;
  z-index: -1;
}
.road-assistance-section .about-text .number-assistance h2{
  font-weight: 700;
  font-size: 65px;
  color: #c21a1a;
  text-align: center;
}
.road-assistance-section .about-text .number-assistance h4{
  font-weight: 600;
  font-size: 24px;
  color: #1e1e1e;
  text-transform: uppercase;
}
.contact-us-page h4.top-heaidng{
  font-weight: 500;
  color: #383737;
  font-size: 24px;
  text-align: center;
}
.contact-us-page .heading-h2{

}
.contact-us-page .contact-form-info{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.contact-us-page .contact-form-info .form{
  flex-basis: 70%;
  padding-right: 30px;
}
.contact-us-page .contact-form-info .contact-info{
  flex-basis: 30%;

}
.contact-us-page .contact-form-info .contact-info .info{
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 30px;
}
.contact-us-page .contact-form-info .contact-info p{
  font-size: 14px;
  font-weight: 400;
  color: #242424;
}
.contact-us-page .contact-form-info .contact-info{

}
.contact-us-page .contact-form-info .contact-info td a{
  font-size: 16px;
  font-weight: 400;
  color: #242424;
  padding-left: 10px;
  display: block;
}
.contact-us-page .contact-form-info .contact-info td{
  padding-bottom: 10px;
}
.contact-us-page .contact-form-info .contact-info td i{
  font-size: 20px;
  color: #d94d4d;
}
@media only screen and (max-width: 1600px) {
  .about-section .about-text .image img {
    top: 70px;
    max-width: 52%;
  }
  .about-page .about-text .image img {
    top: 70px;
    max-width: 47%;
  }

}
@media only screen and (max-width: 1400px) {

  .home-page-banner {
    height: 500px;
  }
  .home-page-banner .ontario-img {
    width: 9%;
  }
  .home-page-banner .banner-text {
    left: 4%;
    bottom: 50px;
  }
  #specialize-slider .owl-next {
    right: 0;
  }
  #specialize-slider .owl-prev {
    left: 0;
  }
  .about-page-banner{
    height: 335px;
  }
}

@media only screen and (max-width: 1199px) {
  .navbar-light .navbar-brand {
    padding-top: 50px;
        margin-right: 0.5rem;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    padding: 7px 9px;
  }
  .topb-contact-info {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
  }
  .home-page-banner .banner-text h2 span {
    font-size: 50px;
  }
  .home-page-banner .banner-text h2 {
    font-size: 40px;
  }
  .home-page-banner .banner-text {
    left: 4%;
    bottom: unset;
    top: 50px;
  }
  .home-page-banner {
    height: 400px;
  }
  .about-section .about-text .image img {
    top: 50%;
    max-width: 52%;
    transform: translateY(-50%);
  }
  .cta-section .cta-text h5 {
    font-size: 19px;
  }
  .call-us-section .call-us-text h3 {
    font-size: 22px;
  }
  .call-us-section .call-us-text h4 {
    font-size: 24px;
    margin-top: 20px;
  }
  .call-us-section .call-us-text h5 {
    font-weight: 600;
    font-size: 48px
  }
  .call-us-section .call-us-text img.big {
    width: 32%;
  }
  .footer-section .location {
    flex-basis: 100%;
  }
  .footer-section .contact-info {
    flex-basis: 35%;
  }
  .footer-section .footer-emnu {
    flex-basis: 30%;
  }
  .about-page-banner{
    height: 335px;
  }
  .about-page-banner .banner-text h2 {
    font-size: 28px;
  }
  .services-page .services .box1 {
    padding: 10px;
  }
  .about-page .about-text .image img {
    max-width: 47%;
  }
  .contact-us-page .contact-form-info .contact-info {
    flex-basis: 40%;
  }
  .contact-us-page .contact-form-info .form {
    flex-basis: 60%;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-brand h2 {
    font-size: 26px;
  }
  .navbar-brand h1 {
    font-size: 30px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    padding: 7px 5px;
  }
  .about-section .about-text .image {
    flex-basis: 100%;
    display: none;
  }
  .about-section .about-text .text {
    flex-basis: 100%;
  }
  .services-section .services .box1 h4 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .cta-section {
    background-position: left;
  }
  .cta-section .cta-text {
    margin: auto;
  }
  .road-assistance-section .about-text .image {
    flex-basis: 100%;
    display: block;
  }
  .about-page .about-text .text ul {
    margin-bottom: 0;
    margin: auto;
    margin-top: 40px;
  }
  .contact-us-page .contact-form-info .contact-info td a {
    font-size: 14px;
  }
  .about-section .about-text .text a.get-in-touch-btn {
    float: none;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
  .topb-contact-info {
    position: unset;
    top: unset;
    right: unset;
    left: unset;
  }
  .navbar-light .navbar-brand {
    padding-top: 0;
  }
  .home-page-banner .banner-text ul {
    padding-left: 0;
    display: table;
    margin: auto;
  }
  .home-page-banner .banner-text {
    left: unset;
    bottom: unset;
    top: 50px;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .home-page-banner .banner-text a {
    margin: auto;
    margin-top: 20px;
  }
  .home-page-banner .banner-text li {
    text-align: left;
  }
  .about-section .about-text .text p {
    text-align: center;
  }
  .about-section .about-text .text ul {
    margin: auto;
  }
  .about-section .about-text .text a{
    margin: auto;
    margin-top: 20px;
  }
  .services-section .services .ser-2 {
    flex-basis: 50%;
    order: 2;
  }
  .services-section .services .ser-1 {
    flex-basis: 50%;
  }
  .services-section .services .ser-3 {
    flex-basis: 50%;
    order: 1;
  }
  .services-section .services {
    justify-content: center;
  }
  .heading-h2 {
    font-size: 30px;
  }
  .footer-section .location {
    flex-basis: 50%;
  }
  .footer-section .contact-info {
    flex-basis: 50%;
    padding-left: 20px;
    padding-right: 10px;
  }
  .footer-section .footer-emnu {
    flex-basis: 50%;
  }
  .services-page .services .box1 {
    flex-basis: 33.33%;
  }
  .cta-bottom {
    margin-bottom: 0;
  }
  .road-assistance-section .about-text .image {
    display: none;
  }
  .road-assistance-section .about-text .number-assistance h2 {
    font-size: 40px;
  }
  .road-assistance-section .about-text .number-assistance h2 img{
    width: 40px;
  }
  .road-assistance-section h4 {
    font-size: 16px;
  }
  .about-section .about-text .text li {
    font-size: 15px;
  }
  .about-section .about-text .text li span {
    font-size: 15px;
  }
  .padding-bottom {
    padding-bottom: 30px;
  }
  .padding-top {
    padding-top: 30px;
  }
  .contact-us-page .contact-form-info .form {
    flex-basis: 100%;
    padding-right: 0;
  }
  .contact-us-page .contact-form-info .contact-info {
    flex-basis: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 530px) {

  .topb-contact-info li {
    display: block;
    list-style: none;
    text-align: center;
    padding-right: 0 !important;
    padding-bottom: 10px;
  }

  .call-us-section .call-us-text h5 img{
    width: 30px;
  }
  .call-us-section .call-us-text h5 {
    font-size: 33px;
  }
  .footer-section .location {
    flex-basis: 100%;
  }
  .footer-section .contact-info {
    flex-basis: 100%;
    padding-left: 20px;
    padding-right: 10px;
  }
  .footer-section .footer-emnu {
    flex-basis: 100%;
  }
  .footer-section .footer {
    text-align: center;
  }
  .footer-section .copyright p.rightsreserved {
    float: none;
    display: block;
    text-align: center;
  }
  .footer-section .copyright p.copy {
    float: none;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .about-page-banner .banner-text ul{
    display: none;
  }
  .about-page-banner .banner-text{
    top:50%;
    transform: translateY(-50%);
  }
  .home-page-banner .ontario-img {
    width: 26%;
  }
  .services-page .services .box1 {
    flex-basis: 50%;
  }
  .road-assistance-section .about-text .number-assistance h2 {
    font-size: 30px;
  }
  .road-assistance-section .about-text .number-assistance h2 img {
    width: 30px;
  }

}


















