@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto&display=swap');

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

/* navHeader */
#navHeader {
  padding: 0.2em 2rem;
  background-color: #001f3f;
  color: #fff;
}

#navHeader .icon {
  display: inline-block;
  border: 1px solid #46597d;
  border-top: 0;
  border-bottom: 0;
  padding: 15px 10px;
}

#navHeader a {
  color: #fff;
}

#navHeader img,
#features img {
  height: 20px;
}

/* END - navHeader */

/* navbar */
.nav-item {
  padding: 0 2rem;
}

.navbar a {
  color: #fff;
  font-weight: 700;
}

.navbar .dropdown-item {
  color: #000;
}

.navbar-toggler-icon {
  background-image: url(images/navbar-toggle.png);
}

.navbar {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding: 0 1rem;
}

.dropdown-menu:li {
  text-align: left;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-item:hover {
  background-color: #001f3f;
  color: #000;
}

.dropdown-item {
  padding: 0.25rem 0.5rem;
}

nav.black {
  background-color: rgba(0, 0, 0, 0.5);
}

.navbar a.white {
  color: #fff;
  font-weight: 700;
}

/* End- navbar */

/* hero */
.heroMain,
.heroRepair {
  height: 90vh;
  /* padding: 1000px; */
}

.heroMain {
  background: url(images/slider_1.jpg) no-repeat center;
  background-size: cover;

}

.heroRepair {
  background: url(images/bg-services.jpg) no-repeat center;
  background-size: cover;

}
.tasks{background-color: #eee;}
.brands .item img{
  height: 5rem;
  width: auto !important;
  margin: 0 auto;

}

/* END- hero */

/* Features */

#features .box {
  padding: 2rem;
  background-color: aquamarine;
  position: relative;
  bottom: 30px;
  box-shadow: 10px 10px 8px #888888;
}

/* END-features */

/* Process */

.divider {
  margin: 100px auto;
}

#process .row {
  margin-top: 80px;
}

#process h3 {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 60px;
  position: relative;
  text-transform: uppercase;
}

#process .heading-numbers {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #f69323;
  font-size: 65px;
  left: 0;
  line-height: 1em;
  position: absolute;
}


/* END- process */

/* services */
.service-item{  color: #eee;}
.contactDetails {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}
.tasks{padding: 100px 0;}
.tasks ul {
  display: inline-block;
  margin: 0 2rem;
}
.tasks li {
  list-style: none;
  margin: 20px 0;
}
.tasks img{height: 20px;}

.cm-services .nav-link {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  background-color: rgba(255, 255, 255, .1);
  padding: 20px 35px;
  color: #cecece !important;
  text-transform: uppercase;
  font-weight: 600;
}

.cm-services {
  position: relative;
  z-index: 1;
  background-image: url(images/bg-services.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* background-attachment: fixed; */
}

.overlay,
.overlay-dark,
.overlay-light {
  position: relative;
  z-index: 1;
}

.overlay::after,
.overlay-dark::after,
.overlay-light::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .35;
}

.overlay-dark::after {
  background-color: #001f3f;
  opacity: .8;
}

.overlay-light::after {
  background-color: #ffffff;
  opacity: .5;
}

/* END - services */


/* SHOP */

#shop .item {
  border: 2px solid #eee;
}

#shop img {
  height: 250px;
  width: auto;

}

#shop .product-details {
  background-color: #eee;
  padding: 1rem 0;
}
#shop .saleItem{padding: 15px;}
.pull-right{float: right;margin-top: 7px; color: rgb(0, 123, 255);}

/* SIDE BRAND */

.soc {
  color: rgb(197 118 118);
  position: fixed;
  top: 50%;
  right: -55px;
  /* -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
  z-index: 10;
  border-radius: 15px 15px 0 0;
  /* background-color: rgba(56,56,56,.66); */
}

.soc li {
  list-style: none;
}

.soc a {
  display: block;
  text-align: center;
  padding: 1px;
  transition: all 0.3s ease;


}

/* .messenger {
  background: #00c6ff ;
  color: white;
}
.whatsapp {
  background: #4FCE5D;
  color: #4FCE5D;
  font-size: 10px;
} */
.verticalText {
  transform: rotate(-90deg);
  padding: 20px;
  margin: 20px;
}

/* end- SIDE BRAND */








/* //CONTACT PAGE// */

.divider.container {
  max-width: 70%;
}

/* FORM */
form {
  /* max-width: 50%; */
  margin: 2rem auto;
  background: url(images/world-bg.png) no-repeat;
}

.form-group {
  position: relative;
}

input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
  padding-left: 30px !important;
}


.box {
  font-size: 1.2em;
  line-height: 1.6em;
  text-align: center;
}

/*screen resolutions lower than 620px*/
@media all and (max-width: 1180px) {
  .wrap {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

#contactDetails h2 {
  margin-bottom: 25px;
  position: relative;
  display: block;
}

#contactDetails p a {
  color: #00b16a;
  text-decoration: none;
}

#contactDetails .wrap {
  text-align: center;
  width: 100%;
}

#contactDetails .box {
  text-align: center;
  margin: 5% 0 0 0;
  width: 100%;
}

