body {
	font-family: "Open Sans",sans-serif;
}

.top-bar {
	height: 50px;
}


.sec-body {
  margin: 20px 0;
}

.sec-head h2 {
	font-weight: 600;
	font-size: 2.5rem;
  text-transform: uppercase;
}

.sec-body h2 {
	display: block;
	font-weight: 300;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: normal;
	color: #444;
	margin-bottom: 22px;
}

.sec-body i, .sec-body .glyphicon {
	display: block;
	width: 120px;
	height: 120px;
	font-size: 86px;
	font-size: 4.5rem;
	line-height: 120px;
	color: #fff;
	text-align: center;
	background: #0075c8;
	border-radius: 80px;
	margin: 0 auto 34px;
	transition: all 0.2s ease;
}





.service-item img {margin: 0 auto}

.service-item {
	text-align: center;
	cursor: pointer;
	padding: 0 20px;
	display: block;
	margin-top: 20px;
}

.service-item p {
	color: #8a8a8c;
}

.service-item .learn-more {
	color: #0075c8;
	font-weight: 500;
	padding-top: 20px;	
}

.sec-body a {
	text-decoration: none;
}

img.slider-image {
	width: 100%;
}

.navbar {
	margin-bottom: 0;
	display: block;
	z-index: 999;
	zoom: 1;
	color: #0477c8;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
  	border-radius: 0;
    background: #FFF;
    webkit-box-shadow: 0 3px 10px hsla(100,0%,0%,.2);
    box-shadow: 0 3px 10px hsla(100,0%,0%,.2);
}

.navbar-default .navbar-nav>li>a {
	position: relative;
  z-index: 999;
  vertical-align: middle;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.5rem;
  line-height: 47px;
  color: #0477c8;
  
}

.navbar-nav>li>.dropdown-menu {
  background-color: rgba(255,255,255,0.9);
}


footer {
	background-color: #14589D;
}

footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

footer a {
	color: #fff;
  font-size: 16px;
}

.footer-nav .list-heading {
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 24px;
}

.footer-nav .list-heading a{
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}



.fixed-nav {
  position: fixed;
  top: 0;
  height: 59px;
}
nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
}
#tabs-area .nav>li>a:hover, .nav>li>a:focus {
  background-color: #fff;
}

#quote .sec-body {
  margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:active  {
  color: #fff;
  background-color: #0477c8;
}

.navbar-default {
  border: none;
}

.dropdown-menu>li>a {
  padding: 6px 40px 6px 20px;
  font-size: 16px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color: #FFFFFF;
  background-color: #14589D;

}

.dropdown-menu {padding: 0}


.footer-nav {
  margin: 20px 0;
}

.footer-nav li {
  padding: 0 0 8px;
  font-size: 12px;
  font-size: 1.2rem;
}



.logo, .footer-logo {
  font-size: 28px;
  font-weight: 600;
  color: #666;
}

.footer-logo {
  padding: 20px 0;
}


.sec-heading {
  font-size: 48px;
  text-align: right;
  border-bottom: 4px solid #333;
  padding-bottom: 5px;
}

header {
  background: url(../img/pic1.jpg) no-repeat center center fixed;
  height:auto;
  width: 100%;
  position: relative;
  background-size :cover;
  text-align: center;
  margin-bottom: 40px;
  margin-top: -59px;
}


#img-2 {
  background: url(../img/pic2.jpg) no-repeat center center;
  height:auto;
  width: 100%;
  background-size :cover;
  text-align: center;
}

#img-3 {
  background: url(../img/pic3.jpg) no-repeat center center;
  height:auto;
  width: 100%;
  background-size :cover;
  text-align: center;
}


header .heading, #img-2 .heading, #quote .heading {
  color: #fff;
  padding: 100px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  text-shadow: 1px 3px 0 #000;
}
#quote a{text-shadow: none;}

#img-3 .heading {
  color: #fff;
  padding: 100px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
  text-shadow: 1px 3px 0 #000;
}

#para-2 {
  padding: 30px 0;
}

header h1 {
  font-size: 48px;
}

.sol-img {
  padding-top: 40px;
}

#solution .sec-subheading {
  line-height: 24px;
  font-size: 14px;
  /* padding-bottom: 40px; */
  font-weight: 600;
  text-align: justify;
}

a.sec-link {
  font-size: 24px;
  font-weight: 600;
  color: #14589D;
  text-decoration: none;
  padding-top: 20px;
}

.tab-head {
  background-color: #14589D;
}
.nav-tabs {
  padding-top: 20px;
  background-color: #14589D;
}

.nav-tabs>li>a {
  padding: 20px 26px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #14589D;
  background-color: #fff;
}

.tab-pane {
  padding: 50px;
}

#tabs-area .col-lg-6 {
  padding-left: 0px;
  padding-top: 0px;
}

.tab-heading {
    font-size: 36px;
  padding-left: 20px;
  font-weight: 600;
  color: #666;
}

.tab-subheading { 
  font-size: 28px;
  padding-left: 20px;
  color: #666;
}

.tab-link {
  margin: 20px;
}

#team .sec-heading {
  text-align: center;
  border: none;
  font-size: 36px;
  text-transform: uppercase;
  color: #14589D;
  padding-top: 40px; 
}
.address-area {
  color: #fff;
  text-align: right;
}

