html, body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
    background-color: #fff;
    color:#666;
}
h1, h2, h3, h4{
    font-family: 'Abel', sans-serif;   
}

b, strong{
    font-weight: 400;
}
.carousel-caption{
    z-index: 10;
}
.carousel-inner > .item > img{
    position: absolute;
    top: 50px;
    left: 0;
    min-width: 100%;
    height: auto;
}
.carousel-inner > .item{
    height: 500px;   
}

.intro-block{
    /* background: url(../images/background/purpalt.png) repeat; */
    background-color:#c9c9c9;
    padding: 100px 15px 60px;
    
}
.text-muted{
    /* color: #ed7337; */
    color: rgb(26, 115, 232);
    font-weight: 100;
}
.tpad{
    padding-top: 20px;
}
.padded{
    padding: 100px 15px;
}
.marketing{
    background-color: #e9e6df;   
}
hr {
    border-top: 1px solid #c9c9c9;   
}
.info{
    background: rgb(26, 115, 232) url(../images/skyline.png) repeat-x bottom;
    padding: 80px 0;
}
.info small{
    color: #eeefe9;   
}
.info a{
    color: #fff;   
}
.info a:hover{
    color: #333;   
}
.info ul{
    list-style: square;
    color: #222;
    font-size: 16px;  
    font-weight: bold;
}

.info ul li{
    margin:5px 0;  
    font-weight: 100;
}
.info ul li a{
    color: #FFF; 
    font-weight: 100;
    
}
.info ul li a:hover{
    color: green; 
    
}

.tab-pane{
    padding: 40px 10px 0 10px;
}
.ftr{
    /* background: url(../images/shattered.png) repeat; */
    /* background-color: grey; */
    background-color: #222;
    padding: 80px 0 60px 0;
}
.ftr address, .ftr a, .ftr p{
    color: #fff;
    font-size:14px;   
}

.ftr a:hover{
    color: #ed7337;
}
#myTab li a
{
    padding:10px 10px;
}
.ft_space{
    padding: 0 10px;   
}
.blog h1 a{ color: #4b8575; }
.blog p a{ color: #ed7337; }
.sidebar{
    background-color: #e9e6df;   
}
.bpad{ margin-bottom: 30px;}
.map {
    height: 350px;
    width: 100%;
}
blockquote small
{
    /* color: khaki; */
    color: orangered;
}
.happy_client
{
   display:table-cell;
   vertical-align: middle;
}
@media(min-width: 768px){
    .carousel-inner > .item{
        height: 700px;   
    }
        
    }


/* @media (max-width: 990px) and (max-width: 990px){
    .carousel-inner > .item
    {
        height: 380px;   
    }
    .map 
    {
        height: 500px;
    }
                            
                        } */
    
    
.about_padd
{
    background-color: rgb(214, 209, 209);
}
.aboutText h1
{
    color: rgb(26, 115, 232);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.aboutText p
{
    /* color: rgb(165, 97, 72); */
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    
    
}

.aboutSeconder p
{
    /* background: rgb(165, 97, 72); */
    background: rgb(26, 115, 232);
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    font-size: 17px;
}

.contactText h1
{
    color: rgb(26, 115, 232);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.contactText h3
{
    /* color: rgb(3, 94, 3); */
    color:rgb(26, 115, 232);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.contactText li
{
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}

.contactText p
{
    color: rgb(165, 97, 72);
    font-family: Arial, Helvetica, sans-serif;
    
}


/* HAPPY FAMILY SLIDER */

@keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -2850px 0; }
}
@-moz-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -2850px 0; }
}
@-webkit-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -2850px 0; }
}
@-ms-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -2850px 0; }
}
@-o-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -2850px 0; }
}

#animate-area { 
	width: 100%; 
	height: 190px; 
	background-image: url(../images/happy_family/happy_slider.jpg);
	background-position: 0px 0px;

	animation: animatedBackground 50s linear infinite;
	-moz-animation: animatedBackground 50s linear infinite;
	-webkit-animation: animatedBackground 50s linear infinite;
	-ms-animation: animatedBackground 50s linear infinite;
	-o-animation: animatedBackground 50s linear infinite;
}
.list_padd
{
    padding:0;
    margin:0 0 0 7px;
}
.text-alignment
{
    text-align: justify;
    word-spacing: 0px;
}
.full-services h3
{
    color: rgb(26, 115, 232);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.ng-view-main
{
    background-color: #fff;
}
.topic-font
{
    color:rgb(26, 115, 232);
}
.sub-footer-one
{
    background-color: #333;
    text-align: center;
    padding: 15px 0px 15px 0px;
}
.my-nav li
{
    margin: 0 auto 0 25px;
    float: left;
    list-style: none;
}
.my-nav li > a
{
    color: rgb(226, 216, 216);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}
.address-holder li
{
    list-style: none;
    color:#fff;
}
.transparent-holder
{
    /* margin: 10px 0 0 0;  */
    width:100%;
}
.img-receiver
{
    width:100%;
    max-width: 100%;
    height:550px;
    background: url(../images/sliders/construction-site.jpg) no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    /* background-position: center; */
    background-attachment: fixed;
    
}
.img-receiver-services
{
    width:100%;
    max-width: 100%;
    height:550px;
    background: url(../images/sliders/excavator2.jpg) no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    /* background-position: center; */
    background-attachment: fixed;
    
}
.img-receiver-contact
{
    width:100%;
    max-width: 100%;
    height:550px;
    background: url(../images/sliders/troy-mortier-tq.jpg) no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    /* background-position: center; */
    background-attachment: fixed;
    
}
.overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 130, 247, 0.7);
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}

/* #overlay-text-about
{
    width:500px;
    border:6px solid #fff;
    padding: 10px 10px;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
} */
#overlay-text-about
{
    width:700px;
    position: relative;
    padding: 30px 10px 30px 30px;
    background: rgba(17, 116, 245, 0.6);
}
#overlay-text-about:before
{
    content: "";
    position: absolute;
    top: 0; right: 0;
    border-bottom: 50px solid #fff;
    border-right: 50px solid rgba(40, 130, 247, 0.7) ;
    width:0;
}
#overlay-text-about:after
{
    content: "";
    position: absolute;
    top: 0; right: 0;
    border-bottom: 50px solid #fff;
    border-right: 50px solid rgba(40, 130, 247, 0.7) ;
    width:0;
}
#overlay-text-about h3
{
    color:#fff;
    font-size:60px;
    letter-spacing: 2px;
}

#overlay-text-services
{
    width:600px;
    border:6px solid #fff;
    padding: 10px 10px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
}
#overlay-text-services h3
{
    color:#fff;
    font-size:50px;
    letter-spacing: 2px;
}

.slider-post
{
    width:100%;
    height:auto;
    position: relative;
    cursor: pointer;
}
.slider-overlay
{
    width:100%;
    height: 700px;
    background: rgba(40, 130, 247, 0.7);
    position: absolute;
    top: 0;
    display: flex;
    overflow: hidden;
    transition: 0.9s ease;
    justify-content: center;
    align-items: center;
}
.slider-post:hover .slider-overlay
{
    width:0%;
    display: none;
}
.overlay-text-holder
{
    width:500px;
    border:6px solid #fff;
    padding: 10px 30px;
}
.overlay-text-holder h3
{
    color:#fff;
    text-align: justify;
    /* font-size:18px; */
}
.overlay-text-holder p
{
    text-align: center;
    color:#fff;
}
@media screen and (max-width: 767px) {
    .slider-overlay
    {
        width:100%;
        height: 500px;
        
    }
    #overlay-text-about h3
    {
        font-size:40px;
    }
  }
