/************************************************************************************

RESET

*************************************************************************************/



* {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

}

*:before, *:after {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-size: 100%;

	vertical-align: baseline;

	background: transparent

}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {

	margin: 0;

	padding: 0;

}

img, fieldset {

	border: 0;

}

/* set image max width to 100% */

img, object {

	max-width: 100%;

	outline: none;

}

/* set html5 elements to block */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

	display: block;

}

ul, ol {

	padding-left: 15px;

	margin-bottom: 15px;

}

ul li {

/*list-style-type: none;*/

}

@font-face {

	font-family: 'Open Sans';

	src: url('../fonts/OpenSans-Extrabold.eot');

	src: url('../fonts/OpenSans-Extrabold.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Extrabold.woff2') format('woff2'),  url('../fonts/OpenSans-Extrabold.woff') format('woff'),  url('../fonts/OpenSans-Extrabold.ttf') format('truetype'),  url('../fonts/OpenSans-Extrabold.svg#OpenSans-Extrabold') format('svg');

	font-weight: 800;

	font-style: normal;

}

@font-face {

	font-family: 'Lato';

	src: url('../fonts/Lato-Light.eot');

	src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Light.woff2') format('woff2'),  url('../fonts/Lato-Light.woff') format('woff'),  url('../fonts/Lato-Light.ttf') format('truetype'),  url('../fonts/Lato-Light.svg#Lato-Light') format('svg');

	font-weight: 300;

	font-style: normal;

}

@font-face {

	font-family: 'Open Sans';

	src: url('../fonts/OpenSans.eot');

	src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans.woff2') format('woff2'),  url('../fonts/OpenSans.woff') format('woff'),  url('../fonts/OpenSans.ttf') format('truetype'),  url('../fonts/OpenSans.svg#OpenSans') format('svg');

	font-weight: normal;

	font-style: normal;

}

@font-face {

	font-family: 'Open Sans';

	src: url('../fonts/OpenSans-Light.eot');

	src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Light.woff2') format('woff2'),  url('../fonts/OpenSans-Light.woff') format('woff'),  url('../fonts/OpenSans-Light.ttf') format('truetype'),  url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');

	font-weight: 300;

	font-style: normal;

}
.bg-white {
	background: #fff;
	width: 100%;
	float: left;
}
.bg-white .wrapper {
	margin: 0 auto;
	max-width: 1000px;
}
.text-center {
	text-align: center;
}
.row-3 {
	width: 100%;
} 
.col-3 {
	width: 28%;
	display: inline-block;
	padding: 15px 0;
}
h3.new-title {
    color: #434343;
    font-family: "Segoe UI Light", sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.37em;
	text-transform: uppercase;
	padding: 30px 0;
}
.ourworkImgbox {
    width: 100%;
    float: left;
    text-align: center;
	padding-bottom: 40px;
}
.ourworkmain h2 {
    text-align: center;
	padding: 30px 0;
}
.ourworkImgmain {
    width: 45%;
    box-sizing: border-box;
    padding: 0 0px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 2%;
    min-height: 280px;
    overflow: hidden;
    -webkit-box-shadow: 6px 12px 35px -9px rgba(0,0,0,0.42);
    -moz-box-shadow: 6px 12px 35px -9px rgba(0,0,0,0.42);
    box-shadow: 6px 12px 35px -9px rgba(0,0,0,0.42);
}
.ourworkImgmain:hover {
	-webkit-box-shadow: 6px 12px 45px -9px rgba(0,0,0,0.42);
    -moz-box-shadow: 6px 12px 45px -9px rgba(0,0,0,0.42);
    box-shadow: 8px 15px 45px -12px rgba(0,0,0,0.42);
	-webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.example-image-link span {
    border-radius: 15px;
}
.ourworkImgmain a {
	max-height: 280px;
}
#portfolio .ourworkImgmain {
    width: 31%;
    box-sizing: border-box;
    padding: 0 0px;
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 1%;
    min-height: 200px;
    overflow: hidden;
    -webkit-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    -moz-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
}
#portfolio  .ourworkImgmain:hover {
	-webkit-box-shadow: 6px 12px 32px -9px rgba(0,0,0,0.42);
    -moz-box-shadow: 6px 12px 32px -9px rgba(0,0,0,0.42);
    box-shadow: 8px 15px 32px -12px rgba(0,0,0,0.42);
	-webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
#portfolio  .ourworkImgmain a {
	max-height: 200px;
}


@media only screen and (max-width: 1023px) {
.ourworkImgmain {
    width: 44%;
    box-sizing: border-box;
    padding: 0 0px;
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 1%;
    min-height: 230px;
    overflow: hidden;
    -webkit-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    -moz-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
}
 .ourworkImgmain a {
	max-height: 230px;
}
}
@media only screen and (max-width: 768px) {
.ourworkImgmain {
    width: 44%;
    box-sizing: border-box;
    padding: 0 0px;
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 1%;
    min-height: 200px;
    overflow: hidden;
    -webkit-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    -moz-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
}
	.ourworkImgmain a {
	max-height: 200px;
}
}
@media only screen and (max-width: 600px) {
.ourworkImgmain {
    width: 94%;
    box-sizing: border-box;
    padding: 0 0px;
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 1%;
    min-height: 0px;
    overflow: hidden;
    -webkit-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    -moz-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
}
	#portfolio  .ourworkImgmain a {
	max-height: 100%;
}
}
@media only screen and (max-width: 480px) {
 .ourworkImgmain {
    width: 96%;
    box-sizing: border-box;
    padding: 0 0px;
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 1%;
    min-height: 0px;
    overflow: hidden;
    -webkit-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    -moz-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
}
 .ourworkImgmain a {
	max-height: 100%;
}
}
@media only screen and (max-width: 375px) {
.ourworkImgmain {
    width: 96%;
    box-sizing: border-box;
    padding: 0 0px;
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 1%;
    min-height: 0px;
    overflow: hidden;
    -webkit-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    -moz-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
}
	.ourworkImgmain a {
	max-height: 100%;
}
}


@media only screen and (max-width: 1023px) {
#portfolio .ourworkImgmain {
    width: 44%;
    box-sizing: border-box;
    padding: 0 0px;
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 1%;
    min-height: 230px;
    overflow: hidden;
    -webkit-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    -moz-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
}
#portfolio  .ourworkImgmain a {
	max-height: 230px;
}
}
@media only screen and (max-width: 768px) {
#portfolio .ourworkImgmain {
    width: 44%;
    box-sizing: border-box;
    padding: 0 0px;
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 1%;
    min-height: 200px;
    overflow: hidden;
    -webkit-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    -moz-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
}
#portfolio  .ourworkImgmain a {
	max-height: 200px;
}
}
@media only screen and (max-width: 600px) {
#portfolio .ourworkImgmain {
    width: 94%;
    box-sizing: border-box;
    padding: 0 0px;
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 1%;
    min-height: 0px;
    overflow: hidden;
    -webkit-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    -moz-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
}
	#portfolio  .ourworkImgmain a {
	max-height: 100%;
}
}
@media only screen and (max-width: 480px) {
#portfolio .ourworkImgmain {
    width: 96%;
    box-sizing: border-box;
    padding: 0 0px;
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 1%;
    min-height: 0px;
    overflow: hidden;
    -webkit-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    -moz-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
}
	#portfolio  .ourworkImgmain a {
	max-height: 100%;
}
	h3.new-title {
    color: #434343;
    font-family: "Segoe UI Light", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.37em;
    text-transform: uppercase;
    padding: 20px 0;
}
}
@media only screen and (max-width: 375px) {
#portfolio .ourworkImgmain {
    width: 96%;
    box-sizing: border-box;
    padding: 0 0px;
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 1%;
    min-height: 0px;
    overflow: hidden;
    -webkit-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    -moz-box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
    box-shadow: 6px 12px 24px -9px rgba(0,0,0,0.42);
}
	#portfolio  .ourworkImgmain a {
	max-height: 100%;
}
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

