﻿@charset "utf-8";
/* CSS Document */



@import url('https://fonts.googleapis.com/css?family=Arimo');

@import url('https://fonts.googleapis.com/css?family=Montserrat');
body {
    /* font-family: 'Arimo', sans-serif; */
	font-family: 'Montserrat', sans-serif;
}

.header-call {
    float:right;
    border-bottom:1px solid #cfcfcf;
    width:100%;
    text-align:right;
    margin-top:5px;
    z-index: -1;
    position: relative;
}

#imgCaptcha {
    margin-left:-10px;
}


.header-call a{
  color:#333;
}

.header-call p{
 font-size:12px;
 margin:0px;
}

.header-call span{
margin-left:5px;
}

.header-call i{
 margin-right:5px;
}

.navbar-brand > img {
    margin-top:-30px;
}

.effect-right {
    -moz-transform: translate3d(-600px, 0px, 0px);
    -webkit-transform: translate3d(-600px, 0px, 0px);
    -o-transform: translate(-600px, 0px);
    -ms-transform: translate(-600px, 0px);
    transform: translate3d(-600px, 0px, 0px);
    transition: all 0.6s ease-in-out;
}
.effect-left {
    -moz-transform: translate3d(400px, 0px, 0px);
    -webkit-transform: translate3d(400px, 0px, 0px);
    -o-transform: translate(400px, 0px);
    -ms-transform: translate(400px, 0px);
    transform: translate3d(400px, 0px, 0px);
    transition: all 0.6s ease-in-out;
}

.effect-zoom {
    -moz-transform: scale(1.5);
    -webkit-transform:  scale(1.5);
    -o-transform: translate(400px, 0px) scale(1.5);
    -ms-transform: translate(400px, 0px) scale(1.5);
    transform:  scale(0.4);
    transition: all 0.5s ease-in-out;
}
.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}



#header {
    position: fixed;
    z-index: 99;
    width: 100%;
    margin-top: 0px;
    background:tranparent;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 120px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0px;
}
.navbar-nav {
    float: right;
    margin-top: 10px;
}
.navbar-default .navbar-nav>li>a {

    color: #000;
    font-weight: bold;
    font-size: 15px;
    padding: 13px 0px 0px 35px;
}
.navbar-default .navbar-nav>li>a:hover {

    color: #db393d;
    font-weight: bold;
    font-size: 15px;
    padding: 13px 0px 0px 35px;
}
.navbar-container {
    padding: 0px 2%;
}
.header-call-zon span {
    color: #272727;
    margin-right: 0px;
    margin-left: 25px;
	font-weight: bold;
}
.header-call-zon span i {
    color: #0069c2;
    font-size: 17px;
    vertical-align: middle;
    margin-right: 7px;
}
.header-call-zon p {
    color: #5c5a5a;
    font-size: 12px;
}
.header-call-zon p a {
    color: #2f2f2f;
    font-size: 12px;
    text-decoration: none;
}
.header-call-zon {
    border-bottom: 2px solid rgba(247, 247, 247, 0.76);
}
.header-call-zon p {
    text-align: right;
    margin-bottom: 5px;
}
.navbar-brand {
    padding: 10px;
    /* transition:all 0.4s linear; */
}
/*=======affix css start=========*/
/* Effect 5: same word slide in */