.contactus {
  position: relative;
}

.contactpara {
  position: absolute;
  bottom: 8px;
  border: solid grey 1px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-right: 50px;
  padding-left: 20px;
  bottom: 10%;
  color: white;
  background-color: rgba(27, 13, 230, 0.6);
}

#contactDetails .row img {
  height: 20px;
}

#map {
  z-index: 3;
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0px;
  border-width: 0px;
  margin: 0px;
  left: 0px;
  top: 0px;
  touch-action: pan-x pan-y;
}


























.contact-form .input-block {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 60px;
  border-bottom: 2px solid #db4e5a;
  margin: 0;
  position: relative;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.contact-form .input-block.textarea {
  height: auto;
}

.contact-form .input-block.textarea .form-control {
  height: auto;
  resize: none;
}

.contact-form .input-block label {
  position: absolute;
  left: 10px;
  top: 25px;
  display: block;
  margin: 0;
  font-weight: 400;
  z-index: 1;
  color: #aaa;
  font-size: 18px;
  line-height: 10px;
}

.contact-form .input-block .form-control {
  background-color: transparent;
  margin: 0;
  outline: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  padding: 30px 10px;
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #000;
}

.contact-form .input-block .form-control:focus label {
  top: 0;
}

.contact-form .square-button {
  background-color: #db4e5a;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 60px;
  height: 60px;
  cursor: pointer;
  outline: none;
  border: none;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.contact-form .square-button:hover,
.contact-form .square-button:focus {
  background-color: #5f2828;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

@media (min-width: 768px) {
  .contact-wrap {
    margin: auto;
  }
}

@media (max-width: 868px) {
  .contact-form {
    width: 100%;
    padding: 40px;
  }
}

@media (max-width: 568px) {
  .contact-form {
    padding: 10px;
  }
}


/* END - FORM */

/* ////BLOG PAGE///// */

.blog-img{
  text-align: center;
  color: #fff;
  background: url(images/blog.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}

.contactus img{height: 85vh;}

.session .container {
  max-width: 70%;
  margin: 0 auto;
}

.card-title {
  font-size: 1rem;
}

.card-text {
  font-size: 0.8rem;
}

.blogMtr {
  padding: 5%;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
}














/* OWL */

.owl-nav {
  text-align: center;
  font-size: 3rem;
}

.owl-nav span {
  padding: 0 10px;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}


/* ------------------ */

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}


.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


.owl-height {
  transition: height 500ms ease-in-out;
}


.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* END: OWL */

/* //SALES - PAGE// */
#sales{
  color: #fff;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 12%;
}
.salesImg img{height: 150px;}
#sales h5{font-size: 1.2rem;
  font-family: 'Potta One', cursive;
}
.cs h1{font-size: 8rem;
  font-family: 'Potta One', cursive;
}

.cs .icon img{
  height: 2rem;
  margin: 2rem 1.2rem 0;
}

.bg-video-wrap {
  position: relative;
  /* overflow: hidden; */
  width: 100%;
  height: 100vh;
}
.bg-video-wrap video {
  min-width: 100%;
  min-height: 100vh;
  z-index: -1;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  /* background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%); */
  background-size: 3px 3px;
  z-index: 2;
}


/* MEDIA QUERY */
@media(max-width:780px) and (min-width:202px) {
  #features,#navHeader,.navbar{text-align: center;font-size: 0.8rem;}
  .heroMain, .heroRepair{height: 50vh;}
  .contactus img{height: 40vh;}
  .heroMain h3, .heroRepair h3,#process h3,.brands h2,
  .contactpara h1,#contactDetails h2,#sales h3,.blogMtr h1{font-size: 1.5rem;}
  .heroMain h2,.heroRepair h2,#process h1,
  .tab-content h2, #sales h1,#shop h1{font-size: 2.3rem;}
  .heroMain p,.heroRepair p,.heroRepair .btn,
  .heroMain .btn,.soc,#process p,#repairs .nav-link,.tab-content p,
  .tab-content ul,.brands ul,.contactpara p,
  #contactDetails p,#sales h5,.blogMtr .btn, #shop p, #shop .mt-3{font-size: 0.8rem;}
  .blogMtr .btn{margin-bottom: 0.6rem;}
  #features .box{padding: 1rem 0.3rem;}
  #features .container{padding: 0;}
  #features .col-4{padding-left: 2px;padding-right: 0;}
  .addBox .col-1{margin-left: 20px;}
  .divider.container,.session .container {max-width: 100%;}
  #submit-form label,.contact-form .input-block .form-control,
  .contact-form .square-button,.blogMtr h1{font-size: 1rem;}
  #sales .col-2 img{height: 150px;}
  #sales{padding-top: 150px;}
  .cs .icon img{height: 1rem; margin: 2rem 0.5rem ;}
  .bg-video-wrap video{width: 100%;min-height: auto;}
  .session .col-md-4{padding-left: 0;}
}
/*screen resolutions lower than 620px*/
@media all and (max-width: 1180px) {}
@media (min-width: 768px) {}
  @media (max-width: 868px) {}
    @media (max-width: 568px) {}
