#preloader {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}
#status {
	background-image: url("../images/loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}
* {
	outline: none;
}
a:focus {
	outline: none;
}
html {
	background:#ffffff;
	background: url("../images/html-bg.png") repeat;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	background: rgba(0, 0, 0, 0) url("../images/banner-bg.png") no-repeat scroll 0 0;
	background-size: 100%;
	font-size: 16px;
	color:#000;
}
.inner-content {
	background: #f6f6f6;
}
/*global css*/
a,
button {
	transition: all 200ms ease-in-out 0s;
		-webkit-transition: all 200ms ease-in-out 0s;
			-ms-transition: all 200ms ease-in-out 0s;
				-moz-transition: all 200ms ease-in-out 0s;
					-o-transition: all 200ms ease-in-out 0s;
}
h2 {
	font-size: 45px; 
	padding: 0;
	/*color: #fff;*/
	text-transform: uppercase;
	font-weight: 700;
}
h2 span {
	color: #73d500;
}
h1 {
   color: #000;
	background: none;
	padding: 0;
	margin-top: 0; 
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase; 
}
h3 span {
	color: #73d500;
}
h4 {
	font-size: 26px;
	color: #000;
	margin-bottom: 30px;
}
h5 {
	font-size: 16px;
    font-weight: 700;
    margin: 15px 0;
    text-transform: uppercase;
}
h6 {
	
}
p {
	
}
.col-sm-8 ol {
  
    padding: 20px;
}

.col-sm-8 ul {
  
    padding: 20px;
}

.col-sm-8 ol li {

    padding: 5px;
    margin-left: 35px;
}

.col-sm-8 ul li {
   
    margin: 5px;
}
.col-sm-4 ol {
  
    padding: 0px;
}

.col-sm-4 ul {
  
    padding: 0px;
	list-style: none;
}

.col-sm-4 ol li {

    padding: 0px;
    margin-left: 0px;
}

.col-sm-4 ul li {
   
    margin: 0px;
}
.dropdown-menu::after {
    background: rgba(0, 0, 0, 0) url("../images/top-arw.png") no-repeat scroll center center;
    content: "";
    height: 8px;
    left: 0;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: -8px;
    z-index: 99;
}
.banner {
	overflow: hidden;
    min-height: 530px;
    background: url("../images/noise.png") no-repeat right top;
}
.intro {
    margin: 120px 0 80px;
    padding-bottom: 60px;
    font-weight: 700;
}
.intro h1 {
    font-size: 29px;
    margin-bottom: 20px;
    padding: 10px;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #000;
}
b, strong {
    font-weight: 600;
}
h1 b, h2 b, h3 b {
    color: #73d500;
}
a {
    color: #000;
    text-decoration: none;
}
.intro p {
    line-height: 1.2em;
    padding: 10px;
    width: 360px;
    font-size: 16px;
    font-weight: 400;
}
.readMore {
    margin-left: 10px;
    text-transform: uppercase;
    width: 150px;
}

.rotateHover .plus {
    position: relative;
    top: -1px;
}
.rotateHover .plus {
    overflow: hidden;
    transition-duration: 0.5s;
    transition-property: transform;
    float: left;
    margin-right: 10px;
}
.readMore div {
    float: left;
}
.plus {
    background: rgba(0, 0, 0, 0) url("../images/plus.20px.png") no-repeat scroll center center;
    height: 20px;
    width: 20px;
}
.rotateHover:hover .plus {
    transform: rotate(-90deg);
}
/*.readMore a {
    margin-left: 10px;
}*/
.readMore a:hover {
	text-decoration: none;
}
.readMore span {
    color: #73d500;
}
.what-fresh {
	background: rgba(0, 0, 0, 0) url("../images/fresh-bg.jpg") no-repeat fixed center top / cover ;
	text-align: center;
	background-attachment: fixed;
	padding: 10px 0;
}
.what-fresh h2 {
	margin: 37px 0;
}
.portfolio-box {
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
			-ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
				-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
					-o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.portfolio-box img {
	width: 100%;
}
.referenceList .portfolio-box a {
    background: #73d500 url("../images/reference.plus.png") no-repeat scroll 96% 93% / 30px auto;
    bottom: 0;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.4);
    	-webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.4);
    		-ms-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.4);
    			-moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.4);
    				-o-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.4);
    display: block;
    font-size: 15px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    z-index: 100;
}
.grn_dv {
    opacity: 0;
    overflow: hidden;
    text-align: left;
}
.grn_dv h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.grn_dv p {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin: 10px 0;
    font-weight: 600;
}
.df-a {
    background: #73d500 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 3px;
    	-webkit-border-radius: 3px;
    		-ms-border-radius: 3px;
    			-moz-border-radius: 3px;
    				-o-border-radius: 3px;
    					
    color: #010101;
    font-size: 22px;
    font-weight: 700;
    padding: 6px 45px;
    text-transform: uppercase;
    position: relative;
    top: 24px;
    text-decoration: none;
}
.df-a:hover {
	background: #000;
	color: #fff;
}
.df-a::after {
    background: rgba(0, 0, 0, 0) url("../images/sdw.png") no-repeat scroll 0 0 / 100% auto;
    bottom: -23px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.specialize {
	text-align: center;
	background: #f6f6f6;
	padding: 100px 0;
	border-bottom: 1px solid #d5d5d5;
	overflow: hidden;
}
.specialize h2 {
	color: #000;
}
.specialize h4 {
	padding: 0 50px;
}
.service-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #e9eaea #e9eaea -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 2px medium;
    box-shadow: 0 4px 0 0 rgba(0, 1, 1, 0.19);
    	-webkit-box-shadow: 0 4px 0 0 rgba(0, 1, 1, 0.19);
    		-ms-box-shadow: 0 4px 0 0 rgba(0, 1, 1, 0.19);
    			-moz-box-shadow: 0 4px 0 0 rgba(0, 1, 1, 0.19);
    				-o-box-shadow: 0 4px 0 0 rgba(0, 1, 1, 0.19);
    height: 174px;
    line-height: 174px;
    text-align: center;
}
.specialize .col-sm-2 {
	width: 20%;
}
.service-box > img {
    max-width: 100%;
}
.about-us {
    background: rgba(0, 0, 0, 0) url("../images/arw-bg.png") no-repeat scroll -500px bottom;
    padding: 40px 0 100px;
    text-align: center;
}
.about-us h2 {
	color: #000;
}
.about-left,
.about-right {
	text-align: left;
	margin: 20px 0;
}
.about-left p,
.about-right p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
}
.customer-number,
.growth-chart,
.track-result {
	border-top: 1px solid #d5d5d5;
	padding: 10px 0;
	text-transform: uppercase;
}
.growth-chart {
	min-height: 162px;
}
.customer-number h2 {
	float: right;
	font-size: 50px;
	color: #73d500;
	font-weight: 700;
	margin: 0;
	line-height: 1;
}
.customer-number h3 {
    float: left;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    width: 129px;
    margin: 0;
}
.growth-chart > h3 {
    color: #000;
    font-size: 28px;
    margin: 0 0 10px;
    font-weight: 700;
}
.track-result > h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.track-result {
	border-bottom: 1px solid #d5d5d5;
}
.about-us {
	position: relative;
	background-color: #ffffff;
	overflow: hidden;
}
.about-us .service-box {
    color: #000;
    font-weight: 600;
    height: inherit;
    line-height: 20px;
    padding: 25px;
    text-align: left;
}
.clint-name {
    float: right;
    font-size: 18px;
    font-weight: 600;
    width: 190px;
}
.clint-name h5 {
	color: #000;
	margin: 0;
	font-size: 18px;
	font-weight: 600;
}
.clint-name span {
	color: #73d500;
}
#parallaxRocket3 {
    background: rgba(0, 0, 0, 0) url("../images/parallax.rocket.small.png") no-repeat 0 0;
    top: 520px;
    height: 1500px;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}