#quote {
  background: url(../img/pic5.jpg) no-repeat center center fixed;
  background-size: cover;
}

#quote {text-align: center;}

#quote a.btn-quote {
  padding: 20px 40px;
  font-size: 36px;
  font-weight: 600;
  line-height: 30px;
  /*margin: 200px 0;*/
}
#quote a span {
  font-size: 16px;
}

.address-area {
  margin-top: 24px;
}

.address-area h1 {
  padding-top: 0;
  margin-top: 0;
}

.copyright {
  color: #fff;
  border-top: dotted 1px;
  padding-top: 20px;
}

.contact-form {
  border: 1px solid rgba(255,255,255,0.8);
  padding: 50px;
  background-color: rgba(255,255,255,0.8);
  margin: 50px 0;
}

#map {
  background: url(../img/map.jpg) no-repeat center center fixed;
  background-size: cover;
}

.contact-form .form-horizontal .control-label {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #666;
}

#tabs-area {
  padding-bottom: 60px;
}

.login-form {
  text-align: right;
  padding: 10px 0;
}

.logo h1 {
  margin-top: 4px;
}

#top-bar {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #badce7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#badce7));
    background: -webkit-linear-gradient(top, #ffffff 0%,#badce7 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#badce7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#badce7 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#badce7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#badce7',GradientType=0 );
}

@media (max-width: 760px) {
  .navbar-nav {
    background-color: rgba(255,255,255,0.96);
  }
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}



a:hover, a:focus, a:active {
  color: #F39106;
}

.copyright {text-align: center;}


/** Contact Styles **/

#contactus .address-area {
  color:#333;
  text-align: left;
  margin-top: 0px;
}

#contactus .contact-title {
font-size: 36px;
font-weight: 600;
color: #666;
}

#contactus .contact-sub-title {
margin-top: 30px;
font-size: 24px;
  text-transform: uppercase;
}

#contactus .contactus-form {
border: 1px solid #BBB;
margin: 30px 0px;
padding: 0px 30px 30px;
box-shadow: 0px 0px 8px 1px #CCC;
}

#contactus img {
  width: 100%;
  height: 400px;
}

#contactus{
  overflow: hidden;
}

.form-control {border-radius: 0}

p {
  margin: 0 0 20px;
  line-height: 25px;
  font-size: 18px;
}

p.des {
  text-align: justify;
}

.cover-image {
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 10px;
  background-color: white;
  box-shadow: 0 0 8px 1px #ccc;
}


#solution h1{
  font-size: 32px;
  margin-top: 30px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

#solution img {margin-top: 0px;padding-top: 0px;}

#mainSlider h1 {
  font-size: 48px;
  color: #F07B34;
  text-shadow: 1px 3px 0 #fff;
}

#mainSlider .carousel-caption {
  bottom: 50px;
}

.sec-link-area {
  margin-top: 40px;
}

.list li {
  padding-top: 20px;
  padding-left: 20px;
  font-size: 24px;
}

#solution h3 {
  padding-top: 20px;
}

#img-2, #img-3, #quote, #map {
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
}



/********************************************
About Us Page Style
********************************************/
.page-title {
  padding: 30px 0;
  background-color: rgb(20, 88, 157);
  font-family: "Open Sans",sans-serif;
}

.page-title h1 {
  font-size: 48px;
  color: #fff;
  padding: 0;
  margin: 0;
}

/********************************************
Industries Page Style 
********************************************/
#industries-content .container {
  padding:0 15px;
}


/********************************************
Services Page Style 
********************************************/
.icon-box {
    background-color: rgb(20, 88, 157);
  height: 160px;
  width: 160px;
  border-radius: 60%;
  margin: 0 auto;
}

.icon-box .fa{
    font-size: 72px;
  color: #fff;
  padding: 40px;  
}

.list-small li {
  padding: 10px 0 0 0;
  font-size: 16px;
  font-weight: 700;
}

.services-sec {margin: 50px 0;padding-bottom: 20px;}


/********************************************
Technolgy Page Style 
********************************************/
.technology-sec {margin: 50px 0;padding-bottom: 20px;}



/*#####################
Additional Styles (required)
#####################*/


#storySlider .carousel-indicators {
  bottom: 0;
  left: 10px;
  margin-left: 5px;
  width: 100%;
  margin-bottom: -60px;
}

#storySlider .carousel-indicators li {
  border: medium none;
  border-radius: 0;
  float: left;
  height: 44px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 5px !important;
  margin-top: 0;
  width: 120px;
}

#storySlider .carousel-indicators img {
  border: 2px solid #FFFFFF;
  float: left;
  height: 44px;
  left: 0;
  width: 120px;
}

#storySlider .carousel-indicators .active img {
  border: 2px solid #39b3d7;

}

/***************************
Partners Styles
***************************/
#partners{
  margin:50px 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}


.partners-sec{
  margin: 50px 0px;

}

.modal-content{
  margin-top: 100px;
}

/*****************************
industries
*****************************/
.ind-section {
	padding: 30px 0;
	margin: 20px 0;
	border-bottom:1px dotted #666;
}


/**  Rajat  **/
.carousel-indicators .active {
    background-color: #F07B34;
}
#mainSlider h1{
    text-transform: uppercase;
}
.carousel-caption h2{
    text-shadow: 1px 3px 0 #333;    
}