

@charset "utf-8";
@import url("webfonts/Verdana/stylesheet.css");
@import url("webfonts/BebasNeue_Regular/stylesheet.css");
@import url("webfonts/Verdana/stylesheet.css");
@import url("webfonts/BAUHS93/stylesheet.css");
@import url("webfonts/bauhausharishwkmedium/stylesheet.css");





body {
	margin: 0px;
	padding: 0px;
	background-color: #72B661;
	font-family: 'Montserrat', sans-serif;
}
a:hover, a:visited, a:focus, a:active {


}
.quickinfo {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 100px;
	background-color: #FFFFFF;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.quickinfocontent {
	float: right;
	font-family: "BebasNeue Regular";
	font-size: medium;
	color: #666666;
	line-height: 100px;
	margin-right: 2%;
}

.social_top {
	float: left;
	margin: 0 0 0 20%;
	padding: 0;
}

.social_top img {
	height: 51px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 12px;
	margin-bottom: 0;
}

.myButton {
	-moz-box-shadow: inset 0px -3px 7px 0px #29bbff;
	-webkit-box-shadow: inset 0px -3px 7px 0px #29bbff;
	box-shadow: inset 0px -3px 7px 0px #29bbff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
	background: -moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background: -webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background: -o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background: -ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
	background-color: #2dabf9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	padding: 9px 23px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #263666;
	float: right;
	margin-top: 22px;
	margin-left: 20px;
	margin-right: 20px;
	/* [disabled]border-style: solid; */
	border-width: 1px;
	border-color: #0b0e07;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
	background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
	background-color:#0688fa;
}
.myButton:active {
	position:relative;
	top:1px;
}


.contact {
	font-family: bauhausharishwkmedium;
	color: #666666;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
}
.emailaddress, .phonenumber {
    float: right;
    margin: 15px 20px 0;
}

.news {
	float: right;
	font-family: Avenir, Avenir;
	color: #ffffff;
	font-size: 15px;
	padding: 0 10px 0;
	background-color: rgba(143,192,102,1.00);
	font-weight: normal;
}

.marquee {
	clear:both;
	float: right;
	color: rgba(46,49,146,1.00);
	font-family: Calibri, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 75%;
	line-height: 22px;
	overflow: hidden;
}
.marquee > p {
	margin: 0;
	width: 1669px;
	padding: 0;
	position: relative;
	left: 100%;
	-webkit-animation: scroll;
	-webkit-animation-duration: 70s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation: scroll;
	-moz-animation-duration: 70s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation: scroll;
	-ms-animation-duration: 70s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation: scroll;
	-o-animation-duration: 70s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation: scroll;
	animation-duration: 70s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@-webkit-keyframes scroll {
	from {left: 100%;}
	to {left: -120%;}
}
@-moz-keyframes scroll {
	from {left: 100%;}
	to {left: -120%;}
}
@-ms-keyframes scroll {
	from {left: 100%;}
	to {left: -120%;}
}
@-o-keyframes scroll {
	from {left: 100%;}
	to {left: -120%;}
}
@keyframes scroll {
	from {left: 100%;}
	to {left: -160%;}
}

/*menu css starts here*/
.fixednav {
	position: relative;
	z-index: 15;
	width: 100%;
}
.fixednavsub {
	width: 100%;
	height: 150px;
	display: none;
}
#navbar {
	background-color: #FFFFFF;
	width: 100%;
	margin: 0px;
	text-shadow: 0px 0px;
	z-index: 2;
	-webkit-box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.16), 0px 6px 10px 0px rgba(0, 0, 0, 0.12) !important;
	-moz-box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.16), 0px 6px 10px 0px rgba(0, 0, 0, 0.12) !important;
	-ms-box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.16), 0px 6px 10px 0px rgba(0, 0, 0, 0.12) !important;
	-o-box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.16), 0px 6px 10px 0px rgba(0, 0, 0, 0.12) !important;
	box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.16), 0px 6px 10px 0px rgba(0, 0, 0, 0.12) !important;
}
#navbar:after {
	  content: '';
    display: block;
    clear: both;
}
#navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: -webkit-linear-gradient(270deg,rgba(164,221,124,1.00) 0%,rgba(114,182,97,1.00) 12.44%,rgba(114,182,97,1.00) 90.16%,rgba(46,116,43,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(164,221,124,1.00) 0%,rgba(114,182,97,1.00) 12.44%,rgba(114,182,97,1.00) 90.16%,rgba(46,116,43,1.00) 100%);
	width: 100%;
	height: 2.6em;
}
#navbar ul li {
	width: auto;
	background-image: -webkit-linear-gradient(270deg,rgba(164,221,124,1.00) 0%,rgba(114,182,97,1.00) 12.44%,rgba(114,182,97,1.00) 90.16%,rgba(46,116,43,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(164,221,124,1.00) 0%,rgba(114,182,97,1.00) 12.44%,rgba(114,182,97,1.00) 90.16%,rgba(46,116,43,1.00) 100%);
	border-right: 1px solid #267B28;
	float: left;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

#navbar ul li:first-child {
	margin-left: 12%;
}