.cl-effect-5 a {
    overflow: hidden;
    padding: 0 4px;
    height: 1em;
}
.cl-effect-5 a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cl-effect-5 a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.affix .navbar-main {
    /* box-shadow: 0 0px 6px 2px #888; */
    
    margin-top: 0px;
    transition: all 0.4s linear;
}
.affix .navbar-container {
    width: 100%;
    padding: 0px 0%;
}
.affix #header {
    position: fixed;
    z-index: 99;
    width: 100%;
    margin-top: 0px;
    background: #fff;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.6s linear;
}
.affix {
    top: 0;
    width: 100%;
    transition: all 0.5s linear;
    background-color: #fff;
    border-color: #468781;
min-height: auto !important;
}
.affix .navbar-default {
    margin-bottom: 0px;
    border: 0px;
    width: 100%;
    background: #fff;
    position: fixed;
    border-radius: 0px;
    padding: 7px 9%;
    box-shadow: 0px 0px 16px 0px #6d6d6d;
    padding-bottom: 13px;
    /* transition: all 0.5s linear; */
}
.affix .navbar-brand {
    padding: 0px 10px;
    transition: all 0.4s linear;
}
.affix .navbar-brand img {
    width: 56px;
    transition: all 0.8s linear;
        padding-top: 5px;
}
.affix .header-call-zon {
        border-bottom: 1px solid #d2d2d2;
    padding-bottom: 4px;
}
/*=======affix css end=========*/

.banner-caption {
   right: 70%;
    left: 10%;
    padding-bottom: 50px;
}
.banner-caption h3 {
       font-size: 50px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0px;
    color: #333;
    margin-top: 0px;
}
.banner-caption p {
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
}

.inner-slide .item img{
	width:100%;
}
.inner-banner .item img {
   
	    width: 100%;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
/*
inspired from http://codepen.io/Rowno/pen/Afykb
& https://jsfiddle.net/q0rgL8ws/
*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    overflow: hidden;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    
    transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
    top: 45%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 50px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 9.4;
}
/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.water-tank-clining {
    background: #1c82cd;
}
.high-pressure-clining {
    background: #ec6366;
}
.anti-bactrial-spary {
    background: #50bd98;
}
.force-tank-wash {
    background: #d3ae30;
}
.high-pressure-plunger {
    background: #36d4d2;
}
.vacum-cleaner {
    background: #3e4095;
}

.dewtring{
	
	
    background: rgba(156, 39, 176, 0.89);

}

.sludge-removel{
	
	    background: #7CB344;
}

.uv-radition{
	
	    background: #EC407A;
}
.home-services {
        padding: 26px 48px;
    text-align: center;
    margin: 15px 0px;
    border-radius: 20px;
    transform: scale(1);
    transition: all 0.4s linear;
    min-height: 240px;
}
.home-services:hover {
    transform: scale(1.1);
}
.home-services p {
    margin: 0px;
    color: #fff;
    font-size: 15px;
}
.home-services img {
    height: 90px;
}
.home-services h2 {
  text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
	margin-bottom:0px;
}
#banner-bottom-section a {
    text-decoration: none;
}
#banner-bottom-section a:hover {
    text-decoration: none;
}
#banner-bottom-section {
    margin: 3% 0%;
}
#customers-section {
    background: url(../images/life-bg.jpg);
    overflow: hidden;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
}
.customers-overlay {
       background: rgba(32, 37, 112, 0.92);
    padding: 4% 0%;
    overflow: hidden;
}
.customers-part {
    text-align: center;
}
.customers-part h4 {
    color: #fff;
    font-size: 16px;
    margin-top: 0px;
    text-transform: uppercase;
}
.customers-part h2 {
    color: #fff;
    font-size: 25px;
    margin-top: 13px;
    text-transform: uppercase;
}
.customers-hr {
    margin-top: 15px;
    margin-bottom: 0px;
    border: 0;
    border-top: 2px solid #6669c6;
    width: 7%;
}
.customers-part p {
    color: #a9acff;
    font-size: 14px;
    margin: 45px 25px;
}
.customers-number-part {
    background: #fff;
    padding: 5px 0px;
    text-align: center;
}
.customers-number-part h3 {
    color: #ec6366;
    font-size: 20px;
}
.customers-number-part h1 {
    color: #ec6366;
    font-size: 35px;
    margin-top: 10px;
}

.water-tank-customer {
	    display: flex;
		
}
.water-tank-customer .col-lg-6{
	
	text-align:center;
		margin:0 auto;
}

.process-offset-col h1 {
       font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #0b0b0b;
    font-weight: bold
}
.process-part {
    text-align: center;
    min-height: 250px;
}
.process-part:hover img {
    border: 3px solid #db393d;
    opacity: 1;
}
.process-part img {
    border-radius: 100%;
    width: 160px;
    height: 160px;
    text-align: center;
    margin: 0 auto;
    opacity: 0.8;
    border: 3px solid #676cc2;
}
#callback-section {
    background: url(../images/l-bg.jpg);
    overflow: hidden;
    /* background-attachment: fixed; */
    
    background-size: cover;
    background-position: top;
	    margin-top: 3%;
}
.callback-overlay {
       background: rgba(53, 64, 84, 0.95);
    overflow: hidden;
    padding: 7% 0% 8% 0%;
}
.process-part h2 {
    font-size: 20px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #0b0b0b;
}
.process-part p {
    color: #0b0b0b;
    font-size: 15px;
}
.process-hr {
       margin-top: 15px;
    margin-bottom: 35px;
    text-align: center;
    width: 5% !important;
}
#process-section {
    margin: 1% 0% 3% 0%;
    overflow: hidden;
}
.process-big-hr {
    border: 1px solid #e9e8e8;
    width: 84%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;
}
.call-left-part h2 {
   color: #db393d;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.call-left-part p {
    color: #fff;
    font-size: 15px;
}
.call-right-part h2 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
}
.call-right-part {
    padding-left: 4%;
}
.callback-form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, .0);
}