#parallaxRocket2 {
    background: rgba(0, 0, 0, 0) url("../images/parallax.rocket.middle.png") no-repeat 0 0;
    top: 245px;
    height: 1500px;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}
#parallaxRocket1 {
    background: rgba(0, 0, 0, 0) url("../images/parallax.rocket.big.png") no-repeat 0 0;
    top: -250px;
    height: 1500px;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.request-quote a.df-a {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    top: 3px;
}
.request-quote a.df-a:hover {
	color: #fff;
	background: #73d500;
}
.small-height-r #parallaxRocket3 {
	top: 20%;
}
.small-height-r #parallaxRocket2 {
	top: -30%;
}
.small-height-r #parallaxRocket1 {
	top: auto;
	bottom: -65%;
}
.sidebar-menu {
	width: 300px;
	position: fixed;
	top: 0;
	right: -300px;
	bottom: 0;
	z-index: 9999;
	background: #000;
	transition: right 200ms ease-in-out 0s;
		-webkit-transition: right 200ms ease-in-out 0s;
			-ms-transition: right 200ms ease-in-out 0s;
				-moz-transition: right 200ms ease-in-out 0s;
					-o-transition: right 200ms ease-in-out 0s;
}
.sidebar-menu > ul {
    height: 440px;
    overflow-y: auto;
}
.sidebar-menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.sidebar-menu ul li {
	border-bottom: 1px solid #181818;
}
.sidebar-menu ul li a {
    color: #fff;
    display: block;
    font-size: 26px;
    font-weight: 500;
    padding: 12px 15px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
}
.sidebar-menu ul li a:hover {
	background: #62b207;
}

