@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');

/* ----------------------------------------------------
	Skeleton	
------------------------------------------------------- */

body {
  font-family: 'Montserrat', sans-serif;
  color: #414141;
  letter-spacing: 1px;
}

a,
a:hover,
a:focus {
  outline: none;
}

::-moz-selection {
  color: #fff;
  background-color: rgb(23, 75, 138);
}

p {
  padding: 0 0 20px;
}

blockquote {
  border-left-color: #ddd;
}

strong.accent-color {
  color: rgb(23, 75, 138);
}

section {
  padding: 100px 0;
  position: relative;
  display: block;
}

.nopad {
  padding: 0;
}

.nopadleft {
  padding-left: 0;
}

.nopadright {
  padding-right: 0;
}

.nopadbottom {
  padding-bottom: 0;
}

.nopadtop {
  padding-top: 0;
}

.martopsmall {
  margin-top: 20px;
}

.marbotsmall {
  margin-bottom: 20px;
}

.martoplarge {
  margin-top: 90px;
}

.marbotlarge {
  margin-bottom: 90px;
}

.small_right_spacing {
  margin-right: 10px;
}

.classic-title {
  position: relative;
  color: #212121;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 400;
}

.classic-title:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  bottom: -12px;
  left: 0;
  background-color: #bdbdbd;
}

.separator_mini {
  clear: both;
  margin: 0 0 20px;
  height: 2px;
}

h4 {
  font-size: 30px;
  padding: 10px 0 20px 0;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.7;
  text-transform: uppercase;
  color: #ffffff;
}

h4 + hr {
  width: 70px;
  border-width: 2px;
  border-color: #1554a1;
  margin: 0 0 40px 0;
}

.part-wrapper {
  overflow: hidden;
}

.triangle {
  position: relative;
  z-index: 1;
}

.triangle:before,
.triangle:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
}

#hassle_free .triangle:before,
#hassle_free .triangle:after {
  border-bottom: 1670px solid #fff;
  top: -1670px;
  z-index: -10;
}

#hassle_free .triangle:before {
  border-right: 10000px solid transparent;
}

.triangle:before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

#hassle_free .triangle:after {
  border-left: 10000px solid transparent;
}

#safety.triangle:before,
#safety.triangle:after {
  border-top: 167px solid #fff;
  top: 50px;
  z-index: 1;
}

#safety.triangle:before {
  border-left: 1000px solid transparent;
}

#safety.triangle:after {
  border-right: 1000px solid transparent;
}

.back-to-top {
  display: inline;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  background-color: #444;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.back-to-top i:hover {
  background: rgb(23, 75, 138);
  color: #fff;
  text-decoration: none;
}

.back-to-top:hover {
  text-decoration: none;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
}

