/* ==========================================================================
 Author: Antarctica
 Version: 1.0.0
============================================================================ */

/* NAV */

.navbar {
   background-color: transparent;
   background: transparent;
   border-color: transparent;
}

nav.shrink {
	box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
}

.navbar-nav {
	color: white;
}

.shrink .navbar-nav>li>a{
	color: #000000 !important;
}

.shrink .navbar-nav .divider{
	color: #000000 !important;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-header img{
	width: 150px;
}

.navbar-nav .divider{
	padding: 13px;
}

.twitter {
	background-image: url(../img/twitter-icon.svg);
	background-size: 17.3px 15.3px;
	background-repeat: no-repeat;
	margin-top: 15px;
}
.facebook {
	background-image: url(../img/facebook-icon.svg);
	background-size: 17.3px 15.3px;
	background-repeat: no-repeat;
	margin-top: 15px;
}
.linkedin {
	background-image: url(../img/linked-icon.svg);
	background-size: 17.3px 15.3px;
	background-repeat: no-repeat;
	margin-top: 15px;
}
.youtube {
	background-image: url(../img/youtube-icon.svg);
	background-size: 17.3px 15.3px;
	background-repeat: no-repeat;
	margin-top: 15px;
}

.shrink .twitter {
	background-image: url(../img/RRSS-01.svg);
}

.shrink .facebook {
	background-image: url(../img/RRSS-02.svg);
}

.shrink .linkedin {
	background-image: url(../img/RRSS-03.svg);
}

.shrink .youtube {
	background-image: url(../img/RRSS-04.svg);
}

@media screen and (max-width: 991px){
	nav li{
		font-size: 12px;
	}
}

@media screen and (max-width: 767px){
	nav li{
		font-size: 14px;
	}

	.nav>li>a {
		padding: 10px 15px;
	}
	.navbar-default .navbar-nav>li>a {
		text-align: center;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		text-align: center;
	}

	nav .navbar-collapse {
		background-color: rgba(0, 0, 0, 0.69);
	}

	.shrink .navbar-nav>li>a {
		color: #fff !important;
	}

	nav .divider {
		display: none;
	}

	nav .last {
		display: none;
	}

	nav .soc-med {
		display: inline-flex;
	}

	nav .first {
		margin-left: 40%;
	}
}

@media screen and (max-width: 767px){
	nav .first {
		margin-left: 35%;
	}
}



/* SLIDES */

.slides {
	font-family: 'Montserrat',arial;
}

.slides img {
	width: 100%;
}

.big-title{
	margin-right:50%;
	padding-bottom: 25px; 
}
.glyphicon-chevron-right::before {content: none;}
.glyphicon-chevron-left::before {content: none;}

@media screen and (min-width: 768px){

	.carousel-caption {
		left: 15%;
		right: 0%;
		padding-bottom: 10%;
	    text-align: left;
	}
}

@media screen and (max-width: 991px){
	.slides h1{
		font-size: 18px;
	}
	.slides p{
		font-size: 10px;
	}
}

@media screen and (max-width: 767px){
	.slides img {
		width: 100%;
	}
	.slides .big-title{
		padding-bottom: inherit; 
	}
	.slides .carousel-caption{
	    padding-bottom: 40%;
	    bottom: 0px;
	}
	.slides .carousel-caption p{
		font-size: 15px;
		font-weight: 500;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.33;
		letter-spacing: normal;
		text-align: center;
		color: #8e8f90;
	}
	.slides .carousel-caption h1 {
		font-size: 28px;
		font-weight: 800;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.14;
		letter-spacing: normal;
		text-align: center;
		color: #ffffff;
		width: 292px;
  		height: 64px;
	}
	.slides .first {content: url("../img/slider 1 mob.jpg")}
	.slides .second {content: url("../img/slider 2 mob.jpg")}
	.slides .third {content: url("../img/slider 3 mob.jpg")}
	.slides .fourth {content: url("../img/slider 4 mob.jpg")}
}