.con-info {
    color: #fff;
    font-size: 14px;
    padding: 15px;
    text-transform: uppercase;
     bottom: 0;
    position: absolute;
    width: 100%;
    background: #000;
}
.con-info span {
	color: #73d500;
}
.side-social {
	margin: -7px 0 0;
}
.side-social li {
    display: inline-block;
    border: none !important; 
}
.side-social li a {
    line-height: 1;
    padding: 0 5px !important;
}
.side-social li a:hover {
	background: none !important;
	opacity: 0.5;
}
.open-close {
    background: #000 none repeat scroll 0 0;
    font-size: 30px;
    left: -64px;
    padding: 17px;
    position: absolute;
    top: 150px;
    line-height: 0;
    opacity: 0;
}
.open-close.visi {
	opacity: 1;
}
.open-close a {
	text-decoration: none;
}
.open-close span {
	color: #fff;
}
/*.sidebar-menu.visi {
	right: -300px;
}
.sidebar-menu.open.visi,
.sidebar-menu.open {
	right: 0;
}*/
.sidebar-menu.open {
	right: -1px;
}
.sidebar-menu.open .glyphicon-align-justify {
	display: none;
}
.sidebar-menu .glyphicon-remove {
	display: none;
}
.sidebar-menu.open .glyphicon-remove {
	display: block;
}
.sidebar-menu.open .open-close {
	background: #73d500;
}

.x-icon {
    background: #000 none repeat scroll 0 0;
    left: 0;
    padding: 10px 5px;
    position: absolute;
    top: -38px;
    width: 100%;
}
.sidebar-menu.open .x-icon {
	display: none;
}
.banner.small {
    height: 140px;
    min-height: 100px;
    overflow: hidden;
}
.banner.small .blub-sec {
	display: block !important;
}
.listing-img {
	position: relative;
	margin-bottom: 31px;
}
.listing-img:after {
	position: absolute;
	bottom: -31px;
	left: 0;
	right: 0;
	height: 31px;
	content: '';
	background: rgba(0, 0, 0, 0) url("../images/dp-sdw.png") no-repeat scroll center top / 100% auto;
}
.header-text {
	
}
.header-text h2 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0 0 10px 0;
}
.listing-img img {
	width: 100%;
}
.header-text > a , .header-text .author.vcard a, .header-text .smallTipo a {
    color: #73d500;
    display:inline;
    margin: 10px 0 15px;
    text-decoration: none;
}
.header-text > a span {
	/*color: #000;*/
	cursor: default;
}