input {

}

 .searchRow ::-webkit-input-placeholder { /* WebKit browsers */

 color:#323131;

}

.searchRow :-moz-placeholder { /* Mozilla Firefox 4 to 18 */

 color:#323131;

 opacity:1;

}

.searchRow ::-moz-placeholder { /* Mozilla Firefox 19+ */

 color:#323131;

 opacity:1;

}

.searchRow :-ms-input-placeholder { /* Internet Explorer 10+ */

 color:#323131;

}

.imgRight {

	float: right;

	margin: 0 0 10px 10px;

}

.imgLeft {

	float: left;

	margin: 0 0 10px 10px;

}

/************************************************************************************

GENERAL STYLING

*************************************************************************************/

/*html {

	background: url(../images/background.jpg) no-repeat center center fixed;

	-webkit-background-size: cover;

	-moz-background-size: cover;

	-o-background-size: cover;

	background-size: cover;

}*/

body {

	margin: 0px;

	padding: 0px;

	font-family: Arial, Helvetica, sans-serif;

	background: #fff;

	overflow-x:hidden;

}



.bodyNoBg {

	background: none;

}

/* headings */

h1, h2, h3, h4, h5, h6 {

	color: #090b3c;

	margin-top: 20px;

	margin-bottom: 10px;

}

h1 {

	font-size: 40px;

}

h2 {

	font-size: 34px;

}

h3 {

	font-size: 30px;

}

h4 {

	font-size: 26px;

}

h5 {

	font-size: 24px;

}

h6 {

	font-size: 18px;

}

p {

	font-size: 14px;

	color: #676767;

	margin-bottom: 10px;

}

div {

	font-size: 12px;

	color: #333;

}

.clearfix:after {

	/*content: ".";

	display: block;*/

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: auto;

}

.clearfix {

/*	display: inline-block;

*/}

html[xmlns] .clearfix {

	display: block;

}

* html .clearfix {

	height: 1%;

}

.wrapper {

	margin: auto;

	max-width: 1000px;

	width: 100%;

}

.floatRt {

	float: right !important;

}

.floatLft {

	float: left !important;

}

.clearBoth {

	clear: both !important;

}

.noBorder {

	border: 0px !important;

}

.noMargin {

	margin: 0px !important;

}

/*********** custom *************/





.custvideo {

	width: 100%;

	float: left;

	position: fixed;

	height:800px;

	top: 0;

	z-index: -1;

	overflow:hidden;

}

.custvideo video {

	width: 100%;

	float: left;

	position: relative;

}

.custvideo::before {

	content: "";

	background: url("../images/bg-overlay.png") repeat scroll center top;

	height: 100%;

	margin: 0;

	width: 100%;

	position: absolute;

	width: 100%;

	top: 0;

	left: 0;

	z-index: 1;

}

.main {

	width: 100%;

	float: left;

	overflow:hidden;

}

.middleSec {

	width:100%;

	float:left;

}

.hdrmain {

	width:100%;

	float:left;

}

.hdr {

	position: absolute;

	width: 100%;

	float: left;

	z-index: 1;

	padding: 15px 0;

}

.hdr .wrapper {

	max-width: 900px;

}

.logo {

	width: 30%;

	float: left;

}

.rlogo {

	width:100%;

	float:left;

}

.rittentek {

	width:100%;

	float:left;

}

.hdrRt {

	width: 70%;

	float: left;

	margin: 25px 0 0 0;

}

.logo a img {

	width: 66px;

}

/************ menu  *************/

.resposiveMenu {

	display: none;

}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {

	margin: 0;

	padding: 0;

	border: 0;

	list-style: none;

	line-height: 1;

	display: block;

	position: relative;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}

#cssmenu:after, #cssmenu > ul:after {

	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0;

}

#cssmenu #menu-button {

	display: none;

}

#cssmenu {

	font-family: 'Open Sans';

	float: right;

}

#cssmenu > ul > li {

	float: left;

	margin: 0 0 0 35px;

}

#cssmenu > ul > li:first-child {

	margin: 0;

}

#cssmenu.align-center > ul {

	font-size: 0;

	text-align: center;

}

#cssmenu.align-center > ul > li {

	display: inline-block;

	float: none;

}

#cssmenu.align-center ul ul {

	text-align: left;

}

#cssmenu.align-right > ul > li {

	float: right;

}

#cssmenu > ul > li > a {

	font-size: 15px;

	text-decoration: none;

	text-transform: uppercase;

	color: #fff;

	font-weight: 300;

}

#cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a {

	color: #dbdbdb;

}

/*#cssmenu > ul > li.has-sub > a {

	padding-right: 30px;

}

#cssmenu > ul > li.has-sub > a:after {

	position: absolute;

	top: 22px;

	right: 11px;

	width: 8px;

	height: 2px;

	display: block;

	background: #dddddd;

	content: '';

}

#cssmenu > ul > li.has-sub > a:before {

	position: absolute;

	top: 19px;

	right: 14px;

	display: block;

	width: 2px;

	height: 8px;

	background: #dddddd;



	content: '';

	-webkit-transition: all .25s ease;

	-moz-transition: all .25s ease;

	-ms-transition: all .25s ease;

	-o-transition: all .25s ease;

	transition: all .25s ease;

}

#cssmenu > ul > li.has-sub:hover > a:before {

	top: 23px;

	height: 0;

}*/

#cssmenu ul ul {

	position: absolute;

	left: -9999px;

}

#cssmenu.align-right ul ul {

	text-align: right;

}

#cssmenu ul ul li {

	height: 0;

	-webkit-transition: all .25s ease;

	-moz-transition: all .25s ease;

	-ms-transition: all .25s ease;

	-o-transition: all .25s ease;

	transition: all .25s ease;

}

#cssmenu li:hover > ul {

	left: auto;

}

#cssmenu.align-right li:hover > ul {

	left: auto;

	right: 0;

}

#cssmenu li:hover > ul > li {

	height: 35px;

}

#cssmenu ul ul ul {

	margin-left: 100%;

	top: 0;

}

#cssmenu.align-right ul ul ul {

	margin-left: 0;

	margin-right: 100%;

}

#cssmenu ul ul li a {

	border-bottom: 1px solid rgba(150, 150, 150, 0.15);

	padding: 11px 15px;

	width: 170px;

	font-size: 12px;

	text-decoration: none;

	color: #dddddd;

	font-weight: 400;

	background: #333333;

}

