@charset "utf-8";
/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400|Oswald:300,400';

/*******************************************************************************
 * General Styles
 ******************************************************************************/
 
html {
    overflow-y: scroll;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #57585a;
}
a {
    cursor: pointer;
	color:#000;
}
a:hover,
a:focus {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.container-large {
	display: inline-block;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}
.width-80 {
	max-width: 80%;
	margin: 30px auto 20px auto;
}

/*** Buttons ***/

.btn-secondary{
	font:"Open Sans Semibold";
	background-color:transparent;
    font-size: 14pt;
    color: #f1f1f1;
    width: 200px;
    border: 1px solid #f1f1f1;
}
.btn-secondary:hover, body #site-info .web-action-btn:hover {
    background-color: #00d2d3;
    /* border: 1px solid #00d2d3; */
    color: #fff;
}
.btn-green {
	background: #01a3a4;
	color: #fff;
	border: 1px solid transparent;
	font-weight: 600;
}
.btn-green:hover {
    border: 1px solid #01a3a4;
    background: #00d2d3;
    color: #fff;
}
.btn-large {
	display: inline-block;
    padding: 9px;
    width: 100%;	
}
.btn-border-bottom-radius {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

/*** Buttons End ***/

.title{
	margin:70px 0 50px 0;
	font-family:"Open Sans";
	font-weight:300;
	
}
.title-bold {
	font-weight:500;
}
.title b {
    text-transform: capitalize;
}
.subtitle {
    margin: 35px auto 70px auto;
	max-width:70%;
}
.green {
    color: #10ac84;	
}
.blue {
    color: #576574;
}
.grey {
	color: #787878;
}
.light-grey {
	color: #828383;
}
.dark-grey {
	color: #565758;
}
.white {
	color: #fff;
}
.thin {
	font-weight: 300;
}
.image-icon {
	max-width: 39px;
}
.space {
	margin: 30px 0;
}

/*******************************************************************************
 * General Styles End
 ******************************************************************************/
 
/*******************************************************************************
 * Top Banner Styles
 ******************************************************************************/

#top-banner {
    padding-top: 15px;
} 
#top-banner ul li, #top-banner ul li a {
    font-size: 17px;
    font-weight: 400;
}
#top-info-desc {
    padding-top: 10px;
}
#top-banner #site-info ul li {
    margin: 0 0 0 20px;
	vertical-align: middle;
}
#site-info .web-action-btn li a {
	text-align: center;
}
#site-info .web-action-btn {
    background: #01a3a4;
    border-radius: 5px;
	padding: 3px 17px;
}
#site-info .web-action-btn a {
	padding: 5px;
	color: #fff;
	text-align: center;
    display: inline-block;
    font-size: 12px;
	line-height: 1.2;
    font-weight: 500;
}
#site-info .web-action-btn i {
	vertical-align: baseline;
    color: #fff;
    font-size: 27px;
    padding-right: 7px;
}
.mail-to:hover {
    border-bottom: 1px solid #10ac84;
}

/*******************************************************************************
 * Top Banner Styles End
 ******************************************************************************/

/*******************************************************************************
 * Home Page Styles
 ******************************************************************************/


/*** Carousel ***/

.carousel-item {
    height: 700px;
	background: #01a3a4;
}
#carousel .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.carousel-caption {
    position: absolute;
    display: inline-block;
    top: 20%;
    left: 15%;
    width: 50%;
    text-align: left;
	color: #fff;
	line-height: 7;
}
.carousel-title {
    font-size: 41px;
    font-weight: 600;
    line-height: 1.2;
    text-shadow: none;
}
.carousel-subtitle {
    margin-top: 25px;
	color: black;
	font-weight: 300;
}
.carousel-subtitle i {
    font-size: 9px;
    vertical-align: middle;
}
.carousel-caption-social-media {
    position: absolute;
    top: 9%;
    left: 15%;
}
.carousel-caption-social-media i {
	color: #fff;
	font-size: 21px;
	transition: all 0.3s ease-in-out 0s;
}
.carousel-caption-social-media i:hover {
    cursor: default;
    transform: rotate(360deg);
    transition: all 0.3s ease-in-out 0s;
}
.carousel-caption-action {
	position:absolute;
	bottom: 170px;
	left: 15%;
}
.carousel-caption-download {
	position:absolute;
	bottom:50px;
	left: 15%;
}
.carousel-caption-download img {
	width: 200px;
}
.carousel-caption-device {
	position: absolute;
	bottom: -150px;
	right: 700px;
	max-width: 300px;
}
.carousel-caption-device img {
    max-width: 1000px;
}
.carousel-caption-social-media .social-icon{
	margin-left:10px;
}
.carousel-caption-social-media .icon{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 21px;
    height: 21px;
    font-size: 0;
}
.carousel-caption-social-media i:not(:first-child) {
    padding-left: 9px;
}
.carousel-caption-social-media .fa{
	font-size: 20pt;
	color: #fff;
	cursor: pointer;
}
.carousel-caption-social-media .fa:hover {
    opacity: 0.5;
}