#navbar ul li a {
	display: block;
	text-decoration: none;
	/* [disabled]padding-top: 0em; */
	/* [disabled]padding-right: 1.3em; */
	/* [disabled]padding-left: 1.3em; */
	/* [disabled]padding-bottom: 0em; */
	text-align: center;
	line-height: 3em;
	font-family: Calibri;
	color: #ffffff;
	font-size: 14px;
	transition: opacity 1s ease-in;
	-moz-transition: opacity 1s ease-in;
	font-style: normal;
	font-weight: 400;
	text-shadow: 0px 0px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#navbar ul li a:hover {
	background-color: rgba(143,192,102,1.00);
	color: #08320E;
	background-image: -webkit-linear-gradient(270deg,rgba(204,252,170,1.00) 0%,rgba(175,221,120,1.00) 12.44%,rgba(175,221,120,1.00) 90.16%,rgba(89,158,52,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(204,252,170,1.00) 0%,rgba(175,221,120,1.00) 12.44%,rgba(175,221,120,1.00) 90.16%,rgba(89,158,52,1.00) 100%);
}
#navbar ul li a:active {
	background-color: rgba(143,192,102,1.00);
	color: #08320E;
	background-image: -webkit-linear-gradient(90deg,rgba(204,252,170,1.00) 0%,rgba(175,221,120,1.00) 12.44%,rgba(175,221,120,1.00) 90.16%,rgba(89,158,52,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(204,252,170,1.00) 0%,rgba(175,221,120,1.00) 12.44%,rgba(175,221,120,1.00) 90.16%,rgba(89,158,52,1.00) 100%);
}

#productmenu:hover > a, #servicemenu:hover > a, #aboutmenu:hover > a {
	color: #08320E !important;
	background-image: none;
}


/* secondary menu start*/
#productmenu ul, #servicemenu ul, #aboutmenu ul, #downloadmenu ul {
	list-style-type: none;
	margin: 0px -40px;
	padding: 0px;
	position: absolute;
	width: 200px;
	z-index: 2;
	overflow:hidden;
	background-image: none;
	float: none;
}
#productmenu ul {
	height: 0em;
}
#productmenu:hover ul {
	height: 10em;
}
#productmenu:hover, #servicemenu:hover, #aboutmenu:hover, #downloadmenu:hover {
	color: #08320E;
	background-image: -webkit-linear-gradient(270deg,rgba(204,252,170,1.00) 0%,rgba(175,221,120,1.00) 12.44%,rgba(175,221,120,1.00) 90.16%,rgba(89,158,52,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(204,252,170,1.00) 0%,rgba(175,221,120,1.00) 12.44%,rgba(175,221,120,1.00) 90.16%,rgba(89,158,52,1.00) 100%);
}
#productmenu:hover ul li, #servicemenu:hover ul li, #aboutmenu:hover ul li, #downloadmenu:hover ul li {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
#productmenu ul li {
	-webkit-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

#servicemenu ul {
	height: 0px;
}

#servicemenu:hover ul {
	height: 480px;
}
#servicemenu ul li {
	-webkit-transform: translateY(-450px);
	transform: translateY(-450px);
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
#aboutmenu ul {
	height: 0em;
}

#aboutmenu:hover ul {
	height: 10em;
}
#aboutmenu ul li {
	-webkit-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
#downloadmenu ul {
	height: 0em;
}

#downloadmenu:hover ul {
	height: 4em;
}
#downloadmenu ul li {
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
#navbar ul li ul li{
	display: block;
	width: 95%;
	background-color: rgba(80,193,252,0.90);
	border-bottom: 1px solid #0079ab;
	text-shadow: 0px 1px 0px #154682;
	-webkit-box-shadow: 4px 2px 4px rgba(0,0,0,0.50);
	box-shadow: 4px 2px 4px rgba(0,0,0,0.50);
	background-image: none;
}

#navbar ul li ul li:first-child {
	margin-left:0%;
	border-radius: 5px 5px 0 0;
}

#navbar ul li ul li:last-child {
	position:relative;
	border-bottom: 0px solid #54a3f7;
	border-radius: 0 0 5px 5px;
}

#navbar ul li ul li a {
	display: block;
	text-decoration: none;
	padding: 0%;
	text-align: center;
	line-height: 2em;
	font-family: Calibri, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 14px;
	transition: opacity 1s ease-in;
	-moz-transition: opacity 1s ease-in;
	text-transform: capitalize;
}

#navbar ul li ul li:hover a {
	color: #ffffff;
	background-color:#0079ab;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background-image: none;
}
#navbar ul li ul li:last-child:hover a {
	border-radius: 0 0 5px 5px;
}
#navbar ul li ul li:first-child:hover a {
	border-radius: 5px 5px 0 0;
}


/* secondary menu end*/

