/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 Jun, 2017, 12:57:59 PM
    Author     : vivek.gupta
*/

@import "font-awesome.css";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    line-height: 22px;
}
a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover,a:focus {
    text-decoration: none;
}

/* Site Css */
body {
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #333;
    font-weight: 300;
}

.btn {
    background: transparent;
    border-radius: 0;
    border: 2px solid #f9ba48;
    height: 46px;
    padding: 6px 20px;
    font-size: 20px;
    color: #f9ba48;
}
.btn:hover {
    color: #f9ba48;
}
.technologies .btn {
    border: 2px solid #fff;
    color: #fff;
}

/* Header */
.header {
    background-color:#fff;
    position: relative;
}
.logo {
    margin: 10px 10px 8px 0;
    width: 220px;
    float: left;
}
.navigation {
    float: right;
}
.navigation li, .social li {
    float: left;
}
.navigation li.active a, .navigation li:hover a {
    background: #1c50a3;
    color: #fff;
}
.navigation li a {
    color: #1c50a3;
    float: left;
    padding: 10px;
    font-size: 16px;    
    line-height: 40px;
    text-transform: capitalize;
}
.social {
    background: #f9ba48;
    position: absolute;
    right: 0;
    top:0;
    z-index: 9999;
    width: 60px;
    height: 60px;
    text-align: center;
}
.social-links, .social li a {
    display: block;
    color: #fff;
    width: 60px;
    height: 60px;
}
.social-links i, .social li a i {
    font-size: 30px;
    padding-top: 15px;
    color: #fff;
}
.social ul {
    position: absolute;
    top:60px;
    right: 0;
    display: none;
}
.social li a {
    background: #1c50a3;
}
.social li:hover a {
    background: #f9ba48;
}

.showcase {
    position: relative;
    height: 500px;
    overflow: hidden;
}
.showcase .caption {
    padding-top: 120px;
    color: #fff;
    text-align: center;
    max-width: 1024px;
    margin: 0 auto;
}
.showcase .caption h2 {
    font-size: 55px;
    font-weight: 400;
    margin-bottom: 20px;
}
.showcase .caption p {
    font-size: 30px;
    line-height: 36px;
}
.showcase ul.slides > li {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

.banner {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    padding-top: 65px;
    color: #fff;
    text-align: center;
}
.banner h2 {
    font-size: 55px;
    font-weight: 400;
    margin-bottom: 20px;
}
.banner p {
    font-size: 30px;
    line-height: 36px;
}

/* Who we Are */
.who-we-are, .insights {
    background: #f9f7f1;
    padding: 50px 0;
    text-align: center;
}
.box {
    max-width: 1024px;
    margin-bottom: 30px;
}
.who-we-are h3, .insights h3, .technologies-we-work h3 { 
    font-size: 36px;
    font-weight: 400;
    color: #1c50a3;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.who-we-are p, .insights p, .technologies-we-work p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 12px;
}
.who-we-are h4, .technologies-we-work h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.block-engineering a {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    display: inline-block;
    background: #f9ba48;
    color: #fff;
    font-size: 56px;
    border-radius:50%;
}

.block-engineering_image {
    width: 209px;
    height: 50px;
    margin-bottom: 20px;
    display: inline-block;
    color: #fff;
    font-size: 56px;
    border-radius: 50%;
}



.block-engineering i {
    padding-top: 16px;
}
.block-engineering strong {
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

/* Technologies */
.technologies {
    background: #f9ba48;
    padding: 50px 0;
    color: #fff;
    text-align: center;
}
.technologies h3 { 
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.technologies-we-work {
    background: #fff;
    padding: 50px 0;
}
.technologies-we-work h3 {
    text-align: center;
}
.technologies-we-work .row {
    padding:30px 0;
    margin-bottom: 50px;
}
.technologies-we-work .row strong {
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
    font-weight:700;
}
.technologies p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.listing li {
    float: left;
    margin: 0 20px;
}
.offering-list li {
    margin-right: 10px;
    float: left;
}
.offering-list li a {
    background: #1c50a3;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
    float: left;
}
.offering-list li:hover a {
    background: #f9ba48;
}

/* Insights */
.insights .txtb {
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 30px 15px;
    min-height: 315px;
    border-radius: 10px;
    line-height: 30px;
}
.insights .txtb p { 
    font-size: 16px;
    line-height: 24px;
} 
.insights .txtb strong {
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.insights a {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    display: inline-block;
    background: #f9ba48;
    color: #fff;
    font-size: 56px;
    border-radius:50%;
}
.insights i {
    padding-top: 15px;
}

/* Footer */
.footer {
    border-top:1px solid #ccc;
    background: #333;
    padding: 50px 0;
    line-height: 22px;
    font-size: 14px;
}
.footer h5 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.footer li {
    margin-bottom: 5px;
}
.footer li a {
    color: #fff;
    display: block;
    text-transform: capitalize;
}
.footer li:hover a{
    color: #e1e1e1;
}
.footer .logo {
    margin:0;
    float: none;
}
.social-connect {
    margin-bottom: 30px;
}
.social-connect li {
    float: left;
    font-size: 24px;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
}
.social-connect li a {
    background: #fff; 
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #1c50a3;
    display: block;
}
.social-connect li:hover a {
    background: #f9ba48;
    color: #fff;
} 
.copyright {
    color: #fff;
}
.copyright:hover{
    color: #e1e1e1;
}
.expert-services {
    max-width: 750px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
}
.expert-services .marbot40 {
    margin-bottom: 40px;
}
.box.marbot0 {
    margin-bottom: 0
}
.expert-services .row {
    margin-bottom: 10px;
}
.expert-services label {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}
.expert-services .form-control {
    background-color: transparent;
    padding: 5px 0;
    border: none;
    border-bottom: 2px solid #fff;
    box-shadow: none;
    border-radius: 0;
    font-size: 20px;
    height: 40px
}