.call-back-col{
	
	padding: 0px 100px 0px 25px;
}
.callback-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #515c70;
    background-color: #121a28;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 20px;
}
.callback-btn {
    background: #121a28;
    border: none;
    height:54px;
    border-radius: 0px;
    padding: 0px 30px;
    color: #bec3cc;
    font-size: 15px;
    transition: all 0.3s linear;
}
.callback-btn:hover {
    background: #db393d;
    border: none;
   height: 54px;
    border-radius: 0px;
    padding: 0px 30px;
    color: #bec3cc;
}
#client-section {
    margin: 2% 0%;
}
.footer-col {
    text-align: center;
}
.footer-col a i {
    position: absolute;
    /* left: 0px; */
    
    riight: 0px;
    right: 0px;
    left: 0px;
    color: #fff;
    top: 20px;
}
.footer-col a {
    margin: 0px 10px;
}
.footer-col h2 {
    text-transform: uppercase;
    font-size: 22px;
    color: #232f45;
    margin-top: 0px;
}
.contact-hr {
    margin-top: 0px;
    margin-bottom: 20px;
}
.copyright-footer-col {
    text-align: center;
    padding: 20px 0px 15px 0px;
}
.copyright-footer-col p {
    color: #232f45;
    margin: 0px;
    font-size: 13px;
}
.copyright-footer-col p a {
    color: #232f45;
    margin: 0px;
    font-size: 15px;
    text-decoration: none;
}
.copyright-footer-col p a:hover {
    color: #000;
    margin: 0px;
    font-size: 15px;
    text-decoration: none;
}
.footer-long-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #c3c3c3;
}
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #ec6366;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #3e4095;
}
.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}


















.btn-select {
    position: relative;
    padding: 0;
    min-width: 236px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
	    border: none;
}

.btn-select .btn-select-value {
   padding: 15px 12px;
    display: block;
    position: absolute;
    left: 0;
    height: 54px;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.btn-select .btn-select-arrow {
       float: right;
    line-height: 45px;
    padding: 6px 10px;
    top: 0;
    background: #121a28;
    color: #515c70;
    height: 54px;

}

.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 55px;
    z-index: 999;
}

.btn-select ul li {
    padding: 3px 6px;
    text-align: left;
}

.btn-select ul li:hover {
    background-color: #f4f4f4;
}

.btn-select ul li.selected {
    color: white;
}

#banner-section{
margin-top:120px;
}


/* Primary Start */
.btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
    border-color: #121a28;
}

.btn-select.btn-primary ul li.selected {
       background-color: #121a28;
    color: white;
    padding-top: 6px;
}

.btn-select.btn-primary ul {
    border: #121a28 1px solid;
}