/* Login Button CSS */
.pm-button a {
	padding: 2px 0px;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	background-image: -webkit-linear-gradient(270deg,rgba(167,221,127,1.00) 0%,rgba(123,182,75,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(167,221,127,1.00) 0%,rgba(123,182,75,1.00) 100%);
	border-color: rgba(163,232,96,1.00) rgba(162,217,115,1.00) rgba(64,111,25,1.00);
	font-weight: 800;
	border-collapse: collapse;
}
.pm-button a:hover {
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	background-image: -webkit-linear-gradient(270deg,rgba(129,255,36,1.00) 0%,rgba(127,203,66,1.00) 100%) !important;
	background-image: linear-gradient(180deg,rgba(129,255,36,1.00) 0%,rgba(127,203,66,1.00) 100%) !important;
	border-color: rgba(163,232,96,1.00) rgba(162,217,115,1.00) rgba(64,111,25,1.00);
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.pm-button a:active {
	border-top-color: rgba(183,183,183,1.00);
	border-left-color: rgba(245,245,245,1.00);
	border-right-color: rgba(245,245,245,1.00);
	border-bottom-color: rgba(250,250,250,1.00);
	background-image: -webkit-linear-gradient(90deg,rgba(167,221,127,1.00) 0%,rgba(123,182,75,1.00) 100%) !important;
	background-image: linear-gradient(0deg,rgba(167,221,127,1.00) 0%,rgba(123,182,75,1.00) 100%) !important;
	border-color: rgba(163,232,96,1.00) rgba(162,217,115,1.00) rgba(64,111,25,1.00);
	-webkit-transform:scale(0.95);
	-o-transform:scale(0.95);
	-ms-transform:scale(0.95);
	-moz-transform:scale(0.95);
	transform:scale(0.95);
}

/*#navbar ul li:nth-last-child(3) a {
	color: rgba(255,255,255,1.00);
}

#navbar ul li a:nth-last-child(3):hover {
	background-image: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}*/

.join-button {
	float: right;
	margin-top: 22px;
	margin-right: 20px;
	margin-left: 0;
	margin-bottom: 0;
	text-align: center;
	line-height: 1.5em;
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);


	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color: #ffec64;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ffaa22;
	display: inline-block;
	cursor: pointer;
	color: #333333;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffee66;
	transform: scale(1);
	/*animation: joinscale 1s linear infinite;*/
}

/* ----------------------------------
        Join Now button animation
------------------------------------- */
@keyframes joinscale {
	0% {transform: scale(1);}
	50% {transform: scale(1.2);}
	100% {transform: scale(1);}
}

.join-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
	animation-play-state: paused;
}
.join-button:active {
	position:relative;
	top:1px;
}

/*menu CSS ends here */



/* Brand slide CSS begins */
.brandslide {
	width: 100%;
	height: 50px;
	overflow: hidden;
	background-color: white;
	position: relative;
}
.brands img {
	height:30px;
	width: auto;
}
.brands {
	height: 30px;
	width: 200px;
	position: absolute;
	right: -20%;
	margin-top: 10px;
	text-align: center;
	-webkit-animation-name: brand_slide;
	-webkit-animation-duration: 420s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: brand_slide;
	-moz-animation-duration: 420s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: brand_slide;
	-ms-animation-duration: 420s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: brand_slide;
	-o-animation-duration: 420s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: brand_slide;
	animation-duration: 420s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.brands:nth-child(2) {
 -webkit-animation-delay: 155s;
 -moz-animation-delay: 155s;
 -ms-animation-delay: 155s;
 -o-animation-delay: 155s;
 animation-delay: 155s;
}

@-webkit-keyframes brand_slide{
	0% {right: 0px;}
	50% {right: 7100px;}
	100% {right: 7100px;}
}
@-moz-keyframes brand_slide{
	0% {right: 0px;}
	50% {right: 7100px;}
	100% {right: 7100px;}
}
@-ms-keyframes brand_slide{
	0% {right: 0px;}
	50% {right: 7100px;}
	100% {right: 7100px;}
}
@-o-keyframes brand_slide{
	0% {right: 0px;}
	50% {right: 7100px;}
	100% {right: 7100px;}
}
@keyframes brand_slide{
	0% {right: 0px;}
	50% {right: 7100px;}
	100% {right: 7100px;}
}
.brandslide:hover .brands {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}
/* Brand slide CSS ends */

/* Submenu starts here */

#submenubar {
	background-color: #FFFFFF;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 1px;
	padding-bottom: 1px;
	clear: left;
}

#submenubar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	opacity:1;
	-moz-transition: opacity 0.5s ease-in;
	-webkit-transition: opacity 0.5s ease-in;
	-ms-transition: opacity 0.5s ease-in;
	-o-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in;
}
#submenubar ul li {
	display: inline-block;
	width: 24.6%;
	height: 120px;
	text-align: center;
	padding: 10px 0 0 0;
	cursor: pointer;
	border: 1px solid #B0B0B0;
	margin-left: 0.05px;
	margin-right: 0.05px;
	overflow: hidden;
	background-color: rgba(46,49,146,1.00);
}

#submenubar ul li a {
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Avenir, sans-serif;
	color: #FFFFFF;
}

#submenubar ul li img {
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

#submenubar ul li:hover img {
	-webkit-transform:scale(1.3);
	-o-transform:scale(1.3);
	-ms-transform:scale(1.3);
	-moz-transform:scale(1.3);
	transform:scale(1.3);
	transition: 500ms;
}

/* Submenu ends here */

/* Logo CSS starts here */
#logowrapper {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0%;
	width: 150px;
	height: 150px;
	z-index:2;
	text-align: center;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.16), 0px 6px 10px 0px rgba(0, 0, 0, 0.12) !important;
	-moz-box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.16), 0px 6px 10px 0px rgba(0, 0, 0, 0.12) !important;
	-ms-box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.16), 0px 6px 10px 0px rgba(0, 0, 0, 0.12) !important;
	-o-box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.16), 0px 6px 10px 0px rgba(0, 0, 0, 0.12) !important;
	box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.16), 0px 6px 10px 0px rgba(0, 0, 0, 0.12) !important;
}

#companylogo {
	max-width: 150px;
	max-height: 150px;
	margin:auto;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

#logowrapper a {
	text-decoration: none;
}

/* logo CSS ends here */