@media screen and (max-width: 480px){
	.slides img {
		width: 100%;
	}
	.slides .big-title{
		padding-bottom: inherit; 
	}
	.slides .carousel-caption{
	    padding-bottom: 40px;
	}
	.slides .carousel-caption p{
		font-size: 15px;
		font-weight: 500;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.33;
		letter-spacing: normal;
		text-align: center;
		color: #8e8f90;
	}
	.slides .carousel-caption h1 {
		font-size: 20px;
		font-weight: 800;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.14;
		letter-spacing: normal;
		text-align: center;
		color: #ffffff;
		width: 260px;
  		height: 64px;
	}
	.slides .first {content: url("../img/slider 1 mob.jpg")}
	.slides .second {content: url("../img/slider 2 mob.jpg")}
	.slides .third {content: url("../img/slider 3 mob.jpg")}
	.slides .fourth {content: url("../img/slider 4 mob.jpg")}
}

/* SERVICES */

.services {
	margin-top: 13%;
	font-family: 'Montserrat',arial;
}

.services-list{
	margin-top: 5%;
}

.services-list p {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #898989;
}

.services-list h4 {
	font-family: 'Montserrat',arial;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}

.services-list a {
	font-family: 'Montserrat',arial;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #19bee1;
}

.center {
	text-align: center;
}


/* WHY US */

.why-us {
	margin-top: 7%;
	font-family: 'Montserrat',arial;
}

.why-us .container {
	padding-right: 0%;
    padding-left: 0%;
    margin-right: 0%;
    margin-left: 0%;
}

.why-us .image img {
	width: 433px;
    height: 516px;
}

.why-us .text {
	margin:13%;
	text-align: justify;
}

.why-us .text p{
	color: #898989;
}

.why-us .col-md-5 {
	padding-right: 0px;
	padding-left: 0px;
	background-color: #f8f8f8;
}

.why-us .col-md-7 {
	background-color: #f8f8f8;
	height: 516px;
}


@media (min-width: 992px) {
	.why-us .container {
	    width: 100%;
	}
}

@media screen and (max-width: 991px){
	.why-us .container {
		display: -webkit-inline-box;
	}

	.why-us .col-md-7 {
		width: 86.2857%;
		height: 414px;
	}

	.why-us .col-md-5 {
		height: 414px;
	}

	.why-us .text {
		margin: 10% 33% 3% 6%;
	}

	.why-us .text p{
		font-size: 13px;
	}

	.why-us .image img {
		width: 345px;
		height: 414px;
	}

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

	.why-us .col-md-7 {
		width: 54.2857%;
	}

	.why-us .col-md-5 {
		width: 45.7143%;
	}

	.why-us .text {
		margin: 7% 0% 3% 0%;
	}

	.why-us .text p{
		font-size: 12px;
	}
}
@media screen and (max-width: 480px){
	
	.why-us {
		padding-bottom: 400px;
	}

	.why-us .image img {
		content: url("../img/why-us-mob.png");
		width:100%;
	}

	.why-us .col-md-7 {
		position: relative;
    	left: -100%;
    	width: 100%;
	}

	.why-us .col-md-5 {
		top: 400px;
		width: 100%;
	}
}


/* QUOTE */