#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {

	border-bottom: 0;

}

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {

	color: #ffffff;

}

#cssmenu ul ul li.has-sub > a:after {

	position: absolute;

	top: 16px;

	right: 11px;

	width: 8px;

	height: 2px;

	display: block;

	background: #dddddd;

	content: '';

}

#cssmenu.align-right ul ul li.has-sub > a:after {

	right: auto;

	left: 11px;

}

#cssmenu ul ul li.has-sub > a:before {

	position: absolute;

	top: 13px;

	right: 14px;

	display: block;

	width: 2px;

	height: 8px;

	background: #dddddd;

	content: '';

	-webkit-transition: all .25s ease;

	-moz-transition: all .25s ease;

	-ms-transition: all .25s ease;

	-o-transition: all .25s ease;

	transition: all .25s ease;

}

#cssmenu.align-right ul ul li.has-sub > a:before {

	right: auto;

	left: 14px;

}

#cssmenu ul ul > li.has-sub:hover > a:before {

	top: 17px;

	height: 0;

}

/******************** for responsive menu  *************************/

#cssmenuRespo, #cssmenuRespo ul, #cssmenuRespo ul li, #cssmenuRespo ul li a, #cssmenuRespo #menu-button {

	margin: 0;

	padding: 0;

	border: 0;

	list-style: none;

	line-height: 1;

	display: block;

	position: relative;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}

#cssmenuRespo:after, #cssmenuRespo > ul:after {

	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0;

}

#cssmenuRespo #menu-button {

	display: none;

}

#cssmenuRespo {

	font-family: 'Open Sans';

	float: right;

}

#cssmenuRespo > ul > li {

	float: left;

	margin: 0 0 0 20px;

}

#cssmenuRespo.align-center > ul {

	font-size: 0;

	text-align: center;

}

#cssmenuRespo.align-center > ul > li {

	display: inline-block;

	float: none;

}

#cssmenuRespo.align-center ul ul {

	text-align: left;

}

#cssmenuRespo.align-right > ul > li {

	float: right;

}

#cssmenuRespo > ul > li > a {

	padding: 12px 0px;

	font-size: 14px;

	letter-spacing: 1px;

	text-decoration: none;

	color: #fff;

	font-weight: 300;

	text-transform:uppercase;

	font-family: 'Open Sans';

	

}

#cssmenuRespo > ul > li.jounnowbtn a {

	display: inline-block;

	background: #ba1320;

	border-radius: 30px;

	-moz-border-radius: 30px;

	-ms-border-radius: 30px;

	-o-border-radius: 30px;

	-webkit-border-radius: 30px;

	border: 2px solid #ba1320;

	padding: 10px 30px;

	text-transform: uppercase;

}

/*#cssmenuRespo > ul > li.jounnowbtn:hover a {

	background: none;

}*/

#cssmenuRespo > ul > li.loginbtn a {

	display: inline-block;

	border-radius: 30px;

	-moz-border-radius: 30px;

	-ms-border-radius: 30px;

	-o-border-radius: 30px;

	-webkit-border-radius: 30px;

	border: 2px solid #fff;

	padding: 10px 30px;

	text-transform: uppercase;

}

#cssmenuRespo > ul > li.loginbtn:hover a {

	background: #fff;

	color: #000;

}

#cssmenuRespo > ul > li:hover > a {

	color: #ffffff;

}

/*#cssmenuRespo > ul > li.has-sub > a {

	padding-right: 30px;

}

#cssmenuRespo > ul > li.has-sub > a:after {

	position: absolute;

	top: 22px;

	right: 11px;

	width: 8px;

	height: 2px;

	display: block;

	background: #dddddd;

	content: '';

}

#cssmenuRespo > ul > li.has-sub > a:before {

	position: absolute;

	top: 19px;

	right: 14px;

	display: block;

	width: 2px;

	height: 8px;

	background: #dddddd;

	content: '';

	-webkit-transition: all .25s ease;

	-moz-transition: all .25s ease;

	-ms-transition: all .25s ease;

	-o-transition: all .25s ease;

	transition: all .25s ease;

}

#cssmenuRespo > ul > li.has-sub:hover > a:before {

	top: 23px;

	height: 0;

}*/

#cssmenuRespo ul ul {

	position: absolute;

	left: -9999px;

}

#cssmenuRespo.align-right ul ul {

	text-align: right;

}

#cssmenuRespo ul ul li {

	height: 0;

	-webkit-transition: all .25s ease;

	-moz-transition: all .25s ease;

	-ms-transition: all .25s ease;

	-o-transition: all .25s ease;

	transition: all .25s ease;

}

#cssmenuRespo li:hover > ul {

	left: auto;

}

#cssmenuRespo.align-right li:hover > ul {

	left: auto;

	right: 0;

}

#cssmenuRespo li:hover > ul > li {

	height: 35px;

}

#cssmenuRespo ul ul ul {

	margin-left: 100%;

	top: 0;

}

#cssmenuRespo.align-right ul ul ul {

	margin-left: 0;

	margin-right: 100%;

}

#cssmenuRespo ul ul li a {

	border-bottom: 1px solid rgba(150, 150, 150, 0.15);

	padding: 11px 15px;

	width: 170px;

	font-size: 12px;

	text-decoration: none;

	color: #dddddd;

	font-weight: 400;

	background: #333333;

}

#cssmenuRespo ul ul li:last-child > a, #cssmenuRespo ul ul li.last-item > a {

	border-bottom: 0;

}

#cssmenuRespo ul ul li:hover > a, #cssmenuRespo ul ul li a:hover {

	color: #ffffff;

}

#cssmenuRespo ul ul li.has-sub > a:after {

	position: absolute;

	top: 16px;

	right: 11px;

	width: 8px;

	height: 2px;

	display: block;

	background: #dddddd;

	content: '';

}

#cssmenuRespo.align-right ul ul li.has-sub > a:after {

	right: auto;

	left: 11px;

}

#cssmenuRespo ul ul li.has-sub > a:before {

	position: absolute;

	top: 13px;

	right: 14px;

	display: block;

	width: 2px;

	height: 8px;

	background: #dddddd;

	content: '';

	-webkit-transition: all .25s ease;

	-moz-transition: all .25s ease;

	-ms-transition: all .25s ease;

	-o-transition: all .25s ease;

	transition: all .25s ease;

}

#cssmenuRespo.align-right ul ul li.has-sub > a:before {

	right: auto;

	left: 14px;

}

#cssmenuRespo ul ul > li.has-sub:hover > a:before {

	top: 17px;

	height: 0;

}

 @media all and (max-width: 991px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

#cssmenu {

 display:none;

}

.resposiveMenu {

 display: inline-block;

 float: right;

}

