body {
	font-family: 'Roboto', sans-serif;
}
body {
  min-height: 2000px;
  padding-top: 60px;
}
h1,h2,h3,h4,h5,h6{
font-weight:200;
text-shadow: 0 1px 3px rgba(0,0,0,.4);
}
h1{
	font-size:46px;
	margin-top: 40px;
}
.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background: #d9d9d9;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}
/****************** NAVIGATION STYLES *************************/
.navbar {
background-color: #00579C;
border:0px;
box-shadow:0px -3px 0px rgba(50,50,50, 0.25) inset;
}
@media (max-width:768px){
	.navbar {	
	min-height: 70px;
	margin-bottom: 20px;
	}
}  
.navbar .nav > li > a {
float: none;
padding: 20px 20px 20px;
color: #fff;
text-decoration: none;
text-shadow: none;
font-size:14px;
font-wight:bold;
text-transform:uppercase;
}


.navbar .nav > li > a.blue-bg{
	background:#00579C;
	color:#fff;
}

.navbar .nav > li:hover > a.blue-bg, .navbar .nav > li.active > a.blue-bg{
	background:#75c4ff;
	color:black;
}

.navbar .nav > li > a.orange-bg, .navbar .nav > li:hover > a.orange-bg, .navbar .nav > li.active > a.orange-bg{
	background:#ffa200;
	color:#fff;
}
.navbar .nav > li > a.green-bg, .navbar .nav > li:hover > a.green-bg, .navbar .nav > li.active > a.green-bg{
	background:#9bcf48;
	color:#fff;
}
.navbar .nav > li > a.red-bg, .navbar .nav > li:hover > a.red-bg, .navbar .nav > li.active > a.red-bg{
	background:#f73f3f;
	color:#fff;
}
@media(min-width:768px) {
    .navbar-fixed-top {	        
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
} 
@media(max-width:767px){
	.navbar .nav > li > a{
		padding:10px 15px;
	}
}
@media (max-width:1199px){
  .navbar-brand img{
	width:200px;
  }
}

@media (min-width:768px) and (max-width:1000px){
  .navbar .nav > li > a{
	padding: 20px 10px;
  }
  .navbar-brand img{
	width:200px;
  }
}
@media (min-width:320px) and (max-width:600px){
   .navbar-brand img{
	width:100px;
  }
  .navbar{
	min-height: 40px;
  }
}
.navbar-brand {
    float: left;
    font-size: 18px;
    height: 60px;
    line-height: 20px;
    padding: 0px;
}
.navbar a:focus {
    outline: 0;
}
.navbar .navbar-nav {
    letter-spacing: 1px;
}
.navbar .navbar-nav li a:focus {
    outline: 0;
}
.navbar-default,
.navbar-inverse {
    border: 0;
}
section {
padding-top:0px;
padding-bottom:10px;
/*min-height:600px;*/
width:100%;
min-width:100%;
position:relative;
overflow:hidden;
}
/*section#intro{
	padding-bottom:0px;
	position:relative;
	z-index:9;
} */
section.success {   
    background: #f9f9f9
}
section.greenBg, .greenBg{
	background:#9bcf48;
	color:#fff;
}
section.redBg, .redBg{
	background:#f73f3f;
	color:#fff;
}
.redBg a{
	color:#fff;
}

section.whiteBg, .whiteBg{
	background:#fff;
	color:#000000;
}
.whiteBg a{
	color:#fff;
}

section.orangeBg, .orangeBg{
	background:#ffa200;
	color:#fff;
}
section.navyBg, .navyBg{
	background:#318fda;
	color:#fff;
}

section.blueBg, .blueBg{
	background:#75c4ff;
	color:#fff;
}
p.slightly-large{
	font-size:1.6em;
	
}

.greenBgDark{
	background:rgba(127, 176, 49, 1);
}
@media(max-width:767px) {
    section {
        padding: 55px 0;
    }

    section.first {
        padding-top: 55px;
    }
}
.btn-danger{
	background:#F73F3F;
	border-radius:0;
}
.btn-lg{
	font-size:25px;
}
.app{
	
}
.redTxt{
	color:#5c0200;
}
.offer{
	position:absolute;
	bottom:0;
	background:rgba(127, 176, 49, 1);
	padding:20px;
	width:100%;
	z-index:-1;
	color:#fff;
}
.offer2{
	background:rgba(127, 176, 49, 1);
	padding:20px;
	width:100%;
	color:#fff;
}
.num {
  display: inline-block;
  width: 150px;
  height: 150px;
  text-align: center;
  background:rgba(127, 176, 49, 1);
  border-radius: 500px;
  font: 88px/143px 'Open Sans', Arial, sans-serif;
  color: #fff;
  margin-top: -30px;
}
.box{
  color:#fff; 
  padding: 5px 20px 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 33px;
  text-align: center;
}
.box p{
	font-size:20px;
	margin-top:30px;
}
.lead2{
	font-size:24px;
	font-weight:200;
}
.btn-dark{
	background: #C9302C;
	border-radius:0px;
	border:1px solid #fff;
}
.btn-green{
	background: rgba(127, 176, 49, 1);
	border-radius:0px;
	border:1px solid #fff;
}
.margin-top {
    margin-top: 25px !important;
}
.border-bottom {
    border-bottom: 1px solid #ccc;
    margin-top: 14px;
    padding-bottom: 12px;
}
i.icon{
    background: #C9302C none repeat scroll 0 0;
    border-radius: 500px;
    color: #fff;
    float: left;
    font: 36px/54px "FontAwesome";
    height: 54px;
    margin-right: 18px;
    margin-top: 6px;
    margin-bottom: 9px;
    text-align: center;
    transition: all 0.9s ease 0s;
    width: 54px;
}

.box h3 {
    font: bold 24px/30px "Open Sans",Arial,sans-serif;
    margin-top: 0;
}


#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;  
}

