@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');


body{
    font-family: 'Roboto', sans-serif !important;

}

/* TOPBAR */
.topbar{
    background-color: #1159a7;
    padding: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
}
.top-bar-links{
    text-align: right;
    line-height: 20px;
}
.top-bar-links a{
    color: #fff;
}
.top-bar-links a:hover{
    color: #fff;
}
.top-bar-links span{
    font-size: 29px;
    margin-right: 25px;
    line-height: 45px;
}

/* BRANDING */
.branding{
    position: absolute;
    z-index: 1;
    background-color: #fff;
    max-width: 1170px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 40px 30px 5px 30px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.branding .logo{
    position: relative;
    z-index: 1500;
}
.branding .logo img{
    max-width: 100%;
    margin-bottom: 15px;
}
.branding .nav{
    text-align: right;
    color: #fff;
    padding-top:0px;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.min-height{
    min-height: 95px !important;
}
.comp-name{
    font-size: 26px;
    color: #0064eb;
    text-transform: uppercase;
    display: block;
    padding-top: 15px;
}


.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover{
    background-color: #fff !important; 
    color:#000; 
}
.dropdown-menu>li>a{
    line-height:3 !important;
}
.navbar{
    margin-bottom: 0px !important;
}
.navbar-toggle .icon-bar+.icon-bar, .navbar-toggle .icon-bar{
    background-color: #fff;
}
.navbar-nav>li>a{
    color: #000;
}

/* SOCIAL NETWORK */
.social-media{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
.social-media ul{
	text-align:right;
	margin:0px;
	padding:0px;
}
.social-media ul li{
	list-style:none;
	display:inline;

}


.bg-white{
    background-color: #fff;
}

/* CALL-BACK FORM  */
.call-back{
    background-color: #ca3f3f;
    padding: 45px 10px;
    color: #fff;
    margin-top: -100px;
    position: relative;
    text-align: center;
    font-weight: 100;
    font-size: 16px;
    line-height: 28px;
    
}
.call-back .btn-more{
    padding: 10px;
    background-color: #a72525;
    display: inline-block;
    color: #fff;
    font-weight: 100;
    margin: 15px;
    padding: 10px 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.call-back span{
    font-size: 24px;
    color: #ff9f9f;
    font-weight: 200;
}

.call-back h2{
    font-size: 38px;
    color: #ffffff;
    font-weight: 100;
    margin-bottom: 30px;
}

.call-back .col-md-4{
    padding: 7px !important;
    
}

/* SERVICES  */
.home-service{
    margin: 50px 0px;
}
.home-service .border{
    border:#c7c7c7 solid 2px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 50px;
    min-height: 650px;
    margin-bottom: 30px;
}
.home-service .border ul li{
    font-size: 17px;
    line-height: 35px;
    margin-left: -22px;
}
.home-service .border h3{
    margin-bottom: 20px;
}
.img-center{
    margin: 0 auto;
    display: block;
}

/* INNER */
.inner {
    font-size: 17px;
    font-weight: 100;
    line-height: 30px;
    margin: 50px 5px;
    text-align: justify;
}
.inner H2{
    text-align: center;
    margin-bottom: 50px;
    font-size: 50px;
}

.inner-slider{
    max-height: 350px;
    overflow: hidden;
}


/* WHY CHOOSE  */
.why-choose{
    background-color: #f8f8f8;
    padding: 15px;
    text-align: center;
    font-size: 16px;
}
.why-choose h2{
    font-size: 50px;
    margin: 50px 0;
}
.why-choose .icon-choose{
    min-height: 135px;
    margin-bottom: 40px;
}
.why-choose h3{
    font-size: 35px;
    line-height: 50px;
    font-weight: 200;
}
.why-choose .heading-bottom{
    margin: 50px 0;
}

/* HOME SERVICES */
.home-services{
    margin: 25px 5px;
    text-align: center;
    font-size: 20px;
    line-height: 55px;
}
.home-services .photo{
    width: 100%;
    text-align: left;
    color: #0f61c7;
    font-size: 34px;
    font-weight: 100;
}
.home-services .col-md-4{
    padding: 5px !important;
}



/* SERVICE TEXT */
.service-text{
    text-align: center;
    font-size: 18px;
    background-color: #f8f8f8;
	background:url(../images/home-overlay-bg.jpg) bottom center no-repeat;
    min-height: 550px;
    position: relative;
}
.service-text h3{
    font-size: 61px;
    color: #fff;
	text-align:center;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:100%;
    margin-top: 0px !important;
}


footer{
    padding: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    color: #9d9d9d;
    background-color: #3a3434;
}
footer h3{
    font-size: 36px;
    color: #fff;
    line-height: 105px;
    max-width: 100%;
}
.nav-footer{
    color: #fff;
    background-color: #ca3f3f;
    text-align: center;
    margin-top: -5px;
}
.nav-footer ul{
    
    padding: 0px; 
    margin: 0px;
    text-align: center;
}

.nav-footer ul li{
    color: #fff;
    list-style: none;
    display: inline-block;
    padding: 15px;
    font-size: 18px;
    font-weight: 200;
}
.nav-footer ul li a{
    color: #fff;
}


@media (max-width: 575px){

}

@media (max-width: 767px){ 


}

@media (max-width: 991px){ 
    .call-back{
        margin-top: 0px;
    }
    .branding{
        position: relative;
    }
    
    .branding .navbar-nav{
        float: none;
    }
    .branding .nav{
        text-align: left;
        padding-top: 5px;
    }
    .branding .navbar-nav{
        background-color: #fff;
        z-index: 1;
        position: relative;
    }
    
    .why-choose .col-md-2{margin-bottom: 70px;}
    .why-choose .icon-choose{ margin-bottom: 10px;}
    .topbar, .top-bar-links {text-align: center;}
    .top-bar-links span{ display: block; }
    .min-height{ min-height: 50px !important; }
    .social-media{ left: 50%; top:50%; transform: translate(-50%,-50%); right: inherit; }
    .comp-name{ text-align: center; }
}

@media (max-width: 1199px){
    .branding .navbar-header{
        background-color: darkslateblue;
    }
    .branding .nav{
        float: none;
    }
}