/* home page services */
.services {
	float:left;
	width: 14.13%;
	height: 162px;
	border: 1px solid white;
	cursor: pointer;
}
.ser_train {
	background: url(Images/services_images/train.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_train:hover {
	background-size: 120%;
}
.ser_mobile {
	background: url(Images/services_images/mobile.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_mobile:hover {
	background-size: 120%;
}
.ser_postpaid {
	background: url(Images/services_images/postpaid.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_postpaid:hover {
	background-size: 120%;
}
.ser_dth {
	background: url(Images/services_images/dth.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_dth:hover {
	background-size: 120%;
}
.ser_elec {
	background: url(Images/services_images/electricity.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_elec:hover {
	background-size: 120%;
}
.ser_gas {
	background: url(Images/services_images/gas.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_gas:hover {
	background-size: 120%;
}
.ser_flight {
	background: url(Images/services_images/flight.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_flight:hover {
	background-size: 120%;
}
.ser_bus {
	background: url(Images/services_images/bus.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_bus:hover {
	background-size: 120%;
}
.ser_visa {
	background: url(Images/services_images/visa.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_visa:hover {
	background-size: 120%;
}
.ser_tour {
	background: url(Images/services_images/travel.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_tour:hover {
	background-size: 120%;
}
.ser_hotel {
	background: url(Images/services_images/hotelroom.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_hotel:hover {
	background-size: 120%;
}
.ser_dmr {
	background: url(Images/services_images/dmtimageindex.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_dmr:hover {
	background-size: 120%;
}
.ser_gen {
	background: url(Images/services_images/genins.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_gen:hover {
	background-size: 120%;
}
.ser_ins {
	background: url(Images/services_images/insurance.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_ins:hover {
	background-size: 120%;
}
.ser_sms {
	background: url(Images/services_images/travelinsurimg.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_sms:hover {
	background-size: 120%;
}
.ser_web {
	background: url(Images/services_images/businessloan.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_web:hover {
	background-size: 120%;
}

.ser_bbps {
	background: url(Images/services_images/BBPSIMG.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_bbps:hover {
	background-size: 120%;
}

.ser_holiday {
	background: url(Images/services_images/holiday1.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_holiday:hover {
	background-size: 120%;
}

.ser_broadband {
	background: url(Images/services_images/broadband.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_broadband:hover {
	background-size: 120%;
}

.ser_landline {
	background: url(Images/services_images/landline1.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_landline:hover {
	background-size: 120%;
}

.ser_events {
	background: url(Images/services_images/GST1.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_events:hover {
	background-size: 120%;
}


.ser_cruise {
	background: url(Images/services_images/Pancard2.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_cruise:hover {
	background-size: 120%;
}


.ser_waterbill {
	background: url(Images/services_images/Waterbill.jpg) center/100% no-repeat;
	-webkit-transition: background-size .3s ease-out;
	transition: background-size .3s ease-out;
}
.ser_waterbill:hover {
	background-size: 120%;
}
.service_title {
	position: relative;
	top: 9em;
	width: 100%;
	height: 1.3em;
	line-height: 1.3em;
	font-size: 14px;
	color: rgba(255,255,255,1.00);
	font-family: Calibri, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	background-color:rgba(0,0,0,0.50);
}
.services_button img {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

/* Services photo icon CSS ends here */

/* content CSS starts here */
.contentcontainer {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 81%;
	height: auto;
	float: left;
}
.contentcontainerabout {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	float: left;
}


#servicesbuttons {
	background-color: #FFFFFF;
}
.title h1 {
	color: #464646;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-transform: capitalize;
	margin-left: 20%;
}
.title hr {
	border: 0;
	width: 32%;
	height: 1px;
	background-image: -webkit-linear-gradient(0deg,rgba(254,254,254,1.00) 0%,rgba(70,70,70,1.00) 50%,rgba(254,254,254,1.00) 100%);
	background-image: -moz-linear-gradient(left,rgba(114,182,97,1.00),rgba(255,255,255,1.00),rgba(114,182,97,1.00));
	background-image: -ms-linear-gradient(left,rgba(114,182,97,1.00),rgba(255,255,255,1.00),rgba(114,182,97,1.00));
	background-image: -0-linear-gradient(left,rgba(114,182,97,1.00),rgba(255,255,255,1.00),rgba(114,182,97,1.00));
	background-image: linear-gradient(90deg,rgba(254,254,254,1.00) 0%,rgba(70,70,70,1.00) 50%,rgba(254,254,254,1.00) 100%);
	margin-left: 21%;
	margin-top: -20px;
}

#masterfranchisetitle hr{
	width:22.5%;
}

#distributortitle hr {
	width:16%;
}

.productshell {
	width: 92%;
	box-sizing:;
	margin-top: 2%;
	margin-left: 4%;
	padding: 0px 5px;
	color: #464646;
	font-size: medium;
	text-align: left;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(221,221,221,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(221,221,221,1.00) 100%);
	border-radius: 5px;
	border: 2px solid rgba(76,159,55,1.00);
}
.product_description {
	font-family: Avenir, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;

}
.description {
	width: 92%;
	box-sizing:;
	margin-top: 2%;
	margin-left: 4%;
	padding: 0px 5px;
	color: #464646;
	font-family: Avenir;
	font-size: medium;
	text-align: left;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(221,221,221,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(221,221,221,1.00) 100%);
	border-radius: 5px;
	border: 2px solid rgba(76,159,55,1.00);
}
.white {
	color: #F0F0F0;
}

.description p {
	font-family: Avenir;
	font-size: medium;
}

.list {
	font-family: Avenir;
	margin-left: 4%;
	clear: left;
	height: auto;
}
.list h4 {
	color: #464646;
	font-size: 20px;
	margin-bottom: 12px;
}

.list ul {
	list-style-type: square;
}

.list li {
	font-family: Avenir;
	color: #464646;
	font-size: 18px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: -20px;
}

.benefits {
	color: #464646;
	font-family: Avenir;
	font-size: 20px;
	text-align: left;
	margin-right: 0;
	margin-left: 4%;
	margin-bottom: 0;
	width: 92%;
	height: auto;
	border-radius: 5px;
	clear: left;
	margin-right: 0;
	margin-left: 4%;
	margin-bottom: 0;
	margin-top: 21px;
}

.benefits h4 {
	color: #464646;
	margin-bottom: 12px;
}

.benefitsdetail p {
	font-family: Avenir;
	font-size: 18px;
	margin: 8px 0px 0px;
}
.terms {
	clear: left;
	margin-right: 4%;
	margin-bottom: 4%;
	margin-left: 4%;
	border-radius: 2px;
}
.terms h4 {
	color: #464646;
	font-family: Avenir;
	font-size: 20px;
	margin-bottom: 12px;
}
.terms ul {
	font-family: Avenir;
	font-size: 18px;
	color: #464646;
	margin-left: -20px;
}

.content {
	display: none;
}

.about {
	color: #666666;
	font-family: Avenir;
	font-size: small;
	text-align: left;
	margin: 2% 0% 0% 4%;
	width: 92%;
	height: auto;
	border-radius: 5px;
	float: left;
	clear: left;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 4%;
	margin-bottom: 0;
}

.about h1 {
	color: #FFFFFF;
	font-family: Avenir;
	text-transform: capitalize;
	margin-left: 2%;
}
.about .details {
	background-color: #ffffff;
	padding: 1em;
	border-radius: 2px;
	margin: 2px 0;
}

.about h1:first-child {
	margin-top: 30px;
	}
	
#vision {
	margin-bottom: 50px;
	margin-top: 30px;
}

#aboutsubmenubar {
	height: 130px;
background-color: #FFFFFF;
	width: 100%;
	margin: 0px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	-webkit-box-shadow: 0px 8px 9px -6px #000000;
	box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.16), 0px 6px 10px 0px rgba(0, 0, 0, 0.12) !important;
	font-family: "Avenir;
	color: #666666;
}

/* service CSS starts here */

#servicestitle hr {
	margin-left: 43.5%;
	width: 12%;
}

#servicestitle h1 {
	color: #FFFFFF;
	font-family: Avenir;
	text-transform: capitalize;
	margin-left: 45%;
}

#servicesbuttons {
	width: 100%;
	float: left;
}

#servicedescription {
	width: 80%;
	float: left;
	font-family: Avenir;
	font-size: medium;
	color: #FFFFFF;
}

.servicecontent {
	display: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.description ul {
	font-family: Avenir;
}

.productmenu {
	margin: 0;
	padding: 0;
	width: 18%;
	background-color: #2E3192;
	float: left;
	height: 1005px;
}

.productmenu ul {
	padding: 0;
	margin: 70px 0 0 0px;
	width: 100%;
}

.productmenu ul li {
-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:"BebasNeue Regular", sans-serif;
	font-size:20px;
	padding:6px 0px 6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	width:100%;
	box-sizing: border-box;
}

.productmenu ul li:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}

.productmenu ul li:active {
	position:relative;
	top:1px;
}

/* service CSS starts here */

/* counts css starts here */

.counts    {
	overflow: hidden;
	background-color: rgba(114,182,97,1.00);
	width: 100%;
	height: auto;
	clear: both;
	display: inline-block;
	border-top: 4px solid rgba(255,255,255,1.00);
	border-bottom: 0px solid rgba(255,255,255,1.00);
	color: rgba(255,255,255,1.00);
	font-family: "Open Sans", Arial, sans-serif;
	text-align: center;
	padding: 40px 0px;
}

.counts h1  {
	font-weight: normal;
	font-size: 42px;
	line-height: 45px;
	position: absolute;
	top: 60px; right: 0; bottom: 0; left: 0;
	margin: auto;
	z-index: 1;
}

.counts h2  {
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 24px;
}

.counts h4  {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	position: absolute;
	top: 125px; right: 0; bottom: 0; left: 0;
	margin: auto;
	z-index: 1;
}

.counts p  {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}

.counts .top_counts hr {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	border-top: 3px solid rgba(253,255,253,1.00);
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	margin-bottom: 21px;
}
.counts .number_wrapper .numbers {
	margin-left: 10px;
	margin-right: 10px;
	border: 0px solid rgba(220,247,213,1.00);
	width: 225px;
	height: 225px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.counts .number_wrapper .numbers .numbercircle {
	position: absolute;
	z-index: 0;
	width: 225px;
	height: 225px;
	top: 0px;
}

.counts .number_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 0px;
}

#countersmallcanvas, #counterbigcanvas,
#counterlargecanvas, #counterhugecanvas {
	display: block;
}

.impirct {
	width: 100%;
	height: 365px;
	padding: 0;
	margin: 0;
	background-color: #e9e9e9;
	clear: both;
}
.blue {
	color: #0425BB;
}


.sectionsplit {
	box-sizing: border-box;
	max-width: 50%;
	margin: 0;
	padding: 0;
	border-top: 5px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-right: 2.5px solid #ffffff;
	border-left: 2.5px solid #ffffff;
	float: left;
}

.sectionsplit h1 {
	text-align: center;
	color: #F9FAFF;
	font-family: Avenir;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	background-color: #2296CD;
	line-height: 50px;
}

.scrollingtext {
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	margin: 10px 0 0;
	padding: 10px;
	overflow: hidden;
}

.sectionsplit .scrollingtext p {
	color: #2C2C2C;
	font-family: Calibri;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: justify;
}
.sctxtone p {
	-webkit-transform: translateY(300px);
	transform: translateY(300px);
	-webkit-animation: scrollingannounce 58s linear 0s infinite;
	animation: scrollingannounce 58s linear 0s infinite;
}

.sctxttwo p {
	-webkit-transform: translateY(300px);
	transform: translateY(300px);
	-webkit-animation: scrollingannounce2 37s linear 0s infinite;
	animation: scrollingannounce2 37s linear 0s infinite;
}

.sectionsplit .scrollingtext p a {
	text-decoration: none;
}


@-webkit-keyframes scrollingannounce {
	from {-webkit-transform: translateY(300px);}
	to {-webkit-transform: translateY(-650px)}
}


@keyframes scrollingannounce {
	from {transform: translateY(300px);}
	to {transform: translateY(-650px)}
}

@-webkit-keyframes scrollingannounce2 {
	from {-webkit-transform: translateY(300px);}
	to {-webkit-transform: translateY(-300px)}
}


@keyframes scrollingannounce2 {
	from {transform: translateY(300px);}
	to {transform: translateY(-300px)}
}
/* counts CSS ends here */

.ceomessage {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 10px 10px;
	background-color: #2296CD;
	clear: both;
	color: #F6F6FF;
	border-top: 5px solid #ffffff;
}

.ceomessage h1 {
	text-align: center;
	color: #F9FAFF;
	font-family: Avenir;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	font-size: 20px;
}

.ceomessage p {
	color: #F9FAFF;
	font-family: Avenir;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: justify;
}

.ceomessage p a {
	text-decoration: none;
	font-weight: 600;
	color: #F9FAFF;
}

/* Content CSS end here */

/* footer CSS starts here */
footer {
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Avenir;
	clear: left;
	float: left;
	background-color: #4B4B4B;
}

#rights {
	color: #E8E8E8;
	clear: left;
	width: 100%;
	text-align: center;
	font-family: Avenir;
	position: relative;
	bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sociallink {
	width: 21%;
	float: left;
	margin: 1% 1% 0 0;
	text-decoration: none;
	text-align: left;
	padding-left: 3%;
}


.eachlinks {
	padding: 5px 0px 0px;
	margin: 0px 0px 0px 10px;
	clear: left;
	font-family: Avenir;
	color: #e8e8e8;
	font-size: 13px;
}

#sociallink img {
	height: 20px;
	vertical-align:middle;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

#sociallink img:hover{
	-webkit-transform:scale(1.3);
	-o-transform:scale(1.3);
	-ms-transform:scale(1.3);
	-moz-transform:scale(1.3);
	transform:scale(1.3);
}

.eachlinks a {
	display: block;
	clear: left;
	text-decoration: none;
	font-family: Avenir;
	color: #e8e8e8;
	margin: 0px 0px 0px;
	font-size: 13px;
}

.eachlinks a:hover {
	color:#72B661;
}

.applink img {
	width: 200px;
	height: 70px !important;	
}

.productbottomlist {
	float: left;
	margin: 1% 1% 0 0;
	width: 23.3%;
}
.safe {
	max-width: 100%;
	max-height: 100%;
}


.eachlinkshead, .eachlinkshead a {
	font-family: Avenir;
	color: #72B661;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: normal;
	font-size: 18px;
}
.cards {
	width: 100%;
	clear: both;
	text-align: center;
	color: rgba(217,217,217,1.00);
	font-family: Avenir;
	letter-spacing: 0.1em;
}
.cards h6 {
	margin-bottom: 11px;
	margin-right: 301px;

}

.cards img {
	height: 31px;
}



.sociallinks {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 100%;
	height: 61px;
	text-align: center;
	margin-top: 0px;
	padding-top: 20px;
}
.sociallinks a {
	display: block;
	width: 100%;
	height: 31px;
	content: " ";
}

.social {
	margin: 0 auto;
	width: 31px;
	height: 31px;
	display: inline-block;
	background-image:url(Images/social_links.png);
	background-repeat:no-repeat;
}

.facebook {
	background-position: -3px -5px;
	-webkit-transition: background-position .5s ease-out;
	-moz-transition: background-position .5s ease-out;
	-ms-transition: background-position .5s ease-out;
	-o-transition: background-position .5s ease-out;
	transition: background-position .5s ease-out;
}
.twitter {
	background-position: -43px -5px;
	-webkit-transition: background-position .5s ease-out;
	-moz-transition: background-position .5s ease-out;
	-ms-transition: background-position .5s ease-out;
	-o-transition: background-position .5s ease-out;
	transition: background-position .5s ease-out;
}
.google {
	background-position: -83px -5px;
	-webkit-transition: background-position .5s ease-out;
	-moz-transition: background-position .5s ease-out;
	-ms-transition: background-position .5s ease-out;
	-o-transition: background-position .5s ease-out;
	transition: background-position .5s ease-out;
}
.linkedin {
	background-position: -124px -5px;
	-webkit-transition: background-position .5s ease-out;
	-moz-transition: background-position .5s ease-out;
	-ms-transition: background-position .5s ease-out;
	-o-transition: background-position .5s ease-out;
	transition: background-position .5s ease-out;
}
.pinterest {
	background-position: -161px -5px;
	-webkit-transition: background-position .5s ease-out;
	-moz-transition: background-position .5s ease-out;
	-ms-transition: background-position .5s ease-out;
	-o-transition: background-position .5s ease-out;
	transition: background-position .5s ease-out;
}
.youtube {
	background-position: -199px -5px;
	-webkit-transition: background-position .5s ease-out;
	-moz-transition: background-position .5s ease-out;
	-ms-transition: background-position .5s ease-out;
	-o-transition: background-position .5s ease-out;
	transition: background-position .5s ease-out;
}

.facebook:hover {
	background-position: -3px -43px;
}
.twitter:hover {
	background-position: -43px -43px;
}
.google:hover {
	background-position: -83px -43px;
}
.linkedin:hover {
	background-position: -124px -43px;
}
.pinterest:hover {
	background-position: -161px -43px;
}
.youtube:hover {
	background-position: -199px -43px;
}

.app {
	width: 148px;
	height: 51px;
	display: inline-block;
	background-repeat: no-repeat;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	background-size: auto 31px;
}

.googleplay {
	background-image: url(Images/Get_it_on_Google_play.svg);
	background-position: 0px 20px;
}
.ios {
	background-image: url(Images/ios.png);
	background-position: 0px 20px;
}
.app:hover {
	background-size: auto 51px;
	background-position: 0% 0%;
	
}
/* footer CSS ends here */
.productbottomlist hr {
	margin-left: 6px;
	border-top: 1px solid rgba(114,182,97,1.00);
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

}


/* INQUIRY FORM CSS starts here */
.inquiry_form {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 768px;
	background-color: rgba(0,0,0,0.50);
	float: left;
	opacity: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	display: none;
}
#inquirytitle {
	font-family: "Avenir;
	color: white;
}
#closebutton {
	position: absolute;
	left: 530px;
	top: 5px;
	font-family: "arial", san-serif;
	color: white;
	cursor: pointer;
	display: block;
}
#closebutton:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
#closebutton:active {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
form#captcha_form ol {
	list-style: none outside none;
	border: thick solid rgba(255,255,255,1.00);
	background-color: rgba(125,183,65,1.00);
	max-width: 525px;
	margin-left: auto;
	margin-right: auto;
	min-height: 450px;
	position: relative;
	margin-top: 1em;
	margin-bottom: auto;
}
form#captcha_form label.solo, form#captcha_form span.category {
	display: block;
	float: left;
	width: 175px;
	font-weight: normal;
	color: rgba(255,255,255,1.00);
	font-family: Calibri, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
span.required {
	clear: left;
	color: #F5F5F5;
	display: block;
	float: left;
	width: 100px;
}
form#captcha_form li div.soloinput, img#captcha{
	display: inline-block;
	color: rgba(255,255,255,1.00);
}
form#captcha_form li input.soloinput, form#captcha_form li select.soloinput, form#captcha_form li textarea.soloinput, form#captcha_form li div.soloinput {
	width: 			250px;
	height:			21px;
	font-family:	inherit;
	font-size:		inherit;
	padding:		7px;
	margin-top: 	2px;
	border:			#888888 1px solid;
}
form#captcha_form li textarea.soloinput {
	height:			100px;
}
form#captcha_form li div.soloinput {
	border:			0px;
	padding:		0px;
}
form#captcha_form li select.soloinput{ 
	width:			266px;
	height:			36px;
}
form#captcha_form li input.city {
	width: 			154px;
	height:			21px;
	font-family:	inherit;
	font-size:		inherit;
	padding:		7px;
	margin-top: 	2px;
	border:			#888888 1px solid;
	margin-right:	0px;
	padding-right:	0px;
}
form#captcha_form li span.comma {
	display:		inline;
	width: 			16px;
	font-family:	inherit;
	font-size:		inherit;
	padding:		7px;
	margin-top: 	2px;
	margin-left:	0px;
	padding-left:	0px;
	margin-right:	0px;
	padding-right:	0px;
	readonly:		true;
}
form#captcha_form li input.state {
	width: 			80px;
	height:			21px;
	font-family:	inherit;
	font-size:		inherit;
	padding:		7px;
	margin-top: 	2px;
	border:			#888888 1px solid;
	margin-left:	0px;
	padding-left:	0px;
}
form#captcha_form li input#zip {
	width:			90px;
	height:			21px;
}
form#captcha_form li select#month {
	width: 			128px;
	height:			36px;
	font-family:	inherit;
	font-size:		inherit;
	padding:		7px;
	margin-top: 	2px;
	border:			#888888 1px solid;
}
form#captcha_form li select#day {
	width: 			60px;
	height:			36px;
	font-family:	inherit;
	font-size:		inherit;
	padding:		7px;
	margin-top: 	2px;
	border:			#888888 1px solid;
}
form#captcha_form li select#year {
	width: 			60px;
	height:			36px;
	font-family:	inherit;
	font-size:		inherit;
	padding:		7px;
	margin-top: 	2px;
	border:			#888888 1px solid;
}
form#captcha_form li img#captcha {
	font-family:	inherit;
	font-size:		inherit;
	padding:		7px;
	margin-top: 	0;
}
fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
	padding-right: 37px;
	display: block;
	min-width: 450px;
	height: 528px;
}
form#captcha_form li {
	border-bottom: 1px dashed #D9ECC5;
	padding-top: 3px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 3px;
	position: relative;
	max-width: 475px;
}
form#captcha_form a.soloinput {
	max-width: 		350px;
	min-width:		250px;
	font-size:		14px;
}
#ht {
	display:		none;
}
#submit {
	background: #25A6E1;
	background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:8px 13px;
	color:#fff;
	font-family:'Avenir;
	font-size:17px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9;
	height: 50px;
	width: 100px;
	cursor: pointer;
}
#submit:hover {
	background: -moz-linear-gradient(bottom,#25A6E1 0%,#188BC0 100%);
	background: -webkit-gradient(linear,right bottom,right top,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background: -webkit-linear-gradient(bottom,#25A6E1 0%,#188BC0 100%);
	background: -o-linear-gradient(bottom,#25A6E1 0%,#188BC0 100%);
	background: -ms-linear-gradient(bottom,#25A6E1 0%,#188BC0 100%);
	background: linear-gradient(bottom,#25A6E1 0%,#188BC0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#188BC0',endColorstr='#25A6E1',GradientType=0);
}
#submit:active {
	position: relative;
	top: 5px;
}

/* INQUIRY FORM CSS ends here */


/* responsive design */

@media screen and (max-width:1920px){
	#logowrapper {
		height: 170px;
	}
	.marquee {
	width: 75%;
	}
	.css-carousel {
		height: 525px;
	}
	#submenubar ul li {
	width: 24.64%;
	}
	#servicesbuttons ul li {
		width: 10.98%;
	}
	#navbar ul li a {
		padding-right: 1.4em;
		padding-left: 1.4em;
	}
}


@media screen and (max-width:1600px){
	#logowrapper {
		height: 170px;
	}
	.marquee {
	width: 75%;
	}
	.css-carousel {
		height: 525px;
	}
	#submenubar ul li {
	width: 24.5%;
	}
	#servicesbuttons ul li {
		width: 10.98%;
	}
	#navbar ul li a {
		padding-right: 1.4em;
		padding-left: 1.4em;
	}
}

@media screen and (max-width:1440px){
	#logowrapper {
		height: 130px;
		width:  150px;
		
	}
	.marquee {
		width: 75%;
	}
	.css-carousel {
		height: 471px;
	}
	#submenubar ul li {
	width: 24.5%;
	}
	#servicesbuttons ul li {
		width: 10.98%;
	}
	#navbar ul li a {
		padding-right: 1.4em;
		padding-left: 1.4em;
	}
	
}

@media screen and (max-width:1366px){
	#logowrapper {
		height: 150px;
	}
	.marquee {
		width: 74.5%;
	}
	.css-carousel {
		height: 447px;
	}
	#submenubar ul li {
	width: 24.5%;
	}
	#servicesbuttons ul li {
		width: 10.98%;
	}
	#navbar ul li a {
		padding-right: 1.4em;
		padding-left: 1.4em;
	}
}

