html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    font-family: 'Roboto', sans-serif;
    color: #404040;
    font-size:16px;
    font-weight: 300;
    line-height:22px;
}

h2 {
    font-size:36px;
    font-weight:400;
	text-transform: uppercase;
   
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    position: relative;
}

h4 {
    font-size: 26px;
	font-weight:400;
}
h5 {
    font-size:20px;
	font-weight:400;
	text-transform: uppercase;
}
h5.ser-sub{ color:#f47920 ; margin-bottom: 15px;}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.style,
ul.style li {
    list-style: circle;
    margin-left: 10px;
    padding: 2px 0px 2px 10px
}
a {
    color: #01a7f4
}
section {
    padding:60px 0;
}
@media screen and (max-width: 768px) {
section {
    padding:30px 0;
}}
.section-title { text-align: center}
.mb20 {
    margin-bottom: 20px;
}

/************************ header ****************/
.navbar-brand {
	background: #fff;
	padding:0px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
	height: auto;
}
.navbar {
	padding:10px 0;
	margin-bottom: 0;
	background: #fff;
}

.navbar.fixed { background: #fff;padding:10px 0;box-shadow: 0 0 7px 0 #818181}
.navbar-nav > li { margin-left: 5px;}
.navbar-nav > li > a { padding:11px 10px; color: #000;}
.navbar.fixed .navbar-nav > li > a { color: #000;}
.navbar-nav > li > a:hover,.navbar-nav > li > a:focus,.navbar.fixed .navbar-nav > li > a:hover,.navbar.fixed .navbar-nav > li > a:focus { background:#f47920; color: #fff;	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	border-radius:2px;}
@media screen and (max-width: 768px) {
.navbar {
	
	background: #fff;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: 0;}
.navbar-nav { width: 80%; margin: auto;}
.navbar-toggle { background:rgba(0, 0, 0, 0.6); }
.navbar-toggle .icon-bar{ background: #fff;}
.navbar-nav > li > a { color: #000; text-align: center;}
}

/********************** Home Section *************************/

#home {
    width: 100%;
    background: #000 url('../images/home-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.welcome
{
	background:rgba(0, 0, 0, 0.9); 
	z-index: 1;
	position: relative;
	color: #fff;
	padding:180px 0 100px 0;
	text-align: center;
}
.introhead{ font-size:36px; text-transform: uppercase; color: #f47920;font-weight: 400; padding-bottom:10px;}
.introcap{font-size:40px; text-transform: uppercase; font-weight: 400; padding-bottom:10px;}
.introtext{ width:65%;margin: auto; padding-bottom:30px;}
.gonext{ color: #fff; text-decoration: underline;}
.gonext:hover { color: #fff; text-decoration: none;}

@media screen and (max-width: 768px) {
.welcome
{
	padding:100px 0 50px 0;
}
.introhead{ font-size:20px; }
.introcap{font-size:20px;}
	
.introtext{ width:100%;margin: auto; padding-bottom:20px;}
}
/********************** Who are we Section *************************/
#whoarewe{
	background:#f47920;
	color: #fff;
}

/********************** What we do Section *************************/

#whatwedo {
    text-align: center;
}
.serlist {
	margin-top:0px;
}
.ser-model {
	padding: 20px;
	border: #dbdbdb 1px solid;
	background: #fff;
	margin-bottom:30px;
}
.ser-model:hover {
	background: #262827;
	color: #fff;
}
.ser-model a{ color: #444; text-decoration: underline}
.ser-model:hover a{ color:#fff;}
@media screen and (max-width: 768px) {
	.ser-model { margin-bottom: 20px}
}
/********************** Testimonials *************************/
#testimonials { 
	width: 100%;
	background: #000 url('../images/testimonials-bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	color: #fff;
	text-align: center;
}
.testdec { margin-bottom: 40px;font-size:16px; font-style:italic}
.testby { margin-bottom: 0; font-style: italic;}
.testbydig { margin-bottom: 0; font-size: 12px;font-style: italic;color: #b8b8b8}
.explist li{ font-size: 18px; line-height: 25px; padding:6px 0}
.ourexplist { padding:30px 0; }
.ourexplist h3 { margin: 0;}
#myCarousel { padding-bottom:60px;}


/********************** Career Section *************************/

#career {
    background:#fff;
}
.careeractions{
	text-align: center;
	margin-top:40px;
}

.careeractions li {
	display: inline-block;
	margin:auto;
}
.careeractions li a{
	display: inline-block;
	border:1px solid #404040;
	padding: 10px 10px;
	color: #404040;
}
.careeractions li a:hover{
	background: #f47920;
    border: 1px solid #e36f1c;
	text-decoration: none;
	color: #fff;
}

/********************** Contact Section *************************/

#contact {
    background: #262827;
    padding: 80px 0;
    color: #fff;
}
#contact form input[type="text"],
#contact form input[type="email"] {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    height: 67px;
    margin-bottom: 20px;
    padding: 0 5%;
    width: 100%;
    color: #000;
}
#contact form textarea {
    border: 0 none;
    border-radius: 0;
    height: 150px;
    margin-bottom: 20px;
    padding: 4% 5%;
    width: 100%;
    color: #000;
}
.addressind {
	padding-top: 40px;
}
.callquery li {
	float:left;
	width:auto;
	padding-right: 50px;
}
.callquery li:last-child {
	
	padding-right:0px;
}
textarea {
    resize: vertical;
}
.btn {
    background: #f47920;
    border: 2px solid #e36f1c;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-weight: 400;
	font-size: 16px;
    letter-spacing: 1px;
    
    padding:12px 30px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    background: #f16703;
    border-color: #d75b01;
    color: #fff;
    transition: all 0.3s ease 0s;
}
a.emaillink {
    color: #01a7f4
}
a.emaillink:hover {
    color: #01a7f4 !importent;
    text-decoration: underlineun
}

@media screen and (max-width: 768px) {
	.contactform { padding-top: 40px;}
}
/**
/********************** Footer Section *************************/

footer {
    text-align: center;
    position: relative;
	padding: 15px 0;
	background:#262827;
	color: #fff;
	border-top: 1px solid #3c3e3d;
}
footer p { margin: 0}
/* Back to Top */

.back-top {
    background-color: #01a7f4;
    border-radius: 50%;
    font-weight: bold;
    padding: 0;
    position: absolute;
    left: 50%;
    text-align: center;
    text-decoration: none;
    width: 30px;
    height: 30px;
    top: -50px;
    margin-left: -15px;
    z-index: 555;
	display:none;
}
.back-top i {
    color: #fff;
    font-size: 11px;
    margin: 0 6px;
    padding-top: 9px;
}
