@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Racing+Sans+One');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto');

.header {
    font-family: 'Ubuntu', sans-serif;
    padding: 10px 0;
  background-color: #fff;
}

.logo img{width:100%;
padding-top: 5px;}

.nav-menu{padding-top:40px;}

.logo-text{padding-top:15px;}

.logo-text h2 {
    color: #000;
    font-size: 30px;
	margin-bottom: 4px;
    font-family: 'Noto Serif', serif;
    margin-top: 0px;
}

.logo-text h2 em {
background-color: #787878;
display: block;
height: 2px;
width: 99%;
}

.logo-text p{color: #7E7E7E;
	margin-top:0px;
text-align: center;}

.logo-text h2 b{color:#222;}


.header ul li {
    list-style: none;
    font-size: 18px;
    padding-left: 8px;
	line-height: 28px;
}

.header ul li a{color: #333;}

.header ul li i {
    font-size: 20px;
    color: #ff5233;
	padding-right: 7px;
}

.header ul{
margin-bottom: 0px;
margin-top: 15px;
    padding-left: 0px;
}

.navigation{    box-shadow: 0px 4px 10px #575757;
background-color: #222;}

.navbar {
    margin-bottom: 0px;
}

.navbar-inverse {
    background:none;
    border: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    
    font-size: 15px;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    position: relative;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.carousel-control span{
    top: 50%;
position: absolute;
font-size: 30px;
    }

.navbar-inverse .navbar-nav li > a::before {
    margin: 0 auto;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.navbar-inverse .navbar-nav li.active > a::before, .navbar-inverse .navbar-nav li > a:hover::before {
    border-color:#e5553b;
    left: 22px;
    right: 22px;
      color: #333;

}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #e5553b;
    background: none;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #e5553b;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #333;
}



.carousel-control.left {
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
}

.carousel-control.right {
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
}

.carousel-caption {
    font-family: 'Ubuntu', sans-serif;
    right: 60%;
    left: 10%;
    top: 70px;
    background-color: rgba(0, 0, 0, 0.6);
    border: 2px solid #e5553b;
    border-radius: 5px;
    padding: 0px 10px;
    margin-bottom: 70px;
    box-shadow: 2px 2px 5px 0px #000000B3;
}

.carousel-caption h1{
    color: #fff  !important;
	font-size:27px;
	font-weight:900;
	margin-bottom: 0px;
	text-align: left;
	text-shadow:none;
}

.carousel-caption h1 em {
    display: block;
    height: 4px;
    width: 25%;
    background-color: #011E4D;
}	

.carousel-caption  p {
    line-height: 1.40em;
    font-size: 17px;
    color: #fff;
    text-align: justify;
}

.carousel-caption .btn-group-lg > .btn, .btn-lg {
    padding: 6px 20px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
}

.carousel-caption .btn-primary {
    color: #fff;
    background-color: #e5553b;
    border-color: #e5553b;
}

.sec1{padding:60px 0px;
	background-color: #fff;}

.box {
    border-left: 40px solid #222;
    padding: 13px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.box:hover{background-color:#eee;
	 transition: .6s all;}

.sec1 h2 {
    font-family: 'Ubuntu', sans-serif;
    color: #E5553B;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 5px;
}

.sec1 p {
    font-family: 'Ubuntu', sans-serif;
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
}

.sec1 .btn-default {font-family: 'Ubuntu', sans-serif;
    color: #757575;
    background: none;
    border: none;
    border-radius: 0px;
    transition: .6s all;
	font-weight:600;
	font-size:17px;
}

.sec1 .btn-default:hover {
    color: #E5553B;
    background: none;
}

.sec1 .btn-default em{
    height: 4px;
    display: block;
    background-color: #F3E007;
    width: 35px;
    margin-top: 5px;
}

.sec2 {
    background: url(../images/sec2.jpg) center top fixed no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
	
.sec2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
   background-color: rgba(229, 85, 59, 0.9);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.sec2 h1 {font-family: 'Racing Sans One', cursive;
    color: #fff !important;
    text-align: center;
    font-size: 38px;
    font-weight: 900;
}

.sec2 h2 {font-family: 'Racing Sans One', cursive;
    color: #fff;
    text-align: center;
	font-size: 25px;
}
 
.sec3{font-family: 'Ubuntu', sans-serif;
	padding:60px 0px;
	background-color: #fff;} 

.sec3 p{font-family: 'Ubuntu', sans-serif;
    margin: 0;
    font-size: 16px;
    padding: 10px 0px;
    font-weight: 600;
    color: #fff;
}

.sec3 h1{
    color:rgb(229, 85, 59) !important;
    font-size: 36px;
    margin-top: 0;
    font-weight: 900;
}

.sec3 h2{
    font-size: 30px;
    background-color: #e5553b;
    color: #fff;
    padding: 10px;
    margin: 0;
	 border-bottom: 1px solid #fff;
}

.sec3 ul{padding-left:0px;
	margin:0px;}

.sec3 ul li {
    list-style: none;
    line-height: 26px;
    background-color: #222;
    padding: 10px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
}

.sec3 ul li a{color:#fff;}

.sec3 a{text-decoration:none;}

.matter-back{
padding: 40px 0;
background: #fff;
}

.about{padding-left: 0px;}

.about h2{font-size: 30px;
font-weight: 600;
margin: 0;
color: #e5553b;
padding-bottom: 10px;
font-family: 'Open Sans', sans-serif;
}

.matter-back p{
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
   
    text-align: justify;
}

.enquiry-table{
        font-family: 'Open Sans', sans-serif;
        margin-top: 20px;
}

.contact-table{
font-family: 'Open Sans', sans-serif;
}

.contact-table tr td i{
color: #e5553b;
}

.enquiry-table .form-control{
    margin-bottom: 15px;
}

.pro-box {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
box-shadow: 0 2px 3px #dadada;
border: 2px solid #e5553b;
transition: .4s;
margin-top: 15px;
}

.pro-box:hover{
  border: 2px solid #222;  
}

.pro-box:hover .inner p{
background: #222;
    }

.pro-box .inner p{
font-family: 'Roboto', sans-serif;
background: #e5553b;
margin: 0px;
padding: 4px 0;
text-align: center;
color: #fff;
font-size: 15px;
font-weight: 600;
transition: .4s;
}

.pro-box .thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.pro-box .img-thumbnail {
    padding: 0px;
    border: 0px solid #ddd;
    border-radius: 0px;
}

.pro-box img {
    width: 100%;
    height: 100%;
    transition: all 0.9s ease 0s;
}

.pro-box .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.9s ease 0s;
}

.contact-table p{
    padding-top: 10px;
}


.footer{padding:40px 0px;
    background-color: #282928;
}

.footer h2{font-family: 'Ubuntu', sans-serif;
    margin-top: 0px;
    color: #fff;
    font-size: 27px;
	margin-bottom:5px;
}

.footer ul {
    margin: 0;
    padding: 0;
}


.footer ul li{font-family: 'Ubuntu', sans-serif;
	list-style: none;
	line-height: 25px;
	font-size: 16px;
}

.footer ul li a{color:#c0c0c0;
	text-decoration:none;}	

.footer  p {font-family: 'Ubuntu', sans-serif;
    margin: 2px 0;
    font-size: 15px;
    color: #c0c0c0;
}	

.footer  p a {
    color: #c0c0c0;
}   

.follow li{display:inline-block;}

.follow li i{margin-left: 3px;
    color: #fff;
    background-color: #e5553b;
    padding: 10px;
    border: 1px solid #ddd;
}

.bottom {
    padding: 10px;
    background-color: #202020;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}