@import url('https://fonts.googleapis.com/css?family=Comfortaa');

*{
	margin:0px;
	padding:0px;
}
ul{
	list-style:none;
}
a{
	text-decoration:none;
}
img{
	border:none;
}
h1,h2,h3,h4,h5,h6,p,b,strong{
	margin:0px;
	padding:0px;
}
body{
	font-size:14px;
	box-sizing:border-none;
	font-family: 'Open Sans', sans-serif;
}
#top-header{
	color: #fff;
    background: #0c7383;
}
.very-top-left {
    float: left;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.very-top-right {
    float: right;
}
.eml-tp{
	padding: 10px 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
ul.social-icons {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}
.social-icons li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}
.screen-reader-text {
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    width: 1px;
    height: 1px;
    color: #000;
    background: #fff;
	word-wrap: normal!important;
}
.transparent-text-dark {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 75px;
    color: #343434;
    background-color: #fff;
}
.social-icons li:hover .transparent-text-dark {
    background-color:rgb(190, 80, 0);
	color:#fff;
}
.social-icons i:before {
    float: left;
    width: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.cap p{
	text-align: center;
	font-weight: bold;
	line-height: 1.8em;
    color: #777;
}

header .navbar-brand {
    height: 70px;
    padding: 7px 7px 7px 0;
    line-height: 52px;
}
header .navbar-brand img{
    display: inline-block;
    max-height: 56px;
}
header .navbar-default{
	margin-bottom: 0 !important;
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
    box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
    font-weight: 400;
    -webkit-backface-visibility: hidden;
}
.navbar-right li a{
	margin: 26px 10px;
    padding: 0;
    line-height: 18px;
    text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	display: block;
    color: #313131 !important;
    text-align: left;
    text-decoration: none;
}
.navbar-right li a:hover{
	color:#0c7383 !important;
}
.navbar-right li .dropdown-menu li a{
	margin: 0;
    padding:5px 10px;
	white-space: normal!important;
	width: 240px;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.dropdown:hover .dropdown-menu {
	display:block;
}
ul.dropdown-menu .main{
	position:relative;
}

ul.dropdown-menu ul.main-sub{
	position:absolute;
	top:0;
	left:100%;
	display:none;
	width:100%;
	background-color:#fff;
	border:1px solid #ddd;
}

ul.dropdown-menu .main:hover ul.main-sub{
	display: block;
	width:100%!important;
}

ul.dropdown-menu ul.main-sub li a{
	line-height: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    display: block;
    color: #313131 !important;
    text-align: left;
    text-decoration: none;
}
ul.dropdown-menu ul.main-sub li a:hover{
	text-decoration: none;
    background-color: #f5f5f5;
}
.carousel-inner{
	background-image:url('../images/slider/slider-bg.png');
	background-size:cover;
	background-repeat:no-repeat;
	height:500px;
}
.carousel-indicators{
	background: #ffffff;
    opacity: 1;
    padding: 7px 10px 5px 10px;
    box-shadow: 0px 0px 10px 0px RGBA(0,0,0,0.16);
    border-width: 0px;
    border-style: solid;
    border-color: RGBA(0,0,0,1);
    border-radius: 99px;
	width: 100px;
    height: auto;
	text-align:center;
	margin-left: -50px;
	bottom:0;
}
.indicators-line > .carousel-indicators li {
    padding: 5px 5px 5px 5px;
    border: 1px solid rgb(158, 158, 158);
	height:10px;
	width:10px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: RGBA(0,0,0,0.57);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor: pointer;
}
.indicators-line > .carousel-indicators li.active {
   background: #0c7383;
}

#intro{
	padding:60px 0px;
	background-color:#f4f4f4;
}
.wrp-intro{
	padding-bottom:40px;
}
.wrp-intro h1{
	font-family: 'Comfortaa', cursive;
	margin:20px 0px;
	text-align:center;
	line-height:1.8em;
}

.wrp-intro h1 span{
	position:relative;
	padding:10px 0;
}
.wrp-intro h1 span:before{
	position:absolute;
	width:100%;
	height:2px;
	background-color:#777;
	bottom:0;
	left:0;
	content:'';
}
.wrp-intro h1 span:after{
	position:absolute;
	width:30%;
	height:5px;
	background-color:#0c7383;
	bottom:-1px;
	left:50%;
	content:'';
	margin-left:-15%
	
}
.intro-sub-head{
	font-size: 24px;
    color: #231f20;
    font-weight: 600;
}
.intro-sub-head span{
	font-size: 24px;
    color: #0c7383;
    font-weight: 600;
}
.intro-p{
	color:#999 !important;
	font-size:16px;
	text-align:justify;
}

.abt-img img{
	margin:auto;
}

.spot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.svg-wrapper {
  margin-top: 0;
  position: relative;
  width: 150px;
  /*make sure to use same height/width as in the html*/
  height: 40px;
  display: inline-block;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px
}


#shape {
  stroke-width: 6px;
  fill: transparent;
  stroke: #0c7383;
  stroke-dasharray: 85 400;
  stroke-dashoffset: -220;
  transition: 1s all ease;
}


#text {
  margin-top: -39px;
  text-align: center;
}