#menu-button {

 display:none !important;

}

 #cssmenuRespo > ul > li {

 margin:0;

}

 .jounnowbtn, .loginbtn {

 text-align:center;

 padding:5px 10px !important;

}

 .jounnowbtn a {

 text-align:center;

 margin:5px 0;

!important;

}

 .loginbtn a {

 text-align:center;

}

 #cssmenuRespo {

 width: 100%;

}

 #cssmenuRespo ul {

 width: 100%;

 display: none;

}

 #cssmenuRespo.align-center > ul {

 text-align: left;

}

 #cssmenuRespo ul li {

 width: 100%;

 border-top: 1px solid rgba(120, 120, 120, 0.2);

}

 #cssmenuRespo ul ul li, #cssmenuRespo li:hover > ul > li {

 height: auto;

}

 #cssmenuRespo ul li a, #cssmenuRespo ul ul li a {

 width: 100%;

 border-bottom: 0;

}

 #cssmenuRespo > ul > li {

 float: none;

}

 #cssmenuRespo > ul > li > a {

 padding:15px 15px;

}

 #cssmenuRespo ul ul li a {

 padding-left: 25px;

}

 #cssmenuRespo ul ul ul li a {

 padding-left: 35px;

}

 #cssmenuRespo ul ul li a {

 color: #dddddd;

 background: none;

}

 #cssmenuRespo ul ul li:hover > a, #cssmenuRespo ul ul li.active > a {

 color: #ffffff;

}

 #cssmenuRespo ul ul, #cssmenuRespo ul ul ul, #cssmenuRespo.align-right ul ul {

 position: relative;

 left: 0;

 width: 100%;

 margin: 0;

 text-align: left;

}

 #cssmenuRespo > ul > li.has-sub > a:after, #cssmenuRespo > ul > li.has-sub > a:before, #cssmenuRespo ul ul > li.has-sub > a:after, #cssmenuRespo ul ul > li.has-sub > a:before {

 display: none;

}

 #cssmenuRespo #menu-button {

 display: block;

 padding: 17px;

 color: #dddddd;

 cursor: pointer;

 font-size: 12px;

 text-transform: uppercase;

 font-weight: 700;

}

 #cssmenuRespo #menu-button:after {

 position: absolute;

 top: 22px;

 right: 17px;

 display: block;

 height: 4px;

 width: 20px;

 border-top: 2px solid #dddddd;

 border-bottom: 2px solid #dddddd;

 content: '';

}

 #cssmenuRespo #menu-button:before {

 position: absolute;

 top: 16px;

 right: 17px;

 display: block;

 height: 2px;

 width: 20px;

 background: #dddddd;

 content: '';

}

 #cssmenuRespo #menu-button.menu-opened:after {

 top: 23px;

 border: 0;

 height: 2px;

 width: 15px;

 background: #ffffff;

 -webkit-transform: rotate(45deg);

 -moz-transform: rotate(45deg);

 -ms-transform: rotate(45deg);

 -o-transform: rotate(45deg);

 transform: rotate(45deg);

}

 #cssmenuRespo #menu-button.menu-opened:before {

 top: 23px;

 background: #ffffff;

 width: 15px;

 -webkit-transform: rotate(-45deg);

 -moz-transform: rotate(-45deg);

 -ms-transform: rotate(-45deg);

 -o-transform: rotate(-45deg);

 transform: rotate(-45deg);

}

 #cssmenuRespo .submenu-button {

 position: absolute;

 z-index: 99;

 right: 0;

 top: 0;

 display: block;

 border-left: 1px solid rgba(120, 120, 120, 0.2);

 height: 46px;

 width: 46px;

 cursor: pointer;

}

 #cssmenuRespo .submenu-button.submenu-opened {

 background: #262626;

}

 #cssmenuRespo ul ul .submenu-button {

 height: 34px;

 width: 34px;

}

 #cssmenuRespo .submenu-button:after {

 position: absolute;

 top: 22px;

 right: 19px;

 width: 8px;

 height: 2px;

 display: block;

 background: #dddddd;

 content: '';

}

 #cssmenuRespo ul ul .submenu-button:after {

 top: 15px;

 right: 13px;

}

 #cssmenuRespo .submenu-button.submenu-opened:after {

 background: #ffffff;

}

 #cssmenuRespo .submenu-button:before {

 position: absolute;

 top: 19px;

 right: 22px;

 display: block;

 width: 2px;

 height: 8px;

 background: #dddddd;

 content: '';

}

 #cssmenuRespo ul ul .submenu-button:before {

 top: 12px;

 right: 16px;

}

 #cssmenuRespo .submenu-button.submenu-opened:before {

 display: none;

}

}

@media screen and (-webkit-min-device-pixel-ratio:0) {

@media only screen and (min-width :992px) and (max-width : 1024px) {

#menu-main-menu {

 display:none !important;

}

#menu-main-menu.open {

 display:inline-block !important;

}

.sub-menu {

 display:none !important;

}

.sub-menu.open {

 display:inline-block !important;

}

#cssmenuRespo ul ul li a {

 color: #000;

}

.submenu-opened #cssmenuRespo ul ul li a {

 color: #005fa6;

}

#cssmenuRespo .submenu-button {

 height:43px;

 width:46px;

}

#cssmenuRespo #menu-button {

 top:0 !important;

}

#cssmenuRespo ul {

 display:none !important;

}

#cssmenuRespo .open {

 display:block !important;

}

 #cssmenuRespo > ul > li > a {

 font-size:13px !important;

 padding: 15px 10px !important;

}

 #cssmenuRespo ul ul li a {

 font-size: 13px !important;

 padding: 9px 15px !important;

}

 .hdr .col-md-8 {

 width:100% !important;

}

#cssmenuRespo {

 margin: -58px 0 0 0 !important;

}

.mainmenu {

 margin: 10px 0 0 0 !important;

}

.logo {

 margin: 10px 0 0 0 !important;

}

}

}

#cssmenuRespo > ul {

	display: block !important;

}

.cbp-spmenu {

	background: #434343;

	position: fixed;

	z-index: 9;

}

.cbp-spmenu-vertical {

	width: 240px;

	height: 100%;

	top: 0;

	z-index: 1000;

}

.cbp-spmenu-left {

	/*left: -240px;*/

	left: 0;

	margin-left: -240px;/*transform: translate(-260px, 0px);

	-moz-transform: translate(-260px, 0px);

	-ms-transform: translate(-260px, 0px);

	-o-transform: translate(-260px, 0px);

	-webkit-transform: translate(-260px, 0px);*/

}

.cbp-spmenu-left.cbp-spmenu-open {

	/*left: 0;*/

	margin-left: 0px;

	/*transform:translate(-266px, 0px);

	-moz-transform:translate(-266px, 0px);

	-ms-transform:translate(-266px, 0px);

	-o-transform:translate(-266px, 0px);

	-webkit-transform:translate(-266px, 0px);*/

	border-right: 1px solid #333;

}

.cbp-spmenu, .cbp-spmenu-push {

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	transition: all 0.3s ease;

}

@media screen and (max-width: 55.1875em) {

.cbp-spmenu-bottom {

	bottom: -110px;

}

}

@media screen and (max-height: 26.375em) {

/*.cbp-spmenu-left, .cbp-spmenu-push-toleft {

	left: -260px;

}

*/}

/*.resposiveMenu {

	display: none;

}*/

/***********/

