/*-- Reset --*/
html, body {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: large;
}

/*============= NAVIGATION =============*/


.navbar-brand img {
  /*height: 10rem;*/
  max-width: 40%;
  height: 0.5rem auto;
}

.navbar {
  background: linear-gradient(to right, #f2f2f2, #FBFBFB);
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  box-shadow: 0 .5rem .5rem rgba(0,0,0,.1);
}

.nav-item {
  padding: .4rem;
}

.nav-link {
  color: black!important;
}

.nav-link.active, .nav-link:hover {
  color: #396ADC!important
}
/*============= CAROUSEL =============*/
.carousel-inner {
  max-height: 40rem!important;
}


/*---Change Carousel Transition Speed --*/
.carousel-item-next, .carousel-item-prev, .carousel-item-active {
  transition: transform 1.2s ease
}

.carousel-indicators li {
  width: 40px;
  height: 10px;
  margin: 4px;
}


/*-- Carousel Content --*/
.carousel-caption {
  position: absolute;
  top: 47%;
  transform: translateY(-50%)
}



/*============= COLUMN CONTENT =============*/
.bg-dark {
  background-color: rgba(0, 0, 0, .7)!important;
  border-radius: 1.5rem;
  padding: 1rem;
}


ul.social {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0 auto;
}

ul.social li {
  margin: 0 auto;
}


/*============= JUMBOTRON =============*/

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 0;
}

.jumbotron .svg-inline--fa{
  font-size: 2rem;
  margin: 0 1rem;
}
.jumbotron .svg-inline--fa:hover{
  color: grey!important;
}

.fa-square{
  opacity: .05;
}


/*============= TESTIMONIALS =============*/

.home-testimonial{
  background-color: grey!important;
  height: 900px;
  overflow: hidden;
  overflow-y: scroll;
}

.home-testimonial-bottom {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 20px;
  margin-bottom: 0px;
  position: relative;
  height: 130px;
  top: 190px
}
.home-testimonial h3 {
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase
}
.home-testimonial h2 {
  color: white;
  font-size: 28px;
  font-weight: 700
}
.testimonial-inner {
  position: relative;
  top: -174px
}
.testimonial-pos {
  position: relative;
  top: 24px
}
.testimonial-inner .tour-desc{
  border-radius: 5px;
  padding: 40px
}
.color-grey-3 {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  color: #6c83a2
}
.testimonial-inner img.tm-people {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none
}
.link-name {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  color: #6c83a2
}
.link-position {
  font-family: "Montserrat", Sans-serif;
  font-size: 12px;
  color: #6c83a2
}


/*===== FIXED BACKGROUND IMG =====*/

.fixed-background {
  padding: 12rem 0;
  border-top: .05rem solid black;
  border-bottom: .05rem solid black;
  margin-bottom: 4px;
  overflow: hidden;
}
.fixed {
  position: fixed;
}
.ac{
  background-image: url('../img/AC1.jpg');
}

.heat {
  background-image: url('../img/AC1.jpg');
}

.repair {
  background-image: url('../img/AC1.jpg');
}

.contact {
  background-image: url('../img/AC1.jpg');
}

.oldImg {
  height: 1000px;
}


.fixed-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fixed-header {
  color: White;
  text-align: center;
  padding-top: 150px;
}

/*============= FOOTER =============*/
footer {
  background-color: #383838;
  padding: 1rem 2rem 3rem;
  padding-top: 35px;
}

footer img {
  height: 10rem;
  margin: 0.5rem auto;
}

footer a, .socket a {
  color: white;
  text-decoration: none;
}

/*============= SOCKET =============*/
.socket {
  background-color: #222222;
  border-top: .1rem solid grey
}


/*============= MEDIA QUERIES =============*/

/* Devices under 1199px (xl) */
@media (max-width: 1199.98px) {

}
/* Devices under 992px (xl) */
@media (max-width: 991.98px) {

}
/* Devices under 768px (md) */
@media (max-width: 767.98px) {

}
/* Devices under 576px (sm) */
@media (max-width: 575.98px) {

}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

/*-- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*-- Fixed Background Image --*/
.fixed-background {
  position: relative;
  width: 100%;
  z-index: 1000!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999 !important;
}
.fixed {
  z-index: -999!important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}