#portfolio .portfolio-item img{
	border:1px solid #ddd;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    /*max-width: 400px;
    max-width: 300px;	*/
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(244,154,96,.8);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;	
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}
#portfolio .portfolio-item .detail h4{
	margin-top:0px;
	margin-bottom:3px;
}
.noDisplay{
	display:none;
}
@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}  
.contact .col-sm-6, .contact .col-md-6{
	padding-left:0px;
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #ff6400;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #ffa200;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background:#5abfe0;
}
footer .footer-below i{
	font-size:35px;
	color:#fff;
}
.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
	padding-top:7px;
}
.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}
.btn-social:hover{
	background:#124888;
	transition: all 0.9s ease 0s;
}
.btn-whatsapp {
	display: inline-block;
    color: #1e9687;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 30px;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.slider-wrapper{
	position:relative;
	/*border-bottom:25px solid rgba(127, 176, 49, 1);*/
}
.nivoSliderSml{
	width:200px;
}
.footerSlider{
	width:200px;
	margin:0 auto;
}
.footerSlider img{
	border-radius:200px;
}
.nivo-caption{
	position:absolute;	
}
.nivo-caption p{
	font-size:30px;
}

@media(max-width:1000px){

        .nivo-caption p{
                font-size:18px;
        }
}


@media(max-width:768px){
	.nivo-caption {
		background:#000;
	}
	.nivo-caption p{
		font-size:12px;
	}
}
.testimonial ol, .testimonial ul{margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style-type:none;
}
ul.bannerBtm{
	margin:0;
	padding:0;
}
ul.bannerBtm li{
	float:left;
	height:15px;
	width:25%;
	list-style-type:none;
	display:inline-block; 
} 
.videoBg{
	background:#7FB031;
}
h2.video{
	margin-bottom:25px;
	color:#fff;
}
.less-btmSpace{
	padding-bottom:10px;
}
/***************Ajax Form Submit********************/

form {
    margin:0
}
form label {
    margin-bottom:.2em;
    font-size:1.3rem;
    line-height:1.3rem;
    font-size:13px;
    line-height:13px;
    color:#e6e6e1;
    text-shadow:0px -1px #202020
}
form label.error {
    margin-bottom:1em;
    font-size:1.2rem;
    line-height:1.2rem;
    font-size:12px;
    line-height:12px;
    color:#5c0200;
	text-shadow:none;
}
form input[type="text"], form textarea {
    font-family:"Inconsolata", sans-serif;
    font-size:1.4rem;
    line-height:1.4rem;
    font-size:14px;
    line-height:14px;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;    
    -moz-border-radius:0.2em;
    -webkit-border-radius:0.2em;
    border-radius:0.2em
}
form input[type="text"]:focus, form textarea:focus {
    border-color:#191919;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none
}
form input[type="text"][disabled], form textarea[disabled] {
    background:#fff
}
form input[type="text"].error, form textarea.error {
    background:#e6e6e6;
    border-color:#c0392b
}
fieldset {
    border:0px;
    margin:0;
    padding:0
}
.required {
    color:#e9266d
}
#success, #error {
    display:none
}
#success span, #erro span {
    display:block;
    position:absolute;
    top:0;
    width:100%
}
#success span p, #error span p {
    margin-top:6em
}
#success span p {
  color:#fff;
  font-size:20px;
}
#error span p {
  color:#c0392b;
}



/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.containerClass
{

	height		: 100vh;

}

.product_cell
{
	width:350px;

	display:inline-block;
	padding:0px;
	text-align:center;
	position:relative;	
	clear:both;
	margin-right:5px;
	padding:0px;
}

.product_image
{
	height			:407px;
	vertical-align	:bottom;
}

.product_image_small
{
	
	height			:300px;
}

.product_name
{
	padding-top		:10px;
	padding-bottom	:5px;
	height			:50px;
	font-size		:1.2em;
}

.product_desc
{
	padding-top		:5px;
	padding-bottom	:40px;
	padding-left	:10px;
	padding-right	:10px;
	height			:60px;
}

.product_logo
{
	padding-bottom: 90px;
	
}

.amazon, .flipkart
{
	float:middle;	
	width: 100px;
	
}


.faq_header{
		
	font-size		:1.2em;
	margin-top		:20px;
	
}

p.contact_large{
	
	font-size		:1.2em;
}

a.contact_large{
	
	color			: #00579C;
}

div.faq{
	
	font-size		: 1.1em;
}

div.product_cell.disinfectant{
        margin-left    : calc(50% - 175px);
}

div.container.disinfectant{
        text-align      : center;
}

div.no_margin_top{
        margin-top      : 0px;
}

div.product_desc.tall{
	    height: 150px;
}