/* Global Styles */
html,body {
	height: 100%;
}

body {
	/* padding-top: 70px; */
}

/* For navbar */
.customized-navbar {
	background-color:white;
	height: auto;
	border-bottom: 5px solid /* #12AFA3 */#5e85bb ;
}

.navbar {
	margin: 0;
}
 
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    background-color:#2A6C45 !important;
    color:#fff !important;
	transition:0.6s ease-in-out ;
}
.container {
    width: 95% !important;
}

.navbar-inverse
{
background-color:#FFFFFF !important;
border-bottom: 5px solid #2A6C45 !important;
height:19%;
}
.navbar-inverse .navbar-nav > li > a{
color:#1D283A !important;
font-weight:600;
}

 .navbar-nav
 {
 margin-left:100%!important;
 margin:0px !important;
 clear:left!important;
 /* float:right !important; */
 }
 .navbar-brand
 {
 font-family:vardana !important;
 font-size:40px !important;
 }
 
.head 
{
	position: relative;
}

.logo {
    height: 160px;
    padding-top: 0;
    position: absolute;
    top: 1px;
    width: 27%;
}
.menu li {
    height: 169px;
    top: 50% !important;
}
 .menu li:hover {
	background: none;
}
.menu .active a {
	color: #ffffff;
	background:#2D5488;
	border-bottom: 5px solid #79a0d4;
}

.menu li:hover a/* , .menu .active> a */{
	
	transition: 0.1s;
	color: #ffffff;
	background:#2D5488;
	border-bottom: 5px solid #79a0d4;
}

.menu li > a {
	 background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.165);
    color: #000;
    line-height: 40px;
    margin: 2px;
    opacity: 0.97;
    padding: 5px 15px;
    top: 65%;
}
.menu li ul li {
	
	height:auto;
	padding:0px 0;
	}
.menu li ul li:hover{
	height:auto;
	line-height:20px;
	}
.menu li ul li a{
	height:auto;
	line-height:31px;
	} 
.nav .fa
{
	display:none;
	color:#12AFA3;
	padding:2px 6px 2px 1px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: /* #00adef */#2D5488;
    border-color: #337ab7;
	color:#fff;
}

.dropdown-menu{
	background-color: #2D5488;
	color:#fff;
	}
.nav > li > a:focus, .nav > li > a:hover{
	background-color: #2D5488;
	color:#fff;
}

.navbar-toggle .icon-bar {
    background: #000 none repeat scroll 0 0;
}


/* Home Page Carousel */
.slider
{
	position: relative; margin: 0 auto; top: 0px; left: 0px; width: 100%; height: 400px; overflow: hidden; visibility: hidden;
	
}
.images{
	cursor: default; position: relative; top: 0px; left: 0px; width: 100%; height: 400px; overflow: hidden;
}
.images img
{
	/* width:65%; */
	margin:10px 25px !important;
}

/* vission */
#vision 
{
	/* padding-top: 25px !important; */
	position:relative;
}
.vision 
{
	margin:30px 20px 20px 20px !important;
}
.vision h2
{
	padding: 20px !important;
	margin-top: 20px;
}
.vision > p 
{
    color: #1d283a;
    font-family: Aerial ;
    font-size: 28px;
    margin: 10px;
    padding: 0 !important;
    text-align: center;
}


/* about us */
#about
{
	/* padding-top: 25px !important; */
}
.about 
{
	/* background:url('../images/somaton1.png'); */
	/* background-position: left right; */
	background-color:/* #F7F7F7 *//* rgba(170,210,222,0.25) */;
    padding: 20px;
	margin:5px 0px 5px 0px;
}
.about h2 
{
    padding: 25px !important;
}
.about p 
{
    text-align: justify !important;
	font-size:20px;
	font-family:Aerial Sans Serif;
	letter-spacing: 1.1px;
}
.img1{
	padding:0px 0px 10px 0px;
}
.img1 img{
	height:60%;
	width:95%;
}
.img2{
	padding:0px 0px 10px 0px;
}
.img2 img{
	height:60%;
	width:95%;
}
.img3{
	padding:0px 0px 10px 0px;
}
.img3 img{
	height:60%;
	width:97%;
}
/* news */
.news
{
	height:350px;
	width:100%;
	border:1px solid rgba(0,0,0,0.5);
	
}

/* products */
#product
{
	/* padding-top: 45px !important; */
}
.product
{
	margin:25px 0px;
}
#column
{
	padding:10px;
	margin:10px;
}
#column_box
{
	padding:10px;
	margin:10px;
}
.record
{
	background-color:#fbfbfb;
	border:1px solid #a8a8a8; 
	border-radius:31px 0px 31px 0px;
	overflow:hidden;
	height:auto;
	margin-top: 15px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
	padding:15px;
 }

#column img 
{
    height: 31%;
    width: 97% ;
	margin-top:10px;
}
#column .btn
{
	/* background-color:#12AFA3; */
	margin:15px 15px 5px 15px;
}
#column .read
{	
	width: 128px;
	height: 34px;
	display: block;
	text-align: center;
	font: 18px Arial, Helvetica, sans-serif;
	color: black;
	line-height: 34px;
	font-weight: normal;
	margin-top: 15px;
}
 
