.top-spacer{
    margin-top: 50px;
}
.top-spacer-bg{
    margin-top: 111px;
}
.top-spacer-v{
    margin-top: 111px;
}
.top-spacer-v2{
    margin-top: 70px;
}
.bottom-spacer{
    margin-bottom: 50px;
}
.bottom-spacer-bg{
    margin-bottom: 100px;
}

.sec1{
/*
    position: fixed; 
    z-index: -1;
*/
}
.sec2{
      padding: 30px;
      background-color: #fff;
}
.sec2>div>div>div{
    padding: 20px;
    font-size: 1.2em;
}
.sec2>div>div>div>p{
    font-size: 0.8em;
}
.sec2>div>div>div>ul{
    font-size: 0.7em;
}
.sec2>div>div>div>div>ul{
    font-size: 0.7em;
}
.sec2>div>div>div>a>img{
      float: left;
      margin-right: 30px;
     max-height: 300px;
}
.product-img{
      float: left;
      margin-right: 30px;
      max-height: 240px;
}
.sec2>div>div>div>div>img{  padding: 25px;
 
}
.sec2>div>div>div>a>img:hover{
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.sec3{
    background-color: #989CA1;
    padding: 40px;
    font-size: 1.3em;
        
}
.sec4{
    background-color: #ddd;
}
.sec5{
  background-color: #797979;
  color: white;
  padding: 70px;
  font-size: 1.2em;
}
.sec5>div>div>h3{
  background-color: #021B42;
  padding: 10px;
}
.btn-neev{
  background-color: rgba(2, 27, 66, 0.55);
  color: #eee;
}
.btn-neev:hover{
  background-color: rgba(2, 27, 66, 1);
  color: #fff;
}
.lbl-neev{
  background-color: rgba(2, 27, 66, 0.70);
  padding: 10px;
  color: #eee;
}
.lbl-neev:hover{
  background-color: rgba(2, 27, 66, 1);
  color: #fff;
}
.errors{
  color: #CA3636;
  margin-top: 20px;
  margin-bottom: 20px;
}
.success{
  color: #CA3636;
  margin-top: 20px;
  margin-bottom: 20px;
}
#map { 
  width: 100%;
  height: 40em;
/*  margin: 80px auto;*/
/*  border: 1px solid rgb(113, 143, 194);*/
}
#info-box{
  width: 500px;
  position: absolute;
  background: rgba(30,30,30,0.6);
  top: 200px;
  right: 100px;
  padding: 40px;
  color: #fff;
}

footer{
    background: #021B42;
    padding: 20px;
    color: #fff;
}
.footer-content{
    font-weight: bolder;
  color: #fff;
    font-weight: 800;
}
.footer-content>a{
    font-weight: 200;
    color: #eee;
}
.footer-content>span{
    font-weight: bold;
    color: #eee;
}
.label-neev{
    background-color: #021B42;
}
.fl-right{
  float: right;
  margin-left: 20px;
}
.fl-left{
  float: left;
  margin-right: 20px;
}
.img-logo{
  max-height: 72px;
      margin-top: 9px;
    -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.img-logo:hover{
  max-height: 80px;
  cursor: pointer;
    -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
table { table-layout: fixed; }
td { width: 33%; }

.img2{
    float: left;
    max-height: 300px;
    margin: 20px;
}
.img3{
    max-height: 200px;
}
.img32{
    max-height: 300px;
}
.img4{
    max-height: 400px;
}
.img5{
    max-height: 500px;
}
.boxes > div > div{
    
    margin-top: 100px;
    margin-bottom: 20px;
    text-align: -webkit-center;
    padding: 30px;
}
.img_circle{
    margin-top: -71px;
    max-width: 100px;
}
.serviceIcon > img{
    opacity:0.8;  
    -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}

.serviceIcon{
    background-color: #fff; 
      padding: 20px 0px 20px 0px;  
      height: 205px;
      border-radius: 7px;
    -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}

h4{
    font-weight: bold;
    font-size:1.6em;
}


.vcenter {
   margin-top:5%;
}

.carousel-caption{
    margin-bottom: 10% !important;    
}


.carousel-caption > h1{
    font-size:4em;
    font-weight: bold;
    text-shadow: 2px 2px 15px #000;
}

.serviceIcon:hover > h3{
    color: #528B43;
    -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}

.serviceIcon:hover > img{
    -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
    opacity:1;    
    border:5px solid #021B42;
    border-radius:125px;
    padding:6px;
    max-width: 120px;
    margin-top:-80px;
    cursor: pointer;
}

/* downloaded css */
.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;
}


.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out 1.8s;
  -o-transition: opacity ease-in-out 1.8s;
  -webkit-transition: opacity ease-in-out 1.8s;
  transition: opacity ease-in-out 1.8s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 1.8s;
  -o-transition: opacity ease-in-out 1.8s;
  -webkit-transition: opacity ease-in-out 1.8s;
  transition: opacity ease-in-out 1.8s;
  z-index:2;
}

/*
.dropdown:hover .dropdown-menu {
    display: block;
}
*/

.dropdown-submenu {
    position: relative;
}
.dropdown>a {
     font-weight: 600;
     color: #021B42;
}
.dropdown>a:hover {
     color: #5E6977;
     text-decoration:none;  
     cursor: pointer;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*dropdown hover*/
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}
.root:hover> .dropdown-menu{
    display: block;
}
.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
}

.bp{    border-bottom: 4px solid black; }
/*//---------------*/

@media (max-width:769px){
/*        .sec2{margin-top:130px;}*/
        .sec2>div>div{padding: 4px;}
        .navbar-default {top: 0px;}
        .sec2>div>div>div>a>img{max-height: 100px; margin-right: 20px;}
        .img-logo{max-height: 40px;}
        .navbar-default {background-color: rgba(194, 194, 194,1); position: relative; top: 0px;width: 100%;}
        #info-box { width: 300px;  top: 90px; right: 20px; padding: 20px;}
        .sec5{padding: 5px;}
        .navbar { margin: 0px;   font-size: 0.8em;}
        .navbar-default .navbar-nav > li > a {margin: 2px;}
        .top-spacer-v{margin-top: 0px;}
        .top-spacer-v2{margin-top: 0px;}
        .carousel-caption {  left: 2%; padding-bottom: 0px; font-size: 0.4em; bottom: 70px;}
}
@media (min-width: 769px) and (max-width:1200px ){
        .dropup, .dropdown {margin: 12px;}
/*        .sec2{margin-top:300px;}    */
        .navbar-default .navbar-nav > li > a {margin: 2px;   font-size: 0.8em;}
        .img-logo{max-height: 60px;}
}
@media (min-width: 1200px){
        .sec2{top:200px;}   
        .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {font-size: 50px;}
        .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev {font-size: 50px;}
        .carousel-caption {right: 20%;left: 20%; padding-bottom: 5vw;}
        .navbar-default .navbar-nav > li > a {font-size: 1.0em;}
}