.hamburger {

	padding: 0;

	display: inline-block;

	cursor: pointer;

	transition-property: opacity, -webkit-filter;

	transition-property: opacity, filter;

	transition-property: opacity, filter, -webkit-filter;

	transition-duration: 0.15s;

	transition-timing-function: linear;

	font: inherit;

	color: inherit;

	text-transform: none;

	background-color: transparent;

	border: 0;

	margin: 0;

	overflow: visible;

}

.hamburger:hover {

	opacity: 1;

}

.hamburger-box {

	width: 40px;

	height: 24px;

	display: inline-block;

	position: relative;

}

.hamburger-inner {

	display: block;

	top: 50%;

	margin-top: -2px;

}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {

	width: 32px;

	height: 3px;

	background-color: #fff;

	border-radius: 0;

	position: absolute;

	transition-property: -webkit-transform;

	transition-property: transform;

	transition-property: transform, -webkit-transform;

	transition-duration: 0.15s;

	transition-timing-function: ease;

}

.hamburger-inner::before, .hamburger-inner::after {

	content: "";

	display: block;

}

.hamburger-inner::before {

	top: -10px;

}

.hamburger-inner::after {

	bottom: -10px;

}

/*

 * Slider

 */

.hamburger--slider .hamburger-inner {

	top: 2px;

}

.hamburger--slider .hamburger-inner::before {

	top: 10px;

	transition-property: opacity, -webkit-transform;

	transition-property: transform, opacity;

	transition-property: transform, opacity, -webkit-transform;

	transition-timing-function: ease;

	transition-duration: 0.2s;

}

.hamburger--slider .hamburger-inner::after {

	top: 20px;

}

.hamburger--slider.is-active .hamburger-inner {

	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);

	transform: translate3d(0, 10px, 0) rotate(45deg);

}

.hamburger--slider.is-active .hamburger-inner::before {

	-webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);

	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);

	opacity: 0;

}

.hamburger--slider.is-active .hamburger-inner::after {

	-webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);

	transform: translate3d(0, -20px, 0) rotate(-90deg);

}

.resposivebnrImg {

	display: none;

}

.bannerbtmdesignRespo {

	display: none;

}

.cbp-spmenu-left.cbp-spmenu-open {

	height: 100vh;

	overflow: scroll;

}

#cssmenuRespo #showLeft {

	display: none;

}

/************ / menu  *************/



.cd-top {

	display: inline-block;

	height: 40px;

	width: 40px;

	position: fixed;

	bottom: 10px;

	right: 10px;

	overflow: hidden;

	text-align: center;

	line-height: 30px;

	color: #fff;

	white-space: nowrap;

	background: #282a2b !important;

	visibility: hidden;

	opacity: 0;

	box-shadow:1px 2px 3px rgba(0, 0, 0, 0.3);

	-moz-box-shadow:1px 2px 3px rgba(0, 0, 0, 0.3);

	-ms-box-shadow:1px 2px 3px rgba(0, 0, 0, 0.3);

	-o-box-shadow:1px 2px 3px rgba(0, 0, 0, 0.3);

	-webkit-box-shadow:1px 2px 3px rgba(0, 0, 0, 0.3);

	-webkit-transition: opacity .3s 0s, visibility 0s .3s;

	-moz-transition: opacity .3s 0s, visibility 0s .3s;

	transition: opacity .3s 0s, visibility 0s .3s;

	z-index: 999;

	border: 3px solid #fff;

	font-size: 32px;

}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {

	-webkit-transition: opacity .3s 0s, visibility 0s 0s;

	-moz-transition: opacity .3s 0s, visibility 0s 0s;

	transition: opacity .3s 0s, visibility 0s 0s;

}

.cd-top.cd-is-visible {

	/* the button becomes visible */

	visibility: visible;

	opacity: 1;

}

.cd-top.cd-fade-out {

	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */

	opacity: 1;

}

.cd-top:hover {

	background: #fff !important;

	opacity: 1;

	color: #000;

	

}

@media only screen and (min-width: 768px) {

.cd-top {

	right: 20px;

	bottom: 20px;

}

}

@media only screen and (min-width: 1024px) {

.cd-top {

	height: 40px;

	width: 40px;

	right: 10px;

	bottom: 10px;

}

}

.banner {

	width: 100%;

	float: left;

	text-align: center;

	padding: 120px 0 200px;

	position: relative;

}

.bannerCont {

	width: 100%;

	float: left;

	text-align: center;

}

.rlogo {

	margin: 0 0 15px 0;

}

.bannerCont h4 {

	color: #ffffff;

	font-family: "Segoe UI Light", sans-serif;

	font-size: 21px;

	font-weight: 700;

	line-height: 30px;

	margin: 20px 0 35px 0;

	text-transform: uppercase;

	width:100%;

	float:left;

}

.bannerCont p {

	color: #ffffff;

	font-family: 'Open Sans';

	font-size: 19px;

	font-weight: 300;

	width:100%;

	float:left;

}

.custombtn {

	color: #ffffff;

	cursor: pointer;

	display: inline-block;

	font-family: 'Lato';

	font-size: 15px;

	font-style: normal;

	font-weight: normal;

	text-align: center;

	text-decoration: none;

	text-transform: uppercase;

	border: 3px solid #fff;

	padding: 13px 27px;

	border-radius: 30px;

}

.custombtn:hover, .custombtn:focus {

	background: #fff;

	color: #535353;

}

.sec2 {

	width: 100%;

	float: left;

	background: #fff;

	text-align: center;

}

.sec2col3Row {

	width: 100%;

	float: left;

}

.sec2col3 {

	width: 33.333%;

	padding: 0 25px;

	float: left;

	margin: 25px 0 0 0

}

.sec2col3 h3 {

	color: #5d5d5d;

	font-family: "Segoe UI Light", sans-serif;

	font-size: 21px;

	font-weight: 700;

	line-height: 1.43em;

	position: relative;

	min-height: 60px;

}

.sec2col3 h3:after {

	content: "";

	width: 68px;

	height: 3px;

	position: absolute;

	bottom: 0;

	left: 50%;

	margin: 0 0 0 -34px;

	background: #8a8a8a;

}

.sec2col3 p {

	color: #434343;

	font-family: "Segoe UI Light", sans-serif;

	font-size: 19px;

	font-weight: 300;

	line-height: 1.32em;

}

.sec2col3Rowfull {

	width: 100%;

	float: left;

}

.sec2col3Rowfull .sec2col3 h3 {

	min-height: inherit;

}

.sec2col3Rowfull .sec2col3 h3::after {

	display: none;

}

.sec2col3Rowfull .sec2col3 {

	width: 100%;

	float: left;

	padding: 0 20%;

}

.sec2col3Rowfull .sec2col3 p {

	margin: 0;

}

.sec2col3Rowfull .sec2col3 h3 {

	color: #434343;

	font-family: "Segoe UI Light", sans-serif;

	font-size: 27px;

	font-weight: 700;

	line-height: 1.37em;

}

.websitedesignrow {

	width: 100%;

	float: left;

	background: #f7f7f7 url(../images/websitedesigntopbg.png);

	background-position: top -75px center;

	background-repeat: no-repeat;

	padding: 100px 0 30px 0;

}

.websitedesignlft {

	width: 50%;

	float: left;

}

.websitedesignRt {

	width: 50%;

	float: left;

}