.btn-select.btn-primary .btn-select-value {
    background-color: #121a28;
    border: #121a28 1px solid;
	    color: #515c70;

}

.btn-select.btn-primary:hover, .btn-select.btn-primary.active {
    background-color: #121a28;
}
/* Primary End */



/*====================  home css==============================*/


.hex {
      width: 206px;
    height: 118px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 173px;
  position: relative;
    float: right;
  margin: 25px 5px;
  text-align: center;
  zoom: 1;
}
.hex a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  position: absolute;
  top: 0;
  left: 0;
}
.hex .corner-1,
.hex .corner-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -2;
  overflow: hidden;
  backface-visibility: hidden;
}
.hex .corner-1 {
  z-index: -1;
  transform: rotate(60deg);
}
.hex .corner-2 {
  transform: rotate(-60deg);
}
.hex .corner-1:before,
.hex .corner-2:before {
  width: 173px;
  height: 173px;
  content: '';
  position: absolute;
  background: inherit;
  top: 0;
  left: 0;
  z-index: 1;
  background: inherit;
  background-repeat: no-repeat;
  backface-visibility: hidden;
}
.hex .corner-1:before {
  transform: rotate(-60deg) translate(-87px, 0px);
  transform-origin: 0 0;
}
.hex .corner-2:before {
  transform: rotate(60deg) translate(-48px, -11px);
  bottom: 0;
}
/* Custom styles*/

.hex .inner {
  color: #eee;
}
.hex h4 {

    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
}
.hex hr {
  border: 0;
  border-top: 1px solid #eee;
  width: 60%;
  margin: 15px auto;
}
.hex p {
  font-size: 15px;

  width: 80%;
  margin: 0 auto;
}
.hex.hex-3 {
  background: #db393d;
}
.second-hexa-col{
	       margin-left: -108px;
    margin-top: 20px;
}

#hex-section .container{
	
	margin-left: -2.5%;
    margin-bottom: 6%;
    margin-top: 6%;
}

.discussed-form{
	
	    background: #121a28;
    border: none;
    border-radius: 0px;
    height: 52px;
    padding-left: 20px;
	color:#fff;
	margin-bottom:20px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.0), 0 0 0px rgba(102,175,233,.0);
    /* border: 1px solid #db393d; */
}


.maroon-hexa{
	    background: brown !important;
}
.skyblue-hexa{
	        background: blueviolet !important;
}

.lightgreen-hexa{
	background: #8BC34A !important;
}

.yellow-hexa{
	
}
	
.purple-hexa{
	    background: #9C27B0 !important;
}
.lightblue-hexa{
	    background: #03A9F4 !important;
}

.blue-hexa{
	    background: #3949AB !important;
}
.orange-hexa{
	    background: #F9A825 !important;
}
.green-hexa{
	    background: #558B2F !important;

}








/*=========================contact Map section ==================*/

#contact-map-section iframe{
	
	    width: 100%;
    height: 350px;
    border-top: 2px solid #3e4095;
}

#contact{
	    margin: 0% 0% 2% 0%;
}
.contact-form{
	margin:2em 0 0 0;
}
.contact-form h4,.address h4,.agileits-w3layouts-map h4{
    margin-bottom: 2em;
    color: #3a4d60;
    margin: 0 0 1em 0;
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif;
}
.styled-input.agile-styled-input-top {
    margin-top: 0;
} 
.contact input[type="text"],.contact textarea{
    font-size: .9em;
    color: #999999;
    padding: 0.5em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
    -webkit-appearance: none;
	outline: none;
}
.contact textarea { 
	
    resize: none;
} 