.quote {
	font-family: 'Montserrat',arial;
	font-size: 24px;
	background-image: url("../img/call-background-desktop.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.quote p {
	margin: 4.4%;
	color: #fff;
}

.quote p button{
	margin-left: 30px;
}


/* REASONS */

.reasons {
	background-color: #19bee1;
	color: #fff;
	font-family: 'Montserrat',arial;
}

.reasons .container h2{
	margin-top: 10%;
	margin-bottom: 3%;
	font-size: 38px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.16;
	letter-spacing: normal;
	text-align: center;
}

.reasons .container p {
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	margin-bottom: 6%;
}

.reasons .container div p {
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	width: 121px;
	height: 44px;
}

.reasons .container div img {
	margin-top: 37px;
	margin-bottom: 22px;
}

.reasons .container .first {
	margin-left: 7%;
}

.reasons .col-xs-2 {
	border-radius: 6px;
	background-color: #04a9cc;
	margin-right: 12px;
	padding-right: 0px;
	padding-left: 0px;
}

.reasons center{
	height: 260px;
}

@media screen and (max-width: 767px){
	.reasons .col-xs-2 {
		width: 29%;
	    margin-bottom: 6px;
	    margin-right: 6px;
	}

	.reasons .container .first {
		margin-left: 7%;
	}

	.reasons .container .fourth {
		margin-left: 7%;
	}
}

@media screen and (max-width: 480px){
	
	.reasons .container h2 span{display: none;}
	.reasons .container h2:after{
		content: "Reasons to Choose";
		font-size: 26px;
		font-weight: 800;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.08;
		letter-spacing: normal;
		color: #ffffff;
	}
	.reasons .container .info span{display: none;}
	.reasons .container .info:after{
		content: "Why you should choose us";
		font-size: 15px;
		font-weight: 500;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.07;
		letter-spacing: normal;
		text-align: center;
		color: #ffffff;
	}
	.reasons .col-xs-2 {
		width: 45%;
	    margin-bottom: 6px;
	    margin-right: 6px;
	}

	.reasons .container .first {
		margin-left: 0%;
	}

	.reasons .container .fourth {
		margin-left: 0%;
	}

	.reasons .container div p {
	    font-size: 15px;
	}
}


/* TESTIMONIALS */

.testimonials {
	background-color: #fff;
}

.testimonials .container {
	padding-top: 110px;
	padding-bottom: 110px;
}


/* CONTACT */

.contact {
	background-image: url("../img/form-image-desktop.png");
	background-repeat: no-repeat;
	background-size: cover;
	font-family: Montserrat;
}

.contact p {
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: #acacac;
	margin-top: 60px;
}

.contact h3 {
	font-size: 38px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.16;
	letter-spacing: normal;
	color: #000000;
	margin-bottom: 60px;
}

.contact input {
	border-radius: 7px;
	background-color: #f8f8f8;
}

.contact .form-error {color: red;}
.contact .form-done {color: green;}

.contact button {
	border-radius: 6px;
	box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.13);
	background-color: #19bee1;
	margin-bottom: 180px;
}



/* WEB MAP */

.web-map {
	background-color: #000;
}

.web-map .container {
	padding-top: 150px;
	padding-bottom: 150px;
}

.web-map .info {
	border-right: solid 1px #333333;
}

.web-map .info p {
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.47;
	letter-spacing: normal;
	color: #acacac;
	text-align: justify;
}

.web-map .info img {
	margin-bottom: 26px;
	width: 300px;
	height: 75px;
}

.web-map a {
	margin: 0 0 10px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #848484;
}

.web-map p {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #848484;
}

.web-map h5 {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
}

@media screen and (max-width: 991px){
	.web-map{
		margin-top: -78px;
	}

	.web-map .col-md-4{
		width: 33.33333333%;
		position: relative;
	    min-height: 1px;
	    padding-right: 15px;
	    padding-left: 15px;
	    float: left;
	}

	.web-map .col-md-2{
		width: 16.66666667%;
		position: relative;
	    min-height: 1px;
	    padding-right: 15px;
	    padding-left: 15px;
	    float: left;
	}

	.web-map .info img {
		width: 210px;
		height: 46px;
	}
}

