@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
    line-height: 0;
}

#header{
	background-color: #3b5998;
    /*background: url('../images/fbg.jpg');*/
	color: #fff;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 13px;
}
@media only screen and (max-width: 768px) {
    #header .he {
        margin-bottom: 5px;
    }    
}
#header a{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}
#header a:hover, a:focus, a:active{
    color: #fff;
    text-decoration: none;
}

.navbar-default{
	margin-bottom: 0;
	height: 87px;
	border-bottom: 1px solid #3b5998;
}
@media only screen and (max-width: 768px) {
    .navbar-default{
        height: 75px;
    }
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    margin-top: 27px;;
}
@media only screen and (max-width: 768px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        z-index: 99999;
        position: absolute;
        width: 100%;
        background-color: #fff;
        margin-top: 12px;
    }
}
/*nav .navbar-header a{
	
}*/
.navbar-default .navbar-nav>li>a {
    color: #777;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-default .navbar-nav>li>a:hover {
	border-top: 1px solid #3b5998;
    border-bottom: 1px solid #3b5998;

}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: transparent;
    border-top: 1px solid #3b5998;
    border-bottom: 1px solid #3b5998;
    padding-top: 5px;
    padding-bottom: 5px;
}
nav .navbar-header img{
    width: 250px;
    margin-top: -8px;
    padding-top: 5px;
}
@media only screen and (max-width: 768px) {
    nav .navbar-header img{
        width: 200px;
        margin-top: -6px;
    }
}
.navbar-toggle{
    margin-top: 30px;
}
@media only screen and (max-width: 768px) {
    .navbar-toggle{
        margin-top: 20px;
    }
}

#wel {
	background-color: #fff;
}
#wel .container-fluid{
	padding: 0;
}
#wel .le{
	color: #fff;
	padding-top: 20px;
}
@media only screen and (max-width: 786px) {
    #wel .le{
        display: none;
    }
}
#wel .le h1{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #3b5998;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
#wel .le ul{
	padding: 0 0 0 25px;
}
#wel .le ul li{
	list-style-type: circle;
    line-height: 2;
    color: #3b5998;
    letter-spacing: 0;
}
#wel .le ul li a{
	font-size: 13px;
	color: #3b5998;
    letter-spacing: 1px;
}
#wel .le ul li a:hover{
	color: #000;
	text-decoration: none;
}
#wel .col-md-12{
	padding: 0;
}
#wel .ri{
	padding: 30px;
}
@media only screen and (max-width: 768px) {
    #wel .ri{
        padding: 0;
    }
}
.w3-section, .w3-code {
    margin-top: 0px!important;
    margin-bottom: 5px!important;
}
#wel .ri .w3-content {
    max-width: 100%;
}
#wel .ri img{
	width: 100%;
	height: 450px;
	border-radius: 25px;
}
@media only screen and (max-width: 768px) {
    #wel .ri img{
        height: 175px;
        border-radius: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #wel .ri img{
        height: 350px;
    }   
}

#fea{
    background-color: #3b5998;
}
#fea .fblo{
    padding-top: 4%;
    padding-bottom: 5%;
}
#fea .fblo i{
    color: #fff;
    text-align: center;
    font-size: 20px;
    width: 100%;
}
#fea .fblo h2{
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
}

#pro{
	padding-top: 2%;
	padding-bottom: 3%;
    background-color: #d5d5d5;
}
@media only screen and (max-width: 768px) {
    #pro{
        background-color: #555;
    }
}
#pro h1{
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
@media only screen and (max-width: 768px) {
    #pro h1{
        margin-top: 30px;
        margin-bottom: 25px;
        color: #fff;
    }
}
#pro .pro{
	height: auto;
	/*background: url('../images/probg.jpg');*/
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}	
#pro .pro h2{
    font-size: 16px;
    text-align: center;
    background-color: #ffffff;
    color: #3B5998;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-family: Monaco, Mono-Space;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 0;
    width: 100%;
}
#pro .pro img{
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 768px) {
    #pro .pro img{
        width: 100%;
        height: initial;
    }
}

#finfo{
    background-color: #3b5998;
    color: #fff;
    padding-top: 1%;
    padding-bottom: 1%;
}
#finfo h1{
    /*text-align: center; */
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
    #finfo h1{
        padding-top: 10px;
    }
}
#finfo p{
    line-height: 14px;
    font-size: 11px;
    text-align: justify;
}
#finfo p a{
    color: #fff;
}
#finfo p a:hover, a:active, a:focus {
    color: #d5d5d5;
    text-decoration: none;
}
#finfo i{
    font-size: 21px;
}
#finfo .fa-mobile{
    font-size: 26px;
}

/*#db{
    position: fixed;
    bottom: 10px;
    left: 10px;
}
@media only screen and (max-width: 768px) {
    #db{
        bottom: 23px;
    }
}
#db a{
    background-color: #555;
    padding: 9px;
    color: #fff;
    font-size: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#db a:hover, a:active, a:focus{
    text-decoration: none;
}
#db a i{
    font-weight: bold;
}*/