.name-input{
	margin-bottom:25px !important;
}
/*-- input-effect --*/
.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size: .9em;
    color: #db393d;
    top: -1.3em;
    -webkit-transition: all 0.125s;
	-moz-transition: all 0.125s; 
	-o-transition: all 0.125s;
	-ms-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input {
	width: 100%;
    margin: 1em 0 1em 0em;
    position: relative;
    float: left;
}
.styled-input:nth-child(1),.styled-input:nth-child(3){
	margin-left:0;
}
.textarea-grid{
	float:none !important;
	width:100% !important;
	margin-left:0 !important;
}
.styled-input label {
	color: #8c8c8c;
    padding: 10px 0px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: .9em;
    display: block;
    line-height: 1em;
}
.styled-input input ~ span,.styled-input textarea ~ span {
	display: block;
    width: 0;
    height: 2px;
    background: #db393d;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input textarea ~ span { 
    bottom: 5px; 
}
.styled-input input:focus.styled-input textarea:focus { 
	outline: 0; 
} 
.styled-input input:focus ~ span,.styled-input textarea:focus ~ span {
	width: 100%;
	-webkit-transition: all 0.075s;
	-moz-transition: all 0.075s;  
	transition: all 0.075s; 
} 




/*-- //contact --*/

.address-i i{
        width: 70px;
    text-align: center;
    height: 70px;
    border: 1px solid #db393d;
    line-height: 70px;
    font-size: 30px;
    border-radius: 100%;
    background: #db393d;
    color: #fff;
}
.address-col{
	margin-top:3%;
}
.address-part{
	
	margin-top:4%;
}
.map-part{
	    margin-top: 0px;
    position: relative;
    top: 8px;
}
.map-part p{
	
	color:#333;
	font-size:15px;
}

.map-part p a{
	color:#333;
	font-size:15px;
	text-decoration:none;
	
}
.contact-content-col{
	
	padding:0px;
}

.contact-submit-btn{
	
	    padding: 8px 30px;
    background: #db393d;
    border: none;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 5px solid #af0105;
	transition:all 0.3s linear;
	margin-top:8px;
}

.contact-submit-btn:hover{
	
	   padding: 8px 30px;
    background: #3e4095;
    border: none;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 5px solid #171977;
	margin-top:8px;
}
.contact-img{
	
	    position: absolute;
    right: 0px;
    top: 100%;
}

/*========================  testimonail css ====================*/




/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 200px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.testimonial-item h4{
	color: #3e4095;
    font-size: 20px;
	    font-weight: bold;
}

.testimonial-item h5{
	color:#222;
	font-size:15px;
}
.testimonial-item p{
	color:#222;
	font-size:15px;
}
.testi-right{
	color: #3e4095;
}
.testi-left{
	color: #3e4095;
}







/*==================  Process Css======================*/



/* .agileits_service_grid_btm_left1{
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	z-index: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
	       height: 407px;
}
.agileits_service_grid_btm_left1:before {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #db393d;
    border-right: 2px solid #db393d;
		
}
.agileits_service_grid_btm_left1:after, .agileits_service_grid_btm_left1:before {
    content: '';
    z-index: 2;
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
		
}
.agileits_service_grid_btm_left1:after {
    top: 0;
    left: 0;
    border-top: 2px solid #db393d;
    border-left: 2px solid #db393d;
	
		
}
.agileits_service_grid_btm_left1:hover:after, .agileits_service_grid_btm_left1:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
		height: 450px;
}
.agileits_service_grid_btm_left2 h5{
	    margin: 8px 0px;
    color: #3e4095;
    font-size: 18px;
    text-transform: capitalize;
}
.agileits_service_grid_btm_left2 p{
	    color: #333;
    line-height: 20px;
}
.agileits_service_grid_btm_left2{
	   padding: 9px 15px;
    border: 1px solid #cacaca;
    border-top: none;
    background: #fff;
    text-align: left;
    height: 173px;
    background: #f1f1f1;
}
.agileits_service_grid_btm_left1:hover {
    cursor: default;
}

.agileits_service_grid_btm_left{
	
	    margin-bottom: 4%;
    margin-top: 0%;
}

.agileits_services_grids_bottom{
	margin:0% 0% 0% 0%;
} */
/*-- //services --*/










/*==================  services Css======================*/