#carousel .carousel-control {
    background-color: transparent;
    border: transparent;
    top: 0;
}

/*** Carousel End ***/

/*******************************************************************************
 * Home Page Styles End
 ******************************************************************************/

/*******************************************************************************
 * Header Styles
 ******************************************************************************/

/*** Navigation Menu ***/
.navbar-inverse {
	padding:10px 0;
}
#nav{
	background-color:transparent;
}
#nav li a{
	font:"Open Sans";
	font-size:18px;
	text-transform:uppercase;
	font-weight: 500;
}
#nav li a:hover{
	color: #00d2d3;
}
#logo img,
#logo-header img{
    max-width: 80px;
}
.logo {
	max-width: 100px;
}
.logo-title {
    margin: 0;	
}
.logo-title {
    font-size: 3.5rem;
}
.logo-subtitle {
    text-transform: lowercase;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    top: -5px;	
}

/*** Navigation Menu End ***/

/*** Mobile Menu ***/

.navbar-toggler {
	padding:0px;
	cursor:pointer;
}
.navbar-inverse .navbar-toggler .fa-bars {
    left:0;
    font-size:30px;
	-webkit-text-stroke: 3px #fff;
}

/*** Mobile Menu End ***/

/*******************************************************************************
 * Header Styles End
 ******************************************************************************/

/*******************************************************************************
 * About Page Styles
 ******************************************************************************/

#about-info-add h4 {
    margin: 50px 0 70px 0;
    font-size: 2.3em;
}
#about-info-add img {
    border-radius: 20px;
	border: 10px solid #FEC93F;
    background: #fff;
    padding-bottom: 5px;
}
#about-info h6{
	line-height:25px;
	font:"Open Sans Light";
}

/*** About More Info ***/

#about-more-info .box .div-inner {
	padding: 0;
    -webkit-box-shadow: 1px 1px 15px 2px rgb(247, 247, 247, 1);
    -moz-box-shadow: 1px 1px 15px 2px rgb(247, 247, 247, 1);
    box-shadow: 1px 1px 15px 2px rgb(247, 247, 247, 1);
}
#about-more-info p {
    color: #969697;
}

/*** About More Info End ***/

/*******************************************************************************
 * About Styles End
 ******************************************************************************/
#page2 {
    margin-top: 150px;
    padding-bottom: 100px;
}
/*******************************************************************************
 * Product Page Styles
 ******************************************************************************/
 
#page3 {
	/* margin-top: -43px; */
    padding-top: 150px;
    background: #f7f7f7;
}
#product .rows {
    display: grid;
	margin-bottom: -100px;
}
#product .rows .box .div-inner {
	width: 95%;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 15px 2px rgb(247, 247, 247, 1);
    -moz-box-shadow: 1px 1px 15px 2px rgb(247, 247, 247, 1);
    box-shadow: 1px 1px 15px 2px rgb(184, 184, 184, 1);
	border-radius: 7px;
    border-left: 12px solid #00d2d3;
}
#product .rows .box .div-inner h4 {
    margin: 20px auto 15px auto;
}

/*******************************************************************************
 * Product Styles End
 ******************************************************************************/

/*******************************************************************************
 * Services Page Styles
 ******************************************************************************/

#page4{
	padding-top: 250px;
}

#page4 .container {
    margin-bottom: 100px;
}
.services-title {
    margin: -50px auto -50px auto;
}
.services-img {
    margin-bottom: -39px;
    margin-top: 50px;
}

/*******************************************************************************
 * Services Page Styles End
 ******************************************************************************/

/*******************************************************************************
 * Team Page Styles
 ******************************************************************************/