.listing{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #bfbfbf;
}
.listing p {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
}
.listing > p a {
	color: #73d500;
}
.listing .readMore a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.listing .readMore {
    margin-left: 0;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
}
.testimonial {
    background: rgba(0, 0, 0, 0) url("../images/testimonial.icon.png") no-repeat scroll 5px 5px;
    padding-left: 50px;
    font-weight: 400 !important;
    min-height: 40px;
}
.user {
    text-align: right;
}
.user p {
    line-height: 1;
    margin: 0;
}

#callNow {
    background: rgba(0, 0, 0, 0) url("../images/callnow.bg.png") no-repeat scroll -10px -3px;
    display: block;
    font-size: 22px;
    font-weight: 600;
    height: 80px;
    padding: 8px 0 0 50px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    transition: none 0s ease 0s ;
    width: auto;
    margin-bottom: 15px;
}
#callNow span {
    font-size: 18px;
}
#callNow:hover, #callNow:hover span {
    color: white;
    text-shadow: 0 -1px 0 #358100;
}
#callNow:hover {
    background-position: -10px -103px;
}
.blog-outer {
	padding: 35px 0;
	background: rgba(0, 0, 0, 0) url("../images/html-bg.png") repeat scroll 0 0;
}
.right-area .listing > p {
    font-weight: 500;
}
.grid {
	display: none;
}
.bar-chart li:first-child {
    display: none;
}
.highcharts-title {
	display: none;
}
.highcharts-grid {
    display: none;
}
.track-result text {
    display: none;
}
.inner-content {
	overflow: hidden;
}
.blog-outer a.df-a {
	top: 0;
}
#servicesTab-wrapper {
    position: relative;
}
#servicesTab {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #76787d 0%, #98999d 100%) repeat scroll 0 0;
    box-shadow: 0 6px 9px rgba(66, 67, 72, 0.5) inset, 0 2px 3px rgba(0, 0, 0, 0.36);
    height: 80px;
}
#servicesTab li {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    float: left;
    height: 80px;
    text-align: center;
    text-transform: uppercase;
    width: 155px;
}
#servicesTab li:first-child {
    border-left-color: transparent;
}
#servicesTab li a {
    color: #fff;
    display: block;
    padding: 20px 8px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.75);
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
}
#servicesTab li:first-child a {
    line-height: 44px;
}
#servicesDrag {
    background: rgba(0, 0, 0, 0) url("../images/services.drag.png") no-repeat scroll center 5px;
    color: #000;
    cursor: move;
    height: 87px;
    left: 0;
    position: absolute !important;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    top: 0;
    width: 155px;
    z-index: 99;
    line-height: 78px;
    font-size: 19px;
    font-weight: 600;
}
#servicesTab2 {
	
}
#servicesTab2 li {
	float: left;
	width: 155px;
	text-align: center;
	border-left: 1px solid #e9e9e9;
    background: #fff none repeat scroll 0 0;
    
    height: 174px;
    text-align: center;
    position: relative;
    z-index: 9;
}
#servicesTab2 li:last-child {
	border-right: 1px solid #e9e9e9;
}
#servicesTab2 li a {
    line-height: 174px;
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
}
#servicesContent > div .steps {
    height: 300px;
    margin-top: -50px;
    position: relative;
}

#servicesContent > div .steps .step {
    -moz-user-select: none;
    background: rgba(0, 0, 0, 0) url("../images/services.greencircles.png") no-repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font: 60px/100px "battersea_medium",Arial;
    height: 100px;
    position: absolute;
    text-align: center;
    text-shadow: 0 -1px 0 #000;
    top: 0;
    width: 100px;
}

#servicesContent > div .steps .step-1 {
    left: 10px;
}
#servicesContent > div .steps .step-2 {
    left: 170px;
}
#servicesContent > div .steps .step-3 {
    left: 330px;
}
#servicesContent > div .steps .step-4 {
    left: 490px;
}

#servicesContent > div .steps .arrow {
    background: rgba(0, 0, 0, 0) url("../images/services.greencircle.arrow.png") repeat scroll 0 0;
    height: 22px;
    position: absolute;
    top: 88px;
    width: 81px;
}
.arrow-1 {
    left: 100px;
}
#servicesContent > div .steps .arrow-2 {
    left: 260px;
}
#servicesContent > div .steps .arrow-3 {
    left: 420px;
}