.websitedesignlft h2, .mobilewebRowRt h2 {

	color: #5d5d5d;

	font-family: "Segoe UI Light", sans-serif;

	font-size: 27px;

	line-height: 1.37em;

	font-weight: 300;

	position: relative;

	padding-bottom: 5px;

	margin: 0 0 10px 0;

}

.websitedesignlft h2::after, .mobilewebRowRt h2::after {

	background: #8a8a8a;

	bottom: 0;

	content: "";

	height: 3px;

	left: 0;

	position: absolute;

	width: 190px;

}

.websitedesignlft p, .mobilewebRowRt p {

	color: #434343;

	font-family: "Segoe UI Light", sans-serif;

	font-size: 19px;

	font-weight: 300;

	line-height: 1.32em;

}

.websitedesignlft .custombtn, .mobilewebRowRt .custombtn {

	border-color: #4d4d4d;

	color: #4d4d4d;

	margin: 20px 0 0 0;

}

.websitedesignlft .custombtn:hover, .websitedesignlft .custombtn:focus, .mobilewebRowRt .custombtn:hover, .mobilewebRowRt .custombtn:focus {

	color: #848484;

	border-color: #848484;

}

.mobilewebRowRt {

	width: 50%;

	float: left;

	padding: 30px 0 0 0;

}

.mobilewebRowlft {

	float: left;

	width: 50%;

}

.mobilewebRow {

	width: 100%;

	float: left;

	background: #fff;

	padding: 40px 0 60px 0;

	position: relative;

}

.mobilewebRowRt .custombtn {

	margin: 90px 0 0;

}

.websitedesignmain {

	width: 100%;

	float: left;

	position: relative;

}

.websitedesignmain::after {

	background: #8a8a8a;

	bottom: 0;

	content: "";

	height: 3px;

	left: 50%;

	margin: 0 0 0 -300px;

	position: absolute;

	width: 600px;

}

.ftr {

	width: 100%;

	float: left;

	background: #333637;

	padding: 15px 0 0 0;

}

.ftr .wrapper {

	max-width: 920px;

}

.ftrmain {

	width:100%;

	float:left;

}

.ftrmainlogo {

	width: 100%;

	float: left;

	text-align: center;

}

.ftrmainlogo h2 {

	color: #ffffff;

	font-family: "Segoe UI Light", sans-serif;

	font-size: 40px;

	line-height: 1.35em;

	font-weight: 100;

	margin: 14px 0 8px;

}

.ftrcolsrow {

	width: 100%;

	float: left;

}

.ftrcol {

	width: 25%;

	float: left;

}

.ftrcol h2 {

	color: #dbdbdb;

	font-family: 'Open Sans';

	font-size: 15px;

	font-weight: 400;

	line-height: 1.31em;

	margin: 13px 0;

}

.ftrcol ul {

	padding: 0;

	margin: 0;

}

.ftrcol ul li {

	margin: 0 0 12px;

	text-align: left;

	color: #dbdbdb;

	font-family: 'Open Sans';

	font-size: 13px;

	font-weight: 300;

	line-height: 1.31em;

	list-style: none;

}

.ftrcol ul li a {

	color: #dbdbdb;

	font-family: 'Open Sans';

	font-size: 13px;

	font-weight: 300;

	line-height: 1.31em;

}

.ftrcol ul li span {

	width: 40%;

	display: inline-block;

}

.ftrbtmRow {

	width: 100%;

	float: left;

	background: #282a2b;

	padding: 10px 0 0 0;

}

.ftrbtmmain {

	width: 100%;

	float: left;

}

.ftrbtmmainlft {

	width: 80%;

	float: left;

}

.ftrbtmmainlft p {

	color: #a7a7a7;

	font-family: "Segoe UI Light", sans-serif;

	font-size: 11px;

	line-height: 1.18em;

	font-weight: 300;

	margin: 0 0 8px;

	text-align: left;

	width: 100%;

	float: left;

}

.ftrbtmmainlft ul {

	padding: 0;

	margin: 5px 0 0;

	width: 100%;

	float: left;

}

.ftrbtmmainlft ul li {

	list-style: none;

	display: inline-block;

	color: #5d5d5d;

	font-family: "Segoe UI Light", sans-serif;

	font-size: 11px;

	line-height: 1.18em;

}

.ftrbtmmainlft ul li a {

	color: #5d5d5d;

}

.ftrbtmmainlft ul li:after {

	content: "|";

	margin: 0 5px;

	color: #5d5d5d;

}

.ftrbtmmainlft ul li:last-child::after {

	display: none;

}

.ftrbtmmainlft ul li a {

	color: #cccccc;

}

.ftrbtmmainRt {

	width: 20%;

	float: left;

	margin: 5px 0 0 0;

}

.ftrbtmmainRt ul {

	width: 100%;

	float: left;

	padding: 0;

	margin: 0;

	text-align: right;

}

.ftrbtmmainRt ul li {

	color: #fff;

	display: inline-block;

	list-style: none;

	margin: 0 0 0 30px;

}

.ftrbtmmainRt ul li a {

	color: #fff;

	font-size: 32px;

}

.ftrbtmmainRt ul li a:hover, .ftrbtmmainRt ul li a:focus {

	color: #cdcdcd;

}







.hdrshadow {

	background:rgba(0,0,0,.1);

	z-index:2;

}



.innerbnr {

	width:100%;

	float:left;

	background-size:100% !important;

	background-attachment:fixed !important;

	background-repeat:no-repeat !important;

	min-height:310px;

	position:relative;

	text-align:center;

}

.innerbnr:before {

	

	 background: rgba(0, 0, 0, 0) url("../images/bg-overlay.png") repeat scroll center top;

    content: "";

    height: 100%;

    left: 0;

    margin: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 1;

}

.innerbnrmain {

	width:100%;

	float:left;

}

.innerbnrmain h1 {

	width:100%;

	   color: #ffffff;

    font-family: "Segoe UI Light",sans-serif;

    font-size: 40px;

    line-height: 1.35em;

	   font-weight: 400;

	position:absolute;

	left:50%;

	top:50%;

	transform:translate(-50%, 15%);

	-moz-transform:translate(-50%, 15%);

	-ms-transform:translate(-50%, 15%);

	-o-transform:translate(-50%, 15%);

	-webkit-transform:translate(-50%, 15%);

	z-index:1;

}



.hdrshadow .logo img {

	width:316px;

}









.aboutpage {

	width:100%;

	float:left;

}

.aboutpagemain {

	width:100%;

	float:left;

	padding:13px 0 0 0;

	text-align:center;

}

.aboutpagemain h2 {

	color: #5d5d5d;

    font-family: "Segoe UI Light",sans-serif;

    font-size: 27px;

    line-height: 1.37em;

	font-weight:400;

	text-align:center;

	position:relative;

	padding-bottom:55px;

	margin-bottom:45px;

	width:100%;

	float:left;

}

.aboutpagemain h2:after {

	content:"";

	position:absolute;

	background:#8a8a8a;

	width:200px;

	height:3px;

	bottom:0;

	left:50%;

	margin: 0 0 0 -100px;

}



