@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Cardo:400,400italic,700);
/* ==========================================================================
Typography
========================================================================== */
p {
  font-size: 14px;
  line-height: 22.4px;
  color: #000;    font-family: "Open Sans", sans-serif; }

h1 {
  font-size: 65px;
  color: #2d3033; }

h2 {
  font-size: 40px;
  color: #2d3033; }

h3 {
  font-size: 28px;
  color: #2d3033;
  font-weight: 300; }

h4 {
  font-size: 22px;
  color: #2d3033;
  font-weight: 400; }

h5 {
  font-size: 14px;
  color: #2d3033;
  text-transform: uppercase;
  font-weight: 700; }

.btn {
  background-color: #e84545;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase; }
  .btn:hover, .btn:focus {
    background-color: #e52e2e;
    color: #fff; }
  .btn-large {
    padding: 15px 40px; }

/* ==========================================================================
	General Styles
========================================================================== */
a {
  color: #e84545; }

a:hover, a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s; }

body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #6c7279;    overflow-x: hidden; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

.section {
  padding: 50px 0; }

.no-padding {
  padding: 0; }

.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

/* ==========================================================================
	$Header
========================================================================== */
#header {
  position: fixed;
  width: 100%;
  z-index: 999;    background: #fff; }
  #header .header-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
    max-width: 1170px;
    padding: 10px 0;
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s; }
  #header .logo {
    float: left; }

#header.fixed {
  background-color: #fff; }
  #header.fixed .header-content {
    border-bottom: 0;
    padding: 10px 0; }
  #header.fixed .nav-toggle {
    top: 18px; }
nav .active a{    color: #12afe2;}
.navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.navigation {
  float: right;    padding-top: 30px; }
  .navigation li {
    display: inline-block; }
  .navigation a {
        color: #000;
    font-size: 13px;
    font-weight: 700;
    margin-left: 40px;
    text-transform: uppercase; }
    .navigation a:hover, .navigation a.active {
      color: #12afe2; }

	  
.navigation.open a{color:#000;}	  
	  
@media(max-width:1024px)	  
{
  .navigation.open a{color:#fff;}	   
    
}
	  
	  
	  
	  
	  
	  
	  
.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 32px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .nav-toggle:before, .nav-toggle:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform; }
  .nav-toggle:before {
    background-color: #e84545;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .nav-toggle:after {
    background-color: #e84545;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
  .nav-toggle span {
    background-color: #fff;
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 18px;
    z-index: 10;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .nav-toggle span:before, .nav-toggle span:after {
      background-color: #fff;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transition: -moz-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s; }
    .nav-toggle span:before {
      -moz-transform: translateY(-6px) rotate(0deg);
      -ms-transform: translateY(-6px) rotate(0deg);
      -webkit-transform: translateY(-6px) rotate(0deg);
      transform: translateY(-6px) rotate(0deg); }
    .nav-toggle span:after {
      -moz-transform: translateY(6px) rotate(0deg);
      -ms-transform: translateY(6px) rotate(0deg);
      -webkit-transform: translateY(6px) rotate(0deg);
      transform: translateY(6px) rotate(0deg); }
  .nav-toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .nav-toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0); }
    .nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
      background-color: #fff; }
    .nav-toggle.close-nav span:before {
      -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }
    .nav-toggle.close-nav span:after {
      -moz-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg); }

/* ==========================================================================
	$Banner
========================================================================== */
/* .banner {
  background-image: url(../images/banner.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 750px; } */

.banner-text {
  padding-top: 25%; }
  .banner-text h1 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .banner-text p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 80px; }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-inner h1, .carousel-inner h3
{
	color:#fff;
}

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
	max-height: 900px;
    overflow: hidden;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

@media(max-width:991px)
{
	.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
    height: 83vh;
	}
	.fade-carousel {
    position: relative;
    height: 83vh;
	}
	.fade-carousel .carousel-inner .item {
    height: 83vh;
		}
}
@media(max-width:600px)
{
	.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
    height: 63vh;
	}
	.fade-carousel {
    position: relative;
    height: 63vh;
	}
	.fade-carousel .carousel-inner .item {
    height: 63vh;
		}
}



/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 5em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
        color: #f9de0f;
}