#servicesContent .slideContainer {
    background: rgba(0, 0, 0, 0) url("../images/services.branding.png") no-repeat scroll 0 0;
}
#servicesContent > div .slideContainer {
    border-bottom: 1px solid rgba(123, 125, 130, 0.2);
    height: 360px;
}
.border-row {
	border-bottom: 1px solid #ccc;
}
#servicesContent .listing {
	margin: 50px 0 0 0;
}
.slide-box {
	position: absolute;
	top: 100px;
	background: rgba(0, 0, 0, 0) url("../images/services.sliding.png") no-repeat scroll 55px 0;
 	padding: 60px 0 0 !important;
 	margin: 0 !important;
}

#servicesContent > div .steps .step:hover {
    background-position: 0 -100px;
}
 
.hov-sec {
    background: rgba(110, 224, 10, 0.9) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 200ms ease-in-out 0s;
    	-webkit-transition: all 200ms ease-in-out 0s;
    		-ms-transition: all 200ms ease-in-out 0s;
    			-moz-transition: all 200ms ease-in-out 0s;
    				-o-transition: all 200ms ease-in-out 0s;
    z-index: 9;
    opacity: 1;
    height: 105%;
    box-shadow: 0 0 9px 2px #ccc;
    	-webkit-box-shadow: 0 0 9px 2px #ccc;
    		-ms-box-shadow: 0 0 9px 2px #ccc;
    			-moz-box-shadow: 0 0 9px 2px #ccc;
    				-o-box-shadow: 0 0 9px 2px #ccc;
}
#servicesTab2 li.active .hov-sec {
	opacity: 0;
	bottom: 0;
	height: 0;
	
}
.hov-sec h6 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 120px 0 0;
    opacity: 1;
    
}
#servicesTab2 li.active .hov-sec h6 {
	opacity: 0;
	 transition: all 200ms ease-in-out 0s;
    	-webkit-transition: all 200ms ease-in-out 0s;
    		-ms-transition: all 200ms ease-in-out 0s;
    			-moz-transition: all 200ms ease-in-out 0s;
    				-o-transition: all 200ms ease-in-out 0s;
}
#servicesTab2 li.active {
	box-shadow: 0 4px 0 0 rgba(0, 1, 1, 0.19);
		-webkit-box-shadow: 0 4px 0 0 rgba(0, 1, 1, 0.19);
			-ms-box-shadow: 0 4px 0 0 rgba(0, 1, 1, 0.19);
				-moz-box-shadow: 0 4px 0 0 rgba(0, 1, 1, 0.19);
					-o-box-shadow: 0 4px 0 0 rgba(0, 1, 1, 0.19);
}
.tab-info h2 {
	color: #000;
}
.tab-info p {
	font-size: 16px;
}



















/*Amar Nath DAs 11-07-2015*/
.request-quote {
	padding: 30px 0;
	background: #73d500;
	box-shadow: 0 0 38px rgba(0, 0, 0, 0.3) inset;
	-ms-box-shadow: 0 0 38px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 0 38px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.3) inset;
}
.request-quote h4 {
	display:inline-block;
	margin: 0 80px 0 0;
	vertical-align:middle;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}