#text a {
  color:#0c7383;
  text-decoration: none;
  font-weight: 100;
  font-size: 18px;
   font-family: gotham;
   padding-bottom:10px;
}

.svg-wrapper:hover #shape {
  stroke-dasharray: 50 0;
  stroke-width: 4px;
  stroke-dashoffset: 0;
  stroke: #0c7383;
  
}

.text-center {

  text-align: center;

}

.text-center p {

  font-weight: bold;

}
.paragraph{
	margin:20px 0px;
}
.paragraph h3{
	font-family: 'Comfortaa', cursive;
    border-left: 5px solid #0c7383;
    padding-left: 10px;
    margin: 20px 0px;
}
.paragraph p{
	line-height:1.8em;
	color:#777;
	padding-bottom:10px;
	font-size:16px;
	text-align:justify;
}

.paragraph p a{
	line-height:1.8em;
	color:#777;
	font-weight:bold;
	text-decoration:none;
}
.paragraph ul li{
	line-height:1.8em;
	color:#777;
}
.paragraph ul li i {
	font-size:18px;
	color:#000;
	margin-right:10px;
}
.paragraph ul li a{
	line-height:1.8em;
	color:#777;
}
.paragraph ul{
	padding:0;
	list-style:none;
}
#prod-hm-sec{
	background-color: #f4f4f4;
	padding:50px 0px;
	position:relative;
}

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
  border:1px solid #333;
  margin-bottom: 10px;
  margin-top:60px;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index:20;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
  padding:10px;
  transition:transform 0.5s ease;
  -webkit-transition:transform 0.5s ease;
  -moz-transition:transform 0.5s ease;
}

.content:hover .content-image {
	transform:scale(1.2);	
	-webkit-transform:scale(1.2);	
	-moz-transform:scale(1.2);	
	    
}


.content-details {
  position: absolute;
  text-align: center;
  padding: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: rgba(255,255,255,0.8);
  z-index:25;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #0c7383;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size:18px;
}

.content-details p{
  color: #333;
  font-size: 1.2em;
  border:2px solid #333;
  padding:5px;
  font-weight:bold;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

#about-pg{
	padding:60px 0px; 
}
.img-bx{
	padding:10px;
	border:1px solid #ddd;
	text-align:center;
}
.img-bx img{
	margin:auto;
}

.btn-wrp .btn{
	font-family: 'comfortaa';
    font-size: 16px;
    background-color: #016601;
    color: #fff;
}