.modal-header {
    padding: 5px 25px;
    border-bottom: 0px solid;
	 background-color: #3e4095;
}
.modal-title {
    font-size: 23px;
}
.close {
        color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 9;
    text-shadow: 0px 0px 0px;
    font-size: 35px;
    margin: 0px;
    padding: 0px;
    margin-top: 2px !important;
}
.close:hover {
       color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 9;
    text-shadow: 0px 0px 0px;
    font-size: 35px;
    margin: 0px;
    padding: 0px;
    margin-top: 2px !important;
}
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    top: 0px;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    transform-origin: center !important;
}
.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    /* -webkit-transform: translate3d(0, -300px, 0);
transform: translate3d(0, -300px, 0); */
    
    opacity: 1;
    transform-origin: center !important;
    margin-top: 5%;
}

.modal-dialog {
    width: 1000px;
    margin: 30px auto;
}

/*-- About Section --*/
.about{
	text-align:center;
	padding-top:50px;
	background-color:white;
}
.about h3{
	color: #000;
	font-size: 50px;
}
label.line{
	background-color:#07cbc9;
	display:block;
	width: 40px;
    height: 2px;
	margin:15px auto;
}
.about h4{
	font-size:35px;
}
.about h6{
    color: #797979;
    padding-bottom: 30px;
    width: 45%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 25px;
}
.aboutleft{
	text-align:left;
}
.aboutleftbottom {
    border: 1px solid #C5C5C5;
    padding: 25px 25px;
    text-align: left;
    position: absolute;
    width: 68%;
    top: 110px;
    left: -268px;
    color: black;
    background-color: rgba(255, 255, 255, 0.4);
}
.aboutleftbottom  p{
	margin-bottom:10px;
	line-height:25px;
}
.aboutleftbottom  a{
	background-color:black;
	padding:10px 15px;
	color:white;
	border:2px solid black;
	margin:8px 0px;
    display:inline-block;
}
.aboutleftbottom  a:hover{
	color:black;
	border:2px solid black;
	background:transparent;
}
.aboutmiddle{
	position:relative;
}
.aboutmiddle img{
	width:100%;
}
.aboutright{
	font-size:40px;
	color:black;
}
.aboutright p{
	font-size:20px;
}
.aboutrighttop{
	border:1px solid #07cbc9;
	padding:20px 60px;
}
.aboutrightbottom{
	border:1px solid #07cbc9;
	margin-top:30px;
	padding:21px 60px;
}

label.aline{
	background-color:#07cbc9;
	display:block;
	width: 40px;
	height: 2px;
	margin:5px auto;
}
.abouttop{
	margin-bottom:50px;
}
.aboutbottom{
    margin: 0% 0% 1% 0%;
	padding:0;
}
.aboutimg{
   padding:0;
   height:300px;
}
.aboutimg img{
	width:100%;
	height:100%;
}
.abouttext{
	        height: 300px;
       background-color: #ddd;
    color: white;
    padding: 25px 30px;
    text-align: left;
}
.abouttext h4 {
              padding-bottom: 0px;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    color: #000;
	text-transform: uppercase
}
.abouttext h5 {
    padding-bottom: 12px;
    line-height: 30px;
    font-weight: 400;
	color: #F7F5F5;
	font-size: 18px;
	text-align:left;
}
.abouttext p {
         line-height: 20px;
    font-size: 15px;
    color: #222;
    text-align: left;
    margin-bottom: 10px;
    height: 135px;
}
.abouttext a{
	       background-color: #3e4095;
    padding: 6px 20px;
    color: white;
    display: inline-block;
    margin-top: 5px;
    border: 0px solid black;
    font-size: 13px;
    text-decoration: none;
}
.abouttext a:hover{
	
}
.arrow:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 0px;
	border-top: 15px solid rgba(0, 0, 0, 0);
	border-left: 25px solid #ddd;
	border-bottom: 15px solid rgba(0, 0, 0, 0);
	top: 130px;
	transform: rotate(180deg);
}
.arrow2:after {
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    border-top: 15px solid rgba(0, 0, 0, 0);
   border-left: 25px solid #ddd;
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    top: 130px;
}
.modal-content  img{
	width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.modal-body {
    position: relative;
    padding: 20px 10px 0px 5px;
    overflow: hidden;
    /* padding-bottom: 0px; */
}
.modal-content  h4{
		    color: #fff;
    text-align: center;
    font-size: 22px;
}
.modal-content  h5{
		color:black;
		padding-top:10px;
}
.modal-content p{
	color:#636363;
	font-size:14px;
	line-height:25px;
	    padding-top:0px;
		    height: auto;
}

.abouttext{
	
	transition:all 0.6s linear;
}
.services-bottom:hover .abouttext{
	
	background: rgba(219, 57, 61, 0.80);
}
.services-bottom:hover .abouttext h4 { 
color:#fff;
}
.services-bottom:hover .abouttext p{ 
color:#fff;
}

.services-bottom:hover .arrow:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0px;
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-left: 25px solid rgba(219, 57, 61, 0.80);
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    top: 130px;
    transform: rotate(180deg);
}

