
body, html {
  width: 100%;
  
}

h1, h2, h3, h4, h5, h6 {
 font-family: 'Roboto', sans-serif;

}
body{font-family: 'Roboto', sans-serif; font-size:14px; color:#000;}

.intro-header {
  margin-top: 74px;
  text-align: center;
  color: #f8f8f8;
  
}

.intro-message {
  position: relative;
  padding-top: 20%;
  padding-bottom: 20%;
}

.intro-message>h1 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 5em;
}

.intro-divider {
  width: 400px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message>h3 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.intro-social-buttons i {
  font-size: 80%;
}

@media(max-width:767px) {
  .intro-message {
    padding-bottom: 15%;
  }
  .intro-message>h1 {
    font-size: 3em;
  }
  ul.intro-social-buttons>li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.intro-social-buttons>li:last-child {
    margin-bottom: 0;
  }
  .intro-divider {
    width: 100%;
  }
}

.network-name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.content-section-a {
  padding: 30px 0;
  background-color: #f8f8f8;
}

.content-section-b {
  padding: 30px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.section-heading {
  margin-bottom: 30px;
      margin-top: 0;
}

.section-heading-spacer {
  float: left;
  width: 200px;
  border-top: 3px solid #e7e7e7;
}

.banner {
  padding: 100px 0;
  color: #f8f8f8;
  background: url(../img/banner-bg.jpg) no-repeat center center;
  background-size: cover;
}

.banner h2 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 3em;
}

.banner ul {
  margin-bottom: 0;
}

.banner-social-buttons {
  float: right;
  margin-top: 0;
}

@media(max-width:1199px) {
  ul.banner-social-buttons {
    float: left;
    margin-top: 15px;
  }
}

@media(max-width:767px) {
  .banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
  }
  ul.banner-social-buttons>li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons>li:last-child {
    margin-bottom: 0;
  }
}

@media(min-width:992px) {
	.clientslide img {
    border: 1px solid #333;
    height: 75px;
    width: 100%;
}
	ul.nav.navbar-nav.navbar-right.top_menu {
    margin-top: 12px;
}
.navbar-default .navbar-nav>li>a {
    color: #333;
    font-size: 16px;
}
	
	}
footer {
    padding: 20px 0;
    background-color: #3d3d3d;
}

p.copyright {
  margin: 15px 0 0;
}

img{max-width:100%;}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    padding: 5px 15px;
}

.top_menu{margin-top:15px;}
p{font-size: 16px;
    font-weight: 300; line-height:24px;}
	
	.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid #01367a;
}
.card {
    height: 100%;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #01367a;
    border-radius: .25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.enquiry{display:table; background:#333; width:100%; padding:15px;}

.enquiry {
    display: table;
    background: #01367a;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
}
.enquery-control {
    padding: 3px 10px;
    width: 100%;
    font-size: 14px;
    outline: none;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 0px;
    background: rgb(255, 255, 255);
   
   
    color: #080808;
   
    font-weight: 300;
    margin-bottom: 10px;
}

.enquery-control.msg {
    resize: none;
    height: 66px;
}
#imgdiv{margin-bottom:15px; float:left;}
#reload {
    float: right;
    margin-top: -5px;
}


.card-footer a {
    color: #01367a;
}

h4.card-title {
    color: #01367a;
}

ul.footer-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
}

.footer-menu li {
    display: inline-block;
    margin-right: -3px;
    border-right: 1px solid #b9b7b7;
    line-height: 13px;
}

a {}

.footer-menu li a {
    display: block;
    color: #f8f8f8;
    padding: 0 5px;
    font-weight: 400;
    text-decoration: none;
}



.footer-menu li:last-child {
    border: 0px;
}

footer p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #fff;
    font-weight: 400;
}

.footer-menu li a:hover {
    color: #ffd301;
}
footer p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #fff;
    font-weight: 400;
}
.bg_pr{background: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)), url(../img/services-bg.jpg) fixed center center;
    background-size: cover;}
	.colrborder{border: 15px groove #009cff; border-radius: 3px;}
	.map{display:block; width:100%; border-top:1px solid #ccc;}
	.map iframe{display:block;}
	.titlebox {
    display: table;
    width: 100%;
    padding: 30px 0px;
    margin-top: 74px; background:url(../img/title.jpg) no-repeat center top; background-size:cover;
}
.ab-white{color:#fff;}
.top-space{margin-top:50px;}
ul.suff {
 padding-left:15px;   
}

ul.suff li {
    line-height:24px;
	font-weight: 300;
}


.clientslide img {
    border: 1px solid #333;
   
}

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 15px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 15px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
img.img-fluid {
    margin-bottom: 5%;
}