@media(max-width:768px){
	.navbar-brand img {height:45px !important;margin-top: -17px !important;}
	.navbar-right li a {padding-top:10px !important;padding-bottom:10px !important;}	
}
@media (min-width: 768px) {
    .slider img {height:400px !important;}
.navbar-nav > li {float: right;}}
.database, .bus {background:#e74c3c !important;}
.binoculars , .chart {background:#1abc9c !important;}
body {font-family: tahome;font-size: 14px;line-height: 24px;color: #666;background-color: #fff;}
.main-nav {background:#fff;box-shadow: 1px 1px 5px #dddcdd;}
.logos {}
.slider img {width:100%;height:auto;}
.navbar-toggle .icon-bar {background:#fff;}
.navbar-toggle {background:#000}
.logos img {height: 100px;border: solid 1px #ddd;margin-bottom: 30px;width: 100%;padding: 10px;}
h2 {font-size: 30px;margin-bottom: 20px;color:#003A7A;}
h1 {font-size: 33px;margin-bottom: 20px;color:#003A7A;}
h3 {font-size: 25px;color:#003A7A;}
.btn.btn-primary:hover {background-color: #017fb5;}
.navbar-nav li a:hover, 
.navbar-nav li a:focus {outline:none;outline-offset: 0;text-decoration:none;  background: transparent;}
a {text-decoration: none;-webkit-transition: 300ms;-moz-transition: 300ms;-o-transition: 300ms;transition: 300ms;}
.wp-caption {max-width:100% !important;}
.post-heading img {max-width:100% !important;height: auto;}
a:focus, a:hover {text-decoration: none;outline: none}
section {padding: 30px 0;}
.heading {padding-bottom:40px;}
.carousel-inner .item {height:500px !important;background-image: url(../images/slider/2.jpg);	}
#home-slider {overflow: hidden;position: relative;}
#home-slider .caption {position: absolute;top: 50%;margin-top: -104px;left: 0;right: 0;text-align: center;text-transform: uppercase;z-index: 15;font-size: 18px;font-weight: 300;color: #fff;}
#home-slider .caption h1 {color: #fff;font-size: 60px;font-weight: 700;margin-bottom: 30px;}
.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
}
.caption .btn-start:hover {color: #fff}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2037px;
}
.dropdown-menu > li > a {
padding-top: 3px !important;
padding-bottom: 3px !important;	
}
.navbar-nav > li > .dropdown-menu {text-align:right;}
.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.7);
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control {
  left: -51px
} 

.right-control {
  right: -51px;
}

.left-control:hover, 
.right-control:hover {
  color: #fff;
}

#home-slider:hover .left-control {
  left:30px
} 

#home-slider:hover .right-control {
  right:30px
}

#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}

.navbar-right li a {
	color: #000;
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

.navbar-brand h1 {
  margin-top: 5px;
}
.navbar-brand img {
margin-top: -10px;
height: 60px;
}
/*************************
********Service CSS*******
**************************/

.service-icon {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 90px;
  line-height: 90px;
  width: 90px;  
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.our-services .col-sm-4:hover .service-icon {
  background-color: #333;
}

.our-services .col-sm-4 {
  border-right:1px solid #f4f4f4;
  border-bottom:1px solid #f4f4f4;
  padding-bottom: 50px;
}

.our-services .col-sm-4:nth-child(4), 
.our-services .col-sm-4:nth-child(5), 
.our-services .col-sm-4:nth-child(6) {
  border-bottom:0;
  padding-top: 60px;
}

.our-services .col-sm-4:nth-child(3), 
.our-services .col-sm-4:nth-child(6) {
  border-right:0;
}

.service-info h3 {
background: #003A7A;
font-size: 26px;
margin: 0;
padding: 7px;
}
.service-info h3 a {
color: #fff;
font-size: 18px;
}

/*************************
********About CSS*******
**************************/
#inner {
    padding: 60px 0;
text-align: right;
font-size: 20px;
line-height: 30px;
color:#000;
}
#inner h1 {
margin-top: 0;
font-size: 35px;
background: #f4f4f4;
padding: 11px;
border-right: solid 4px #028fcc;
color: #000;
}
#about-us {
background: #1b1b1b;
padding: 30px 0;
text-align: center;
font-size: 20px;
line-height: 30px;
color:#fff;	
}
#about-us h2 {
font-size: 30px;
margin-bottom: 30px;
color:#fff;	
}
#about-us h1 {
font-size: 30px;
margin-bottom: 30px;
color:#fff;	
}
#about-us h4 {
padding:10px 0;	
font-size: 25px;
font-weight: bold;
}
#about-us p {
font-size: 14px;
line-height: 26px;	
}
#about-us .glyphicon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #003A7A;
	color:#fff;
    font-size: 40px;
}
.services img {
	max-width: 100%;
	width:auto !important;
	height: 180px;
}
.one-serv {
box-shadow: 0px 23px 80px -60px rgba(0,0,0,0.4);
margin-bottom: 30px;
border: solid 1px #ddd;
}
/*Presets*/
.service-info p {
  font-size: 18px !important;
  color: #000 !important;
  line-height: 27px !important;
}

.services p {
  font-size: 22px;
  color: #000;
  line-height: 30px;
}
.social {padding:30px 0;}
.social .fa{width: 60px;
height: 60px;
border-radius: 50%;
border: 1px solid #ccc;
line-height: 60px;
color: #fff;
font-size: 26px;}
.social .fa-twitter{background:#29A4D9;}
.social .fa-instagram{background:#C32F80}
.social .fa-youtube{background:#F30007;}
.footer {color:#fff;background: #1b1b1b;}
.footer a {
color: #fff;
font-weight: 500;
text-decoration: none;
font-size: 16px;	
}
.footer h3 {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 0;
}
.footer ul {
	padding:0;
}
.footer li {
    padding-bottom: 10px;
}
.post-heading {
    background: #f8f8f8;
padding: 15px;
border: solid 1px #ddd;
}
.post-heading p,.post-heading a,.post-heading p,.post-heading li {
color: #000;
font-size: 16px;
line-height: 30px;    
}
.post-heading h1 {
font-size: 27px;
color: #000;    
}
.intro-header {
    margin: 30px 0;
}
#sidebar {}
#sidebar h3 {
margin: 0;
background: #003A7A;
color: #fff;
padding: 10px;    
}
#sidebar ul{
padding: 0;
list-style: none;    
}
#sidebar li{
background: #f8f8f8;
padding: 6px;
margin-bottom: 10px;    
}
#sidebar li a{
    color:#000;
}