.footer{
	    padding-top: 40px;
    padding-bottom: 40px;
    color: #dbdbdb;
	background-color: #0d3c55;
}
.wrp-foot h3{
	color:#fff;
	margin:20px 0px;
	position:relative;
	padding-left:10px;
}
.wrp-foot h3:after{
	position:absolute;
	top:0;
	left:0;
	width:5px;
	height:100%;
	background-color:#178c82;
	content:'';
}
.wrp-foot address{
	color:#fff;
	line-height:1.8em;
}
.wrp-foot .foot-nav li a{
	color:#fff;
	line-height:1.8em;
}
.wrp-foot .foot-nav li a:before{
	content:'\f0da';
	color:#ddd;
	font-size:14px;
	font-family:FontAwesome;
	margin-right:10px;
}
.img-gap {
	margin-bottom:30px;
}
.img-box img {
	margin:0 auto;
}
.img-box {
	padding:10px 0;
}
.particle {
	font-size:15px;
	letter-spacing:1px;
	display:block;
}
.particle p{
	font-size:15px;
	letter-spacing:1px;
	display:block;
}
.download a {
	font-size:18px;
	color:#000;
	display:block;
}
.foot-logo img {
	padding-left:30px;
}
/***************/
input[type=text], [type=email], [type=number], textarea, select {
     width:100%;
     max-width:100%;
     padding:10px;
     margin:2px;
     display: inline-block;
     border:1px solid #3e3e3e;
     border-radius:4px;
     box-sizing:border-box;
}
.form-text {
	border:1px solid #606f7b;
}
 input[type=submit] {
     width:100%;
     max-width:100%;
     background-color:#606f7b;
     color:white;
     padding:10px;
     border:none;
     border-radius:4px;
     cursor:pointer;
}
 input[type=submit]:hover {
     background-color:#606f7b;
     color:white;
     max-width:100%;
}
.btn-1{
     width:100%;
     max-width:100%;
     background-color:#606f7b;
     color:white;
     padding:10px;
     border:none;
    border-radius:4px;
     cursor:pointer;
}
 .quickcontact {
     right:0px;
     bottom:0px;
     max-width:100%;
     background-color: #f2f2f2;
}
 .max {
     z-index:1000;
     border:#606f7b thick solid;
     position:fixed;
     width:225px;
     right:0px;
     bottom:0px;
     border-radius: 5px;
     max-width:100%;
     background-color: #f2f2f2;
     padding:5px;
     margin:1px;
}
.modal-body1 .cls {
    border: 1px solid #000;
    width: 22px;
    height: 22px;
	background:#fff;
	color:#000;
    border-radius: 50%;
}
.cls {
    z-index: 9999;
    position: absolute;
    color: #fff;
    opacity: 1;
    display: block;
    right: 15px;
}
.modal-content {
	border-radius:5px;
	background-color:none !important;
}
.modal-content img {
	border-radius:5px;
}
.modal-body1 .cls {
	margin-top:10px;
}
/*******************/
#hm-principal {
	padding:40px 0px;
}
.client img {
	margin:0 10px;
}
.pdf p {
	text-align:center;
	font-size:15px;
	color:#777;
	font-weight:bold;
	padding-top:10px;
}
/*******************/
#hm-client {
	padding:40px 0;
	background:#f4f4f4;
}
.client-hed {
    margin: 10px 0px 40px 0;
}
.slick-slide img {
    display: block;
    border: 2px solid #ccc;
}
.client-bx img {
	padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
}
.client-bx {
	margin-bottom:15px;
}


.foot_last {
    text-align: center;
	padding:30px 0 15px 0;
}
.foot_last p {
	text-align:center;
	font-size:16px;
	display:block;
	color:#fff;
}
.foot_last p a {
	color:#178c82;
	font-weight:bold;
}
.main span{
  display: block;
}



.product_hed_cap span a {
	padding-top:15px;
    color: #777;
    padding-bottom: 20px;
    font-size: 16px;
	display:block;
	font-weight:bold;
    text-align: justify;
	text-align:center;
}
.product_hed_cap:hover a {
	color:#0d3c55;
}




@media screen and (max-width: 767px) {
	ul.dropdown-menu ul.main-sub {
		position:static;
	}
	
	
}