.services-bottom:hover  .arrow2:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    border-top: 15px solid rgba(0, 0, 0, 0);
 border-left: 25px solid rgba(219, 57, 61, 0.80);
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    top: 130px;
}

/*-- //About Section --*/

/*company css*/

#company-section{
	margin: 4% 0%;

}
#compnay-about-section{
	overflow:hidden;
	margin: 3% 0%;
	
}
#vision-section{
	overflow:hidden;
	
}
.compnay-left-col h2{
	font-size: 28px;
    color: #0b0b0b;

    font-weight: bold;
}
.compnay-left-col h2:after{
	

	        content: '';
    width: 45px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 37px;
    right: 41%;
	
}
.company-about-right h2{
	font-size: 28px;
    color: #0b0b0b;
    font-size: bold;
    font-weight: bold;
}

.company-about-right h2:after{
	

	           content: '';
    width: 45px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 17px;
    right: 60%;

	
}

.compnay-left-col p{
	color:#222;
	font-size:15px;
}
.right-circle-grid{
	
	width:150px;
	height:150px;
	
}
.right-circle-grid img{
	
	border-radius:100%;
	width:150px;
	height:150px;
}
.right-circle1{
	
    /* border: 1px solid red; */
    border-radius: 100%;
    position: absolute;
    left: 69px;
    top: 0px;
}

.right-circle2{
	  
      /* border: 1px solid blue; */
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: 220px;
}


.right-circle3{
	
	    /* border: 1px solid green; */
    border-radius: 100%;
    position: absolute;
    top: 134px;
    left: 0px;
	
}


.right-circle4{
	 
           /* border: 1px solid purple; */
    border-radius: 100%;
    position: absolute;
    top: 144px;
    left: 265px;
}

.right-circle5{
	  
       /* border: 1px solid orange; */
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: 129px;
    top: 213px;
	
}


.company-about-right p{
	color:#222;
	font-size:15px;
}

.company-about-right{
	margin-top:0%;
}
.compnay-right-col{
	margin-top:35px;
}
 /*--content-top--*/
 
 
 #vision-section{
	 margin:0% 0% 1% 0%; 
 }