.request-quote h4 span {
	color: #000;
}
.request-quote a:hover {
	text-decoration: none;
}
.clients-sec {
	background: #fff;
	 padding: 50px 0 70px;
	text-align: center;
}
.clients-sec h2 {
	color: #000;
	margin: 0 0 30px;
}
.clients-carousel .owl-carousel a {
	display:inline-block;
}
.clients-carousel .owl-carousel a:hover {
	opacity:0.7;
}
.clients-sec .owl-item {
    padding: 0 7px;
}
.footer-txt-area {
	background: #1b1c20;
	padding: 40px 0;
	box-shadow: inset 0 10px 50px rgba(0,0,0,0.8);
	-ms-box-shadow: inset 0 10px 50px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0 10px 50px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0 10px 50px rgba(0,0,0,0.8);
}
.foot-nav {
	border-right: 2px solid #000;
}
.foot-nav > ul {
    padding-left: 14px;
}
.foot-nav {
	padding: 14px 0;
}
.foot-nav li {
	list-style:none;
	margin-bottom: 5px;
}
.foot-nav a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	margin: 0;
	font-size: 14px;
	text-transform:uppercase;
	
}
.foot-nav a:hover {
	color: #73d500;
}
.foot-mid-txt {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding-top: 5px;
	padding-right: 59px;
}
.foot-mid-txt a {
	color: #73d500;
	font-size: 14px;
}
.foot-mid-txt p {
	margin: 0;
	font-size: 14px;
}
.foot-mid-txt span:hover {
	color: #fff;
}
.foot-mid {
	min-height: 208px;
}
.foot-logo {
	margin-top: 10px;
}
.foot-logo a {
	display:inline-block;
}
address.address-foot {
	color: #fff;
	/*font-size: 13px;*/
	margin-top: 13px;
	margin-bottom: 13px;
	max-width:134px;
}
address.address-foot a {
	color: #73d500;
	text-decoration: none;
}
address.address-foot a:hover {
	color: #fff;
}
ul.foot-social {
	padding-left: 0;
}
ul.foot-social li {
	float:left;
	list-style: none;
	margin-right: 24px;
}
ul.foot-social li:last-child {
	margin-right: 0px;
}
ul.foot-social li > a {
	display:inline-block;
	background: url(../images/footer.icon.social.png);
	width: 52px;
	height: 52px;
}
ul.foot-social li > a:hover {
	background: url(../images/footer.icon.social.png) 0px 52px;
}

ul.foot-social li.fst > a {
	display:inline-block;
	background: url(../images/footer.icon.social.png) -52px 0px;
	width: 52px;
	height: 52px;
}
ul.foot-social li.fst > a:hover {
	background: url(../images/footer.icon.social.png) -52px 52px;
}

ul.foot-social li.fsa > a {
	display:inline-block;
	background: url(../images/footer.icon.social.png) -104px 0px;
	width: 52px;
	height: 52px;
}
ul.foot-social li.fsa > a:hover {
	background: url(../images/footer.icon.social.png) -104px 52px;
}

ul.foot-social li.fsv > a {
	display:inline-block;
	background: url(../images/footer.icon.social.png) -156px 0px;
	width: 52px;
	height: 52px;
}
ul.foot-social li.fsv > a:hover {
	background: url(../images/footer.icon.social.png) -156px 52px;
}