@media screen and (max-width:1280px){
	#logowrapper {
		height: 155px;
	}
	.marquee {
		width: 74.2%;
	}
	.css-carousel {
		height: 418px;
	}
	#submenubar ul li {
	width: 24.58%;
	}
	#servicesbuttons ul li {
		width: 10.98%;
	}
	.services {
		width: 14.1%;
	}
	#navbar ul li a {
		padding-right: 1.4em;
		padding-left: 1.4em;
	}
}

@media screen and (max-width:1024px){
	#logowrapper {
		height: 140px;
	}
	.marquee {
	width: 71.8%;
	}
	.services {
	width: 14.05%;
	height: 145px;
	}

	.css-carousel {
		height: 332px;
	}
	#submenubar ul li {
	width: 24.45%;
	}
	#servicesbuttons ul li {
		width: 10.95%;
	}
	.service_title {
		font-size: small;
	}
	#navbar ul li a {
		padding-right: 1.2em;
		padding-left: 1.2em;
	}
}

@media screen and (max-width:900px){
	.impirct {
		width: 100%;
		height: 730px;
	}

	.sectionsplit {
		max-width: 100%;
		float: none;
	}

	#logowrapper {
		height: 94px;
	}
	.marquee {
		width: 69%;
	}
	.services {
		width: 14%;
		height: 110px;
	}

	.css-carousel {
		height: 332px;
	}
	#submenubar ul li {
		width: 24.3%;
	}
	#servicesbuttons ul li {
		width: 4%;
	}
	.service_title {
		font-size: xx-small;
	}
	.social_top img {
		margin-left: 1px;
	}
	.emailaddress, .phonenumber {
	width: 26%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	#navbar ul li:first-child {
		margin-left: 0px;
	}
	#navbar ul li {
	width: auto;
	}
	.join-button {
		font-size: 14px;
		margin-right: 2px;
		width: 100px;
		padding-left: 4px;
		padding-right: 4px;
	}
	.counts .number_wrapper .numbers {
		width: 164px;
	}
	.counts h4 {
		font-size: 11px;
	}
	.myButton {
		margin-left: 4px;
		margin-right: 4px;
	}
	.sectionsplit {
		min-width: 100%;
	}
	#countersmallcanvas, #counterbigcanvas,
	#counterlargecanvas, #counterhugecanvas {
		display: none;
	}

#navbar ul li:first-child {
   margin-left: 18% !important;
}
}


#logowrapper{
background: #4eaa54;
border: #fff solid 5px;
}