.glyphicon.fa-hourglass-end ,.glyphicon.fa-eye-slash,.glyphicon.fa-bullseye{
	        font-size: 2.6em;
    color: #fff;
    background: #fff;
    border-radius: 100px;
    width: 95px;
    height: 95px;
    text-align: center;
    line-height: 2em;
    border: 5px;
    border-style: double;
    border-color: #686aac;
}
.glyphicon.home1 {
    background: #fff;
    border-color: #e36467;
}
.top-grid {
	     text-align: center;
    border: none;
    padding: 0;
    height: 380px;
    background: rgba(62, 64, 149, 0.78);
    padding: 15px 20px;
    position: relative;

}
.content-top{
	position:relative;
	padding:0;
}
.content-top1{
	
}
.caption h3{
	    font-size: 20px;
    /* font-family: 'Cinzel-Regular'; */
    color: #fff;
    margin: 20px 0;
    text-transform: uppercase;
}
.caption p{
	    color: #fff;
    line-height: 19px;
    font-size: 15px;
    display: flex;
}
.top-grid:before{
	/* content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-right: 0px solid rgba(0, 0, 0, 0);
	border-bottom: 352px solid rgba(0, 188, 228, 0.44);
	border-left: 76px solid rgba(60, 128, 168, 0);
	top: -62.6%;
	left: 39.7%;
	transform: rotate(90deg); */
}
.top{
	    background-color: rgba(219, 57, 61, 0.78);
}
.top:before{
	/* border-bottom: 352px solid  rgba(125, 63, 152, 0.44); */
}
.grid-top{
	cursor:pointer;
}

.fa-eye-slash:before {
       content: "\f070";
    color: #db393d;
    font-size: 42px;
    vertical-align: middle;
}
 
.fa-bullseye:before {
    content: "\f140";
	 color: #3e4095;
    vertical-align: middle;
    font-size: 40px;
}
.fa-hourglass-end:before {
        content: "\f253";
    color: #3e4095;
    vertical-align: middle;
    font-size: 40px;
}

#all-page-heading h2{
	
	font-size:28px;

    color: #0b0b0b;
    
    font-weight: bold;
	text-align:center;
}
#all-page-heading{
	
	margin:3% 0%;
}
.all-heading-hr{
	
	    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 2px solid #3e4095;
    width: 5%;
}
/*--//content-top--*/




/*-- banner-bottom --*/
.agileits_banner_bottom_left{
	background:url(../images/1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.agileits_banner_bottom_left1{
	background:url(../images/2.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.agileits_banner_bottom_left2{
	background:url(../images/3.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.agileits_banner_bottom_left,.agileits_banner_bottom_left1,.agileits_banner_bottom_left2{
	min-height:335px;
	position:relative;
}
.agileinfo_banner_bottom_pos{
	position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background:rgba(25, 25, 25, 0.55);
}
.w3_agileits_banner_bottom_pos_grid{
	padding:7em 3em;
}
.wthree_banner_bottom_grid_right h4{
	font-size:1.5em;
	color:#a4dd25;
	margin-bottom:1em;
}
.wthree_banner_bottom_grid_right p{
	color:#fff;
	line-height:2em;
}
.agile_banner_bottom_grid_left_grid{
	width:100px;
	height:100px;
	border:2px solid #fff;
	text-align:center;
}
.agile_banner_bottom_grid_left_grid i{
	font-size:2em;
	color:#fff;
	line-height: 3em;
}
.agileits_banner_bottom_left:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left1:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left2:hover .agile_banner_bottom_grid_left_grid i{
	color:#212121;
}
.agileits_banner_bottom_left:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left1:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left2:hover .agileinfo_banner_bottom_pos{
	background:rgba(25, 25, 25, 0.7);
}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;

  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #50bd98;
  
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before,.agileits_banner_bottom_left:hover .hvr-radial-out:before
,.agileits_banner_bottom_left1:hover .hvr-radial-out:before,.agileits_banner_bottom_left2:hover .hvr-radial-out:before,
.w3_agile_services_grid:hover .hvr-radial-out:before,.w3_agileits_services_bottom_grid:hover .hvr-radial-out:before,
.w3layouts_mail_grid_left:hover .hvr-radial-out:before{
  -webkit-transform: scale(2);
  transform: scale(2);
}
/*-- //banner-bottom --*/



@media only screen and (max-width: 500px) {
.navbar-nav {
    float: none !Imporant;
}
.navbar-default .navbar-collapse{
margin-top:70px;
}
.header-call-zon p{
text-align:left;
}
.header-call-zon span{
margin-left: 0px;
}
.navbar{
min-height:100px !important;
}
.header-call  span{
  color:#333;
      display: block;
}
#imgCaptcha {
    margin-left: -14px;
}

}