.footer-copy {
	background: #000;
	padding: 15px 0;
}
.footer-copy p,
.footer-copy a.copy-f {
	margin: 0;
	color: #fff;
	font-size: 12px;
	display:inline-block;
	text-decoration:none;
}
a.copy-f span {
	color: #73d500;
}
.footer-copy a.copy-f {
	position:relative;
	margin-right: 10px;
}
.footer-copy a.copy-f:after {
	position:absolute;
	content:'';
	width: 1px;
	height: 12px;
	background: #fff;
	right: -6px;
	top:4px;
}
.footer-copy a.copy-f:hover {
	opacity: 0.6;
}
.service-box-head h2 {
    background: rgba(0, 0, 0, 0) url("../images/block-q.png") no-repeat scroll right center / 80px auto;
    font-size: 26px;
    padding: 18px 0;
    text-align: left;
}
.intxt {
    bottom: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 10%;
}
.rocket-outer  {
	pointer-events: none;
}
/*Amar Nath Das 13-07-2015*/
.contact-header {
	padding: 30px 0;
	background: #fff;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.contact-header h1 {
	font-size: 37px;
	font-weight: 900;
	margin-top:0;
	color: #000;
	position:relative;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.contact-header h1:after {
	position:absolute;
	content: '';
	bottom:0;
	left:0;
	width: 120px;
	height: 3px;
	background: #73d500;
}
.contact-header p {
	font-size: 22px;
	color: #000;
}
.contact-sec-det {
	padding: 70px 0px;
	background: url("../images/html-bg.png") repeat;
}
.service-box-head span {
	color: #73d500;
}
.service-box-head p {
	font-size: 17px;
	color: #000;
}
.contact-sec-det .service-box-head {
	border-bottom: 1px solid #dedede;
}
.address-contact h4 {
	font-size: 20px;
	color: #000;
	margin-bottom: 0;
	font-weight: 700;
}
.address-contact h4 span {
	color: #73d500;
}
.phone-sec-contact span {
	font-weight: 600;
	min-width: 72px;
	font-weight: bold;
}
.hd-contact p,
.phone-sec-contact span,
.phone-sec-contact address  {
	font-size: 17px;	
}
.hd-contact p {
	margin: 0;
}
.hd-contact p,
.phone-sec-contact span,
.phone-sec-contact address {
	display:inline-block;
	vertical-align:top;
	color: #000;
	
}
.phone-sec-contact address {
	max-width: 153px;
}
.form-sec-contact .form-group {
	display:inline-block;
}
.form-sec-contact .input-contact {
	width: 100%;
}
.input-contact input.form-control {
	border: 2px solid #e1e1e1;
	box-shadow: none;
	-ms-box-shadow: none;	
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;		
	height: 37px;
}
.input-contact input.form-control:active,
.input-contact input.form-control:focus,
.form-sec-contact .text-area-contact textarea:focus {
	border: 2px solid #73d500;
}
.form-sec-contact .input-contact label {
	font-size: 16px;
	font-weight: normal;
}
.form-sec-contact .text-area-contact label,
.form-sec-contact .input-contact label {
	color: #000;
}
.form-sec-contact .text-area-contact label {
	font-weight: normal;
	font-size: 16px;
}
.form-sec-contact .text-area-contact textarea {
	min-height: 169px;
	border: 2px solid #e1e1e1;
	box-shadow: none;	
	-ms-box-shadow: none;	
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;	
	resize:none;
}
.reason-contact .btn.dropdown-toggle.selectpicker.btn-default {
	border: 2px solid #e1e1e1;	
}
.reason-contact .btn.dropdown-toggle.selectpicker.btn-default:hover,
.reason-contact .btn.dropdown-toggle.selectpicker.btn-default:active {
	border: 2px solid #73d500;	
}
.reason-contact .dropdown-menu {
	margin: 0;
}
.reason-contact li.selected > a,
.reason-contact li > a {
    background: #fff none repeat scroll 0 0;
    color: #000;
    border: none;
}
.reason-contact .btn-group.bootstrap-select,
.reason-contact .btn.dropdown-toggle.selectpicker.btn-default {
    width: 100% !important;
    background: #fff;
	box-shadow: none;	
}
.submit-contact {
	margin-top: 30px;
	text-align:right;
}
.submit-contact .df-a {
	top: 0;
	display:inline-block;
}
.caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px dashed;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}
.map-sec-contact {
	border-top: 6px solid #73d500;
	border-bottom: 6px solid #73d500;
	max-height: 300px;
	overflow: hidden;
}
.map-sec-contact iframe {
	width: 100%;
	box-shadow: 0 0 38px rgba(0, 0, 0, 0.3) inset;
	-ms-box-shadow: 0 0 38px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 0 38px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.3) inset;
}
/*Amar Nath Das 14-07-2015*/
.banner.details-port {
	overflow: hidden;
	padding-bottom: 0;
	min-height: inherit;
}
.banner.details-port img {
	width: 100%;
}
.details-port-in .contact-header h3 > span {
	color: #73d500;
}
.image-details img {
	margin-bottom:50px;
}
.contact-sec-det .listing {
	margin-bottom: 17px;
    padding-bottom: 13px;
}
.request-btn {
	margin-top: 25px;
	width: 100%;
}
.request-btn a.df-a {
    display: inline-block;
    text-align: center;
    top: 0;
    font-size: 18px;
    width: 100%;
}
.contact-sec-det .listing.border-none {
    border: medium none;
    padding: 0;
}
body .gform_wrapper .gform_validation_container {
    display: none;
}