footer{
	height: 40px;
    /*background: url(../images/fbg.jpg); */
    background-color: #3b5998;
    background-size: initial;
    padding: 11px;
    font-size: 11px;
    color: #fff;
    border-top: 1px solid #fff;
    padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
    footer{
        padding-bottom: 95px;
        /*margin-top: 5px;*/
        background: linear-gradient(#001e5d, #ffffff);
    }
}
footer p{
    margin: 10px 0 10px;
}
@media only screen and (max-width: 768px) {
    footer p{
        text-align: center;
    }
}
footer ul{
    float: right;
    margin-top: 5px;
}
@media only screen and (max-width: 768px) {
    footer ul{
        float: left;
        text-align: center;
        width: 90%;
    }
}
footer li{
	display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    margin-top: -3px;
}
footer li a{
    color: #fff;
}
footer li a:hover{
    color: #fff;
}

#abt{
    padding-top: 2%;
    padding-bottom: 3%;
}
#abt h1{
    font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
#abt h2{

}
#abt p{
    line-height: 1.5;
    text-align: justify;
}

#prod{
    padding-top: 2%;
    padding-bottom: 3%;
    background-color: #eaeaea;
}
#prod h1{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    #prod h1{
        font-size: 24px;
        text-align: center;
    }
}
#prod .le{
    background-color: #fff;
    padding: 20px 20px 0 0;
}
@media only screen and (max-width: 768px) {
    #prod .le{
        margin-bottom: 25px;
    }
}
#prod .le li{
    border-bottom: 1px solid #eaeaea;
    padding-top: 15px;
    padding-bottom: 15px;
}
#prod .le li:last-child{
    border-bottom: none;
}
#prod .le li a{
    padding: 10px auto 10px auto;
    text-transform: capitalize;
}
#prod .le .acat a{
    color: #00457c;
    font-weight: bold;
}
#prod .ri .ban{
    background: url('../images/prodbg.jpg');
    height: 280px;
}
#prod .ri .pro{
    height: auto;
    background: url('../images/probg.jpg');
    /*background-color: #3b5998;*/
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}   
#prod .ri .pro h2{
    font-size: 16px;
    text-align: center;
    background-color: #ffffff;
    color: #3B5998;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-family: Monaco, Mono-Space;
    border-bottom: 1px solid #ffffff;
    text-transform: capitalize;
    margin-top: 0;
}
#prod .ri .pro img{
    width: auto;
    max-width: 100%;
    height: 175px;
    margin: auto;
    display: block;
}

#sing{
    min-height: 76vh;
    font-family: 'Roboto', sans-serif;
    background: url('../images/techbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
    #sing{
        padding-bottom: 10%;
    }
}
#sing .le h1{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 30px;
    color: #004481;
}
#sing .le .pro{
    background: url('../images/probg.jpg');
    height: auto;
    padding-bottom: 15px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 15px #004481;
    border-radius: 20px;
    cursor: zoom-in;
}   
#sing .le .pro img{
    width: auto;
    max-width: 100%;
    height: 175px;
    margin: auto;
    display: block;
}
#sing .ri h2{
    font-family: 'Roboto', sans-serif;
    margin-top: 70px;
    font-weight: bold;
    text-transform: capitalize;
    margin-left: 15px;
    margin-bottom: 25px;
    font-size: 22px;
    color: #004481;
}
@media only screen and (max-width: 768px) {
    #sing .ri h2{
        margin-top: 50px;
    }
}
#sing .ri h3{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-top: -10px;
}
#sing .ri span{
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1;
}
#sing .ri .row{
    margin-bottom: 15px;
}
#sing .ri .tech h2{
    font-family: 'Roboto', sans-serif;
    margin-top: 80px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
    #sing .ri .tech h2{
        margin-top: 40px;
    }
}
#sing .ri .tech li{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 25px;
}

#cont{
    padding-top: 4%;
    padding-bottom: 3%;
}
#cont h3{
    font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
}
@media only screen and (max-width: 768px) {
    #cont h3{
        font-size: 18px;
        margin-top: 25px;
    }
}
#cont p{
    line-height: 1.5;
}

#cont i{
    font-size: 18px;
}
#cont .fa-mobile{
    font-size: 26px;
}
@media only screen and (max-width: 768px) {
    #cont .map iframe{
       margin-top: 20px;
    }    
}
#cont .enq{
    background-color: #eee;
    padding-bottom: 25px;
    margin-top: 50px;
}
@media only screen and (max-width: 768px) {
    #cont .enq{
        padding-top: 10px;
    }
}
#cont .enq h3{
    /*text-align: center;*/
    font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
}
#cont .enq label{
    margin-bottom: 20px;
    margin-top: 20px;
}
#cont .enq .form-control{
    background-color: #fff;
}
#cont .enq button{
    background-color: #3b5998;
    border: none;
}