.hero h3 
{
text-shadow: 0 0 3px #000000, 0 0 5px #0000FF;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.2);;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url("../images/slider-1.jpg"); 
}
.fade-carousel .slides .slide-2 {
  background-image: url("../images/slider-2.jpg"); 
}
.fade-carousel .slides .slide-3 {
  background-image: url("../images/slider-3.jpg"); 
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 2em; }   
.hero {
    position: absolute;
    top: 60%;
}	
}	
	
	
	
	

	

/* ==========================================================================
	$Features
========================================================================== */
.feature {
  margin-bottom: 0px; }
  .feature-content {
    padding: 0 15px;
    margin-top: 30px; }
  .feature .icon {
    color: #e84545;
    font-size: 60px; }

.bg_sctn{background:#f8f8f8	;padding:20px; margin-bottom: 10px;}
.bg_sctn:hover{background:#fff;}
.feature-content h5{    min-height: 35px;}	

@media screen and (min-width: 768px){
.img_icon_style{  max-height: 220px;
    overflow: hidden;
}
}
/* ==========================================================================
	$Features
========================================================================== */	
	
#repair
{
    background: linear-gradient(to right, rgb(47, 49, 145, 0.8), rgb(46, 49, 146, 0.8)), url(../images/repair.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 150px 0;
}	
/* .second_sctn{    padding: 100px 0;	} */
#repair h2{margin-top:0px;}	
.color_blue
{
color:#00aeef;
}	
#repair p{
	margin-top:30px;
}
.color_green
{
color:#12afe2;
}	
.color_white{color:#fff!important;}
	
.appointment_btn{	
	float: left;
    margin-right: 1.5em;
}
.appointment_btn a{
	background:#12afe2;    color: #fff!important;
    padding: 20px;
    border-radius: 3px;
}
.appntmnt_section
{
    clear: both;
    margin-top: 50px;

}	
.call_style{/* float:left; */}
.call_style 
{
       color: #5aa502;
    font-weight: 700;
}

 .call_style a{   font-size: 1.4em; font-family: "Open Sans", sans-serif;    color: #080a75;}

.call_style a:before{
	font-family: 'fontawesome';
        content: "\f095";
    display: inline-block;
    position: relative;
    background: transparent;
    font-size: 1.3em;
    width: 1.1em;
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}


/* ==========================================================================
	$Time For New System
========================================================================== */

#new_system
{
background-image: url(../images/newsystem.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;	    padding: 200px 0px;
	
}












/* ==========================================================================
	$Works
========================================================================== */
.work {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  min-height: 350px;
  overflow: hidden;
  position: relative;
 /*  visibility: hidden;  */}
  #works{padding-top:50px;}
  #works h2{
	   padding-bottom: 50px;
  }
  #works .work .overlay
  {
	    background-color: #080d15;  
  }
  
  
   img{width:100%;}
   #works .work {max-height:450px;overflow:hidden;}
   
    @media(max-width:1399px)
   {
       #works .work {max-height:410px;overflow:hidden;} 
   }
    @media(max-width:1299px)
   {
       #works .work {max-height:380px;overflow:hidden;} 
   }
     @media(max-width:1199px)
   {
       #works .work {max-height:410px;overflow:hidden;} 
   }
     @media(max-width:991px)
   {
       #works .work {max-height:40px;overflow:hidden;} 
   }
  
   @media(max-width:767px)
   {
	   #works .work {max-height:initial;overflow:hidden;}
	   
   }
      
  .work .overlay {
  /*   background: rgba(232, 69, 69, 0.9); */
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s; }
  .work .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .work h5, .work p, .work img {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s; }
  .work h5, .work p {
    color: #fff;
    margin: 0;
    }
	.over_txt{height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 70%;
    width: 100%;
    text-align: center;}
	.work  a:hover h5{ opacity: 1; }
	 .work h5{ opacity: 1;font-size: 23px; }
	 .work p{ opacity: 0; }
  .work h5 {
    margin-bottom: 5px;
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); }
	
	
	
.work h5 span{
    text-transform: initial;
    font-size: 18px;
    font-weight: 400;

}	
	
	
	
	
	
	
	
	
  .work p {
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }

.work-box:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.work-box:hover .overlay {
  opacity: 1; }
  .work-box:hover .overlay h5, .work-box:hover .overlay p {
    opacity: 1;    padding: 15px;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* ==========================================================================
	$Teams
========================================================================== */
.person {
  max-width: 270px; }
  .person-content {
    margin-top: 20px; }
  .person h4 {
    font-weight: 400; }
  .person h5 {
    color: #e84545;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px; }

.social-icons, .footer .footer-share {
  margin-top: 30px; }
  .social-icons li, .footer .footer-share li {
    float: left; }
  .social-icons a, .footer .footer-share a {
    border: 1px solid #e8ecee;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #c6cacc;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px; }
    .social-icons a:hover, .footer .footer-share a:hover {
      background-color: #e84545;
      border-color: #e84545;
      color: #fff; }

/* ==========================================================================
	$Testimonials
========================================================================== */
.testimonials {
 
  position: relative; }
  .testimonials blockquote {
    border: 0;
    margin: 0;
    padding: 100px 15% 0; }
  .testimonials p {
    color: #000;
   /*  font: italic 20px "Cardo", Georgia, "Times New Roman", serif; */ }
  .testimonials cite {
    color: #fff;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-top: 30px;
    text-transform: uppercase; }

	

.testimonials p {
background: #f4f4f4;
border-radius: 5px;
margin-bottom: 25px;
padding: 20px;
position: relative;
/* font-style: italic; */
}
.testimonials p:after {
border-top: 22px solid ;
border-left: 0px solid transparent;
border-right: 22px solid transparent;
left: 60px;
bottom: -22px;
width: 0;
height: 0;
content: "";
display: block;
position: absolute;
border-top-color: #f4f4f4;
border-left-style: inset;
border-right-style: inset;
}
.testimonials .testimonial-info {
min-height: 60px;
}
.testimonials .testimonial-info span {
color: #000000;
font-size: 18px;
}
.testimonials .testimonial-info span em {
color: #777;
display: block;
font-size: 13px;
}
.testimonials .testimonial-info img {
border: 4px solid #f4f4f4;
float: left;
height: 60px;
margin-right: 15px;
padding: 2px;
width: 60px;
}
.testimonials .carousel-indicators {
bottom: 46px;
left: auto;
right: 80px;
width: auto;
}
.testimonials .carousel-indicators li {
border-color: #b3b3b3;
}
.testimonials-arrows {
bottom: 57px;
left: auto;
right: 37px;
width: auto;
position: absolute;
}
.testimonials-arrows a {
color: #b3b3b3;
}
.testimonials-bg-primary p {

color: #000;
}
.testimonials-bg-primary p:after {
border-top-color: #bc5e43;
}
.testimonials-bg-light p {

}
.testimonials-bg-light p:after {
border-top-color: #ffffff;
}
.testimonials-bg-dark p {
background: #9e4f38;
color: #FFFFFF;
}
.testimonials-bg-dark p:after {
border-top-color: #9e4f38;
}
.portfolio-related-fw {
box-sizing: content-box;
}	
	
	
	
	
/* ==========================================================================
	$Brands
========================================================================== */	
	
	
	
#brands	
{
	padding-top:0px;
}
	
	
	
	
	
/* ==========================================================================
	$Download
========================================================================== */
.download h3 {
  margin-top: 0; }
.download p {
  color: #2d3033;
  font-weight: 600;
  text-transform: uppercase; }
.download .btn {
  margin-top: 30px; }

/* ==========================================================================
	$Footer
========================================================================== */
.footer {
  text-align: center;font-family: 'Open Sans', sans-serif; }
  .footer-top {
    background-color: #3a3e64;
    padding-top: 50px;    padding-bottom: 40px; }
  .footer-bottom {
    background-color: #313454;
    padding: 20px 0; }
  .footer .footer-col {
    margin-bottom: 20px; }
  .footer h5 {
    color: #fff; }
  .footer h5 {
    margin-bottom: 20px; }
  .footer p {
    color: rgba(255, 255, 255, 0.5); }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #e84545; }
  .footer .footer-share {
    margin-top: 0; }
    .footer .footer-share li {
      display: inline-block;
      float: none; }
    .footer .footer-share a {
      border-width: 2px;
      color: #fff; }
  .footer .fa-heart {
    color: #e84545;
    font-size: 11px;
    margin: 0 2px; }
	.footer_logo
	{
		    max-width: 200px;
	}
.footer i, .footer span{color:#fff;}
/* ==========================================================================
	$Utilities
========================================================================== */
.work:nth-child(1) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }
.work:nth-child(2) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.work:nth-child(3) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.work:nth-child(4) {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.work:nth-child(5) {
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.work:nth-child(6) {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }
.work:nth-child(7) {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
.work:nth-child(8) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animated {
  visibility: visible; }

/* ==========================================================================
	Font Icon (http://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons)
========================================================================== */
@font-face {
  font-family: "elegant-theme-line";
  src: url('../fonts/elegant-theme-line.ttf?1439850014') format('truetype'), url('../fonts/elegant-theme-line.eot?1439850014') format('embedded-opentype'), url('../fonts/elegant-theme-line.svg?1439850014') format('svg'), url('../fonts/elegant-theme-line.woff?1439850014') format('woff'); }
.icon {
  font-family: 'elegant-theme-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mobile:before {
  content: "\e000"; }

.icon-laptop:before {
  content: "\e001"; }

.icon-desktop:before {
  content: "\e002"; }

.icon-tablet:before {
  content: "\e003"; }

.icon-phone:before {
  content: "\e004"; }

.icon-document:before {
  content: "\e005"; }

.icon-documents:before {
  content: "\e006"; }

.icon-search:before {
  content: "\e007"; }

.icon-clipboard:before {
  content: "\e008"; }

.icon-newspaper:before {
  content: "\e009"; }

.icon-notebook:before {
  content: "\e00a"; }

.icon-book-open:before {
  content: "\e00b"; }

.icon-browser:before {
  content: "\e00c"; }

.icon-calendar:before {
  content: "\e00d"; }

.icon-presentation:before {
  content: "\e00e"; }

.icon-picture:before {
  content: "\e00f"; }

.icon-pictures:before {
  content: "\e010"; }

.icon-video:before {
  content: "\e011"; }

.icon-camera:before {
  content: "\e012"; }

.icon-printer:before {
  content: "\e013"; }

.icon-toolbox:before {
  content: "\e014"; }

.icon-briefcase:before {
  content: "\e015"; }

.icon-wallet:before {
  content: "\e016"; }

.icon-gift:before {
  content: "\e017"; }

.icon-bargraph:before {
  content: "\e018"; }

.icon-grid:before {
  content: "\e019"; }

.icon-expand:before {
  content: "\e01a"; }

.icon-focus:before {
  content: "\e01b"; }

.icon-edit:before {
  content: "\e01c"; }

.icon-adjustments:before {
  content: "\e01d"; }

.icon-ribbon:before {
  content: "\e01e"; }

.icon-hourglass:before {
  content: "\e01f"; }

.icon-lock:before {
  content: "\e020"; }

.icon-megaphone:before {
  content: "\e021"; }

.icon-shield:before {
  content: "\e022"; }

.icon-trophy:before {
  content: "\e023"; }

.icon-flag:before {
  content: "\e024"; }

.icon-map:before {
  content: "\e025"; }

.icon-puzzle:before {
  content: "\e026"; }

.icon-basket:before {
  content: "\e027"; }

.icon-envelope:before {
  content: "\e028"; }

.icon-streetsign:before {
  content: "\e029"; }

.icon-telescope:before {
  content: "\e02a"; }

.icon-gears:before {
  content: "\e02b"; }

.icon-key:before {
  content: "\e02c"; }

.icon-paperclip:before {
  content: "\e02d"; }

.icon-attachment:before {
  content: "\e02e"; }

.icon-pricetags:before {
  content: "\e02f"; }

.icon-lightbulb:before {
  content: "\e030"; }

.icon-layers:before {
  content: "\e031"; }

.icon-pencil:before {
  content: "\e032"; }

.icon-tools:before {
  content: "\e033"; }

.icon-tools-2:before {
  content: "\e034"; }

.icon-scissors:before {
  content: "\e035"; }

.icon-paintbrush:before {
  content: "\e036"; }

.icon-magnifying-glass:before {
  content: "\e037"; }

.icon-circle-compass:before {
  content: "\e038"; }

.icon-linegraph:before {
  content: "\e039"; }

.icon-mic:before {
  content: "\e03a"; }

.icon-strategy:before {
  content: "\e03b"; }

.icon-beaker:before {
  content: "\e03c"; }

.icon-caution:before {
  content: "\e03d"; }

.icon-recycle:before {
  content: "\e03e"; }

.icon-anchor:before {
  content: "\e03f"; }

.icon-profile-male:before {
  content: "\e040"; }

.icon-profile-female:before {
  content: "\e041"; }

.icon-bike:before {
  content: "\e042"; }

.icon-wine:before {
  content: "\e043"; }

.icon-hotairballoon:before {
  content: "\e044"; }

.icon-globe:before {
  content: "\e045"; }

.icon-genius:before {
  content: "\e046"; }

.icon-map-pin:before {
  content: "\e047"; }

.icon-dial:before {
  content: "\e048"; }

.icon-chat:before {
  content: "\e049"; }

.icon-heart:before {
  content: "\e04a"; }

.icon-cloud:before {
  content: "\e04b"; }

.icon-upload:before {
  content: "\e04c"; }

.icon-download:before {
  content: "\e04d"; }

.icon-target:before {
  content: "\e04e"; }

.icon-hazardous:before {
  content: "\e04f"; }

.icon-piechart:before {
  content: "\e050"; }

.icon-speedometer:before {
  content: "\e051"; }

.icon-global:before {
  content: "\e052"; }

.icon-compass:before {
  content: "\e053"; }

.icon-lifesaver:before {
  content: "\e054"; }

.icon-clock:before {
  content: "\e055"; }

.icon-aperture:before {
  content: "\e056"; }

.icon-quote:before {
  content: "\e057"; }

.icon-scope:before {
  content: "\e058"; }

.icon-alarmclock:before {
  content: "\e059"; }

.icon-refresh:before {
  content: "\e05a"; }

.icon-happy:before {
  content: "\e05b"; }

.icon-sad:before {
  content: "\e05c"; }

.icon-facebook:before {
  content: "\e05d"; }

.icon-twitter:before {
  content: "\e05e"; }

.icon-googleplus:before {
  content: "\e05f"; }

.icon-rss:before {
  content: "\e060"; }

.icon-tumblr:before {
  content: "\e061"; }

.icon-linkedin:before {
  content: "\e062"; }

.icon-dribbble:before {
  content: "\e063"; }

  
  
  
  
  
  
/* ==========================================================================
	$About Us Page
========================================================================== */
  
#aboutus h2{  
     font-size: 48px;
    line-height: 70px;
    /* color: #00aeef;
    font-weight: 300; */
    padding-bottom: 30px;
    padding-top: 0px;
    margin-top: 0;
}
#aboutus h4 {
    font-size: 20px;
    line-height: 25px;
    color: #3a3a44;
    font-weight: 300;
    text-transform: uppercase;
}  
  
 #aboutus .box{     margin-top: 36px;}
  
  
 #quality{      background-color: #f0f4f9 !important;}
  
 #quality{text-align:center;    padding: 80px 0px;clear: both;
    float: left;
    width: 100%;} 
  
 .sc_icon{ color: #00a5ea;
    background-color: #ffffff;
 }
  .sc_services_item_title, .sc_services_item_title a
  {color: #11224d;font-weight:700}
  
  
    .sc_services_item_title:hover, .sc_services_item_title a:hover
		{
			color:#e84545;
			
		}
		
 .icon-recycling:before {
    content: '\e904';
}
 
.sc_services_item_title
{
    margin: 1.3em 0 0.85em;
    font-size: 1.4em;
}

.sc_icon {
    display: block;
    width: 7em;
    height: 7em;
    line-height: 7em !important;
    margin: 0 auto;
    text-align: center;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
	    position: relative;
} 
  
.sc_services_item a:hover .sc_icon 
{
background: #0071c3;
    background: -moz-linear-gradient(left, #0071c3 0%, #00a8eb 100%);
    background: -webkit-linear-gradient(left, #0071c3 0%, #00a8eb 100%);
    background: linear-gradient(to right, #0071c3 0%, #00a8eb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0071c3', endColorstr='#00a8eb', GradientType=1);
    color: #ffffff;  
  
} 
  
  .sc_icon:before {
    font-size: 2em;
}
  
.sc_services_item_description p:after {
    color: #00a5ea;
}  
  
 .bg-fixed {
    background-attachment: fixed;
} 
.bg-image {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}  
 .section-xl-bottom-45 {
    padding-bottom: 45px;
} 
  
 .text-white {
    color: #fff;
} 
  
 .image-wrap {
    position: relative;
    z-index: 0;
} 
@media (min-width: 1800px)
{
.image-wrap .image-right:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 170px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 3px solid #00aeef;
    width: 600px;
}  
} 
 @media (min-width: 1800px)
 {
.image-wrap .image-right:before, .image-wrap .image-right:after {
    content: " ";
    display: table;
} 
 }
 @media (min-width: 1800px)
 {
.image-wrap .image-right img {
    float: left;
} 
}
 @media (min-width: 1800px)
 {
.image-wrap .image img {
    max-width: none;
}
 } 
  
 .image-wrap .image img {
    -webkit-box-shadow: -2px 30px 120px 12px rgba(0, 0, 0, 0.4);
    box-shadow: -2px 30px 120px 12px rgba(0, 0, 0, 0.4);
} 
  
.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}  

 @media (min-width: 1200px)
 {
.range-lg-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
} 
 } 
 
   @media (min-width: 1800px)
  {
.section-xl-bottom-45 {
    padding-bottom: 45px;
}
  }
 @media (min-width: 1200px)
 {
.section-lg-135 {
    padding-top: 135px;
    padding-bottom: 135px;
} 
 }  



  @media (min-width: 1200px)
  {
.container1 {
    max-width: 1200px;    margin: 0 auto;
    width: 100%;    clear: both;
}
  }
  

 
 
@media (min-width: 992px)
{
.section-md-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}  
} 
@media (min-width: 768px)
{
.range-sm-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}  
} 


@media (min-width: 480px)
{
.range {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}  
} 


.sc_item_subtitle {
    color: #e5631b;
}
.sc_item_subtitle {
    margin: 0 0 0.37em;
    font-size: 1.5em;font-weight:700;
    text-align: center;
    text-transform: capitalize;
}

.sc_section_inner h2{    color: #11224d; text-align: center;font-weight:700;padding-bottom:30px;}   
 @media(min-width:992px)
 { .image_lrg_style
  {
	  max-height: 265px;
    overflow: hidden;
  }
  
  .image_small_style{
	   max-height: 125px;
    overflow: hidden;    margin-bottom: 15px;
  }
 }
 @media(min-width:1200px)
 { .image_lrg_style
  {
	  max-height: 315px;
    overflow: hidden;
  }
  
  .image_small_style{
	   max-height: 150px;
    overflow: hidden;    margin-bottom: 15px;
  }
 }
  
 
#latest_works .mainul li:hover img{
-webkit-transform: scale(1.2, 1.2);
    -webkit-transition-timing-function: ease-out;
    -moz-transform: scale(1.2, 1.2);
    -moz-transition-duration: 500ms;
    -moz-transition-timing-function: ease-out;
    -ms-transform: scale(1.20, 1.20);
    -ms-transition-duration: 500ms;
    -ms-transition-timing-function: ease-out;
    opacity: 0.7;
}	
#latest_works .mainul li img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.image_lrg_style, .image_small_style{    overflow: hidden;  }
/* ==========================================================================
	$Services Page
========================================================================== */  
  
  
 .blue_head_style h2 {
    font-size: 48px;
    line-height: 70px;
   /*  color: #00aeef;
    font-weight: 300; */
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0;
}
  
.index-list li:before {
    background: #00aeef;   
    counter-increment: li;
    height: 70px;
    position: absolute;
    width: 70px;    font-family: "Open Sans", sans-serif;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    font-size: 20.9px;
    color: #ffffff;
} 
.index-list li:hover:before{
	background: #0a1f72;
}
.index-list .first_icon:before {
    content: "01";
} 
 .index-list .second_icon:before {
    content: "02";
} 
.index-list .third_icon:before {
    content: "03";
} 
.index-list .fourth_icon:before {
    content: "04";
} 
.index-list .fifth_icon:before {
    content: "05";
} 
.index-list .sixth_icon:before {
    content: "06";
} 
 .index-list li {
    margin-bottom: -7px;
} 
  
.index-list li div {
    margin-top: 4px;
    padding-left: 86px;
}  
 .blue_head_style h4, .blue_head_style a {
    font-size: 20px;
    line-height: 25px;    font-weight: 700;
    color: #3a3a44!important;
   
    text-transform: uppercase;
} 
  
 #services h4 span{font-size: 14px;
    text-transform: initial; font-weight: 500;} 
  
 @media (min-width: 1200px)
 {
.services [class*="col-"] {
    margin-top: 30px;
} 
  
 } 
  
  
 @media(min-width:992px)
 {
#services h4{height:80px;}
 }	 
  
 
.beat_heat
{

background-image: url(../images/services/parallax.jpg);
    background-position: center 0;
    padding: 164px 0 189px;
	position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
	background-attachment:fixed;
	background-size:cover;
	
}
.stellar3 h2 {
    font-size: 72px;
    line-height: 72px;
}

.t__center {
    text-align: center;
}

.stellar3 h3 {
    font-size: 44px;
    line-height: 44px;
}
.caption h3 {
    margin-left: 40px;
    font-weight: 400;
}
@media (max-width: 991px)
{
.beat_heat {
    padding: 80px 0 80px!important;
}
.caption h3 {
    margin-left: 0px;
}
}
.conditioners_coolers h2{padding-bottom:0px;    font-size: 70px;font-weight:400;    margin-top: 0;}

.box2 h3 {
    margin-top: 0px;    text-transform: uppercase;    font-size: 40px;
}
.box2 h3:hover{
	    color: #e84545;
}

.box2 h4 a:hover{
	    color: #11224d;
}

.box2 h4 a {
    color: #00aeef;    text-transform: uppercase;    font-size: 17px;
}

@media (max-width: 1199px)
{
.box2 h3 {
 word-wrap: break-word;
}
}

.box2 {
    margin-bottom: 13px;
}
@media (min-width: 992px)
{
.conditioners_coolers [class*="col-"] {
    margin-top: 30px;
}
}

.request_quote {
    background-image: url(../images/services/servicebg.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
}

@media (min-width: 992px)
{
.service_img_style{max-height:275px;overflow:hidden;}

}

@media (max-width: 991px)
{
.conditioners_coolers .box p{    margin-bottom: 40px;}
.box h3 {
    padding-top: 15px;
}
.conditioners_coolers h2 {
    font-size: 46px;    padding-bottom: 40px;
}
}


.service_img_style{overflow:hidden;}

h1.block_heading {
    color: #0a1f54;
    text-align: center;    font-size: 3.4285em;
}


h6.block_heading {
   color: #000;
    font-weight: 700;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.9285em;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.form_inputs
{
	color: #999999;
    border:none;outline:none!important;
    background-color: #ffffff;
	
}

.service_img_style img{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service_img_style:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transition-timing-function: ease-out;
    -moz-transform: scale(1.2, 1.2);
    -moz-transition-duration: 500ms;
    -moz-transition-timing-function: ease-out;
    -ms-transform: scale(1.20, 1.20);
    -ms-transition-duration: 500ms;
    -ms-transition-timing-function: ease-out;
    opacity: 0.7;
}



.form_inputs.first_name, .form_inputs.last_name, .form_inputs.phone_nmbr, .form_inputs.address, .form_inputs.your_email, .form_inputs.your_message {
    width: 48%;
    float: left;
    display: inline-block;
    font-weight: 300;
    padding: 1.45em 2em;
    border-radius: 2em;
    margin-bottom: 1.3em;
}


#contact_form_message {
    width: 100%;
    float: left;
    display: inline-block;
    font-weight: 300;border:none !important;
    padding: 1.45em 2em;
    border-radius: 2em;
    margin-bottom: 1.3em;
}
.form_inputs.select_menu {
    float: left;
    width: 48%;
     margin-right: 4%;
    padding: 1.45em 2em;
    border-radius: 2em;
    -moz-appearance: none;
    margin-bottom: 2.7em;
}
textarea {
   resize: none;
}


.form_inputs.your_message {
     height: 61px;
    overflow: hidden;   
}
@media(max-width:1199px)
{
.contact_inner_section div, .g-recaptcha div
{
  clear: both;    width: 100% !important;
text-align: center;  
}
.contact_inner_section .submit_btn {
    margin-top: 20px;
}
}
@media(max-width:991px)
{
 .submit_btn {
    margin-top: 20px;
}   
}
@media(max-width:590px)
{
.requests_flds div
{
clear: both;
text-align: center;
}

}

@media(max-width:375px)
{
.form_inputs.first_name, .form_inputs.last_name, .form_inputs.phone_nmbr, .form_inputs.address, .form_inputs.your_email, .form_inputs.select_menu, .form_inputs.your_message {
    width: 100%;
}

}

.form_inputs.first_name, .form_inputs.address
{
	    margin-right: 4%;
}

.submit_btn{

background: #0071c3;
    background: -moz-linear-gradient(left, #0071c3 9%, #00a8eb 55%);
    background: -webkit-linear-gradient(left, #0071c3 9%, #00a8eb 55%);
    background: linear-gradient(to right, #0071c3 9%, #00a8eb 55%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0071c3', endColorstr='#00a8eb', GradientType=1);
    background-size: 200%;
    background-position: 0;
    color: #ffffff;outline:none;
	    padding: 18px 28px!important;
    border-radius: 2em;


}

.submit_btn:hover{
	background-position: 100%;
}



/* ==========================================================================
	$Contact Us
========================================================================== */  


#contact_us .sc_column_item
{
	    background-color: #c8e8f9 !important;    padding-bottom: 30px;
}

#contact_us .phone_nmbr
{
	    margin-right: 4%;
}
.text-holder h5 {
    color: #949494;    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;    text-transform: initial;
    line-height: 24px;
}
.text-holder h5 span {
    text-transform: uppercase;
    font-weight: 700;
    color: #1c1c1c;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
.contact-info-list li {
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 13px;
    padding-bottom: 13px;
    padding-left: 35px;
    position: relative;
}

.icon-holder {
    position: absolute;
    top: 6px;
    left: 0;
}
 .icon-holder span:before {
    color: #00a5ea;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}


 #contact_us .title {
    padding-bottom: 34px;
    margin-top: -4px;
}

 #contact_us .title h2 {
    color: #1c1c1c;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
}



.nav_contact{float:left; font-size: 20px;
    margin-top: 20px;
    font-weight: 700;
}
.nav_contact fa{
        font-size: 26px;
    line-height: 26px;
}

.nav_contact a {
    color: #080a75;font-family: Open Sans, sans-serif;
}



.request_qyoute{    margin: 0 auto;
    max-width: 600px;
}
 
  
  
  
  
 /******* form submission  *********/
 
 
 .contactFrm h4 {
    font-size: 1em;
    color: #252525;
    margin-bottom: 0.5em;
    font-weight: 300;
    letter-spacing: 5px;
}

p.statusMsg{font-size:18px;}
p.succdiv{color: #008000;}
p.errordiv{color:#E80000;}
  
  
  
  
  
@media(max-width:991px)
{
    #latest_works .mainul li img
    {
            margin-bottom: 30px;
    }
}
  
  
  
 .quality_container{padding:0 3em; }
  
  .enjoy_section
  {
      clear:both;
  }
 h2 {
 line-height: initial;
 }
@media(max-width:767px)
{  
  h1 {
    font-size: 45px;
    color: #2d3033;
}
h2
{
font-size: 36px;

}
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  