@media screen and (max-width: 767px){
	.web-map .container{
		margin-top: -145px;
	}

	.web-map .info img {
		width: 279px;
		height: 70px;
	}

	.web-map .col-md-4{
		width: 100%;
		position: relative;
	    min-height: 1px;
	    padding-right: 15px;
	    padding-left: 15px;
	    float: none;
	}

	.web-map .col-md-2{
		width: 100%;
		position: relative;
	    min-height: 1px;
	    padding-right: 15px;
	    padding-left: 15px;
	    float: none;
	    text-align: center;
	}

	.web-map .container .info {
		margin-bottom: 13%;
		font-size: 13px;
		font-weight: 500;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.38;
		letter-spacing: normal;
		text-align: center;
		color: #898989;
		border-right: 0;
		border-bottom: solid 1px #333333;
	}

	.web-map .container .info p{margin-bottom: 13%}

	.web-map h5 {
		font-size: 15px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		color: #ffffff;
		margin-top: 15%;
	}

	.web-map .col-md-2 a{
		font-size: 13px;
		font-weight: 500;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		color: #898989;
	}

	.web-map .contact-text p{
		font-size: 13px;
		font-weight: 500;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		color: #898989;
	}

}

@media screen and (max-width: 480px){
	.web-map .container{
		margin-top: -145px;
	}

	.web-map .info img {
		width: 239px;
		height: 50px;
	}

	.web-map .container .info {
		margin-bottom: 13%;
		font-size: 13px;
		font-weight: 500;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.38;
		letter-spacing: normal;
		text-align: center;
		color: #898989;
		border-right: 0;
		border-bottom: solid 1px #333333;
	}

	.web-map .container .info p{margin-bottom: 13%}

	.web-map h5 {
		font-size: 15px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		color: #ffffff;
		margin-top: 15%;
	}

	.web-map .col-md-2 a{
		font-size: 13px;
		font-weight: 500;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		color: #898989;
	}

	.web-map .contact-text p{
		font-size: 13px;
		font-weight: 500;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		color: #898989;
	}

}


/* FOOTER */

.footer {
   position: static;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #222;
   color: white;
   text-align: center;
}

.footer .container {
	display: inline-flex;
}

.footer .text-right {
	float: right;
}

.footer ul {
	float: right !important;
	margin-left: 70%; 
}

.footer li {
	width: 30px;
}

@media screen and (max-width: 991px){
	.footer ul {
		margin-left: 60%; 
	}
}

@media screen and (max-width: 767px){
	.footer .container {
		display: block;
		text-align: center;
	}
	.footer .text-left {
		text-align: center;
		padding-top: 5px;
	}
	.footer .text-right {
		text-align: center;
	}
	.footer ul {
		float: none !important;
		margin-left: 0; 
	}
}
@media screen and (max-width: 480px){}


/* ABOUT US PAGE */