#column_box  img 
{
    height: 70px;
    width: 97% ;
	margin-top:10px;
}
#column_box .btn
{
	/* background-color:#12AFA3; */
	margin:15px 15px 5px 15px;
}
#column_box .read
{	
	width: 128px;
	height: 34px;
	display: block;
	text-align: center;
	font: 18px Arial, Helvetica, sans-serif;
	color: black;
	line-height: 34px;
	font-weight: normal;
	margin-top: 15px;
}

/* footer */
.ft
{
	background-color:/* #F8F8F8#1D283A */#FBFBFB;
	border-top: 2px solid /* #12AFA3 */#5e85bb;
	border-bottom: 1px solid #CFCFCF;
	margin-bottom: 5px;
}
.footer  {
    color: #3e3e3e !important;
	margin-bottom: 15px;
}
.cont ul  {
	display:inlne;
}
.navbar-nav li a{
	color: black;
	/* background-color:white; */
	/* line-height:40px; */
}

.cont {
    margin-top: 30px;
    /* text-align: center; */
	display:inlne;
}
.cont h4, .font strong,.follow_text h4 {
    color: /* #F8F8F8 */#050505;
}
.cont li
{
	/* #888 */
}
.cont_mid {
    margin-top: 20px;
    text-align: center;
}
.follow_text {
    margin-top: 10px;
    text-align: center;
}
.follow_text p a, .cont p a{
    color: #5E5E5E;
}
.social .fa-facebook-square
{
	color:#4A6EA9;
	margin:3px;
}
.social .fa-google-plus-square
{
	color:#E45F43;
	margin:3px;
}
.social .fa-twitter-square
{
	color:#00ACED;
	margin:3px;
}

/* Responsive Styles */
@media (min-width:320px) and (max-width: 640px){

.logo {
    height: 120px;
    left: 20px;
    padding-top: 0px;
    position: absolute;
    top: 0px;
    width: 70%;
}
.navbar-header {
    height: 120px;
}
.menu {
    height: auto;
}
.menu li {
	color: #fff;
	background-color:white;
	line-height:70px;
	height: 67px;
}
.menu li > a {
	color: #000;
	line-height:45px;
	 padding-bottom: 5px;
    padding-top: 5px;
	top: 0% !important;
}
header.carousel {
	
	margin-top: 9px;
}
#column_box
{
	padding:0px;
	margin:0px;
}
#column_box .col-xs-6
{
	padding-left: 5px;
    padding-right: 5px
}
#column_box  img 
{
    height: 70px;
    width: 100% !important;
	margin-top: 10px;
}
/* services */
div.services-tab-container {
	 margin: 10px 10px 15px;
}
div.services-tab-content {
	padding-left: 0px !important;
}

}



@media ( max-width :991px) {
	.customer-img,.img-related {
		margin-bottom: 30px;
	}
}

@media (min-width:768px) and (max-width: 1024px){
	.img-portfolio {
		margin-bottom: 15px;
	}
	.logo {
		width:31%;
	}
	header.carousel  {
		height: 48%;
	}
	#column_box
{
	padding:0px;
	margin:0px;
}
	#column_box  img 
{
    height: 70px;
    width: 100% !important;
	margin-top: 10px;
}
.widget> .nav li > a {
    padding: 5px 10px;
}

}

/* modal */
.prod1, .prod2, .prod3 {
    border: 2px solid /* #12AFA3 */#5e85bb;
    /*box-shadow: 2px 2px 5px grey; */
	background-color:#fcfcfc;
	padding: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
	margin-right: 20px;
    text-align: justify !important;
}
.prod1 > p, .prod2 > p, .prod3 > p {
    text-align: justify;
}
.prod {
    background-color: #e6faff !important;
    color: black !important;
}
.prod1 h4, .prod2 h4, .prod3 h4
{
	margin:25px 15px 5px 40px;
}

/* modal for contact us */
.contact .btn-success
{
	background-color:/* #12AFA3 */#5e85bb;
	margin:15px 15px 5px 15px;
	
}
.contact
{
	margin-left: 0px;
    margin-right: 0px;
}
.contact form
{
	margin: 15px 5px 10px 5px;
    border: 1px solid #5e85bb;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2), 0 4px 16px 0 rgba(0, 0, 0, 0.19) !important;
}
.contact form legend
{
	padding-left: 15px;
}
/* slide */
/* Reposition the controls slightly */
/* .row
{
	margin:0px;
} */
/* .carousel-control {
	left: -12px;
	
}
.carousel-control.right {
	right: -12px;
} */
/* #prod1 .modal-content, #prod2 .modal-content, #prod3 .modal-content
{
  height:560px;
  overflow:auto;
} */


.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 0;
  border: none;
  background-color: none;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: none;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: none;
}
.carousel-control {
  padding-top:10.25%;
  width:5%;
}

/* services */

/*  services tab */
div.services-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin: 20px 20px 25px 20px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.services-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.services-tab-menu div.list-group{
  margin-bottom: 0;
}
div.services-tab-menu div.list-group>a{
  margin-bottom: 0;
}

div.services-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.services-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}

div.services-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #00009F;
}

div.services-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.services-tab div.services-tab-content:not(.active){
  display: none;
}
.services h2
{
	margin:10px;
}
.services h4
{
	margin:17px;
	font-size:22px;
}
.services ol
{
	margin:12px;
}
.services ol li
{
	margin:5px;
	font-size:16px;
}