.aboutpagemain > p {

	  color: #434343;

    font-family: "Segoe UI Light",sans-serif;

    font-size: 21px;

    font-weight: 300;

    line-height: 1.43em;

}

.aboutimg {

	margin:50px 0;

	width:100%;

	float:left;

}

.aboutimg img {

	width:100%;

	float:left;

}

.aboutthreeRow {

	width:100%;

	float:left;

	margin:100px 0 180px 0;

}

.aboutthreecols {

	width:31%;

	float:left;

	margin: 0 3% 0 0;

	text-align:left;

}



.aboutthreecols:last-child {

	margin:0;

}

.aboutthreecols h3 {

	 color: #5d5d5d;

    font-family: "Segoe UI Light",sans-serif;

    font-size: 21px;

    font-weight: 700;

    line-height: 1.43em;

	font-weight: 600;

    text-align: left;

	position:relative;

	padding: 0 0 20px 0; 

	margin:0 0 20px 0;

}

.aboutthreecols h3:after {

	content:"";

	background:#ff8000;

	position:absolute;

	left:0;

	bottom:0;

	height:3px;

	width:100%;

}

.aboutthreecols:nth-child(2) h3:after {

	background:#0000ff !important;

}

.aboutthreecols:nth-child(3) h3:after {

	background:#00ff00 !important;

}

.aboutthreecols p {

	 color: #434343;

    font-family: "Segoe UI Light",sans-serif;

    font-size: 19px;

    font-weight: 300;

    line-height: 1.32em;

}







.services {

	width:100%;

	float:left;

}

.servicesmain {

	width:100%;

	float:left;

}

.servicesmain h2 {

	color: #5d5d5d;

    font-family: "Segoe UI Light",sans-serif;

    font-size: 27px;

    line-height: 1.37em;

	font-weight:300;

	padding-bottom:20px;

	position:relative;

	margin:28px 0 30px 0;

}

.servicesmain h2:after {

	content:"";

	position:absolute;

	left:0;

	bottom:0;

	width:200px;

	height:3px;

	background:#8a8a8a;

}

.skillspro {

	width:100%;

	float:left;

}

.skillsprolft {

	width:50%;

	float:left;

	padding:0 50px 0 0;

}

.skillsprolft p {

	color: #434343;

    font-family: "Segoe UI Light",sans-serif;

    font-size: 19px;

    font-weight: 300;

    line-height: 1.32em;

}

.skillsproRt {

	width:50%;

	float:left;

}

.skillsproRt h3 {

	 color: #5d5d5d;

    font-family: "Segoe UI Light",sans-serif;

    font-size: 21px;

    line-height: 1.43em;

	font-weight:100;

	margin:-40px 0 20px 0;

}

.skillsprolfttxt {

	width:100%;

	float:left;

	margin:0 0 20px 0;

}

.skillsprolftskils {

	width:22%;

	float:left;

	  color: #434343;

    font-family: "Segoe UI Light",sans-serif;

    font-size: 19px;

    font-weight: 300;

    line-height: 1.32em;

}

.progressRt {

	width:78%;

	float:left;

}



/* ------------------------------------------------------------------------

	Skills Bar

------------------------------------------------------------------------- */





.progress-bar {

    background-color: #EBEBEB;

    height: 15px;

    padding: 0;

    width: 100%;

    margin: 0;         

    border-radius: 0px;        

}



.progress-bar span {

    display: inline-block;

    height: 100%;

    border-radius: 0px;

    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;

    transition: width .4s ease-in-out;    

}



.hike span {

      background-color: #47C868; 

}



.stripes span {

	-webkit-background-size: 30px 30px;

	-moz-background-size: 30px 30px;

	background-size: 30px 30px;			

	background-image: -webkit-gradient(linear, left top, right bottom,

						color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),

						color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),

						color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),

						to(transparent));

	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,

						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,

						transparent 75%, transparent);

	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,

						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,

						transparent 75%, transparent);

	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,

						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,

						transparent 75%, transparent);

	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,

						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,

						transparent 75%, transparent);

	background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,

						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,

						transparent 75%, transparent);            

	

	-webkit-animation: animate-stripes 3s linear infinite;

	-moz-animation: animate-stripes 3s linear infinite;       		

}



@-webkit-keyframes animate-stripes { 

	0% {background-position: 0 0;} 100% {background-position: 60px 0;}

}





@-moz-keyframes animate-stripes {

	0% {background-position: 0 0;} 100% {background-position: 60px 0;}

}



.servicesImg {

	width:100%;

	float:left;

	margin:50px 0;

}

.servicesImgmain {

	width:100%;

	float:left;

}

.accordionRow {

	width:100%;

	float:left;

	margin: 0 0 100px 0;

}

.accordionRow .accordion {

	width:100%;

	float:left;

	border-bottom:1px solid #cccccc;

}

.accordionRow h3 {

	   background: #fff none repeat scroll 0 0;

    color: #5d5d5d;

    font-family: 'Lato';

    font-size: 18px;

	transition:none;

	border:1px solid #cccccc;

	border-bottom:0px;

	background:#ffffff;

	font-weight:300;

	width:100%;

	float:left;

	margin:0;

	padding:8px 5px 8px 40px;

	cursor:pointer;

	position:relative;

}

.accordionRow h3:after {

	content:"";

	width:8px;

	height:2px;

	background:#7c7c7c;

	position:absolute;

	left:14px;

	top:20px;

}

.accordionRow h3:before {

	content:"";

	width:2px;

	height:8px;

	background:#7c7c7c;

	position:absolute;

	left:17px;

	top:17px;

}

.accordionRow h3.active:before {

	display:none;

}

.accordionRow p {

	transition:none;

	color: #434343;

	font-family: 'Lato';

}

.accordionCont {

	transition:none;

	width:100%;

	float:left;

	border:1px solid #cccccc;

	border-top:0px;

	border-bottom:0px;

	padding:20px 40px 30px 40px;

	background:#f9f9f9;

}

.post.active {

	background:#f9f9f9;

}







.servtwocolRow {

	width:100%;

	float:left;

	padding:0 0 20px 0;

}

.servtwocolmain {

	width:100%;

	float:left;

	margin: 0 0 20px 0;

}

.servtwocolLft {

	width:50%;

	float:left;

}

.servtwocolLft {

	width:48%;

	float:left;

}

.servtwocolRt {

	width:45%;

	float:right;

}

.servtwocolLft h3 , .servtwocolRt h3 {

	color: #5d5d5d;

    font-family: "Segoe UI Light",sans-serif;

    font-size: 21px;

    line-height: 1.43em;

	position:relative;

	width:100%;

	float:left;

	padding-bottom:20px;

	margin:20px 0 20px 0;

	font-weight: 400;

}

.servtwocolLft h3:after , .servtwocolRt h3:after {

	content:"";

	position:absolute;

	width:80px;

	height:3px;

	background:#008ce4;

	left:0;

	bottom:0;

}



.servtwocolLft p , .servtwocolRt p  {

	 color: #434343;

    font-family: "Segoe UI Light",sans-serif;

    font-size: 16px;

    font-weight: 300;

    line-height: 1.31em;

    margin: 0 0 12px;

    text-align: left;

}

.servtwocolImg {

	width:100%;

	float:left;

	text-align:center;

}



