.carousel-inner .item img {
  display: inline-block;
  width: auto;
  height: 100%;
  max-height: inherit;
}

.carousel-inner>.item {
  text-align: center;
}

.carousel-caption {
  background-color: rgba(0, 27, 48, 0.6);
  top: 30%;
  padding: 10px;
  height: 170px;
  right: 28%;
  left: 28%;
}

.carousel-caption-header {
  font-size: 32px;
}

.carousel-caption-text {
  font-size: 22px;
  line-height: 35px;
}

.carousel-control .glyphicon-chevron-right {
  left: 94px;
}

.pad-bt15 {
  padding-bottom: 15px;
}

.wrap-item img {
  width: 70px;
}

.service-title {
  font-size: 30px;
}

.sub-title {
  font-size: 20px;
}

.section-padding {
  padding: 60px 0px;
}

.P-text {
  line-height: 1.4;
  color: #67696c;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.main-timeline-section {
  position: relative;
  width: 100%;
  margin: auto;
  height: 300px;
}

.main-timeline-section .timeline-start,
.main-timeline-section .timeline-end {
  position: absolute;
  background: #1799dd;
  border-radius: 100px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}

.main-timeline-section .timeline-end {
  right: 0px;
}

.main-timeline-section .conference-center-line {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: #1799dd;
}

.timeline-article {
  width: 17%;
  position: relative;
  min-height: 300px;
  float: right;
}

.timeline-article .content-date {
  position: absolute;
  top: 35%;
  left: -30px;
  font-size: 18px;
}

.timeline-article .meta-date {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #1799dd;
  padding: 10px 15px;
  font-weight: 700;
  color: #1799dd;
}

.timeline-article .content-box {
  box-shadow: 2px 2px 4px 0px #c1c1c1;
  border: 1px solid #1799dd;
  border-radius: 5px;
  background-color: #fff;
  width: 180px;
  position: absolute;
  top: 62%;
  left: -80px;
  padding: 10px;
  text-align: center;
}

.timeline-article-top .content-box:before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  border: 10px solid transparent;
  border-bottom-color: #1799dd;
}

.timeline-article-bottom .content-date {
  top: 59%;
}

.timeline-article-bottom .content-box {
  top: 8%;
}

.timeline-article-bottom .content-box:before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  border: 10px solid transparent;
  border-top-color: #1799dd;
}

.item-img {
  margin-top: 30px;
  margin-bottom: 15px;
}

.wrap-item.service-block img {
  width: 100%;
}

.service-block {
  position: relative;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  padding: 0px;
  background: #fff;
  margin-bottom: 30px;
}

.service-block .P-text {
  padding: 10px 20px 26px;
}

.policy {
  background: url(../images/home_slider.png);
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.policy .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(15, 17, 27, .8);
}

.policy .wrap-item {
  padding: 30px 26px;
  background: rgba(255, 255, 255, .1) none repeat scroll 0 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 9px 16px 0 rgba(225, 225, 225, .004);
  text-align: center;
  color: #ffffff;
}

.policy .P-text {
  color: #ffffff;
}

@media (max-width:460px) {
  body {
    display: none;
  }
}

/* magemenu */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

.navbar-nav>li>.dropdown-menu {
  margin-top: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.navbar-default .navbar-nav>li>a {
  xwidth: 200px;
  xfont-weight: bold;
  text-transform: uppercase;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 285px;
  z-index: 10;
}

.mega-dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 283px;
  z-index: 8;
}

.mega-dropdown-menu>li>ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu>li>ul>li {
  list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu>li ul>li>a:hover, .mega-dropdown-menu>li ul>li>a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

/*magamenuclose*/
.container {
  max-width: 1150px;
}

.bgheader {
  background-color: #ffffff;
}

.bgheader2 {
  background-color: #ffffff;
  border-top: 1px solid;
  color: #dbdbdb;
}

.logoheading {
  float: left;
  padding: 46px 0px 30px 20px;
}

.logo {
  float: left;
  padding: 30px 0px 30px 0px;
}

.logo_6 {
  padding-left: 0px;
}

.navbar-default {
  background-color: transparent;
  border: none;
}

.navbar-collapse {
  padding-left: 0px;
}

.navbar {
  margin-bottom: 0px;
}

.certified_logos {
  display: table;
  float: right;
  padding-top: 20px;
}

.certified_logo {
  display: table-cell;
  padding-left: 30px;
  text-align: center;
  vertical-align: middle;
}

.aboutus {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-align: justify;
}

.aboutus2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
  padding-bottom: 8px;
}

.slant {
  font-style: italic;
}

.lightgray {
  color: #7f7f7f;
}

.enquirybg {
  background-image: url(../images/bg_images.png);
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  padding: 60px 60px;
  display: inline-block;
}

.whitebt {
  border: 4px solid #fff;
  color: #fff;
  margin: 10px;
  padding: 10px;
  margin-top: 20px;
  display: inline-block;
  transition: all 0.5s ease;
}

.whitebt:hover {
  color: #333;
  background-color: #fff;
  text-decoration: none;
}

.white-t {
  color: #fff;
}

.flix {
  display: flex;
}

.carousel-inner>.item {
  text-align: center;
}

.carousel-inner .item img {
  display: inherit;
}

.upper-t {
  text-transform: uppercase;
}

.bg-body {
  background-color: #dfdfdf;
}

.collapsed .plusicon {
  background-image: url("../images/add.png");
  float: left;
  height: 13px;
  margin-right: 10px;
  position: relative;
  top: 11px;
  width: 13px;
}

.plusicon {
  background-image: url("../images/minus.png");
  float: left;
  height: 13px;
  margin-right: 10px;
  position: relative;
  top: 11px;
  width: 13px;
}

.menu-list {
  padding: 10px;
}

.navbar-nav>li>a {
  padding-left: 24px;
}

.space {
  padding-top: 30px;
  display: flex;
}

.rightspace {
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 20px;
  display: inline-block;
}

.product-text span {
  margin-bottom: 2px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid #00d2ff;
}

.productbox {
  margin-bottom: 20px;
  text-align: center;
}

.product-text {
  float: left;
  text-align: center;
  width: 100%;
}

.footerbg {
  background-color: #ffffff;
}

.footspace {
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #efefef;
}

.footermenu>li {
  list-style: outside none;
  margin: 5px 0px;
  color: #67696c;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.footermenu>li a {
  color: #000000;
  text-decoration: none;
}

.footermenu {
  float: left;
  padding: 0;
  width: 100%;
  color: #fff;
}

.input-field {
  margin-bottom: 22px;
  position: relative;
  display: inline-block;
  padding: 0px 15px;
}

.input-field input, .input-field textarea {
  height: 45px;
  position: relative;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  width: 100%;
  text-align: left;
}

.contact-form .input-field input, .contact-form .input-field textarea {
  height: 50px;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  padding: 0px 20px;
}

.contact-form .input-field textarea {
  height: 120px;
  padding: 20px;
}

.input-send {
  padding: 0px 30px;
  border-radius: 3px;
  background: #1799dd;
  color: #fff;
  font-weight: 600;
  backface-visibility: hidden;
  position: relative;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 50;
  overflow: hidden;
  vertical-align: middle;
  backface-visibility: hidden;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
