html {
  /*font-family: "Roboto", 'Montserrat';*/
}
.logo {margin-top:-25px}

.video {
width:100%;
top: -20px;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

body {
  margin: 0;
  overflow-x: hidden;
  height: 100vh;
  background:#4e596f;
}

h1, h2, h6 {
	margin: 30px 0;
	font-weight: 300;
	color: #fff;
}

.prod1 h4{
	color: #014f87;
	text-align: center;
}
.prod1 h5{
	color: #014f87;
	text-align: center;
}

.prod1 {
  display: block;
  position: relative;
  max-width: 31%;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  background: #fff;
  opacity: 0.9;
}
.prod1:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -220px;
  left: 140px;
  background-image: linear-gradient(#f88261, #d3475e);
  height: 270px;
  width: 33%;
  border-radius: 300px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
.prod1:hover:before {
  transform: scale(1.4);
}

.prod1:hover h5 {
  transition: all 0.3s ease-out;
	color: #014f87;
}
.prod1:hover h4 {
  transition: all 0.3s ease-out;
}


h1 { font-size: 64px; }
h2 { font-size: 38px; }
h3 { font-size: 34px; }
h4 { font-size: 28px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }

.header {
  position: absolute;
  height: 85px;
  width: 100%;
  z-index: 17;
  background: #2d4955;
  padding: 7px 0px 0px 7px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bg {
  position: relative;
  background-color: #4e596f;
  /*top: -20%;*/
z-index: 5;
}

.bg img{
	width: 100%;
	height: auto
}
.about {
  position: relative;
  z-index: 6;
  width: 100%;
  top:65%;
  margin-left:-30%;
  height: 30%;
  color: #d3475e!important;
}

* {
  box-sizing: border-box;
}

/* Float four columns side by side */
.column {
	text-align: center;
  padding: 0 10px;
}

.column1 {
  width:25%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
	.logo img {
	width: 45px !important;
  }
	.navbar-inverse .navbar-nav > li > a {
	font-size: 12px !important;	
	line-height: 4px !important ;
	}
	.navbar-right {
	margin-top: 0px !important;
	margin-left: -5px !important;
	}
}



.features li {
  width: 100%;
  text-align: center;
  padding: 0.25em;
}

.menu-list {
  position: fixed;
  right: 23px;
  top: 0;
  height: 100vh;
  width: 15vw;
  transform: translate(50vw, 0);
  /* ie workaround */
  -ms-transform: translatex(-40vw);
  box-sizing: border-box;
  pointer-events: none;
  padding-top: 125px;
  transition: width 50ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
  background-color: #242a38;
  background-color: rgba(44, 78, 89, 0.8);
  z-index: 9;
}
@media (min-width: 376px) {
  .menu-list {
    width: 15vw;
  }
	
}
.menu-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
}
.menu-list li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  box-sizing: border-box;
  transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
}
.menu-list li:last-child {
  margin-bottom: 2em;
}
.menu-list li a {
  text-decoration: none;
  color: #01e6b8;
  text-align: center;
  display: block;
  padding: 1rem;
  font-size:100%;
}
@media (min-width: 768px) {
	
  .menu-list li a {
    text-align: right;
    padding: 0.5rem;
  }
}
.menu-list li a:hover {
  cursor: pointer;
  color: #fff;	
  background-color: #272e3d;
  background-color: rgba(39, 46, 61, 0.5);
}

input.menu {
  display: none;
}
input.menu:checked ~ .menu-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}
input.menu:checked ~ .menu-list li {
  transform: translatex(0);
}
input.menu:checked ~ .menu-list li:nth-child(1) {
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(2) {
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(3) {
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(4) {
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(5) {
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(6) {
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(7) {
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(8) {
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(9) {
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(10) {
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(11) {
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(12) {
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(13) {
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(14) {
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(15) {
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(16) {
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(17) {
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(18) {
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(19) {
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(20) {
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(21) {
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(22) {
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(23) {
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(24) {
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(25) {
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(26) {
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(27) {
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(28) {
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(29) {
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(30) {
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(31) {
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(32) {
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(33) {
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(34) {
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(35) {
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(36) {
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(37) {
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(38) {
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(39) {
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(40) {
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(41) {
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(42) {
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(43) {
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(44) {
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(45) {
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(46) {
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(47) {
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(48) {
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(49) {
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li:nth-child(50) {
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.menu:checked ~ .menu-list li a {
  padding-right: 15px;
}
input.menu:checked ~ label > i {
  background-color: transparent;
  transform: rotate(90deg);
}
input.menu:checked ~ label > i:before {
  transform: translate(-50%, -50%) rotate(315deg);
}
input.menu:checked ~ label > i:after {
  transform: translate(-50%, -50%) rotate(-315deg);
}
input.menu:checked ~ label close {
  color: #01e6b8;
  width: 100%;
}
input.menu:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

label.menu {
  z-index: 9999;
  position: relative;
  display: block;
  height: 50px;
  width: 35px;
}
label.menu:hover {
  cursor: pointer;
}

label.menu > i {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: #01e6b8;
  pointer-events: auto;
  transition-duration: 0.35s;
  transition-delay: 0.35s;
}
label.menu > i:before, label.menu > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: #01e6b8;
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}
label.menu > i:before {
  transform: translate(-50%, -14px);
}
label.menu > i:after {
  transform: translate(-50%, 14px);
}

label.menu {
  position: fixed;
  top: 15px;
  right: 45px;
}


/* Style the counter cards */

.services {
  position: absolute;
  z-index: 2;
  padding: 135px 0px 0px 15px;
}

.services h3, h4, h5{
  color: #fff;
}

h5 {text-align:justify;}
.serv-bg {
  position: relative;
  background-color: #4e596f;
  top: 0px;
}

.serv-bg img{
	width: 100%;
	height: auto
}
.serv-card {
  padding: 16px;
  text-align: center;
}

.footer-bg {
	position: relative;
  margin-bottom: 0px;
}

.footer-bg img{
	width: 100%;
	height: auto
}
/**
    SCROLLBAR STYLE FOR IE
*/
body {
  scrollbar-base-color: #138a72;
  scrollbar-3dlight-color: #fff;
  scrollbar-highlight-color: #1abc9c;
  scrollbar-track-color: #fff;
  scrollbar-arrow-color: #1abc9c;
  scrollbar-shadow-color: #1abc9c;
  scrollbar-dark-shadow-color: #1abc9c;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.video {
	position: relative;
	z-index: 16;
}


.button {
  color: #d3475e;
  flex: 1 1 auto;
  margin: 10px;
  padding: 20px;
  background: #D8D8D8;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  width:195px;
  float: left;
  z-index: 1;
  font-size: 16px !important;
}
.button:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: linear-gradient(to bottom, #f88261, #d3475e);
}
.button:after {
  height: 120%;
  left: -10%;
  transform: skewX(15deg);
  z-index: -1;
}
.button:hover {
  cursor: pointer;
}
.button:hover:after {
  width: 100%;
  left: 0;
}
.button:hover {
  color: #fff;
}
.button:hover:after {
  left: -10%;
  width: 120%;
}