html, body{margin:0; font-size: 100%; font-family:'Roboto Condensed', sans-serif; background: #fff;}
body a{text-decoration:none; transition:0.5s all; -webkit-transition:0.5s all; -moz-transition:0.5s all; -o-transition:0.5s all; -ms-transition:0.5s all;}
a:hover{text-decoration:none;}
input[type="button"],input[type="submit"]{transition:0.5s all; -webkit-transition:0.5s all; -moz-transition:0.5s all; -o-transition:0.5s all; -ms-transition:0.5s all;}
h1,h2,h3,h4,h5,h6{margin:0; font-weight:600;}	
p{margin:0;}
ul{margin:0; padding:0; list-style:none}
.slim_font{font-weight:normal;}
.bold_font{font-weight:700;}
.disp-block{display:block;}
.disp-inline{display:inline-block;}
.disp-no{display:none;}
.disp-yes{display:yes;}
input, button, select, textarea, input[type="checkbox"], input[type="radio"], .btn{font-family:Arial, Helvetica, sans-serif;}
.margin-top-15{margin-top:15px !important;}
.margin-bottom-15{margin-bottom:15px !important;}
.margin-left-15{margin-left:15px !important;}
.margin-right-15{margin-right:15px !important;}
.margin-top-10{margin-top:10px !important;}
.margin-bottom-10{margin-bottom:10px !important;}
.margin-left-10{margin-left:10px !important;}
.margin-right-10{margin-right:10px !important;}
.margin-top-20{margin-top:20px !important;}
.margin-bottom-20{margin-bottom:20px !important;}
.margin-left-20{margin-left:20px !important;}
.margin-right-20{margin-right:20px !important;}
.padding-left-50{padding-left:50px !important;}
.error{color:#FF0000; font-size:13px; font-family:Arial, Helvetica, sans-serif;}
.star{color:#FF0000; font-size:13px; font-family:Arial, Helvetica, sans-serif;}
.success{color:#339900; font-size:13px; font-family:Arial, Helvetica, sans-serif;}

textarea{resize:none;}

.top_row{background:#f5f5f5; padding:10px 0;}
.top_row li{display:inline-block; margin-right:10px;}
.top_row li i{color:#eb7710; margin-right:5px;}
.info, .info a{color:#666666; font-size:16px;}
.social_icons a{color:#eb7710; font-size:18px;}

.top_menu{background:#FFFFFF; border:none; margin-bottom:0;}
.logo{height:auto; padding:0;}
.menu_links{margin-top:20px;}
.menu_links li a.active{background-color:#eb7710 !important; color:#FFFFFF !important; cursor:default;}
.get_quotes{color:#eb7710 !important; border-color:#eb7710;}
.get_quotes:hover, .get_quotes:focus, .get_quotes:active{background-color:#eb7710; color:#FFFFFF;}

#first-slider .main-container {
padding: 0;
}
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
color: #fff;
font-size: 30px;
text-transform: uppercase;
font-weight:700;
}
#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
color: #fff;
font-size: 30px;
text-transform: uppercase;
font-weight:700;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
padding-left: 40px;
}
#first-slider .carousel-indicators {
bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
background-image: none;
}
#first-slider .carousel .item {
min-height: 425px; 
height: 100%;
width:100%;
}
.carousel-inner .item .container {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}
#first-slider h3{
animation-delay: 1s;
}
#first-slider h4 {
animation-delay: 2s;
}
#first-slider h2 {
animation-delay: 3s;
}
#first-slider .carousel-control {
width: 6%;
text-shadow: none;
}
#first-slider h1 {
text-align: center;  
margin-bottom: 30px;
font-size: 30px;
font-weight: bold;
}
#first-slider .p {
padding-top: 125px;
text-align: center;
}
#first-slider .p a {
text-decoration: underline;
}
#first-slider .carousel-indicators li {
width: 14px;
height: 14px;
background-color: rgba(255,255,255,.4);
border:none;
}
#first-slider .carousel-indicators .active{
width: 16px;
height: 16px;
background-color: #fff;
border:none;
}
.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-control .fa-angle-right, .carousel-control .fa-angle-left {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .fa-angle-left{
left: 50%;
width: 38px;
height: 38px;
margin-top: -15px;
font-size: 30px;
color: #fff;
border: 3px solid #ffffff;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 53px;
}
.carousel-control .fa-angle-right{
right: 50%;
width: 38px;
height: 38px;
margin-top: -15px;
font-size: 30px;
color: #fff;
border: 3px solid #ffffff;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 53px;
}
.carousel-control {
opacity: 1;
filter: alpha(opacity=100);
}
/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
background-image: url(http://s20.postimg.org/h50tgcuz1/image.jpg);
background-size: cover;
background-repeat: no-repeat;
}
#first-slider .slide2 {
background-image: url(http://s20.postimg.org/uxf8bzlql/image.jpg);
background-size: cover;
background-repeat: no-repeat;
}
#first-slider .slide3 {
background-image: url(http://s20.postimg.org/el56m97f1/image.jpg);
background-size: cover;
background-repeat: no-repeat;
}
#first-slider .slide4 {
background-image: url(http://s20.postimg.org/66pjy66dp/image.jpg);
background-size: cover;
background-repeat: no-repeat;
}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
      
}
@media screen and (max-width: 640px){
      
}
.about_content{margin:20px 0;}
.heading, .service_blocks h3, .quote_block h4{color:#eb7710; text-transform:uppercase;}
.sub_heading{color:#5c5c5c; margin:15px 0; font-size:32px;}
.about_content p, .quick_quote p, .whyus p{color:#5c5c5c; margin-bottom:15px; text-align:justify;}
.service_blocks{background:#f5f5f5; text-align:center; padding:20px; margin-bottom:20px;}
.service_blocks h3{font-size:17px; font-weight:normal; margin:10px 0;}
.service_blocks p{color:#999999; font-size:14px; text-align:center;}
.more_btn{color:#eb7710; border-color:#eb7710;}
.more_btn:hover, .more_btn:active, .more_btn .active{background:#eb7710; color:#FFFFFF; border-color:#ce670b;}
.quote_content, .whyus{background:#f5f5f5; padding:20px 0;}
.quote_block{width:100%; display:inline-block; margin:20px 0;}
.quote_block h4{text-transform:uppercase; margin-bottom:8px;}
.quick_quote h2, .quick_quote p, .whyus h2, .whyus p{margin-bottom:20px;}
.submit_btn{background:#eb7710; color:#FFFFFF; border-color:#ce670b;}
.whyus{background:#FFFFFF; text-align:center;}
.whyus P{text-align:center;}
.whyus h3{font-size:20px; text-transform:uppercase; margin-bottom:20px; text-align:center;}

footer{background:#f5f5f5; color:#5c5c5c; padding:20px 0;}
footer li{margin-bottom:8px;}
footer a{color:#5c5c5c; line-height:18px;}
footer a:hover{text-decoration:underline;}
footer h5{color:#5c5c5c; font-size:24px; margin:10px 0 20px 0;}
.copyright{background:#d6d6d6; padding:20px 0; margin-top:-2px;}
.copyright figcaption{float:left; font-size:0.95em; color:#FFFFFF;}
footer hr {border-bottom: 1px solid #5c5c5c; border-top: medium none;}
footer i{font-size:33px; float:left; margin-right:10px;}
.contact_icon{font-size:25px;}
address{margin-left:45px;}
footer p{color:#5c5c5c; margin:10px 0;}
footer p a{font-weight:bold;}
.navbar-toggle{background:#29146f; border-color:#1c095e !important;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background:#29146f !important;}
.navbar-default .navbar-toggle .icon-bar{background:#FFFFFF;}
.inside_content{padding:40px 0; border-top:solid 1px #e7e7e7;}
h2.page-title, h2.category-title{position:relative; margin-top:0; color:#eb7710; padding-bottom:20px; margin-bottom:20px; font-size:20px; font-weight:700; width:100%;}
h2.page-title:after, h2.category-title:after{content:''; position:absolute; width:30px; background-color:#005FA6; height:2px; left:0; bottom:0;}
.entry p{margin:0 0 10px; font-size:15px; font-weight:normal; color:#333333}

.contact_form{background:#f1f1f1; padding:4%; border-radius:6px; border:solid 1px #c4c4c5; margin-bottom:20px;}

/*--responsive--*/
/* Tablet Layout: 768px.
Gutters: 24px.
Outer margins: 28px.
Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
/* GENERAL TABLET ----------------------------------------------------*/
.menu_links{margin:10px 0;}
.menu_links li a{padding-left:8px; padding-right:8px;}
.quote_block{text-align:center;}
}

/* Mobile Layout: 320px.
Gutters: 24px.
Outer margins: 34px.
Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */
@media only screen and (max-width: 767px) {
.navbar-toggle{margin-top:40px;}
.logo{float:none;}
.menu_links{margin:7.5px 15px;}
.quote_block{text-align:center;}
.designed{float:none !important; display:block;}
}

/*	Wide Mobile Layout: 480px.
Gutters: 24px.
Outer margins: 22px.
Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}