.preloader > img {
  position: absolute;
  top: 45%;
  left: 48%;
  height: 64px;
  width: 60px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

/* ----------------------------------------------------
	Navbar Styles	
------------------------------------------------------- */

.navbar {
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 20px 0;
  border-bottom: 0;
  letter-spacing: 1px;
  background: 0 0;
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out,
    transform 0.5s ease-in-out;
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out,
    transform 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out,
    transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.collapse-menu .checkbox-toggle {
  display: none;
}

.navbar-brand:focus {
  outline: 0;
}

.top-menu {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .top-nav-collapse {
    /* padding: 0px; */
    background: #fff !important;
    padding: 4px 0 8px 0 !important;
    margin: 0px;
    margin: -9px auto;
    border: none !important;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  }

  .top-nav-collapse .navbar-nav a,
  .top-nav-collapse .nav a {
    color: #222 !important;
  }

  .top-nav-collapse .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #bbb;
    top: 11px;
    margin-bottom: 9px;
  }

  .top-nav-collapse.navbar-custom .nav li a:hover:after,
  .top-nav-collapse.navbar-custom .nav li a:focus:after,
  .top-nav-collapse.navbar-custom .nav li.active a:after {
    background-color: #000;
  }

  .top-nav-collapse .navbar-nav li ul.dropdown-menu {
    background: #eee;
  }

  .top-nav-collapse .navbar-nav li ul.dropdown-menu li a:after {
    content: '';
    width: 0%;
  }

  .top-nav-collapse .navbar-nav li ul.dropdown-menu li a:hover:after {
    width: 100%;
  }
}

.navbar-custom a {
  color: #fff;
}

.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.navbar-custom .nav li a:after {
  content: '';
  height: 1px;
  width: 0%;
  left: 0;
  bottom: 0%;
  background: #fff;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-custom .nav li a:hover:after,
.navbar-custom .nav li a:focus:after,
.navbar-custom .nav li.active a:after {
  width: 100%;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active a {
  outline: 0;
  background: transparent !important;
}

.nav > li {
  padding: 0px 15px;
  position: relative;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 0px;
}

.navbar-nav > li > a {
  padding-top: 5px !important;
  padding-bottom: 3px !important;
}

.navbar-nav li ul.dropdown-menu {
  padding: 8px 0;
  background: #333;
  position: absolute;
  display: none;
  left: 0;
}

.navbar-nav li ul.dropdown-menu li {
  list-style: none;
  margin: 5px 0;
  padding: 0 20px;
}

.navbar-nav li ul.dropdown-menu li a {
  min-width: 130px;
  display: inline-block;
  padding: 8px 0;
  text-decoration: none;
  color: #fff;
}

.navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #bbb;
}

.navbar-toggle:focus,
.navbar-toggle:active {
  outline: 0;
}

/* ----------------------------------------------------
	Hassle Free Styles	
------------------------------------------------------- */

.intro {
  display: table;
  width: 100%;
  height: auto;
  text-align: center;
  color: #fff;
  position: relative;
}

.cover {
  background-image: url(../images/overlay.png);
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.dark_bg {
  background-color: rgba(0, 0, 0, 0.7);
}

.intro-text {
  height: 280px;
  position: relative;
}

#hassle_free .intro-text p {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 5px;
  font-weight: normal;
  margin-bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 160px;
  --trasnlateY: -100px;
  --startOpacity: 1;
  --midOpacity: 0.7;
  --endOpacity: 0;
  /* --delay: 1500ms; */
}

.brand-heading {
  font-size: 36px;
  color: #ffffff;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  --trasnlateY: -100px;
  --startOpacity: 1;
}

.brand-heading span {
  font-weight: 700;
}

#hassle_free {
  position: relative;
  margin-bottom: -50px;
  z-index: 100;
}

#hassle_free div.triangle {
  background: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}

#hassle_free figure .image_box {
  height: 200px;
  position: relative;
}

#hassle_free figure .image_box svg {
  position: absolute;
  bottom: 0;
  left: 50%;
}

#hassle_free figure .x_symbol {
  height: 136px;
  width: 136px;
  margin-left: -68px;
  opacity: 0.8;
}

#hassle_free figure:hover .x_symbol {
  opacity: 1;
}

#avi_safety_h {
  height: 200px;
  width: 75px;
  margin-left: -38px;
}

#avi_estimating_h {
  height: 150px;
  width: 225px;
  margin-left: -113px;
}

#avi_hassle_free_h {
  height: 145px;
  width: 200px;
  margin-left: -100px;
  /* border: solid red 1px; */
}

#avi_green_h {
  height: 200px;
  width: 140px;
  margin-left: -70px;
}

#hassle_free figcaption {
  text-align: center;
}

#hassle_free figcaption h5 {
  letter-spacing: 1.76px;
  text-transform: uppercase;
  text-decoration: none;
  color: #212121;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  font-weight: 700;
  margin: 40px 0 30px 0;
  padding-bottom: 0;
}

#hassle_free figcaption p {
  color: #757575;
  line-height: 1.8;
  font-style: italic;
  letter-spacing: 1.1px;
}

#hassle_free figure:hover figcaption h5 {
  color: #5cb85c;
}

#hassle_free img {
  max-width: 100%;
  min-width: 100%;
}

.file_link {
  font-weight: 700;
  font-style: normal;
}

.file_link:hover {
  text-decoration: none;
}

/* ----------------------------------------------------
	Safety Styles	
------------------------------------------------------- */

#safety {
  color: #ffffff;
}

#safety .container {
  position: relative;
  z-index: 100;
  padding-top: 150px;
}

/* #safety svg {
  position: absolute;
  bottom: 0;
  left: 50%;
}

#safety .x_symbol {
  height: 136px;
  width: 136px;
  margin-left: -68px;
  opacity: 0.8;
}

#safety figure:hover .x_symbol {
  opacity: 1;
} */

#avi_safety_s {
  height: 400px;
  width: 272px;
}

#safety hr {
  border-color: #ffffff;
}

#safety_rside hr {
  text-align: right;
  margin: 0 0 40px auto;
}