.about-us-title {
	background-image: url("../img/About-us-hero-desktop.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-family: Montserrat;
}

.about-us-title .container h1 {
	margin: 236px 0 271px;
}

.about-us-info .container{
	padding-top: 150px; 
	padding-left: 100px;
	padding-right: 100px;
}

.about-us-info .container p{
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}

.about-us-info hr{
	width: 76px;
	border: 3px solid #19bee1;
	margin-bottom: 130px;
}


.about-us-our-mision .container {
	height: -webkit-fill-available;
    margin-bottom: -210px;
}

.about-us-our-mision .split {
  height: 70%;
  width: 50%;
  position: absolute;
  z-index: 1;
  overflow-x: hidden;
  padding-top: 20px;
  background-color: #f8f8f8;
}

.about-us-our-mision .left {
  left: 0;
}

.about-us-our-mision .right {
  right: 0;
  background-image: url("../img/about-us-desktop.png");
  background-size: cover;
}

.about-us-our-mision .justify {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: justify;
}

.about-us-our-mision .centered p{
  color:#898989;
}
.about-us-our-mision .centered h3{
  color:#000;
}
.about-us-our-mision .centered img {
  width:50%;
  height:50%;
}

.about-us-call-us {
	font-family: Montserrat;
	background-color: #19bee1;
}

.about-us-call-us h2{
	font-size: 26px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.81;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin-top: 128px;
    margin-bottom: 40px;
}

.about-us-call-us p{
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	text-align: center;
    margin-bottom: 89px;
}

.about-us-mia-map div {
	background-image: url("../img/location-desktop.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 350px;
}


@media screen and (max-width: 767px){
	.about-us-our-mision .justify {
	    position: absolute;
	    top: unset;
	    margin-left: 10px;
	    margin-top: 23%;
	    left: unset;
	    transform: none;
	    text-align: justify;
	}
}

@media screen and (max-width: 480px){
	.about-us-info .container{
		padding-top: 100px; 
		padding-left: 30px;
		padding-right: 30px;
	}

	.about-us-our-mision .split {
	    height: 47%;
	    width: 100%;
	    position: absolute;
	    /* z-index: 1; */
	    overflow-x: hidden;
	    padding-top: 20px;
	    /* padding-bottom: 20px; */
	    background-color: #f8f8f8;
	}

	.about-us-our-mision .left {
	    height: 51.5%;
	}

	.about-us-our-mision .right {
	    right: 0%;
	    top: 200%;
	    background-image: url(../img/about-us-mobile.png);
	    background-size: cover;
	    background-repeat: no-repeat;
	}

	.about-us-our-mision .justify {
	    position: absolute;
	    top: 0%;
	    left: 0%;
	    transform: none;
	    text-align: center;
	    margin-top: 10%
	}

	.about-us-call-us {
		padding-top: 28%;
	}
}

/* CONTACT */

.contact-title {
	background-image: url("../img/About-us-hero-desktop.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-family: Montserrat;
}

.contact-title .container h1 {
	margin: 236px 0 271px;
	font-family: Montserrat;
}

.contact-info .container{
	padding-top: 90px; 
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 90px;
}

.contact-info .container p{
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	font-family: Montserrat;
}

.contact-content {
	font-family: Montserrat;
	height: 450px;
}

.contact-content .info {
	background-color: #f8f8f8;
	padding-right: 0px;
	padding-left: 0px;
}

.contact-content .contact-info{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	color: #898989;
	background-color: #fff;
	padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: justify;
}

.contact-content .blue-text{
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	text-align: center;
	color: #19bee1;
	background-color: #f8f8f8;
	margin-top: 78px;
    margin-bottom: -19px;
}

.contact-content .form-text{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	text-align: center;
	color: #898989;
	margin-bottom: 13%;
}

.contact-content hr{
	width: 76px;
	border: 2px solid #19bee1;
	margin-bottom: 130px;
}

.contact-content .form-div{
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06);
}

.contact-content .form-div h2{
	    padding-bottom: 25px;
}

.contact-content .form-div input{
	border-radius: 7px;
	background-color: #f8f8f8;
}

.contact-content .form-div textarea{
	border-radius: 7px;
  	background-color: #f8f8f8;
}

.contact-content .form-div button{
	margin-bottom: 12%;
}

.contact-content .col-xs-6{
	padding-bottom: 1px;
}

.contact-mia-map{
	padding-top: 9%;
}

.contact-mia-map div {
	background-image: url("../img/location-desktop.jpg");
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 350px;
}


@media screen and (max-width: 767px){
	.contact-content .col-xs-6{
		width: 100%;
	}

	.contact-mia-map{
		padding-top:700px;
	}

}

@media screen and (max-width: 480px){
	.contact-content .contact-info{
		font-size: 14px;
	}

	.contact-content .blue-text{
		font-size: 14px;
	}

	.contact-content .form-text{
		font-size: 14px;
	}

}


/* REPAIR */

.repair-title {
	background-image: url("../img/repair-&-service.jpg");
	background-color: #000;
	background-repeat: no-repeat;
	background-size: inherit;
	color: #fff;
	font-family: Montserrat;
}

.repair-title .container {
	padding-top: 13%;
    padding-bottom: 12%;
}

.repair-fyr {font-family: Montserrat;}

.repair-fyr .container {
	margin-bottom: 50px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 50px;
}

.repair-fyr .row {
	margin-bottom: 15px;
}

.repair-fyr h3 {
	font-size: 36px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: normal;
	color: #000000;
}

.repair-fyr p {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	color: #898989;
}

.repair-blue {
	font-family: Montserrat;
	width: 100%;
  	height: 90px;
	background-color: #19bee1;
}

.repair-blue p{
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}

.repair-blue img{
	width: 82px;
}

.repair-in-house{
	background-color: #222222;
	font-family: Montserrat;
	width: 100%;
	height: auto;
	padding: 6%;
}

.repair-in-house h3 {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}

.repair-in-house p {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}

.repair-hvac{
	font-family: Montserrat;
	width: 100%;
	height: auto;
}

.repair-hvac .first{
	padding:6%;
}

.repair-hvac h1{
	font-size: 36px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}

.repair-hvac p{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	text-align: center;
	color: #898989;
}

.repair-hvac .next img{
	width: 100%
}

.repair-fyr .col-xs-6 img{
	width: 100%;
}


@media screen and (max-width: 767px){
	.repair-fyr .col-xs-6 {
		width: 100%;
		padding-top:30px;
	}

	.repair-fyr .col-xs-6 img{
		width: 100%;
	}

	.repair-blue p{
		font-size: 16px;
	}

	.repair-blue img{
		width: 42px;
	}

	.repair-hvac .next {
		padding-bottom: 70px;
	}

}

@media screen and (max-width: 480px){
	.repair-title .container .col-xs-6{
		width: 100%;
	}

}


/* MAINTENANCE */

.maintenance-title {
	background-image: url("../img/Servicing & Maintenance-desktop.jpg");
	background-color: #000;
	background-repeat: no-repeat;
	background-size: inherit;
	color: #fff;
	font-family: Montserrat;
}

.maintenance-title .container {
	padding-top: 13%;
    padding-bottom: 12%;
}

.maintenance-info{
	font-family: Montserrat;
}

.maintenance-info .container {
	margin-top: 5%;
    margin-left: auto;
    margin-bottom: 5%;
}

.maintenance-info .container h3 {
	font-size: 36px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	margin-bottom: 40px;
}

.maintenance-info .container p{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	color: #898989;
}

.maintenance-breakdowns {
	font-family: Montserrat;
	background-color: #f2f2f2;
}

.maintenance-breakdowns .container{
	padding: 30px 40px;
}

.maintenance-breakdowns img{
	width: 278px;
    position: absolute;
    top: -90px;
    left: 100px;
}

.maintenance-breakdowns h5{
	font-size: 18px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.17;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}
.maintenance-breakdowns p{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	color: #000000;
}

.maintenance-choice {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: Montserrat;
}

.maintenance-choice .row{
	margin: 6%;
}

.maintenance-choice h3{
	font-size: 36px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	padding-bottom: 30px;
}

.maintenance-choice p{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	text-align: center;
	color: #898989;
}

@media screen and (max-width: 767px){
	.maintenance-breakdowns .container img{
		display: none;
	}

	.maintenance-breakdowns .container .col-xs-7{
		width: 100%
	}

	.maintenance-breakdowns .container .col-xs-5{
		width: 100%
	}

	.maintenance-choice {
		padding-bottom: 140px;
	}

}

@media screen and (max-width: 480px){
	.maintenance-title .container .col-xs-6{
		width: 100%;
	}

}

/* INSTALL */

.install-title {
	background-image: url("../img/Purchase & Installation-desktop.jpg");
	background-color: #000;
	background-repeat: no-repeat;
	background-size: inherit;
	color: #fff;
	font-family: Montserrat;
}

.install-title .container {
	padding-top: 14%;
    padding-bottom: 12%;
}

.install-systems{
	font-family: Montserrat;
}

.install-systems .container {
	margin-top: 7%;
    margin-bottom: 7%;
}

.install-systems .container h2 {
	font-size: 36px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	margin-bottom: 40px;
}

.install-systems .container p{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	color: #898989;
	text-align: center;
}

.install-systems .container img{
	width: 80px;
    margin: 17px;
}

.install-info{background-color: #19bee1;font-family: Montserrat;}

.install-info .container {
	padding:5%;
}

.install-info h5{
	font-size: 16px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	padding-bottom: 15px;
}
.install-info p{
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}

.install-inspect{
	font-family: Montserrat;
	background-color: #f8f8f8;
}

.install-inspect .container {
	padding: 7%;
}

.install-inspect .col-xs-6 img {width: 400px;}

.install-inspect .row {padding-bottom: 45px;}

.install-inspect p {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	color: #000000;
}



.install-hvac{background-color: #fff;font-family: Montserrat;}

.install-hvac .container {
	padding:5%;
}

.install-hvac h2{
	font-size: 36px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: normal;
	color: #000000;
	text-align: center;
	}
}
.install-hvac p{
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	text-align: center;
	color: #898989;
}


@media screen and (max-width: 993px){
	.install-inspect .col-xs-6 {
		width: 100%;
		padding-top:30px;
	}
}

@media screen and (max-width: 480px){
	.install-inspect .col-xs-6 img{
		width: 266px;
	}

	.install-inspect .col-xs-6 {
		width: 100%;
		padding-top:30px;
	}

}


/* FINANCING */

.financing-title {
	background-image: url("../img/financing-hero-desktop.jpg");
	background-color: #000;
	background-repeat: no-repeat;
	background-size: inherit;
	color: #fff;
	font-family: Montserrat;
}

.financing-title .container {
	padding-top: 13%;
    padding-bottom: 12%;
}

.financing-saving .container {
	font-family: Montserrat;
}

.financing-saving .container .text {
	margin-top: 5%;
}

.financing-saving .container h3 {
	font-size: 36px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: normal;
	color: #000000;
	margin-top: 5%;
}

.financing-saving .container p {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	color: #898989;
}

.financing-qualify{
	font-family: Montserrat;
}

.financing-qualify .container{
	width: 85%;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 7%;
}

.financing-qualify h3 {
	font-size: 36px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	margin-bottom: 30px;
}

.financing-qualify .info {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	color: #000000;
	margin-bottom: 60px;
	text-align: justify;
}

.financing-qualify .title {
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #19bee1;
	margin-bottom: 25px;
	text-align: justify;
}

.financing-qualify .description {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	color: #898989;
	margin-bottom: 25px;
	text-align: justify;
}

.finance-contact {
	background-image: url("../img/financing-contact-desktop.jpg");
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-family: Montserrat;
}

.finance-contact .container{
	padding: 8%
}

.finance-contact h3{
	font-size: 38px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.16;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	padding-bottom: 25px;
}

.finance-contact input{
	width: 500px;
	height: 50px;
	border-radius: 7px;
	background-color: #f8f8f8;
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid #222;
}

.finance-contact textarea{
	width: 500px;
	height: 100px;
	border-radius: 7px;
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid #222;
}

.finance-contact .button {
	padding-bottom: 60px;
}

.finance-contact button{
	width: 500px;
	height: 56px;
	border-radius: 6px;
	box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.13);
	background-color: #19bee1;
}

.finance-contact p{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}


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

	.finance-contact{
		padding-bottom: 200px;
	}

	.finance-contact input{
		width: 100%;
	}

	.finance-contact textarea{
		width: 100%;
	}

	.finance-contact button{
		width: 100%;
	}

	.financing-saving .container .col-xs-6 {
		width: 100%;
	}
}

@media screen and (max-width: 480px){
	.financing-title .container .col-xs-6 {
		width: 100%;
	}
}