#page5 {
    background: #f7f7f7;
    padding: 75px 0 150px 0;
    /* margin-top: -100px; */
}
#page5 .overlay small {
    color: black;
    font-size: 20px;
}
.image-overlay {
    position: relative;	
}
.image-overlay .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-top: 100px;
    color: #fff;
    font-size: 25px;
    letter-spacing: 3px;
}
#team .box{
	background-color:transparent;
	margin: 50px 0;
	box-sizing:border-box;
}
.border-top{
	background-color:#7d7d7d;
	color:#fff;
	position:relative;
	top:150px;
}
.team-image {
    position: relative;
}
.overlay-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.team-image .overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
	padding-top: 10%;
    text-align: center;
	text-transform: uppercase;
    font-size: 0.7em;
}
.team-image:hover .overlay-image {
    opacity: 0.7;
}
.team-image:hover .overlay {
    opacity: 1;
}
.team-info h6 {
    margin: 25px 0 0 0;
    font-size: 1.9em;
}
.team-info small {
    font-size: 1rem;
}
.team-image .overlay i {
    color: inherit;
    font-size: 16px;
    padding: 16px 32px;
}
.team-members-overlay-icons {
    margin-top: 10px;
}
.team-members-overlay-icons i {
    margin: 0 12px;
	font-size: 17px;
	transition: all 0.3s ease-in-out 0s;
}
.team-members-overlay-icons i:hover {
    opacity: 0.5;
	transition: all 0.3s ease-in-out 0s;
    transform: rotate(360deg);
}

/*******************************************************************************
 * Team Styles End
 ******************************************************************************/
 
/*******************************************************************************
 * Contact Page Styles
 ******************************************************************************/

#contact {
    position: relative;
}
#contact img {
    width: 100%;
}
.contact-form {
    display: inline-block;
    background: #fff;
	width: 37%;
    -webkit-box-shadow: 1px 1px 5px 1px #ccc;
    -moz-box-shadow: 1px 1px 5px 1px #ccc;
    box-shadow: 1px 1px 5px 1px #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.contact-form p {
    margin: 20px 0 30px 0;
    font-size: 0.8em;
    font-weight: 500;
}
.contact-form .form-field::placeholder {
    font-weight: 500;
    font-size: 0.9em;
}
.contact-form .form-field {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #f1f1f1;
    padding: 7px 10px;
    border-radius: 3px;
}
.contact-form .form-field.btn {
    border: 1px solid #00d2d3;
}

/*******************************************************************************
 * Contact Styles End
 ******************************************************************************/

/*******************************************************************************
 * Footer Styles
 ******************************************************************************/

footer{
	background-color: #f7f7f7;
	padding: 100px 0 0 0;
}
.footer-inner-content {
    display: inline-block;
    width: 100%;
}
.footer-middle {
    margin: 30px 0;
}
footer .addresse-info small {
    display: block;
}
.footer-list-title {
    font-size: 0.9em;
	font-weight: 600;
}
.footer-top-menu {
    padding: 0;
    list-style: none;
    font-size: 0.9em;
    font-weight: 500;
}
.footer-top-menu a:hover {
    color: #00d2d3;
}
#footer-social-media {
    padding-top: 12px;
}
#footer-social-media i {
    font-size: 21px;
    margin-right: 10px;
	transition: all 0.3s ease-in-out 0s;
}
#footer-social-media i:hover {
    transform: rotate(360deg);
    transition: all 0.3s ease-in-out 0s;
}
footer #download-app img {
    max-width: 120px;
}
#footer-bottom-menu a {
    font-size: 0.8em;
    font-weight: 500;
    color: #57585a;
    margin-left: 10px;
}
#footer-bottom-menu a:hover {
    color: #00d2d3;
}

/*******************************************************************************
 * Footer Styles End
 ******************************************************************************/

/*******************************************************************************
 * Return to Top Styles
 ******************************************************************************/

#return-to-top {
    position: fixed;
    bottom: 17px;
    right: 20px;
    background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	text-align:center;
	padding: 13px;
}
#return-to-top i {
    font-size: 21px;
}
#return-to-top:hover i {
	color: #9ecb3b;
}
/*******************************************************************************
 * Return to Top Styles End
 ******************************************************************************/
 
/*******************************************************************************
 * Responsive Styles End
 ******************************************************************************/