#safety_cside {
  margin-top: 100px;
  text-align: center;
}

#safety_rside {
  /* margin-top: 140px; */
  text-align: right;
}

/* ----------------------------------------------------
	Eco-Firendly Styles	
------------------------------------------------------- */

#eco_friendly .img-wrap img {
  float: right;
  max-width: none;
  height: auto;
}

#eco_friendly .eco-text h4 {
  color: #5cb85c;
  padding-top: 60px;
}

#eco_friendly .eco-text hr {
  border-color: #5cb85c;
}

#eco_friendly .eco-text p {
  line-height: 26px;
  color: #414141;
}

#eco_friendly .eco-text blockquote {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #212121;
  line-height: 33px;
  padding-left: 35px;
}

#eco_friendly .button-wrapper a.btn {
  margin-bottom: 90px;
}

/* ----------------------------------------------------
	Community Involvement Styles	
------------------------------------------------------- */

#community {
  color: #ffffff;
  text-align: center;
}

hr.centered_white {
  margin: 0 auto 40px;
  border-color: #ffffff;
}

#community p {
  line-height: 28px;
  color: #ffff6b;
}

#community-carousel {
  padding: 0 10%;
}

#community .cover {
  background: rgba(115, 15, 5, 0.8);
}

#community div.row {
  position: relative;
  z-index: 10;
}

.carousel-inner .item {
  margin-bottom: 60px;
}

.carousel-inner .item blockquote {
  border-left: none;
}

#community-carousel .item .community-meta {
  background: transparent;
  margin: auto;
  display: block;
  padding-bottom: 20px;
}

#community-carousel .item .community-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

#community-carousel .item .community-meta img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 3px;
  margin: 20px 40px 10px 0;
}

#community-carousel .item .community-meta img:last-of-type {
  margin-right: 0;
}

.carousel-inner .item h5 {
  font-size: 28px;
  font-weight: 700;
  line-height: 48px;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.carousel-inner .item h6 {
  font-size: 18px;
  text-transform: capitalize;
  display: inherit;
  margin-top: 0px;
}

.carousel-indicators {
  padding-bottom: 0;
  width: 100%;
  margin-left: -50%;
}

.carousel-indicators li {
  padding-right: 45px;
  height: 30px;
  /* width: 30px; */
  text-indent: unset;
  background: none;
  border: none;
}

.carousel-indicators li.active {
  height: 30px;
  padding-bottom: 0;
  background: none;
  /* background-color: #ffff6b;
  border-color: #ffff6b; */
}

.carousel-indicators .avilder_icon {
  height: 30px;
  width: 30px;
  --color-1: #c80000;
  --color-2: #c80000;
  --color-3: #ff0000;
  --color-4: #ff0000;
}

.carousel-indicators li.active .avilder_icon {
  --color-1: #f5af1e;
  --color-2: #f5af1e;
  --color-3: #ffc81e;
  --color-4: #ffc81e;
}

/* ----------------------------------------------------
	Services Styles	
------------------------------------------------------- */

#services {
  background-color: #f2f2f2;
  padding-top: 0;
}

#services h4 + hr {
  border-color: #ffffff;
}

#paint-service {
  background-color: rgb(23, 75, 138);
}

#paint-service .bg-image:before {
  color: rgb(23, 75, 138);
}

#wallpaper-service {
  background-color: #c80f19;
}

#wallpaper-service .bg-image:before {
  color: #c80f19;
}

#floor-service {
  background-color: #3fa16b;
}

#floor-service .bg-image:before {
  color: #3fa16b;
}

.bg-primary {
  background-color: rgb(23, 75, 138);
}

.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.bg-image:before {
  display: none;
  content: '\f0da';
  font-size: 78px;
  position: absolute;
  top: 50%;
  left: -5px;
  font-family: 'FontAwesome';
  /* color: rgb(23, 75, 138); */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bg-image.left-tip:before {
  content: '\f0d9';
  right: -5px;
  left: auto;
}

/* .services-text {
  position: relative;
  padding: 10%;
} */

/* #paint-service .services-text {
  padding: 5%;
} */

.services-text p {
  line-height: 28px;
  color: #f2f2f2;
}

/* ----------------------------------------------------
	Portfolio Styles	
------------------------------------------------------- */

#portfolio {
  background-color: #1d4986;
  color: #fff;
  overflow: hidden;
  background-image: url(../images/pattern/az-subtle.png);
}