.contactuspage {

	width:100%;

	float:left;

}

.contactmain {

	width:100%;

	float:left;

}

.contactmain h2 {

	color: #5d5d5d;

    font-family: "Segoe UI Light",sans-serif;

    font-size: 27px;

    line-height: 1.37em;

	font-weight: 400;

	position:relative;

	padding-bottom:5px;

}

.contactmain h2:after {

	content:"";

	position:absolute;

	width:120px;

	height:3px;

	background:#8a8a8a;

	left:0;

	bottom:0;

}

.contactmain h3 {

	color: #5d5d5d;

    font-family: "Segoe UI Light",sans-serif;

    font-size: 19px;

    line-height: 1.32em;

	font-weight: 400;

}

.contactform {

	margin:50px	0 0 0;
	padding:0 0 0 100px;
	width:100%;
	float:left;

}

.contactcolRow {

	width:100%;

	float:left;

	margin: 0 0 10px 0;

}

.contactcolRow label , .catpchatxt {

    display: inline-block;

    float: left;

    font-size: 1em;

    height: 26px;

    line-height: 26px;

    width: 155px;

	color: #434343;

    font-family: "Lato";

    font-size: 18px !important;

	font-weight:400;

}

.contactcolRow input , .contactcolRow select , .contactcolRow textarea {

 background: #fff none repeat scroll 0 0;

    border: 1px solid #dbdbdb !important;

    color: #666;

    font-size:16px;

    margin: 5px 0;

    padding: 5px;

    width: 280px;	

	font-family: "Lato";

	font-weight:400;

}
.contactcolRow input[type="submit"] {
    width: 85px;
    background:#282828;
    color: #fff;
	border:none;
}
.contactcolRow input[type="submit"]:hover {
    background: #444;
}

.custmap {

	width:100%;

	float:left;

	margin: 0 0 40px 0;

}

.ourwork {

	width:100%;

	float:left;

}

.ourworkmain {

	width:100%;

	float:left;

}

.ourworkmain h2 {

	width:100%;

	float:left;

	 color: #5d5d5d;

    font-family: "Segoe UI Light",sans-serif;

    font-size: 27px;

    line-height: 1.37em;

	font-weight:400;

}



.ourworkImgbox {

	width:100%;

	float:left;

	text-align:center;

}

.example-image-link {

	position:relative;

	overflow:hidden;

	display:inline-block;

}



.example-image-link span {

	display:inline-block;

	width:65px;

	height:65px;

	line-height:65px;

	background:#aeaeae;

	color:#fff;

	position:absolute;

	bottom:0;

	left:-65px;

	font-size:18px;

}

.example-image-link span:hover {

	color:#cdcdcd;

}

.example-image-link:hover span , .example-image-link:focus span {

	left:0;

}

	



/*****************************/

body:after {

  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);

  display: none;

}



.lightboxOverlay {

  position: absolute;

  top: 0;

  left: 0;

  z-index: 9999;

  background-color: black;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);

  opacity: 0.8;

  display: none;

}



.lightbox {

  position: absolute;

  left: 0;

  width: 100%;

  z-index: 10000;

  text-align: center;

  line-height: 0;

  font-weight: normal;

}



.lightbox .lb-image {

  display: block;

  height: auto;

  max-width: inherit;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -ms-border-radius: 3px;

  -o-border-radius: 3px;

  border-radius: 3px;

}



.lightbox a images {

  border: none;

}



.lb-outerContainer {

  position: relative;

  background-color: white;

  *zoom: 1;

  width: 250px;

  height: 250px;

  margin: 0 auto;

 /* -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -ms-border-radius: 4px;

  -o-border-radius: 4px;

  border-radius: 4px;*/

}



.lb-outerContainer:after {

  content: "";

  display: table;

  clear: both;

}



.lb-container {

  padding: 10px;

}



.lb-loader {

  position: absolute;

  top: 43%;

  left: 0;

  height: 25%;

  width: 100%;

  text-align: center;

  line-height: 0;

}



.lb-cancel {

  display: block;

  width: 32px;

  height: 32px;

  margin: 0 auto;

  background: url(../images/loading.gif) no-repeat;

}



.lb-nav {

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  z-index: 10;

}



.lb-container > .nav {

  left: 0;

}



.lb-nav a {

  outline: none;

  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');

}



.lb-prev, .lb-next {

  height: 100%;

  cursor: pointer;

  display: block;

}



.lb-nav a.lb-prev {

  width: 34%;

  left: 0;

  float: left;

  background: url(../images/prev.png) left 48% no-repeat;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

  opacity: 0;

/*  -webkit-transition: opacity 0.6s;

  -moz-transition: opacity 0.6s;

  -o-transition: opacity 0.6s;

  transition: opacity 0.6s;*/

}



.lb-nav a.lb-prev:hover {

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

  opacity: 1;

}



.lb-nav a.lb-next {

  width: 64%;

  right: 0;

  float: right;

  background: url(../images/next.png) right 48% no-repeat;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

  opacity: 0;

 /* -webkit-transition: opacity 0.6s;

  -moz-transition: opacity 0.6s;

  -o-transition: opacity 0.6s;

  transition: opacity 0.6s;*/

}



.lb-nav a.lb-next:hover {

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

  opacity: 1;

}



.lb-dataContainer {

  margin: 0 auto;

  padding-top: 5px;

  *zoom: 1;

  width: 100%;

  -moz-border-radius-bottomleft: 4px;

  -webkit-border-bottom-left-radius: 4px;

  border-bottom-left-radius: 4px;

  -moz-border-radius-bottomright: 4px;

  -webkit-border-bottom-right-radius: 4px;

  border-bottom-right-radius: 4px;

}



.lb-dataContainer:after {

  content: "";

  display: table;

  clear: both;

}



.lb-data {

  padding: 0 15px;

  color: #ccc;

}



.lb-data .lb-details {

  width: 85%;

  float: left;

  text-align: left;

  line-height: 1.1em;

}



.lb-data .lb-caption {

  font-size: 13px;

  font-weight: bold;

  line-height: 1em;

}



.lb-data .lb-number {

  display: block;

  clear: left;

  padding-bottom: 1em;

  font-size: 12px;

  color: #999999;

}



.lb-data .lb-close {

  display: block;

  float: right;

  width: 80px;

  height: 30px;

  background: url(../images/close.png) top right no-repeat;

  text-align: right;

  outline: none;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);

  opacity: 0.7;

  -webkit-transition: opacity 0.2s;

  -moz-transition: opacity 0.2s;

  -o-transition: opacity 0.2s;

  transition: opacity 0.2s;

}



.lb-data .lb-close:hover {

  cursor: pointer;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

  opacity: 1;

}

/*****************************/



.inrmain {

	background:#fff;

	width:100%;

	float:left;

}

.innerbnr {

	background-position:center top !important;

	background-attachment:fixed !important;

	background-repeat:no-repeat !important;

	background-size:100% !important

}

   .catpchatxt{ width: 100%;
    float: left;
    display: inline-block;
    }
    .wpcf7-form-control.wpcf7-mathcaptcha.contcpta{
    width: 50px;
    display: inline-block;
    }