@media(max-width:1299px){
    .carousel-caption-device {
        right: 150px;
    }	
}
@media(max-width:1199px){
	.carousel-item {
        height: 500px;
    }
	.carousel-caption {
        top: 15%;
	}
	.carousel-caption-social-media {
        top: 7%;
	}
	.carousel-caption-social-media .fa {
        font-size: 1.2em;
	}
    .carousel-caption-device {
        bottom: 50px;
        right: 120px;
        max-width: 220px;
    }	
	.carousel-title {
        font-size: 29px;
	}
	.carousel-subtitle {
        font-size: 6vw;
    }
	.carousel-caption-action {
        bottom: 120px;
    }
	.btn-secondary {
        width: 150px;
        font-size: 12px;
    }
	.carousel-caption-download {
        bottom: 20px;
    }
	.carousel-caption-download img {
        width: 150px;
    }
	.services-title {
        margin: -50px auto 0 auto;
    }
	#team .box {
    	margin: 40px auto;
    }
	.contact-form {
        width: 45%;
    }
}
@media(min-width:992px){
	.contact-form {
        position: absolute;
        top: 22%;
        right: 119px;
        padding: 40px 50px;
    }
}
@media(max-width:991px){
    h1.logo-title {
        font-size: 7.5vw;
    }
	#collapsingNavbar {
        width: 100%;
    }
	#nav{
		text-align:right;
		border-right:1px solid #00d2d3;	
	}
	#nav li{	
		display:block;
        border-bottom: 1px solid #00d2d3;
		padding-right:9px;
	}
	.navbar-nav li:last-child{
		border:0 none;
	}
	#nav li a:hover{
		margin-right:3px;
	}
	.image-icon {
		max-width: 23px;	
    }
	.carousel-caption-social-media, .carousel-caption, .carousel-caption-action, .carousel-caption-download {
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
	.carousel-caption {
		width: 70%;
	}
	.service-info h6 {
        width: 80%;
        margin: 0 auto;
    }	
	.image-overlay .overlay {
	    padding-top: 50px;
	}
	#contact {
        background: url(../images/tanks.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px 0;
    }
	.contact-form {
        width: 58%;
        margin: 50px auto;
        display: block;
        padding: 30px;
    }
}
@media(min-width:767px) {
	#product .rows .box .div-inner {
        margin: 30px auto;
	}
}
@media(max-width:767px){
	.title{
	    margin:30px 0;
	}
	#top-info-small {
		margin: -15px 0 15px 0;
        padding: 7px;
        background: #00d2d3;
        text-align: center;
        color: #fff;
    }
	#top-info-small:hover {
        opacity: 0.7;
    }
	#top-info-small a {
        color: #fff;
    }
	#about-info-add img{
		position:relative;
		top:50px;
		margin-bottom:50px;
	}
	#product .rows .box .div-inner {
        margin-bottom: 30px;
	}
	.services-title {
        margin: -100px auto 0 auto;
    }
	#team .box {
	    text-align:center;
    }
	.team-info h6 {
        margin: 15px 0 0 0;
        font-weight: 500;
    }
	.contact-form {
        width: 78%;
    }
	footer {
        padding-top: 50px;
    }
	footer .row.row-outer .box:first-child {
        margin-bottom: 30px;
    }
	footer .row.row-outer .row .box {
        margin-bottom: 0;
    }
    .form-field.btn {
        font-size: 3.5vw;
    }
}
@media(max-width:575px){
	.carousel-caption {
		width: 97%;
	}
	#about-more-info .col-sm-6:first-child {
        margin-bottom: 30px;
    }
	.image-overlay .overlay {
	    padding-top: 5%;
        font-size: 15px;
	}
	.image-overlay .overlay {
	    display: none;
	}
	.footer-middle {
        margin: 0 0 15px 0;
    }
	.footer-inner-content .footer-first-div {
        margin: 0 0 15px 0;
    }
	#footer-bottom-menu a {
        margin: 0 10px 0 0;
    }
}
@media(min-width:480px) {
	#product .rows .box .div-inner p {
        margin: 15px auto;
        width: 80%;
    }
}
@media(max-width:480px){
	#top-banner #site-info ul li {
		margin: 10px 10px 10px 0;
	}
}
@media(max-width:400px){
	.carousel-title {
        font-size: 23px;
	}
	.footer-top-menu li {
        font-size: 0.8em;
    }
}
/*******************************************************************************
 * Responsive Styles End
 ******************************************************************************/
 
 
 /*******************************************************************************
 * Modal Login Begin
 ******************************************************************************/
 /* @import url(https://fonts.googleapis.com/css?family=Roboto); */

/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}

.login-btn {
  text-align:center;
  margin-top: 50px;
}

.button {
  line-height: 55px;
  padding: 0 30px;
  /* background: #004a80; */
  color: #fff;
  display: inline-block;
  font-family: roboto;
  text-decoration: none;
  font-size: 18px;
}



/*******************************************************************************
 * Modal Login Styles End
 ******************************************************************************/